stdio: Make C++ tests work on mingw.
[pspp] / ChangeLog
1 2010-04-03  Bruno Haible  <bruno@clisp.org>
2
3         stdio: Make C++ tests work on mingw.
4         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
5         does not declare the function.
6
7 2010-04-03  Bruno Haible  <bruno@clisp.org>
8
9         ftello: Fix C++ test error on mingw.
10         * lib/stdio.in.h (ftello): Use modern idiom.
11         * lib/ftello.c (ftello): Renamed from rpl_ftello.
12         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
13         is missing and that it needs to be replaced.
14         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
15         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
16         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
17
18 2010-04-03  Bruno Haible  <bruno@clisp.org>
19
20         fseeko: Fix C++ test error on mingw.
21         * lib/stdio.in.h (fseeko): Use modern idiom.
22         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
23         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
24         is missing and that it needs to be replaced.
25         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
26         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
27         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
28
29 2010-04-03  Bruno Haible  <bruno@clisp.org>
30
31         mkstemp: Fix C++ test error on mingw.
32         * lib/stdlib.in.h (mkstemp): Use modern idiom.
33         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
34         function is missing and that it needs to be replaced.
35         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
36         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
37
38 2010-04-03  Bruno Haible  <bruno@clisp.org>
39
40         stpncpy: Fix C++ test error on mingw.
41         * lib/string.in.h (stpncpy): Use modern idiom.
42         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
43         function is missing and that it needs to be replaced.
44         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
45         REPLACE_STPNCPY.
46         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
47
48 2010-04-03  Bruno Haible  <bruno@clisp.org>
49
50         sys_stat: Fix C++ test error on mingw.
51         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
52         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
53
54 2010-04-03  Bruno Haible  <bruno@clisp.org>
55
56         pty: Update doc.
57         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
58
59 2010-04-03  Bruno Haible  <bruno@clisp.org>
60
61         unistd: Fix C++ test error on mingw.
62         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
63
64 2010-04-03  Bruno Haible  <bruno@clisp.org>
65
66         Update doc regarding mingw.
67         * doc/glibc-functions/openpty.texi: Update regarding mingw.
68         * doc/glibc-functions/login_tty.texi: Likewise.
69         * doc/glibc-functions/forkpty.texi: Likewise.
70
71 2010-04-03  Bruno Haible  <bruno@clisp.org>
72
73         stdlib: Avoid compilation failure of c-strtold on mingw.
74         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
75
76 2010-04-03  Bruno Haible  <bruno@clisp.org>
77
78         locale: Make C++ tests work on Cygwin and mingw.
79         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
80         cannot provide the function.
81         Reported by Simon Josefsson.
82
83 2010-04-03  Bruno Haible  <bruno@clisp.org>
84
85         localename: Port to MacOS X 10.6.
86         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
87         memory layout of the locales in MacOS X 10.6 as well.
88         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
89
90 2010-04-02  Bruno Haible  <bruno@clisp.org>
91
92         gnulib-tool: Ensure that long-running tests are executed last.
93         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
94         running tests after the one for the other tests.
95
96 2010-04-02  Bruno Haible  <bruno@clisp.org>
97
98         gnulib-tool: Ensure the tests in the main directory are executed first.
99         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
100         start with the current directory.
101
102 2010-04-02  Bruno Haible  <bruno@clisp.org>
103
104         Tests for module 'havelib', moved here from GNU gettext.
105         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
106         modifications.
107         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
108         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
109         with modifications.
110         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
111         modifications.
112         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
113         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
114         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
115         with modifications.
116         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
117         with modifications.
118         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
119         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
120         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
121         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
122         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
123         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
124         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
125         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
126         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
127         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
128         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
129         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
130         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
131         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
132         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
133         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
134         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
135         with modifications.
136         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
137         with modifications.
138         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
139         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
140         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
141         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
142         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
143         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
144         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
145         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
146         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
147         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
148         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
149         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
150         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
151         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
152         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
153         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
154         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
155         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
156         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
157         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
158         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
159         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
160         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
161         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
162         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
163         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
164         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
165         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
166         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
167         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
168         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
169         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
170         * tests/havelib/rpathx/rpathx.c: New file, from
171         gettext/autoconf-lib-link.
172         * tests/havelib/rpathx/Makefile.am: New file, from
173         gettext/autoconf-lib-link.
174         * tests/havelib/rpathx/configure.ac: New file, from
175         gettext/autoconf-lib-link with modifications.
176         * tests/havelib/rpathy/rpathy.c: New file, from
177         gettext/autoconf-lib-link.
178         * tests/havelib/rpathy/Makefile.am: New file, from
179         gettext/autoconf-lib-link.
180         * tests/havelib/rpathy/configure.ac: New file, from
181         gettext/autoconf-lib-link with modifications.
182         * tests/havelib/rpathz/rpathz.c: New file, from
183         gettext/autoconf-lib-link.
184         * tests/havelib/rpathz/Makefile.am: New file, from
185         gettext/autoconf-lib-link.
186         * tests/havelib/rpathz/configure.ac: New file, from
187         gettext/autoconf-lib-link with modifications.
188         * tests/havelib/rpathlx/usex.c: New file, from
189         gettext/autoconf-lib-link.
190         * tests/havelib/rpathlx/Makefile.am: New file, from
191         gettext/autoconf-lib-link.
192         * tests/havelib/rpathlx/configure.ac: New file, from
193         gettext/autoconf-lib-link with modifications.
194         * tests/havelib/rpathly/usey.c: New file, from
195         gettext/autoconf-lib-link.
196         * tests/havelib/rpathly/Makefile.am: New file, from
197         gettext/autoconf-lib-link.
198         * tests/havelib/rpathly/configure.ac: New file, from
199         gettext/autoconf-lib-link with modifications.
200         * tests/havelib/rpathlz/usez.c: New file, from
201         gettext/autoconf-lib-link.
202         * tests/havelib/rpathlz/Makefile.am: New file, from
203         gettext/autoconf-lib-link.
204         * tests/havelib/rpathlz/configure.ac: New file, from
205         gettext/autoconf-lib-link with modifications.
206         * tests/havelib/rpathlyx/usey.c: New file, from
207         gettext/autoconf-lib-link.
208         * tests/havelib/rpathlyx/Makefile.am: New file, from
209         gettext/autoconf-lib-link.
210         * tests/havelib/rpathlyx/configure.ac: New file, from
211         gettext/autoconf-lib-link with modifications.
212         * tests/havelib/rpathlzyx/usez.c: New file, from
213         gettext/autoconf-lib-link.
214         * tests/havelib/rpathlzyx/Makefile.am: New file, from
215         gettext/autoconf-lib-link.
216         * tests/havelib/rpathlzyx/configure.ac: New file, from
217         gettext/autoconf-lib-link with modifications.
218         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
219         with modifications.
220
221 2010-04-02  Bruno Haible  <bruno@clisp.org>
222
223         gnulib-tool: Create distributed built sources also for the tests.
224         * gnulib-tool (func_create_testdir): Also generate distributed built
225         sources in the tests directory.
226
227 2010-04-02  Bruno Haible  <bruno@clisp.org>
228
229         gnulib-tool: Obey user's environment variables.
230         * gnulib-tool (func_create_testdir): When creating built sources,
231         respect the environment variables for autoconf, automake, etc. given by
232         the user.
233
234 2010-04-02  Bruno Haible  <bruno@clisp.org>
235
236         gnulib-tool: Provide the value of --m4-base to modules.
237         * gnulib-tool (func_import, func_create_testdir): Emit a definition
238         of gl_m4_base.
239
240 2010-04-02  Eric Blake  <eblake@redhat.com>
241
242         maint.mk: fix some fallout
243         * NEWS: Document the incompatible change, and its effect on cfg.mk.
244         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
245
246 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
247
248         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
249         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
250         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
251         (sc_cast_of_x_alloc_return_value): Likewise.
252         (sc_cast_of_alloca_return_value): Likewise.
253         (sc_space_tab): Likewise.
254         (sc_prohibit_atoi_atof): Likewise.
255         (sc_prohibit_magic_number_exit): Likewise.
256         (sc_error_exit_success): Likewise.
257         (sc_file_system): Likewise.
258         (sc_prohibit_have_config_h): Likewise.
259         (sc_require_config_h): Likewise.
260         (sc_prohibit_HAVE_MBRTOWC): Likewise.
261         (sc_obsolete_symbols): Likewise.
262         (sc_changelog): Likewise.
263         (sc_program_name): Likewise.
264         (sc_the_the): Likewise.
265         (sc_trailing_blank): Likewise.
266         (sc_two_space_separator_in_usage): Likewise.
267         (sc_useless_cpp_parens): Likewise.
268         (sc_GPL_version): Likewise.
269         (sc_GFDL_version): Likewise.
270         (sc_texinfo_acronym): Likewise.
271         (sc_prohibit_cvs_keyword): Likewise.
272         (sc_prohibit_stat_st_blocks): Likewise.
273         (sc_prohibit_S_IS_definition): Likewise.
274         (sc_redundant_const): Likewise.
275         (sc_makefile_TAB_only_indentation): Likewise.
276         (sc_m4_quote_check): Likewise.
277         (sc_makefile_path_separator_check): Likewise.
278         (sc_copyright_check): Likewise.
279         (sc_Wundef_boolean): Likewise.
280         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
281
282         maint.mk: match 0 or more whitespace-before-function-call '('
283         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
284         that have zero or two-and-more spaces between the function name
285         and the open parenthesis.
286         (sc_error_message_warn_fatal): Likewise.
287         (sc_error_message_uppercase): Likewise.
288         (sc_error_message_period): Likewise.
289
290 2010-03-31  Eric Blake  <eblake@redhat.com>
291
292         maint.mk: check for [ as well as test
293         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
294         Based on a libvirt report by Matthias Bolte.
295
296         gnumakefile: don't squelch _version output
297         * top/GNUmakefile (_version): Create one-shot dependency rather
298         than using $(shell) when version must be regenerated.
299         (_autoreconf): Run verbosely, by default.
300
301         sys_time: avoid compiler warnings
302         * lib/sys_time.in.h (includes): Ensure gcc pragma is
303         unconditional, fixing regression from 2010-03-29.
304         Reported by Simon Josefsson.
305
306 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
307
308         maint.mk: s/_header_without_use/_sc_header_without_use/
309         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
310         (sc_prohibit_assert_without_use): Use the new name.
311         (sc_prohibit_close_stream_without_use): Likewise.
312         (sc_prohibit_getopt_without_use): Likewise.
313         (sc_prohibit_quotearg_without_use): Likewise.
314         (sc_prohibit_quote_without_use): Likewise.
315         (sc_prohibit_long_options_without_use): Likewise.
316         (sc_prohibit_inttostr_without_use): Likewise.
317         (sc_prohibit_ignore_value_without_use): Likewise.
318         (sc_prohibit_error_without_use): Likewise.
319         (sc_prohibit_xalloc_without_use): Likewise.
320         (sc_prohibit_hash_without_use): Likewise.
321         (sc_prohibit_hash_pjw_without_use): Likewise.
322         (sc_prohibit_safe_read_without_use): Likewise.
323         (sc_prohibit_argmatch_without_use): Likewise.
324         (sc_prohibit_canonicalize_without_use): Likewise.
325         (sc_prohibit_root_dev_ino_without_use): Likewise.
326         (sc_prohibit_openat_without_use): Likewise.
327         (sc_prohibit_c_ctype_without_use): Likewise.
328         (sc_prohibit_signal_without_use): Likewise.
329         (sc_prohibit_intprops_without_use): Likewise.
330
331 2010-03-30  Eric Blake  <eblake@redhat.com>
332
333         maint: improve module indicators
334         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
335         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
336         columns, and avoid extra macro expansion.
337
338         fdopendir: work around FreeBSD bug
339         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
340         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
341         * modules/dirent (Makefile.am): Substitute it.
342         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
343         declaration.
344         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
345         fix.
346         Reported by Christian Weisgerber <naddy@mips.inka.de>.
347
348 2010-03-29  Bruno Haible  <bruno@clisp.org>
349
350         Emit #pragma system_header after the inclusion guard, not before.
351         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
352         guard that spans the entire file, not before. This enables an
353         optimization in GCC's preprocessor.
354         * lib/ctype.in.h: Likewise.
355         * lib/dirent.in.h: Likewise.
356         * lib/errno.in.h: Likewise.
357         * lib/float.in.h: Likewise.
358         * lib/getopt.in.h: Likewise.
359         * lib/iconv.in.h: Likewise.
360         * lib/langinfo.in.h: Likewise.
361         * lib/locale.in.h: Likewise.
362         * lib/math.in.h: Likewise.
363         * lib/netdb.in.h: Likewise.
364         * lib/netinet_in.in.h: Likewise.
365         * lib/pty.in.h: Likewise.
366         * lib/sched.in.h: Likewise.
367         * lib/se-selinux.in.h: Likewise.
368         * lib/search.in.h: Likewise.
369         * lib/spawn.in.h: Likewise.
370         * lib/stdarg.in.h: Likewise.
371         * lib/stdint.in.h: Likewise.
372         * lib/string.in.h: Likewise.
373         * lib/strings.in.h: Likewise.
374         * lib/sys_file.in.h: Likewise.
375         * lib/sys_ioctl.in.h: Likewise.
376         * lib/sys_time.in.h: Likewise.
377         * lib/sys_times.in.h: Likewise.
378         * lib/sys_utsname.in.h: Likewise.
379         * lib/sys_wait.in.h: Likewise.
380         * lib/sysexits.in.h: Likewise.
381         * lib/wctype.in.h: Likewise.
382
383 2010-03-28  James Youngman  <jay@gnu.org>
384
385         save-cwd: don't leak a file descriptor when the caller execs.
386         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
387         saved file descriptor.
388         * modules/save-cwd (Depends-on): Depend on cloexec.
389
390 2010-03-29  Bruno Haible  <bruno@clisp.org>
391
392         Remove vestiges of fts-lgpl module.
393         * lib/fts_.h: Assume GNULIB_FTS is 1.
394         * lib/fts.c: Likewise.
395         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
396
397 2010-03-28  Bruno Haible  <bruno@clisp.org>
398
399         Fix definition of tests witness macro.
400         * gnulib-tool (func_import): Fix definition of witness macro.
401
402 2010-03-28  Bruno Haible  <bruno@clisp.org>
403
404         Fix ioctl's protoype on glibc systems.
405         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
406         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
407         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
408         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
409         signature. If not, arrange to replace the ioctl function.
410         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
411         REPLACE_IOCTL.
412         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
413         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
414         Reported by Ludovic Courtès <ludo@gnu.org>.
415
416 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
417
418         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
419         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
420         made it so grep -r --include=GLOB* ... did not work.
421
422 2010-03-26  Jim Meyering  <meyering@redhat.com>
423             Eric Blake  <eblake@redhat.com>
424
425         maint.mk: prohibit use of test's -o and -a operators
426         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
427
428 2010-03-28  Bruno Haible  <bruno@clisp.org>
429
430         Remove unused GNULIB_XYZ macro definitions.
431         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
432         invocation.
433
434 2010-03-28  Bruno Haible  <bruno@clisp.org>
435
436         Mark privileged tests modules.
437         * modules/idpriv-drop-tests (Status): New section.
438         * modules/idpriv-droptemp-tests (Status): New section.
439
440 2010-03-28  Bruno Haible  <bruno@clisp.org>
441
442         Split C++ tests into separate tests modules.
443         * modules/dirent-c++-tests: New file, extracted from
444         modules/dirent-tests.
445         * modules/dirent-tests: Depend on it.
446         * modules/fcntl-h-c++-tests: New file, extracted from
447         modules/fcntl-h-tests.
448         * modules/fcntl-h-tests: Depend on it.
449         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
450         * modules/glob-tests: Depend on it.
451         * modules/iconv-h-c++-tests: New file, extracted from
452         modules/iconv-h-tests.
453         * modules/iconv-h-tests: Depend on it.
454         * modules/langinfo-c++-tests: New file, extracted from
455         modules/langinfo-tests.
456         * modules/langinfo-tests: Depend on it.
457         * modules/locale-c++-tests: New file, extracted from
458         modules/locale-tests.
459         * modules/locale-tests: Depend on it.
460         * modules/math-c++-tests: New file, extracted from modules/math-tests.
461         * modules/math-tests: Depend on it.
462         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
463         * modules/pty-tests: Depend on it.
464         * modules/search-c++-tests: New file, extracted from
465         modules/search-tests.
466         * modules/search-tests: Depend on it.
467         * modules/signal-c++-tests: New file, extracted from
468         modules/signal-tests.
469         * modules/signal-tests: Depend on it.
470         * modules/spawn-c++-tests: New file, extracted from
471         modules/spawn-tests.
472         * modules/spawn-tests: Depend on it.
473         * modules/stdio-c++-tests: New file, extracted from
474         modules/stdio-tests.
475         * modules/stdio-tests: Depend on it.
476         * modules/stdlib-c++-tests: New file, extracted from
477         modules/stdlib-tests.
478         * modules/stdlib-tests: Depend on it.
479         * modules/string-c++-tests: New file, extracted from
480         modules/string-tests.
481         * modules/string-tests: Depend on it.
482         * modules/sys_ioctl-c++-tests: New file, extracted from
483         modules/sys_ioctl-tests.
484         * modules/sys_ioctl-tests: Depend on it.
485         * modules/sys_select-c++-tests: New file, extracted from
486         modules/sys_select-tests.
487         * modules/sys_select-tests: Depend on it.
488         * modules/sys_socket-c++-tests: New file, extracted from
489         modules/sys_socket-tests.
490         * modules/sys_socket-tests: Depend on it.
491         * modules/sys_stat-c++-tests: New file, extracted from
492         modules/sys_stat-tests.
493         * modules/sys_stat-tests: Depend on it.
494         * modules/sys_time-c++-tests: New file, extracted from
495         modules/sys_time-tests.
496         * modules/sys_time-tests: Depend on it.
497         * modules/time-c++-tests: New file, extracted from modules/time-tests.
498         * modules/time-tests: Depend on it.
499         * modules/unistd-c++-tests: New file, extracted from
500         modules/unistd-tests.
501         * modules/unistd-tests: Depend on it.
502         * modules/wchar-c++-tests: New file, extracted from
503         modules/wchar-tests.
504         * modules/wchar-tests: Depend on it.
505         * modules/wctype-c++-tests: New file, extracted from
506         modules/wctype-tests.
507         * modules/wctype-tests: Depend on it.
508         Reported by Simon Josefsson.
509
510 2010-03-28  Bruno Haible  <bruno@clisp.org>
511
512         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
513         * gnulib-tool (func_exists_module): New function, extracted from
514         func_verify_module.
515         (func_verify_module): Use it.
516         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
517         'foo' only if 'foo' exists.
518         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
519         module.
520
521 2010-03-28  Bruno Haible  <bruno@clisp.org>
522
523         gnulib-tool: Add support for special categories of tests.
524         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
525         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
526         (func_usage): Document them.
527         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
528         inc_unportable_tests, inc_all_tests): New variables.
529         (func_acceptable): Consider these variables.
530         (func_modules_transitive_closure): Make it work when the 'Status' field
531         consists of multiple words.
532         (func_import): Store and restore the values of inc_cxx_tests,
533         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
534         inc_all_tests in gnulib-comp.m4.
535         (func_create_testdir): Set inc_all_tests to true.
536         * doc/gnulib.texi (Extra tests modules): New section.
537         Suggested by Jim Meyering.
538
539 2010-03-28  Bruno Haible  <bruno@clisp.org>
540
541         ansi-c++-opt: Allow turning off the C++ build by default.
542         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
543         gl_CXX_CHOICE_DEFAULT_NO is defined.
544         Requested by Eric Blake.
545
546 2010-03-28  Bruno Haible  <bruno@clisp.org>
547
548         unistd: Avoid #define replacements in C++ mode.
549         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
550         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
551         setsockopt, shutdown, select): In C++, attach a warning to the function
552         if possible, rather than #defining the symbol to a dysfunctional alias.
553         Reported by John W. Eaton <jwe@gnu.org>.
554
555 2010-03-28  Bruno Haible  <bruno@clisp.org>
556
557         Fix link errors on mingw.
558         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
559         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
560         $(LIBSOCKET).
561         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
562         $(LIBSOCKET).
563
564 2010-03-28  Bruno Haible  <bruno@clisp.org>
565             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
566
567         lib-ignore: Determine different options for different compilers.
568         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
569         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
570         Add comments.
571         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
572         * NEWS: Mention the change.
573
574 2010-03-27  Bruno Haible  <bruno@clisp.org>
575
576         Remove unused GNULIB_XYZ macro definitions.
577         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
578         * modules/fseek (configure.ac): Likewise.
579         * modules/ioctl (configure.ac): Likewise.
580         * modules/open (configure.ac): Likewise.
581         * modules/stdlib-safer (configure.ac): Likewise.
582
583 2010-03-27  Bruno Haible  <bruno@clisp.org>
584
585         Add a remark about certain modules.
586         * modules/malloc (Comment): New section.
587         * modules/realloc (Comment): Likewise.
588         * modules/sigpipe (Comment): Likewise.
589
590 2010-03-27  Bruno Haible  <bruno@clisp.org>
591
592         Resolve conflict between the two kinds of module indicators.
593         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
594         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
595         * modules/canonicalize (configure.ac): Invoke
596         gl_MODULE_INDICATOR_FOR_TESTS.
597         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
598         GNULIB_XYZ.
599         * tests/test-dirent-c++.cc: Likewise.
600         * tests/test-dirent-safer.c: Likewise.
601         * tests/test-dup2.c: Likewise.
602         * tests/test-fchdir.c: Likewise.
603         * tests/test-fcntl-h-c++.cc: Likewise.
604         * tests/test-getopt.c: Likewise.
605         * tests/test-getopt.h: Likewise.
606         * tests/test-langinfo-c++.cc: Likewise.
607         * tests/test-locale-c++.cc: Likewise.
608         * tests/test-math-c++.cc: Likewise.
609         * tests/test-pty-c++.cc: Likewise.
610         * tests/test-search-c++.cc: Likewise.
611         * tests/test-signal-c++.cc: Likewise.
612         * tests/test-spawn-c++.cc: Likewise.
613         * tests/test-stdio-c++.cc: Likewise.
614         * tests/test-stdlib-c++.cc: Likewise.
615         * tests/test-string-c++.cc: Likewise.
616         * tests/test-sys_ioctl-c++.cc: Likewise.
617         * tests/test-sys_select-c++.cc: Likewise.
618         * tests/test-sys_socket-c++.cc: Likewise.
619         * tests/test-sys_stat-c++.cc: Likewise.
620         * tests/test-sys_time-c++.cc: Likewise.
621         * tests/test-time-c++.cc: Likewise.
622         * tests/test-unistd-c++.cc: Likewise.
623         * tests/test-wchar-c++.cc: Likewise.
624         * tests/uninorm/test-u8-nfc.c: Likewise.
625         * tests/uninorm/test-u8-nfd.c: Likewise.
626         * tests/uninorm/test-u8-nfkc.c: Likewise.
627         * tests/uninorm/test-u8-nfkd.c: Likewise.
628         * tests/uninorm/test-u16-nfc.c: Likewise.
629         * tests/uninorm/test-u16-nfd.c: Likewise.
630         * tests/uninorm/test-u16-nfkc.c: Likewise.
631         * tests/uninorm/test-u16-nfkd.c: Likewise.
632         * tests/uninorm/test-u32-nfc.c: Likewise.
633         * tests/uninorm/test-u32-nfc-big.c: Likewise.
634         * tests/uninorm/test-u32-nfd.c: Likewise.
635         * tests/uninorm/test-u32-nfd-big.c: Likewise.
636         * tests/uninorm/test-u32-nfkc.c: Likewise.
637         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
638         * tests/uninorm/test-u32-nfkd.c: Likewise.
639         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
640         * tests/uninorm/test-u32-normalize-big.c: Likewise.
641
642 2010-03-27  Bruno Haible  <bruno@clisp.org>
643
644         Distinguish two kinds of module indicators.
645         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
646         gl_MODULE_INDICATOR.
647         (gl_MODULE_INDICATOR): New macro.
648         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
649         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
650         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
651         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
652         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
653         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
654         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
655         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
656         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
657         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
658         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
659         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
660         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
661         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
662         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
663         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
664         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
665         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
666         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
667         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
668         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
669         * modules/cloexec (configure.ac): Likewise.
670         * modules/getopt-gnu (configure.ac): Likewise.
671         * modules/uninorm/u8-normalize (configure.ac): Likewise.
672         * modules/uninorm/u16-normalize (configure.ac): Likewise.
673         * modules/uninorm/u32-normalize (configure.ac): Likewise.
674         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
675
676 2010-03-27  Bruno Haible  <bruno@clisp.org>
677
678         New module description field 'Comment'.
679         * gnulib-tool: New option --extract-comment.
680         (func_usage): Document it.
681         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
682         (func_get_comment): New function.
683         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
684
685 2010-03-27  Bruno Haible  <bruno@clisp.org>
686
687         Addendum to 2010-02-07 commit.
688         * gnulib-tool (func_usage): Document --extract-applicability option.
689
690 2010-03-27  Bruno Haible  <bruno@clisp.org>
691
692         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
693         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
694         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
695         rather than link errors.
696
697 2010-03-27  Bruno Haible  <bruno@clisp.org>
698
699         Avoid side effects from tests-related modules on the compilation of lib.
700         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
701         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
702         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
703         parameter. Emit into AM_CPPFLAGS a definition of the designated C
704         macro.
705         (func_import): Define a witness macro. Assign it a value that depends
706         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
707         tests-related modules.
708         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
709         Reported by Jim Meyering.
710
711 2010-03-27  Bruno Haible  <bruno@clisp.org>
712
713         Factorize common .m4 code.
714         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
715         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
716         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
717         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
718         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
719         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
720         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
721         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
722         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
723         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
724         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
725         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
726         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
727         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
728         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
729         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
730         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
731         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
732         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
733         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
734         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
735         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
736         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
737         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
738         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
739         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
740         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
741         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
742         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
743         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
744         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
745         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
746
747 2010-03-27  Bruno Haible  <bruno@clisp.org>
748
749         Fix a compilation error on Cygwin with g++ >= 4.3.
750         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
751         if it is undefined or if we alias it to chmod.
752         (lstat): Don't warn about the use of this function if it is undefined
753         or if we alias it to stat.
754         Reported by Simon Josefsson.
755
756 2010-03-27  Bruno Haible  <bruno@clisp.org>
757
758         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
759         * modules/getlogin (configure.ac): Update.
760
761         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
762         * modules/getlogin_r (configure.ac): Update.
763
764         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
765         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
766         * modules/inet_ntop (configure.ac): Update.
767
768         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
769         * modules/inet_pton (configure.ac): Update.
770
771         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
772         * modules/mbslen (configure.ac): Update.
773
774         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
775         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
776         * modules/forkpty (configure.ac): Update.
777         * modules/openpty (configure.ac): Update.
778
779 2010-03-26  Simon Josefsson  <simon@josefsson.org>
780
781         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
782         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
783
784 2010-03-25  Eric Blake  <eblake@redhat.com>
785
786         maint: use pragma consistently across replacement headers
787         * lib/ctype.in.h (system_header): Hoist for consistent placement.
788         * lib/dirent.in.h (system_header): Likewise.
789         * lib/errno.in.h (system_header): Likewise.
790         * lib/float.in.h (system_header): Likewise.
791         * lib/getopt.in.h (system_header): Likewise.
792         * lib/iconv.in.h (system_header): Likewise.
793         * lib/inttypes.in.h (system_header): Likewise.
794         * lib/langinfo.in.h (system_header): Likewise.
795         * lib/locale.in.h (system_header): Likewise.
796         * lib/math.in.h (system_header): Likewise.
797         * lib/netdb.in.h (system_header): Likewise.
798         * lib/netinet_in.in.h (system_header): Likewise.
799         * lib/pty.in.h (system_header): Likewise.
800         * lib/sched.in.h (system_header): Likewise.
801         * lib/se-selinux.in.h (system_header): Likewise.
802         * lib/search.in.h (system_header): Likewise.
803         * lib/spawn.in.h (system_header): Likewise.
804         * lib/stdarg.in.h (system_header): Likewise.
805         * lib/stdint.in.h (system_header): Likewise.
806         * lib/string.in.h (system_header): Likewise.
807         * lib/strings.in.h (system_header): Likewise.
808         * lib/sys_file.in.h (system_header): Likewise.
809         * lib/sys_ioctl.in.h (system_header): Likewise.
810         * lib/sys_socket.in.h (system_header): Likewise.
811         * lib/sys_times.in.h (system_header): Likewise.
812         * lib/sys_utsname.in.h (system_header): Likewise.
813         * lib/sys_wait.in.h (system_header): Likewise.
814         * lib/sysexits.in.h (system_header): Likewise.
815         * lib/unistd.in.h (system_header): Likewise.
816         * lib/wctype.in.h (system_header): Likewise.
817
818         arpa/inet: fix mingw compilation warning
819         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
820         Reported by Matthew Bolte.
821
822 2010-03-25  Bruno Haible  <bruno@clisp.org>
823
824         Avoid collision between gnulib wrapper and libintl wrapper.
825         * lib/printf.c (printf): Don't define if a printf wrapper is already
826         defined in intl/printf.c.
827         Reported by Michel Boaventura <michel@michelboaventura.com>.
828
829 2010-03-25  Bruno Haible  <bruno@clisp.org>
830
831         Use ANSI C.
832         * lib/readutmp.h (getutent): Provide ANSI C prototype.
833
834 2010-03-25  Bruno Haible  <bruno@clisp.org>
835
836         Minor formatting changes.
837         * lib/acosl.c: Insert space before function argument list.
838         * lib/argz.c: Likewise.
839         * lib/asinl.c: Likewise.
840         * lib/expl.c: Likewise.
841         * lib/gen-uni-tables.c: Likewise.
842         * lib/gettext.h: Likewise.
843         * lib/glthread/lock.h: Likewise.
844         * lib/tanl.c: Likewise.
845         * lib/uniname/uniname.c: Likewise.
846         * tests/test-idpriv-drop.c: Likewise.
847         * tests/test-idpriv-droptemp.c: Likewise.
848         * tests/test-lock.c: Likewise.
849         * tests/test-tls.c: Likewise.
850         * lib/argp-help.c: Insert space before function-like macro argument
851         list.
852         * lib/memcmp.c: Likewise.
853         * tests/test-base64.c: Likewise.
854         * lib/localename.c: Insert space before sizeof's argument list.
855         * lib/safe-alloc.h: Likewise.
856         * lib/file-set.h: Insert space before macro argument list.
857         * tests/test-argp.c: Likewise.
858         * lib/argp-namefrob.h: Insert space before function parameter list.
859         * lib/getaddrinfo.c: Likewise.
860         * lib/netdb.in.h: Likewise.
861         * lib/parse-duration.h: Likewise.
862         * lib/parse-duration.c: Likewise.
863         * lib/poll.c: Likewise.
864         * lib/select.c: Likewise.
865         * lib/trim.h: Likewise.
866         * tests/test-usleep.c: Likewise.
867         * lib/ldexpl.c: Insert space before function parameter list and before
868         function argument list.
869         * lib/logl.c: Likewise.
870         * lib/sqrtl.c: Likewise.
871         * lib/trim.c: Likewise.
872         * lib/cosl.c: Use GNU style indentation. Insert space before function
873         argument list.
874         * lib/sinl.c: Likewise.
875         * lib/tsearch.c: Insert space after 'for'.
876         Reported by Jim Meyering.
877
878 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
879
880         * maint.mk (sc_Wundef_boolean): Check for the presence of the
881         config header before grepping, as it's not present before
882         autoreconf/configure are run.  Reported by Simon Josefsson.
883
884 2010-03-23  Bruno Haible  <bruno@clisp.org>
885
886         pt_chown: Make it work with automake < 1.11.
887         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
888         Reported by Simon Josefsson.
889
890 2010-03-23  Bruno Haible  <bruno@clisp.org>
891
892         pt_chown: Don't depend on GPLed modules.
893         * lib/pt_chown.c: Don't include idpriv.h.
894         (main): Don't drop privileges.
895         * modules/pt_chown (Depends-on): Remove idpriv-drop.
896         Reported by Simon Josefsson.
897
898 2010-03-24  Simon Josefsson  <simon@josefsson.org>
899
900         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
901         suggestions from karl@freefriends.org (Karl Berry).
902
903 2010-03-22  Eric Blake  <eblake@redhat.com>
904
905         gethostname: further tweaks
906         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
907         are overriding gethostname.
908         Suggested by Bruno Haible.
909
910 2010-03-21  Bruno Haible  <bruno@clisp.org>
911
912         Fix comments.
913         * lib/forkpty.c (rpl_forkpty): Fix comment.
914         * lib/openpty.c (rpl_openpty): Likewise.
915         Reported by Eric Blake.
916
917 2010-03-22  Eric Blake  <eblake@redhat.com>
918
919         gethostname: fix build on mingw
920         * lib/unistd.in.h (includes): Work around fact that mingw
921         <winsock2.h> re-includes <unistd.h>, by avoiding any
922         redeclarations if we are being included by <winsock2.h>.
923         Reported by Matthias Bolte.
924
925 2010-03-21  Bruno Haible  <bruno@clisp.org>
926
927         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
928         * lib/forkpty.c (forkpty): New replacement function, from glibc with
929         modifications.
930         * lib/pty.in.h (forkpty): Update declaration. Add comments.
931         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
932         provide the replacement.
933         * modules/forkpty (Depends-on): Add openpty, login_tty.
934         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
935         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
936         * doc/glibc-functions/forkpty.texi: More supported platforms.
937         * config/srclist.txt: Add forkpty.c (commented).
938
939 2010-03-21  Bruno Haible  <bruno@clisp.org>
940
941         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
942         (Makefile.am): Verify that PTY_LIB is defined.
943
944         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
945
946 2010-03-21  Bruno Haible  <bruno@clisp.org>
947
948         Tests for module 'login_tty'.
949         * modules/login_tty-tests: New file.
950         * tests/test-login_tty.c: New file.
951
952         New module 'login_tty'.
953         * lib/login_tty.c: New file.
954         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
955         * modules/login_tty: New file.
956         * doc/glibc-functions/login_tty.texi: Mention the new module.
957
958 2010-03-21  Bruno Haible  <bruno@clisp.org>
959
960         login_tty: Documentation.
961         * doc/glibc-functions/login_tty.texi: New file.
962         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
963
964 2010-03-21  Bruno Haible  <bruno@clisp.org>
965
966         pty: Consistent macro naming.
967         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
968         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
969         * modules/pty (configure.ac): Update.
970
971 2010-03-21  Bruno Haible  <bruno@clisp.org>
972
973         Tests for openpty: Make stricter.
974         * tests/test-openpty.c (main): Add test of canonical processing and
975         erase.
976         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
977
978         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
979         * lib/openpty.c (openpty): New replacement function.
980         * lib/pty.in.h: Include <termios.h>.
981         (openpty): Update declaration. Add comments.
982         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
983         is not declared, arrange to provide the replacement. Check for _getpty
984         and posix_openpt.
985         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
986         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
987         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
988         * modules/pty-tests (test_pty_c___LDADD): New variable.
989         * doc/glibc-functions/openpty.texi: More supported platforms.
990
991 2010-03-21  Bruno Haible  <bruno@clisp.org>
992
993         setenv: Tweaks.
994         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
995         the test program.
996         * doc/posix-functions/setenv.texi: Update platforms list.
997
998 2010-03-21  Bruno Haible  <bruno@clisp.org>
999
1000         New module 'unlockpt'.
1001         * lib/unlockpt.c: New file, from glibc with modifications.
1002         * m4/unlockpt.m4: New file.
1003         * modules/unlockpt: New file.
1004         * lib/stdlib.in.h (unlockpt): New declaration.
1005         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1006         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1007         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1008         HAVE_UNLOCKPT.
1009         * doc/posix-functions/unlockpt.texi: Mention the new module.
1010         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1011         * config/srclist.txt: Add unlockpt.c (commented).
1012
1013 2010-03-21  Jim Meyering  <meyering@redhat.com>
1014
1015         maint.mk: prohibit inclusion of "intprops.h" without use
1016         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1017
1018 2010-03-21  Bruno Haible  <bruno@clisp.org>
1019
1020         New module 'grantpt'.
1021         * lib/grantpt.c: New file, from glibc with modifications.
1022         * m4/grantpt.m4: New file.
1023         * modules/grantpt: New file.
1024         * lib/stdlib.in.h (grantpt): New declaration.
1025         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1026         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1027         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1028         HAVE_GRANTPT.
1029         * doc/posix-functions/grantpt.texi: Mention the new module.
1030         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1031         * config/srclist.txt: Add grantpt.c (commented).
1032
1033 2010-03-21  Bruno Haible  <bruno@clisp.org>
1034
1035         New module 'pt_chown'.
1036         * lib/pt_chown.c: New file, from glibc with modifications.
1037         * lib/pty-private.h: New file, from glibc with modifications.
1038         * modules/pt_chown: New file.
1039         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1040
1041 2010-03-21  Bruno Haible  <bruno@clisp.org>
1042
1043         Tests for module 'ptsname'.
1044         * modules/ptsname-tests: New file.
1045         * tests/test-ptsname.c: New file.
1046
1047         New module 'ptsname'.
1048         * lib/ptsname.c: New file, from glibc with modifications.
1049         * m4/ptsname.m4: New file.
1050         * modules/ptsname: New file.
1051         * lib/stdlib.in.h (ptsname): New declaration.
1052         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1053         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1054         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1055         HAVE_PTSNAME.
1056         * doc/posix-functions/ptsname.texi: Mention the new module.
1057         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1058         * config/srclist.txt: Add ptsname.c (commented).
1059
1060 2010-03-21  Bruno Haible  <bruno@clisp.org>
1061
1062         Tests for module 'ttyname_r'.
1063         * modules/ttyname_r-tests: New file.
1064         * tests/test-ttyname_r.c: New file.
1065
1066         New module 'ttyname_r'.
1067         * lib/ttyname_r.c: New file.
1068         * m4/ttyname_r.m4: New file.
1069         * modules/ttyname_r: New file.
1070         * lib/unistd.in.h (ttyname_r): New declaration.
1071         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1072         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1073         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1074         HAVE_TTYNAME_R.
1075         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1076         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1077
1078 2010-03-20  Bruno Haible  <bruno@clisp.org>
1079
1080         signal: Undefine macro definitions in C++ mode.
1081         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1082         sigfillset): Undefine macro definitions from the system header in C++
1083         mode.
1084         Reported by John W. Eaton <jwe@gnu.org>.
1085
1086 2010-03-20  Bruno Haible  <bruno@clisp.org>
1087
1088         Ensure no #include statements inside extern "C" { ... }.
1089         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1090         contain #include statements.
1091         * lib/time.in.h: Likewise.
1092
1093 2010-03-20  Bruno Haible  <bruno@clisp.org>
1094
1095         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1096         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1097         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1098         Reported by John W. Eaton <jwe@gnu.org>.
1099
1100 2010-03-20  Bruno Haible  <bruno@clisp.org>
1101
1102         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1103         Reported by Jim Meyering.
1104
1105 2010-03-20  Bruno Haible  <bruno@clisp.org>
1106
1107         pipe: Set errno upon failure.
1108         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1109         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1110         errno value in error message.
1111
1112 2010-03-20  Bruno Haible  <bruno@clisp.org>
1113             Jim Meyering  <meyering@redhat.com>
1114
1115         lchown: Avoid "unused variable" warning.
1116         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1117
1118 2010-03-20  Bruno Haible  <bruno@clisp.org>
1119
1120         Work around unlink() bug on MacOS X 10.5.6.
1121         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1122         attempting to unlink a parent directory.
1123         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1124         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1125         activate for the replacement function.
1126         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1127
1128 2010-03-20  Bruno Haible  <bruno@clisp.org>
1129
1130         Fix link errors on Solaris 8.
1131         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1132         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1133
1134 2010-03-19  Jim Meyering  <meyering@redhat.com>
1135
1136         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1137         The _LIBC implementation of build_range_exp correctly honors the
1138         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1139         However, the non-_LIBC implementation would ignore that syntax-bit
1140         flag and return REG_ERANGE unconditionally.
1141         This change makes it honor that flag.
1142         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1143         Make two pointer parameters "const".
1144         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1145         (parse_bracket_exp): Update caller.
1146
1147         regex.m4: correct the reversed range endpoint ([b-a]) test
1148         * m4/regex.m4: When requiring that [b-a] evoke failure,
1149         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1150         test pass once again for x86-based systems.
1151
1152 2010-03-19  Bruno Haible  <bruno@clisp.org>
1153
1154         scandir: Fix link error on Solaris 8.
1155         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1156         macros.
1157
1158 2010-03-19  Bruno Haible  <bruno@clisp.org>
1159
1160         getusershell: Fix documentation.
1161         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1162         module.
1163         * doc/glibc-functions/setusershell.texi: Likewise.
1164
1165         getusershell: Provide declaration, missing on Solaris 9.
1166         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1167         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1168         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1169         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1170         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1171         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1172         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1173         HAVE_GETUSERSHELL.
1174         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1175
1176 2010-03-19  Bruno Haible  <bruno@clisp.org>
1177
1178         wctype: Provide iswblank function.
1179         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1180         exists and is fine.
1181         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1182         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1183         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1184         * doc/posix-functions/iswblank.texi: Update.
1185
1186 2010-03-19  Bruno Haible  <bruno@clisp.org>
1187
1188         Tests of module 'pty' in C++ mode.
1189         * modules/pty-tests: New file.
1190         * tests/test-pty-c++.cc: New file.
1191         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1192
1193 2010-03-19  Eric Blake  <eblake@redhat.com>
1194
1195         logb: fix documentation
1196         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1197         1.5 declaration bug.
1198
1199         forkpty, openpty: prefer glibc's const-safe prototype
1200         * lib/forkpty.c (rpl_forkpty): New file.
1201         * lib/openpty.c (rpl_openpty): Likewise.
1202         * modules/forkpty (Files): Distribute it.
1203         * modules/openpty (Files): Likewise.
1204         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1205         check...
1206         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1207         replacement for for non-const BSD signature.
1208         * modules/pty (Makefile.am): Substitute witnesses.
1209         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1210         * tests/test-forkpty.c: Update signature check.
1211         * tests/test-openpty.c: Likewise.
1212         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1213         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1214
1215         forkpty, openpty: split functions into new modules
1216         * modules/pty (Makefile.am): Substitute new witnesses.
1217         (Libraries): Move library detection...
1218         * modules/forkpty: ...into new module.
1219         * modules/openpty: Another new module.
1220         * modules/pty-tests: Rename and split...
1221         * modules/forkpty-tests: ...to this...
1222         * modules/openpty-tests: ...and this.
1223         * tests/test-pty.c: Rename and split...
1224         * tests/test-forkpty.c: ...to this...
1225         * tests/test-openpty.c: ...and this.
1226         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1227         (gl_PTY): Split library searching...
1228         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1229         (gl_FORKPTY, gl_OPENPTY): New macros.
1230         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1231         * NEWS: Mention the split.
1232         * MODULES.html.sh (Misc): Document the modules.
1233         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1234         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1235
1236         pty: improve replacement header
1237         * lib/pty.in.h: New file.
1238         * modules/pty (Files): Ship it.
1239         (Makefile.am): Always build replacement.
1240         * m4/pty.m4: Rename...
1241         * m4/pty_h.m4: ...to this.
1242         (gl_PTY): Modernize setting of witness macros; update check of
1243         forkpty to take proper advantage of cache.
1244         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1245
1246         getopt: avoid compiler warning
1247         * lib/getopt.c (attribute_hidden): Remove unused macro.
1248
1249 2010-03-18  Bruno Haible  <bruno@clisp.org>
1250
1251         Fix link errors on Solaris 8.
1252         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1253         * modules/search-tests (test_search_c___LDADD): Likewise.
1254         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1255         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1256         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1257         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1258         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1259         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1260         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1261
1262 2010-03-18  Bruno Haible  <bruno@clisp.org>
1263
1264         Fix bug introduced on 2010-03-14.
1265         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1266         (gl_SPAWN_H): Require it.
1267         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1268         Reported by Simon Josefsson.
1269
1270 2010-03-18  Bruno Haible  <bruno@clisp.org>
1271
1272         Fix typo introduced on 2009-12-31.
1273         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1274         posix_spawn_file_actions_adddup2.
1275
1276 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1277         and Eric Blake  <eblake@redhat.com>
1278
1279         test-vc-list-files-git: make more robust
1280         * tests/test-vc-list-files-git.sh: Unset problematic environment
1281         variables.  Chain commands together.
1282
1283 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1284
1285         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1286         `AC_CHECK_DECL' invocation.
1287
1288 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1289
1290         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1291         appears before executable statements. Suggested by Petr Sumbera
1292         <Petr.Sumbera@Sun.COM>.
1293
1294 2010-03-14  Bruno Haible  <bruno@clisp.org>
1295
1296         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1297         portability problems. Instead use a simpler test.
1298         (main): Check that invalid arguments are rejected only on Linux.
1299
1300 2010-03-14  Bruno Haible  <bruno@clisp.org>
1301
1302         Fix bug introduced on 2009-12-31.
1303         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1304         gl_PREREQ_SYS_H_WINSOCK2 always.
1305         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1306         SYS_SOCKET_H variable.
1307         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1308         Update comments.
1309         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1310         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1311         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1312         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1313         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1314
1315 2010-03-14  Bruno Haible  <bruno@clisp.org>
1316
1317         Fix values returned by sinl, cosl.
1318         * lib/trigl.h: Add specification comments.
1319         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1320         that combines the values from the precomputed table with the values of
1321         the Chebyshev polynomials.
1322
1323 2010-03-14  Bruno Haible  <bruno@clisp.org>
1324
1325         Fix compilation error when modules 'posix_spawn[p]' are not used.
1326         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1327         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1328
1329 2010-03-14  Bruno Haible  <bruno@clisp.org>
1330
1331         Fix compilation error on mingw when module 'time_r' is not used.
1332         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1333         is 1.
1334         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1335         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1336         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1337         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1338
1339 2010-03-14  Bruno Haible  <bruno@clisp.org>
1340
1341         Fix compilation error with Sun C.
1342         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1343         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1344         instead of GCC specific ULONG_LONG_MAX.
1345         * lib/xstrtoll.c: Likewise.
1346         * lib/xstrtoull.c: Likewise.
1347
1348 2010-03-13  Bruno Haible  <bruno@clisp.org>
1349
1350         Allow the user to disable C++ code and tests.
1351         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1352         (gl_PROG_ANSI_CXX): Require it.
1353
1354 2010-03-13  Bruno Haible  <bruno@clisp.org>
1355
1356         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1357         cases.
1358
1359 2010-03-13  Bruno Haible  <bruno@clisp.org>
1360
1361         Test that gnulib does not break the standard C++ headers.
1362         * tests/test-locale-c++2.cc: New file.
1363         * modules/locale-tests (Files): Add it.
1364         (Makefile.am): Compile it for test-locale-c++.
1365         * tests/test-math-c++2.cc: New file.
1366         * modules/math-tests (Files): Add it.
1367         (Makefile.am): Compile it for test-math-c++.
1368         * tests/test-signal-c++2.cc: New file.
1369         * modules/signal-tests (Files): Add it.
1370         (Makefile.am): Compile it for test-signal-c++.
1371         * tests/test-stdio-c++2.cc: New file.
1372         * modules/stdio-tests (Files): Add it.
1373         (Makefile.am): Compile it for test-stdio-c++.
1374         * tests/test-stdlib-c++2.cc: New file.
1375         * modules/stdlib-tests (Files): Add it.
1376         (Makefile.am): Compile it for test-stdlib-c++.
1377         * tests/test-string-c++2.cc: New file.
1378         * modules/string-tests (Files): Add it.
1379         (Makefile.am): Compile it for test-string-c++.
1380         * tests/test-time-c++2.cc: New file.
1381         * modules/time-tests (Files): Add it.
1382         (Makefile.am): Compile it for test-time-c++.
1383         Reported by John W. Eaton <jwe@gnu.org>.
1384
1385 2010-03-13  Bruno Haible  <bruno@clisp.org>
1386
1387         * gnulib-tool (func_usage): Clarify which options are available for
1388         --create-testdir and --create-megatestdir.
1389
1390 2010-03-13  Bruno Haible  <bruno@clisp.org>
1391
1392         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1393         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1394         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1395         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1396         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1397         when appropriate.
1398         Reported by Jim Meyering.
1399
1400 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1401
1402         * gnulib-tool (func_import): Explain origin of code.
1403
1404 2010-03-12  Bruno Haible  <bruno@clisp.org>
1405
1406         Fix problem with automake's definition of CXXLINK.
1407         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1408         Reported by Simon Josefsson and Ludovic Courtès.
1409
1410 2010-03-12  Bruno Haible  <bruno@clisp.org>
1411
1412         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1413         stable releases.
1414
1415 2010-03-11  Bruno Haible  <bruno@clisp.org>
1416
1417         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1418         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1419         whether the system provides one variant or multiple variants of the
1420         function.
1421         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1422         C++ compilers.
1423         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1424         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1425         Reported by Jim Meyering.
1426
1427 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1428
1429         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1430
1431 2010-03-08  Bruno Haible  <bruno@clisp.org>
1432
1433         gnulib-tool: Add support for --libtool in --create-testdir.
1434         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1435         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1436
1437 2010-03-08  Eric Blake  <eblake@redhat.com>
1438
1439         gnulib-tool.texi: mention possibility of git submodule
1440         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1441         submodules.
1442         * doc/.gitignore: Ignore another generated file.
1443
1444 2010-03-08  Karl Berry  <karl@gnu.org>
1445
1446         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1447         of committing gnulib files while skipping others.
1448
1449 2010-03-07  Bruno Haible  <bruno@clisp.org>
1450
1451         Tests of module 'wctype' in C++ mode.
1452         * tests/test-wctype-c++.cc: New file.
1453         * modules/wctype-tests (Files): Add it and tests/signature.h.
1454         (Depends-on): Add ansi-c++-opt.
1455         (Makefile.am): Arrange to compile and run test-wctype-c++.
1456
1457         Tests of module 'wchar' in C++ mode.
1458         * tests/test-wchar-c++.cc: New file.
1459         * modules/wchar-tests (Files): Add it and tests/signature.h.
1460         (Depends-on): Add ansi-c++-opt.
1461         (Makefile.am): Arrange to compile and run test-wchar-c++.
1462         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1463         gl_MODULE_INDICATOR.
1464
1465         Tests of module 'unistd' in C++ mode.
1466         * tests/test-unistd-c++.cc: New file.
1467         * modules/unistd-tests (Files): Add it and tests/signature.h.
1468         (Depends-on): Add ansi-c++-opt.
1469         (Makefile.am): Arrange to compile and run test-unistd-c++.
1470         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1471         gl_MODULE_INDICATOR.
1472
1473         Tests of module 'time' in C++ mode.
1474         * tests/test-time-c++.cc: New file.
1475         * modules/time-tests (Files): Add it and tests/signature.h.
1476         (Depends-on): Add ansi-c++-opt.
1477         (Makefile.am): Arrange to compile and run test-time-c++.
1478         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1479
1480         Tests of module 'sys_time' in C++ mode.
1481         * tests/test-sys_time-c++.cc: New file.
1482         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1483         (Depends-on): Add ansi-c++-opt.
1484         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1485         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1486         gl_MODULE_INDICATOR.
1487
1488         Tests of module 'sys_stat' in C++ mode.
1489         * tests/test-sys_stat-c++.cc: New file.
1490         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1491         (Depends-on): Add ansi-c++-opt.
1492         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1493         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1494         gl_MODULE_INDICATOR.
1495
1496         Tests of module 'sys_socket' in C++ mode.
1497         * tests/test-sys_socket-c++.cc: New file.
1498         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1499         (Depends-on): Add ansi-c++-opt.
1500         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1501         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1502         gl_MODULE_INDICATOR.
1503
1504         Tests of module 'sys_select' in C++ mode.
1505         * tests/test-sys_select-c++.cc: New file.
1506         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1507         (Depends-on): Add ansi-c++-opt.
1508         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1509         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1510         gl_MODULE_INDICATOR.
1511
1512         Tests of module 'sys_ioctl' in C++ mode.
1513         * tests/test-sys_ioctl-c++.cc: New file.
1514         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1515         (Depends-on): Add ansi-c++-opt.
1516         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1517         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1518         gl_MODULE_INDICATOR.
1519
1520         Tests of module 'string' in C++ mode.
1521         * tests/test-string-c++.cc: New file.
1522         * modules/string-tests (Files): Add it and tests/signature.h.
1523         (Depends-on): Add ansi-c++-opt.
1524         (Makefile.am): Arrange to compile and run test-string-c++.
1525         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1526         gl_MODULE_INDICATOR.
1527
1528         Tests of module 'stdlib' in C++ mode.
1529         * tests/test-stdlib-c++.cc: New file.
1530         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1531         (Depends-on): Add ansi-c++-opt.
1532         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1533         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1534         gl_MODULE_INDICATOR.
1535
1536         Tests of module 'stdio' in C++ mode.
1537         * tests/test-stdio-c++.cc: New file.
1538         * modules/stdio-tests (Files): Add it and tests/signature.h.
1539         (Depends-on): Add ansi-c++-opt.
1540         (Makefile.am): Arrange to compile and run test-stdio-c++.
1541         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1542         gl_MODULE_INDICATOR.
1543
1544         Tests of module 'spawn' in C++ mode.
1545         * tests/test-spawn-c++.cc: New file.
1546         * modules/spawn-tests (Files): Add it and tests/signature.h.
1547         (Depends-on): Add ansi-c++-opt.
1548         (Makefile.am): Arrange to compile and run test-spawn-c++.
1549         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1550         gl_MODULE_INDICATOR.
1551
1552         Tests of module 'signal' in C++ mode.
1553         * tests/test-signal-c++.cc: New file.
1554         * modules/signal-tests (Files): Add it and tests/signature.h.
1555         (Depends-on): Add ansi-c++-opt.
1556         (Makefile.am): Arrange to compile and run test-signal-c++.
1557         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1558         gl_MODULE_INDICATOR.
1559
1560         Tests of module 'search' in C++ mode.
1561         * tests/test-search-c++.cc: New file.
1562         * modules/search-tests (Files): Add it and tests/signature.h.
1563         (Depends-on): Add ansi-c++-opt.
1564         (Makefile.am): Arrange to compile and run test-search-c++.
1565         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1566         gl_MODULE_INDICATOR.
1567
1568         Tests of module 'math' in C++ mode.
1569         * tests/test-math-c++.cc: New file.
1570         * modules/math-tests (Files): Add it and tests/signature.h.
1571         (Depends-on): Add ansi-c++-opt.
1572         (Makefile.am): Arrange to compile and run test-math-c++.
1573         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1574
1575         Tests of module 'locale' in C++ mode.
1576         * tests/test-locale-c++.cc: New file.
1577         * modules/locale-tests (Files): Add it and tests/signature.h.
1578         (Depends-on): Add ansi-c++-opt.
1579         (Makefile.am): Arrange to compile and run test-locale-c++.
1580         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1581         gl_MODULE_INDICATOR.
1582
1583         Tests of module 'langinfo' in C++ mode.
1584         * tests/test-langinfo-c++.cc: New file.
1585         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1586         (Depends-on): Add ansi-c++-opt.
1587         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1588         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1589         gl_MODULE_INDICATOR.
1590
1591         Tests of module 'iconv-h' in C++ mode.
1592         * tests/test-iconv-h-c++.cc: New file.
1593         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1594         (Depends-on): Add ansi-c++-opt.
1595         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1596
1597         Tests of module 'glob' in C++ mode.
1598         * tests/test-glob-c++.cc: New file.
1599         * modules/glob-tests (Files): Add it.
1600         (Depends-on): Add ansi-c++-opt.
1601         (Makefile.am): Arrange to compile and run test-glob-c++.
1602
1603         Tests of module 'fcntl-h' in C++ mode.
1604         * tests/test-fcntl-h-c++.cc: New file.
1605         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1606         (Depends-on): Add ansi-c++-opt.
1607         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1608         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1609         gl_MODULE_INDICATOR.
1610
1611         Tests of module 'dirent' in C++ mode.
1612         * tests/test-dirent-c++.cc: New file.
1613         * modules/dirent-tests (Files): Add it and tests/signature.h.
1614         (Depends-on): Add ansi-c++-opt.
1615         (Makefile.am): Arrange to compile and run test-dirent-c++.
1616         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1617         gl_MODULE_INDICATOR.
1618
1619         New module 'ansi-c++-opt'.
1620         * modules/ansi-c++-opt: New file.
1621         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1622
1623         Document C++ namespace mode.
1624         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1625
1626         wctype: Avoid #define replacements in C++ mode.
1627         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1628         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1629         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1630         In C++, define a namespaced alias symbol.
1631         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1632         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1633         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1634         rule.
1635
1636         wchar: Avoid #define replacements in C++ mode.
1637         * lib/wchar.in.h: Include c++defs.h.
1638         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1639         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1640         symbol.
1641         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1642         * modules/wchar (Depends-on): Add c++defs.
1643         (Makefile.am): Update wchar.h rule.
1644
1645         unistd: Avoid #define replacements in C++ mode.
1646         * lib/unistd.in.h: Include c++defs.h.
1647         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1648         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1649         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1650         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1651         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1652         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1653         symbol.
1654         (environ): Update.
1655         * modules/unistd (Depends-on): Add c++defs.
1656         (Makefile.am): Update unistd.h rule.
1657
1658         time: Avoid #define replacements in C++ mode.
1659         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1660         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1661         define a namespaced alias symbol.
1662         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1663         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1664         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1665         * modules/time (Depends-on): Add c++defs, warn-on-use.
1666         (Makefile.am): Update time.h rule.
1667         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1668         * modules/nanosleep (configure.ac): Likewise.
1669         * modules/strptime (configure.ac): Likewise.
1670         * modules/timegm (configure.ac): Likewise.
1671
1672         sys_time: Avoid #define replacements in C++ mode.
1673         * lib/sys_time.in.h: Include c++defs.h.
1674         (gettimeofday): In C++, define a namespaced alias symbol.
1675         * modules/sys_time (Depends-on): Add c++defs.
1676         (Makefile.am): Update sys/time.h rule.
1677
1678         sys_stat: Avoid #define replacements in C++ mode.
1679         * lib/sys_stat.in.h: Include c++defs.h.
1680         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1681         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1682         namespaced alias symbol.
1683         In C++, define a namespaced alias symbol.
1684         * modules/sys_stat (Depends-on): Add c++defs.
1685         (Makefile.am): Update sys/stat.h rule.
1686
1687         sys_socket: Avoid #define replacements in C++ mode.
1688         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1689         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1690         definitions also when the system has a <sys/socket.h>.
1691         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1692         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1693         In C++, define a namespaced alias symbol.
1694         * modules/sys_socket (Depends-on): Add c++defs.
1695         (Makefile.am): Update sys/socket.h rule.
1696
1697         sys_select: Avoid #define replacements in C++ mode.
1698         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1699         definitions also when the system has a <sys/select.h>.
1700         (select): In C++, define a namespaced alias symbol.
1701         * modules/sys_select (Depends-on): Add c++defs.
1702         (Makefile.am): Update sys/select.h rule.
1703
1704         sys_ioctl: Avoid #define replacements in C++ mode.
1705         * lib/sys_ioctl.in.h: Include c++defs.h.
1706         (ioctl): In C++, define a namespaced alias symbol.
1707         * modules/sys_ioctl (Depends-on): Add c++defs.
1708         (Makefile.am): Update sys/ioctl.h rule.
1709
1710         string: Avoid #define replacements in C++ mode.
1711         * lib/string.in.h: Include c++defs.h.
1712         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1713         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1714         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1715         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1716         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1717         * modules/string (Depends-on): Add c++defs.
1718         (Makefile.am): Update string.h rule.
1719
1720         stdlib: Avoid #define replacements in C++ mode.
1721         * lib/stdlib.in.h: Include c++defs.h.
1722         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1723         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1724         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1725         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1726         symbol.
1727         * modules/stdlib (Depends-on): Add c++defs.
1728         (Makefile.am): Update stdlib.h rule.
1729
1730         stdio: Avoid #define replacements in C++ mode.
1731         * lib/stdio.in.h: Include c++defs.h.
1732         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1733         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1734         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1735         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1736         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1737         namespaced alias symbol.
1738         * modules/stdio (Depends-on): Add c++defs.
1739         (Makefile.am): Update stdio.h rule.
1740
1741         spawn: Avoid #define replacements in C++ mode.
1742         * lib/spawn.in.h: Include c++defs.h.
1743         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1744         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1745         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1746         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1747         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1748         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1749         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1750         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1751         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1752         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1753         In C++, define a namespaced alias symbol.
1754         * modules/spawn (Depends-on): Add c++defs.
1755         (Makefile.am): Update spawn.h rule.
1756
1757         signal: Avoid #define replacements in C++ mode.
1758         * lib/signal.in.h: Include c++defs.h.
1759         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1760         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1761         namespaced alias symbol.
1762         * modules/signal (Depends-on): Add c++defs.
1763         (Makefile.am): Update signal.h rule.
1764
1765         search: Avoid #define replacements in C++ mode.
1766         * lib/search.in.h: Include c++defs.h.
1767         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1768         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1769         symbol.
1770         * modules/search (Depends-on): Add c++defs.
1771         (Makefile.am): Update search.h rule.
1772
1773         math: Avoid #define replacements in C++ mode.
1774         * lib/math.in.h: Include c++defs.h.
1775         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1776         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1777         trunc, truncl): In C++, define a namespaced alias symbol.
1778         * modules/math (Depends-on): Add c++defs.
1779         (Makefile.am): Update math.h rule.
1780
1781         locale: Avoid #define replacements in C++ mode.
1782         * lib/locale.in.h: Include c++defs.h.
1783         (duplocale): In C++, define a namespaced alias symbol.
1784         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1785         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1786         * modules/locale (Depends-on): Add c++defs.
1787         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1788
1789         langinfo: Avoid #define replacements in C++ mode.
1790         * lib/langinfo.in.h: Include c++defs.h.
1791         (nl_langinfo): In C++, define a namespaced alias symbol.
1792         * modules/langinfo (Depends-on): Add c++defs.
1793         (Makefile.am): Update langinfo.h rule.
1794
1795         iconv-h: Avoid #define replacements in C++ mode.
1796         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1797         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1798         symbol.
1799         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1800         whenever iconv is present.
1801         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1802         (Makefile.am): Update iconv.h rule.
1803
1804         glob: Avoid #define replacements in C++ mode.
1805         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1806         (_gl_glob_errfunc_fn): New type.
1807         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1808         symbol.
1809         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1810         (Makefile.am): Update glob.h rule.
1811
1812         fcntl-h: Avoid #define replacements in C++ mode.
1813         * lib/fcntl.in.h: Include c++defs.h.
1814         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1815         * modules/fcntl-h (Depends-on): Add c++defs.
1816         (Makefile.am): Update fcntl.h rule.
1817
1818         dirent: Avoid #define replacements in C++ mode.
1819         * lib/dirent.in.h: Include c++defs.h.
1820         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1821         namespaced alias symbol.
1822         (dirfd): Update declaration.
1823         * modules/dirent (Depends-on): Add c++defs.
1824         (Makefile.am): Update dirent.h rule.
1825
1826         ctype: Make it usable in C++ code.
1827         * lib/ctype.in.h: Include c++defs.h.
1828         (isblank): Declare as extern "C".
1829         * modules/ctype (Depends-on): Add c++defs.
1830         (Makefile.am): Update ctype.h rule.
1831
1832         New module 'c++defs'.
1833         * modules/c++defs: New file.
1834         * build-aux/c++defs.h: New file.
1835         Reported by John W. Eaton <jwe@gnu.org>.
1836
1837 2010-03-07  Bruno Haible  <bruno@clisp.org>
1838
1839         logb: Provide missing declaration for Cygwin.
1840         * lib/math.in.h (logb): New declaration.
1841         * m4/logb.m4: New file.
1842         * modules/logb (Files): Add m4/logb.m4.
1843         (Depends-on): Add math.
1844         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1845         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1846         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1847         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1848         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1849
1850 2010-03-07  Bruno Haible  <bruno@clisp.org>
1851
1852         Fix test-cond link error.
1853         * tests/test-cond.c: Include <stdio.h>.
1854
1855 2010-03-07  Bruno Haible  <bruno@clisp.org>
1856
1857         Fix test-dirent-safer link error.
1858         * modules/dirent-safer-tests (Makefile.am): Define
1859         test_dirent_safer_LDADD.
1860
1861 2010-03-07  Bruno Haible  <bruno@clisp.org>
1862
1863         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1864         among default module list.
1865
1866 2010-03-07  Bruno Haible  <bruno@clisp.org>
1867
1868         Fix link error on platforms with GNU libiconv.
1869         * modules/unistr/u8-strcoll-tests (Makefile): Define
1870         test_u8_strcoll_LDADD.
1871         * modules/unistr/u16-strcoll-tests (Makefile): Define
1872         test_u16_strcoll_LDADD.
1873         * modules/unistr/u32-strcoll-tests (Makefile): Define
1874         test_u32_strcoll_LDADD.
1875
1876 2010-03-07  Bruno Haible  <bruno@clisp.org>
1877
1878         Use POSIX declarations for socket functions.
1879         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1880         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1881         rpl_sendto): Change declaration to match POSIX.
1882         * lib/connect.c (rpl_connect): Likewise.
1883         * lib/accept.c (rpl_accept): Likewise.
1884         * lib/bind.c (rpl_bind): Likewise.
1885         * lib/getpeername.c (rpl_getpeername): Likewise.
1886         * lib/getsockname.c (rpl_getsockname): Likewise.
1887         * lib/recv.c (rpl_recv): Likewise.
1888         * lib/send.c (rpl_send): Likewise.
1889         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1890         * lib/sendto.c (rpl_sendto): Likewise.
1891
1892 2010-03-06  Bruno Haible  <bruno@clisp.org>
1893
1894         Clarify access, euidaccess, faccessat.
1895         * doc/posix-functions/faccessat.texi: Mention security problem under
1896         "Other problems", not "Portability problems".
1897         * doc/posix-functions/access.texi: Likewise. Mention a related security
1898         problem.
1899         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1900         * lib/euidaccess.c: Add comments about platforms.
1901         * lib/unistd.in.h (access, euidaccess): Add warnings.
1902
1903 2010-03-07  Bruno Haible  <bruno@clisp.org>
1904
1905         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1906         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1907         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1908         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1909         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1910         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1911         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1912         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1913         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1914         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1915         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1916         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1917         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1918         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1919         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1920         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1921         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1922         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1923         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1924         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1925         Likewise.
1926         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1927         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1928         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1929         Likewise.
1930         * tests/test-spawn.c (main): Make it work when
1931         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1932
1933 2010-03-07  Bruno Haible  <bruno@clisp.org>
1934
1935         Fix incorrect Makefile.am generation in German locale.
1936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1937         Execute sed command with character range in C locale.
1938
1939 2010-03-06  Bruno Haible  <bruno@clisp.org>
1940
1941         Tests for module 'iconv-h'.
1942         * modules/iconv-h-tests: New file.
1943         * tests/test-iconv-h.c: New file.
1944
1945         New module 'iconv-h'.
1946         * modules/iconv-h: New file.
1947         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1948         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1949         (configure.ac): Remove gl_ICONV_H.
1950         (Makefile.am): Remove rule for iconv.h.
1951
1952 2010-03-06  Bruno Haible  <bruno@clisp.org>
1953
1954         More consistent naming of *.m4 files.
1955         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1956         * modules/wctype (Files): Update.
1957
1958         More consistent naming of *.m4 files.
1959         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1960         * modules/wchar (Files): Update.
1961
1962 2010-03-06  Jim Meyering  <meyering@redhat.com>
1963
1964         euidaccess: relax license to LGPLv2+
1965         * modules/euidaccess (License): Relax to LGPLv2+.
1966
1967 2010-03-06  Bruno Haible  <bruno@clisp.org>
1968
1969         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1970         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1971         (Makefile.am): Augment lib_SOURCES instead.
1972
1973 2010-03-04  Jim Meyering  <meyering@redhat.com>
1974
1975         utime: remove obsolete module
1976         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1977         unnecessary for years, and has been marked as obsolete for 10 months.
1978         * modules/utime: Remove file.
1979         * lib/utime.c: Remove file.
1980         * m4/utime.m4: Remove file.
1981         * m4/utimes-null.m4: Remove file.
1982         * doc/posix-functions/utime.texi (utime): Remove reference to
1983         the module.  Move the sole "fixed by gnulib" item into the
1984         "problems not fixed by Gnulib" list.
1985         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1986
1987 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1988
1989         * modules/exit (License): Relax license to LGPLv2+.
1990         (Status): Mark as obsolete.
1991         * NEWS: Mention deprecated 'exit' module.
1992         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1993         of now obsolete 'exit'.
1994
1995 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1996
1997         fts-lgpl: remove unused module
1998         * modules/fts-lgpl: Remove.
1999         * MODULES.html.sh (func_all_modules): Adjust.
2000         * check-module (find_included_lib_files): Adjust.
2001         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
2002
2003 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
2004
2005         copy-acl: enhance Solaris ACL error handling
2006         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2007         * lib/set-mode-acl.c (qset_acl): Likewise.
2008
2009 2010-03-02  Bruno Haible  <bruno@clisp.org>
2010
2011         spawn: Don't override the system defined values on FreeBSD 8.
2012         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2013         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2014         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2015         if HAVE_POSIX_SPAWN is 1.
2016         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2017
2018 2010-03-01  Bruno Haible  <bruno@clisp.org>
2019
2020         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2021         regarding Automake.
2022
2023 2010-02-25  Bruno Haible  <bruno@clisp.org>
2024
2025         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2026         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2027         setting, not afterwards.
2028         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2029
2030 2010-02-24  Eric Blake  <eblake@redhat.com>
2031
2032         bootstrap, git-version-gen: use timestamp
2033         * build-aux/git-version-gen (scriptversion): Force UTC.
2034         * build-aux/bootstrap (scriptversion): New variable.
2035
2036         bootstrap: allow older git
2037         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2038         older than 1.6.4.  Requested by the libvirt project.
2039
2040 2010-02-23  Eric Blake  <eblake@redhat.com>
2041
2042         warn-on-use: work with old autoconf
2043         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2044         AS_VAR semantics of autoconf 2.60.
2045         Reported by Bruno Haible.
2046
2047         bootstrap: improve some comments
2048         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2049         clarification comments.
2050
2051         gettimeofday: provide correct function
2052         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2053         when replacement is declared, otherwise provide gettimeofday.
2054         Reported by Michael Goffioul.
2055
2056 2010-02-23  Jim Meyering  <meyering@redhat.com>
2057
2058         lib-ignore: relax license to "unlimited", not LGPLv2+
2059         * modules/lib-ignore (License): Relax to "unlimited".
2060
2061 2010-02-23  Jim Meyering  <meyering@redhat.com>
2062
2063         lib-ignore: relax license to LGPLv2+
2064         * modules/lib-ignore (License): Relax to LGPLv2+.
2065
2066 2010-02-22  Eric Blake  <eblake@redhat.com>
2067
2068         lseek: avoid bash 3.2 broken pipe bug
2069         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2070         warning from bash 3.2.
2071         Reported by Ben Pfaff, with analysis from Bruno Haible.
2072
2073         bootstrap: support non-FSF copyright holder
2074         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2075         bootstrap.conf override of COPYRIGHT_HOLDER.
2076         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2077
2078         bootstrap: interoperate with gettext 0.14.1
2079         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2080
2081         bootstrap: allow for alternate submodule location
2082         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2083         hardcoding submodule location.
2084         (gnulib_mk): Allow direct use of Makefile.am.
2085
2086         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2087         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2088         rather than reconfiguring where the submodule points.
2089
2090         gettimeofday: restore support for platforms that lack function
2091         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2092         replacement if function is missing.
2093         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2094         * modules/sys_time (Makefile.am): Substitute it.
2095         * lib/sys_time.in.h (gettimeofday): Check it.
2096         Reported by Michael Goffioul.
2097
2098 2010-02-21  Bruno Haible  <bruno@clisp.org>
2099
2100         * lib/stdio.in.h (obstack_printf): Fix typo.
2101
2102 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2103
2104         vc-list-files: use bzr ls's -R option
2105         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2106         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2107
2108 2010-02-21  Jim Meyering  <meyering@redhat.com>
2109
2110         init.sh: fix EXEEXT shims to work also for names like test-prog
2111         * tests/init.sh: Re-exec a better shell, when needed.
2112         If the current shell lacks support for posix $(...), an init.sh-using
2113         test will now try to find a shell that supports that.  If EXEEXT is
2114         nonempty, we also require support for hyphen-in-alias-name and shell
2115         substitutions like ${var#glob}.  Failure to find such a shell results
2116         in a skipped test.
2117
2118 2010-02-21  Bruno Haible  <bruno@clisp.org>
2119
2120         Really work around around "broken pipe" error message from bash 3.2.
2121         * gnulib-tool (func_reset_sigpipe): Remove function.
2122         (echo): In bash 3.2, define to a function that uses printf.
2123         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2124
2125 2010-02-20  Bruno Haible  <bruno@clisp.org>
2126
2127         Restore support for automake 1.9.6 with autoconf 2.61.
2128         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2129         Reported by James Youngman <jay@gnu.org>.
2130
2131 2010-02-20  Bruno Haible  <bruno@clisp.org>
2132
2133         Improve *printf warning condition.
2134         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2135         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2136         and the function is overridden due to SIGPIPE emulation.
2137
2138 2010-02-20  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/stdio.in.h: Tweak comments.
2141
2142 2010-02-19  Bruno Haible  <bruno@clisp.org>
2143
2144         Make it easier to find modules. New gnulib-tool option '--find'.
2145         * gnulib-tool: New option --find.
2146         (func_usage): Document it.
2147         (func_sanitize_modulelist): New function, extracted from
2148         func_all_modules.
2149         (func_all_modules): Invoke it.
2150         * doc/gnulib-tool.texi (Which modules?): New node.
2151
2152 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2153
2154         * lib/sys_select.in.h: Provide select replacement even if
2155         sys/select.h exists on a system, for Interix.
2156
2157 2010-02-18  Jim Meyering  <meyering@redhat.com>
2158
2159         init.sh: don't use $(...) just yet
2160         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2161         to accommodate e.g., Solaris' /bin/sh.
2162
2163 2010-02-17  Bruno Haible  <bruno@clisp.org>
2164
2165         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2166         Reported by Ludovic Courtès <ludo@gnu.org>.
2167
2168 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2169
2170         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2171         linking with -lintl.
2172
2173 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2174
2175         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2176         if not provided by the system's netdb.h.  Reported by
2177         ludo@gnu.org (Ludovic Courtès).
2178
2179 2010-02-15  Jim Meyering  <meyering@redhat.com>
2180
2181         init.sh: improve portability and efficiency
2182         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2183         "dummy" in a for loop.
2184         Use '!', not '^' to select the complement of a character set used
2185         in a "case" statement.
2186         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2187         Suggestions from Eric Blake.
2188
2189         init.sh: automatically accommodate programs with the .exe suffix
2190         Automatically arrange for an invocation of "prog" to execute the
2191         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2192         may use the simpler "prog", yet still work when built on a system
2193         that requires specifying the added suffix.
2194         Do this by constructing a function named "prog" that invokes
2195         "prog.exe" for each .exe file in selected directories.
2196         * tests/init.sh (find_exe_basenames_): New function.
2197         (create_exe_shim_functions_): New function.
2198         (path_prepend_): Use it.
2199
2200         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2201         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2202         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2203
2204 2010-02-14  Jim Meyering  <meyering@redhat.com>
2205
2206         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2207         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2208         (sc_prohibit_hash_pjw_without_use): New rule.
2209
2210         maint.mk: allow the default upload destination dir to be overridden
2211         * top/maint.mk (upload_dest_dir_): Define with a default that
2212         preserves the status quo.
2213         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2214         Reported by Peter Simons.
2215
2216         maint.mk: prohibit inclusion of "hash.h" without_use
2217         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2218
2219 2010-02-10  Jim Meyering  <meyering@redhat.com>
2220
2221         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2222         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2223
2224 2010-02-09  Eric Blake  <ebb9@byu.net>
2225         and Bruno Haible  <bruno@clisp.org>
2226
2227         obstack-printf-posix: ensure declaration
2228         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2229         extracted from gl_FUNC_OBSTACK_PRINTF.
2230         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2231         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2232         Likewise.
2233         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2234         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2235         0.
2236
2237 2010-02-08  Bruno Haible  <bruno@clisp.org>
2238
2239         gnulib-tool: Fix typo in 2010-02-07 commit.
2240         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2241         Reported by Eric Blake.
2242
2243 2010-02-07  Bruno Haible  <bruno@clisp.org>
2244
2245         gnulib-tool: Fix up caching patches.
2246         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2247         option --no-cache. Use associative arrays when supported by the shell.
2248         (sed_comments): New variable.
2249         (modcache): Renamed from do_cache.
2250         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2251         abbreviate unnecessarily.
2252         (have_associative): New variable.
2253         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2254         way also for ksh and zsh.
2255         (func_init_sed_convert_to_cache_statements): New function, extracted
2256         from func_cache_lookup_module. Add support for associative arrays.
2257         Don't set the c_MODULE_cached variable here. Ignore all lines before
2258         the first field header. Remove only the final newline, not all trailing
2259         newlines. Support empty fields correctly. Limit the use of 'eval' to
2260         assignments.
2261         (func_get_description, func_get_status, func_get_notice,
2262         func_get_applicability, func_get_filelist, func_get_dependencies,
2263         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2264         func_get_automake_snippet, func_get_include_directive,
2265         func_get_link_directive, func_get_license, func_get_maintainer):
2266         Update documentation. List the unoptimized code first. Add support for
2267         associative arrays. Limit the use of 'eval' to assignments.
2268         (func_get_applicability): Undo stylistic pessimisations.
2269         (func_get_automake_snippet, func_get_include_directive): Reduce code
2270         duplication.
2271         (func_modules_transitive_closure, func_modules_add_dummy,
2272         func_modules_notice, func_modules_to_filelist, func_add_file,
2273         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2274         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2275         func_create_testdir, func_create_megatestdir): Update documentation.
2276
2277 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2278
2279         * gnulib-tool (func_cache_lookup_module): Store the module name
2280         belonging to the cache variable; error out if two different
2281         module names map to the same cache variable name.
2282
2283 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2284
2285         gnulib-tool: Make caching optional.
2286         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2287         Update matching short versions of --no-changelog.
2288         (func_usage): Update.
2289         (sed_extract_cache_prog): Renamed from ...
2290         (sed_extract_prog): ... this; revert to old extraction script.
2291         (func_get_description, func_get_status)
2292         (func_get_notice, func_get_applicability, func_get_filelist)
2293         (func_get_dependencies, func_get_autoconf_early_snippet)
2294         (func_get_autoconf_snippet, func_get_automake_snippet)
2295         (func_get_include_directive, func_get_link_directive)
2296         (func_get_license, func_get_maintainer): If $do_cache is false,
2297         use old, non-caching extraction scripts.
2298         Suggestion by Bruno Haible.
2299
2300 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2301
2302         gnulib-tool: cache module metainformation.
2303         * gnulib-tool (sed_extract_prog): Match newline before each
2304         header, and rewrite header to a shell variable suffix.
2305         (func_cache_var, func_cache_lookup_module): New functions,
2306         to turn a module name into a cache variable prefix, and to
2307         look up and cache module metainformation.
2308         (func_get_description, func_get_status)
2309         (func_get_notice, func_get_applicability, func_get_filelist)
2310         (func_get_dependencies, func_get_autoconf_early_snippet)
2311         (func_get_autoconf_snippet, func_get_automake_snippet)
2312         (func_get_include_directive, func_get_link_directive)
2313         (func_get_license, func_get_maintainer): Use
2314         func_cache_lookup_module.
2315
2316 2010-02-07  Bruno Haible  <bruno@clisp.org>
2317
2318         fnctl: Fix missing dependency.
2319         * modules/fcntl (Depends-on): Add getdtablesize.
2320         Reported by John W. Eaton <jwe@gnu.org>.
2321
2322 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2323
2324         Argp: fix recognition of short alias options.
2325
2326         * lib/argp-parse.c (convert_options): Fix improper use of
2327         `|' between character values.
2328         * tests/test-argp.c (group1_option): New alias option
2329         --read (-r).
2330         (group1_parser): Special handling for 'r'.
2331         (test15): New test case.
2332         (test_fun): Add test15.
2333         * tests/test-argp-2.sh: Update expected --help and --usage
2334         outputs.
2335
2336 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2337
2338         * tests/test-argp.c: Fix indentation.
2339
2340 2010-02-04  Eric Blake  <ebb9@byu.net>
2341
2342         gettimeofday: expose type of second argument
2343         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2344         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2345         * tests/test-gettimeofday.c: Use it to silence warning.
2346         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2347         the issue.
2348
2349 2010-02-03  Jim Meyering  <meyering@redhat.com>
2350
2351         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2352         * lib/regcomp.c (TYPE_SIGNED): Define.
2353         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2354
2355         regcomp.c: avoid a new -Wshadow warning
2356         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2357
2358 2010-02-01  Jim Meyering  <meyering@redhat.com>
2359
2360         removing useless parentheses in cpp #define directives
2361         For motivation, see commit c0221df4, "define STREQ(a,b)
2362         consistently, removing useless parentheses"
2363         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2364         * lib/mountlist.c (MNT_IGNORE): Likewise.
2365         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2366
2367 2010-02-01  Eric Blake  <ebb9@byu.net>
2368
2369         sys_time: use link-warning
2370         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2371         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2372         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2373         * modules/sys_time (Depends-on): Add warn-on-use.
2374         (Makefile.am): Always build replacement.
2375         (configure.ac): Update substitutions.
2376         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2377         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2378         bother with SYS_TIME_H.
2379         * modules/gettimeofday (configure.ac): Declare indicator.
2380         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2381         in use.
2382
2383         closein-tests: silence compiler warning
2384         * tests/test-closein.c (main): Ignore fread result.
2385         * modules/closein-tests (Depends-on): Add ignore-value.
2386
2387         tests: silence warning about system return
2388         * tests/test-areadlink-with-size.c (main): Ignore system result.
2389         * tests/test-areadlink.c (main): Likewise.
2390         * tests/test-areadlinkat-with-size.c (main): Likewise.
2391         * tests/test-areadlinkat.c (main): Likewise.
2392         * tests/test-canonicalize-lgpl.c (main): Likewise.
2393         * tests/test-canonicalize.c (main): Likewise.
2394         * tests/test-chown.c (main): Likewise.
2395         * tests/test-fchownat.c (main): Likewise.
2396         * tests/test-fdutimensat.c (main): Likewise.
2397         * tests/test-fstatat.c (main): Likewise.
2398         * tests/test-futimens.c (main): Likewise.
2399         * tests/test-lchown.c (main): Likewise.
2400         * tests/test-link.c (main): Likewise.
2401         * tests/test-linkat.c (main): Likewise.
2402         * tests/test-lstat.c (main): Likewise.
2403         * tests/test-mkdir.c (main): Likewise.
2404         * tests/test-mkdirat.c (main): Likewise.
2405         * tests/test-mkfifo.c (main): Likewise.
2406         * tests/test-mkfifoat.c (main): Likewise.
2407         * tests/test-mknod.c (main): Likewise.
2408         * tests/test-readlink.c (main): Likewise.
2409         * tests/test-remove.c (main): Likewise.
2410         * tests/test-rename.c (main): Likewise.
2411         * tests/test-renameat.c (main): Likewise.
2412         * tests/test-rmdir.c (main): Likewise.
2413         * tests/test-symlink.c (main): Likewise.
2414         * tests/test-symlinkat.c (main): Likewise.
2415         * tests/test-unlink.c (main): Likewise.
2416         * tests/test-unlinkat.c (main): Likewise.
2417         * tests/test-utimens.c (main): Likewise.
2418         * tests/test-utimensat.c (main): Likewise.
2419         * modules/areadlink-tests (Depends-on): Add ignore-value.
2420         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2421         * modules/areadlinkat-tests (Depends-on): Likewise.
2422         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2423         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2424         * modules/canonicalize-tests (Depends-on): Likewise.
2425         * modules/chown-tests (Depends-on): Likewise.
2426         * modules/fdutimensat-tests (Depends-on): Likewise.
2427         * modules/futimens-tests (Depends-on): Likewise.
2428         * modules/lchown-tests (Depends-on): Likewise.
2429         * modules/link-tests (Depends-on): Likewise.
2430         * modules/linkat-tests (Depends-on): Likewise.
2431         * modules/lstat-tests (Depends-on): Likewise.
2432         * modules/mkdir-tests (Depends-on): Likewise.
2433         * modules/mkfifo-tests (Depends-on): Likewise.
2434         * modules/mkfifoat-tests (Depends-on): Likewise.
2435         * modules/mknod-tests (Depends-on): Likewise.
2436         * modules/openat-tests (Depends-on): Likewise.
2437         * modules/readlink-tests (Depends-on): Likewise.
2438         * modules/remove-tests (Depends-on): Likewise.
2439         * modules/rename-tests (Depends-on): Likewise.
2440         * modules/renameat-tests (Depends-on): Likewise.
2441         * modules/rmdir-tests (Depends-on): Likewise.
2442         * modules/symlink-tests (Depends-on): Likewise.
2443         * modules/symlinkat-tests (Depends-on): Likewise.
2444         * modules/unlink-tests (Depends-on): Likewise.
2445         * modules/utimens-tests (Depends-on): Likewise.
2446         * modules/utimensat-tests (Depends-on): Likewise.
2447
2448 2010-01-31  Bruno Haible  <bruno@clisp.org>
2449
2450         Perform the same test for many <math.h> functions.
2451         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2452         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2453         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2454         of gl_MATHFUNC.
2455         * modules/acos (configure.ac): Likewise.
2456         * modules/asin (configure.ac): Likewise.
2457         * modules/atan (configure.ac): Likewise.
2458         * modules/atan2 (configure.ac): Likewise.
2459         * modules/cbrt (configure.ac): Likewise.
2460         * modules/copysign (configure.ac): Likewise.
2461         * modules/cos (configure.ac): Likewise.
2462         * modules/cosh (configure.ac): Likewise.
2463         * modules/erf (configure.ac): Likewise.
2464         * modules/erfc (configure.ac): Likewise.
2465         * modules/exp (configure.ac): Likewise.
2466         * modules/fmod (configure.ac): Likewise.
2467         * modules/hypot (configure.ac): Likewise.
2468         * modules/j0 (configure.ac): Likewise.
2469         * modules/j1 (configure.ac): Likewise.
2470         * modules/jn (configure.ac): Likewise.
2471         * modules/lgamma (configure.ac): Likewise.
2472         * modules/log (configure.ac): Likewise.
2473         * modules/log10 (configure.ac): Likewise.
2474         * modules/log1p (configure.ac): Likewise.
2475         * modules/pow (configure.ac): Likewise.
2476         * modules/remainder (configure.ac): Likewise.
2477         * modules/sin (configure.ac): Likewise.
2478         * modules/sinh (configure.ac): Likewise.
2479         * modules/tan (configure.ac): Likewise.
2480         * modules/tanh (configure.ac): Likewise.
2481         * modules/y0 (configure.ac): Likewise.
2482         * modules/y1 (configure.ac): Likewise.
2483         * modules/yn (configure.ac): Likewise.
2484         Suggested by Paolo Bonzini.
2485
2486 2010-01-31  Bruno Haible  <bruno@clisp.org>
2487
2488         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2489
2490 2010-01-31  Bruno Haible  <bruno@clisp.org>
2491
2492         Work around getdelim() bug on FreeBSD 8.0.
2493         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2494         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2495         not work.
2496         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2497         is 1.
2498         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2499         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2500         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2501         a non-zero size.
2502         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2503
2504 2010-01-31  Bruno Haible  <bruno@clisp.org>
2505
2506         Work around getline() bug on FreeBSD 8.0.
2507         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2508         and a non-zero size.
2509         * tests/test-getline.c (main): Likewise.
2510         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2511         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2512
2513 2010-01-28  Eric Blake  <ebb9@byu.net>
2514
2515         regex: fix build failure
2516         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2517         platforms.
2518
2519 2010-01-28  Jim Meyering  <meyering@redhat.com>
2520
2521         regex: do not ignore memory allocation failure
2522         * lib/regex_internal.c (create_cd_newstate): Detect
2523         re_node_set_init_copy failure.   Extracted from glibc commit
2524         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2525
2526         regex: sync more white-space changes from libc
2527         * lib/regex_internal.c: White-space only changes.
2528         * lib/regexec.c: Likewise.
2529
2530         regex: add many uses of __attribute_warn_unused_result__
2531         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2532         * lib/regexec.c: Likewise.
2533         Extracted from a messy glibc commit.
2534
2535         regcomp.c: spelling and merge-artifact from glibc
2536         * lib/regcomp.c: Merge remainder of glibc's
2537         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2538
2539         regcomp.c: sync white-space changes from glibc
2540         * lib/regcomp.c: Merge to accommodate white space
2541         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2542
2543         regcomp.c: do not ignore internal return values
2544         * lib/regcomp.c: Do not ignore internal return values.
2545         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2546         but without its white-space changes and spelling fixes.
2547
2548         regex_internal.h: define __attribute_warn_unused_result__
2549         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2550
2551         maint: add a syntax-check rule to check for vulnerable Makefile.in
2552         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2553
2554 2010-01-27  Jim Meyering  <meyering@redhat.com>
2555
2556         ncftpput-ftp: clean up spaces
2557         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2558         Remove trailing blanks.
2559
2560 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2561
2562         * build-aux/git-version-gen: Fix copyright statement.
2563         * build-aux/gnupload: Likewise.
2564         * tests/test-arcfour.c: Likewise.
2565         * tests/test-arctwo.c: Likewise.
2566         * tests/test-count-one-bits.c: Likewise.
2567         * tests/test-crc.c: Likewise.
2568         * tests/test-des.c: Likewise.
2569         * tests/test-gc-arcfour.c: Likewise.
2570         * tests/test-gc-arctwo.c: Likewise.
2571         * tests/test-gc-des.c: Likewise.
2572         * tests/test-gc-hmac-md5.c: Likewise.
2573         * tests/test-gc-hmac-sha1.c: Likewise.
2574         * tests/test-gc-md2.c: Likewise.
2575         * tests/test-gc-md4.c: Likewise.
2576         * tests/test-gc-md5.c: Likewise.
2577         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2578         * tests/test-gc-rijndael.c: Likewise.
2579         * tests/test-gc-sha1.c: Likewise.
2580         * tests/test-gc.c: Likewise.
2581         * tests/test-gethostname.c: Likewise.
2582         * tests/test-gettimeofday.c: Likewise.
2583         * tests/test-hash.c: Likewise.
2584         * tests/test-hmac-md5.c: Likewise.
2585         * tests/test-hmac-sha1.c: Likewise.
2586         * tests/test-md2.c: Likewise.
2587         * tests/test-md4.c: Likewise.
2588         * tests/test-md5.c: Likewise.
2589         * tests/test-memchr.c: Likewise.
2590         * tests/test-memchr2.c: Likewise.
2591         * tests/test-memcmp.c: Likewise.
2592         * tests/test-memmem.c: Likewise.
2593         * tests/test-memrchr.c: Likewise.
2594         * tests/test-rawmemchr.c: Likewise.
2595         * tests/test-read-file.c: Likewise.
2596         * tests/test-rijndael.c: Likewise.
2597         * tests/test-sockets.c: Likewise.
2598         * tests/test-strchrnul.c: Likewise.
2599         * tests/test-strstr.c: Likewise.
2600         * tests/test-strtod.c: Likewise.
2601         * build-aux/ncftpput-ftp: Likewise.
2602
2603 2010-01-26  Eric Blake  <ebb9@byu.net>
2604
2605         ignore-value: update recommended header name
2606         * modules/ignore-value (Include): Only use <> for headers that
2607         exist in glibc.
2608
2609 2010-01-26  Jim Meyering  <meyering@redhat.com>
2610
2611         test-userspec.c: avoid compiler warnings
2612         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2613         and "initialization discards qualifiers..." warnings.
2614         Put the first "uid" in its own scope, and make char* members "const".
2615
2616 2010-01-25  Bruno Haible  <bruno@clisp.org>
2617
2618         gnulib-tool: Make warning diagnostics consistent.
2619         * gnulib-tool (func_warning): New function.
2620         Use it everywhere where gnulib-tool produces output to stderr and it is
2621         not a fatal error.
2622
2623 2010-01-25  Bruno Haible  <bruno@clisp.org>
2624
2625         Fix test dependencies.
2626         * modules/xstrtol-tests (Depends-on): Add inttypes.
2627         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2628
2629 2010-01-25 Pádraig Brady <P@draigBrady.com>
2630
2631         syntax-check: detect incorrect boolean macro values in config.h
2632         * modules/maintainer-makefile (configure.ac): Parameterize the location
2633         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2634         The logic is from Eric Blake and the location indicated by Jim Meyering.
2635         Note the more natural CONFIG_HEADER name is prohibited by automake
2636         for backwards compatibility reasons.
2637         * top/maint.mk (sc_Wundef_boolean): New rule.
2638
2639 2010-01-25  Jim Meyering  <meyering@redhat.com>
2640
2641         bootstrap: detect MacOS 10.6's shasum, too
2642         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2643         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2644
2645 2010-01-23  Jim Meyering  <meyering@redhat.com>
2646
2647         xstrtoll: new module
2648         * modules/xstrtoll: New file.
2649         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2650         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2651         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2652         ./configure fails if you use this module and lack "long long".
2653         * modules/xstrtoll-tests: New module.
2654         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2655         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2656         new init.sh-based test framework.
2657
2658 2010-01-24  Bruno Haible  <bruno@clisp.org>
2659
2660         Tests for module 'yn'.
2661         * modules/yn-tests: New file.
2662         * tests/test-yn.c: New file.
2663
2664         Tests for module 'y1'.
2665         * modules/y1-tests: New file.
2666         * tests/test-y1.c: New file.
2667
2668         Tests for module 'y0'.
2669         * modules/y0-tests: New file.
2670         * tests/test-y0.c: New file.
2671
2672         Tests for module 'tanh'.
2673         * modules/tanh-tests: New file.
2674         * tests/test-tanh.c: New file.
2675
2676         Tests for module 'tan'.
2677         * modules/tan-tests: New file.
2678         * tests/test-tan.c: New file.
2679
2680         Tests for module 'sqrt'.
2681         * modules/sqrt-tests: New file.
2682         * tests/test-sqrt.c: New file.
2683
2684         Tests for module 'sinh'.
2685         * modules/sinh-tests: New file.
2686         * tests/test-sinh.c: New file.
2687
2688         Tests for module 'sin'.
2689         * modules/sin-tests: New file.
2690         * tests/test-sin.c: New file.
2691
2692         Tests for module 'rint'.
2693         * modules/rint-tests: New file.
2694         * tests/test-rint.c: New file.
2695
2696         Tests for module 'remainder'.
2697         * modules/remainder-tests: New file.
2698         * tests/test-remainder.c: New file.
2699
2700         Tests for module 'pow'.
2701         * modules/pow-tests: New file.
2702         * tests/test-pow.c: New file.
2703
2704         Tests for module 'nextafter'.
2705         * modules/nextafter-tests: New file.
2706         * tests/test-nextafter.c: New file.
2707
2708         Tests for module 'modf'.
2709         * modules/modf-tests: New file.
2710         * tests/test-modf.c: New file.
2711
2712         Tests for module 'logb'.
2713         * modules/logb-tests: New file.
2714         * tests/test-logb.c: New file.
2715
2716         Tests for module 'log1p'.
2717         * modules/log1p-tests: New file.
2718         * tests/test-log1p.c: New file.
2719
2720         Tests for module 'log10'.
2721         * modules/log10-tests: New file.
2722         * tests/test-log10.c: New file.
2723
2724         Tests for module 'log'.
2725         * modules/log-tests: New file.
2726         * tests/test-log.c: New file.
2727
2728         Tests for module 'lgamma'.
2729         * modules/lgamma-tests: New file.
2730         * tests/test-lgamma.c: New file.
2731
2732         Tests for module 'ldexp'.
2733         * modules/ldexp-tests: New file.
2734         * tests/test-ldexp.c: New file.
2735
2736         Tests for module 'jn'.
2737         * modules/jn-tests: New file.
2738         * tests/test-jn.c: New file.
2739
2740         Tests for module 'j1'.
2741         * modules/j1-tests: New file.
2742         * tests/test-j1.c: New file.
2743
2744         Tests for module 'j0'.
2745         * modules/j0-tests: New file.
2746         * tests/test-j0.c: New file.
2747
2748         Tests for module 'hypot'.
2749         * modules/hypot-tests: New file.
2750         * tests/test-hypot.c: New file.
2751
2752         Tests for module 'fmod'.
2753         * modules/fmod-tests: New file.
2754         * tests/test-fmod.c: New file.
2755
2756         Tests for module 'fabs'.
2757         * modules/fabs-tests: New file.
2758         * tests/test-fabs.c: New file.
2759
2760         Tests for module 'exp'.
2761         * modules/exp-tests: New file.
2762         * tests/test-exp.c: New file.
2763
2764         Tests for module 'erfc'.
2765         * modules/erfc-tests: New file.
2766         * tests/test-erfc.c: New file.
2767
2768         Tests for module 'erf'.
2769         * modules/erf-tests: New file.
2770         * tests/test-erf.c: New file.
2771
2772         Tests for module 'cosh'.
2773         * modules/cosh-tests: New file.
2774         * tests/test-cosh.c: New file.
2775
2776         Tests for module 'cos'.
2777         * modules/cos-tests: New file.
2778         * tests/test-cos.c: New file.
2779
2780         Tests for module 'copysign'.
2781         * modules/copysign-tests: New file.
2782         * tests/test-copysign.c: New file.
2783
2784         Tests for module 'cbrt'.
2785         * modules/cbrt-tests: New file.
2786         * tests/test-cbrt.c: New file.
2787
2788         Tests for module 'atan2'.
2789         * modules/atan2-tests: New file.
2790         * tests/test-atan2.c: New file.
2791
2792         Tests for module 'atan'.
2793         * modules/atan-tests: New file.
2794         * tests/test-atan.c: New file.
2795
2796         Tests for module 'asin'.
2797         * modules/asin-tests: New file.
2798         * tests/test-asin.c: New file.
2799
2800         Tests for module 'acos'.
2801         * modules/acos-tests: New file.
2802         * tests/test-acos.c: New file.
2803
2804 2010-01-24  Bruno Haible  <bruno@clisp.org>
2805
2806         Fix tests for common <math.h> functions.
2807         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2808         code snippet that references the function pointer, rather than merely
2809         calling the function. Substitute the FUNC_LIBM variable.
2810         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2811         * modules/acos (configure.ac): Likewise.
2812         * modules/asin (configure.ac): Likewise.
2813         * modules/atan (configure.ac): Likewise.
2814         * modules/atan2 (configure.ac): Likewise.
2815         * modules/cbrt (configure.ac): Likewise.
2816         * modules/copysign (configure.ac): Likewise.
2817         * modules/cos (configure.ac): Likewise.
2818         * modules/cosh (configure.ac): Likewise.
2819         * modules/erf (configure.ac): Likewise.
2820         * modules/erfc (configure.ac): Likewise.
2821         * modules/exp (configure.ac): Likewise.
2822         * modules/fabs (configure.ac): Likewise.
2823         * modules/fmod (configure.ac): Likewise.
2824         * modules/hypot (configure.ac): Likewise.
2825         * modules/j0 (configure.ac): Likewise.
2826         * modules/j1 (configure.ac): Likewise.
2827         * modules/jn (configure.ac): Likewise.
2828         * modules/ldexp (configure.ac): Likewise.
2829         * modules/lgamma (configure.ac): Likewise.
2830         * modules/log (configure.ac): Likewise.
2831         * modules/log10 (configure.ac): Likewise.
2832         * modules/log1p (configure.ac): Likewise.
2833         * modules/logb (configure.ac): Likewise.
2834         * modules/modf (configure.ac): Likewise.
2835         * modules/nextafter (configure.ac): Likewise.
2836         * modules/pow (configure.ac): Likewise.
2837         * modules/remainder (configure.ac): Likewise.
2838         * modules/rint (configure.ac): Likewise.
2839         * modules/sin (configure.ac): Likewise.
2840         * modules/sinh (configure.ac): Likewise.
2841         * modules/tan (configure.ac): Likewise.
2842         * modules/tanh (configure.ac): Likewise.
2843         * modules/y0 (configure.ac): Likewise.
2844         * modules/y1 (configure.ac): Likewise.
2845         * modules/yn (configure.ac): Likewise.
2846
2847 2010-01-24  Bruno Haible  <bruno@clisp.org>
2848
2849         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2850         * tests/test-acosl.c (x): New variable.
2851         (main): Store argument in x and fetch it from x.
2852         * tests/test-asinl.c (x): New variable.
2853         (main): Store argument in x and fetch it from x.
2854         * tests/test-atanl.c (x): New variable.
2855         (main): Store argument in x and fetch it from x.
2856         * tests/test-cosl.c (x): New variable.
2857         (main): Store argument in x and fetch it from x.
2858         * tests/test-expl.c (x): New variable.
2859         (main): Store argument in x and fetch it from x.
2860         * tests/test-logl.c (x): New variable.
2861         (main): Store argument in x and fetch it from x.
2862         * tests/test-sinl.c (x): New variable.
2863         (main): Store argument in x and fetch it from x.
2864         * tests/test-sqrtl.c (x): New variable.
2865         (main): Store argument in x and fetch it from x.
2866         * tests/test-tanl.c (x): New variable.
2867         (main): Store argument in x and fetch it from x.
2868
2869 2010-01-24  Bruno Haible  <bruno@clisp.org>
2870
2871         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2872         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2873         assignments to the initial TESTS_ENVIRONMENT.
2874         * doc/gnulib.texi (Unit test modules): Document it.
2875         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2876         TESTS_ENVIRONMENT.
2877         * modules/btowc-tests (Makefile.am): Likewise.
2878         * modules/c-stack-tests (Makefile.am): Likewise.
2879         * modules/c-strcase-tests (Makefile.am): Likewise.
2880         * modules/copy-file-tests (Makefile.am): Likewise.
2881         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2882         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2883         * modules/mbrtowc-tests (Makefile.am): Likewise.
2884         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2885         * modules/mbscasestr-tests (Makefile.am): Likewise.
2886         * modules/mbschr-tests (Makefile.am): Likewise.
2887         * modules/mbscspn-tests (Makefile.am): Likewise.
2888         * modules/mbsinit-tests (Makefile.am): Likewise.
2889         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2890         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2891         * modules/mbspbrk-tests (Makefile.am): Likewise.
2892         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2893         * modules/mbsrchr-tests (Makefile.am): Likewise.
2894         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2895         * modules/mbsspn-tests (Makefile.am): Likewise.
2896         * modules/mbsstr-tests (Makefile.am): Likewise.
2897         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2898         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2899         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2900         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2901         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2902         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2903         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2904         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2905         * modules/wcrtomb-tests (Makefile.am): Likewise.
2906         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2907         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2908         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2909         assignments from TESTS_ENVIRONMENT.
2910         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2911         augmentation.
2912         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2913         * modules/atexit-tests (Makefile.am): Likewise.
2914         * modules/binary-io-tests (Makefile.am): Likewise.
2915         * modules/closein-tests (Makefile.am): Likewise.
2916         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2917         * modules/exclude-tests (Makefile.am): Likewise.
2918         * modules/fflush-tests (Makefile.am): Likewise.
2919         * modules/fpending-tests (Makefile.am): Likewise.
2920         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2921         * modules/freadahead-tests (Makefile.am): Likewise.
2922         * modules/freadptr-tests (Makefile.am): Likewise.
2923         * modules/freadseek-tests (Makefile.am): Likewise.
2924         * modules/fseek-tests (Makefile.am): Likewise.
2925         * modules/fseeko-tests (Makefile.am): Likewise.
2926         * modules/ftell-tests (Makefile.am): Likewise.
2927         * modules/ftello-tests (Makefile.am): Likewise.
2928         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2929         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2930         * modules/lseek-tests (Makefile.am): Likewise.
2931         * modules/parse-duration-tests (Makefile.am): Likewise.
2932         * modules/perror-tests (Makefile.am): Likewise.
2933         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2934         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2935         * modules/pipe-tests (Makefile.am): Likewise.
2936         * modules/pread-tests (Makefile.am): Likewise.
2937         * modules/printf-posix-tests (Makefile.am): Likewise.
2938         * modules/select-tests (Makefile.am): Likewise.
2939         * modules/sigpipe-tests (Makefile.am): Likewise.
2940         * modules/tsearch-tests (Makefile.am): Likewise.
2941         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2942         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2943         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2944         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2945         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2946         * modules/version-etc-tests (Makefile.am): Likewise.
2947         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2948         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2949         * modules/xalloc-die-tests (Makefile.am): Likewise.
2950         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2951         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2952         * modules/xstrtol-tests (Makefile.am): Likewise.
2953         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2954         * modules/yesno-tests (Makefile.am): Likewise.
2955         Suggested by Jim Meyering.
2956
2957 2010-01-24  Bruno Haible  <bruno@clisp.org>
2958
2959         More documentation.
2960         * doc/gnulib.texi (Writing modules): New chapter.
2961         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2962         the new chapter.
2963
2964 2010-01-24  Jim Meyering  <meyering@redhat.com>
2965
2966         maint.mk: do not prepend "./" after filtering
2967         * top/maint.mk (_prepend_srcdir_prefix): New variable
2968         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2969         "./" when $(srcdir) is ".".
2970
2971         define STREQ(a,b) consistently, removing useless parentheses
2972         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2973         since the only risk is that "a" or "b" contains an unparenthesized
2974         comma, but if either did that, STREQ would have 3 or more arguments.
2975         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2976         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2977         * lib/hash-triple.c (STREQ): Likewise.
2978         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2979         * lib/getugroups.c (STREQ): Likewise.
2980
2981 2010-01-23  Jim Meyering  <meyering@redhat.com>
2982
2983         maint.mk: fix syntax-check in a non-srcdir build directory
2984         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2985         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2986
2987 2010-01-22  Jim Meyering  <meyering@redhat.com>
2988
2989         userspec: add unit tests
2990         * tests/test-userspec.c: New file.
2991         * modules/userspec-tests: Likewise.
2992
2993 2010-01-21  Jim Meyering  <meyering@redhat.com>
2994
2995         maint.mk: handle source file names containing "." robustly
2996         * top/maint.mk (_dot_escaped_srcdir): Define.
2997         (VC_LIST): Use it in LHS of sed substitution.
2998
2999 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
3000
3001         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
3002         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
3003         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
3004         from a non-srcdir build.
3005
3006 2010-01-20  Eric Blake  <ebb9@byu.net>
3007
3008         warn-on-use: use instead of link-warning
3009         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3010         * modules/unistd (Depends-on, Makefile.am): Likewise.
3011         * modules/arpa_inet (Depends-on): Replace link-warning with
3012         warn-on-use.
3013         (Makefile.am): Update rules accordingly.
3014         * modules/ctype (Depends-on, Makefile.am): Likewise.
3015         * modules/dirent (Depends-on, Makefile.am): Likewise.
3016         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3017         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3018         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3019         * modules/locale (Depends-on, Makefile.am): Likewise.
3020         * modules/math (Depends-on, Makefile.am): Likewise.
3021         * modules/search (Depends-on, Makefile.am): Likewise.
3022         * modules/signal (Depends-on, Makefile.am): Likewise.
3023         * modules/spawn (Depends-on, Makefile.am): Likewise.
3024         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3025         * modules/string (Depends-on, Makefile.am): Likewise.
3026         * modules/strings (Depends-on, Makefile.am): Likewise.
3027         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3028         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3029         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3030         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3031         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3032         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3033         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3034         * modules/wchar (Depends-on, Makefile.am): Likewise.
3035         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3036         should be poisoned.
3037         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3038         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3039         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3040         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3041         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3042         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3043         * m4/math_h.m4 (gl_MATH_H): Likewise.
3044         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3045         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3046         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3047         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3048         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3049         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3050         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3051         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3052         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3053         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3054         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3055         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3056         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3057         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3058         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3059         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3060         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3061         GL_LINK_WARNING.
3062         * lib/ctype.in.h: Likewise.
3063         * lib/dirent.in.h: Likewise.
3064         * lib/fcntl.in.h: Likewise.
3065         * lib/inttypes.in.h: Likewise.
3066         * lib/langinfo.in.h: Likewise.
3067         * lib/locale.in.h: Likewise.
3068         * lib/math.in.h: Likewise.
3069         * lib/search.in.h: Likewise.
3070         * lib/signal.in.h: Likewise.
3071         * lib/spawn.in.h: Likewise.
3072         * lib/stdio.in.h: Likewise.
3073         * lib/stdlib.in.h: Likewise.
3074         * lib/string.in.h: Likewise.
3075         * lib/strings.in.h: Likewise.
3076         * lib/sys_file.in.h: Likewise.
3077         * lib/sys_ioctl.in.h: Likewise.
3078         * lib/sys_select.in.h: Likewise.
3079         * lib/sys_socket.in.h: Likewise.
3080         * lib/sys_stat.in.h: Likewise.
3081         * lib/sys_times.in.h: Likewise.
3082         * lib/sys_utsname.in.h: Likewise.
3083         * lib/unistd.in.h: Likewise.
3084         * lib/wchar.in.h: Likewise.
3085
3086 2010-01-20  Bruno Haible  <bruno@clisp.org>
3087
3088         Avoid duplicate -lm.
3089         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3090         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3091         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3092         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3093         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3094         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3095         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3096         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3097         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3098         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3099         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3100         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3101         Reported by Paolo Bonzini.
3102
3103 2010-01-19  Bruno Haible  <bruno@clisp.org>
3104
3105         langinfo, nl_langinfo: Relicense under LGPLv2+.
3106         * modules/langinfo (License): Change to LGPLv2+.
3107         * modules/nl_langinfo (License): Likewise.
3108         Patch by David Lutterkort <lutter@redhat.com>.
3109
3110 2010-01-19  Bruno Haible  <bruno@clisp.org>
3111
3112         Avoid compilation error with cc on OSF/1 5.1.
3113         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3114         statement, not before.
3115         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3116
3117 2010-01-18  Bruno Haible  <bruno@clisp.org>
3118
3119         Avoid a link error due to the __printf__ symbol.
3120         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3121         and 2.6.x.
3122         (__format__, __printf__): Remove definitions.
3123         * lib/argp-fmtstream.h: Likewise.
3124         * lib/argp.h: Likewise.
3125         * lib/error.h: Likewise.
3126         * lib/vasnprintf.h: Likewise.
3127         * lib/xprintf.h: Likewise.
3128         * lib/xvasprintf.h: Likewise.
3129         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3130
3131 2010-01-18  Bruno Haible  <bruno@clisp.org>
3132
3133         Tests for module 'tanl'.
3134         * modules/tanl-tests: New file.
3135         * tests/test-tanl.c: New file.
3136
3137         Tests for module 'sqrtl'.
3138         * modules/sqrtl-tests: New file.
3139         * tests/test-sqrtl.c: New file.
3140
3141         Tests for module 'sinl'.
3142         * modules/sinl-tests: New file.
3143         * tests/test-sinl.c: New file.
3144
3145         Tests for module 'logl'.
3146         * modules/logl-tests: New file.
3147         * tests/test-logl.c: New file.
3148
3149         Tests for module 'expl'.
3150         * modules/expl-tests: New file.
3151         * tests/test-expl.c: New file.
3152
3153         Tests for module 'cosl'.
3154         * modules/cosl-tests: New file.
3155         * tests/test-cosl.c: New file.
3156
3157         Tests for module 'atanl'.
3158         * modules/atanl-tests: New file.
3159         * tests/test-atanl.c: New file.
3160
3161         Tests for module 'asinl'.
3162         * modules/asinl-tests: New file.
3163         * tests/test-asinl.c: New file.
3164
3165         Tests for module 'acosl'.
3166         * modules/acosl-tests: New file.
3167         * tests/test-acosl.c: New file.
3168
3169         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3170         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3171         tanl): Use the standard gnulib idiom.
3172         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3173         * lib/sinl.c: Likewise.
3174         * lib/tanl.c: Don't include trigl.c.
3175         (kernel_tanl): Make static.
3176         * lib/sincosl.c: Include trigl.h first.
3177         * lib/trigl.c: Likewise.
3178         * m4/acosl.m4: New file.
3179         * m4/asinl.m4: New file.
3180         * m4/atanl.m4: New file.
3181         * m4/cosl.m4: New file.
3182         * m4/expl.m4: New file.
3183         * m4/logl.m4: New file.
3184         * m4/sinl.m4: New file.
3185         * m4/sqrtl.m4: New file.
3186         * m4/tanl.m4: New file.
3187         * m4/mathl.m4: Remove file.
3188         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3189         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3190         Don't initialize GNULIB_MATHL.
3191         * modules/acosl: New file.
3192         * modules/asinl: New file.
3193         * modules/atanl: New file.
3194         * modules/cosl: New file.
3195         * modules/expl: New file.
3196         * modules/logl: New file.
3197         * modules/sinl: New file.
3198         * modules/sqrtl: New file.
3199         * modules/tanl: New file.
3200         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3201         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3202         substitute GNULIB_MATHL.
3203         * modules/mathl: Rewritten.
3204         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3205         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3206         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3207         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3208         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3209         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3210         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3211         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3212         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3213
3214 2010-01-18  Bruno Haible  <bruno@clisp.org>
3215
3216         sqrt: Make gl_FUNC_SQRT requirable.
3217         * m4/sqrt.m4: New file.
3218         * modules/sqrt (Files): Add it.
3219         (configure.ac): Invoke gl_FUNC_SQRT.
3220
3221 2010-01-18  Bruno Haible  <bruno@clisp.org>
3222
3223         New modules for common <math.h> functions.
3224         * m4/mathfunc.m4: New file.
3225         * modules/acos: New file.
3226         * modules/asin: New file.
3227         * modules/atan: New file.
3228         * modules/atan2: New file.
3229         * modules/cbrt: New file.
3230         * modules/copysign: New file.
3231         * modules/cos: New file.
3232         * modules/cosh: New file.
3233         * modules/erf: New file.
3234         * modules/erfc: New file.
3235         * modules/exp: New file.
3236         * modules/fabs: New file.
3237         * modules/fmod: New file.
3238         * modules/hypot: New file.
3239         * modules/j0: New file.
3240         * modules/j1: New file.
3241         * modules/jn: New file.
3242         * modules/ldexp: New file.
3243         * modules/lgamma: New file.
3244         * modules/log: New file.
3245         * modules/log10: New file.
3246         * modules/log1p: New file.
3247         * modules/logb: New file.
3248         * modules/modf: New file.
3249         * modules/nextafter: New file.
3250         * modules/pow: New file.
3251         * modules/remainder: New file.
3252         * modules/rint: New file.
3253         * modules/sin: New file.
3254         * modules/sinh: New file.
3255         * modules/sqrt: New file.
3256         * modules/tan: New file.
3257         * modules/tanh: New file.
3258         * modules/y0: New file.
3259         * modules/y1: New file.
3260         * modules/yn: New file.
3261         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3262         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3263         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3264         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3265         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3266         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3267         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3268         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3269         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3270         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3271         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3272         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3273         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3274         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3275         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3276         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3277         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3278         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3279         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3280         * doc/posix-functions/log.texi: Mention the 'log' module.
3281         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3282         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3283         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3284         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3285         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3286         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3287         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3288         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3289         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3290         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3291         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3292         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3293         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3294         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3295         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3296         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3297
3298 2010-01-18  Jim Meyering  <meyering@redhat.com>
3299
3300         ignore-value: relax license to LGPLv2+
3301         * modules/ignore-value (License): Relax to LGPLv2+.
3302
3303         getdate: don't leak when TZ contains two or more '"'s
3304         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3305         double quote in TZ after the first one.
3306
3307         readtokens: do not leak internal token_lengths buffer
3308         * lib/readtokens.c (readtokens): Free the local, lengths,
3309         when the supplied "token_lengths" parameter is NULL.
3310
3311 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3312
3313         Fix a couple of missing LIBTHREAD link failures on AIX.
3314         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3315         $(LIBTHREAD).
3316         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3317
3318         Link test-poll against INET_PTON_LIB.
3319         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3320         for inet_pton on Solaris 10.
3321
3322 2010-01-17  Bruno Haible  <bruno@clisp.org>
3323
3324         unistdio/*-sprintf: Fix typo in module description.
3325         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3326         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3327         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3328         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3329         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3330         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3331         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3332         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3333
3334 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3335
3336         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3337         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3338         variables in shell case patterns, for AIX and HP-UX ksh.
3339
3340         Split large sed scripts, for HP-UX sed.
3341         * modules/stdio: Split sed scripts around 50 sed commands,
3342         to avoid HP-UX limit of 99 commands, in the near future.
3343         * modules/string: Likewise.
3344         * modules/unistd: Likewise.
3345
3346         gnulib-tool: avoid writing in the current directory.
3347         * gnulib-tool (func_emit_lib_Makefile_am)
3348         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3349         not in the current directory, so concurrent gnulib-tool
3350         instances do not interfere.
3351
3352 2010-01-16  Jim Meyering  <meyering@redhat.com>
3353
3354         doc: update users.txt
3355         * users.txt: Add grep.
3356         (diffutils, gzip): Update URLs.
3357
3358 2010-01-12  Bruno Haible  <bruno@clisp.org>
3359
3360         posix_spawn: Avoid test failure on Cygwin.
3361         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3362         characters.
3363         Reported by Simon Josefsson.
3364
3365 2010-01-12  Bruno Haible  <bruno@clisp.org>
3366
3367         * tests/test-cond.c (main): When skipping the test, show the reason.
3368
3369 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3370
3371         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3372
3373 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3374
3375         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3376         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3377
3378 2010-01-12  Eric Blake  <ebb9@byu.net>
3379
3380         build: guarantee AS_VAR_IF
3381         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3382         (gl_AS_VAR_IF): Move...
3383         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3384         Reported by Simon Josefsson.
3385
3386 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3387
3388         * lib/stdio.in.h: Fix typo.
3389
3390 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3391
3392         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3393         libgpg-error.
3394
3395 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3396
3397         * tests/test-xalloc-die.sh: Use $EXEEXT.
3398
3399 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3400             Bruno Haible  <bruno@clisp.org>
3401
3402         getlogin, getlogin_r: Avoid test failure.
3403         * tests/test-getlogin.c: Include <stdio.h>.
3404         (main): Skip the test when the function fails because stdin is not a
3405         tty.
3406         * tests/test-getlogin_r.c: Include <stdio.h>.
3407         (main): Skip the test when the function fails because stdin is not a
3408         tty.
3409
3410 2010-01-11  Eric Blake  <ebb9@byu.net>
3411
3412         tests: avoid more large file warnings
3413         * tests/test-fflush.c: Avoid warning about ftell use.
3414         * tests/test-fseek.c: Avoid warning about fseek use.
3415
3416 2010-01-10  Bruno Haible  <bruno@clisp.org>
3417
3418         nproc: Work better on Linux when /proc and /sys are not mounted.
3419         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3420         as lower bound when, on glibc/Linux systems,
3421         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3422         Suggested by Pádraig Brady <P@draigbrady.com>.
3423         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3424
3425         nproc: Refactor.
3426         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3427         extracted from num_processors.
3428         (num_processors): Call it.
3429
3430 2010-01-11  Jim Meyering  <meyering@redhat.com>
3431
3432         utimecmp: avoid new warning from upcoming gcc-4.5.0
3433         * lib/utimecmp.c (BILLION): Define using #define rather than an
3434         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3435
3436 2010-01-11  Eric Blake  <ebb9@byu.net>
3437
3438         math: add portability warnings for classification macros
3439         * modules/math (Depends-on): Add warn-on-use.
3440         (Makefile.am): Provide new substitutions.
3441         * m4/math_h.m4 (gl_MATH_H): Require inline.
3442         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3443         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3444         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3445         implement warnings.
3446
3447         unistd: warn on use of environ without module
3448         * modules/unistd (Depends-on): Add warn-on-use.
3449         (Makefile.am): Provide new substitutions.
3450         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3451         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3452
3453         stdio: warn on suspicious uses
3454         * modules/stdio (Depends-on): Add warn-on-use.
3455         (Makefile.am): Provide new substitutions.
3456         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3457         fseeko.
3458         * lib/stdio.in.h (gets): Always warn on use.
3459         (fseek, ftell): Adjust when warnings are issued, and honor
3460         _GL_NO_LARGE_FILES as a way to silence the warning.
3461         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3462         any warning about large file offsets.
3463         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3464         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3465         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3466         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3467         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3468         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3469         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3470         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3471
3472         warn-on-use: new module
3473         * modules/warn-on-use: New file.
3474         * build-aux/warn-on-use.h: Likewise.
3475         * m4/warn-on-use.m4: Likewise.
3476         * MODULES.html.sh (Support for building): Mention it.
3477
3478 2010-01-10  Bruno Haible  <bruno@clisp.org>
3479
3480         Tests for module 'unistr/u32-strdup'.
3481         * modules/unistr/u32-strdup-tests: New file.
3482         * tests/unistr/test-u32-strdup.c: New file.
3483
3484         Tests for module 'unistr/u16-strdup'.
3485         * modules/unistr/u16-strdup-tests: New file.
3486         * tests/unistr/test-u16-strdup.c: New file.
3487
3488         Tests for module 'unistr/u8-strdup'.
3489         * modules/unistr/u8-strdup-tests: New file.
3490         * tests/unistr/test-u8-strdup.c: New file.
3491         * tests/unistr/test-strdup.h: New file.
3492
3493         Tests for module 'unistr/u32-strncmp'.
3494         * modules/unistr/u32-strncmp-tests: New file.
3495         * tests/unistr/test-u32-strncmp.c: New file.
3496
3497         Tests for module 'unistr/u16-strncmp'.
3498         * modules/unistr/u16-strncmp-tests: New file.
3499         * tests/unistr/test-u16-strncmp.c: New file.
3500
3501         Tests for module 'unistr/u8-strncmp'.
3502         * modules/unistr/u8-strncmp-tests: New file.
3503         * tests/unistr/test-u8-strncmp.c: New file.
3504         * tests/unistr/test-strncmp.h: New file.
3505
3506         Tests for module 'unistr/u32-strcoll'.
3507         * modules/unistr/u32-strcoll-tests: New file.
3508         * tests/unistr/test-u32-strcoll.c: New file.
3509
3510         Tests for module 'unistr/u16-strcoll'.
3511         * modules/unistr/u16-strcoll-tests: New file.
3512         * tests/unistr/test-u16-strcoll.c: New file.
3513
3514         Tests for module 'unistr/u8-strcoll'.
3515         * modules/unistr/u8-strcoll-tests: New file.
3516         * tests/unistr/test-u8-strcoll.c: New file.
3517
3518         Tests for module 'unistr/u32-strcmp'.
3519         * modules/unistr/u32-strcmp-tests: New file.
3520         * tests/unistr/test-u32-strcmp.c: New file.
3521         * tests/unistr/test-u32-strcmp.h: New file.
3522
3523         Tests for module 'unistr/u16-strcmp'.
3524         * modules/unistr/u16-strcmp-tests: New file.
3525         * tests/unistr/test-u16-strcmp.c: New file.
3526         * tests/unistr/test-u16-strcmp.h: New file.
3527
3528         Tests for module 'unistr/u8-strcmp'.
3529         * modules/unistr/u8-strcmp-tests: New file.
3530         * tests/unistr/test-u8-strcmp.c: New file.
3531         * tests/unistr/test-u8-strcmp.h: New file.
3532         * tests/unistr/test-strcmp.h: New file.
3533
3534         Tests for module 'unistr/u32-strncat'.
3535         * modules/unistr/u32-strncat-tests: New file.
3536         * tests/unistr/test-u32-strncat.c: New file.
3537
3538         Tests for module 'unistr/u16-strncat'.
3539         * modules/unistr/u16-strncat-tests: New file.
3540         * tests/unistr/test-u16-strncat.c: New file.
3541
3542         Tests for module 'unistr/u8-strncat'.
3543         * modules/unistr/u8-strncat-tests: New file.
3544         * tests/unistr/test-u8-strncat.c: New file.
3545         * tests/unistr/test-strncat.h: New file.
3546
3547         Tests for module 'unistr/u32-strcat'.
3548         * modules/unistr/u32-strcat-tests: New file.
3549         * tests/unistr/test-u32-strcat.c: New file.
3550
3551         Tests for module 'unistr/u16-strcat'.
3552         * modules/unistr/u16-strcat-tests: New file.
3553         * tests/unistr/test-u16-strcat.c: New file.
3554
3555         Tests for module 'unistr/u8-strcat'.
3556         * modules/unistr/u8-strcat-tests: New file.
3557         * tests/unistr/test-u8-strcat.c: New file.
3558         * tests/unistr/test-strcat.h: New file.
3559
3560         Tests for module 'unistr/u32-stpncpy'.
3561         * modules/unistr/u32-stpncpy-tests: New file.
3562         * tests/unistr/test-u32-stpncpy.c: New file.
3563
3564         Tests for module 'unistr/u16-stpncpy'.
3565         * modules/unistr/u16-stpncpy-tests: New file.
3566         * tests/unistr/test-u16-stpncpy.c: New file.
3567
3568         Tests for module 'unistr/u8-stpncpy'.
3569         * modules/unistr/u8-stpncpy-tests: New file.
3570         * tests/unistr/test-u8-stpncpy.c: New file.
3571         * tests/unistr/test-stpncpy.h: New file.
3572
3573         Tests for module 'unistr/u32-strncpy'.
3574         * modules/unistr/u32-strncpy-tests: New file.
3575         * tests/unistr/test-u32-strncpy.c: New file.
3576
3577         Tests for module 'unistr/u16-strncpy'.
3578         * modules/unistr/u16-strncpy-tests: New file.
3579         * tests/unistr/test-u16-strncpy.c: New file.
3580
3581         Tests for module 'unistr/u8-strncpy'.
3582         * modules/unistr/u8-strncpy-tests: New file.
3583         * tests/unistr/test-u8-strncpy.c: New file.
3584         * tests/unistr/test-strncpy.h: New file.
3585
3586         Tests for module 'unistr/u32-stpcpy'.
3587         * modules/unistr/u32-stpcpy-tests: New file.
3588         * tests/unistr/test-u32-stpcpy.c: New file.
3589
3590         Tests for module 'unistr/u16-stpcpy'.
3591         * modules/unistr/u16-stpcpy-tests: New file.
3592         * tests/unistr/test-u16-stpcpy.c: New file.
3593
3594         Tests for module 'unistr/u8-stpcpy'.
3595         * modules/unistr/u8-stpcpy-tests: New file.
3596         * tests/unistr/test-u8-stpcpy.c: New file.
3597         * tests/unistr/test-stpcpy.h: New file.
3598
3599         Tests for module 'unistr/u32-strcpy'.
3600         * modules/unistr/u32-strcpy-tests: New file.
3601         * tests/unistr/test-u32-strcpy.c: New file.
3602
3603         Tests for module 'unistr/u16-strcpy'.
3604         * modules/unistr/u16-strcpy-tests: New file.
3605         * tests/unistr/test-u16-strcpy.c: New file.
3606
3607         Tests for module 'unistr/u8-strcpy'.
3608         * modules/unistr/u8-strcpy-tests: New file.
3609         * tests/unistr/test-u8-strcpy.c: New file.
3610         * tests/unistr/test-strcpy.h: New file.
3611
3612         Tests for module 'unistr/u32-strnlen'.
3613         * modules/unistr/u32-strnlen-tests: New file.
3614         * tests/unistr/test-u32-strnlen.c: New file.
3615
3616         Tests for module 'unistr/u16-strnlen'.
3617         * modules/unistr/u16-strnlen-tests: New file.
3618         * tests/unistr/test-u16-strnlen.c: New file.
3619
3620         Tests for module 'unistr/u8-strnlen'.
3621         * modules/unistr/u8-strnlen-tests: New file.
3622         * tests/unistr/test-u8-strnlen.c: New file.
3623         * tests/unistr/test-strnlen.h: New file.
3624
3625         Tests for module 'unistr/u32-strlen'.
3626         * modules/unistr/u32-strlen-tests: New file.
3627         * tests/unistr/test-u32-strlen.c: New file.
3628
3629         Tests for module 'unistr/u16-strlen'.
3630         * modules/unistr/u16-strlen-tests: New file.
3631         * tests/unistr/test-u16-strlen.c: New file.
3632
3633         Tests for module 'unistr/u8-strlen'.
3634         * modules/unistr/u8-strlen-tests: New file.
3635         * tests/unistr/test-u8-strlen.c: New file.
3636
3637         Tests for module 'unistr/u32-prev'.
3638         * modules/unistr/u32-prev-tests: New file.
3639         * tests/unistr/test-u32-prev.c: New file.
3640
3641         Tests for module 'unistr/u16-prev'.
3642         * modules/unistr/u16-prev-tests: New file.
3643         * tests/unistr/test-u16-prev.c: New file.
3644
3645         Tests for module 'unistr/u8-prev'.
3646         * modules/unistr/u8-prev-tests: New file.
3647         * tests/unistr/test-u8-prev.c: New file.
3648
3649         Tests for module 'unistr/u32-next'.
3650         * modules/unistr/u32-next-tests: New file.
3651         * tests/unistr/test-u32-next.c: New file.
3652
3653         Tests for module 'unistr/u16-next'.
3654         * modules/unistr/u16-next-tests: New file.
3655         * tests/unistr/test-u16-next.c: New file.
3656
3657         Tests for module 'unistr/u8-next'.
3658         * modules/unistr/u8-next-tests: New file.
3659         * tests/unistr/test-u8-next.c: New file.
3660
3661         Tests for module 'unistr/u32-strmbtouc'.
3662         * modules/unistr/u32-strmbtouc-tests: New file.
3663         * tests/unistr/test-u32-strmbtouc.c: New file.
3664
3665         Tests for module 'unistr/u16-strmbtouc'.
3666         * modules/unistr/u16-strmbtouc-tests: New file.
3667         * tests/unistr/test-u16-strmbtouc.c: New file.
3668
3669         Tests for module 'unistr/u8-strmbtouc'.
3670         * modules/unistr/u8-strmbtouc-tests: New file.
3671         * tests/unistr/test-u8-strmbtouc.c: New file.
3672
3673         Tests for module 'unistr/u32-strmblen'.
3674         * modules/unistr/u32-strmblen-tests: New file.
3675         * tests/unistr/test-u32-strmblen.c: New file.
3676
3677         Tests for module 'unistr/u16-strmblen'.
3678         * modules/unistr/u16-strmblen-tests: New file.
3679         * tests/unistr/test-u16-strmblen.c: New file.
3680
3681         Tests for module 'unistr/u8-strmblen'.
3682         * modules/unistr/u8-strmblen-tests: New file.
3683         * tests/unistr/test-u8-strmblen.c: New file.
3684
3685         Tests for module 'unistr/u32-cpy-alloc'.
3686         * modules/unistr/u32-cpy-alloc-tests: New file.
3687         * tests/unistr/test-u32-cpy-alloc.c: New file.
3688
3689         Tests for module 'unistr/u16-cpy-alloc'.
3690         * modules/unistr/u16-cpy-alloc-tests: New file.
3691         * tests/unistr/test-u16-cpy-alloc.c: New file.
3692
3693         Tests for module 'unistr/u8-cpy-alloc'.
3694         * modules/unistr/u8-cpy-alloc-tests: New file.
3695         * tests/unistr/test-u8-cpy-alloc.c: New file.
3696         * tests/unistr/test-cpy-alloc.h: New file.
3697
3698         Tests for module 'unistr/u32-mbsnlen'.
3699         * modules/unistr/u32-mbsnlen-tests: New file.
3700         * tests/unistr/test-u32-mbsnlen.c: New file.
3701
3702         Tests for module 'unistr/u16-mbsnlen'.
3703         * modules/unistr/u16-mbsnlen-tests: New file.
3704         * tests/unistr/test-u16-mbsnlen.c: New file.
3705
3706         Tests for module 'unistr/u8-mbsnlen'.
3707         * modules/unistr/u8-mbsnlen-tests: New file.
3708         * tests/unistr/test-u8-mbsnlen.c: New file.
3709
3710         Tests for module 'unistr/u32-chr'.
3711         * modules/unistr/u32-chr-tests: New file.
3712         * tests/unistr/test-u32-chr.c: New file.
3713
3714         Tests for module 'unistr/u16-chr'.
3715         * modules/unistr/u16-chr-tests: New file.
3716         * tests/unistr/test-u16-chr.c: New file.
3717
3718         Tests for module 'unistr/u8-chr'.
3719         * modules/unistr/u8-chr-tests: New file.
3720         * tests/unistr/test-u8-chr.c: New file.
3721         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3722
3723         Tests for module 'unistr/u32-cmp2'.
3724         * modules/unistr/u32-cmp2-tests: New file.
3725         * tests/unistr/test-u32-cmp2.c: New file.
3726
3727         Tests for module 'unistr/u16-cmp2'.
3728         * modules/unistr/u16-cmp2-tests: New file.
3729         * tests/unistr/test-u16-cmp2.c: New file.
3730
3731         Tests for module 'unistr/u8-cmp2'.
3732         * modules/unistr/u8-cmp2-tests: New file.
3733         * tests/unistr/test-u8-cmp2.c: New file.
3734         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3735
3736         Tests for module 'unistr/u32-cmp'.
3737         * modules/unistr/u32-cmp-tests: New file.
3738         * tests/unistr/test-u32-cmp.c: New file.
3739
3740         Tests for module 'unistr/u16-cmp'.
3741         * modules/unistr/u16-cmp-tests: New file.
3742         * tests/unistr/test-u16-cmp.c: New file.
3743
3744         Tests for module 'unistr/u8-cmp'.
3745         * modules/unistr/u8-cmp-tests: New file.
3746         * tests/unistr/test-u8-cmp.c: New file.
3747         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3748
3749         Tests for module 'unistr/u32-set'.
3750         * modules/unistr/u32-set-tests: New file.
3751         * tests/unistr/test-u32-set.c: New file.
3752
3753         Tests for module 'unistr/u16-set'.
3754         * modules/unistr/u16-set-tests: New file.
3755         * tests/unistr/test-u16-set.c: New file.
3756
3757         Tests for module 'unistr/u8-set'.
3758         * modules/unistr/u8-set-tests: New file.
3759         * tests/unistr/test-u8-set.c: New file.
3760         * tests/unistr/test-set.h: New file.
3761
3762         Tests for module 'unistr/u32-move'.
3763         * modules/unistr/u32-move-tests: New file.
3764         * tests/unistr/test-u32-move.c: New file.
3765
3766         Tests for module 'unistr/u16-move'.
3767         * modules/unistr/u16-move-tests: New file.
3768         * tests/unistr/test-u16-move.c: New file.
3769
3770         Tests for module 'unistr/u8-move'.
3771         * modules/unistr/u8-move-tests: New file.
3772         * tests/unistr/test-u8-move.c: New file.
3773         * tests/unistr/test-move.h: New file.
3774
3775         Tests for module 'unistr/u32-cpy'.
3776         * modules/unistr/u32-cpy-tests: New file.
3777         * tests/unistr/test-u32-cpy.c: New file.
3778
3779         Tests for module 'unistr/u16-cpy'.
3780         * modules/unistr/u16-cpy-tests: New file.
3781         * tests/unistr/test-u16-cpy.c: New file.
3782
3783         Tests for module 'unistr/u8-cpy'.
3784         * modules/unistr/u8-cpy-tests: New file.
3785         * tests/unistr/test-u8-cpy.c: New file.
3786         * tests/unistr/test-cpy.h: New file.
3787
3788 2010-01-09  Bruno Haible  <bruno@clisp.org>
3789
3790         Tests for module 'unistr/u32-uctomb'.
3791         * modules/unistr/u32-uctomb-tests: New file.
3792         * tests/unistr/test-u32-uctomb.c: New file.
3793
3794         Tests for module 'unistr/u16-uctomb'.
3795         * modules/unistr/u16-uctomb-tests: New file.
3796         * tests/unistr/test-u16-uctomb.c: New file.
3797
3798         Tests for module 'unistr/u8-uctomb'.
3799         * modules/unistr/u8-uctomb-tests: New file.
3800         * tests/unistr/test-u8-uctomb.c: New file.
3801
3802         Tests for module 'unistr/u32-mbtoucr'.
3803         * modules/unistr/u32-mbtoucr-tests: New file.
3804         * tests/unistr/test-u32-mbtoucr.c: New file.
3805
3806         Tests for module 'unistr/u16-mbtoucr'.
3807         * modules/unistr/u16-mbtoucr-tests: New file.
3808         * tests/unistr/test-u16-mbtoucr.c: New file.
3809
3810         Tests for module 'unistr/u8-mbtoucr'.
3811         * modules/unistr/u8-mbtoucr-tests: New file.
3812         * tests/unistr/test-u8-mbtoucr.c: New file.
3813
3814         Tests for module 'unistr/u32-mbtouc'.
3815         * modules/unistr/u32-mbtouc-tests: New file.
3816         * tests/unistr/test-u32-mbtouc.c: New file.
3817
3818         Tests for module 'unistr/u16-mbtouc'.
3819         * modules/unistr/u16-mbtouc-tests: New file.
3820         * tests/unistr/test-u16-mbtouc.c: New file.
3821
3822         Tests for module 'unistr/u8-mbtouc'.
3823         * modules/unistr/u8-mbtouc-tests: New file.
3824         * tests/unistr/test-u8-mbtouc.c: New file.
3825
3826         Tests for module 'unistr/u32-mbtouc-unsafe'.
3827         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3828         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3829         * tests/unistr/test-u32-mbtouc.h: New file.
3830
3831         Tests for module 'unistr/u16-mbtouc-unsafe'.
3832         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3833         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3834         * tests/unistr/test-u16-mbtouc.h: New file.
3835
3836         Tests for module 'unistr/u8-mbtouc-unsafe'.
3837         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3838         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3839         * tests/unistr/test-u8-mbtouc.h: New file.
3840
3841         Tests for module 'unistr/u32-mblen'.
3842         * modules/unistr/u32-mblen-tests: New file.
3843         * tests/unistr/test-u32-mblen.c: New file.
3844
3845         Tests for module 'unistr/u16-mblen'.
3846         * modules/unistr/u16-mblen-tests: New file.
3847         * tests/unistr/test-u16-mblen.c: New file.
3848
3849         Tests for module 'unistr/u8-mblen'.
3850         * modules/unistr/u8-mblen-tests: New file.
3851         * tests/unistr/test-u8-mblen.c: New file.
3852
3853         Tests for module 'unistr/u32-to-u16'.
3854         * modules/unistr/u32-to-u16-tests: New file.
3855         * tests/unistr/test-u32-to-u16.c: New file.
3856
3857         Tests for module 'unistr/u32-to-u8'.
3858         * modules/unistr/u32-to-u8-tests: New file.
3859         * tests/unistr/test-u32-to-u8.c: New file.
3860
3861         Tests for module 'unistr/u16-to-u32'.
3862         * modules/unistr/u16-to-u32-tests: New file.
3863         * tests/unistr/test-u16-to-u32.c: New file.
3864
3865         Tests for module 'unistr/u16-to-u8'.
3866         * modules/unistr/u16-to-u8-tests: New file.
3867         * tests/unistr/test-u16-to-u8.c: New file.
3868
3869         Tests for module 'unistr/u8-to-u32'.
3870         * modules/unistr/u8-to-u32-tests: New file.
3871         * tests/unistr/test-u8-to-u32.c: New file.
3872
3873         Tests for module 'unistr/u8-to-u16'.
3874         * modules/unistr/u8-to-u16-tests: New file.
3875         * tests/unistr/test-u8-to-u16.c: New file.
3876
3877         Tests for module 'unistr/u32-check'.
3878         * modules/unistr/u32-check-tests: New file.
3879         * tests/unistr/test-u32-check.c: New file.
3880
3881         Tests for module 'unistr/u16-check'.
3882         * modules/unistr/u16-check-tests: New file.
3883         * tests/unistr/test-u16-check.c: New file.
3884
3885         Tests for module 'unistr/u8-check'.
3886         * modules/unistr/u8-check-tests: New file.
3887         * tests/unistr/test-u8-check.c: New file.
3888
3889         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3890         (category_equals): New function.
3891         (main): Add more tests.
3892         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3893
3894         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3895
3896 2010-01-10  Bruno Haible  <bruno@clisp.org>
3897
3898         unistr/u*-strcoll: Try harder to distinguish different strings.
3899         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3900         compare s1 and s2 to see if they are different.
3901
3902 2010-01-10  Bruno Haible  <bruno@clisp.org>
3903
3904         unistr/u*-stpncpy: Fix the return value.
3905         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3906         description of the return value consistent with stpncpy in glibc.
3907         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3908         written non-NUL unit.
3909
3910 2010-01-10  Bruno Haible  <bruno@clisp.org>
3911
3912         unistr/u*-next: Add missing dependencies.
3913         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3914         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3915         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3916
3917 2010-01-10  Bruno Haible  <bruno@clisp.org>
3918
3919         unistr/u8-mbsnlen: Fix return value for incomplete character.
3920         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3921         u8_mblen.
3922         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3923         Remove unistr/u8-mblen.
3924         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3925         u16_mblen.
3926         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3927         Remove unistr/u16-mblen.
3928
3929 2010-01-10  Bruno Haible  <bruno@clisp.org>
3930
3931         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3932         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3933         Reported by Brian Gough <bjg@gnu.org> and
3934         Chris Clayton <chris2553@googlemail.com> via
3935         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3936
3937 2010-01-09  Bruno Haible  <bruno@clisp.org>
3938
3939         unistr/u16-to-u32: Reject invalid input.
3940         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3941         u16_mbtouc.
3942         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3943         Remove unistr/u16-mbtouc.
3944
3945         unistr/u16-to-u8: Reject invalid input.
3946         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3947         u16_mbtouc.
3948         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3949         Remove unistr/u16-mbtouc.
3950
3951         unistr/u8-to-u32: Reject invalid input.
3952         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3953         u8_mbtouc.
3954         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3955         Remove unistr/u8-mbtouc.
3956
3957         unistr/u8-to-u16: Reject invalid input.
3958         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3959         u8_mbtouc.
3960         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3961         Remove unistr/u8-mbtouc.
3962
3963 2010-01-09  Bruno Haible  <bruno@clisp.org>
3964
3965         Tests for module 'getlogin'.
3966         * modules/getlogin-tests: New file.
3967         * tests/test-getlogin.c: New file.
3968
3969         New module 'getlogin'.
3970         * lib/unistd.in.h (getlogin): New declaration.
3971         * lib/getlogin.c: New file.
3972         * m4/getlogin.m4: New file.
3973         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3974         HAVE_GETLOGIN.
3975         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3976         HAVE_GETLOGIN.
3977         * modules/getlogin: New file.
3978         * doc/posix-functions/getlogin.texi: Mention the new module.
3979         Reported by John W. Eaton <jwe@gnu.org>.
3980
3981 2010-01-09  Bruno Haible  <bruno@clisp.org>
3982
3983         getlogin_r: Support for native Windows.
3984         * lib/getlogin_r.c: Include <windows.h>
3985         (getlogin_r): Implement for native Windows.
3986         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3987         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3988         via John W. Eaton <jwe@gnu.org>.
3989
3990 2010-01-09  Bruno Haible  <bruno@clisp.org>
3991
3992         getlogin_r: Small fixes.
3993         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3994         succeeds.
3995         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3996         before testing whether getlogin_r is declared. No need to set
3997         HAVE_DECL_GETLOGIN_R to 1.
3998         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3999
4000 2010-01-09  Bruno Haible  <bruno@clisp.org>
4001
4002         * lib/unistd.in.h (getlogin_r): Add comment.
4003
4004 2010-01-09  Bruno Haible  <bruno@clisp.org>
4005
4006         Tests for module 'getlogin_r'.
4007         * modules/getlogin_r-tests: New file.
4008         * tests/test-getlogin_r.c: New file.
4009
4010 2010-01-09  Jim Meyering  <meyering@redhat.com>
4011
4012         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4013         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4014         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4015
4016 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4017
4018         * lib/dup2.c (rpl_dup2): Improve comment.
4019
4020 2010-01-08  Eric Blake  <ebb9@byu.net>
4021
4022         maint.mk: allow packages to add makefile @@ exceptions
4023         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4024         (sc_makefile_check): Rename...
4025         (sc_makefile_at_at_check): ...to this, and use hook.
4026
4027         dup2: work around mingw bug
4028         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4029         Reported by Simon Josefsson.
4030
4031 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4032
4033         glob: Fix C++ compilation.
4034         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4035         C++.
4036
4037 2010-01-07  Bruno Haible  <bruno@clisp.org>
4038
4039         Fix indentation of wctype.in.h, broken since 2007-01-06.
4040         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4041
4042 2010-01-07  Bruno Haible  <bruno@clisp.org>
4043
4044         mbslen: Avoid collision with system function.
4045         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4046         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4047         * m4/mbslen.m4: New file.
4048         * modules/mbslen (Files): Add it.
4049         (configure.ac): Invoke gl_MBSLEN.
4050         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4051         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4052         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4053         via Ian Beckwith <ianb@erislabs.net>.
4054
4055 2010-01-07  Bruno Haible  <bruno@clisp.org>
4056
4057         dirent: Document the last fix.
4058         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4059
4060 2010-01-07  Bruno Haible  <bruno@clisp.org>
4061
4062         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4063         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4064         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4065         va_list are defined.
4066         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4067         Reported by Eric Blake.
4068
4069 2010-01-07  Bruno Haible  <bruno@clisp.org>
4070
4071         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4072         * modules/xlist (Depends-on): Add 'list',
4073         * modules/xoset (Depends-on): Add 'oset'.
4074         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4075
4076 2010-01-07  Bruno Haible  <bruno@clisp.org>
4077
4078         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4079         * doc/posix-functions/strncasecmp.texi: Likewise.
4080
4081 2010-01-07  Bruno Haible  <bruno@clisp.org>
4082
4083         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4084
4085 2010-01-07  John W. Eaton  <jwe@octave.org>
4086
4087         wctype: allow C++ use
4088         * lib/wctype.in.h: Add extern "C" block for C++.
4089
4090 2010-01-06  Eric Blake  <ebb9@byu.net>
4091
4092         maint.mk: detect incorrect GFDL usage
4093         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4094
4095 2010-01-06  Jim Meyering  <meyering@redhat.com>
4096         and Eric Blake  <ebb9@byu.net>
4097
4098         maint.mk: ignore multi-line copyright in NEWS
4099         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4100
4101 2010-01-06  Eric Blake  <ebb9@byu.net>
4102
4103         select: add missing dependency
4104         * modules/select-tests (Depends-on): Move sockets dependency...
4105         * modules/select (Depends-on): ...here.
4106         Reported by Ian Beckwith.
4107
4108         doc: regenerate INSTALL
4109         * doc/INSTALL: Reflect recent autoconf update.
4110         * doc/INSTALL.ISO: Likewise.
4111         * doc/INSTALL.UTF-8: Likewise.
4112
4113         pread: fix compilation on glibc
4114         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4115         Reported by Ralf Wildenhues.
4116
4117         dirent: fix test failure
4118         * lib/dirent.in.h (includes): Guarantee ino_t.
4119         Reported by Ralf Wildenhues.
4120
4121 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4122
4123         linkat, renameat: avoid bad free
4124         * lib/at-func2.c (at_func2): Fix typo.
4125         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4126
4127 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4128
4129         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4130         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4131         to avoid failure of symlink test later.
4132
4133 2010-01-06  Eric Blake  <ebb9@byu.net>
4134
4135         stdio, unistd: guarantee ssize_t
4136         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4137         2008 are exposed when needed.
4138         * lib/stdio.in.h (includes): Likewise.
4139         Reported by Ralf Wildenhues.
4140
4141 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4142
4143         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4144         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4145         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4146
4147 2010-01-06  Jim Meyering  <meyering@redhat.com>
4148
4149         readtokens: this module *does* require xalloc.h
4150         It uses only functions that were omitted by the old syntax-check rule.
4151         * lib/readtokens.c: Include "xalloc.h" once again.
4152         * modules/readtokens (Depends-on): Add xalloc.
4153         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4154
4155 2010-01-05  Eric Blake  <ebb9@byu.net>
4156
4157         maint: support 'make announcement' from a VPATH build
4158         * top/maint.mk (announcement): Look for correct NEWS file.
4159
4160 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4161
4162         utimens (fdutimens): ignore a negative FD, per contract
4163         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4164         when we have a valid file descriptor.  Otherwise, using a brand
4165         new glibc (with just-patched futimens that now fails with EBADF)
4166         would cause this function to fail with ENOSYS.
4167         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4168         See also http://bugzilla.redhat.com/552320.
4169
4170 2010-01-05  Eric Blake  <ebb9@byu.net>
4171
4172         strcase: document what it provides
4173         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4174         gnulib module.
4175         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4176         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4177
4178 2010-01-05  Jim Meyering  <meyering@redhat.com>
4179
4180         maint: remove useless inclusions of "xalloc.h"
4181         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4182         * lib/readtokens.c: Likewise.
4183         * lib/same.c: Likewise.
4184         * modules/getloadavg (Depends-on): Remove xalloc.
4185         * modules/readtokens: Likewise.
4186         * modules/same: Likewise.
4187
4188         maint.mk: include 4 more function names in alloca.h-checking regexp
4189         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4190         regexp.  Before, we would give a false-positive (saying alloca.h
4191         is included unnecessarily) when the only uses involved omitted symbols.
4192
4193         xalloc.h: use consistent formatting
4194         * lib/xalloc.h: Move declarations to start in the first column.
4195
4196 2010-01-05  Eric Blake  <ebb9@byu.net>
4197
4198         mkdir: avoid xalloc
4199         * lib/mkdir.c (includes): Drop unused header.
4200         Reported by John W. Eaton.
4201
4202 2010-01-04  Jim Meyering  <meyering@redhat.com>
4203
4204         nl_langinfo: avoid configure-time syntax error
4205         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4206         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4207         the empty string.  Don't let that provoke a shell syntax error.
4208
4209         regcomp, regexec, fnmatch: avoid array bounds read error
4210         * lib/regcomp.c (build_equiv_class): From glibc:
4211         Use only the low 24 bits of a findidx return value as an index
4212         into the weights array.  Patch by Ulrich Drepper:
4213         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4214         * lib/regexec.c (check_node_accept_bytes): Likewise.
4215         * lib/fnmatch_loop.c (FCT): Likewise.
4216
4217         regcomp: skip collseq lookup when there are no rules
4218         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4219         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4220
4221         regcomp: recognize ill-formed { } expressions
4222         * lib/regcomp.c (parse_dup_op): From glibc:
4223         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4224
4225         regcomp: fix typo in comment
4226         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4227         s/satisfy/satisfies/.
4228
4229         regcomp: sync from glibc: remove dead store
4230         * lib/regcomp.c (duplicate_node_closure): Remove useless
4231         search_duplicated_node call and dead store.
4232
4233         regcomp: sync from glibc; always use nl_langinfo
4234         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4235         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4236         * modules/regex (Depends-on): Add nl_langinfo.
4237
4238 2010-01-04  Eric Blake  <ebb9@byu.net>
4239
4240         fdopendir: fix configure test
4241         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4242
4243 2010-01-01  Bruno Haible  <bruno@clisp.org>
4244
4245         wchar: Remove unused configure check.
4246         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4247
4248 2010-01-01  Eric Blake  <ebb9@byu.net>
4249
4250         headers: make check of system header explicit
4251         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4252         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4253         ourselves.
4254         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4255         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4256         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4257         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4258         internals.
4259         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4260         missing.
4261         Suggested by Bruno Haible.
4262
4263 2010-01-01  Jim Meyering  <meyering@redhat.com>
4264
4265         ChangeLog: tweak to eliminate unnecessary copyright line
4266         * ChangeLog: Remove a copyright line that was mistakenly updated
4267         by today's update-copyright run.  Reported by Eric Blake.
4268
4269         test-update-copyright: don't let envvar setting cause test failure
4270         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4271
4272 2010-01-01  Bruno Haible  <bruno@clisp.org>
4273
4274         localename: Avoid gcc warning.
4275         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4276         function if it is not used.
4277
4278 2010-01-01  Jim Meyering  <meyering@redhat.com>
4279
4280         update nearly all FSF copyright year lists to include 2010
4281         Use the same procedure as for 2009, outlined in
4282         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4283
4284         version-etc: set COPYRIGHT_YEAR to 2010
4285         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4286
4287 2009-12-31  Eric Blake  <ebb9@byu.net>
4288
4289         doc: correct availability of cygwin 1.5.x getopt
4290         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4291         variables.
4292         * doc/posix-functions/opterr.texi (opterr): Likewise.
4293         * doc/posix-functions/optind.texi (optind): Likewise.
4294         * doc/posix-functions/optopt.texi (optopt): Likewise.
4295         * doc/posix-functions/tzname.texi (tzname): Likewise.
4296
4297         openat: update maintainer
4298         * modules/openat (Maintainer): Add myself.
4299
4300         utimens: avoid shadowing warning
4301         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4302         buffers into one, to avoid shadowing, as well as avoiding a
4303         redundant stat.
4304         Reported by Jim Meyering.
4305
4306         test-dup2: avoid compiler warning
4307         * tests/test-dup2.c (is_inheritable): Only define if used.
4308
4309 2010-01-01  Bruno Haible  <bruno@clisp.org>
4310
4311         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4312         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4313         defined, use wctomb instead of wcrtomb.
4314
4315 2010-01-01  Bruno Haible  <bruno@clisp.org>
4316
4317         iconv: Reject native Solaris iconv.
4318         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4319         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4320
4321 2009-12-31  Bruno Haible  <bruno@clisp.org>
4322
4323         * tests/test-signal.c (main): Remove test of 'SIG'.
4324
4325 2009-12-31  Bruno Haible  <bruno@clisp.org>
4326
4327         spawn: Fix incomplete fix.
4328         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4329         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4330         warnings for GNULIB_POSIXCHECK again.
4331         Reported by Eric Blake.
4332
4333 2009-12-31  Bruno Haible  <bruno@clisp.org>
4334
4335         Avoid namespace pollution on glibc systems.
4336         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4337         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4338         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4339         glibc systems.
4340
4341 2009-12-31  Bruno Haible  <bruno@clisp.org>
4342
4343         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4344         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4345         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4346         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4347         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4348         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4349         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4350
4351 2009-12-31  Bruno Haible  <bruno@clisp.org>
4352
4353         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4354         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4355         afterwards.
4356
4357 2009-12-31  Bruno Haible  <bruno@clisp.org>
4358
4359         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4360         SYS_UTSNAME_H.
4361
4362 2009-12-31  Bruno Haible  <bruno@clisp.org>
4363
4364         spawn: Fix misapplied patch.
4365         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4366         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4367         warnings for GNULIB_POSIXCHECK.
4368
4369 2009-12-31  Bruno Haible  <bruno@clisp.org>
4370
4371         times: Update after sys_times changed.
4372         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4373         * modules/times (Files): Add it.
4374         (configure.ac): Invoke gl_FUNC_TIMES.
4375
4376 2009-12-31  Bruno Haible  <bruno@clisp.org>
4377
4378         Use AC_C_INLINE where necessary.
4379         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4380         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4381         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4382         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4383         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4384         * m4/mbiter.m4 (gl_MBITER): Likewise.
4385         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4386         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4387         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4388         * modules/u64 (configure.ac): Likewise.
4389
4390 2009-12-31  Bruno Haible  <bruno@clisp.org>
4391
4392         Use AC_C_INLINE instead of module 'inline' where possible.
4393         * modules/inline (Description): Clarify purpose.
4394         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4395         * modules/count-one-bits (Depends-on): Remove inline.
4396         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4397         * modules/openat (Depends-on): Remove inline.
4398         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4399         instead of depending on module 'inline'.
4400         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4401         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4402         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4403         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4404         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4405         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4406         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4407         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4408         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4409         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4410         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4411         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4412         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4413         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4414         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4415         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4416         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4417         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4418         Likewise.
4419         * modules/unictype/property-ascii-hex-digit (Depends-on,
4420         configure.ac): Likewise.
4421         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4422         configure.ac): Likewise.
4423         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4424         configure.ac): Likewise.
4425         * modules/unictype/property-bidi-block-separator (Depends-on,
4426         configure.ac): Likewise.
4427         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4428         configure.ac): Likewise.
4429         * modules/unictype/property-bidi-common-separator (Depends-on,
4430         configure.ac): Likewise.
4431         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4432         Likewise.
4433         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4434         configure.ac): Likewise.
4435         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4436         configure.ac): Likewise.
4437         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4438         configure.ac): Likewise.
4439         * modules/unictype/property-bidi-european-digit (Depends-on,
4440         configure.ac): Likewise.
4441         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4442         configure.ac): Likewise.
4443         * modules/unictype/property-bidi-left-to-right (Depends-on,
4444         configure.ac): Likewise.
4445         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4446         configure.ac): Likewise.
4447         * modules/unictype/property-bidi-other-neutral (Depends-on,
4448         configure.ac): Likewise.
4449         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4450         Likewise.
4451         * modules/unictype/property-bidi-segment-separator (Depends-on,
4452         configure.ac): Likewise.
4453         * modules/unictype/property-bidi-whitespace (Depends-on,
4454         configure.ac): Likewise.
4455         * modules/unictype/property-combining (Depends-on, configure.ac):
4456         Likewise.
4457         * modules/unictype/property-composite (Depends-on, configure.ac):
4458         Likewise.
4459         * modules/unictype/property-currency-symbol (Depends-on,
4460         configure.ac): Likewise.
4461         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4462         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4463         Likewise.
4464         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4465         configure.ac): Likewise.
4466         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4467         Likewise.
4468         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4469         Likewise.
4470         * modules/unictype/property-extender (Depends-on, configure.ac):
4471         Likewise.
4472         * modules/unictype/property-format-control (Depends-on, configure.ac):
4473         Likewise.
4474         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4475         Likewise.
4476         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4477         Likewise.
4478         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4479         Likewise.
4480         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4481         Likewise.
4482         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4483         Likewise.
4484         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4485         Likewise.
4486         * modules/unictype/property-id-start (Depends-on, configure.ac):
4487         Likewise.
4488         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4489         Likewise.
4490         * modules/unictype/property-ids-binary-operator (Depends-on,
4491         configure.ac): Likewise.
4492         * modules/unictype/property-ids-trinary-operator (Depends-on,
4493         configure.ac): Likewise.
4494         * modules/unictype/property-ignorable-control (Depends-on,
4495         configure.ac): Likewise.
4496         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4497         Likewise.
4498         * modules/unictype/property-join-control (Depends-on, configure.ac):
4499         Likewise.
4500         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4501         Likewise.
4502         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4503         Likewise.
4504         * modules/unictype/property-logical-order-exception (Depends-on,
4505         configure.ac): Likewise.
4506         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4507         Likewise.
4508         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4509         * modules/unictype/property-non-break (Depends-on, configure.ac):
4510         Likewise.
4511         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4512         Likewise.
4513         * modules/unictype/property-numeric (Depends-on, configure.ac):
4514         Likewise.
4515         * modules/unictype/property-other-alphabetic (Depends-on,
4516         configure.ac): Likewise.
4517         * modules/unictype/property-other-default-ignorable-code-point
4518         (Depends-on, configure.ac): Likewise.
4519         * modules/unictype/property-other-grapheme-extend (Depends-on,
4520         configure.ac): Likewise.
4521         * modules/unictype/property-other-id-continue (Depends-on,
4522         configure.ac): Likewise.
4523         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4524         Likewise.
4525         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4526         Likewise.
4527         * modules/unictype/property-other-math (Depends-on, configure.ac):
4528         Likewise.
4529         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4530         Likewise.
4531         * modules/unictype/property-paired-punctuation (Depends-on,
4532         configure.ac): Likewise.
4533         * modules/unictype/property-paragraph-separator (Depends-on,
4534         configure.ac): Likewise.
4535         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4536         Likewise.
4537         * modules/unictype/property-pattern-white-space (Depends-on,
4538         configure.ac): Likewise.
4539         * modules/unictype/property-private-use (Depends-on, configure.ac):
4540         Likewise.
4541         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4542         Likewise.
4543         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4544         Likewise.
4545         * modules/unictype/property-radical (Depends-on, configure.ac):
4546         Likewise.
4547         * modules/unictype/property-sentence-terminal (Depends-on,
4548         configure.ac): Likewise.
4549         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4550         Likewise.
4551         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4552         * modules/unictype/property-terminal-punctuation (Depends-on,
4553         configure.ac): Likewise.
4554         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4555         Likewise.
4556         * modules/unictype/property-unassigned-code-value (Depends-on,
4557         configure.ac): Likewise.
4558         * modules/unictype/property-unified-ideograph (Depends-on,
4559         configure.ac): Likewise.
4560         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4561         Likewise.
4562         * modules/unictype/property-variation-selector (Depends-on,
4563         configure.ac): Likewise.
4564         * modules/unictype/property-white-space (Depends-on, configure.ac):
4565         Likewise.
4566         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4567         Likewise.
4568         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4569         Likewise.
4570         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4571         Likewise.
4572         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4573         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4574         Likewise.
4575
4576 2009-12-31  Bruno Haible  <bruno@clisp.org>
4577
4578         Remove unnecessary AC_C_INLINE invocation.
4579         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4580         since 2009-08-21.
4581
4582 2009-12-31  Jim Meyering  <meyering@redhat.com>
4583
4584         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4585         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4586         With this change, we can all remove the gpg_key_ID = ... definition
4587         from our respective cfg.mk files.
4588
4589         maint.mk: create announcement template in ~/, not in /tmp
4590         * top/maint.mk (emit_upload_commands): Adjust.
4591         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4592         Remove temporary file, .ci-msg.
4593
4594 2009-12-31  Eric Blake  <ebb9@byu.net>
4595
4596         link-warning: always build headers with link warnings
4597         * modules/arpa_inet (Makefile.am): Always build replacement
4598         header.
4599         * modules/ctype (Makefile.am): Likewise.
4600         * modules/dirent (Makefile.am): Likewise.
4601         * modules/inttypes (Makefile.am): Likewise.
4602         * modules/langinfo (Makefile.am): Likewise.
4603         * modules/locale (Makefile.am): Likewise.
4604         * modules/spawn (Makefile.am): Likewise.
4605         * modules/sys_file (Makefile.am): Likewise.
4606         * modules/sys_ioctl (Makefile.am): Likewise.
4607         * modules/sys_select (Makefile.am): Likewise.
4608         * modules/sys_socket (Makefile.am): Likewise.
4609         * modules/sys_times (Makefile.am): Likewise.
4610         * modules/sys_utsname (Makefile.am): Likewise.
4611         * modules/sys_wait (Makefile.am): Likewise.
4612         * modules/wchar (Makefile.am): Likewise.
4613         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4614         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4615         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4616         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4617         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4618         Likewise.
4619         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4620         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4621         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4622         Likewise.
4623         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4624         Likewise.
4625         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4626         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4627         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4628         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4629         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4630         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4631         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4632         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4633         (gl_WCHAR_H_DEFAULTS): Likewise.
4634
4635 2009-12-31  Eric Blake  <ebb9@byu.net>
4636
4637         signal, spawn: use link warnings
4638         * lib/signal.in.h (sigset_t): Make unconditional.
4639         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4640         (sigpending, sigprocmask, sigaction): Add link warnings.
4641         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4642         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4643         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4644         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4645         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4646         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4647         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4648         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4649         (posix_spawn_file_actions_destroy)
4650         (posix_spawn_file_actions_addopen)
4651         (posix_spawn_file_actions_addclose)
4652         (posix_spawn_file_actions_adddup2): Likewise.
4653         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4654         * tests/test-signal.c (main): Enhance test.
4655
4656         spawn: improve wrapper support
4657         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4658         (gl_SPAWN_H_DEFAULTS): New defaults.
4659         * modules/spawn (Makefile.am): Substitute them.
4660         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4661         Only declare if missing or broken.
4662
4663         sys_times, sys_utsname: use include_next
4664         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4665         header.
4666         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4667         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4668         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4669         * modules/sys_times (Depends-on): Add include_next.
4670         (Makefile.am): Substitute additional values.
4671         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4672         * lib/sys_times.in.h (includes): Include native header, if
4673         available.
4674         * lib/sys_utsname.in.h (includes): Likewise.
4675         * tests/test-sys_times.c (main): Enhance test.
4676
4677         fdutimensat: revert prior patch
4678         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4679         utimens.h.
4680         Reported by Bruno Haible.
4681
4682 2009-12-30  Eric Blake  <ebb9@byu.net>
4683
4684         sys_wait: drop link-warning dependency
4685         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4686         link-warning efforts.
4687         * lib/sys_wait.in.h: Likewise.
4688
4689         fdutimensat: remove bogus dependency
4690         * modules/fdutimensat (Depends-on): Drop inline.
4691
4692         unistd: fix typo
4693         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4694
4695 2009-12-30  Bruno Haible  <bruno@clisp.org>
4696
4697         Fix compilation error with Solaris cc.
4698         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4699         * lib/unicase/u16-is-invariant.c: Likewise.
4700         * lib/unicase/u32-is-invariant.c: Likewise.
4701         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4702
4703 2009-12-30  Bruno Haible  <bruno@clisp.org>
4704
4705         Fix test crash.
4706         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4707         locales.
4708         Reported by Simon Josefsson <simon@josefsson.org>.
4709
4710 2009-12-30  Bruno Haible  <bruno@clisp.org>
4711
4712         Fix compilation error on most platforms.
4713         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4714         Reported by Simon Josefsson <simon@josefsson.org>
4715         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4716
4717 2009-12-30  Eric Blake  <ebb9@byu.net>
4718
4719         futimens, utimensat: work around ntfs-3g bug
4720         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4721         a ctime bug is present, and expand workaround to cover ntfs-3g.
4722         * lib/utimens.c (fdutimens, lutimens): Likewise.
4723         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4724         (validate_timespec): Adjust return value.
4725         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4726         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4727         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4728
4729 2009-12-29  Eric Blake  <ebb9@byu.net>
4730
4731         link-warning: make usage consistent
4732         * modules/ctype (Depends-on): Add link-warning.
4733         (Makefile.am): Update rules accordingly.
4734         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4735         * modules/locale (Depends-on, Makefile.am): Likewise.
4736         * modules/sys_file (Makefile.am): Likewise.
4737         * modules/getopt-posix (Makefile.am): Delete unused link warning
4738         efforts.
4739         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4740         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4741         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4742         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4743
4744         stdio: remove unused variables
4745         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4746         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4747         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4748
4749         tests: test more substitute headers
4750         * modules/ctype-tests: New file.
4751         * modules/dirent-tests: Likewise.
4752         * modules/spawn-tests: Likewise.
4753         * modules/sys_file-tests: Likewise.
4754         * modules/sys_ioctl-tests: Likewise.
4755         * modules/sys_wait-tests: Likewise.
4756         * tests/test-ctype.c: Likewise.
4757         * tests/test-dirent.c: Likewise.
4758         * tests/test-spawn.c: Likewise.
4759         * tests/test-sys_file.c: Likewise.
4760         * tests/test-sys_ioctl.c: Likewise.
4761         * tests/test-sys_wait.c: Likewise.
4762         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4763         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4764         whether or not flock is in use.
4765
4766         tests: remove License section from module
4767         * modules/arpa_inet-tests: Remove unneeded section.
4768         * modules/byteswap-tests: Likewise.
4769         * modules/ceilf-tests: Likewise.
4770         * modules/ceill-tests: Likewise.
4771         * modules/crypto/des-tests: Likewise.
4772         * modules/crypto/gc-arcfour-tests: Likewise.
4773         * modules/crypto/gc-arctwo-tests: Likewise.
4774         * modules/crypto/gc-des-tests: Likewise.
4775         * modules/crypto/gc-hmac-md5-tests: Likewise.
4776         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4777         * modules/crypto/gc-md2-tests: Likewise.
4778         * modules/crypto/gc-md4-tests: Likewise.
4779         * modules/crypto/gc-md5-tests: Likewise.
4780         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4781         * modules/crypto/gc-rijndael-tests: Likewise.
4782         * modules/crypto/gc-sha1-tests: Likewise.
4783         * modules/crypto/gc-tests: Likewise.
4784         * modules/crypto/md2-tests: Likewise.
4785         * modules/crypto/md4-tests: Likewise.
4786         * modules/fcntl-h-tests: Likewise.
4787         * modules/floorf-tests: Likewise.
4788         * modules/floorl-tests: Likewise.
4789         * modules/frexp-nolibm-tests: Likewise.
4790         * modules/frexp-tests: Likewise.
4791         * modules/frexpl-nolibm-tests: Likewise.
4792         * modules/frexpl-tests: Likewise.
4793         * modules/getaddrinfo-tests: Likewise.
4794         * modules/inttypes-tests: Likewise.
4795         * modules/isfinite-tests: Likewise.
4796         * modules/isinf-tests: Likewise.
4797         * modules/ldexpl-tests: Likewise.
4798         * modules/locale-tests: Likewise.
4799         * modules/math-tests: Likewise.
4800         * modules/netdb-tests: Likewise.
4801         * modules/netinet_in-tests: Likewise.
4802         * modules/printf-frexp-tests: Likewise.
4803         * modules/printf-frexpl-tests: Likewise.
4804         * modules/priv-set-tests: Likewise.
4805         * modules/random_r-tests: Likewise.
4806         * modules/round-tests: Likewise.
4807         * modules/roundf-tests: Likewise.
4808         * modules/roundl-tests: Likewise.
4809         * modules/search-tests: Likewise.
4810         * modules/select-tests: Likewise.
4811         * modules/signal-tests: Likewise.
4812         * modules/stdbool-tests: Likewise.
4813         * modules/stddef-tests: Likewise.
4814         * modules/stdint-tests: Likewise.
4815         * modules/stdio-tests: Likewise.
4816         * modules/stdlib-tests: Likewise.
4817         * modules/string-tests: Likewise.
4818         * modules/strings-tests: Likewise.
4819         * modules/sys_select-tests: Likewise.
4820         * modules/sys_socket-tests: Likewise.
4821         * modules/sys_stat-tests: Likewise.
4822         * modules/sys_time-tests: Likewise.
4823         * modules/sys_utsname-tests: Likewise.
4824         * modules/sysexits-tests: Likewise.
4825         * modules/time-tests: Likewise.
4826         * modules/trunc-tests: Likewise.
4827         * modules/truncf-tests: Likewise.
4828         * modules/truncl-tests: Likewise.
4829         * modules/tsearch-tests: Likewise.
4830         * modules/unistd-tests: Likewise.
4831         * modules/wchar-tests: Likewise.
4832         * modules/wctype-tests: Likewise.
4833
4834         tests: fix license on several tests
4835         * tests/test-des.c: Update to GPLv3+.
4836         * tests/test-flock.c: Likewise.
4837         * tests/test-fsync.c: Likewise.
4838         * tests/test-futimens.h: Likewise.
4839         * tests/test-gc-arcfour.c: Likewise.
4840         * tests/test-gc-arctwo.c: Likewise.
4841         * tests/test-gc-des.c: Likewise.
4842         * tests/test-gc-hmac-md5.c: Likewise.
4843         * tests/test-gc-hmac-sha1.c: Likewise.
4844         * tests/test-gc-md2.c: Likewise.
4845         * tests/test-gc-md4.c: Likewise.
4846         * tests/test-gc-md5.c: Likewise.
4847         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4848         * tests/test-gc-rijndael.c: Likewise.
4849         * tests/test-gc-sha1.c: Likewise.
4850         * tests/test-gc.c: Likewise.
4851         * tests/test-getcwd.c: Likewise.
4852         * tests/test-link.c: Likewise.
4853         * tests/test-link.h: Likewise.
4854         * tests/test-lutimens.h: Likewise.
4855         * tests/test-md2.c: Likewise.
4856         * tests/test-md4.c: Likewise.
4857         * tests/test-mkdir.h: Likewise.
4858         * tests/test-rename.c: Likewise.
4859         * tests/test-rename.h: Likewise.
4860         * tests/test-safe-alloc.c: Likewise.
4861         * tests/test-utimens-common.h: Likewise.
4862         * tests/test-utimens.h: Likewise.
4863
4864         maint: sync license texts
4865         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4866         * doc/gpl-3.0.texi: Revert copyright year update.
4867         * doc/lgpl-3.0.texi: Likewise.
4868
4869 2009-12-29  Jim Meyering  <meyering@redhat.com>
4870
4871         update nearly all FSF copyright year lists to include 2009
4872         The files named by the following are exempted:
4873             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4874               test -f "$dst" && { echo "$dst"; continue; }
4875               test -d "$dst" || continue
4876               echo "$dst"/$(basename "$src")
4877             done > exempt
4878             git ls-files tests/unictype >> exempt
4879         In the remaining files, convert to all-interval notation if
4880         - there is already at least one year interval like 2000-2003
4881         - the file is maintained by me
4882         - the file is in lib/uni*/, where that style already prevails
4883         Otherwise, use update-copyright's default.
4884
4885 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4886         and Eric Blake  <ebb9@byu.net>
4887
4888         tests: don't require debug system() to pass
4889         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4890         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4891         * tests/test-unlink.h (test_unlink_func): Likewise.
4892         * tests/test-fstatat.c (main): ...into callers.
4893         * tests/test-lstat.c (main): Likewise.
4894         * tests/test-rmdir.c (main): Likewise.
4895         * tests/test-unlink.c (main): Likewise.
4896         * tests/test-unlinkat.c (main): Likewise.
4897         * tests/test-areadlink-with-size.c (main): Don't require a
4898         debug-only system call to pass, aiding cross-testing to mingw.
4899         * tests/test-areadlink.c (main): Likewise.
4900         * tests/test-areadlinkat-with-size.c (main): Likewise.
4901         * tests/test-areadlinkat.c (main): Likewise.
4902         * tests/test-canonicalize-lgpl.c (main): Likewise.
4903         * tests/test-canonicalize.c (main): Likewise.
4904         * tests/test-chown.c (main): Likewise.
4905         * tests/test-fchownat.c (main): Likewise.
4906         * tests/test-lchown.c (main): Likewise.
4907         * tests/test-fdutimensat.c (main): Likewise.
4908         * tests/test-futimens.c (main): Likewise.
4909         * tests/test-link.c (main): Likewise.
4910         * tests/test-linkat.c (main): Likewise.
4911         * tests/test-mkdir.c (main): Likewise.
4912         * tests/test-mkdirat.c (main): Likewise.
4913         * tests/test-mkfifo.c (main): Likewise.
4914         * tests/test-mkfifoat.c (main): Likewise.
4915         * tests/test-mknod.c (main): Likewise.
4916         * tests/test-readlink.c (main): Likewise.
4917         * tests/test-remove.c (main): Likewise.
4918         * tests/test-rename.c (main): Likewise.
4919         * tests/test-renameat.c (main): Likewise.
4920         * tests/test-symlink.c (main): Likewise.
4921         * tests/test-symlinkat.c (main): Likewise.
4922         * tests/test-utimens.c (main): Likewise.
4923         * tests/test-utimensat.c (main): Likewise.
4924
4925 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4926
4927         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4928         on $(UNUSED_PARAMETER_H) to avoid build failure.
4929
4930 2009-12-28  Jim Meyering  <meyering@redhat.com>
4931
4932         update-copyright: you may specify a max. line length other than 72
4933         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4934
4935         maint: use consistent FSF copyright line syntax
4936         * lib/posixtm.c: Add missing comma in FSF copyright line.
4937         * lib/posixtm.h: Likewise.
4938         * lib/getugroups.c: Add missing ", Inc.".
4939
4940         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4941         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4942         FSF copyright line.  Remove trailing blanks.
4943
4944 2009-12-28  Eric Blake  <ebb9@byu.net>
4945
4946         test-dup2: reduce dependencies
4947         * modules/cloexec (Configure.ac): Set witness.
4948         * modules/dup2-tests (Depends-on): Drop cloexec.
4949         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4950         not present.
4951         Suggested by Bruno Haible.
4952
4953 2009-12-26  Bruno Haible  <bruno@clisp.org>
4954
4955         Remove an unneeded dependency.
4956         * modules/fseterr (Depends-on): Remove dup2.
4957
4958 2009-12-26  Eric Blake  <ebb9@byu.net>
4959
4960         tests: use macros.h in more places
4961         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4962         (ASSERT_STREAM): Provide default of stderr.
4963         * tests/test-dirent-safer.c: Include macros.h, using alternate
4964         stream for assertions.
4965         * tests/test-dup-safer.c: Likewise.
4966         * tests/test-freopen-safer.c: Likewise.
4967         * tests/test-getopt.c: Likewise.
4968         * tests/test-openat-safer.c: Likewise.
4969         * tests/test-pipe.c: Likewise.
4970         * tests/test-popen-safer.c: Likewise.
4971         * modules/dirent-safer-tests (Files): Include macros.h.
4972         * modules/unistd-safer-tests (Files): Likewise.
4973         * modules/freopen-safer-tests (Files): Likewise.
4974         * modules/getopt-posix-tests (Files): Likewise.
4975         * modules/openat-safer-tests (Files): Likewise.
4976         * modules/pipe-tests (Files): Likewise.
4977
4978 2009-12-26  Bruno Haible  <bruno@clisp.org>
4979
4980         javacomp: Portability fix.
4981         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4982         that it also works on Solaris.
4983
4984 2009-12-26  Bruno Haible  <bruno@clisp.org>
4985
4986         localename: Fix storage allocation of gl_locale_name_thread's result.
4987         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4988         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4989         all platforms that have 'uselocale'.
4990         (gl_locale_name_thread_unsafe): New function, extracted from
4991         gl_locale_name_thread.
4992         (gl_locale_name_thread): Call struniq on all platforms that have
4993         'uselocale'.
4994         * tests/test-localename.c (test_locale_name_thread): Check that the
4995         resulting strings are permanently allocated.
4996         * modules/localename-tests (Depends-on): Add strdup.
4997
4998 2009-12-26  Bruno Haible  <bruno@clisp.org>
4999
5000         * tests/test-localename.c (categories): Fill in the strings.
5001
5002 2009-12-26  Jim Meyering  <meyering@redhat.com>
5003
5004         isdir: complete the removal of m4/isdir.m4
5005         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5006
5007         isdir: clean up, since at least grep still uses it
5008         * lib/isdir.c: Include "isdir.h".
5009         (S_ISDIR): Remove now-unneeded definition.
5010         * modules/isdir (Files): Add lib/isdir.h.
5011         * lib/isdir.h: New file, with declaration.
5012         * m4/isdir.m4: Remove file -- unneeded.
5013
5014 2009-12-25  Bruno Haible  <bruno@clisp.org>
5015
5016         selinux-h: Make generated .h files standalone.
5017         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5018         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5019         * lib/se-selinux.in.h: Likewise.
5020         * modules/selinux-h (Depends-on): Add unused-parameter.
5021         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5022         selinux/selinux.h and selinux/context.h.
5023         Suggested by Eric Blake.
5024
5025 2009-12-25  Bruno Haible  <bruno@clisp.org>
5026
5027         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5028         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5029         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5030         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5031         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5032
5033 2009-12-24  Bruno Haible  <bruno@clisp.org>
5034
5035         openat: Fix warning.
5036         * lib/openat-proc.c: Include <unistd.h>.
5037
5038 2009-12-24  Bruno Haible  <bruno@clisp.org>
5039
5040         New module 'unused-parameter'.
5041         * build-aux/unused-parameter.h: New file, extracted from earlier
5042         gnulib-common.m4.
5043         * modules/unused-parameter: New file.
5044         * lib/unistr.h: Include unused-parameter.h.
5045         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5046         _GL_UNUSED.
5047         * modules/unistr/base (Depends-on): Add unused-parameter.
5048
5049 2009-12-24  Bruno Haible  <bruno@clisp.org>
5050
5051         Add missing dependencies to 'extensions' module.
5052         * m4/extensions.m4: Add comment.
5053         * modules/accept4 (Depends-on): Add extensions.
5054         * modules/dup3 (Depends-on): Likewise.
5055         * modules/fcntl (Depends-on): Likewise.
5056         * modules/futimens (Depends-on): Likewise.
5057         * modules/mknod (Depends-on): Likewise.
5058         * modules/pipe2 (Depends-on): Likewise.
5059         * modules/stat-time (Depends-on): Likewise.
5060         * modules/strcasestr-simple (Depends-on): Likewise.
5061         * modules/strsignal (Depends-on): Likewise.
5062         * modules/utimensat (Depends-on): Likewise.
5063         * modules/localcharset (Depends-on): Likewise. Needed because of
5064         gl_FCNTL_O_FLAGS.
5065         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5066         AC_TYPE_MBSTATE_T.
5067         * modules/wcsnrtombs (Depends-on): Likewise.
5068         * modules/wcsrtombs (Depends-on): Likewise.
5069
5070 2009-12-24  Bruno Haible  <bruno@clisp.org>
5071
5072         binary-io: Avoid gcc warning due to SET_BINARY.
5073         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5074         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5075
5076 2009-12-24  Bruno Haible  <bruno@clisp.org>
5077
5078         Avoid future namespace pollution on glibc systems.
5079         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5080         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5081         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5082         glibc systems.
5083
5084 2009-12-24  Bruno Haible  <bruno@clisp.org>
5085
5086         Refactor common macros used in tests.
5087         * tests/macros.h: New file.
5088         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5089         and/or <stdlib.h>, if appropriate.
5090         (ASSERT, SIZEOF): Remove macros.
5091         * tests/test-areadlink-with-size.c: Likewise.
5092         * tests/test-areadlinkat.c: Likewise.
5093         * tests/test-areadlinkat-with-size.c: Likewise.
5094         * tests/test-argmatch.c: Likewise.
5095         * tests/test-argv-iter.c: Likewise.
5096         * tests/test-array-mergesort.c: Likewise.
5097         * tests/test-array_list.c: Likewise.
5098         * tests/test-array_oset.c: Likewise.
5099         * tests/test-avltree_list.c: Likewise.
5100         * tests/test-avltree_oset.c: Likewise.
5101         * tests/test-avltreehash_list.c: Likewise.
5102         * tests/test-base64.c: Likewise.
5103         * tests/test-binary-io.c: Likewise.
5104         * tests/test-bitrotate.c: Likewise.
5105         * tests/test-btowc.c: Likewise.
5106         * tests/test-byteswap.c: Likewise.
5107         * tests/test-c-ctype.c: Likewise.
5108         * tests/test-c-stack.c: Likewise.
5109         * tests/test-c-strcasecmp.c: Likewise.
5110         * tests/test-c-strcasestr.c: Likewise.
5111         * tests/test-c-strncasecmp.c: Likewise.
5112         * tests/test-c-strstr.c: Likewise.
5113         * tests/test-canonicalize-lgpl.c: Likewise.
5114         * tests/test-canonicalize.c: Likewise.
5115         * tests/test-carray_list.c: Likewise.
5116         * tests/test-ceilf1.c: Likewise.
5117         * tests/test-ceilf2.c: Likewise.
5118         * tests/test-ceill.c: Likewise.
5119         * tests/test-chown.c: Likewise.
5120         * tests/test-cloexec.c: Likewise.
5121         * tests/test-copy-acl.c: Likewise.
5122         * tests/test-copy-file.c: Likewise.
5123         * tests/test-count-one-bits.c: Likewise.
5124         * tests/test-dprintf-posix.c: Likewise.
5125         * tests/test-dup2.c: Likewise.
5126         * tests/test-dup3.c: Likewise.
5127         * tests/test-duplocale.c: Likewise.
5128         * tests/test-fbufmode.c: Likewise.
5129         * tests/test-fchdir.c: Likewise.
5130         * tests/test-fchownat.c: Likewise.
5131         * tests/test-fcntl-safer.c: Likewise.
5132         * tests/test-fcntl.c: Likewise.
5133         * tests/test-fdopendir.c: Likewise.
5134         * tests/test-fdutimensat.c: Likewise.
5135         * tests/test-fflush2.c: Likewise.
5136         * tests/test-file-has-acl.c: Likewise.
5137         * tests/test-filevercmp.c: Likewise.
5138         * tests/test-flock.c: Likewise.
5139         * tests/test-floorf1.c: Likewise.
5140         * tests/test-floorf2.c: Likewise.
5141         * tests/test-floorl.c: Likewise.
5142         * tests/test-fnmatch.c: Likewise.
5143         * tests/test-fopen.h: Likewise.
5144         * tests/test-fpending.c: Likewise.
5145         * tests/test-fprintf-posix.c: Likewise.
5146         * tests/test-fpurge.c: Likewise.
5147         * tests/test-freadable.c: Likewise.
5148         * tests/test-freadahead.c: Likewise.
5149         * tests/test-freading.c: Likewise.
5150         * tests/test-freadptr.c: Likewise.
5151         * tests/test-freadptr2.c: Likewise.
5152         * tests/test-freadseek.c: Likewise.
5153         * tests/test-freopen.c: Likewise.
5154         * tests/test-frexp.c: Likewise.
5155         * tests/test-frexpl.c: Likewise.
5156         * tests/test-fseek.c: Likewise.
5157         * tests/test-fseeko.c: Likewise.
5158         * tests/test-fstatat.c: Likewise.
5159         * tests/test-fstrcmp.c: Likewise.
5160         * tests/test-fsync.c: Likewise.
5161         * tests/test-ftell.c: Likewise.
5162         * tests/test-ftello.c: Likewise.
5163         * tests/test-func.c: Likewise.
5164         * tests/test-futimens.c: Likewise.
5165         * tests/test-fwritable.c: Likewise.
5166         * tests/test-fwriting.c: Likewise.
5167         * tests/test-getcwd.c: Likewise.
5168         * tests/test-getdate.c: Likewise.
5169         * tests/test-getdelim.c: Likewise.
5170         * tests/test-getdtablesize.c: Likewise.
5171         * tests/test-getgroups.c: Likewise.
5172         * tests/test-getline.c: Likewise.
5173         * tests/test-getndelim2.c: Likewise.
5174         * tests/test-glob.c: Likewise.
5175         * tests/test-hash.c: Likewise.
5176         * tests/test-i-ring.c: Likewise.
5177         * tests/test-iconv-utf.c: Likewise.
5178         * tests/test-iconv.c: Likewise.
5179         * tests/test-idpriv-drop.c: Likewise.
5180         * tests/test-idpriv-droptemp.c: Likewise.
5181         * tests/test-inet_ntop.c: Likewise.
5182         * tests/test-inet_pton.c: Likewise.
5183         * tests/test-isblank.c: Likewise.
5184         * tests/test-isfinite.c: Likewise.
5185         * tests/test-isinf.c: Likewise.
5186         * tests/test-isnan.c: Likewise.
5187         * tests/test-isnand.h: Likewise.
5188         * tests/test-isnanf.h: Likewise.
5189         * tests/test-isnanl.h: Likewise.
5190         * tests/test-lchown.c: Likewise.
5191         * tests/test-ldexpl.c: Likewise.
5192         * tests/test-link.c: Likewise.
5193         * tests/test-linkat.c: Likewise.
5194         * tests/test-linked_list.c: Likewise.
5195         * tests/test-linkedhash_list.c: Likewise.
5196         * tests/test-localename.c: Likewise.
5197         * tests/test-lseek.c: Likewise.
5198         * tests/test-lstat.c: Likewise.
5199         * tests/test-mbmemcasecmp.c: Likewise.
5200         * tests/test-mbmemcasecoll.c: Likewise.
5201         * tests/test-mbrtowc.c: Likewise.
5202         * tests/test-mbscasecmp.c: Likewise.
5203         * tests/test-mbscasestr1.c: Likewise.
5204         * tests/test-mbscasestr2.c: Likewise.
5205         * tests/test-mbscasestr3.c: Likewise.
5206         * tests/test-mbscasestr4.c: Likewise.
5207         * tests/test-mbschr.c: Likewise.
5208         * tests/test-mbscspn.c: Likewise.
5209         * tests/test-mbsinit.c: Likewise.
5210         * tests/test-mbsncasecmp.c: Likewise.
5211         * tests/test-mbsnrtowcs.c: Likewise.
5212         * tests/test-mbspbrk.c: Likewise.
5213         * tests/test-mbspcasecmp.c: Likewise.
5214         * tests/test-mbsrchr.c: Likewise.
5215         * tests/test-mbsrtowcs.c: Likewise.
5216         * tests/test-mbsspn.c: Likewise.
5217         * tests/test-mbsstr1.c: Likewise.
5218         * tests/test-mbsstr2.c: Likewise.
5219         * tests/test-mbsstr3.c: Likewise.
5220         * tests/test-memchr.c: Likewise.
5221         * tests/test-memchr2.c: Likewise.
5222         * tests/test-memcmp.c: Likewise.
5223         * tests/test-memmem.c: Likewise.
5224         * tests/test-memrchr.c: Likewise.
5225         * tests/test-mkdir.c: Likewise.
5226         * tests/test-mkdirat.c: Likewise.
5227         * tests/test-mkfifo.c: Likewise.
5228         * tests/test-mkfifoat.c: Likewise.
5229         * tests/test-mknod.c: Likewise.
5230         * tests/test-nanosleep.c: Likewise.
5231         * tests/test-nl_langinfo.c: Likewise.
5232         * tests/test-obstack-printf.c: Likewise.
5233         * tests/test-open.c: Likewise.
5234         * tests/test-openat.c: Likewise.
5235         * tests/test-pipe-filter-gi1.c: Likewise.
5236         * tests/test-pipe-filter-gi2-main.c: Likewise.
5237         * tests/test-pipe-filter-ii1.c: Likewise.
5238         * tests/test-pipe-filter-ii2-main.c: Likewise.
5239         * tests/test-pipe2.c: Likewise.
5240         * tests/test-popen.h: Likewise.
5241         * tests/test-posixtm.c: Likewise.
5242         * tests/test-pread.c: Likewise.
5243         * tests/test-printf-frexp.c: Likewise.
5244         * tests/test-printf-frexpl.c: Likewise.
5245         * tests/test-printf-posix.c: Likewise.
5246         * tests/test-priv-set.c: Likewise.
5247         * tests/test-quotearg.c: Likewise.
5248         * tests/test-random_r.c: Likewise.
5249         * tests/test-rawmemchr.c: Likewise.
5250         * tests/test-rbtree_list.c: Likewise.
5251         * tests/test-rbtree_oset.c: Likewise.
5252         * tests/test-rbtreehash_list.c: Likewise.
5253         * tests/test-readlink.c: Likewise.
5254         * tests/test-remove.c: Likewise.
5255         * tests/test-rename.c: Likewise.
5256         * tests/test-renameat.c: Likewise.
5257         * tests/test-rmdir.c: Likewise.
5258         * tests/test-round1.c: Likewise.
5259         * tests/test-roundf1.c: Likewise.
5260         * tests/test-roundl.c: Likewise.
5261         * tests/test-safe-alloc.c: Likewise.
5262         * tests/test-sameacls.c: Likewise.
5263         * tests/test-set-mode-acl.c: Likewise.
5264         * tests/test-setenv.c: Likewise.
5265         * tests/test-sigaction.c: Likewise.
5266         * tests/test-signbit.c: Likewise.
5267         * tests/test-sleep.c: Likewise.
5268         * tests/test-snprintf-posix.c: Likewise.
5269         * tests/test-snprintf.c: Likewise.
5270         * tests/test-sprintf-posix.c: Likewise.
5271         * tests/test-stat-time.c: Likewise.
5272         * tests/test-stat.c: Likewise.
5273         * tests/test-strcasestr.c: Likewise.
5274         * tests/test-strchrnul.c: Likewise.
5275         * tests/test-strerror.c: Likewise.
5276         * tests/test-striconv.c: Likewise.
5277         * tests/test-striconveh.c: Likewise.
5278         * tests/test-striconveha.c: Likewise.
5279         * tests/test-strsignal.c: Likewise.
5280         * tests/test-strstr.c: Likewise.
5281         * tests/test-strtod.c: Likewise.
5282         * tests/test-strverscmp.c: Likewise.
5283         * tests/test-symlink.c: Likewise.
5284         * tests/test-symlinkat.c: Likewise.
5285         * tests/test-trunc1.c: Likewise.
5286         * tests/test-trunc2.c: Likewise.
5287         * tests/test-truncf1.c: Likewise.
5288         * tests/test-truncf2.c: Likewise.
5289         * tests/test-truncl.c: Likewise.
5290         * tests/test-uname.c: Likewise.
5291         * tests/test-unlink.c: Likewise.
5292         * tests/test-unlinkat.c: Likewise.
5293         * tests/test-unsetenv.c: Likewise.
5294         * tests/test-usleep.c: Likewise.
5295         * tests/test-utimens.c: Likewise.
5296         * tests/test-utimensat.c: Likewise.
5297         * tests/test-vasnprintf-posix.c: Likewise.
5298         * tests/test-vasnprintf-posix2.c: Likewise.
5299         * tests/test-vasnprintf.c: Likewise.
5300         * tests/test-vasprintf-posix.c: Likewise.
5301         * tests/test-vasprintf.c: Likewise.
5302         * tests/test-vdprintf-posix.c: Likewise.
5303         * tests/test-vfprintf-posix.c: Likewise.
5304         * tests/test-vprintf-posix.c: Likewise.
5305         * tests/test-vsnprintf-posix.c: Likewise.
5306         * tests/test-vsnprintf.c: Likewise.
5307         * tests/test-vsprintf-posix.c: Likewise.
5308         * tests/test-wcrtomb.c: Likewise.
5309         * tests/test-wcsnrtombs.c: Likewise.
5310         * tests/test-wcsrtombs.c: Likewise.
5311         * tests/test-wctype.c: Likewise.
5312         * tests/test-wcwidth.c: Likewise.
5313         * tests/test-xfprintf-posix.c: Likewise.
5314         * tests/test-xmemdup0.c: Likewise.
5315         * tests/test-xprintf-posix.c: Likewise.
5316         * tests/test-xvasprintf.c: Likewise.
5317         * tests/unicase/test-locale-language.c: Likewise.
5318         * tests/unicase/test-mapping-part1.h: Likewise.
5319         * tests/unicase/test-predicate-part1.h: Likewise.
5320         * tests/unicase/test-u8-casecmp.c: Likewise.
5321         * tests/unicase/test-u8-casecoll.c: Likewise.
5322         * tests/unicase/test-u8-casefold.c: Likewise.
5323         * tests/unicase/test-u8-is-cased.c: Likewise.
5324         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5325         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5326         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5327         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5328         * tests/unicase/test-u8-tolower.c: Likewise.
5329         * tests/unicase/test-u8-totitle.c: Likewise.
5330         * tests/unicase/test-u8-toupper.c: Likewise.
5331         * tests/unicase/test-u16-casecmp.c: Likewise.
5332         * tests/unicase/test-u16-casecoll.c: Likewise.
5333         * tests/unicase/test-u16-casefold.c: Likewise.
5334         * tests/unicase/test-u16-is-cased.c: Likewise.
5335         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5336         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5337         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5338         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5339         * tests/unicase/test-u16-tolower.c: Likewise.
5340         * tests/unicase/test-u16-totitle.c: Likewise.
5341         * tests/unicase/test-u16-toupper.c: Likewise.
5342         * tests/unicase/test-u32-casecmp.c: Likewise.
5343         * tests/unicase/test-u32-casecoll.c: Likewise.
5344         * tests/unicase/test-u32-casefold.c: Likewise.
5345         * tests/unicase/test-u32-is-cased.c: Likewise.
5346         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5347         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5348         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5349         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5350         * tests/unicase/test-u32-tolower.c: Likewise.
5351         * tests/unicase/test-u32-totitle.c: Likewise.
5352         * tests/unicase/test-u32-toupper.c: Likewise.
5353         * tests/unicase/test-ulc-casecmp.c: Likewise.
5354         * tests/unicase/test-ulc-casecoll.c: Likewise.
5355         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5356         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5357         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5358         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5359         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5360         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5361         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5362         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5363         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5364         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5365         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5366         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5367         * tests/unictype/test-bidi_byname.c: Likewise.
5368         * tests/unictype/test-bidi_name.c: Likewise.
5369         * tests/unictype/test-bidi_of.c: Likewise.
5370         * tests/unictype/test-bidi_test.c: Likewise.
5371         * tests/unictype/test-block_list.c: Likewise.
5372         * tests/unictype/test-block_of.c: Likewise.
5373         * tests/unictype/test-block_test.c: Likewise.
5374         * tests/unictype/test-categ_and.c: Likewise.
5375         * tests/unictype/test-categ_and_not.c: Likewise.
5376         * tests/unictype/test-categ_byname.c: Likewise.
5377         * tests/unictype/test-categ_name.c: Likewise.
5378         * tests/unictype/test-categ_none.c: Likewise.
5379         * tests/unictype/test-categ_of.c: Likewise.
5380         * tests/unictype/test-categ_or.c: Likewise.
5381         * tests/unictype/test-categ_test_withtable.c: Likewise.
5382         * tests/unictype/test-combining.c: Likewise.
5383         * tests/unictype/test-decdigit.c: Likewise.
5384         * tests/unictype/test-digit.c: Likewise.
5385         * tests/unictype/test-mirror.c: Likewise.
5386         * tests/unictype/test-numeric.c: Likewise.
5387         * tests/unictype/test-pr_byname.c: Likewise.
5388         * tests/unictype/test-pr_test.c: Likewise.
5389         * tests/unictype/test-predicate-part1.h: Likewise.
5390         * tests/unictype/test-scripts.c: Likewise.
5391         * tests/unictype/test-sy_c_ident.c: Likewise.
5392         * tests/unictype/test-sy_java_ident.c: Likewise.
5393         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5394         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5395         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5396         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5397         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5398         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5399         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5400         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5401         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5402         * tests/uninorm/test-compat-decomposition.c: Likewise.
5403         * tests/uninorm/test-composition.c: Likewise.
5404         * tests/uninorm/test-decomposing-form.c: Likewise.
5405         * tests/uninorm/test-decomposition.c: Likewise.
5406         * tests/uninorm/test-u8-nfc.c: Likewise.
5407         * tests/uninorm/test-u8-nfd.c: Likewise.
5408         * tests/uninorm/test-u8-nfkc.c: Likewise.
5409         * tests/uninorm/test-u8-nfkd.c: Likewise.
5410         * tests/uninorm/test-u8-normcmp.c: Likewise.
5411         * tests/uninorm/test-u8-normcoll.c: Likewise.
5412         * tests/uninorm/test-u16-nfc.c: Likewise.
5413         * tests/uninorm/test-u16-nfd.c: Likewise.
5414         * tests/uninorm/test-u16-nfkc.c: Likewise.
5415         * tests/uninorm/test-u16-nfkd.c: Likewise.
5416         * tests/uninorm/test-u16-normcmp.c: Likewise.
5417         * tests/uninorm/test-u16-normcoll.c: Likewise.
5418         * tests/uninorm/test-u32-nfc.c: Likewise.
5419         * tests/uninorm/test-u32-nfd.c: Likewise.
5420         * tests/uninorm/test-u32-nfkc.c: Likewise.
5421         * tests/uninorm/test-u32-nfkd.c: Likewise.
5422         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5423         * tests/uninorm/test-u32-normcmp.c: Likewise.
5424         * tests/uninorm/test-u32-normcoll.c: Likewise.
5425         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5426         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5427         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5428         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5429         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5430         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5431         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5432         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5433         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5434         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5435         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5436         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5437         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5438         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5439         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5440         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5441         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5442         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5443         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5444         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5445         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5446         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5447         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5448         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5449         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5450         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5451         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5452         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5453         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5454         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5455         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5456         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5457         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5458         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5459         * tests/uniwidth/test-u8-width.c: Likewise.
5460         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5461         * tests/uniwidth/test-u16-width.c: Likewise.
5462         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5463         * tests/uniwidth/test-u32-width.c: Likewise.
5464         * tests/uniwidth/test-uc_width.c: Likewise.
5465         * tests/uniwidth/test-uc_width2.c: Likewise.
5466         * modules/acl-tests (Files): Add tests/macros.h.
5467         * modules/areadlink-tests (Files): Likewise.
5468         * modules/areadlink-with-size-tests (Files): Likewise.
5469         * modules/areadlinkat-tests (Files): Likewise.
5470         * modules/areadlinkat-with-size-tests (Files): Likewise.
5471         * modules/argmatch-tests (Files): Likewise.
5472         * modules/argv-iter-tests (Files): Likewise.
5473         * modules/array-list-tests (Files): Likewise.
5474         * modules/array-mergesort-tests (Files): Likewise.
5475         * modules/array-oset-tests (Files): Likewise.
5476         * modules/avltree-list-tests (Files): Likewise.
5477         * modules/avltree-oset-tests (Files): Likewise.
5478         * modules/avltreehash-list-tests (Files): Likewise.
5479         * modules/base64-tests (Files): Likewise.
5480         * modules/binary-io-tests (Files): Likewise.
5481         * modules/bitrotate-tests (Files): Likewise.
5482         * modules/btowc-tests (Files): Likewise.
5483         * modules/byteswap-tests (Files): Likewise.
5484         * modules/c-ctype-tests (Files): Likewise.
5485         * modules/c-stack-tests (Files): Likewise.
5486         * modules/c-strcase-tests (Files): Likewise.
5487         * modules/c-strcasestr-tests (Files): Likewise.
5488         * modules/c-strstr-tests (Files): Likewise.
5489         * modules/canonicalize-lgpl-tests (Files): Likewise.
5490         * modules/canonicalize-tests (Files): Likewise.
5491         * modules/carray-list-tests (Files): Likewise.
5492         * modules/ceilf-tests (Files): Likewise.
5493         * modules/ceill-tests (Files): Likewise.
5494         * modules/chown-tests (Files): Likewise.
5495         * modules/cloexec-tests (Files): Likewise.
5496         * modules/copy-file-tests (Files): Likewise.
5497         * modules/count-one-bits-tests (Files): Likewise.
5498         * modules/dprintf-posix-tests (Files): Likewise.
5499         * modules/dup2-tests (Files): Likewise.
5500         * modules/dup3-tests (Files): Likewise.
5501         * modules/duplocale-tests (Files): Likewise.
5502         * modules/fbufmode-tests (Files): Likewise.
5503         * modules/fchdir-tests (Files): Likewise.
5504         * modules/fcntl-safer-tests (Files): Likewise.
5505         * modules/fcntl-tests (Files): Likewise.
5506         * modules/fdopendir-tests (Files): Likewise.
5507         * modules/fdutimensat-tests (Files): Likewise.
5508         * modules/fflush-tests (Files): Likewise.
5509         * modules/filevercmp-tests (Files): Likewise.
5510         * modules/flock-tests (Files): Likewise.
5511         * modules/floorf-tests (Files): Likewise.
5512         * modules/floorl-tests (Files): Likewise.
5513         * modules/fnmatch-tests (Files): Likewise.
5514         * modules/fopen-safer-tests (Files): Likewise.
5515         * modules/fopen-tests (Files): Likewise.
5516         * modules/fpending-tests (Files): Likewise.
5517         * modules/fprintf-posix-tests (Files): Likewise.
5518         * modules/fpurge-tests (Files): Likewise.
5519         * modules/freadable-tests (Files): Likewise.
5520         * modules/freadahead-tests (Files): Likewise.
5521         * modules/freading-tests (Files): Likewise.
5522         * modules/freadptr-tests (Files): Likewise.
5523         * modules/freadseek-tests (Files): Likewise.
5524         * modules/freopen-tests (Files): Likewise.
5525         * modules/frexp-nolibm-tests (Files): Likewise.
5526         * modules/frexp-tests (Files): Likewise.
5527         * modules/frexpl-nolibm-tests (Files): Likewise.
5528         * modules/frexpl-tests (Files): Likewise.
5529         * modules/fseek-tests (Files): Likewise.
5530         * modules/fseeko-tests (Files): Likewise.
5531         * modules/fstrcmp-tests (Files): Likewise.
5532         * modules/fsync-tests (Files): Likewise.
5533         * modules/ftell-tests (Files): Likewise.
5534         * modules/ftello-tests (Files): Likewise.
5535         * modules/func-tests (Files): Likewise.
5536         * modules/futimens-tests (Files): Likewise.
5537         * modules/fwritable-tests (Files): Likewise.
5538         * modules/fwriting-tests (Files): Likewise.
5539         * modules/getcwd-tests (Files): Likewise.
5540         * modules/getdate-tests (Files): Likewise.
5541         * modules/getdelim-tests (Files): Likewise.
5542         * modules/getdtablesize-tests (Files): Likewise.
5543         * modules/getgroups-tests (Files): Likewise.
5544         * modules/getline-tests (Files): Likewise.
5545         * modules/getndelim2-tests (Files): Likewise.
5546         * modules/glob-tests (Files): Likewise.
5547         * modules/hash-tests (Files): Likewise.
5548         * modules/i-ring-tests (Files): Likewise.
5549         * modules/iconv-tests (Files): Likewise.
5550         * modules/iconv_open-utf-tests (Files): Likewise.
5551         * modules/idpriv-drop-tests (Files): Likewise.
5552         * modules/idpriv-droptemp-tests (Files): Likewise.
5553         * modules/inet_ntop-tests (Files): Likewise.
5554         * modules/inet_pton-tests (Files): Likewise.
5555         * modules/isblank-tests (Files): Likewise.
5556         * modules/isfinite-tests (Files): Likewise.
5557         * modules/isinf-tests (Files): Likewise.
5558         * modules/isnan-tests (Files): Likewise.
5559         * modules/isnand-nolibm-tests (Files): Likewise.
5560         * modules/isnand-tests (Files): Likewise.
5561         * modules/isnanf-nolibm-tests (Files): Likewise.
5562         * modules/isnanf-tests (Files): Likewise.
5563         * modules/isnanl-nolibm-tests (Files): Likewise.
5564         * modules/isnanl-tests (Files): Likewise.
5565         * modules/lchown-tests (Files): Likewise.
5566         * modules/ldexpl-tests (Files): Likewise.
5567         * modules/link-tests (Files): Likewise.
5568         * modules/linkat-tests (Files): Likewise.
5569         * modules/linked-list-tests (Files): Likewise.
5570         * modules/linkedhash-list-tests (Files): Likewise.
5571         * modules/localename-tests (Files): Likewise.
5572         * modules/lseek-tests (Files): Likewise.
5573         * modules/lstat-tests (Files): Likewise.
5574         * modules/mbmemcasecmp-tests (Files): Likewise.
5575         * modules/mbmemcasecoll-tests (Files): Likewise.
5576         * modules/mbrtowc-tests (Files): Likewise.
5577         * modules/mbscasecmp-tests (Files): Likewise.
5578         * modules/mbscasestr-tests (Files): Likewise.
5579         * modules/mbschr-tests (Files): Likewise.
5580         * modules/mbscspn-tests (Files): Likewise.
5581         * modules/mbsinit-tests (Files): Likewise.
5582         * modules/mbsncasecmp-tests (Files): Likewise.
5583         * modules/mbsnrtowcs-tests (Files): Likewise.
5584         * modules/mbspbrk-tests (Files): Likewise.
5585         * modules/mbspcasecmp-tests (Files): Likewise.
5586         * modules/mbsrchr-tests (Files): Likewise.
5587         * modules/mbsrtowcs-tests (Files): Likewise.
5588         * modules/mbsspn-tests (Files): Likewise.
5589         * modules/mbsstr-tests (Files): Likewise.
5590         * modules/memchr-tests (Files): Likewise.
5591         * modules/memchr2-tests (Files): Likewise.
5592         * modules/memcmp-tests (Files): Likewise.
5593         * modules/memmem-tests (Files): Likewise.
5594         * modules/memrchr-tests (Files): Likewise.
5595         * modules/mkdir-tests (Files): Likewise.
5596         * modules/mkfifo-tests (Files): Likewise.
5597         * modules/mkfifoat-tests (Files): Likewise.
5598         * modules/mknod-tests (Files): Likewise.
5599         * modules/nanosleep-tests (Files): Likewise.
5600         * modules/nl_langinfo-tests (Files): Likewise.
5601         * modules/obstack-printf-tests (Files): Likewise.
5602         * modules/open-tests (Files): Likewise.
5603         * modules/openat-tests (Files): Likewise.
5604         * modules/pipe-filter-gi-tests (Files): Likewise.
5605         * modules/pipe-filter-ii-tests (Files): Likewise.
5606         * modules/pipe2-tests (Files): Likewise.
5607         * modules/popen-safer-tests (Files): Likewise.
5608         * modules/popen-tests (Files): Likewise.
5609         * modules/posixtm-tests (Files): Likewise.
5610         * modules/pread-tests (Files): Likewise.
5611         * modules/printf-frexp-tests (Files): Likewise.
5612         * modules/printf-frexpl-tests (Files): Likewise.
5613         * modules/printf-posix-tests (Files): Likewise.
5614         * modules/priv-set-tests (Files): Likewise.
5615         * modules/quotearg-tests (Files): Likewise.
5616         * modules/random_r-tests (Files): Likewise.
5617         * modules/rawmemchr-tests (Files): Likewise.
5618         * modules/rbtree-list-tests (Files): Likewise.
5619         * modules/rbtree-oset-tests (Files): Likewise.
5620         * modules/rbtreehash-list-tests (Files): Likewise.
5621         * modules/readlink-tests (Files): Likewise.
5622         * modules/remove-tests (Files): Likewise.
5623         * modules/rename-tests (Files): Likewise.
5624         * modules/renameat-tests (Files): Likewise.
5625         * modules/rmdir-tests (Files): Likewise.
5626         * modules/round-tests (Files): Likewise.
5627         * modules/roundf-tests (Files): Likewise.
5628         * modules/roundl-tests (Files): Likewise.
5629         * modules/safe-alloc-tests (Files): Likewise.
5630         * modules/setenv-tests (Files): Likewise.
5631         * modules/sigaction-tests (Files): Likewise.
5632         * modules/signbit-tests (Files): Likewise.
5633         * modules/sleep-tests (Files): Likewise.
5634         * modules/snprintf-posix-tests (Files): Likewise.
5635         * modules/snprintf-tests (Files): Likewise.
5636         * modules/sprintf-posix-tests (Files): Likewise.
5637         * modules/stat-tests (Files): Likewise.
5638         * modules/stat-time-tests (Files): Likewise.
5639         * modules/strcasestr-tests (Files): Likewise.
5640         * modules/strchrnul-tests (Files): Likewise.
5641         * modules/strerror-tests (Files): Likewise.
5642         * modules/striconv-tests (Files): Likewise.
5643         * modules/striconveh-tests (Files): Likewise.
5644         * modules/striconveha-tests (Files): Likewise.
5645         * modules/strsignal-tests (Files): Likewise.
5646         * modules/strstr-tests (Files): Likewise.
5647         * modules/strtod-tests (Files): Likewise.
5648         * modules/strverscmp-tests (Files): Likewise.
5649         * modules/symlink-tests (Files): Likewise.
5650         * modules/symlinkat-tests (Files): Likewise.
5651         * modules/trunc-tests (Files): Likewise.
5652         * modules/truncf-tests (Files): Likewise.
5653         * modules/truncl-tests (Files): Likewise.
5654         * modules/uname-tests (Files): Likewise.
5655         * modules/unicase/cased-tests (Files): Likewise.
5656         * modules/unicase/ignorable-tests (Files): Likewise.
5657         * modules/unicase/locale-language-tests (Files): Likewise.
5658         * modules/unicase/tolower-tests (Files): Likewise.
5659         * modules/unicase/totitle-tests (Files): Likewise.
5660         * modules/unicase/toupper-tests (Files): Likewise.
5661         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5662         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5663         * modules/unicase/u8-casefold-tests (Files): Likewise.
5664         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5665         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5666         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5667         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5668         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5669         * modules/unicase/u8-tolower-tests (Files): Likewise.
5670         * modules/unicase/u8-totitle-tests (Files): Likewise.
5671         * modules/unicase/u8-toupper-tests (Files): Likewise.
5672         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5673         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5674         * modules/unicase/u16-casefold-tests (Files): Likewise.
5675         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5676         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5677         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5678         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5679         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5680         * modules/unicase/u16-tolower-tests (Files): Likewise.
5681         * modules/unicase/u16-totitle-tests (Files): Likewise.
5682         * modules/unicase/u16-toupper-tests (Files): Likewise.
5683         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5684         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5685         * modules/unicase/u32-casefold-tests (Files): Likewise.
5686         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5687         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5688         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5689         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5690         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5691         * modules/unicase/u32-tolower-tests (Files): Likewise.
5692         * modules/unicase/u32-totitle-tests (Files): Likewise.
5693         * modules/unicase/u32-toupper-tests (Files): Likewise.
5694         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5695         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5696         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5697         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5698         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5699         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5700         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5701         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5702         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5703         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5704         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5705         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5706         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5707         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5708         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5709         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5710         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5711         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5712         * modules/unictype/block-list-tests (Files): Likewise.
5713         * modules/unictype/block-of-tests (Files): Likewise.
5714         * modules/unictype/block-test-tests (Files): Likewise.
5715         * modules/unictype/category-C-tests (Files): Likewise.
5716         * modules/unictype/category-Cc-tests (Files): Likewise.
5717         * modules/unictype/category-Cf-tests (Files): Likewise.
5718         * modules/unictype/category-Cn-tests (Files): Likewise.
5719         * modules/unictype/category-Co-tests (Files): Likewise.
5720         * modules/unictype/category-Cs-tests (Files): Likewise.
5721         * modules/unictype/category-L-tests (Files): Likewise.
5722         * modules/unictype/category-Ll-tests (Files): Likewise.
5723         * modules/unictype/category-Lm-tests (Files): Likewise.
5724         * modules/unictype/category-Lo-tests (Files): Likewise.
5725         * modules/unictype/category-Lt-tests (Files): Likewise.
5726         * modules/unictype/category-Lu-tests (Files): Likewise.
5727         * modules/unictype/category-M-tests (Files): Likewise.
5728         * modules/unictype/category-Mc-tests (Files): Likewise.
5729         * modules/unictype/category-Me-tests (Files): Likewise.
5730         * modules/unictype/category-Mn-tests (Files): Likewise.
5731         * modules/unictype/category-N-tests (Files): Likewise.
5732         * modules/unictype/category-Nd-tests (Files): Likewise.
5733         * modules/unictype/category-Nl-tests (Files): Likewise.
5734         * modules/unictype/category-No-tests (Files): Likewise.
5735         * modules/unictype/category-P-tests (Files): Likewise.
5736         * modules/unictype/category-Pc-tests (Files): Likewise.
5737         * modules/unictype/category-Pd-tests (Files): Likewise.
5738         * modules/unictype/category-Pe-tests (Files): Likewise.
5739         * modules/unictype/category-Pf-tests (Files): Likewise.
5740         * modules/unictype/category-Pi-tests (Files): Likewise.
5741         * modules/unictype/category-Po-tests (Files): Likewise.
5742         * modules/unictype/category-Ps-tests (Files): Likewise.
5743         * modules/unictype/category-S-tests (Files): Likewise.
5744         * modules/unictype/category-Sc-tests (Files): Likewise.
5745         * modules/unictype/category-Sk-tests (Files): Likewise.
5746         * modules/unictype/category-Sm-tests (Files): Likewise.
5747         * modules/unictype/category-So-tests (Files): Likewise.
5748         * modules/unictype/category-Z-tests (Files): Likewise.
5749         * modules/unictype/category-Zl-tests (Files): Likewise.
5750         * modules/unictype/category-Zp-tests (Files): Likewise.
5751         * modules/unictype/category-Zs-tests (Files): Likewise.
5752         * modules/unictype/category-and-not-tests (Files): Likewise.
5753         * modules/unictype/category-and-tests (Files): Likewise.
5754         * modules/unictype/category-byname-tests (Files): Likewise.
5755         * modules/unictype/category-name-tests (Files): Likewise.
5756         * modules/unictype/category-none-tests (Files): Likewise.
5757         * modules/unictype/category-of-tests (Files): Likewise.
5758         * modules/unictype/category-or-tests (Files): Likewise.
5759         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5760         * modules/unictype/combining-class-tests (Files): Likewise.
5761         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5762         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5763         * modules/unictype/ctype-blank-tests (Files): Likewise.
5764         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5765         * modules/unictype/ctype-digit-tests (Files): Likewise.
5766         * modules/unictype/ctype-graph-tests (Files): Likewise.
5767         * modules/unictype/ctype-lower-tests (Files): Likewise.
5768         * modules/unictype/ctype-print-tests (Files): Likewise.
5769         * modules/unictype/ctype-punct-tests (Files): Likewise.
5770         * modules/unictype/ctype-space-tests (Files): Likewise.
5771         * modules/unictype/ctype-upper-tests (Files): Likewise.
5772         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5773         * modules/unictype/decimal-digit-tests (Files): Likewise.
5774         * modules/unictype/digit-tests (Files): Likewise.
5775         * modules/unictype/mirror-tests (Files): Likewise.
5776         * modules/unictype/numeric-tests (Files): Likewise.
5777         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5778         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5779         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5780         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5781         Likewise.
5782         * modules/unictype/property-bidi-block-separator-tests (Files):
5783         Likewise.
5784         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5785         Likewise.
5786         * modules/unictype/property-bidi-common-separator-tests (Files):
5787         Likewise.
5788         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5789         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5790         Likewise.
5791         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5792         Likewise.
5793         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5794         Likewise.
5795         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5796         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5797         Likewise.
5798         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5799         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5800         Likewise.
5801         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5802         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5803         * modules/unictype/property-bidi-segment-separator-tests (Files):
5804         Likewise.
5805         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5806         * modules/unictype/property-byname-tests (Files): Likewise.
5807         * modules/unictype/property-combining-tests (Files): Likewise.
5808         * modules/unictype/property-composite-tests (Files): Likewise.
5809         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5810         * modules/unictype/property-dash-tests (Files): Likewise.
5811         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5812         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5813         Likewise.
5814         * modules/unictype/property-deprecated-tests (Files): Likewise.
5815         * modules/unictype/property-diacritic-tests (Files): Likewise.
5816         * modules/unictype/property-extender-tests (Files): Likewise.
5817         * modules/unictype/property-format-control-tests (Files): Likewise.
5818         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5819         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5820         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5821         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5822         * modules/unictype/property-hyphen-tests (Files): Likewise.
5823         * modules/unictype/property-id-continue-tests (Files): Likewise.
5824         * modules/unictype/property-id-start-tests (Files): Likewise.
5825         * modules/unictype/property-ideographic-tests (Files): Likewise.
5826         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5827         * modules/unictype/property-ids-trinary-operator-tests (Files):
5828         Likewise.
5829         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5830         * modules/unictype/property-iso-control-tests (Files): Likewise.
5831         * modules/unictype/property-join-control-tests (Files): Likewise.
5832         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5833         * modules/unictype/property-line-separator-tests (Files): Likewise.
5834         * modules/unictype/property-logical-order-exception-tests (Files):
5835         Likewise.
5836         * modules/unictype/property-lowercase-tests (Files): Likewise.
5837         * modules/unictype/property-math-tests (Files): Likewise.
5838         * modules/unictype/property-non-break-tests (Files): Likewise.
5839         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5840         * modules/unictype/property-numeric-tests (Files): Likewise.
5841         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5842         * modules/unictype/property-other-default-ignorable-code-point-tests
5843         (Files): Likewise.
5844         * modules/unictype/property-other-grapheme-extend-tests (Files):
5845         Likewise.
5846         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5847         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5848         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5849         * modules/unictype/property-other-math-tests (Files): Likewise.
5850         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5851         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5852         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5853         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5854         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5855         * modules/unictype/property-private-use-tests (Files): Likewise.
5856         * modules/unictype/property-punctuation-tests (Files): Likewise.
5857         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5858         * modules/unictype/property-radical-tests (Files): Likewise.
5859         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5860         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5861         * modules/unictype/property-space-tests (Files): Likewise.
5862         * modules/unictype/property-terminal-punctuation-tests (Files):
5863         Likewise.
5864         * modules/unictype/property-test-tests (Files): Likewise.
5865         * modules/unictype/property-titlecase-tests (Files): Likewise.
5866         * modules/unictype/property-unassigned-code-value-tests (Files):
5867         Likewise.
5868         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5869         * modules/unictype/property-uppercase-tests (Files): Likewise.
5870         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5871         * modules/unictype/property-white-space-tests (Files): Likewise.
5872         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5873         * modules/unictype/property-xid-start-tests (Files): Likewise.
5874         * modules/unictype/property-zero-width-tests (Files): Likewise.
5875         * modules/unictype/scripts-tests (Files): Likewise.
5876         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5877         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5878         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5879         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5880         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5881         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5882         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5883         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5884         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5885         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5886         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5887         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5888         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5889         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5890         * modules/uninorm/composition-tests (Files): Likewise.
5891         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5892         * modules/uninorm/decomposition-tests (Files): Likewise.
5893         * modules/uninorm/filter-tests (Files): Likewise.
5894         * modules/uninorm/nfc-tests (Files): Likewise.
5895         * modules/uninorm/nfd-tests (Files): Likewise.
5896         * modules/uninorm/nfkc-tests (Files): Likewise.
5897         * modules/uninorm/nfkd-tests (Files): Likewise.
5898         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5899         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5900         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5901         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5902         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5903         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5904         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5905         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5906         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5907         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5908         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5909         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5910         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5911         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5912         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5913         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5914         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5915         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5916         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5917         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5918         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5919         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5920         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5921         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5922         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5923         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5924         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5925         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5926         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5927         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5928         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5929         * modules/uniwidth/u8-width-tests (Files): Likewise.
5930         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5931         * modules/uniwidth/u16-width-tests (Files): Likewise.
5932         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5933         * modules/uniwidth/u32-width-tests (Files): Likewise.
5934         * modules/uniwidth/width-tests (Files): Likewise.
5935         * modules/unlink-tests (Files): Likewise.
5936         * modules/unsetenv-tests (Files): Likewise.
5937         * modules/usleep-tests (Files): Likewise.
5938         * modules/utimens-tests (Files): Likewise.
5939         * modules/utimensat-tests (Files): Likewise.
5940         * modules/vasnprintf-posix-tests (Files): Likewise.
5941         * modules/vasnprintf-tests (Files): Likewise.
5942         * modules/vasprintf-posix-tests (Files): Likewise.
5943         * modules/vasprintf-tests (Files): Likewise.
5944         * modules/vdprintf-posix-tests (Files): Likewise.
5945         * modules/vfprintf-posix-tests (Files): Likewise.
5946         * modules/vprintf-posix-tests (Files): Likewise.
5947         * modules/vsnprintf-posix-tests (Files): Likewise.
5948         * modules/vsnprintf-tests (Files): Likewise.
5949         * modules/vsprintf-posix-tests (Files): Likewise.
5950         * modules/wcrtomb-tests (Files): Likewise.
5951         * modules/wcsnrtombs-tests (Files): Likewise.
5952         * modules/wcsrtombs-tests (Files): Likewise.
5953         * modules/wctype-tests (Files): Likewise.
5954         * modules/wcwidth-tests (Files): Likewise.
5955         * modules/xmemdup0-tests (Files): Likewise.
5956         * modules/xprintf-posix-tests (Files): Likewise.
5957         * modules/xvasprintf-tests (Files): Likewise.
5958
5959 2009-12-24  Eric Blake  <ebb9@byu.net>
5960
5961         test-nanosleep: fix typo
5962         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5963         patch.
5964         Reported by Bruno Haible.
5965
5966 2009-12-24  Bruno Haible  <bruno@clisp.org>
5967
5968         Reduce namespace pollution on glibc systems.
5969         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5970         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5971         systems.
5972         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5973         <getopt.h> on glibc systems.
5974         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5975         systems.
5976         * lib/fcntl.c: Include <unistd.h> here instead.
5977
5978 2009-12-24  Bruno Haible  <bruno@clisp.org>
5979
5980         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5981
5982 2009-12-24  Eric Blake  <ebb9@byu.net>
5983
5984         tests: add signature checks
5985         * tests/signature.h (SIGNATURE_CHECK): New file.
5986         * modules/atexit-tests (Files): Use it.
5987         * modules/btowc-tests (Files): Likewise.
5988         * modules/canonicalize-lgpl-tests (Files): Likewise.
5989         * modules/ceilf-tests (Files): Likewise.
5990         * modules/ceill-tests (Files): Likewise.
5991         * modules/chown-tests (Files): Likewise.
5992         * modules/dprintf-posix-tests (Files): Likewise.
5993         * modules/dup2-tests (Files): Likewise.
5994         * modules/dup3-tests (Files): Likewise.
5995         * modules/duplocale-tests (Files): Likewise.
5996         * modules/fchdir-tests (Files): Likewise.
5997         * modules/fcntl-tests (Files): Likewise.
5998         * modules/fdopendir-tests (Files): Likewise.
5999         * modules/fflush-tests (Files): Likewise.
6000         * modules/flock-tests (Files): Likewise.
6001         * modules/floorf-tests (Files): Likewise.
6002         * modules/floorl-tests (Files): Likewise.
6003         * modules/fnmatch-tests (Files): Likewise.
6004         * modules/fopen-tests (Files): Likewise.
6005         * modules/fprintf-posix-tests (Files): Likewise.
6006         * modules/freopen-tests (Files): Likewise.
6007         * modules/frexp-nolibm-tests (Files): Likewise.
6008         * modules/frexp-tests (Files): Likewise.
6009         * modules/frexpl-nolibm-tests (Files): Likewise.
6010         * modules/frexpl-tests (Files): Likewise.
6011         * modules/fseek-tests (Files): Likewise.
6012         * modules/fseeko-tests (Files): Likewise.
6013         * modules/fsync-tests (Files): Likewise.
6014         * modules/ftell-tests (Files): Likewise.
6015         * modules/ftello-tests (Files): Likewise.
6016         * modules/futimens-tests (Files): Likewise.
6017         * modules/getaddrinfo-tests (Files): Likewise.
6018         * modules/getcwd-tests (Files): Likewise.
6019         * modules/getdelim-tests (Files): Likewise.
6020         * modules/getdtablesize-tests (Files): Likewise.
6021         * modules/getgroups-tests (Files): Likewise.
6022         * modules/gethostname-tests (Files): Likewise.
6023         * modules/getline-tests (Files): Likewise.
6024         * modules/getopt-posix-tests (Files): Likewise.
6025         * modules/gettimeofday-tests (Files): Likewise.
6026         * modules/glob-tests (Files): Likewise.
6027         * modules/iconv-tests (Files): Likewise.
6028         * modules/inet_ntop-tests (Files): Likewise.
6029         * modules/inet_pton-tests (Files): Likewise.
6030         * modules/isblank-tests (Files): Likewise.
6031         * modules/lchown-tests (Files): Likewise.
6032         * modules/ldexpl-tests (Files): Likewise.
6033         * modules/link-tests (Files): Likewise.
6034         * modules/linkat-tests (Files): Likewise.
6035         * modules/lseek-tests (Files): Likewise.
6036         * modules/lstat-tests (Files): Likewise.
6037         * modules/mbrtowc-tests (Files): Likewise.
6038         * modules/mbsinit-tests (Files): Likewise.
6039         * modules/mbsnrtowcs-tests (Files): Likewise.
6040         * modules/mbsrtowcs-tests (Files): Likewise.
6041         * modules/memchr-tests (Files): Likewise.
6042         * modules/memcmp-tests (Files): Likewise.
6043         * modules/memmem-tests (Files): Likewise.
6044         * modules/memrchr-tests (Files): Likewise.
6045         * modules/mkdir-tests (Files): Likewise.
6046         * modules/mkfifo-tests (Files): Likewise.
6047         * modules/mkfifoat-tests (Files): Likewise.
6048         * modules/mknod-tests (Files): Likewise.
6049         * modules/nanosleep-tests (Files): Likewise.
6050         * modules/nl_langinfo-tests (Files): Likewise.
6051         * modules/obstack-printf-tests (Files): Likewise.
6052         * modules/open-tests (Files): Likewise.
6053         * modules/openat-tests (Files): Likewise.
6054         * modules/perror-tests (Files): Likewise.
6055         * modules/pipe2-tests (Files): Likewise.
6056         * modules/poll-tests (Files): Likewise.
6057         * modules/popen-tests (Files): Likewise.
6058         * modules/posix_spawn-tests (Files): Likewise.
6059         * modules/posix_spawnp-tests (Files): Likewise.
6060         * modules/pread-tests (Files): Likewise.
6061         * modules/printf-posix-tests (Files): Likewise.
6062         * modules/pty-tests (Files): Likewise.
6063         * modules/random_r-tests (Files): Likewise.
6064         * modules/rawmemchr-tests (Files): Likewise.
6065         * modules/readlink-tests (Files): Likewise.
6066         * modules/remove-tests (Files): Likewise.
6067         * modules/rename-tests (Files): Likewise.
6068         * modules/renameat-tests (Files): Likewise.
6069         * modules/rmdir-tests (Files): Likewise.
6070         * modules/round-tests (Files): Likewise.
6071         * modules/roundf-tests (Files): Likewise.
6072         * modules/roundl-tests (Files): Likewise.
6073         * modules/select-tests (Files): Likewise.
6074         * modules/setenv-tests (Files): Likewise.
6075         * modules/sigaction-tests (Files): Likewise.
6076         * modules/sleep-tests (Files): Likewise.
6077         * modules/snprintf-posix-tests (Files): Likewise.
6078         * modules/snprintf-tests (Files): Likewise.
6079         * modules/sprintf-posix-tests (Files): Likewise.
6080         * modules/stat-tests (Files): Likewise.
6081         * modules/strcasestr-tests (Files): Likewise.
6082         * modules/strchrnul-tests (Files): Likewise.
6083         * modules/strerror-tests (Files): Likewise.
6084         * modules/strsignal-tests (Files): Likewise.
6085         * modules/strstr-tests (Files): Likewise.
6086         * modules/strtod-tests (Files): Likewise.
6087         * modules/strverscmp-tests (Files): Likewise.
6088         * modules/symlink-tests (Files): Likewise.
6089         * modules/symlinkat-tests (Files): Likewise.
6090         * modules/times-tests (Files): Likewise.
6091         * modules/trunc-tests (Files): Likewise.
6092         * modules/truncf-tests (Files): Likewise.
6093         * modules/truncl-tests (Files): Likewise.
6094         * modules/tsearch-tests (Files): Likewise.
6095         * modules/uname-tests (Files): Likewise.
6096         * modules/unlink-tests (Files): Likewise.
6097         * modules/unsetenv-tests (Files): Likewise.
6098         * modules/usleep-tests (Files): Likewise.
6099         * modules/utimensat-tests (Files): Likewise.
6100         * modules/vasprintf-tests (Files): Likewise.
6101         * modules/vdprintf-posix-tests (Files): Likewise.
6102         * modules/vfprintf-posix-tests (Files): Likewise.
6103         * modules/vprintf-posix-tests (Files): Likewise.
6104         * modules/vsnprintf-posix-tests (Files): Likewise.
6105         * modules/vsnprintf-tests (Files): Likewise.
6106         * modules/vsprintf-posix-tests (Files): Likewise.
6107         * modules/wcrtomb-tests (Files): Likewise.
6108         * modules/wcsnrtombs-tests (Files): Likewise.
6109         * modules/wcsrtombs-tests (Files): Likewise.
6110         * modules/wcwidth-tests (Files): Likewise.
6111         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6112         * tests/test-isinf.c (isinf): Likewise.
6113         * tests/test-isnan.c (isnan): Likewise.
6114         * tests/test-signbit.c (signbit): Likewise.
6115         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6116         declaration, either as macro or with correct signature.
6117         (select): Ensure function under test is declared with correct
6118         signature in correct header.
6119         * tests/test-atexit.c (atexit): Likewise.
6120         * tests/test-btowc.c (btowc): Likewise.
6121         * tests/test-canonicalize-lgpl.c (realpath)
6122         (canonicalize_file_name): Likewise.
6123         * tests/test-ceilf1.c (ceilf): Likewise.
6124         * tests/test-ceill.c (ceill): Likewise.
6125         * tests/test-chown.c (chown): Likewise.
6126         * tests/test-dprintf-posix.c (dprintf): Likewise.
6127         * tests/test-dup2.c (dup2): Likewise.
6128         * tests/test-dup3.c (dup3): Likewise.
6129         * tests/test-duplocale.c (duplocale): Likewise.
6130         * tests/test-fchdir.c (fchdir): Likewise.
6131         * tests/test-fchownat.c (fchownat): Likewise.
6132         * tests/test-fcntl.c (fcntl): Likewise.
6133         * tests/test-fdopendir.c (fdopendir): Likewise.
6134         * tests/test-fflush.c (fflush): Likewise.
6135         * tests/test-flock.c (flock): Likewise.
6136         * tests/test-floorf1.c (floorf): Likewise.
6137         * tests/test-floorl.c (floorl): Likewise.
6138         * tests/test-fnmatch.c (fnmatch): Likewise.
6139         * tests/test-fopen.c (fopen): Likewise.
6140         * tests/test-fprintf-posix.c (fprintf): Likewise.
6141         * tests/test-freopen.c (freopen): Likewise.
6142         * tests/test-frexp.c (frexp): Likewise.
6143         * tests/test-frexpl.c (frexpl): Likewise.
6144         * tests/test-fseek.c (fseek): Likewise.
6145         * tests/test-fseeko.c (fseeko): Likewise.
6146         * tests/test-fstatat.c (fstatat): Likewise.
6147         * tests/test-fsync.c (fsync): Likewise.
6148         * tests/test-ftell.c (ftell): Likewise.
6149         * tests/test-ftello.c (ftello): Likewise.
6150         * tests/test-futimens.c (futimens): Likewise.
6151         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6152         (gai_strerror): Likewise.
6153         * tests/test-getcwd.c (getcwd): Likewise.
6154         * tests/test-getdelim.c (getdelim): Likewise.
6155         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6156         * tests/test-getgroups.c (getgroups): Likewise.
6157         * tests/test-gethostname.c (gethostname): Likewise.
6158         * tests/test-getline.c (getline): Likewise.
6159         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6160         Likewise.
6161         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6162         * tests/test-glob.c (glob, globfree): Likewise.
6163         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6164         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6165         * tests/test-inet_pton.c (inet_pton): Likewise.
6166         * tests/test-isblank.c (isblank): Likewise.
6167         * tests/test-lchown.c (lchown): Likewise.
6168         * tests/test-ldexpl.c (ldexpl): Likewise.
6169         * tests/test-link.c (link): Likewise.
6170         * tests/test-linkat.c (linkat): Likewise.
6171         * tests/test-lseek.c (lseek): Likewise.
6172         * tests/test-lstat.c (lstat): Likewise.
6173         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6174         * tests/test-mbsinit.c (mbsinit): Likewise.
6175         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6176         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6177         * tests/test-memchr.c (memchr): Likewise.
6178         * tests/test-memcmp.c (memcmp): Likewise.
6179         * tests/test-memmem.c (memmem): Likewise.
6180         * tests/test-memrchr.c (memrchr): Likewise.
6181         * tests/test-mkdir.c (mkdir): Likewise.
6182         * tests/test-mkdirat.c (mkdirat): Likewise.
6183         * tests/test-mkfifo.c (mkfifo): Likewise.
6184         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6185         * tests/test-mknod.c (mknod): Likewise.
6186         * tests/test-nanosleep.c (nanosleep): Likewise.
6187         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6188         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6189         Likewise.
6190         * tests/test-open.c (open): Likewise.
6191         * tests/test-openat.c (openat): Likewise.
6192         * tests/test-perror.c (perror): Likewise.
6193         * tests/test-pipe2.c (pipe2): Likewise.
6194         * tests/test-poll.c (poll): Likewise.
6195         * tests/test-popen.c (popen, pclose): Likewise.
6196         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6197         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6198         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6199         (posix_spawn_file_actions_destroy)
6200         (posix_spawn_file_actions_addclose)
6201         (posix_spawn_file_actions_addopen)
6202         (posix_spawn_file_actions_adddup2): Likewise.
6203         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6204         * tests/test-pread.c (pread): Likewise.
6205         * tests/test-printf-posix.c (printf): Likewise.
6206         * tests/test-pty.c (openpty, forkpty): Likewise.
6207         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6208         (random_r): Likewise.
6209         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6210         * tests/test-readlink.c (readlink): Likewise.
6211         * tests/test-remove.c (remove): Likewise.
6212         * tests/test-rename.c (rename): Likewise.
6213         * tests/test-renameat.c (renameat): Likewise.
6214         * tests/test-rmdir.c (rmdir): Likewise.
6215         * tests/test-round1.c (round): Likewise.
6216         * tests/test-roundf1.c (roundf): Likewise.
6217         * tests/test-roundl.c (roundl): Likewise.
6218         * tests/test-setenv.c (setenv): Likewise.
6219         * tests/test-sigaction.c (sigaction): Likewise.
6220         * tests/test-sleep.c (sleep): Likewise.
6221         * tests/test-snprintf.c (snprintf): Likewise.
6222         * tests/test-sprintf-posix.c (sprintf): Likewise.
6223         * tests/test-stat.c (stat): Likewise.
6224         * tests/test-stpncpy.c (stpncpy): Likewise.
6225         * tests/test-strcasestr.c (strcasestr): Likewise.
6226         * tests/test-strchrnul.c (strchrnul): Likewise.
6227         * tests/test-strerror.c (strerror): Likewise.
6228         * tests/test-strsignal.c (strsignal): Likewise.
6229         * tests/test-strstr.c (strstr): Likewise.
6230         * tests/test-strtod.c (strtod): Likewise.
6231         * tests/test-strverscmp.c (strverscmp): Likewise.
6232         * tests/test-symlink.c (symlink): Likewise.
6233         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6234         * tests/test-times.c (times): Likewise.
6235         * tests/test-trunc1.c (trunc): Likewise.
6236         * tests/test-truncf1.c (truncf): Likewise.
6237         * tests/test-truncl.c (truncl): Likewise.
6238         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6239         Likewise.
6240         * tests/test-uname.c (uname): Likewise.
6241         * tests/test-unlink.c (unlink): Likewise.
6242         * tests/test-unlinkat.c (unlinkat): Likewise.
6243         * tests/test-unsetenv.c (unsetenv): Likewise.
6244         * tests/test-usleep.c (usleep): Likewise.
6245         * tests/test-utimensat.c (utimensat): Likewise.
6246         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6247         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6248         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6249         * tests/test-vprintf-posix.c (vprintf): Likewise.
6250         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6251         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6252         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6253         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6254         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6255         * tests/test-wcwidth.c (wcwidth): Likewise.
6256
6257         build: pull in conditional headers during GNULIB_POSIXCHECK
6258         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6259         definitions from any conditionally-included headers.
6260         * lib/stdlib.in.h (includes): Likewise.
6261         * lib/unistd.in.h (includes): Likewise.
6262
6263 2009-12-24  Bruno Haible  <bruno@clisp.org>
6264
6265         * tests/test-argv-iter.c: Include header file being tested immediately
6266         after config.h.
6267         * tests/test-base64.c: Likewise.
6268         * tests/test-flock.c: Likewise.
6269         * tests/test-fsync.c: Likewise.
6270         * tests/test-getdate.c: Likewise.
6271         * tests/test-getndelim2.c: Likewise.
6272         * tests/test-isfinite.c: Likewise.
6273         * tests/test-isinf.c: Likewise.
6274         * tests/test-strerror.c: Likewise.
6275         * tests/test-strsignal.c: Likewise.
6276
6277 2009-12-23  Eric Blake  <ebb9@byu.net>
6278
6279         unistd: work around cygwin bug
6280         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6281         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6282         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6283
6284 2009-12-23  Bruno Haible  <bruno@clisp.org>
6285
6286         localename: More tests.
6287         * tests/test-localename.c (SIZEOF): New macro.
6288         (categories): New variable.
6289         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6290         test_locale_name_default): Add test w.r.t. thread locale.
6291         (test_locale_name_thread): New function.
6292         (main): Invoke it.
6293
6294         localename: Make aware of thread locale.
6295         * lib/localename.h (gl_locale_name_thread): New declaration.
6296         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6297         behaviour with respect to thread locale.
6298         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6299         <langinfo.h>, glthread/lock.h.
6300         (SIZE_BITS): New macro.
6301         (string_hash): New function.
6302         (struct hash_node): New type.
6303         (HASH_TABLE_SIZE): New macro.
6304         (struniq_hash_table, struniq_lock): New variables.
6305         (struniq): New function.
6306         (gl_locale_name_thread): New function.
6307         (gl_locale_name): Invoke it.
6308         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6309         * modules/localename (Depends-on): Add lock.
6310         Reported by Mike Gran <spk121@yahoo.com>.
6311
6312 2009-12-23  Eric Blake  <ebb9@byu.net>
6313
6314         va-args: new module
6315         * modules/va-args: New file.
6316         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6317         * MODULES.html.sh (Core language properties): Mention it.
6318
6319         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6320         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6321         named alias for __attribute__((__unused__)).
6322         * lib/chown.c: Update client.
6323         * lib/fchmodat.c: Likewise.
6324         * lib/fts.c: Likewise.
6325         * lib/getdate.y: Likewise.
6326         * lib/getgroups.c: Likewise.
6327         * lib/getopt.c: Likewise.
6328         * lib/getugroups.c: Likewise.
6329         * lib/mkdir.c: Likewise.
6330         * lib/mkfifo.c: Likewise.
6331         * lib/mkfifoat.c: Likewise.
6332         * lib/mknod.c: Likewise.
6333         * lib/mknodat.c: Likewise.
6334         * lib/readlink.c: Likewise.
6335         * lib/se-context.in.h: Likewise.
6336         * lib/se-selinux.in.h: Likewise.
6337         * lib/sockets.c: Likewise.
6338         * lib/symlink.c: Likewise.
6339         * lib/symlinkat.c: Likewise.
6340         * lib/unicodeio.c: Likewise.
6341         * lib/unistr.h: Likewise.
6342         * tests/test-areadlink.c: Likewise.
6343         * tests/test-areadlinkat.c: Likewise.
6344         * tests/test-filenamecat.c: Likewise.
6345         * tests/test-fseeko.c: Likewise.
6346         * tests/test-ftello.c: Likewise.
6347         * tests/test-getdate.c: Likewise.
6348         * tests/test-getgroups.c: Likewise.
6349         * tests/test-gethostname.c: Likewise.
6350         * tests/test-quotearg.c: Likewise.
6351         * tests/test-version-etc.c: Likewise.
6352         * tests/test-xalloc-die.c: Likewise.
6353         * tests/test-xfprintf-posix.c: Likewise.
6354         * tests/test-xprintf-posix.c: Likewise.
6355         * tests/test-xvasprintf.c: Likewise.
6356
6357         tests: avoid compiler warnings
6358         * tests/test-fcntl.c (main): Delete unused parameters.
6359         * tests/test-freopen-safer.c (main): Likewise.
6360         * tests/test-xalloc-die.c (main): Mark unused parameters.
6361         * tests/test-fseeko.c (main): Likewise.
6362         * tests/test-ftello.c (main): Likewise.
6363         * tests/test-nanosleep.c (main): Avoid declaration warning.
6364         * tests/test-sleep.c (main): Likewise.
6365         * tests/test-unsetenv.c (main): Silence warning about string
6366         literal.
6367         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6368
6369 2009-12-23  Bruno Haible  <bruno@clisp.org>
6370
6371         * tests/test-localename.c (test_locale_name): New function, extracted
6372         from main. Also test mixed situations.
6373         (test_locale_name_posix, test_locale_name_environ,
6374         test_locale_name_default): New functions.
6375         (main): Invoke them all.
6376         * modules/localename-tests (configure.ac): Test for newlocale.
6377
6378 2009-12-23  Bruno Haible  <bruno@clisp.org>
6379
6380         unistd: Ensure getcwd gets declared before being overridden.
6381         * lib/unistd.in.h: Conditionally include <io.h>.
6382
6383 2009-12-22  Bruno Haible  <bruno@clisp.org>
6384
6385         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6386         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6387         (gl_WCHAR_H): Invoke it.
6388         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6389         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6390         Reported by Karl Berry <karl@freefriends.org>.
6391
6392 2009-12-22  Eric Blake  <ebb9@byu.net>
6393
6394         math, unistd: avoid redundant includes
6395         * lib/math.in.h (isnan): No need to re-include <math.h>.
6396         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6397
6398         getsubopt: work around cygwin bug
6399         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6400         avoid conflicting with system getsubopt.
6401         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6402         bug.
6403
6404         getopt: synchronize from glibc
6405         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6406         parameter order.  Adjust all callers.
6407         (_getopt_internal_r, main): Adjust quoting in error messages.
6408         Drop considerations for outdated POSIX 1003.2 error message.
6409         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6410         callers.
6411         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6412
6413         test-getopt: test stderr behavior
6414         * modules/getopt-posix-tests (Depends-on): Add dup2.
6415         * tests/test-getopt.c (ASSERT): Avoid stderr.
6416         (main): Move stderr to a temporary file.
6417         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6418         Instead, add parameter to inform caller if output occurred.
6419         (test_getopt): Adjust all existing tests to expect silence, and
6420         add new tests of leading ":".
6421         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6422         glibc shortcomings with leading "-:" or "+:" in optstring.
6423         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6424         Likewise.
6425         * doc/posix-functions/getopt.texi (getopt): Likewise.
6426
6427         test-getopt: enhance test
6428         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6429         supports optind=0.
6430         * tests/test-getopt.c (OPTIND_MIN): Move...
6431         * tests/test-getopt.h (OPTIND_MIN): ...here.
6432         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6433         Require that optind=0 works, since modern BSD supports it in
6434         addition to optreset, and since coreutils expects it.
6435         (test_getopt_long_only): New test.
6436         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6437         glibc shortcomings with 'W;', and enforcement of optind=0.
6438         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6439         Likewise.
6440
6441 2009-12-21  Bruno Haible  <bruno@clisp.org>
6442
6443         localename: Improvements for MacOS X and Cygwin.
6444         * lib/localename.h (gl_locale_name_environ): New declaration.
6445         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6446         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6447         (gl_locale_name_posix): Invoke it.
6448         (gl_locale_name_default): Add comments. Use Windows native API also on
6449         Cygwin.
6450
6451 2009-12-21  Bruno Haible  <bruno@clisp.org>
6452
6453         Update list of Win32 locale ids.
6454         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6455         (LANG_SAMI): Renamed from LANG_SAAMI.
6456         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6457         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6458         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6459         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6460         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6461         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6462         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6463         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6464         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6465         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6466         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6467         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6468         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6469         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6470         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6471         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6472         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6473         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6474         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6475         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6476         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6477         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6478         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6479         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6480         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6481         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6482         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6483         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6484         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6485         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6486         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6487         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6488         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6489         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6490         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6491         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6492         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6493         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6494         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6495         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6496         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6497         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6498         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6499         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6500         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6501         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6502         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6503         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6504         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6505         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6506         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6507         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6508         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6509         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6510         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6511         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6512         Add more languages and countries for Sami, Sorbian. Add more countries
6513         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6514         for Pashto. Change country for Syriac, Tswana.
6515
6516 2009-12-21  Eric Blake  <ebb9@byu.net>
6517
6518         test-utimens: avoid spurious failure
6519         * tests/test-chown.h (nap): Factor...
6520         * tests/nap.h: ...into new file.
6521         * tests/test-lchown.h (nap): Avoid duplication.
6522         * tests/test-utimens-common.h (nap): Use shared implementation,
6523         necessary on file systems with 1-second resolution.
6524         * modules/chown-tests (Files): Include new file.
6525         * modules/fdutimensat-tests (Files): Likewise.
6526         * modules/futimens-tests (Files): Likewise.
6527         * modules/lchown-tests (Files): Likewise.
6528         * modules/openat-tests (Files): Likewise.
6529         * modules/utimens-tests (Files): Likewise.
6530         * modules/utimensat-tests (Files): Likewise.
6531
6532 2009-12-19  Eric Blake  <ebb9@byu.net>
6533
6534         futimens, utimensat: work around Linux bug
6535         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6536         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6537         * lib/utimensat.c (rpl_utimensat): Work around it.
6538         * lib/futimens.c (rpl_futimens): Adjust comment.
6539
6540         utimens: work around Linux ctime bug
6541         * lib/utimens.c (detect_ctime_bug): New helper function.
6542         (update_timespec): Differentiate between workaround needed for
6543         this bug vs. what is needed for systems that lack utimensat.
6544         (fdutimens, lutimens): Work around bug.
6545
6546         utimens: check for ctime update
6547         * tests/test-utimens-common.h (check_ctime): Define.
6548         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6549         * tests/test-futimens.h (test_futimens): Likewise.
6550         * tests/test-lutimens.h (test_lutimens): Likewise.
6551         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6552         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6553
6554 2009-12-19  Bruno Haible  <bruno@clisp.org>
6555
6556         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6557         * tests/test-dprintf-posix2.sh: New file.
6558         * tests/test-dprintf-posix2.c: New file.
6559         * modules/dprintf-posix-tests (Files): Add them.
6560         (configure.ac): Check for getrlimit and setrlimit.
6561         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6562
6563 2009-12-19  Bruno Haible  <bruno@clisp.org>
6564
6565         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6566         * tests/test-fprintf-posix3.sh: New file.
6567         * tests/test-fprintf-posix3.c: New file.
6568         * modules/fprintf-posix-tests (Files): Add them.
6569         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6570
6571 2009-12-19  Eric Blake  <ebb9@byu.net>
6572
6573         dirfd: fix prototype
6574         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6575         * lib/dirfd.c (dirfd): Likewise.
6576
6577         canonicalize: reduce memory usage
6578         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6579         allocation to size.
6580         Reported by Solar Designer <solar@openwall.com>.
6581
6582 2009-12-19  Bruno Haible  <bruno@clisp.org>
6583
6584         New module attribute 'Applicability'.
6585         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6586         * gnulib-tool: New option --extract-applicability.
6587         (func_usage): Document it.
6588         (sed_extract_prog): Recognize it.
6589         (func_get_applicability): New function.
6590         (func_import): Generalize handling of 'link-warning' module.
6591         * modules/link-warning (Applicability): New section.
6592         * modules/arg-nonnull (Applicability): New section.
6593         Repoted by Simon Josefsson <simon@josefsson.org>.
6594
6595 2009-12-19  Bruno Haible  <bruno@clisp.org>
6596
6597         fflush: tweak
6598         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6599         * lib/fseeko.c (rpl_fseeko): Likewise.
6600
6601 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6602
6603         * lib/gl_list.h: Fix typo in comment.
6604
6605 2009-12-16  Eric Blake  <ebb9@byu.net>
6606
6607         fcntl: use to simplify other modules
6608         * modules/cloexec (Depends-on): Add fcntl.
6609         * modules/fchdir (Depends-on): Likewise.
6610         * modules/fd-safer-flag (Depends-on): Likewise.
6611         * modules/unistd-safer (Depends-on): Likewise.
6612         * modules/dup3 (configure.ac): Set module indicator.
6613         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6614         missing.
6615         * lib/fchdir.c (_gl_register_dup): Fix comment.
6616         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6617         * lib/dup-safer.c (dup_safer): Likewise.
6618         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6619         * lib/dup3.c (dup3): Likewise.
6620         * tests/test-fchdir.c (main): Enhance test.
6621         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6622
6623         fcntl: port portions of fcntl to mingw
6624         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6625         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6626         replacement for mingw.
6627         * modules/fcntl (Description): Update.
6628         (Depends-on): Add dup2.
6629         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6630         * modules/fcntl-h (Makefile.am): Substitute it.
6631         * lib/fcntl.in.h (fcntl): Update declaration.
6632         (F_DUPFD, F_GETFD): New macros, when needed.
6633         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6634         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6635         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6636         we now guarantee.
6637
6638         fcntl: work around cygwin bug in F_DUPFD
6639         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6640         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6641         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6642         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6643         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6644
6645         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6646         * modules/fcntl (Files): List new files.
6647         (configure.ac): Run a test.
6648         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6649         * lib/fcntl.c (rpl_fcntl): Likewise.
6650         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6651         (gl_FCNTL_H): Always replace fcntl.h.
6652         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6653         * lib/fcntl.in.h (fcntl): Declare replacement.
6654         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6655         needed, plus a witness.
6656         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6657         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6658         * tests/test-fcntl.c: New file.
6659         * modules/fcntl-tests: Likewise.
6660
6661         binary-io: avoid potential compilation warning
6662         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6663         directives.
6664
6665         fflush: avoid compilation error on NetBSD
6666         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6667         between off_t and fpos_t, since the latter is sometimes a struct.
6668         * lib/fseeko.c (rpl_fseeko): Likewise.
6669         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6670
6671 2009-12-15  Eric Blake  <ebb9@byu.net>
6672
6673         fcntl-h, stdio, sys_ioctl: fix declarations
6674         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6675         function must not take arguments.
6676         * lib/sys_ioctl.in.h (ioctl): Likewise.
6677         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6678         (open): Add a link warning.
6679
6680 2009-12-15  Jim Meyering  <meyering@redhat.com>
6681
6682         areadlink, areadlink-with-size: relax license to LGPLv2+
6683         * modules/areadlink (License): Relax to LGPLv2+.
6684         * modules/areadlink-with-size (License): Likewise.
6685
6686 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6687             Bruno Haible  <bruno@clisp.org>
6688
6689         *printf: Fix memory leak.
6690         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6691         * lib/vfprintf.c (vfprintf): Likewise.
6692         * lib/dprintf.c (dprintf): Likewise.
6693         * lib/vdprintf.c (vdprintf): Likewise.
6694
6695 2009-12-14  Eric Blake  <ebb9@byu.net>
6696
6697         accept4: adjust module dependencies
6698         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6699
6700         utimens: one more try at avoiding compiler warning
6701         * lib/utimens.c (lutimens): Lower scope of result.
6702
6703 2009-12-13  Bruno Haible  <bruno@clisp.org>
6704
6705         Move the malloc checking from module 'list' to new module 'xlist'.
6706         * modules/xlist: New file.
6707         * lib/gl_xlist.h: New file.
6708         * lib/gl_xlist.c: New file.
6709         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6710         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6711         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6712         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6713         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6714         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6715         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6716         gl_sortedlist_nx_add): New declarations.
6717         (struct gl_list_implementation): Rename and change methods accordingly.
6718         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6719         (gl_list_nx_create): Renamed from gl_list_create.
6720         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6721         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6722         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6723         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6724         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6725         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6726         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6727         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6728         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6729         gl_list_create_empty.
6730         (gl_list_nx_create): Renamed from gl_list_create.
6731         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6732         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6733         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6734         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6735         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6736         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6737         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6738         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6739         * lib/gl_array_list.c: Don't include xalloc.h.
6740         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6741         NULL upon out-of-memory.
6742         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6743         out-of-memory.
6744         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6745         Change return type to 'int'.
6746         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6747         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6748         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6749         upon out-of-memory.
6750         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6751         upon out-of-memory.
6752         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6753         upon out-of-memory.
6754         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6755         upon out-of-memory.
6756         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6757         out-of-memory.
6758         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6759         Update.
6760         (gl_array_list_implementation): Update.
6761         * lib/gl_carray_list.c: Don't include xalloc.h.
6762         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6763         Return NULL upon out-of-memory.
6764         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6765         out-of-memory.
6766         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6767         Change return type to 'int'.
6768         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6769         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6770         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6771         upon out-of-memory.
6772         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6773         upon out-of-memory.
6774         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6775         out-of-memory.
6776         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6777         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6778         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6779         Update.
6780         (gl_carray_list_implementation): Update.
6781         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6782         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6783         gl_linked_create_empty. Return NULL upon out-of-memory.
6784         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6785         out-of-memory.
6786         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6787         Change return type to 'int'. Return -1 upon out-of-memory.
6788         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6789         out-of-memory.
6790         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6791         upon out-of-memory.
6792         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6793         upon out-of-memory.
6794         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6795         NULL upon out-of-memory.
6796         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6797         upon out-of-memory.
6798         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6799         out-of-memory.
6800         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6801         Update.
6802         * lib/gl_linked_list.c: Don't include xalloc.h.
6803         (gl_linked_list_implementation): Update.
6804         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6805         (add_to_bucket): Change return type to 'int'.
6806         (gl_linkedhash_list_implementation): Update.
6807         * lib/gl_anytree_list1.h (free_subtree): New function.
6808         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6809         gl_tree_create_empty. Return NULL upon out-of-memory.
6810         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6811         Change return type to 'int'. Return -1 upon out-of-memory.
6812         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6813         out-of-memory.
6814         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6815         (gl_tree_remove_node): New function, moved here from
6816         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6817         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6818         Update.
6819         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6820         malloc, not xmalloc. Return NULL upon out-of-memory.
6821         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6822         out-of-memory.
6823         (gl_tree_remove_node_from_tree): New function, extracted from
6824         gl_tree_remove_node.
6825         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6826         upon out-of-memory.
6827         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6828         out-of-memory.
6829         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6830         upon out-of-memory.
6831         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6832         upon out-of-memory.
6833         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6834         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6835         not xmalloc. Return NULL upon out-of-memory.
6836         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6837         out-of-memory.
6838         (gl_tree_remove_node_from_tree): New function, extracted from
6839         gl_tree_remove_node.
6840         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6841         upon out-of-memory.
6842         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6843         out-of-memory.
6844         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6845         upon out-of-memory.
6846         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6847         upon out-of-memory.
6848         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6849         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6850         gl_anytree_list1.h before gl_anyavltree_list2.h.
6851         (gl_avltree_list_implementation): Update.
6852         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6853         gl_anytree_list1.h before gl_anyavltree_list2.h.
6854         (gl_rbtree_list_implementation): Update.
6855         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6856         Change return type to 'int'. Return -1 upon out-of-memory. Use
6857         __builtin_expect.
6858         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6859         (gl_avltreehash_list_implementation): Update.
6860         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6861         (gl_rbtreehash_list_implementation): Update.
6862         * modules/array-list (Depends-on): Remove xalloc.
6863         * modules/carray-list (Depends-on): Likewise.
6864         * modules/linked-list (Depends-on): Likewise.
6865         * modules/linkedhash-list (Depends-on): Likewise.
6866         * modules/avltree-list (Depends-on): Likewise.
6867         * modules/rbtree-list (Depends-on): Likewise.
6868         * modules/avltreehash-list (Depends-on): Likewise.
6869         * modules/rbtreehash-list (Depends-on): Likewise.
6870
6871         * modules/xsublist: New file.
6872         * lib/gl_xsublist.h: New file.
6873         * lib/gl_xsublist.c: New file.
6874         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6875         (gl_sublist_nx_create): New declaration.
6876         * lib/gl_sublist.c: Don't include xalloc.h.
6877         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6878         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6879         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6880         Change return type to 'int'. Return -1 upon out-of-memory.
6881         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6882         upon out-of-memory.
6883         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6884         NULL upon out-of-memory.
6885         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6886         upon out-of-memory.
6887         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6888         NULL upon out-of-memory.
6889         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6890         NULL upon out-of-memory.
6891         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6892         upon out-of-memory.
6893         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6894         (gl_sublist_list_implementation): Update.
6895         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6896         upon out-of-memory.
6897         * modules/sublist (Depends-on): Remove xalloc.
6898
6899         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6900         * tests/test-carray_list.c: Likewise.
6901         * tests/test-linked_list.c: Likewise.
6902         * tests/test-linkedhash_list.c: Likewise.
6903         * tests/test-avltree_list.c: Likewise.
6904         * tests/test-rbtree_list.c: Likewise.
6905         * tests/test-avltreehash_list.c: Likewise.
6906         * tests/test-rbtreehash_list.c: Likewise.
6907         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6908         * modules/carray-list-tests (Makefile.am): Likewise.
6909         * modules/linked-list-tests (Makefile.am): Likewise.
6910         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6911         * modules/avltree-list-tests (Makefile.am): Likewise.
6912         * modules/rbtree-list-tests (Makefile.am): Likewise.
6913         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6914         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6915
6916         * NEWS: Mention the changes.
6917
6918         * lib/clean-temp.c: Include gl_xlist.h.
6919         * modules/clean-temp (Depends-on): Add xlist.
6920
6921         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6922         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6923
6924         * tests/test-array_oset.c: Include gl_xlist.h.
6925         * modules/array-oset-tests (Depends-on): Add xlist.
6926
6927         Reported by José E. Marchesi <jemarch@gnu.org>.
6928
6929 2009-12-13  Bruno Haible  <bruno@clisp.org>
6930
6931         Move the malloc checking from module 'oset' to new module 'xoset'.
6932         * modules/xoset: New file.
6933         * lib/gl_xoset.h: New file.
6934         * lib/gl_xoset.c: New file.
6935         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6936         declarations.
6937         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6938         (struct gl_oset_implementation): Rename and change methods accordingly.
6939         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6940         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6941         'int'. Mark as __warn_unused_result__.
6942         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6943         gl_oset_create_empty.
6944         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6945         'int'.
6946         * lib/gl_array_oset.c: Don't include xalloc.h.
6947         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6948         malloc, not xmalloc.
6949         (grow): Change return type to 'int'. Don't call xalloc_die.
6950         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6951         to 'int'.
6952         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6953         'int'.
6954         (gl_array_oset_implementation): Update.
6955         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6956         gl_tree_create_empty.
6957         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6958         'int'.
6959         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6960         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6961         xmalloc.
6962         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6963         not xmalloc.
6964         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6965         xmalloc.
6966         (gl_avltree_oset_implementation): Update.
6967         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6968         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6969         xmalloc.
6970         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6971         not xmalloc.
6972         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6973         xmalloc.
6974         (gl_rbtree_oset_implementation): Update.
6975         * modules/array-oset (Depends-on): Remove xalloc.
6976         * modules/avltree-oset (Depends-on): Likewise.
6977         * modules/rbtree-oset (Depends-on): Likewise.
6978         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6979         * tests/test-avltree_oset.c: Likewise.
6980         * tests/test-rbtree_oset.c: Likewise.
6981         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6982         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6983         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6984         * NEWS: Mention the change.
6985
6986 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6987
6988         maint.mk: allow a project to override release-prep commands
6989         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6990         commands into a new rule.
6991         (release-prep): New rule.
6992         (release-prep-hook): New overridable variable.
6993
6994 2009-12-13  Bruno Haible  <bruno@clisp.org>
6995
6996         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6997
6998 2009-12-13  Jim Meyering  <meyering@redhat.com>
6999
7000         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
7001         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
7002
7003 2009-12-12  Bruno Haible  <bruno@clisp.org>
7004
7005         duplocale: Tweak.
7006         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7007
7008 2009-12-12  Karl Berry  <karl@gnu.org>
7009
7010         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7011
7012 2009-12-12  Bruno Haible  <bruno@clisp.org>
7013
7014         * m4/po.m4: Undo incorrect untabification.
7015
7016 2009-12-12  Bruno Haible  <bruno@clisp.org>
7017
7018         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7019         * modules/c-strtod (Depends-on): Add locale.
7020         * modules/c-strtold (Depends-on): Likewise.
7021
7022 2009-12-12  Bruno Haible  <bruno@clisp.org>
7023
7024         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7025
7026 2009-12-11  Eric Blake  <ebb9@byu.net>
7027
7028         setenv: relax requirement in light of POSIX ruling
7029         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7030         not NULL.
7031         * tests/test-setenv.c (main): Relax test.
7032         * tests/test-unsetenv.c (main): Likewise.
7033         * doc/posix-functions/setenv.texi (setenv): Document this.
7034         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7035
7036 2009-12-11  Bruno Haible  <bruno@clisp.org>
7037
7038         New module 'fd-safer-flag'.
7039         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7040         * lib/dup-safer.c (dup_safer_flag): Remove function.
7041         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7042         * lib/fd-safer.c (fd_safer_flag): Remove function.
7043         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7044         * modules/cloexec (configure.ac): Drop indicator macro.
7045         * modules/fd-safer-flag: New file.
7046         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7047         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7048         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7049
7050 2009-12-11  Bruno Haible  <bruno@clisp.org>
7051
7052         Tests for module 'nl_langinfo'.
7053         * modules/nl_langinfo-tests: New file.
7054         * tests/test-nl_langinfo.sh: New file.
7055         * tests/test-nl_langinfo.c: New file.
7056
7057         New module 'nl_langinfo'.
7058         * lib/nl_langinfo.c: New file.
7059         * m4/nl_langinfo.m4: New file.
7060         * modules/nl_langinfo: New file.
7061         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7062
7063 2009-12-11  Bruno Haible  <bruno@clisp.org>
7064
7065         Tests for module 'langinfo'.
7066         * modules/langinfo-tests: New file.
7067         * tests/test-langinfo.c: New file.
7068
7069         New module 'langinfo'.
7070         * lib/langinfo.in.h: New file.
7071         * m4/langinfo_h.m4: New file.
7072         * modules/langinfo: New file.
7073         * doc/posix-headers/langinfo.texi: Mention the new module.
7074
7075 2009-12-11  Bruno Haible  <bruno@clisp.org>
7076
7077         * lib/config.charset: Untabify.
7078
7079 2009-12-11  Bruno Haible  <bruno@clisp.org>
7080
7081         * modules/unistd-safer (configure.ac): Drop indicator macro.
7082
7083 2009-12-11  Bruno Haible  <bruno@clisp.org>
7084
7085         Move pipe2-safer code to its own file.
7086         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7087         * lib/pipe-safer.c (pipe2_safer): Remove function.
7088         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7089         (Makefile.am): Add it to lib_SOURCES.
7090
7091 2009-12-10  Bruno Haible  <bruno@clisp.org>
7092
7093         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7094
7095 2009-12-10  Bruno Haible  <bruno@clisp.org>
7096
7097         Declare which arguments expect non-NULL values, for GCC and clang.
7098         * build-aux/arg-nonnull.h: New file.
7099         * modules/arg-nonnull: New file.
7100         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7101         (inet_ntop, inet_pton): Use it.
7102         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7103         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7104         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7105         (open, openat): Use it.
7106         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7107         (fnmatch): Use it.
7108         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7109         (getopt, getopt_long, getopt_long_only): Use it.
7110         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7111         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7112         Use it.
7113         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7114         (iconv_open): Use it.
7115         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7116         (strtoimax, strtoumax): Use it.
7117         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7118         (duplocale): Use it.
7119         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7120         (frexp, frexpl): Use it.
7121         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7122         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7123         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7124         (tsearch, tfind, tdelete, twalk): Use it.
7125         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7126         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7127         sigpending): Use it.
7128         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7129         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7130         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7131         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7132         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7133         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7134         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7135         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7136         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7137         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7138         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7139         Use it.
7140         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7141         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7142         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7143         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7144         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7145         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7146         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7147         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7148         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7149         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7150         strtoull, unsetenv): Use it.
7151         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7152         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7153         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7154         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7155         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7156         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7157         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7158         (strcasecmp, strncasecmp): Use it.
7159         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7160         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7161         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7162         rpl_setsockopt): Use it.
7163         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7164         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7165         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7166         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7167         (gettimeofday): Use it.
7168         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7169         (times): Use it.
7170         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7171         (uname): Use it.
7172         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7173         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7174         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7175         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7176         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7177         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7178         unlinkat, write): Use it.
7179         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7180         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7181         * lib/argv-iter.h: Include arg-nonnull.h.
7182         (_ATTRIBUTE_NONNULL_): Remove macro.
7183         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7184         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7185         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7186         optimization.
7187         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7188         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7189         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7190         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7191         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7192         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7193         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7194         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7195         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7196         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7197         * modules/dirent (Depends-on): Add arg-nonnull.
7198         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7199         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7200         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7201         * modules/fnmatch (Depends-on): Add arg-nonnull.
7202         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7203         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7204         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7205         * modules/glob (Depends-on): Add arg-nonnull.
7206         (Makefile.am): Insert arg-nonnull.h into glob.h.
7207         * modules/iconv_open (Depends-on): Add arg-nonnull.
7208         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7209         * modules/inttypes (Depends-on): Add arg-nonnull.
7210         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7211         * modules/locale (Depends-on): Add arg-nonnull.
7212         (Makefile.am): Insert arg-nonnull.h into locale.h.
7213         * modules/math (Depends-on): Add arg-nonnull.
7214         (Makefile.am): Insert arg-nonnull.h into math.h.
7215         * modules/netdb (Depends-on): Add arg-nonnull.
7216         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7217         * modules/search (Depends-on): Add arg-nonnull.
7218         (Makefile.am): Insert arg-nonnull.h into search.h.
7219         * modules/signal (Depends-on): Add arg-nonnull.
7220         (Makefile.am): Insert arg-nonnull.h into signal.h.
7221         * modules/spawn (Depends-on): Add arg-nonnull.
7222         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7223         * modules/stdio (Depends-on): Add arg-nonnull.
7224         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7225         * modules/stdlib (Depends-on): Add arg-nonnull.
7226         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7227         * modules/string (Depends-on): Add arg-nonnull.
7228         (Makefile.am): Insert arg-nonnull.h into string.h.
7229         * modules/strings (Depends-on): Add arg-nonnull.
7230         (Makefile.am): Insert arg-nonnull.h into strings.h.
7231         * modules/sys_socket (Depends-on): Add arg-nonnull.
7232         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7233         * modules/sys_stat (Depends-on): Add arg-nonnull.
7234         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7235         * modules/sys_time (Depends-on): Add arg-nonnull.
7236         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7237         * modules/sys_times (Depends-on): Add arg-nonnull.
7238         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7239         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7240         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7241         * modules/time (Depends-on): Add arg-nonnull.
7242         (Makefile.am): Insert arg-nonnull.h into time.h.
7243         * modules/unistd (Depends-on): Add arg-nonnull.
7244         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7245         * modules/wchar (Depends-on): Add arg-nonnull.
7246         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7247         * modules/argv-iter (Depends-on): Add arg-nonnull.
7248         * tests/test-canonicalize.c (null_ptr): New function.
7249         (main): Use it.
7250         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7251         (main): Use it.
7252         * tests/test-memmem.c (null_ptr): New function.
7253         (main): Use it.
7254         Reported by Jim Meyering.
7255
7256 2009-12-10  Bruno Haible  <bruno@clisp.org>
7257
7258         Use spaces for indentation, not tabs.
7259         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7260         * m4/*.m4: Untabify.
7261         * build-aux/*.h: Untabify.
7262         * tests/**/*.[hc]: Untabify.
7263         * README: New section "Indent with spaces, not TABs", based on
7264         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7265         * NEWS: Mention the change.
7266
7267 2009-12-10  Bruno Haible  <bruno@clisp.org>
7268
7269         pty test: Fix link error.
7270         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7271         test_pty_LDADD.
7272
7273 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7274
7275         * modules/pty: New file.
7276         * modules/pty-tests: New file.
7277         * m4/pty.m4: New file.
7278         * tests/test-pty.c: New file.
7279         * doc/glibc-headers/pty.texi: Modified.
7280         * doc/glibc-functions/forkpty.texi: Modified.
7281         * doc/glibc-functions/openpty.texi: Modified.
7282
7283 2009-12-10  Bruno Haible  <bruno@clisp.org>
7284
7285         Avoid syntax error in C++ mode.
7286         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7287
7288 2009-12-10  Bruno Haible  <bruno@clisp.org>
7289
7290         Use sed with option -e.
7291         * gnulib-tool (func_version, func_emit_copyright_notice,
7292         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7293         option -e to sed.
7294         * modules/link-warning (Makefile.am): Likewise.
7295
7296 2009-12-10  Jim Meyering  <meyering@redhat.com>
7297
7298         mgetgroups: do not write bytes beyond end of malloc'd buffer
7299         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7300         username, we call getgroups with a one-element-shorter buffer,
7301         but still told it the length was original, max_n_groups.
7302
7303 2009-12-09  Eric Blake  <ebb9@byu.net>
7304
7305         cloexec: relax license
7306         * modules/cloexec (Maintainer): Add myself.
7307         (License): Use LGPL, not GPL.
7308
7309         link-warning: optimize generation
7310         * modules/link-warning (Makefile.am): Reduce process usage.
7311
7312 2009-12-09  Bruno Haible  <bruno@clisp.org>
7313
7314         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7315         workaround was added on 2009-11-17.
7316
7317 2009-12-09  Jim Meyering  <meyering@redhat.com>
7318             Bruno Haible  <bruno@clisp.org>
7319
7320         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7321         * modules/link-warning (Makefile.am): Make the comment-removing sed
7322         command more robust in the face of bootstrap-prepended comment lines.
7323
7324 2009-12-09  Bruno Haible  <bruno@clisp.org>
7325
7326         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7327         most one group.
7328
7329 2009-12-09  Simon Josefsson <simon@josefsson.org>
7330             Bruno Haible  <bruno@clisp.org>
7331
7332         * build-aux/link-warning.h: Add copyright notice.
7333         * modules/link-warning (Makefile.am): Generate link-warning.h from
7334         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7335         * NEWS: Mention change in link-warning module.
7336         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7337         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7338         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7339         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7340         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7341         * modules/math (Makefile.am): Add dependency to math.h.
7342         * modules/search (Makefile.am): Add dependency to search.h.
7343         * modules/signal (Makefile.am): Add dependency to signal.h.
7344         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7345         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7346         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7347         * modules/string (Makefile.am): Add dependency to string.h.
7348         * modules/strings (Makefile.am): Add dependency to strings.h.
7349         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7350         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7351         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7352         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7353         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7354         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7355         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7356         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7357         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7358
7359 2009-12-09  Bruno Haible  <bruno@clisp.org>
7360
7361         fchdir: Optimize away rpl_fstat when possible.
7362         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7363         REPLACE_OPEN_DIRECTORY.
7364         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7365
7366 2009-12-09  Bruno Haible  <bruno@clisp.org>
7367
7368         * lib/fchdir.c: Update comment.
7369
7370 2009-12-09  Bruno Haible  <bruno@clisp.org>
7371
7372         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7373
7374 2009-12-08  Eric Blake  <ebb9@byu.net>
7375
7376         fchdir: avoid memory leak on re-registration.
7377         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7378
7379 2009-12-08  Jim Meyering  <meyering@redhat.com>
7380
7381         init.sh: avoid Solaris 10 /bin/sh portability problem
7382         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7383         sourced script:
7384           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7385           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7386           bar
7387         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7388         and two tests used that idiom.
7389         * tests/init.sh: Update suggested usage comments.
7390         (path_prepend_): New function, to be used in place
7391         of the --src-path=DIR option.
7392         (setup_): Move PATH-prepending code into path_prepend_.
7393         * tests/test-pread.sh: Adapt to new usage.
7394         * tests/test-xalloc-die.sh: Likewise.
7395
7396 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7397
7398         * doc/gnulib.texi (Glibc pty.h): Add.
7399         * doc/glibc-functions/forkpty.texi: Add.
7400         * doc/glibc-functions/openpty.texi: Add.
7401         Suggested by Bruno Haible.
7402
7403 2009-12-08  Eric Blake  <ebb9@byu.net>
7404
7405         fchdir: fix logic bugs
7406         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7407         * tests/test-fchdir.c (main): Enhance test.
7408         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7409         is in use.
7410
7411         dup2: fix logic bugs
7412         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7413         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7414         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7415         exists.
7416         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7417
7418 2009-12-07  Eric Blake  <ebb9@byu.net>
7419
7420         unlink: fix m4 detection
7421         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7422
7423         unistd-safer: add unit test
7424         * modules/unistd-safer-tests: New file.
7425         * tests/test-dup-safer.c: Likewise.
7426         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7427         * tests/test-dup2.c (setmode): Likewise.
7428         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7429
7430         cloexec: preserve text vs. binary across dup_cloexec
7431         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7432         mode.
7433         * modules/dup2-tests (Depends-on): Add binary-io.
7434         * modules/cloexec-tests (Depends-on): Likewise.
7435         * tests/test-dup2.c (setmode, is_mode): New helpers.
7436         (main): Add tests that translation mode is preserved.
7437         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7438         Reported by Bruno Haible.
7439
7440         mgetgroups: reduce duplicate listings
7441         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7442         resulting array.
7443         * tests/test-chown.h (test_chown): Simplify client.
7444         * tests/test-lchown.h (test_lchown): Likewise.
7445
7446 2009-12-06  Bruno Haible  <bruno@clisp.org>
7447
7448         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7449         value.
7450
7451 2009-12-06  Bruno Haible  <bruno@clisp.org>
7452
7453         * lib/progname.c: Include stdio.h, stdlib.h.
7454         (set_program_name): Reject a NULL argument.
7455
7456 2009-12-05  Eric Blake  <ebb9@byu.net>
7457
7458         pipe2-safer: new module
7459         * modules/pipe2-safer: New file.
7460         * lib/unistd-safer.h (pipe2_safer): New prototype.
7461         * lib/unistd--.h (pipe2): New wrapper.
7462         * lib/pipe-safer.c (pipe2_safer): New function.
7463         * modules/pipe (Depends-on): Add pipe2-safer.
7464         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7465
7466         stdlib-safer: preserve cloexec flag for mkostemp[s]
7467         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7468         fd_safer_flag.
7469
7470         unistd-safer: allow preservation of cloexec status via flag
7471         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7472         prototypes.
7473         * lib/dup-safer.c (dup_safer_flag): New function.
7474         * lib/fd-safer.c (fd_safer_flag): Likewise.
7475         * modules/cloexec (configure.ac): Set witness.
7476
7477         test-dup2: enhance test
7478         * modules/dup2-tests (Depends-on): Add cloexec.
7479         * tests/test-dup2.c (main): Enhance test.
7480
7481         cloexec: add dup_cloexec
7482         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7483         header and comments.
7484         * lib/cloexec.c (set_cloexec_flag): Add comments.
7485         (dup_cloexec): New function, with mingw implementation borrowed
7486         from...
7487         * lib/w32spawn.h (dup_noinherit): ...here.
7488         * modules/execute (Depends-on): Add cloexec.
7489         * modules/pipe (Depends-on): Likewise.
7490         * modules/cloexec (Depends-on): Add dup2.
7491         * modules/cloexec-tests (Files): New file.
7492         * tests/test-cloexec.c: Likewise.
7493
7494         test-xalloc-die: fix test for mingw
7495         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7496         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7497         directory and .exe suffix off argv[0] output.
7498
7499         test-fseeko: fix test for mingw
7500         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7501         than undefining fseek, so test will pass on mingw.
7502
7503 2009-12-05  Bruno Haible  <bruno@clisp.org>
7504
7505         * lib/progname.h (set_program_name): Clarify specification.
7506         * lib/progname.c (set_program_name): Likewise.
7507         Reported by Jim Meyering.
7508
7509 2009-12-05  Jim Meyering  <meyering@redhat.com>
7510
7511         maint.mk: backslash-escape parens in default regexp
7512         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7513         backslash-escape the literal parentheses.
7514
7515         maint.mk: news-date-check: use grep -E
7516         * top/maint.mk (today): Define a Make variable, not a...
7517         (news-date-check): ...shell variable.
7518         (news-date-regexp): Use the Make variable.
7519         Use grep's -E option.  Change the failing diagnostic to mention
7520         the variable, $(news-date-regexp).
7521
7522 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7523
7524         maintainer-makefile: allow customization of NEWS entry format
7525         * top/maint.mk (news-date-regexp): New overridable variable.
7526         (news-date-check): Use it.
7527
7528 2009-12-04  Eric Blake  <ebb9@byu.net>
7529
7530         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7531         * lib/mgetgroups.h (xgetgroups): New prototype.
7532         * lib/mgetgroups.c (xgetgroups): New wrapper.
7533         (mgetgroups): Handle ENOSYS.
7534         * modules/mgetgroups (Depends-on): Add realloc.
7535         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7536
7537         mgetgroups: avoid argument promotion issues with -1
7538         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7539         for invalid gid_t.
7540         * tests/test-chown.h (getegid, test_chown): Likewise.
7541         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7542
7543 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7544
7545         exclude: Fix header file problems.
7546         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7547
7548 2009-12-01  Jim Meyering  <meyering@redhat.com>
7549
7550         fts: fts_open: do not let an empty string cause immediate failure
7551         This is required in support of GNU rm, for which the command
7552         "rm A '' B" must process and remove both A and B, in spite of
7553         the empty string argument.
7554         * lib/fts.c (fts_open): Do not let the presence of an empty string
7555         cause fts_open to fail immediately.  Most fts-using tools must be
7556         able to process all arguments, in order, and can be expected to
7557         diagnose such arguments themselves.
7558
7559 2009-11-30  Eric Blake  <ebb9@byu.net>
7560
7561         utimens: fix compilation error
7562         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7563         Declare variable at right scope.
7564
7565 2009-11-29  Jim Meyering  <meyering@redhat.com>
7566
7567         bootstrap: handle perl-5.11's changed --version output
7568         * build-aux/bootstrap (get_version): Handle perl separately,
7569         since perl-5.11's --version output is different.
7570
7571 2009-11-28  Jim Meyering  <meyering@redhat.com>
7572
7573         userspec: depend on the inttostr module, too
7574         * modules/userspec (Depends-on): Add inttostr.
7575
7576         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7577         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7578         number of MAXUID when it evaluates to (uid_t) -1.
7579         Likewise for group ID.  Reported by Matt McCutchen in
7580         <http://savannah.gnu.org/bugs/?28113>
7581
7582         userspec: reformat to use spaces, not TABs
7583         * lib/userspec.c: Expand TABs to spaces.
7584         Add Emacs' "indent-tabs-mode: nil" hint.
7585
7586 2009-11-27  Eric Blake  <ebb9@byu.net>
7587
7588         getopt-gnu: flush out another BSD bug
7589         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7590         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7591         flush out BSD bug.
7592         * tests/test-getopt.h (test_getopt): End lists with NULL.
7593         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7594         (test_getopt_long_posix): Enhance test.
7595         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7596         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7597         getopt-gnu.
7598         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7599         Likewise.
7600
7601 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7602
7603         * modules/idpriv-droptemp-tests (Notice): Fix text.
7604
7605 2009-11-27  Jim Meyering  <meyering@redhat.com>
7606
7607         test-xalloc-die: avoid spurious failure due to libtool argv difference
7608         In a libtool-enabled project, this test would fail due to a difference
7609         in the emitted program name, e.g.,
7610         -test-xalloc-die: memory exhausted
7611         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7612         Use program to avoid that.
7613         * modules/xalloc-die-tests (Depends-on): Add progname.
7614         * tests/test-xalloc-die.c: Include progname.h".
7615         (program_name): Remove decl.
7616         (main): Call set_program_name.
7617         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7618
7619 2009-11-26  Richard Jones  <rjones@redhat.com>
7620
7621         w32sock: leave win32 error in place.
7622         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7623
7624 2009-11-26  Eric Blake  <ebb9@byu.net>
7625
7626         init.sh: suggest to use skip_ and fail_ functions in comments
7627         * tests/init.sh: Add a sentence.
7628
7629 2009-11-25  Bruno Haible  <bruno@clisp.org>
7630
7631         init.sh: add documentation in comments
7632         * tests/init.sh: Add some developer and user documentation.
7633
7634 2009-11-26  Jim Meyering  <meyering@redhat.com>
7635
7636         init.sh: accommodate even those who specify bogus srcdir manually
7637         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7638         configure-time tests to be sanitized, so that there is no need to
7639         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7640         (with no double quotes) suffices.  However, since tests may be
7641         invoked manually, and since you may explicitly set srcdir to the
7642         name of a directory containing spaces, do quote its uses here.
7643         * tests/test-pread.sh: Likewise.
7644         Suggested by Bruno Haible.
7645
7646         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7647         * tests/test-pread.sh: Write no data into the pipe, because
7648         test-pread actually reads none.  This avoids a diagnostic,
7649         "bash: echo: write error: Broken pipe", that arises in the unusual
7650         event something is ignoring SIGPIPE, and might be interpreted
7651         as some sort of failure.  Reported by Bruno Haible.
7652
7653 2009-11-25  Jim Meyering  <meyering@redhat.com>
7654
7655         test-pread: cover failure with ESPIPE and EINVAL
7656         * tests/test-pread.c (main): Test for failure, too.
7657         * tests/test-pread.sh: Invoke with stdin on a pipe.
7658         Suggested by Eric Blake.
7659
7660         pread: improvement and fix
7661         * modules/pread (Depends-on): Depend on lseek, for portability to
7662         e.g., mingw.  Suggested by Eric Blake.
7663         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7664
7665         unistd.in.h: correct declaration of pread
7666         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7667         Reported by Richard W.M. Jones.
7668
7669         test-pread.sh: distribute the test script
7670         * modules/pread-tests (Files): Include test-pread.sh.
7671
7672         test-pread.sh: clean up
7673         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7674         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7675         That is unnecessary, since it's always ".".
7676         Suggestion from Eric Blake.
7677
7678         test-pread.sh: make executable
7679         * tests/test-pread.sh: Set executable bit.
7680         Reported by Eric Blake.
7681
7682         correct typo in test-pread.sh
7683         * tests/test-pread.sh: Add #! line.
7684
7685         test pread
7686         * tests/test-pread.c: New file.
7687         * tests/test-pread.sh: Likewise.
7688         * modules/pread-tests: Likewise.
7689
7690         pread: new module
7691         * modules/pread: New file.
7692         * lib/unistd.in.h (pread): Define/declare.
7693         * lib/pread.c (pread): New file.
7694         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7695         * modules/unistd (Makefile.am): Substitute witnesses.
7696         * doc/posix-functions/pread.texi (pread): Update.
7697         * MODULES.html.sh: Add pread.
7698
7699 2009-11-25  Jim Meyering  <meyering@redhat.com>
7700
7701         tests/init.sh: new file to be used via most *.sh tests
7702         * tests/init.sh: New file.
7703
7704 2009-11-25  Eric Blake  <ebb9@byu.net>
7705
7706         utimens: work around older Linux failure with symlinks
7707         * lib/utimens.c (lutimensat_works_really): New variable.
7708         (fdutimens, lutimens): Use it to manage kernels that support
7709         nanosecond times on files, but not on symlinks.
7710         Reported by Ondřej Vašík.
7711
7712         utimes: fix configure grammar
7713         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7714
7715 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7716
7717         regex: Fix fastmap for multibyte character ranges.
7718         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7719         characters when a multibyte character range is included.
7720
7721 2009-11-22  Andy Wingo  <wingo@pobox.com>
7722
7723         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7724         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7725
7726 2009-11-24  Bruno Haible  <bruno@clisp.org>
7727
7728         doc: Most *_l functions exist in MacOS X 10.5.
7729         * doc/posix-functions/duplocale.texi: Update platforms list.
7730         * doc/posix-functions/freelocale.texi: Likewise.
7731         * doc/posix-functions/newlocale.texi: Likewise.
7732         * doc/posix-functions/uselocale.texi: Likewise.
7733         * doc/posix-functions/isalnum_l.texi: Likewise.
7734         * doc/posix-functions/isalpha_l.texi: Likewise.
7735         * doc/posix-functions/isblank_l.texi: Likewise.
7736         * doc/posix-functions/iscntrl_l.texi: Likewise.
7737         * doc/posix-functions/isdigit_l.texi: Likewise.
7738         * doc/posix-functions/isgraph_l.texi: Likewise.
7739         * doc/posix-functions/islower_l.texi: Likewise.
7740         * doc/posix-functions/isprint_l.texi: Likewise.
7741         * doc/posix-functions/ispunct_l.texi: Likewise.
7742         * doc/posix-functions/isspace_l.texi: Likewise.
7743         * doc/posix-functions/isupper_l.texi: Likewise.
7744         * doc/posix-functions/iswalnum_l.texi: Likewise.
7745         * doc/posix-functions/iswalpha_l.texi: Likewise.
7746         * doc/posix-functions/iswblank_l.texi: Likewise.
7747         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7748         * doc/posix-functions/iswctype_l.texi: Likewise.
7749         * doc/posix-functions/iswdigit_l.texi: Likewise.
7750         * doc/posix-functions/iswgraph_l.texi: Likewise.
7751         * doc/posix-functions/iswlower_l.texi: Likewise.
7752         * doc/posix-functions/iswprint_l.texi: Likewise.
7753         * doc/posix-functions/iswpunct_l.texi: Likewise.
7754         * doc/posix-functions/iswspace_l.texi: Likewise.
7755         * doc/posix-functions/iswupper_l.texi: Likewise.
7756         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7757         * doc/posix-functions/isxdigit_l.texi: Likewise.
7758         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7759         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7760         * doc/posix-functions/strcoll_l.texi: Likewise.
7761         * doc/posix-functions/strfmon_l.texi: Likewise.
7762         * doc/posix-functions/strftime_l.texi: Likewise.
7763         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7764         * doc/posix-functions/strxfrm_l.texi: Likewise.
7765         * doc/posix-functions/tolower_l.texi: Likewise.
7766         * doc/posix-functions/toupper_l.texi: Likewise.
7767         * doc/posix-functions/towctrans_l.texi: Likewise.
7768         * doc/posix-functions/towlower_l.texi: Likewise.
7769         * doc/posix-functions/towupper_l.texi: Likewise.
7770         * doc/posix-functions/wcscoll_l.texi: Likewise.
7771         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7772         * doc/posix-functions/wctrans_l.texi: Likewise.
7773         * doc/posix-functions/wctype_l.texi: Likewise.
7774         * doc/glibc-functions/strptime_l.texi: Likewise.
7775         * doc/glibc-functions/strtod_l.texi: Likewise.
7776         * doc/glibc-functions/strtof_l.texi: Likewise.
7777         * doc/glibc-functions/strtol_l.texi: Likewise.
7778         * doc/glibc-functions/strtold_l.texi: Likewise.
7779         * doc/glibc-functions/strtoll_l.texi: Likewise.
7780         * doc/glibc-functions/strtoul_l.texi: Likewise.
7781         * doc/glibc-functions/strtoull_l.texi: Likewise.
7782         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7783         * doc/glibc-functions/wcstod_l.texi: Likewise.
7784         * doc/glibc-functions/wcstof_l.texi: Likewise.
7785         * doc/glibc-functions/wcstol_l.texi: Likewise.
7786         * doc/glibc-functions/wcstold_l.texi: Likewise.
7787         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7788         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7789         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7790
7791 2009-11-24  Bruno Haible  <bruno@clisp.org>
7792
7793         duplocale: Fix logic bug.
7794         * lib/duplocale.c: Don't include <langinfo.h>.
7795         (_NL_LOCALE_NAME): Remove macro.
7796         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7797         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7798
7799 2009-11-23  Jim Meyering  <meyering@redhat.com>
7800
7801         test-update-copyright: don't hard-code /usr/bin/perl
7802         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7803         perl to print the current year.  Gilles Espinasse reported that
7804         the replaced use of perl was hard-coded as /usr/bin/perl.
7805
7806 2009-11-23  Bruno Haible  <bruno@clisp.org>
7807
7808         duplocale: Add support for glibc 2.3.x.
7809         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7810
7811 2009-11-22  Bruno Haible  <bruno@clisp.org>
7812
7813         vasnprintf: Tiny optimization.
7814         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7815         MacOS X.
7816
7817 2009-11-22  Bruno Haible  <bruno@clisp.org>
7818
7819         Tests for module 'duplocale'.
7820         * modules/duplocale-tests: New file.
7821         * tests/test-duplocale.c: New file.
7822
7823         New module 'duplocale'.
7824         * m4/duplocale.m4: New file.
7825         * lib/locale.in.h (duplocale): New declaration.
7826         * lib/duplocale.c: New file.
7827         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7828         gl_LOCALE_H_DEFAULTS): New macros.
7829         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7830         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7831         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7832         REPLACE_DUPLOCALE.
7833         * modules/duplocale: New file.
7834         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7835
7836 2009-11-22  Bruno Haible  <bruno@clisp.org>
7837
7838         * modules/locale-tests (configure.ac): Test for newlocale function.
7839         * tests/test-locale.c: When the system has extended locale functions,
7840         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7841
7842         locale: Make locale_t available when possible.
7843         * lib/locale.in.h: Include <xlocale.h> when it exists.
7844         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7845         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7846         * modules/locale (Depends-on): Add extensions.
7847         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7848         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7849
7850 2009-11-22  Bruno Haible  <bruno@clisp.org>
7851
7852         Add comments.
7853         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7854         invocation.
7855         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7856         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7857         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7858
7859 2009-11-22  Bruno Haible  <bruno@clisp.org>
7860
7861         error: account for the possibility of freopen (stdout).
7862         * lib/error.c: Include <unistd.h>.
7863         (flush_stdout): New function, extracted from error and error_at_line.
7864         Determine stdout's fd dynamically.
7865         (error, error_at_line): Invoke flush_stdout.
7866         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7867         * modules/error (Depends-on): Add unistd.
7868
7869 2009-11-22  Bruno Haible  <bruno@clisp.org>
7870
7871         diffseq: Add comment.
7872         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7873
7874 2009-11-22  Jim Meyering  <meyering@redhat.com>
7875
7876         c-stack: avoid defining an unused static function
7877         * lib/c-stack.c (find_stack_direction): Do not define this function
7878         when it will not be used.
7879
7880         diffseq: avoid spurious gcc warnings
7881         * lib/diffseq.h (IF_LINT2): Define.
7882         (compareseq): Use it to initialize two members of "part".
7883         This avoids two used-uninitialized warnings.
7884
7885 2009-11-21  Jim Meyering  <meyering@redhat.com>
7886
7887         c-stack: avoid "ignoring return value of `write'" warning
7888         * lib/c-stack.c: Include "ignore-value.h".
7889         (die): Explicitly ignore each write return value.
7890         * modules/c-stack (Depends-on): Add ignore-value.
7891
7892 2009-11-21  Bruno Haible  <bruno@clisp.org>
7893
7894         diffseq: reduce scope of variable 'best'.
7895         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7896         variable, earlier used for two different purposes.
7897
7898 2009-11-21  Jim Meyering  <meyering@redhat.com>
7899
7900         diffseq: remove useless assignment to "best"
7901         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7902         assignment.  At that point "best" is already guaranteed to be zero.
7903
7904 2009-11-20  Eric Blake  <ebb9@byu.net>
7905
7906         build: mention ftp redirector in release announcements
7907         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7908         values that used to come from cfg.mk; mention FTP redirect URL.
7909         * build-aux/announce-gen: Mention the mirror list.
7910         Suggested by Karl Berry.
7911
7912         nanosleep: improve port to mingw
7913         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7914         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7915         LIB_NANOSLEEP, but only when needed.
7916         * modules/select (Link): Document LIBSOCKET.
7917         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7918         enough.
7919
7920         nanosleep: work around cygwin bug
7921         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7922         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7923         bug.
7924         (getnow): Delete, not needed.
7925         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7926         LIB_CLOCK_GETTIME.
7927         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7928         clock-time, gettime.
7929         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7930         bug.
7931         * modules/nanosleep-tests: New test.
7932         * tests/test-nanosleep.c: New file.
7933
7934         sleep: work around cygwin bug
7935         * lib/sleep.c (rpl_sleep): Work around the bug.
7936         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7937         (gl_PREREQ_SLEEP): Delete unused macro.
7938         * modules/sleep (Depends-on): Add verify.
7939         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7940         * modules/unistd (Makefile.am): Substitute witness.
7941         * lib/unistd.in.h (sleep): Update prototype.
7942         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7943         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7944         * modules/sleep-tests (Depends-on): Check for alarm.
7945
7946 2009-11-20  Jim Meyering  <meyering@redhat.com>
7947
7948         maint.mk: improve sc_prohibit_magic_number_exit
7949         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7950         so it does not match uses like System.exit(1).
7951         Add comments showing how to correct all offenders.
7952
7953 2009-11-19  Eric Blake  <ebb9@byu.net>
7954
7955         xalloc-die-tests: add missing library
7956         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7957
7958         test-xvasprintf: silence compiler warnings
7959         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7960         empty string from gcc.
7961
7962 2009-11-19  Jim Meyering  <meyering@redhat.com>
7963
7964         xfreopen: new module, from coreutils
7965         * modules/xfreopen: New module.
7966         * lib/xfreopen.c: New file.
7967         * lib/xfreopen.h: New file.
7968         * MODULES.html.sh (File stream based Input/Output"): Add it.
7969
7970 2009-11-19  Eric Blake  <ebb9@byu.net>
7971
7972         manywarnings: depend on warnings
7973         * modules/manywarnings (Depends-on): Add warnings.
7974
7975         build: avoid compiler warnings
7976         * lib/select.c (rpl_select): Delete unused variable.
7977         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7978
7979 2009-11-18  Eric Blake  <ebb9@byu.net>
7980
7981         tests: avoid false negative with --with-packager
7982         * tests/test-version-etc.sh: Discard packager information.
7983         * tests/test-argp-version-etc-1.sh: Likewise.
7984         Reported by Mike Frysinger.
7985
7986         utimens: fix regression on Solaris
7987         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7988         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7989         can only change fd timestamps via futimesat.  Instead, use an
7990         additional witness macro to avoid BSD bug.
7991         Reported by Jim Meyering.
7992
7993 2009-11-17  Eric Blake  <ebb9@byu.net>
7994
7995         usleep: use it to simplify tests
7996         * modules/stat-time-tests (Depends-on): Add usleep.
7997         (configure.ac): Drop usleep check.
7998         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7999         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
8000         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
8001         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
8002         * modules/openat-tests (Depends-on, configure.ac): Likewise.
8003         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
8004         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
8005         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8006         Likewise.
8007         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8008         * tests/test-lchown.h (nap): Likewise.
8009         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8010         * tests/test-stat-time.c (nap): Likewise.
8011         * tests/test-utimens-common.h (nap): Update comments.
8012
8013         usleep: new module
8014         * modules/usleep: New file.
8015         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8016         * lib/usleep.c (usleep): Likewise.
8017         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8018         * modules/unistd (Makefile.am): Substitute witnesses.
8019         * lib/unistd.in.h (usleep): Add declaration.
8020         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8021         * MODULES.html.sh (Date and time): Likewise.
8022         * modules/usleep-tests (Depends-on): New test.
8023         * tests/test-usleep.c: New file.
8024
8025         chown: work around OpenBSD bug
8026         * lib/chown.c (rpl_chown): Work around the bug.
8027         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8028         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8029         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8030         * modules/chown (Depends-on): Add stdbool.
8031         * modules/lchown (Depends-on): Likewise.
8032         * doc/posix-functions/chown.texi (chown): Document the bug.
8033         * doc/posix-functions/lchown.texi (lchown): Likewise.
8034         * tests/test-lchown.h (test_chown): Relax test.
8035
8036         mkstemp: avoid conflict with C++ keyword template
8037         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8038         * lib/mkostemp.c (mkostemp): Likewise.
8039         * lib/mkostemps.c (mkostemps): Likewise.
8040         * lib/mkstemp.c (mkstemp): Likewise.
8041         * lib/mkstemps.c (mkstemps): Likewise.
8042
8043         xalloc-die-tests: optimize
8044         * tests/test-xalloc-die.sh: Reduce number of processes.
8045
8046 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8047
8048         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8049         patch from ludo@gnu.org (Ludovic Courtès).
8050
8051 2009-11-17  Jim Meyering  <meyering@redhat.com>
8052
8053         version-etc: use proper license string
8054         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8055         * modules/version-etc-fsf: Likewise.
8056
8057 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8058
8059         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8060         printed to stdout.  Deal with EOL differences.
8061
8062 2009-11-17  Eric Blake  <ebb9@byu.net>
8063
8064         unsetenv: work around Solaris bug
8065         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8066         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8067         Reported by Jim Meyering.
8068
8069         vasnprintf: avoid compiler warnings
8070         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8071         variables.
8072         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8073
8074 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8075
8076         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8077         settings since xalloc-die is no longer the self test,
8078         xalloc-die.sh is.
8079
8080 2009-11-17  Jim Meyering  <meyering@redhat.com>
8081
8082         test-xalloc-die.sh: make the code agree with the commit log
8083         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8084         at the end, just in case you happen to have a test-xalloc-die
8085         program in some other PATH directory.
8086
8087         test-xalloc-die.sh: fix a portability bug
8088         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8089         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8090         Otherwise, argv[0] (as often seen in diagnostics) would be too
8091         system-dependent, sometimes with, and sometimes without the leading "./".
8092
8093         version-etc-fsf: relax license to LGPLv3+
8094         * modules/version-etc-fsf (License): Relax license.
8095
8096 2009-11-16  Eric Blake  <ebb9@byu.net>
8097
8098         xalloc-die-tests: avoid printing null pointer
8099         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8100         shell script.
8101         * tests/test-xalloc-die.c (program_name): Declare.
8102         * tests/test-xalloc-die.sh (tmpfiles): New file.
8103
8104         setenv, unsetenv: work around various bugs
8105         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8106         (setenv) [HAVE_SETENV]: Work around bugs.
8107         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8108         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8109         for bugs.
8110         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8111         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8112         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8113         * modules/stdlib (Makefile.am): Update substitutions.
8114         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8115         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8116         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8117         * modules/setenv-tests: New test.
8118         * modules/unsetenv-tests: Likewise.
8119         * tests/test-setenv.c: New file.
8120         * tests/test-unsetenv.c: Likewise.
8121
8122 2009-11-16  Jim Meyering  <meyering@redhat.com>
8123
8124         version-etc: relax license to LGPLv3+
8125         * modules/version-etc (License): Relax license.
8126
8127         better AC_REQUIRE expanded-before-required-warning avoidance
8128         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8129         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8130         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8131         which is no longer needed.
8132
8133 2009-11-16  Eric Blake  <ebb9@byu.net>
8134
8135         test-freading: clean up temporary file
8136         * tests/test-freading.c (main): Remove file on success, and use
8137         ASSERT more liberally.
8138         Reported by Jim Meyering.
8139
8140 2009-11-16  Jim Meyering  <meyering@redhat.com>
8141
8142         avoid new AC_REQUIRE expanded-before-required warnings
8143         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8144         merely using it.
8145         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8146         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8147
8148 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8149
8150         * tests/test-xalloc-die.c: New file.
8151         * modules/xalloc-die-tests: New file.
8152         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8153         XFAIL_TESTS so it can be appended by modules.
8154
8155 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8156
8157         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8158         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8159
8160 2009-11-14  Eric Blake  <ebb9@byu.net>
8161
8162         fnmatch: avoid compiler warning
8163         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8164         to silence compiler warning about mismatch signedness in ?:.
8165         Reported by Robert Millan.
8166
8167         intprops: add double-inclusion guard
8168         * lib/intprops.h: Allow idempotent includes.
8169         Suggested by Bruce Korb.
8170
8171         openat: detect Solaris fchownat bug
8172         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8173         penalizing glibc chownat when only lchownat is broken.
8174         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8175         trailing slash bugs.
8176         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8177         * modules/openat-tests (Files): Include more files.
8178         (Depends-on): Add mgetgroups, sleep, stat-time.
8179         (configure.ac): Add additional checks.
8180         (Makefile.am): Build new test.
8181         * tests/test-fchownat.c: New file.
8182
8183         lchown: detect Solaris and FreeBSD bug
8184         * lib/lchown.c (rpl_lchown): Work around bug.
8185         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8186         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8187         * modules/unistd (Makefile.am): Populate it.
8188         * lib/unistd.in.h (lchown): Update declaration.
8189         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8190         * modules/lchown-tests: New file.
8191         * tests/test-lchown.h (test_lchown): Likewise.
8192         * tests/test-lchown.c (main): Likewise.
8193
8194         chown: detect Solaris and FreeBSD bug
8195         * lib/chown.c (rpl_chown): Work around bug.
8196         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8197         (gl_PREREQ_CHOWN): Delete.
8198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8199         * modules/unistd (Makefile.am): Populate it.
8200         * lib/unistd.in.h (chown): Update declaration.
8201         * lib/lchown.c (chown): Update client.
8202         * modules/lchown (Depends-on): Add lstat.
8203         * doc/posix-functions/chown.texi (chown): Document the bug.
8204         * doc/posix-functions/getgroups.texi (getgroups): Document
8205         getgroups pitfall.
8206         * modules/chown-tests: New file.
8207         * tests/test-chown.h (test_chown): Likewise.
8208         * tests/test-chown.c (main): Likewise.
8209
8210 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8211
8212         gnulib-tool: correctly detect absence of m4 directories
8213         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8214
8215 2009-11-14  Jim Meyering  <meyering@redhat.com>
8216
8217         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8218         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8219
8220 2009-11-14  John W. Eaton  <jwe@gnu.org>
8221
8222         strftime.h: wrap funtion declaration in extern "C" block
8223         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8224
8225 2009-11-13  Eric Blake  <ebb9@byu.net>
8226
8227         getgroups: avoid compiler warning
8228         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8229
8230         getgroups: work around FreeBSD bug
8231         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8232         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8233         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8234         * tests/test-getgroups.c (main): Fix buffer overrun.
8235
8236         getgroups: avoid compilation failure
8237         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8238         * modules/getgroups (Depends-on): Add stdint.
8239
8240 2009-11-13  Jim Meyering  <meyering@redhat.com>
8241
8242         test-getgroups: avoid compilation failure
8243         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8244
8245 2009-11-13  Eric Blake  <ebb9@byu.net>
8246
8247         mgetgroups: new module, taken from coreutils
8248         * modules/mgetgroups: New file.
8249         * lib/mgetgroups.h: Likewise.
8250         * lib/mgetgroups.c (mgetgroups): Likewise.
8251         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8252         * MODULES.html.sh (Users and groups): Mention it.
8253
8254         getgroups: don't expose GETGROUPS_T to user
8255         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8256         an element at a time if GETGROUPS_T is wrong size.
8257         * lib/getugroups.h (getugroups): Change signature.
8258         * lib/unistd.in.h (getgroups): Likewise.
8259         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8260         signature needs fixing.
8261         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8262         AC_TYPE_GETGROUPS.
8263         * modules/group-member (Depends-on): Add getgroups.
8264         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8265         (group_member): Rely on getgroups replacement.
8266         * lib/getugroups.c (getugroups): Use gid_t.
8267         * tests/test-getgroups.c (main): Likewise.
8268         * NEWS: Mention the signature change.
8269         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8270         problem with signature.
8271         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8272         GETGROUPS_T is still useful for setgroups.
8273
8274         getgroups, getugroups: provide stubs for mingw
8275         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8276         * lib/getugroups.c (getugroups): Likewise.
8277         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8278         function.  Modernize replacement scheme.
8279         (gl_PREREQ_GETGROUPS): Delete.
8280         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8281         * modules/getgroups (configure.ac): Declare witness.
8282         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8283         * modules/unistd (Depends-on): Substitute witness.
8284         * lib/unistd.in.h (getgroups): Declare replacement.
8285
8286         getgroups: avoid calling exit
8287         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8288         drop xalloc.
8289         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8290         dependencies.
8291         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8292         exiting, in the rare case of malloc failure.
8293
8294         getgroups: fix logic error
8295         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8296         has more than 20 groups.
8297         * modules/getgroups-tests: New test.
8298         * tests/test-getgroups.c: New file.
8299
8300 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8301
8302         * tests/test-base64.c: Improve.
8303
8304 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8305
8306         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8307         Blake <ebb9@byu.net>.
8308
8309 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8310
8311         * tests/test-xvasprintf.c: Add %s%s related checks.
8312
8313 2009-11-12  Eric Blake  <ebb9@byu.net>
8314
8315         version-etc: match standards.texi style
8316         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8317         and use <> only for URLs.
8318
8319 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8320
8321         fts: do not fail on a submount during traversal
8322         * lib/fts.c (fts_build): Read the stat info again after opening
8323         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8324         Original report at http://bugzilla.redhat.com/501848.
8325
8326 2009-11-12  Jim Meyering  <meyering@redhat.com>
8327
8328         bootstrap: sync from coreutils
8329         * build-aux/bootstrap (bootstrap_epilogue): New function.
8330         Use git_modules_config in one more place.  This make bootstrap's
8331         --gnulib-srcdir option more useful for testing.
8332
8333         bootstrap: generalize autoheader check
8334         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8335         AC_CONFIG_HEADERS.
8336
8337 2009-11-11  Eric Blake  <ebb9@byu.net>
8338
8339         mkfifoat: use new modules for Solaris and BSD bugs
8340         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8341         * lib/mkfifoat.c (mknodat): Split...
8342         * lib/mknodat.c (mknodat): ...into new file.
8343         * modules/mkfifoat (Files): Ship new file.
8344         (Depends-on): Add mkfifo, mknod.
8345         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8346         (Depends-on): Add symlink.
8347         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8348         redundant with test_mkfifo.h.
8349         (do_mkfifoat, do_mknodat): New helpers.
8350
8351         mknod: new module
8352         * modules/mknod: New file.
8353         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8354         * lib/mknod.c (mknod): Likewise.
8355         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8356         defaults.
8357         * modules/sys_stat (Makefile.am): Substitute them.
8358         * lib/sys_stat.in.h (mknod): Declare replacement.
8359         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8360         Document it.
8361         * doc/posix-functions/mknod.texi (mknod): Likewise.
8362         * modules/mknod-tests: New test.
8363         * tests/test-mknod.c: Likewise.
8364
8365         mkfifo: new module
8366         * modules/mkfifo: New file.
8367         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8368         * lib/mkfifo.c (mkfifo): Likewise.
8369         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8370         defaults.
8371         * modules/sys_stat (Makefile.am): Substitute them.
8372         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8373         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8374         Document it.
8375         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8376         * modules/mkfifo-tests: New test.
8377         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8378         from test-mkfifoat.c.
8379         * tests/test-mkfifo.c: New file.
8380
8381         readlink: detect FreeBSD bug
8382         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8383         slash on symlink.
8384         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8385         * tests/test-readlink.h (test_readlink): Enhance test.
8386
8387         symlink: detect FreeBSD bug
8388         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8389         slash on symlink.
8390         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8391         * tests/test-symlink.h (test_symlink): Enhance test.
8392
8393 2009-11-10  Eric Blake  <ebb9@byu.net>
8394
8395         link: detect FreeBSD bug
8396         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8397         symlink.
8398         * doc/posix-functions/link.texi (link): Document the bug.
8399         * tests/test-link.h (test_link): Enhance test.
8400         * tests/test-linkat.c (main): Update caller.
8401
8402         unlink, remove: detect FreeBSD bug
8403         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8404         slash on symlink.
8405         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8406         * doc/posix-functions/remove.texi (remove): Likewise.
8407         * tests/test-unlink.h (test_unlink): Enhance test.
8408         * tests/test-remove.c (main): Likewise.
8409
8410 2009-11-09  Eric Blake  <ebb9@byu.net>
8411
8412         rename: detect FreeBSD bug
8413         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8414         slash on symlink.
8415         * modules/renameat-tests (Depends-on): Add filenamecat.
8416         * tests/test-rename.h (test_rename): Allow one more errno.
8417         * tests/test-renameat.c (main): Likewise.
8418         * doc/posix-functions/rename.texi (rename): Document the bug.
8419
8420         open: detect FreeBSD bug
8421         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8422         symlink.
8423         * doc/posix-functions/open.texi (open): Document the bug.
8424         * doc/posix-functions/utimes.texi (utimes): Likewise.
8425         * tests/test-open.h (test_open): Add parameters, and test symlink
8426         handling.
8427         * tests/test-open.c (main): Adjust caller.
8428         * tests/test-fcntl-safer.c (main): Likewise.
8429         * modules/open-tests (Depends-on): Add stdbool, symlink.
8430         * modules/fcntl-safer-tests (Depends-on): Likewise.
8431         * tests/test-openat.c (main): Add test-open tests.
8432
8433         stat: detect FreeBSD bug
8434         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8435         symlink.
8436         * doc/posix-functions/stat.texi (stat): Document the bug.
8437         * tests/test-stat.h (test_stat_func): Add argument.
8438         * tests/test-stat.c (main): Adjust caller.
8439         * tests/test-fstatat.c (main): Likewise.
8440         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8441         Reported by Jim Meyering.
8442
8443 2009-11-09  James Youngman  <jay@gnu.org>
8444
8445         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8446         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8447
8448 2009-11-08  Jim Meyering  <meyering@redhat.com>
8449
8450         utimens: remove invalid futimesat call
8451         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8452         It used the file descriptor of the target file as the DIR_FD
8453         parameter and NULL as the file name.  That caused failure with
8454         errno == EFAULT on FreeBSD-8.0-rc2
8455
8456 2009-11-07  Eric Blake  <ebb9@byu.net>
8457
8458         fflush, freadseek: use fseeko, not fseek
8459         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8460         (clear_ungetc_buffer): Avoid potential problems on large files.
8461         * lib/freadseek.c (freadseek): Likewise.
8462         * modules/freadseek (Depends-on): Add fseeko.
8463         * modules/fseek (configure.ac): Set a witness.
8464         * tests/test-fflush.c (main): Use fseeko.
8465         * tests/test-fpurge.c (fseek): Disable link warning.
8466         * tests/test-freadable.c (fseek): Likewise.
8467         * tests/test-freading.c (fseek): Likewise.
8468         * tests/test-fseeko.c (fseek): Likewise.
8469         * tests/test-ftell.c (fseek): Likewise.
8470         * tests/test-ftello.c (fseek): Likewise.
8471         * tests/test-fwritable.c (fseek): Likewise.
8472         * tests/test-fwriting.c (fseek): Likewise.
8473
8474 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8475
8476         * modules/memchr (Depends-on): Drop getpagesize dependency.
8477
8478 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8479
8480         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8481         Reported by Ludovic Courtès.
8482         * build-aux/pmccabe2html: Improve example usage.
8483         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8484
8485 2009-11-06  Jim Meyering  <meyering@redhat.com>
8486
8487         do-release-commit-and-tag: New module.
8488         Automate the release-commit and tag process.
8489         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8490         * modules/do-release-commit-and-tag: New file.
8491         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8492
8493 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8494
8495         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8496         because test-select.c uses inet_pton.
8497
8498 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8499
8500         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8501         GETADDRINFO_LIB.  Bump serial number.
8502         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8503         Suggested by Eric Blake <ebb9@byu.net>.
8504
8505 2009-11-05  Eric Blake  <ebb9@byu.net>
8506
8507         strtod: detect darwin bug
8508         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8509         Reported by Leo Davis.
8510
8511         freopen-safer: new module
8512         * modules/freopen-safer: New module.
8513         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8514         * lib/freopen-safer.c (freopen_safer): New file.
8515         * lib/stdio-safer.h (freopen_safer): New declaration.
8516         * lib/stdio--.h (freopen): New override.
8517         * MODULES.html.sh (File stream based Input/Output): Mention it.
8518         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8519         freopen-safer module.
8520         * doc/posix-functions/stderr.texi (stderr): Likewise.
8521         * doc/posix-functions/stdin.texi (stdin): Likewise.
8522         * doc/posix-functions/stdout.texi (stdout): Likewise.
8523         * modules/freopen-safer-tests: New test.
8524         * tests/test-reopen-safer.c: New file.
8525
8526 2009-11-05  Jim Meyering  <meyering@redhat.com>
8527
8528         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8529         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8530
8531 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8532
8533         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8534
8535 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8536
8537         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8538
8539 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8540
8541         Fix link error.
8542         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8543         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8544
8545 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8546
8547         * tests/test-func.c: Also test value of __func__.
8548
8549 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8550
8551         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8552         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8553
8554 2009-11-05  Bruno Haible  <bruno@clisp.org>
8555
8556         Fix link error.
8557         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8558         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8559         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8560
8561 2009-11-05  Bruno Haible  <bruno@clisp.org>
8562
8563         Tests for module 'inet_pton'.
8564         * modules/inet_pton-tests: New file.
8565         * tests/test-inet_pton.c: New file.
8566
8567 2009-11-05  Bruno Haible  <bruno@clisp.org>
8568
8569         Tests for module 'inet_ntop'.
8570         * modules/inet_ntop-tests: New file.
8571         * tests/test-inet_ntop.c: New file.
8572
8573 2009-11-04  Eric Blake  <ebb9@byu.net>
8574
8575         stdlib-safer: wrap all mkstemp variants
8576         * modules/mkostemp (configure.ac): Set witness.
8577         * modules/mkostemps (configure.ac): Likewise.
8578         * modules/mkstemps (configure.ac): Likewise.
8579         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8580         (mkstemps_safer): Wrap more functions.
8581         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8582         wrapping.
8583         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8584         (mkstemps_safer): Implement the wrappers.
8585
8586         mkstemps, mkostemps: new modules
8587         * modules/mkostemps: New module.
8588         * modules/mkstemps: Likewise.
8589         * lib/mkostemps.c (mkostemps): New file.
8590         * lib/mkstemps.c (mkstemps): Likewise.
8591         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8592         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8593         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8594         * modules/stdlib (Makefile.am): Substitute them.
8595         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8596         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8597         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8598         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8599         * MODULES.html.sh (File system functions): Mention them.
8600
8601         tempname: resync from glibc
8602         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8603         same values for __GT_FILE as glibc.  Abort even when assertions
8604         are disabled.
8605         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8606         match its value otherwise.  Allow idempotent inclusion.
8607         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8608         * lib/mkostemp.c (mkostemp): Likewise.
8609         * lib/mkstemp.c (mkstemp): Likewise.
8610         * lib/tmpfile.c (tmpfile): Likewise.
8611         * NEWS: Document this.
8612
8613         utimens: fix use of futimens on older Linux
8614         * lib/utimens.c (fdutimens): Use updated, rather than original,
8615         timespec to avoid bug in older Linux kernel.
8616         Reported by Simon Josefsson.
8617
8618 2009-11-04  Bruno Haible  <bruno@clisp.org>
8619
8620         Make num_processors more flexible and consistent.
8621         * lib/nproc.h (enum nproc_query): New type.
8622         (num_processors): Add a 'query' argument.
8623         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8624         (num_processors): Add a 'query' argument. Test the value of the
8625         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8626         mingw, count the number of CPUs available for the current process.
8627         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8628         Check for sched_getaffinity and sched_getaffinity_np.
8629         * modules/nproc (Depends-on): Add c-ctype, extensions.
8630         * NEWS: Mention the change.
8631
8632 2009-11-03  Bruno Haible  <bruno@clisp.org>
8633
8634         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8635
8636 2009-11-03  Jim Meyering  <meyering@redhat.com>
8637
8638         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8639         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8640         if it is defined.
8641
8642 2009-11-02  Eric Blake  <ebb9@byu.net>
8643
8644         mktime, timegm: share common declaration
8645         * lib/mktime-internal.h: New file.
8646         * lib/mktime.c: Use it rather than open-coding a declaration.
8647         * lib/timegm.c: Likewise.
8648         * modules/mktime (Files): Ship it.
8649         * modules/timegm (Files): Likewise.
8650         Suggested by Bruno Haible.
8651
8652         test-update-copyright: update test to match script changes
8653         * tests/test-update-copyright.sh: Avoid hard-coding perl
8654         location.  Don't update *.bak created by earlier runs.
8655
8656 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8657             Simon Josefsson  <simon@josefsson.org>
8658             Bruno Haible  <bruno@clisp.org>
8659
8660         Fix link error on Solaris 8.
8661         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8662         also in libnsl. Define also INET_PTON_LIB.
8663         * modules/inet_pton (Link): New section.
8664
8665 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8666             Bruno Haible  <bruno@clisp.org>
8667
8668         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8669         * modules/inet_ntop (Link): New section.
8670         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8671
8672 2009-11-02  Eric Blake  <ebb9@byu.net>
8673
8674         maint: avoid compiler warnings in m4 macros
8675         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8676         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8677
8678 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8679
8680         * m4/pmccabe2html.m4: Remove file.
8681         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8682         function.  Change maintainer.
8683         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8684         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8685         Courtès).
8686
8687 2009-10-31  Eric Blake  <ebb9@byu.net>
8688
8689         fseeko: fix m4 regression
8690         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8691         regression from 2009-10-27.
8692         Reported by Ralf Wildenhues.
8693
8694 2009-10-31  Jim Meyering  <meyering@redhat.com>
8695
8696         inttostr: aesthetics and improved (compile-time) safety
8697         Define inttype_is_signed rather than inttype_is_unsigned,
8698         since the sole use is via "#if inttype_is_signed".
8699         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8700         inttype_is_unsigned.
8701         * lib/offtostr.c (inttype_is_signed): Likewise.
8702         * lib/uinttostr.c (inttype_is_signed): Likewise.
8703         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8704         * lib/inttostr.c (inttostr): Use verify to cross-check the
8705         inttype_is_signed value and the signedness of the actual type.
8706         * modules/inttostr (Depends-on): Add verify.
8707
8708 2009-10-30  Eric Blake  <ebb9@byu.net>
8709
8710         build: avoid compiler warnings
8711         * lib/fchmodat.c (lchmod): Mark unused variables.
8712         * lib/getopt.c (_getopt_initialize): Likewise.
8713         * lib/mktime.c (__mktime_internal): Provide prototype.
8714         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8715         older gcc that do not understand #pragma GCC diagnostic.
8716         * lib/uinttostr.c (inttype_is_unsigned): Define.
8717         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8718
8719 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8720
8721         stat: fix compilation on AIX
8722         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8723         only see struct stat64.
8724
8725 2009-10-30  Eric Blake  <ebb9@byu.net>
8726
8727         exclude: make more robust
8728         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8729         rather than masking a coding bug.
8730         Suggested by Bruno Haible.
8731
8732 2009-10-30  Jim Meyering  <meyering@redhat.com>
8733
8734         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8735         Rather than putting #!/usr/bin/perl on the first line,
8736         start with a variant of what's recommended by "man perlrun" that
8737         invokes the first "perl" program from your shell's search path.
8738         * build-aux/gitlog-to-changelog: Replace #!... as above.
8739         Add a "Local Variables" perl mode setting.
8740         Prompted by a patch from Ludovic Courtès.
8741         Improved by Eric Blake.
8742         * build-aux/useless-if-before-free: Likewise.
8743         * build-aux/announce-gen: Likewise.
8744         * build-aux/update-copyright: Likewise.
8745
8746 2009-10-29  Eric Blake  <ebb9@byu.net>
8747
8748         filenamecat-lgpl: adjust clients
8749         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8750         filenamecat.
8751         * modules/renameat (Depends-on): Likewise.
8752
8753         filenamecat: split into filenamecat-lgpl
8754         * modules/filenamecat-lgpl: New module.
8755         * modules/filenamecat (Files): Move library-safe files into
8756         filenamecat-lgpl.
8757         (Depends-on): Add filenamecat-lgpl.
8758         (configure.ac): Declare witness.
8759         * lib/filenamecat.h (file_name_concat): Only declare when using
8760         GPL module.
8761         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8762         Move...
8763         * lib/filenamecat-lgpl.c: ...into new file.
8764         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8765         (gl_FILE_NAME_CONCAT): Use it.
8766         * MODULES.html.sh (File system functions): Mention new module.
8767
8768         argp: avoid memory leak
8769         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8770         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8771         base_name, since the latter malloc()s and can call exit().
8772         Leak introduced 2006-07-03.
8773
8774         dirname-lgpl: adjust clients that don't need full dirname
8775         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8776         * modules/filenamecat (Depends-on): Likewise.
8777         * modules/linkat (Depends-on): Likewise.
8778         * modules/mkancesdirs (Depends-on): Likewise.
8779         * modules/mkdir (Depends-on): Likewise.
8780         * modules/openat (Depends-on): Likewise.
8781         * modules/savewd (Depends-on): Likewise.
8782         * modules/rename (Depends-on): Likewise.
8783         (License): Relax license.
8784         * modules/mkdir-tests (Depends-on): Drop progname.
8785         (Makefile.am): Delete unneeded LDADD.
8786         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8787
8788         dirname: split into dirname-lgpl
8789         * modules/dirname-lgpl: New module.
8790         * modules/dirname (Files): Move library-safe files into
8791         dirname-lgpl.
8792         (Depends-on): Add dirname-lgpl.
8793         (configure.ac): Declare witness.
8794         * modules/double-slash-root (License): Relax license.
8795         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8796         module.
8797         * lib/dirname.c (dir_len, mdir_name): Move...
8798         * lib/dirname-lgpl.c: ...into new file.
8799         * lib/basename.c (last_component, base_len): Move...
8800         * lib/basename-lgpl.c: ...into new file.
8801         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8802         (gl_DIRNAME): Use it.
8803         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8804         Mention new module.
8805         * modules/dirname-tests (Depends-on): Add progname.
8806         * tests/test-dirname.c (program_name): Delete.
8807
8808         mkdir: make safe for libraries
8809         * modules/mkdir (Depends-on): Drop xalloc.
8810         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8811         exit.
8812
8813         tests: avoid some compiler warnings
8814         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8815         literals.
8816         * tests/test-memchr.c (main): Avoid type mismatch.
8817         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8818         * tests/test-base64.c (main): Likewise.
8819         * tests/test-getdelim.c (main): Likewise.
8820         * tests/test-gethostname.c (main): Likewise.
8821         * tests/test-getline.c (main): Likewise.
8822         * tests/test-netinet_in.c (main): Likewise.
8823         * tests/test-select.c (open_server_socket, main): Likewise.
8824         * tests/test-select-stdin.c (main): Likewise.
8825         * tests/test-sockets.c (main): Likewise.
8826         * tests/test-strsignal.c (main): Likewise.
8827         * tests/test-sys_select.c (main): Likewise.
8828         * tests/test-sys_socket.c (main): Likewise.
8829         * tests/test-u64.c (main): Likewise.
8830         * tests/test-xfprintf-posix.c (main): Likewise.
8831         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8832
8833         sockets: avoid compiler warning
8834         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8835
8836         maint: detect usage(1) and other suspicious exits
8837         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8838
8839 2009-10-29  Jim Meyering  <meyering@redhat.com>
8840
8841         timespec: long-to-int truncation could make timespec_cmp malfunction
8842         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8843         a multiple of 2^32 nanoseconds as no difference.
8844
8845 2009-10-28  Jim Meyering  <meyering@redhat.com>
8846
8847         fprintftime: wrap macro code argument in "do {...} while(0)"
8848         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8849         cpy macro must be a statement that can be followed by a semicolon.
8850         Now that the else clause contains a comment and is hence longer
8851         than one line, I require curly braces.  That in turn requires
8852         that we wrap this code block in the standard do...while(0).
8853
8854         fprintftime: remove stray semicolon from previous change
8855         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8856
8857         fprintftime: avoid a warning about ignored fwrite return value
8858         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8859         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8860         that is unsafe.
8861         * modules/fprintftime (Depends-on): Add ignore-value.
8862
8863         exclude: avoid an unwarranted warning
8864         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8865
8866 2009-10-27  Eric Blake  <ebb9@byu.net>
8867
8868         fseek: avoid compilation failure when fflush is replaced
8869         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8870         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8871         module is in use.
8872         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8873         module is not in use; since REPLACE_FSEEK worked otherwise.
8874         (GNULIB_FTELLO): Likewise for ftell.
8875         Reported by Ian Beckwith and others.
8876
8877 2009-10-27  Bruno Haible  <bruno@clisp.org>
8878
8879         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8880         Reported by Jim Meyering.
8881
8882 2009-10-27  Jim Meyering  <jim@meyering.net>
8883             Bruno Haible  <bruno@clisp.org>
8884
8885         Avoid warning despite dropping the return value of fwrite.
8886         * lib/unicodeio.c: Include ignore-value.h.
8887         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8888         * modules/unicodeio (Depends-on): Add ignore-value.
8889
8890 2009-10-26  Eric Blake  <ebb9@byu.net>
8891
8892         areadlinkat: fix fallback path
8893         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8894         pointer and zero.
8895
8896 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8897
8898         Use a better IO block size for modern systems
8899         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8900         * lib/md2.c: Likewise.
8901         * lib/md4.c: Likewise.
8902         * lib/md5.c: Likewise.
8903         * lib/sha1.c: Likewise.
8904         * lib/sha256.c: Likewise.
8905         * lib/sha512.c: Likewise.
8906
8907 2009-10-22  Eric Blake  <ebb9@byu.net>
8908
8909         tests: avoid several compiler warnings
8910         * tests/test-getcwd.c (main): Avoid buffer underflow.
8911         * tests/test-getdate.c (main): String literals are not safe with
8912         putenv, so use setenv.  Declare unused argument.
8913         * modules/getdate-tests (Depends-on): Add setenv.
8914         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8915         problems with string literals in char *.
8916         * tests/test-hash.c (main): Avoid shadowing declaration.
8917         (insert_new): Treat string literals as char const *.
8918         * tests/test-getopt.h (test_getopt): Likewise.
8919         (getopt_loop): Alter types to minimize casting elsewhere.
8920         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8921         (test_getopt_long_posix): Likewise.
8922         (do_getopt_long): Add wrapper to minimize casting.
8923         * tests/test-atexit.c (clear_temp_file): Use void.
8924         * tests/test-areadlink-with-size.c (main): Declare unused
8925         arguments.
8926         * tests/test-areadlink.c (main): Likewise.
8927         * tests/test-areadlinkat-with-size.c (main): Likewise.
8928         * tests/test-areadlinkat.c (main): Likewise.
8929         * tests/test-canonicalize-lgpl.c (main): Likewise.
8930         * tests/test-canonicalize.c (main): Likewise.
8931         * tests/test-dirent-safer.c (main): Likewise.
8932         * tests/test-dirname.c (main): Likewise.
8933         * tests/test-dup2.c (main): Likewise.
8934         * tests/test-fchdir.c (main): Likewise.
8935         * tests/test-fcntl-h.c (main): Likewise.
8936         * tests/test-fcntl-safer.c (main): Likewise.
8937         * tests/test-fdopendir.c (main): Likewise.
8938         * tests/test-fdutimensat.c (main): Likewise.
8939         * tests/test-fflush.c (main): Likewise.
8940         * tests/test-filenamecat.c (main): Likewise.
8941         * tests/test-filevercmp.c (main): Likewise.
8942         * tests/test-fopen-safer.c (main): Likewise.
8943         * tests/test-fopen.c (main): Likewise.
8944         * tests/test-fpending.c (main): Likewise.
8945         * tests/test-fpurge.c (main): Likewise.
8946         * tests/test-freading.c (main): Likewise.
8947         * tests/test-fstatat.c (main): Likewise.
8948         * tests/test-fsync.c (main): Likewise.
8949         * tests/test-futimens.c (main): Likewise.
8950         * tests/test-getndelim2.c (main): Likewise.
8951         * tests/test-gettimeofday.c (main): Likewise.
8952         * tests/test-getopt.c (main): Likewise.
8953         * tests/test-i-ring.c (main): Likewise.
8954         * tests/test-inttypes.c (main): Likewise.
8955         * tests/test-link.c (main): Likewise.
8956         * tests/test-lstat.c (main): Likewise.
8957         * tests/test-math.c (main): Likewise.
8958         * tests/test-md5.c (main): Likewise.
8959         * tests/test-memchr2.c (main): Likewise.
8960         * tests/test-memrchr.c (main): Likewise.
8961         * tests/test-mkdir.c (main): Likewise.
8962         * tests/test-mkdirat.c (main): Likewise.
8963         * tests/test-mkfifoat.c (main): Likewise.
8964         * tests/test-open.c (main): Likewise.
8965         * tests/test-openat-safer.c (main): Likewise.
8966         * tests/test-openat.c (main): Likewise.
8967         * tests/test-quotearg.c (main): Likewise.
8968         * tests/test-rawmemchr.c (main): Likewise.
8969         * tests/test-readlink.c (main): Likewise.
8970         * tests/test-remove.c (main): Likewise.
8971         * tests/test-rename.c (main): Likewise.
8972         * tests/test-renameat.c (main): Likewise.
8973         * tests/test-rmdir.c (main): Likewise.
8974         * tests/test-sha1.c (main): Likewise.
8975         * tests/test-signal.c (main): Likewise.
8976         * tests/test-sigaction.c (main): Likewise.
8977         * tests/test-stat.c (main): Likewise.
8978         * tests/test-stat-time.c (main): Likewise.
8979         * tests/test-stddef.c (main): Likewise.
8980         * tests/test-stdint.c (main): Likewise.
8981         * tests/test-stdio.c (main): Likewise.
8982         * tests/test-stdlib.c (main): Likewise.
8983         * tests/test-strchrnul.c (main): Likewise.
8984         * tests/test-strerror.c (main): Likewise.
8985         * tests/test-string.c (main): Likewise.
8986         * tests/test-strtod.c (main): Likewise.
8987         * tests/test-strverscmp.c (main): Likewise.
8988         * tests/test-symlink.c (main): Likewise.
8989         * tests/test-symlinkat.c (main): Likewise.
8990         * tests/test-sys_stat.c (main): Likewise.
8991         * tests/test-sys_time.c (main): Likewise.
8992         * tests/test-time.c (main): Likewise.
8993         * tests/test-unistd.c (main): Likewise.
8994         * tests/test-unlink.c (main): Likewise.
8995         * tests/test-unlinkat.c (main): Likewise.
8996         * tests/test-utimens.c (main): Likewise.
8997         * tests/test-utimensat.c (main): Likewise.
8998         * tests/test-version-etc.c (main): Likewise.
8999         * tests/test-wchar.c (main): Likewise.
9000         * tests/test-wctype.c (main): Likewise.
9001         * tests/test-xprintf-posix.c (main): Likewise.
9002         * tests/test-posixtm.c (main): Likewise.
9003         (STREQ): Delete unused macro.
9004         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
9005         shadowed variables.
9006         * tests/test-memchr.c (main): Likewise.
9007
9008 2009-10-21  Eric Blake  <ebb9@byu.net>
9009
9010         areadlinkat: avoid failure on older glibc
9011         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9012         rather than mis-comparing 0 against FUNC_RESULT of char*.
9013
9014 2009-10-21  Bruno Haible  <bruno@clisp.org>
9015
9016         * modules/stpncpy (License): Relicense under LGPLv2+.
9017         Reported by David Lutterkort <lutter@redhat.com>.
9018
9019 2009-10-20  Eric Blake  <ebb9@byu.net>
9020
9021         utimensat: work around Solaris 9 bug
9022         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9023         has trailing slash bugs.
9024         * tests/test-lutimens.h (test_lutimens): Enhance test.
9025         * tests/test-utimens.h (test_utimens): Likewise.
9026         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9027         * doc/posix-functions/utimes.texi (utimes): Likewise.
9028         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9029         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9030         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9031         * doc/posix-functions/futimens.texi (futimens): Likewise.
9032
9033         fdutimensat: new module
9034         * modules/fdutimensat: New file.
9035         * lib/fdutimensat.c (fdutimensat): Likewise.
9036         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9037         * MODULES.html.sh (File system functions): Mention module.
9038         * modules/fdutimensat-tests: New test.
9039         * tests/test-fdutimensat.c: Likewise.
9040
9041         doc: regenerate INSTALL
9042         * doc/INSTALL: Reflect recent autoconf update.
9043         * doc/INSTALL.ISO: Likewise.
9044         * doc/INSTALL.UTF-8: Likewise.
9045
9046 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9047
9048         acl: warn if ACL support is not detected
9049         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9050
9051 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9052
9053         * lib/nproc.h: Add extern "C" block for C++.
9054
9055 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9056             Bruno Haible  <bruno@clisp.org>
9057
9058         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9059         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9060         * doc/posix-functions/isalpha.texi: Likewise.
9061         * doc/posix-functions/isblank.texi: Likewise.
9062         * doc/posix-functions/iscntrl.texi: Likewise.
9063         * doc/posix-functions/isdigit.texi: Likewise.
9064         * doc/posix-functions/isgraph.texi: Likewise.
9065         * doc/posix-functions/islower.texi: Likewise.
9066         * doc/posix-functions/isprint.texi: Likewise.
9067         * doc/posix-functions/ispunct.texi: Likewise.
9068         * doc/posix-functions/isspace.texi: Likewise.
9069         * doc/posix-functions/isupper.texi: Likewise.
9070         * doc/posix-functions/isxdigit.texi: Likewise.
9071
9072 2009-10-18  Bruno Haible  <bruno@clisp.org>
9073
9074         Tests for module 'isblank'.
9075         * modules/isblank-tests: New file.
9076         * tests/test-isblank.c: New file.
9077
9078         New module 'isblank'.
9079         * lib/isblank.c: New file.
9080         * m4/isblank.m4: New file.
9081         * modules/isblank: New file.
9082         * doc/posix-functions/isblank.texi: Mention the new module.
9083
9084 2009-10-18  Bruno Haible  <bruno@clisp.org>
9085
9086         New module 'ctype'.
9087         * lib/ctype.in.h: New file.
9088         * m4/ctype.m4: New file.
9089         * modules/ctype: New file.
9090         * doc/posix-headers/ctype.texi: Mention the new module.
9091
9092 2009-10-18  Jim Meyering  <meyering@redhat.com>
9093
9094         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9095         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9096         right after its initialization, rather than farther down.
9097         Keeping these in close proximity makes it easier to ensure
9098         that each such variable is initialized.  E.g.,
9099
9100             LIB_CLOCK_GETTIME=
9101             AC_SUBST([LIB_CLOCK_GETTIME])
9102
9103         This change also increments these serial numbers.
9104         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9105         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9106         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9107
9108 2009-10-18  Bruno Haible  <bruno@clisp.org>
9109
9110         Don't let environment variables perturb build.
9111         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9112         (gl_PREREQ_GETHRXTIME): ... not here.
9113
9114 2009-10-18  Bruno Haible  <bruno@clisp.org>
9115
9116         Avoid symlink attack in localcharset module.
9117         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9118         (O_NOFOLLOW): Define fallback.
9119         (get_charset_aliases): Don't open the file if it is a symbolic link.
9120         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9121         gl_FCNTL_H.
9122         (gl_FCNTL_H): Require it.
9123         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9124         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9125         Reported by Fergal Glynn <fglynn@veracode.com>.
9126
9127 2009-10-18  Bruno Haible  <bruno@clisp.org>
9128
9129         Implement nproc for mingw.
9130         * lib/nproc.c: Include <windows.h>
9131         (num_processors): On native Windows platforms, try GetSystemInfo.
9132
9133 2009-10-18  Bruno Haible  <bruno@clisp.org>
9134
9135         Implement nproc for IRIX.
9136         * lib/nproc.c: Include <sys/sysmp.h>.
9137         (num_processors): On IRIX systems, try sysmp.
9138         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9139
9140 2009-10-18  Bruno Haible  <bruno@clisp.org>
9141
9142         Implement nproc for HP-UX.
9143         * lib/nproc.c: Include <sys/pstat.h>
9144         (num_processors): On HP-UX systems, try pstat_getdynamic.
9145         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9146         pstat_getdynamic.
9147
9148 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9149             Bruno Haible  <bruno@clisp.org>
9150
9151         Implement nproc for NetBSD, OpenBSD.
9152         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9153         (ARRAY_SIZE): New macro.
9154         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9155         * m4/nproc.m4: New file.
9156         * modules/nproc (Files): Add m4/nproc.m4.
9157         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9158         (Makefile.am): Instead, augment lib_SOURCES.
9159
9160 2009-10-18  Bruno Haible  <bruno@clisp.org>
9161
9162         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9163         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9164         sys/param.h.
9165
9166 2009-10-16  Eric Blake  <ebb9@byu.net>
9167
9168         utimensat: new module
9169         * modules/utimensat: New file.
9170         * lib/utimensat.c (utimensat): Likewise.
9171         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9172         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9173         so we can work around Linux bugs.
9174         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9175         * modules/sys_stat (Makefile.am): Substitute them.
9176         * lib/sys_stat.in.h (utimensat): Declare it.
9177         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9178         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9179         * modules/utimensat-tests: New test.
9180         * tests/test-utimensat.c: Likewise.
9181
9182         utimens: let lutimens work on non-symlinks
9183         * lib/utimens.c (lutimens): Fall back to utimens rather than
9184         failing with ENOSYS, when file is not a symlink.
9185         (utimens): Reduce redirection.
9186         * tests/test-lutimens.h (test_lutimens): Update test to cover
9187         non-symlinks.
9188         * tests/test-utimens.h (test_utimens): Update test to cover
9189         symlinks.
9190         * tests/test-utimens.c (main): Update caller.
9191
9192         utimens: cache whether utimensat syscall works
9193         * lib/utimens.c (utimensat_works_really): New cache variable.
9194         (fdutimens, lutimens): Use it to avoid failing syscall.
9195
9196         test-stat-time, test-utimens: improve portability
9197         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9198         ext4 on alpha, and for cygwin.
9199         * tests/test-utimens-common.h: New file.
9200         (nap): Factor delays into single function.
9201         * tests/test-lutimens.h (test_lutimens): Use new header.
9202         * tests/test-futimens.h (test_futimens): Likewise.
9203         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9204         timestamps to occur from same machine, as was done previously for
9205         test_utimens.
9206         * modules/utimens-tests (Files): Ship new file.
9207         * modules/futimens-tests (Files): Likewise.
9208         Reported in part by Jim Meyering.
9209
9210         sys_stat: sort replacement declarations
9211         * lib/sys_stat.in.h: Sort declarations.
9212         * lib/futimens.c (futimens): Fix typo.
9213
9214 2009-10-15  Jim Meyering  <meyering@redhat.com>
9215
9216         don't let environment settings perturb build
9217         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9218         could cause a configure-time and/or build-time malfunction.
9219         Typically, a configure-time function-in-library test is performed
9220         via code like this:
9221
9222           LIB_VAR=
9223           AC_SUBST([LIB_VAR])
9224           prefix_saved_LIBS=$LIBS
9225             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9226                        [test "$ac_cv_search_FUNC" = "none required" ||
9227                         LIB_VAR=$ac_cv_search_FUNC])
9228           LIBS=$prefix_saved_LIBS
9229
9230         However, in each of the files affected by this change, the LIB_VAR=
9231         initialization was omitted.  Thus, when set in the environment, its
9232         value would propagate into generated Makefiles when FUNC is not found
9233         in LIB_NAME.
9234         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9235         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9236         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9237
9238 2009-10-14  Eric Blake  <ebb9@byu.net>
9239
9240         fchdir: avoid infinite recursion in mingw
9241         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9242         recursing.
9243
9244         test-stat-time: port to mingw
9245         * tests/test-stat-time.c (force_unlink): Return a value.
9246         (test_ctime) [W32]: Fix compilation error.
9247         (nap): Don't call usleep with too large an argument.  Use
9248         force_unlink.
9249         * doc/pastposix-functions/usleep.texi (usleep): Document the
9250         portability issue.
9251
9252 2009-10-13  Jim Meyering  <meyering@redhat.com>
9253
9254         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9255         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9256         * modules/pipe-filter-ii: Likewise.
9257         * modules/sys_socket-tests: Likewise.
9258         * modules/tsearch-tests: Likewise.
9259         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9260         (check): Depend on it.
9261
9262 2009-10-12  Eric Blake  <ebb9@byu.net>
9263
9264         utimens-tests: port to NFS file systems
9265         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9266         comparisons to avoid spurious failures from timestamp drift
9267         between NFS machines.
9268
9269 2009-10-12  Eric Blake  <ebb9@byu.net>
9270
9271         stat-time-tests: minor cleanups
9272         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9273         * tests/test-stat-time.c (nap): Separate assignment from call.
9274         Suggested by Paolo Bonzini and Bruno Haible.
9275
9276         sys_stat: guarantee struct timespec
9277         * lib/sys_stat.in.h (includes): Always include <time.h>
9278         * modules/sys_stat (Depends-on): Add time.
9279         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9280         mode_t permission values.
9281         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9282         get at subsecond timestamps.
9283
9284 2009-10-10  Eric Blake  <ebb9@byu.net>
9285
9286         futimens: new module
9287         * modules/futimens: New file.
9288         * lib/futimens.c (futimens): Likewise.
9289         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9290         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9291         we can work around Linux bugs.
9292         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9293         * modules/sys_stat (Makefile.am): Substitute them.
9294         * lib/sys_stat.in.h (futimens): Declare it.
9295         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9296         * doc/posix-functions/futimens.texi (futimens): Likewise.
9297         * modules/futimens-tests: New test.
9298         * tests/test-futimens.c: Likewise.
9299
9300         utimens: introduce fdutimens
9301         * lib/utimens.h (fdutimens): New prototype.
9302         * lib/utimens.c (gl_futimens): Move guts...
9303         (fdutimens): ...to new interface.
9304         * tests/test-utimens.c (do_fdutimens): Use it.
9305
9306         utimens: add UTIME_NOW and UTIME_OMIT support
9307         * lib/utimens.c (validate_timespec, update_timespec): New helper
9308         functions.
9309         (gl_futimens, lutimens): Use them.
9310         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9311         stdbool, sys_stat.
9312         (Link): Mention resulting library dependency.
9313         * modules/utimecmp (Link): Likewise.
9314         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9315         (Makefile.am): Pick up library dependency.
9316         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9317         definition.
9318         * tests/test-sys_stat.c: Test the definitions.
9319         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9320         * NEWS: Document library dependency.
9321
9322         utimecmp: support symlink timestamps
9323         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9324         hashing when possible.  Use pathconf when available.
9325         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9326         * modules/utimecmp (Depends-on): Add lstat.
9327
9328         utimens: add lutimens interface
9329         * lib/utimens.c (lutimens): New function.
9330         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9331         * lib/utimens.h (lutimens): Declare new interface.
9332         * tests/test-utimens.c (main): Enhance test.
9333         * tests/test-lutimens.h (test_lutimens): New file.
9334         * modules/utimens-tests (Files): Distribute it.
9335         (Depends-on): Add symlink.
9336         (configure.ac): Check for usleep.
9337
9338         utimens: validate futimens usage
9339         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9340         fewer syscalls on failure later on.  Avoid compiler warning on
9341         mingw.
9342         * modules/utimens (Depends-on): Add dup2.
9343
9344         utimens: add test
9345         * modules/utimens-tests: New test.
9346         * tests/test-utimens.h: New file.
9347         * tests/test-futimens.h: Likewise.
9348         * tests/test-utimens.c: Likewise.
9349
9350         doc: mention timestamp portability issues
9351         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9352         instead.
9353         * doc/posix-functions/utime.texi (utime): Likewise.
9354         * doc/posix-functions/utimes.texi (utimes): Likewise.
9355         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9356         instead.
9357         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9358         module.
9359         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9360         Mention weakness with symlink timestamps.
9361         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9362         to utimensat/futimens instead.
9363         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9364
9365         test-dup2: enhance test
9366         * tests/test-dup2.c (main): Also check AT_FDCWD.
9367
9368         test-stat-time: avoid more spurious failures
9369         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9370         xfs; and avoid race if the two timestamps cross quantization edge.
9371
9372         relocatable: prefer 'file system' over 'filesystem'
9373         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9374         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9375         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9376         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9377         * lib/relocatable.c (compute_curr_prefix): Likewise.
9378
9379 2009-10-10  Jim Meyering  <meyering@redhat.com>
9380
9381         stat-time-tests: check for the usleep function
9382         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9383
9384 2009-10-10  Bruno Haible  <bruno@clisp.org>
9385
9386         * modules/xnanosleep: Put the Link section after the Include section.
9387
9388 2009-10-09  Eric Blake  <ebb9@byu.net>
9389
9390         dup2: work around FreeBSD 6.1 bug
9391         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9392         * doc/posix-functions/dup2.texi (dup2): Document it.
9393         Reported by Nelson H. F. Beebe and Jim Meyering.
9394
9395         test-stat-time: port to buggy NFS clients
9396         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9397         (test_ctime): Also skip test if mtime and ctime are skewed.
9398
9399         maint: prefer 'file system' over 'filesystem'
9400         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9401         * doc/posix-functions/lstat.texi (lstat): Likewise.
9402         * lib/file-has-acl.c (file_has_acl): Likewise.
9403         * lib/fwriteerror.c [TEST]: Likewise.
9404         * tests/test-areadlink.h (test_areadlink): Likewise.
9405         * tests/test-areadlinkat-with-size.c (main): Likewise.
9406         * tests/test-areadlinkat.c (main): Likewise.
9407         * tests/test-canonicalize-lgpl.c (main): Likewise.
9408         * tests/test-canonicalize.c (main): Likewise.
9409         * tests/test-fstatat.c (main): Likewise.
9410         * tests/test-linkat.c (main): Likewise.
9411         * tests/test-lstat.h (test_lstat_func): Likewise.
9412         * tests/test-mkdir.h (test_mkdir): Likewise.
9413         * tests/test-readlink.h (test_readlink): Likewise.
9414         * tests/test-remove.c (main): Likewise.
9415         * tests/test-rename.h (test_rename): Likewise.
9416         * tests/test-renameat.c (main): Likewise.
9417         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9418         * tests/test-symlink.h (test_symlink): Likewise.
9419         * tests/test-symlinkat.c (main): Likewise.
9420         * tests/test-unlink.h (test_unlink_func): Likewise.
9421         * tests/test-unlinkat.c (main): Likewise.
9422
9423         maint: make realtime library usage explicit
9424         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9425         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9426         * modules/settime (Link): Likewise.
9427         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9428
9429         test-stat-time: speed up execution
9430         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9431         warning on mingw.
9432         (nap): New helper function.
9433         (prepare_test): Use it to reduce sleep time.
9434         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9435         execution.
9436         * modules/stat-time-tests (configure.ac): Check for usleep.
9437
9438 2009-10-09  Jim Meyering  <meyering@redhat.com>
9439
9440         selinux-h: always use getfilecon wrappers
9441         * lib/getfilecon.c: New file.
9442         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9443         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9444         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9445         (fgetfilecon): Provide a stub.
9446         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9447         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9448         file unconditionally.
9449         When <selinux/selinux.h> is found, arrange to use wrappers.
9450         * modules/selinux-h (Files): Add getfilecon.c.
9451         (Makefile.am): Substitute include-next-related bits
9452         into the now-always-generated selinux/selinux.h file.
9453         * doc/glibc-functions/lgetfilecon.texi: New file.
9454         * doc/glibc-functions/fgetfilecon.texi: New file.
9455         * doc/glibc-functions/getfilecon.texi: New file.
9456         * doc/glibc-functions/getfilecon-desc.texi: New file.
9457         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9458         which to pull in the new files.
9459         * MODULES.html.sh (Misc): Add selinux-h.
9460
9461 2009-10-08  Jim Meyering  <meyering@redhat.com>
9462
9463         unistd: fix comment typo
9464         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9465
9466 2009-10-08  Eric Blake  <ebb9@byu.net>
9467
9468         areadlink: use SIZE_MAX consistently
9469         * modules/areadlink (Depends-on): Add stdint.
9470         * modules/areadlink-with-size (Depends-on): Likewise.
9471         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9472         gives NULL; drop sys/types, since unistd gives size_t; and add
9473         stdint for SIZE_MAX.
9474         (SIZE_MAX): Rely on headers.
9475         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9476         and add stdint.
9477         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9478         (SIZE_MAX): Likewise.
9479         (INITIAL_BUF_SIZE): Turn into enum.
9480         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9481
9482 2009-10-08  Jim Meyering  <meyering@redhat.com>
9483
9484         areadlinkat: avoid compilation failure
9485         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9486         Fix typo in comment.
9487
9488 2009-10-07  Eric Blake  <ebb9@byu.net>
9489
9490         areadlinkat-with-size: new module
9491         * modules/areadlinkat-with-size: New module.
9492         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9493         * lib/areadlink.h (areadlinkat): Declare it.
9494         * MODULES.html.sh (File system functions): Mention it.
9495         * modules/areadlinkat-with-size-tests: New test.
9496         * tests/test-areadlinkat-with-size.c: New file.
9497
9498         xreadlinkat: new module
9499         * modules/xreadlinkat: New module.
9500         * lib/xreadlinkat.c (xreadlinkat): New file.
9501         * lib/xreadlink.h (xreadlinkat): Declare it.
9502         * MODULES.html.sh (File system functions): Mention it.
9503
9504         areadlinkat: new module
9505         * lib/at-func.c (FUNC_FAIL): New define.
9506         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9507         * modules/areadlinkat: New module.
9508         * lib/linkat.c (areadlinkat): Move...
9509         * lib/areadlinkat.c (areadlinkat): ...to new file.
9510         * lib/areadlink.h (areadlinkat): Declare it.
9511         * modules/linkat (Depends-on): Add areadlinkat.
9512         * MODULES.html.sh (File system functions): Mention it.
9513         * modules/areadlinkat-tests: New test.
9514         * tests/test-areadlinkat.c: New file.
9515
9516         areadlink, areadlink-with-size: add tests
9517         * modules/areadlink-tests: New test.
9518         * modules/areadlink-with-size-tests: Likewise.
9519         * tests/test-areadlink.h: New file.
9520         * tests/test-areadlink.c: Likewise.
9521         * tests/test-areadlink-with-size.c: Likewise.
9522
9523         maint: minor cleanups
9524         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9525         _UNUSED_PARAMETER_ instead.
9526         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9527         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9528         * modules/linkat-tests (Files): Distribute test-link.h.
9529
9530         openat, utimens: whitespace cleanup
9531         * lib/openat.c: Prefer space throughout, rather than mix of 8
9532         spaces vs. tabs.
9533         * lib/at-func.c: Likewise.
9534         * lib/utimens.c: Likewise.
9535
9536         openat: avoid using wrong fd
9537         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9538         working directory chooses same fd.
9539         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9540
9541         mkdir, mkdirat: fix cygwin 1.5.x bug
9542         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9543         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9544         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9545         bug.
9546         (gl_PREREQ_MKDIR): Delete unused macro.
9547         * modules/mkdir (Files): Track file rename.
9548         (configure.ac): Update macro name.
9549         * modules/openat (Depends-on): Add mkdir.
9550         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9551
9552         mkdir, mkdirat: add tests
9553         * modules/mkdir-tests: New test.
9554         * tests/test-mkdir.h: New file.
9555         * tests/test-mkdir.c: Likewise.
9556         * tests/test-mkdirat.c: Likewise.
9557         * modules/openat-tests (Files): Add new files.
9558         (Makefile.am): Run new test.
9559
9560 2009-10-06  Eric Blake  <ebb9@byu.net>
9561
9562         doc: tweak *at function documentation
9563         * doc/posix-functions/faccessat.texi (faccessat): Mention
9564         known issue with replacement.
9565         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9566         * doc/posix-functions/linkat.texi (linkat): Likewise.
9567         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9568         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9569         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9570         * doc/posix-functions/renameat.texi (renameat): Likewise.
9571         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9572
9573         openat: fix GNU/Hurd bug in unlinkat
9574         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9575         broken.
9576         * doc/posix-functions/unlink.texi (unlink): Document this.
9577         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9578
9579         fdopendir: fix GNU/Hurd bug
9580         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9581         allowing non-directory fds.
9582         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9583         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9584         * modules/dirent (Makefile.am): Substitute it.
9585         * lib/dirent.in.h (fdopendir): Declare replacement.
9586         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9587         * tests/test-fdopendir.c (main): Test something other than
9588         /dev/null, since on Hurd that behaves like a directory.
9589
9590         test-symlink: port to GNU/Hurd
9591         * tests/test-symlink.h (test_symlink): Relax expected errno.
9592
9593         doc: tweak more cygwin information
9594         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9595         now compatible with glibc.
9596         * doc/posix-functions/getopt.texi (getopt): Likewise.
9597
9598         getopt-gnu: add another test
9599         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9600         guarantee behavior relied on by m4.
9601         * tests/test-getopt.c (main): Use it.
9602         * modules/getopt-posix-tests (Depends-on): Add setenv.
9603         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9604
9605         getopt: fix compilation on darwin
9606         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9607         include.
9608         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9609         Reported by Ludovic Courtès.
9610
9611 2009-10-06  Bruno Haible  <bruno@clisp.org>
9612
9613         * modules/size_max (Description): Discourage its use.
9614         Reported by Simon Josefsson.
9615
9616 2009-10-06  Jim Meyering  <meyering@redhat.com>
9617
9618         linkat: avoid compilation failure
9619         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9620
9621 2009-10-05  Eric Blake  <ebb9@byu.net>
9622
9623         linkat: support Linux 2.6.17
9624         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9625         linkat on Linux, but allow cache variable override.
9626         * lib/linkat.c (rpl_linkat): Define override.
9627         * modules/linkat (Depends-on): Add symlinkat.
9628         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9629         * modules/unistd (Makefile.am): Substitute it.
9630         * lib/unistd.in.h (linkat): Declare replacement.
9631         Reported by Pádraig Brady.
9632
9633         quotearg: port test to systems with C.UTF-8 locale
9634         * tests/test-quotearg.c (struct result_strings): Add another
9635         member, differentiating between C.ASCII and C.UTF-8 handling.
9636         (compare_strings): Add parameter.
9637         (main): Adjust all callers.
9638
9639         getopt: avoid clash with FreeBSD _getopt_internal
9640         * lib/getopt.in.h (_getopt_internal): Override the name.
9641         * lib/getopt_int.h (includes): Pick up any overrides.
9642         Reported by Reuben Thomas.
9643
9644         hash: allow C89 compilation
9645         * lib/hash.c (check_tuning): Move declaration before statement.
9646         Reported by Reuben Thomas.
9647
9648 2009-10-05  Karl Berry  <karl@gnu.org>
9649
9650         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9651
9652 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9653             Bruno Haible  <bruno@clisp.org>
9654
9655         * lib/uname.c (uname): Use a table-driven algorithm to compute
9656         Windows NT versions.
9657
9658 2009-10-04  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9661         program_invocation_short_name.
9662         * modules/progname (configure.ac): Test for presence of
9663         program_invocation_short_name.
9664         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9665
9666 2009-10-04  Bruno Haible  <bruno@clisp.org>
9667
9668         * lib/progname.c (set_program_name): Fix comment.
9669         Reported by Jim Meyering.
9670
9671 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9672             Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/uname.c: Include <string.h>.
9675         (uname): Do only one call to GetVersionEx in the common case.
9676
9677 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9678             Bruno Haible  <bruno@clisp.org>
9679
9680         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9681         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9682         (uname): Add support for Windows CE and various non-x86 CPU types.
9683
9684 2009-10-03  Bruno Haible  <bruno@clisp.org>
9685
9686         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9687         invocation to tests/configure.ac.
9688         Reported by Ian Beckwith <ianb@erislabs.net>.
9689
9690 2009-10-02  Eric Blake  <ebb9@byu.net>
9691
9692         fchdir: avoid compiler warning
9693         * lib/fchdir.c (canonicalize_file_name)
9694         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9695
9696         test-open: support mingw errno values
9697         * tests/test-open.h (test_open): Relax test.
9698         * tests/test-fopen.h (test_fopen): Likewise.
9699         * tests/test-openat-safer.c (main): Likewise.
9700
9701         open: fix opening directory on mingw
9702         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9703
9704         test-open: on GNU/Hurd, /dev/null is a directory
9705         * tests/test-fopen.h (main): Rename...
9706         (test_fopen): ...to this.  Use a guaranteed non-directory when
9707         confirming open behavior on trailing slash.
9708         * tests/test-openat-safer.c (main): Likewise.
9709         * tests/test-open.h (main): Likewise....
9710         (test_open): ...to this.
9711         * tests/test-fopen.c (main): Adjust caller.
9712         * tests/test-fopen-safer.c (main): Likewise.
9713         * tests/test-open.c (main): Likewise.
9714         * tests/test-fcntl-safer.c (main): Likewise.
9715         Reported by Samuel Thibault.
9716
9717         rename, fchdir: don't ignore chdir failure
9718         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9719         * lib/rename.c (rpl_rename) [W32]: Likewise.
9720         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9721         an empty destination directory if source cannot be renamed,
9722         although there is still possibility for failure.
9723         * doc/posix-functions/rename.texi (rename): Document the race.
9724         Reported by Jim Meyering.
9725
9726         maint: cleanup whitespace in recent commits
9727         * lib/rename.c (rpl_rename): Remove tabs.
9728         * tests/test-link.h (test_link): Likewise.
9729         * lib/fchdir.c (get_name): Likewise.
9730         Reported by Jim Meyering.
9731
9732 2009-10-02  Ben Pfaff  <blp@gnu.org>
9733
9734         relocatable-prog-wrapper: Add missing dependency on
9735         double-slash-root.
9736         * modules/relocatable-prog-wrapper: Add dependency.
9737         Reported by Ian Beckwith <ianb@erislabs.net>.
9738
9739 2009-10-02  Eric Blake  <ebb9@byu.net>
9740
9741         renameat: fix Solaris bugs
9742         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9743         needed fixing.
9744         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9745         * modules/stdio (Makefile.am): Substitute it.
9746         * lib/stdio.in.h (renameat): Declare replacement.
9747         * lib/renameat.c (rpl_renameat): Implement fix.
9748
9749         renameat: new module
9750         * modules/renameat: New file.
9751         * lib/renameat.c (renameat): Likewise.
9752         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9753         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9754         * modules/stdio (Makefile.am): Substitute them.
9755         * lib/stdio.in.h (renameat): Declare it.
9756         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9757         * doc/posix-functions/renameat.texi (renameat): Likewise.
9758         * modules/renameat-tests: New test.
9759         * tests/test-renameat.c: Likewise.
9760
9761         rename: fix mingw bugs
9762         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9763         directory overwrite bugs.
9764
9765         rename: fix another cygwin 1.5 bug
9766         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9767         checks.
9768         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9769         unnecessary cygwin workarounds.  Also work around bug with moving
9770         full directory onto an empty one.
9771         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9772
9773         rename-dest-slash: merge into rename module
9774         * modules/rename-dest-slash (Status): Mark obsolete.
9775         (Depends-on): Add rename.
9776         (Files): Let rename do it all.
9777         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9778         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9779         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9780         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9781         * lib/rename.c (rpl_rename): Update comments.
9782
9783         rename: fix cygwin 1.5.x bugs
9784         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9785         * lib/rename.c (rpl_rename): Work around them.
9786         * modules/rename (Depends-on): Add same-inode.
9787
9788         rename: fix Solaris 10 bug
9789         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9790         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9791         was the only bug.
9792
9793         rename: fix Solaris 9 bug
9794         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9795         on non-directory.  Avoid calling exit.
9796         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9797         strdup.
9798         * modules/rename-tests (Depends-on): Drop lstat.
9799         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9800         (gl_PREREQ_RENAME): Delete unused macro.
9801
9802         rename-dest-slash: fix NetBSD bug
9803         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9804         links.
9805         * modules/rename-dest-slash (Depends-on): Add same-inode.
9806
9807         rename-tests: new test, exposes several platform bugs
9808         * modules/rename-tests: New file.
9809         * tests/test-rename.h: Likewise.
9810         * tests/test-rename.c: Likewise.
9811         * doc/posix-functions/rename.texi (rename): Improve documentation,
9812         including bugs that will eventually be fixed in gnulib.
9813
9814 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9815
9816         * lib/uname.c: Include <stdlib.h>
9817         (uname): Assume version info is available.
9818
9819 2009-10-02  Jim Meyering  <meyering@redhat.com>
9820
9821         gnu-web-doc-update: correct --help output
9822         * build-aux/gnu-web-doc-update: Make --help output relevant.
9823
9824         gnu-web-doc-update: add standard options
9825         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9826
9827         gnu-web-doc-update: New module.
9828         Use this script to automatically update the on-line web documentation
9829         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9830         * modules/gnu-web-doc-update: New file, from coreutils.
9831         * build-aux/gnu-web-doc-update: New script.
9832
9833 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9834
9835         link: LoadLibrary is not needed.
9836         * lib/link.c: Use GetModuleHandle.
9837
9838 2009-10-01  Eric Blake  <ebb9@byu.net>
9839
9840         getopt: bump serial number
9841         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9842         change.
9843
9844         tests: tighten link, rmdir, and remove tests
9845         * tests/test-link.h (includes): No need to use <config.h> here.
9846         Clean up if directory hard link was created, otherwise test for
9847         trailing '.'.
9848         * tests/test-linkat.c (main): Simplify.
9849         * tests/test-remove.c (main): Enhance test for trailing '.'.
9850         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9851
9852 2009-10-01  Jim Meyering  <meyering@redhat.com>
9853
9854         maint.mk: requiring "make major" was annoying, for a "minor" release.
9855         What is intended is "stable", to contrast with alpha and beta,
9856         so require "make stable", not "make major".
9857         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9858         (get_tool_versions): Likewise.
9859         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9860
9861 2009-09-30  Ben Pfaff  <blp@gnu.org>
9862
9863         Fix broken build of replacement for Windows tmpfile().
9864         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9865         flags argument added along with the 'mkostemp' module.
9866
9867 2009-09-28  Bruno Haible  <bruno@clisp.org>
9868
9869         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9870         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9871         to 'remove_elt'.
9872         (gl_list_remove): Update.
9873         * lib/gl_list.c (gl_list_remove): Update.
9874         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9875         to 'remove_elt'.
9876         (gl_oset_remove): Update.
9877         * lib/gl_list.c (gl_oset_remove): Update.
9878         Reported by Eric Blake.
9879
9880 2009-09-28  Eric Blake  <ebb9@byu.net>
9881
9882         doc: mention yet more cygwin 1.7 status
9883         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9884         cygwin.
9885         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9886         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9887
9888         argp: fix test failure
9889         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9890         that are not upper-case.  Pass correct range to tolower.
9891
9892 2009-09-27  Jim Meyering  <meyering@redhat.com>
9893
9894         test-yesno: work around sparc-dash here-document infelicity
9895         Without this change, the literal \177 byte in a here document
9896         would make dash 0.5.5.1-3 access uninitialized memory.
9897         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9898         Instead, use a marker, "@", and filter through tr to create the desired
9899         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9900
9901 2009-09-27  Bruno Haible  <bruno@clisp.org>
9902
9903         Disable untested support for new flavours of ACLs on AIX.
9904         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9905         progress.
9906         * lib/set-mode-acl.c (qset_acl): Likewise.
9907
9908 2008-12-07  Bruno Haible  <bruno@clisp.org>
9909
9910         Add support for new flavours of ACLs on AIX. (Untested.)
9911         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9912         (file_has_acl): Add support for newer AIX.
9913         * lib/set-mode-acl.c (qset_acl): Likewise.
9914         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9915         Rainer Tammer <tammer@tammer.net>.
9916
9917 2009-09-26  Eric Blake  <ebb9@byu.net>
9918
9919         argp: fix compilation of getopt
9920         * lib/getopt.in.h (includes): Use different guard than glibc.
9921         Reported by Sergey Poznyakoff.
9922
9923         doc: mention more cygwin 1.7 status
9924         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9925         bug.
9926         * doc/posix-functions/execl.texi (execl): Likewise.
9927         * doc/posix-functions/execle.texi (execle): Likewise.
9928         * doc/posix-functions/execlp.texi (execlp): Likewise.
9929         * doc/posix-functions/execv.texi (execv): Likewise.
9930         * doc/posix-functions/execve.texi (execve): Likewise.
9931         * doc/posix-functions/execvp.texi (execvp): Likewise.
9932         * doc/glibc-functions/canonicalize_file_name.texi
9933         (canonicalize_file_name): Cygwin 1.7 now provides this.
9934         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9935         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9936         on AT_SYMLINK_NOFOLLOW.
9937
9938 2009-09-24  Eric Blake  <ebb9@byu.net>
9939
9940         test-linkat: make test more robust
9941         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9942
9943         getopt: fix inclusion guards for cygwin
9944         * modules/getopt-posix (Depends-on): Add include-next.
9945         (Makefile.am): Substitute more items in replacement header.
9946         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9947         <getopt.h>.
9948         * lib/getopt.in.h (includes): Use split inclusion guard, and
9949         prefer <getopt.h> over include <unistd.h> when one is present.
9950         (option): Also override name of 'struct option'.
9951
9952         same-inode: revert prior change; it is not yet ready
9953         * NEWS: Undo mention of this change.
9954         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9955         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9956         * lib/cycle-check.c (cycle_check): Likewise.
9957         * lib/same.c (same_name): Likewise.
9958         * lib/at-func2.c (at_func2): Likewise.
9959
9960 2009-09-23  Eric Blake  <ebb9@byu.net>
9961
9962         linkat: new module
9963         * modules/linkat: New file.
9964         * lib/at-func2.c (at_func2): Likewise.
9965         * lib/linkat.c (linkat): Likewise.
9966         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9967         * lib/openat-priv.h (at_func2): Add declaration.
9968         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9969         * modules/unistd (Makefile.am): Substitute them.
9970         * lib/unistd.in.h (linkat): Declare it.
9971         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9972         * doc/posix-functions/linkat.texi (linkat): Likewise.
9973         * doc/posix-functions/link.texi (link): Tweak wording.
9974         * tests/test-link.c (main): Move guts...
9975         * tests/test-link.h (test_link): ...into new file.
9976         * modules/linkat-tests: New test.
9977         * tests/test-linkat.c: Likewise.
9978         * modules/link-tests (Files): Ship new file.
9979         (Depends-on): Add stdbool.
9980
9981         dirname: add library-safe mdir_name
9982         * lib/dirname.h (mdir_name): New prototype.
9983         * lib/dirname.c (dir_name): Move guts...
9984         (mdir_name): ...to new function that avoids xalloc_die.
9985
9986         fchdir: another mingw fix
9987         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9988         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9989         on mingw (where it has not yet been ported), and make it optional
9990         elsewhere.
9991         (_gl_register_fd): Use it.
9992
9993         same-inode: make SAME_INODE tri-state, to port to mingw
9994         * NEWS: Mention this change.
9995         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9996         st_ino always being 0.
9997         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9998         * lib/cycle-check.c (cycle_check): Likewise.
9999         * lib/same.c (same_name): Likewise.
10000
10001         lstat: avoid mingw compilation error
10002         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
10003         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
10004         lstat ourselves.
10005         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10006         was adequate.
10007         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10008         the checks for lstat.
10009         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10010
10011         link: fix test failure on Solaris 9
10012         * lib/link.c (rpl_link): Don't assume link will catch bogus
10013         trailing slash on source.
10014
10015         test-symlinkat: enhance test
10016         * tests/test-readlink.c (main): Move guts...
10017         * tests/test-readlink.h (test_readlink): ...into new file.
10018         * tests/test-symlink.c (main): Move guts...
10019         * tests/test-symlink.h (test_symlink): ...into new file.
10020         * tests/test-symlinkat.c (main): Use new files for further
10021         coverage.
10022         (do_symlink, do_readlink): New helper functions.
10023         * modules/symlink-tests (Files): Ship new file.
10024         (Depends-on): Add stdbool.
10025         * modules/readlink-tests (Files): Ship new file.
10026         (Depends-on): Add stdbool.
10027         * modules/symlinkat-tests (Files): Use new files.
10028
10029 2009-09-23  Eric Blake  <ebb9@byu.net>
10030
10031         readlink: document portability issue with symlink length
10032         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10033         systems have bogus st_size on symlinks, and mention the
10034         areadlink-with-size module.
10035         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10036         * doc/posix-functions/readlink.texi (readlink): Mention the
10037         areadlink module, and ERANGE failure.
10038         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10039         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10040
10041         readlink: fix Solaris 9 bug with trailing slash
10042         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10043         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10044         * doc/posix-functions/readlink.texi (readlink): Document this.
10045         * modules/readlink-tests: New test.
10046         * tests/test-readlink.c: Likewise.
10047
10048         readlink: fix cygwin 1.5.x bug with return type
10049         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10050         * lib/unistd.in.h (readlink): Use ssize_t.
10051         * lib/readlink.c (readlink): Likewise.
10052         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10053         * modules/unistd (Makefile.am): Substitute it.
10054         * lib/unistd.in.h (readlink): Declare replacement.
10055         * doc/posix-functions/readlink.texi (readlink): Document this.
10056
10057         symlink: use throughout gnulib
10058         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10059         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10060         symlink is not used.
10061         * modules/symlinkat (Depends-on): Add symlink.
10062         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10063         * modules/canonicalize-tests (Depends-on): Likewise.
10064         * modules/lstat-tests (Depends-on): Likewise.
10065         * modules/openat-tests (Depends-on): Likewise.
10066         * modules/remove-tests (Depends-on): Likewise.
10067         * modules/rmdir-tests (Depends-on): Likewise.
10068         * modules/unlink-tests (Depends-on): Likewise.
10069         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10070         * tests/test-canonicalize.c (symlink): Likewise.
10071         * tests/test-fstatat.c (symlink): Likewise.
10072         * tests/test-lstat.c (symlink): Likewise.
10073         * tests/test-remove.c (symlink): Likewise.
10074         * tests/test-rmdir.c (symlink): Likewise.
10075         * tests/test-unlink.c (symlink): Likewise.
10076         * tests/test-unlinkat.c (symlink): Likewise.
10077
10078         symlink: new module, for Solaris 9 bug
10079         * modules/symlink: New file.
10080         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10081         * lib/symlink.c: Likewise.
10082         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10083         * modules/unistd (Makefile.am): Substitute them.
10084         * lib/unistd.in.h (symlink): Declare replacement.
10085         * MODULES.html.sh (File system functions): Mention it.
10086         * doc/posix-functions/symlink.texi (symlink): Likewise.
10087         * modules/symlink-tests: New test.
10088         * tests/test-symlink.c: Likewise.
10089
10090 2009-09-23  Bruno Haible  <bruno@clisp.org>
10091
10092         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10093         when needed.
10094         Test case: gnulib-tool --import --with-tests atexit inttypes.
10095         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10096
10097 2009-09-23  Bruno Haible  <bruno@clisp.org>
10098
10099         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10100         subcommand, not in a subshell.
10101
10102 2009-09-22  Eric Blake  <ebb9@byu.net>
10103
10104         unistd: sort replacement declarations
10105         * lib/unistd.in.h: Sort declarations.
10106
10107         open, openat: minor optimization
10108         * lib/open.c (open): If open succeeded, len is non-zero.
10109         * lib/openat.c (rpl_openat): Likewise.
10110
10111         link-follow: ensure correct result
10112         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10113         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10114         distinguish between possible failures.
10115
10116 2009-09-21  Eric Blake  <ebb9@byu.net>
10117
10118         fts: avoid compiler warning
10119         * lib/fts.c (dirent_inode_sort_may_be_useful)
10120         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10121
10122 2009-09-19  Bruno Haible  <bruno@clisp.org>
10123
10124         * lib/progreloc.c (canonicalize_file_name): New declaration.
10125
10126 2009-09-19  Eric Blake  <ebb9@byu.net>
10127
10128         link: fix quoting
10129         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10130
10131         openat: fix openat bugs on Solaris 9
10132         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10133         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10134         * modules/openat (Depends-on): Add open.
10135         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10136         * modules/fcntl-h (Makefile.am): Substitute it.
10137         * lib/fcntl.in.h (openat): Declare replacement.
10138         * doc/posix-functions/openat.texi (openat): Document this.
10139
10140         openat: move fstatat and unlinkat into correct files
10141         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10142         compiled.
10143         * lib/openat.c (fstatat, unlinkat): Move...
10144         * lib/fstatat.c (fstatat): ...into correct files.
10145         * lib/unlinkat.c (unlinkat): Likewise.
10146
10147         openat: fix unlinkat bugs on Solaris 9
10148         * lib/unlinkat.c (unlinkat): New file.
10149         * modules/openat (Depends-on): Add unlink.
10150         (Files): Distribute it.
10151         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10152         trailing slash behavior is broken.
10153         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10154         * modules/unistd (Makefile.am): Substitute it.
10155         * lib/unistd.in.h (unlinkat): Declare replacement.
10156         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10157
10158         openat: fix fstatat bugs on Solaris 9
10159         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10160         stat.
10161         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10162
10163         test-unlinkat: enhance test, to expose Solaris 9 bug
10164         * tests/test-unlink.c (main): Factor guts...
10165         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10166         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10167         * tests/test-rmdir.c (main): Adjust caller.
10168         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10169         (unlinker): New helper function.
10170         (rmdirat): Enhance check.
10171         * modules/rmdir-tests (Depends-on): Add stdbool.
10172         * modules/unlink-tests (Depends-on): Likewise.
10173         (Files): Add test-unlink.h.
10174         * modules/openat-tests (Files): Likewise.
10175         (Depends-on): Add unlinkdir.
10176
10177         test-fstatat: new test, to expose Solaris 9 bugs
10178         * tests/test-stat.c (main): Factor guts...
10179         * tests/test-stat.h (test_stat_func): ...into new file.
10180         * tests/test-lstat.c (main): Factor guts...
10181         * tests/test-lstat.h (test_lstat_func): ...into new file.
10182         * tests/test-fstatat.c: New file.
10183         * modules/stat-tests (Files): Add test-stat.h.
10184         * modules/lstat-tests (Files): Add test-lstat.h.
10185         (Depends-on): Add stdbool.
10186         * modules/openat-tests (Depends-on): Add pathmax.
10187         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10188         (Makefile.am): Run new test.
10189
10190         remove: new module, for mingw and Solaris 9 bugs
10191         * modules/remove: New file.
10192         * lib/remove.c: Likewise.
10193         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10194         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10195         * modules/stdio (Makefile.am): Use them.
10196         * lib/stdio.in.h (remove): Declare replacement.
10197         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10198         * doc/posix-functions/remove.texi (remove): Likewise.
10199         * modules/remove-tests: New test.
10200         * tests/test-remove.c: Likewise.
10201
10202         unlink: new module, for Solaris 9 bug
10203         * modules/unlink: New file.
10204         * lib/unlink.c: Likewise.
10205         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10206         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10207         * modules/unistd (Makefile.am): Use them.
10208         * lib/unistd.in.h (stat): Declare replacement.
10209         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10210         * doc/posix-functions/unlink.texi (unlink): Likewise.
10211         * modules/unlink-tests: New test.
10212         * tests/test-unlink.c: Likewise.
10213
10214         lstat: fix Solaris 9 bug
10215         * lib/lstat.c (lstat): Also check for trailing slash on
10216         non-symlink, non-directories.  Use stat module to simplify logic.
10217         * doc/posix-functions/lstat.texi (lstat): Document it.
10218         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10219         (configure.ac): Check for symlink.
10220         * tests/test-lstat.c (main): Add more tests.
10221
10222         stat: add as dependency to other modules
10223         * modules/chown (Depends-on): Add stat.
10224         * modules/euidaccess (Depends-on): Likewise.
10225         * modules/fchdir (Depends-on): Likewise.
10226         * modules/isdir (Depends-on): Likewise.
10227         * modules/link (Depends-on): Likewise.
10228         * modules/lstat (Depends-on): Likewise.
10229         * modules/mkdir-p (Depends-on): Likewise.
10230         * modules/modechange (Depends-on): Likewise.
10231         * modules/open (Depends-on): Likewise.
10232         * modules/readlink (Depends-on): Likewise.
10233         * modules/same (Depends-on): Likewise.
10234
10235         stat: fix Solaris 9 bug
10236         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10237         slash.
10238         * lib/stat.c (rpl_stat): Work around it.
10239         * doc/posix-functions/stat.texi (stat): Update documentation.
10240
10241         stat: new module, for mingw bug
10242         * modules/stat: New file.
10243         * lib/stat.c: Likewise.
10244         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10245         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10246         * modules/sys_stat (Makefile.am): Use them.
10247         * lib/sys_stat.in.h (stat): Declare replacement.
10248         * lib/openat.c (fstatat): Deal with lstat and stat being function
10249         macros.
10250         * modules/openat (Depends-on): Add inline.
10251         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10252         * doc/posix-functions/stat.texi (stat): Likewise.
10253         * modules/stat-tests: New test.
10254         * tests/test-stat.c: Likewise.
10255
10256 2009-09-19  Jim Meyering  <meyering@redhat.com>
10257
10258         syntax-check: detect unnecessary inclusion of canonicalize.h
10259         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10260
10261 2009-09-19  Eric Blake  <ebb9@byu.net>
10262
10263         canonicalize-lgpl: adjust clients to use correct header
10264         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10265         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10266         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10267         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10268         * lib/progreloc.c (includes): Likewise.
10269
10270 2009-09-19  Jim Meyering  <meyering@redhat.com>
10271
10272         test-posixtm.c: correct a comment
10273         * tests/test-posixtm.c: Correct first-line comment.
10274         Spotted by Eric Blake.
10275
10276 2009-09-16  Jim Meyering  <meyering@redhat.com>
10277
10278         posixtm-tests: make T const-correct; add a test case
10279         * tests/test-posixtm.c (T): Declare const.
10280         Add a test for -(2^31+1).
10281         Remove useless can-succeed-only-in-2002 test.
10282
10283         posixtm-tests: adjust the sole failing test
10284         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10285         expected output matches what mktime now produces.  Cross-checked via
10286         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10287
10288         posixtm: move #ifdef'd tests into a new module
10289         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10290         * tests/test-posixtm.c: ... this new file.
10291         * modules/posixtm-tests: New module.
10292
10293 2009-09-19  Eric Blake  <ebb9@byu.net>
10294
10295         openat: simplify use of at-func.c
10296         * lib/at-func.c (includes): Include prerequisites here, to
10297         simplify requirements on client files.
10298         * lib/openat-priv.h: Add double-inclusion guard.
10299         * lib/faccessat.c (includes): Simplify.
10300         * lib/fchmodat.c (includes): Likewise.
10301         * lib/fchownat.c (includes): Likewise.
10302         * lib/mkdirat.c (includes): Likewise.
10303         * lib/mkfifoat.c (includes): Likewise.
10304         * lib/symlinkat.c (includes): Likewise.
10305
10306         openat: allow return of fd 0
10307         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10308         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10309         unistd-safer.
10310         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10311         <fcntl.h>; this module does not leak fds.
10312         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10313         must be allowed to return 0, leaving openat_safer to add the
10314         safety.
10315         (openat_permissive): Avoid writing to just-opened fd 2 if
10316         restoring the current directory fails.
10317         * lib/openat-die.c (openat_restore_fail): Add comment.
10318         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10319         (save_cwd): Guarantee safe fd, but without use of open_safer.
10320         * tests/test-openat.c: New test.
10321         * modules/openat-tests (Files, Makefile.am): Distribute and build
10322         new file.
10323
10324         relocatable-prog-wrapper: fix build
10325         * modules/relocatable-prog-wrapper (Files): Update name of
10326         canonicalize m4 file, broken on 2009-09-17.
10327         Reported by emad hajjar <aleppos@hotmail.com>.
10328
10329 2009-09-19  Bruno Haible  <bruno@clisp.org>
10330
10331         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10332         * lib/safe-alloc.c: Likewise.
10333         Reported by Ian Beckwith <ianb@erislabs.net>.
10334
10335 2009-09-18  Bruno Haible  <bruno@clisp.org>
10336
10337         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10338         Reported by <erobles@sensacd.com.mx>.
10339
10340 2009-09-17  Eric Blake  <ebb9@byu.net>
10341
10342         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10343         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10344         slashes when checking if last component is missing.
10345         * tests/test-canonicalize.c (main): Test this.
10346
10347         canonicalize, canonicalize-lgpl: honor // if distinct from /
10348         * modules/canonicalize (Files): Add double-slash-root.m4.
10349         * modules/canonicalize-lgpl (Files): Likewise.
10350         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10351         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10352         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10353         fallback definition.
10354         (canonicalize_filename_mode): Use it to protect //.
10355         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10356         (__realpath): Likewise.
10357         * tests/test-canonicalize.c (main): Test this.
10358         * tests/test-canonicalize-lgpl.c (main): Likewise.
10359         * modules/canonicalize-tests (Depends-on): Add same-inode.
10360         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10361
10362         canonicalize-lgpl: fix glibc bug with trailing slash
10363         * m4/canonicalize-lgpl.m4: Move contents...
10364         * m4/canonicalize.m4: ...here.
10365         (gl_CANONICALIZE_LGPL): Factor realpath check...
10366         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10367         glibc 2.3.5 bug, fixed 2005-04-27.
10368         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10369         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10370         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10371         * modules/canonicalize-lgpl (Files): Manage file rename.
10372         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10373         * modules/stdlib (Makefile.am): Substitute witness.
10374         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10375         is needed.
10376         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10377         replacement is required.
10378         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10379         * doc/glibc-functions/canonicalize_file_name.texi
10380         (canonicalize_file_name): Document this.
10381         * doc/posix-functions/realpath.texi (realpath): Likewise.
10382
10383         canonicalize-lgpl: reject non-directory with trailing slash
10384         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10385         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10386         catches failures in glibc 2.3.5.
10387         * tests/test-canonicalize.c (main): Likewise.
10388
10389         canonicalize-lgpl: use native realpath if it works
10390         * lib/canonicalize-lgpl.c (realpath): Guard with
10391         FUNC_REALPATH_WORKS.
10392         * lib/stdlib.in.h (realpath): Make declaration optional based on
10393         HAVE_REALPATH.
10394         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10395         native realpath works.
10396         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10397         * modules/stdlib (Makefile.am): Substitute witness.
10398
10399         canonicalize, canonicalize-lgpl: use <stdlib.h>
10400         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10401         (Include): Mention <stdlib.h>.
10402         (configure.ac): Mention functions we provide.
10403         * modules/canonicalize (configure.ac): Likewise.
10404         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10405         realpath if canonicalize_file_name is missing.
10406         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10407         * modules/stdlib (Makefile.am): Substitute witnesses.
10408         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10409         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10410         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10411         * NEWS: Document this.
10412         * doc/glibc-functions/canonicalize_file_name.texi
10413         (canonicalize_file_name): Likewise.
10414         * doc/posix-functions/realpath.texi (realpath): Likewise.
10415         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10416
10417         test-canonicalize: consolidate into single C program
10418         * tests/test-canonicalize.sh: Delete; move setup into...
10419         * tests/test-canonicalize.c (main): ...the program, making it
10420         easier to run in debugger.  Add some tests.
10421         * modules/canonicalize-tests (Files): Remove unused file.
10422         (Depends-on): Add progname.
10423         (configure.ac, Makefile.am): Simplify.
10424
10425         test-canonicalize-lgpl: consolidate into single C program
10426         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10427         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10428         easier to run in debugger.  Add some tests.
10429         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10430         (configure.ac, Makefile.am): Simplify.
10431
10432         canonicalize: avoid resolvepath
10433         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10434         unnecessary checks.
10435         * lib/canonicalize.c (includes): Simplify.
10436         (canonicalize_file_name): Drop resolvepath implementation.
10437         * modules/canonicalize (Depends-on): Drop filenamecat.
10438
10439         canonicalize: don't lose errno
10440         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10441         over calls to free.
10442
10443         canonicalize: simplify errno handling
10444         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10445         assignment.
10446
10447         canonicalize, canonicalize-lgpl: update module dependencies
10448         * modules/canonicalize (Depends-on): Add extensions, lstat,
10449         pathmax, stdlib.
10450         (Files): Drop pathmax.h.
10451         (configure.ac): Adjust macro name.
10452         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10453         lstat, stdlib, sys_stat.
10454         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10455         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10456         extensions.
10457         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10458         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10459         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10460         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10461         declaration, if available.
10462         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10463         we can rely on the readlink module.
10464         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10465         (includes): Use <unistd.h> unconditionally.
10466
10467 2009-09-17  Eric Blake  <ebb9@byu.net>
10468
10469         maint: make Include sections of modules consistent
10470         * modules/alloca: Use only header name; no need to list #include.
10471         * modules/alloca-opt: Likewise.
10472         * modules/arpa_inet: Likewise.
10473         * modules/canon-host: Likewise.
10474         * modules/configmake: Likewise.
10475         * modules/dirent: Likewise.
10476         * modules/eealloc: Likewise.
10477         * modules/environ: Likewise.
10478         * modules/fchdir: Likewise.
10479         * modules/fcntl: Likewise.
10480         * modules/fcntl-h: Likewise.
10481         * modules/gethrxtime: Likewise.
10482         * modules/gettime: Likewise.
10483         * modules/ignore-value: Likewise.
10484         * modules/inet_ntop: Likewise.
10485         * modules/inet_pton: Likewise.
10486         * modules/inttypes: Likewise.
10487         * modules/isnand-nolibm: Likewise.
10488         * modules/isnanf-nolibm: Likewise.
10489         * modules/mbchar: Likewise.
10490         * modules/mbfile: Likewise.
10491         * modules/mbiter: Likewise.
10492         * modules/mbuiter: Likewise.
10493         * modules/netdb: Likewise.
10494         * modules/netinet_in: Likewise.
10495         * modules/nproc: Likewise.
10496         * modules/pagealign_alloc: Likewise.
10497         * modules/poll: Likewise.
10498         * modules/printf-frexp: Likewise.
10499         * modules/pthread: Likewise.
10500         * modules/putenv: Likewise.
10501         * modules/random_r: Likewise.
10502         * modules/relocatable-prog: Likewise.
10503         * modules/search: Likewise.
10504         * modules/select: Likewise.
10505         * modules/selinux-h: Likewise.
10506         * modules/settime: Likewise.
10507         * modules/signal: Likewise.
10508         * modules/size_max: Likewise.
10509         * modules/socklen: Likewise.
10510         * modules/ssize_t: Likewise.
10511         * modules/stdarg: Likewise.
10512         * modules/stdbool: Likewise.
10513         * modules/stddef: Likewise.
10514         * modules/stdint: Likewise.
10515         * modules/stdio: Likewise.
10516         * modules/stdlib: Likewise.
10517         * modules/string: Likewise.
10518         * modules/strings: Likewise.
10519         * modules/sys_file: Likewise.
10520         * modules/sys_ioctl: Likewise.
10521         * modules/sys_select: Likewise.
10522         * modules/sys_socket: Likewise.
10523         * modules/sys_stat: Likewise.
10524         * modules/sys_time: Likewise.
10525         * modules/sys_times: Likewise.
10526         * modules/sys_utsname: Likewise.
10527         * modules/sys_wait: Likewise.
10528         * modules/sysexits: Likewise.
10529         * modules/time: Likewise.
10530         * modules/times: Likewise.
10531         * modules/tmpfile: Likewise.
10532         * modules/trim: Likewise.
10533         * modules/unistd: Likewise.
10534         * modules/wchar: Likewise.
10535         * modules/wctype: Likewise.
10536
10537 2009-09-17  Bruno Haible  <bruno@clisp.org>
10538
10539         Make getdate.y compile on QNX and NetBSD 5 / i386.
10540         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10541         TIME_T_FITS_IN_LONG_INT.
10542         * lib/getdate.y (long_time_t): New type.
10543         (relative_time): Change type of 'seconds' field to long_time_t.
10544         (get_date): Update types of local variables. Check against overflow
10545         during conversion from long_time_t to time_t.
10546         Reported by Matt Kraai <kraai@ftbfs.org>
10547         and Hasso Tepper <hasso@netbsd.org>.
10548
10549 2009-09-17  Bruno Haible  <bruno@clisp.org>
10550
10551         * modules/COPYING: Update copyright years.
10552         * modules/README: Likeiwse.
10553         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10554         Reported by Ian Beckwith <ianb@erislabs.net>.
10555
10556 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10557
10558         * users.txt: Update references for gnuit package.
10559
10560 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10561
10562         * m4/getdelim.m4: Fix typo in copyright line.
10563
10564 2009-09-17  Bruno Haible  <bruno@clisp.org>
10565
10566         * lib/atoll.c: Use the standard header with GPL copyright.
10567         * lib/argz.in.h: Likewise.
10568         * lib/glob.c: Likewise.
10569         * lib/glob-libc.h: Likewise.
10570         * lib/random_r.c: Likewise.
10571         * lib/siglist.h: Likewise.
10572         * lib/strsignal.c: Likewise.
10573         Reported by Ian Beckwith <ianb@erislabs.net>.
10574
10575 2009-09-17  Eric Blake  <ebb9@byu.net>
10576
10577         rmdir: ensure correct dependency order
10578         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10579
10580 2009-09-17  Bruno Haible  <bruno@clisp.org>
10581
10582         Disable assertion that fails on NetBSD 5 / i386.
10583         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10584         Reported by Sam Steingold <sds@gnu.org>
10585         and Hasso Tepper <hasso@netbsd.org>.
10586
10587 2009-09-16  Eric Blake  <ebb9@byu.net>
10588
10589         unlinkdir: port to mingw
10590         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10591         on which no one can unlink a directory.
10592
10593         stdlib: sort witness names
10594         * modules/stdlib (Makefile.am): Sort replacements.
10595         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10596         * lib/stdlib.in.h: Likewise.
10597
10598         parse-duration-tests: avoid link failure
10599         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10600         LIBINTL.
10601         Reported by Tom G. Christensen.
10602
10603         openat-tests: ensure unlinkat behaves like rmdir
10604         * tests/test-rmdir.c (main): Factor guts...
10605         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10606         * modules/rmdir-tests (Files): Ship new file.
10607         * modules/openat-tests: New test.
10608         * tests/test-unlinkat.c: Likewise.
10609
10610         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10611         * modules/rmdir-errno (Status, Notice): Now obsolete.
10612
10613         rmdir: work around cygwin 1.5.x and mingw bugs
10614         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10615         * lib/rmdir.c (rmdir): Work around it.
10616         * modules/rmdir (Status, Notice): No longer obsolete.
10617         (Files): Add dos.m4.
10618         (Depends-on): Add unistd.
10619         (configure.ac): Set witnesses.
10620         (License): Relax to LGPLv2+.
10621         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10622         * modules/unistd (Makefile.am): Substitute witnesses.
10623         * lib/unistd.in.h (rmdir): Declare replacement.
10624         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10625         * modules/rmdir-tests: New tests.
10626         * tests/test-rmdir.c: Likewise.
10627
10628 2009-09-15  Eric Blake  <ebb9@byu.net>
10629
10630         fchdir: improve use of replacement functions
10631         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10632         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10633         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10634         REPLACE_CLOSEDIR.
10635         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10636         * modules/sys_stat (Makefile.am): Substitute correct witness.
10637         * modules/dirent (Makefile.am): Likewise.
10638         * modules/unistd (Makefile.am): Likewise.
10639         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10640         * lib/unistd.in.h (dup): Likewise.
10641         * lib/sys_stat.in.h (fstat): Likewise.
10642
10643         maint: ignore gnulib-tool temp files
10644         * .gitignore: Ignore files created during gnulib-tool --test.
10645
10646 2009-09-13  Jim Meyering  <meyering@redhat.com>
10647
10648         posixtm: don't reject a time that specify "60" as the number of seconds
10649         * lib/posixtm.c (posixtime): The code to reject invalid dates
10650         would also reject a time specified with the .60 suffix.
10651         But POSIX allows that, in order to accommodate leap seconds.
10652         So don't reject it.
10653         (main): Adjust tests accordingly.
10654         * modules/posixtm (Depends-on): Add stpcpy.
10655
10656 2009-09-11  Jim Meyering  <meyering@redhat.com>
10657
10658         announce-gen: include [$release_type] in emitted Subject:
10659         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10660         e.g., [stable] in the emitted Subject: line.
10661
10662 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10663
10664         Remove obsolete macros from several modules.
10665         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10666         obsolete Autoconf macros with their modern counterparts.
10667         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10668         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10669         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10670         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10671         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10672         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10673         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10674         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10675         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10676         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10677         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10678         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10679         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10680         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10681         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10682         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10683         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10684         * m4/time_r.m4 (gl_TIME_R): Likewise.
10685         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10686         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10687         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10688
10689         Fix copyright header in build-aux scripts.
10690         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10691         recommendation.
10692         * build-aux/ncftpput-ftp: Likewise.
10693         * build-aux/update-copyright: Likewise.
10694
10695 2009-09-09  Eric Blake  <ebb9@byu.net>
10696
10697         test-link: allow Linux choice of errno
10698         * tests/test-link.c (main): Relax test for alternate error.
10699
10700         strndup: fix improper m4 caching
10701         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10702         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10703         (gl_PREREQ_STRNDUP): Delete.
10704         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10705         * modules/string (Makefile.am): Substitute it.
10706         * lib/string.in.h (strndup): Modernize prototype.
10707
10708         getcwd: port to mingw
10709         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10710         different from the POSIX assumptions made throughout the getcwd
10711         module; fortunately, the mingw getcwd does not need replacement.
10712         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10713         * modules/getcwd-tests: New test.
10714         * tests/test-getcwd.c: Likewise.
10715
10716         link: fix platform bugs
10717         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10718         * lib/link.c (link): Work around them.  Fix related mingw bug.
10719         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10720         * modules/unistd (Makefile.am): Substitute it.
10721         * lib/unistd.in.h (link): Declare replacement.
10722         * doc/posix-functions/link.texi (link): Document this.
10723         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10724
10725         test-link: consolidate into single C program, test more cases
10726         * tests/test-link.sh: Delete.
10727         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10728         at least Cygwin and Solaris.
10729         * modules/link-tests (Files): Remove unused file.
10730         (Depends-on): Add errno, sys_stat.
10731         (Makefile.am): Simplify.
10732
10733 2009-09-08  Bruno Haible  <bruno@clisp.org>
10734
10735         Work around towlower, towupper bug on mingw.
10736         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10737         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10738         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10739         * doc/posix-functions/towupper.texi: Likewise.
10740         Reported by Eric Blake.
10741
10742 2009-09-08  Jim Meyering  <meyering@redhat.com>
10743
10744         build: don't try to run autoheader if we don't use it
10745         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10746         is not used in configure.ac.
10747
10748 2009-09-08  Eric Blake  <ebb9@byu.net>
10749
10750         euidaccess: fix compilation error
10751         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10752
10753         rawmemchr: relax license
10754         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10755         okay.
10756         Reported by Jim Meyering.
10757
10758         mkfifoat: new module
10759         * modules/mkfifoat: New file.
10760         * lib/mkfifoat.c: Likewise.
10761         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10762         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10763         * modules/sys_stat (Makefile.am): Use them.
10764         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10765         * MODULES.html.sh (File system functions): Mention module.
10766         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10767         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10768         * modules/mkfifoat-tests: New test.
10769         * tests/test-mkfifoat.c: Likewise.
10770
10771         strchrnul: relax license
10772         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10773         okay.
10774         Reported by Jim Meyering.
10775
10776 2009-09-08  Eric Blake  <ebb9@byu.net>
10777
10778         fstatat: fix compilation on Solaris
10779         * lib/fstatat.c (includes): Add fcntl.h.
10780         Reported by Pádraig Brady.
10781
10782 2009-09-07  Eric Blake  <ebb9@byu.net>
10783
10784         rename: modernize replacement
10785         * modules/rename (Depends-on): Add stdio.
10786         (configure.ac): Declare witness.
10787         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10788         stdio take care of replacement.
10789         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10790         * modules/stdio (Makefile.am): Substitute them.
10791         * lib/stdio.in.h (rename): Declare replacement.
10792         * lib/rename.c (includes): Allow cross-compilation to non-windows
10793         machines.
10794         * doc/posix-functions/rename.texi (rename): Improve
10795         documentation.
10796
10797         stdio: sort witness names
10798         * modules/stdio (Makefile.am): Sort replacements.
10799         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10800         * lib/stdio.in.h: Likewise.
10801
10802         getcwd: minor cleanups
10803         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10804         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10805
10806         openat: provide more convenience names
10807         * modules/faccessat (configure.ac): Add C witness.
10808         * lib/unistd.in.h (readlinkat): Fix typo.
10809         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10810         convenience wrappers.
10811         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10812         wrappers in syntax checks.
10813
10814 2009-09-06  Eric Blake  <ebb9@byu.net>
10815
10816         doc: fix comments in recent patches
10817         * lib/faccessat.c: Mention correct function.
10818         * lib/fchmodat.c: Likewise.
10819         * lib/fchownat.c: Likewise.
10820         * lib/symlinkat.c: Likewise.
10821         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10822         constants.
10823
10824         faccessat, symlinkat: continue cleanup of previous patch
10825         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10826         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10827         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10828         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10829         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10830         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10831         set.
10832
10833 2009-09-06  Bruno Haible  <bruno@clisp.org>
10834
10835         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10836         (fstatat): Declare if GNULIB_FSTATAT is set.
10837         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10838         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10839         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10840         * modules/fcntl-h (Files): Remove m4/openat.m4.
10841         * modules/sys_stat (Files): Remove m4/openat.m4.
10842         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10843         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10844         * modules/unistd (Files): Remove m4/openat.m4.
10845         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10846         GNULIB_OPENAT.
10847         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10848         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10849         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10850         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10851         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10852         gl_OPENAT_DEFAULTS.
10853         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10854         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10855         Don't require gl_OPENAT_DEFAULTS.
10856         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10857         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10858         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10859         (gl_OPENAT_DEFAULTS): Remove macro.
10860
10861 2009-09-06  Bruno Haible  <bruno@clisp.org>
10862
10863         * modules/openat (configure.ac): Remove unneeded witness.
10864
10865 2009-09-06  Bruno Haible  <bruno@clisp.org>
10866
10867         Set errno to ENOSYS when a function is entirely unsupported.
10868         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10869         EOPNOTSUPP.
10870         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10871         * modules/chown (Depends-on): Remove errno.
10872
10873 2009-09-06  Bruno Haible  <bruno@clisp.org>
10874
10875         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10876
10877 2009-09-06  Bruno Haible  <bruno@clisp.org>
10878
10879         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10880
10881 2009-09-06  Ben Pfaff  <blp@gnu.org>
10882             Bruno Haible  <bruno@clisp.org>
10883
10884         Work around a glibc bug in strtok_r.
10885         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10886         Undefine if UNDEFINE_STRTOK_R is set.
10887         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10888         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10889         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10890         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10891         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10892         UNDEFINE_STRTOK_R.
10893         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10894
10895 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10896
10897         exclude: minor fix
10898         * lib/exclude.c: Include wctype.h
10899
10900 2009-09-06  Akim Demaille  <demaille@gostai.com>
10901
10902         bootstrap: improve error message
10903         * build-aux/bootstrap (find_tool): Upon failure, report the list
10904         of candidates.
10905         Honor the initial value of the envvar.
10906
10907 2009-09-05  Eric Blake  <ebb9@byu.net>
10908
10909         symlinkat: new module
10910         * modules/symlinkat: New file.
10911         * lib/symlinkat.c: Likewise.
10912         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10913         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10914         * modules/unistd (Makefile.am): Use them.
10915         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10916         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10917         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10918         * MODULES.html.sh (File system functions): Mention module.
10919         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10920         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10921         * modules/symlinkat-tests: New test.
10922         * tests/test-symlinkat.c: Likewise.
10923
10924         test-openat-safer: add more checks
10925         * tests/test-openat-safer.c (main): Check more code paths.
10926
10927 2009-09-05  Jim Meyering  <meyering@redhat.com>
10928
10929         syntax-check: detect unnecessary inclusion of openat.h
10930         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10931
10932 2009-09-05  Bruno Haible  <bruno@clisp.org>
10933
10934         Support towlower, towupper.
10935         * doc/posix-functions/towlower.texi: Mention module wctype.
10936         * doc/posix-functions/towupper.texi: Likewise.
10937         * lib/wctype.in.h (towlower, towupper): New functions.
10938         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10939         (ASSERT): New macro.
10940         (e): New variable.
10941         (main): Test also towlower, towupper. Test WEOF argument.
10942         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10943
10944 2009-09-05  Bruno Haible  <bruno@clisp.org>
10945
10946         Fix conversion behaviour when the input is invalid.
10947         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10948         mark occurring in first pass of indirect conversion.
10949         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10950         input.
10951         Found by clang's static analyzer.
10952
10953 2009-09-05  Bruno Haible  <bruno@clisp.org>
10954
10955         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10956         where direct conversion is possible.
10957
10958 2009-09-04  Eric Blake  <ebb9@byu.net>
10959
10960         openat: fail with ENOENT on empty name
10961         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10962         buffer.
10963
10964         link-follow: fix logic bug in prior patch
10965         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10966         reversed sense of yes and no in prior patch.  Avoid confusing
10967         compilation failure with desired semantics.
10968
10969         link-follow: accomodate mingw and cross-compilation
10970         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10971         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10972         cross-compilation results to -1, to make linkat easier to
10973         implement when cross-compiling.  Trivially support mingw.
10974         * modules/link-follow (configure.ac): Call new name.
10975         * NEWS: Mention this.
10976
10977 2009-09-03  Eric Blake  <ebb9@byu.net>
10978
10979         faccessat: compile replacement
10980         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10981         needed.
10982
10983         fts: fix compilation error
10984         * lib/fts.c (includes): Re-add "openat.h", for
10985         openat_needs_fchdir.
10986
10987         faccessat: new module
10988         * modules/faccessat: New file.
10989         * lib/faccessat.c: Likewise.
10990         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10991         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10992         * modules/unistd (Makefile.am): Use it.
10993         * lib/unistd.in.h (faccessat): Declare it.
10994         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10995         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10996         * MODULES.html.sh (File system functions): Mention it.
10997         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10998         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10999
11000         euidaccess: prefer POSIX over non-standard implementation
11001         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
11002         * lib/euidaccess.c (euidaccess): Use it if available.
11003
11004         openat: make template easier to use
11005         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11006         AT_FUNC_F2 to be undefined.
11007         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11008         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11009         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11010         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11011         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11012         Likewise.
11013         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11014         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11015         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11016         Likewise.
11017
11018         openat: declare in POSIX headers
11019         * NEWS: Mention this.
11020         * modules/openat (configure.ac): Declare witnesses.
11021         (Depends-on): Add fcntl-h, sys_stat, unistd.
11022         (Include): Mention correct headers.
11023         * modules/fcntl-h (Depends-on): Add link-warning.
11024         (Files): Add openat.m4.
11025         (Makefile.am): Substitute witnesses.
11026         * modules/sys_stat (Files, Makefile.am): Likewise.
11027         * modules/unistd (Files, Makefile.am): Likewise.
11028         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11029         (gl_OPENAT_DEFAULTS): New macro.
11030         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11031         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11032         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11033         (SYS_STAT_H): Remove unused variable.
11034         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11035         * lib/fcntl--.h (includes): Remove unneeded header.
11036         * lib/openat-safer.c (includes): Likewise.
11037         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11038         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11039         appropriate headers.
11040         (__OPENAT_PREFIX): Delete.
11041         * lib/fcntl.in.h (openat): Provide declaration.
11042         (AT_FDCWD): Fix Solaris bug.
11043         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11044         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11045         * lib/fchmodat.c (includes):  Adjust to find declaration.
11046         * lib/fchownat.c (includes): Likewise.
11047         * lib/mkdirat.c (includes): Likewise.
11048         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11049         still visible.
11050
11051 2009-09-02  Eric Blake  <ebb9@byu.net>
11052
11053         errno: use consistently
11054         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11055         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11056         * lib/canonicalize.c (ELOOP): Likewise.
11057         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11058         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11059         * lib/lchown.c (EOPNOTSUPP): Likewise.
11060         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11061         * lib/savewd.c (ESTALE): Likewise.
11062         * lib/settime.c (ENOSYS): Likewise.
11063         * lib/utimens.c (ENOSYS): Likewise.
11064         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11065         * lib/chdir-safer.c (ELOOP): Likewise.
11066         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11067         * modules/c-stack (Depends-on): Add errno.
11068         * modules/canonicalize (Depends-on): Likewise.
11069         * modules/chdir-safer (Depends-on): Likewise.
11070         * modules/fdopendir (Depends-on): Likewise.
11071         * modules/inet_ntop (Depends-on): Likewise.
11072         * modules/inet_pton (Depends-on): Likewise.
11073         * modules/lchown (Depends-on): Likewise.
11074         * modules/openat (Depends-on): Likewise.
11075         * modules/savewd (Depends-on): Likewise.
11076         * modules/settime (Depends-on): Likewise.
11077         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11078
11079         fts: avoid leaking fds
11080         * modules/fts (Depends-on): Add cloexec.
11081         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11082         flag.
11083
11084         fts: make directory fds more robust
11085         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11086         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11087
11088         backupfile, chdir-long, fts, savedir: make safer
11089         * lib/backupfile.c (includes): Use "dirent--.h", since
11090         numbered_backup can write to stderr during readdir.
11091         * lib/savedir.c (includes): Likewise.
11092         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11093         emulation can write to stderr on failure.
11094         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11095         * lib/getcwd.c: Document why opendir_safer is unused.
11096         * lib/glob.c: Likewise.
11097         * lib/scandir.c: Likewise.
11098         * lib/openat-proc.c: Likewise, for open_safer.
11099         * modules/backupfile (Depends-on): Add dirent-safer.
11100         * modules/savedir (Depends-on): Likewise.
11101         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11102         * modules/chdir-long (Depends-on): Add openat-safer.
11103
11104         openat-safer: new module
11105         * modules/openat-safer: New file.
11106         * lib/openat-safer.c: Likewise.
11107         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11108         * lib/fcntl-safer.h (openat_safer): Declare.
11109         * lib/fcntl--.h (openat): Override.
11110         * MODULES.html.sh (File descriptor based I/O): Mention it.
11111         * lib/openat.h: Add double-inclusion guards.
11112         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11113         "fcntl--.h", so we can implement openat.
11114         * modules/openat-safer-tests: New test.
11115         * tests/test-openat-safer.c: New file.
11116
11117         dirent-safer: new module
11118         * modules/dirent-safer: New file.
11119         * lib/dirent--.h: Likewise.
11120         * lib/dirent-safer.h: Likewise.
11121         * lib/opendir-safer.c: Likewise.
11122         * m4/dirent-safer.m4: Likewise.
11123         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11124         * modules/dirent-safer-tests: New test.
11125         * tests/test-dirent-safer.c: New file.
11126         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11127
11128         fdopendir: optimize on mingw
11129         * lib/unistd.in.h (_gl_directory_name): New prototype.
11130         * lib/fchdir.c (_gl_directory_name): Implement it.
11131         (fchdir): Use it to simplify implementation.
11132         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11133         fchdir, when available, to avoid calling [f]chdir().
11134
11135         fdopendir: split into its own module
11136         * lib/openat.c (fdopendir): Move...
11137         * lib/fdopendir.c: ...into new file.
11138         * modules/fdopendir: New module.
11139         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11140         * modules/openat (Depends-on): Add fdopendir.
11141         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11142         fdopendir here.
11143         * modules/savedir (Depends-on): Only need fdopendir, not full
11144         openat.
11145         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11146         * lib/openat.h (fdopendir): Drop prototype.
11147         * lib/dirent.in.h (fdopendir): Provide prototype.
11148         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11149         * modules/dirent (Makefile.am): Substitute them.
11150         * MODULES.html.sh (File system functions): Mention it.
11151         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11152         * modules/fdopendir-tests: New file.
11153         * tests/test-fdopendir.c: Likewise.
11154
11155         fchdir: use more consistent macro convention
11156         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11157         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11158         REPLACE_FCHDIR, rather than relying on config.h macros.
11159         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11160         inside a single make-time REPLACE_FCHDIR block, rather than using
11161         the config.h FCHDIR_REPLACEMENT.
11162         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11163         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11164         Manage fstat replacement.
11165         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11166         REPLACE_FCHDIR.
11167         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11168         (Makefile.am): Substitute REPLACE_FCHDIR.
11169         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11170         FCHDIR_REPLACEMENT.
11171         * lib/dup-safer.c (dup_safer): Likewise.
11172         * lib/dup2.c (rpl_dup2): Likewise.
11173         * lib/dup3.c (rpl_dup3): Likewise.
11174         * lib/open.c (rpl_open): Likewise.
11175
11176         fchdir: simplify error handling, and support dup3
11177         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11178         stdbool, malloc-posix, realloc-posix.
11179         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11180         (ensure_dirs_slot): Return false on allocation failure.
11181         (rpl_dup2): Delete.
11182         (_gl_register_dup): New function.
11183         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11184         (_gl_register_fd): Close fd on allocation failure.
11185         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11186         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11187         prototype.
11188         (rpl_dup2_fchdir): Delete prototype.
11189         * lib/open.c (open): Update caller.
11190         * lib/dup2.c (dup2): Track fchdir metadata.
11191         * lib/dup3.c (dup3): Likewise.
11192         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11193         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11194
11195 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11196
11197         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11198         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11199         don't pass arguments to AC_OUTPUT.
11200
11201 2009-09-02  Bruno Haible  <bruno@clisp.org>
11202
11203         * modules/mkdtemp (License): Relicense under LGPLv2+.
11204         Reported by Paolo Bonzini.
11205
11206 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11207
11208         Replace uses of obsolete autoconf macros in Jim's modules.
11209         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11210         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11211         can evoke a warning from autoconf when run with -Wobsolete
11212         enabled.  They were declared obsolete for good reasons (see
11213         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11214         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11215         should not continue using the deprecated macros.
11216         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11217         obsolete Autoconf macros with modern counterparts.
11218         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11219         * m4/dos.m4 (gl_AC_DOS): Likewise.
11220         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11221         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11222         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11223         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11224         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11225         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11226         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11227         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11228         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11229         Likewise.
11230         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11231         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11232         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11233         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11234         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11235         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11236
11237 2009-09-01  Eric Blake  <ebb9@byu.net>
11238
11239         fchdir: fix off-by-one bug in previous patch
11240         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11241         (_gl_unregister_fd): Delete useless if.
11242
11243 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11244
11245         maint.mk: sort the list of syntax-check rules
11246         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11247         easier to get a sense of progress when the rules are run sequentially
11248         and take a long time.
11249
11250 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11251
11252         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11253         * modules/netinet_in: Likewise.
11254         * modules/sys_file: Likewise.
11255         * modules/sys_ioctl: Likewise.
11256         * modules/sys_select: Likewise.
11257         * modules/sys_socket: Likewise.
11258         * modules/sys_stat: Likewise.
11259         * modules/sys_time: Likewise.
11260         * modules/sys_times: Likewise.
11261         * modules/sys_utsname: Likewise.
11262         * modules/sys_wait: Likewise.
11263
11264 2009-09-01  Jim Meyering  <meyering@redhat.com>
11265
11266         fts: help ensure that return values are not ignored
11267         * lib/fts_.h (__GNUC_PREREQ): Define.
11268         (__attribute_warn_unused_result__): Define.
11269         (fts_children, fts_close, fts_open, fts_read): Declare with
11270         __attribute_warn_unused_result__.
11271
11272         fts: fts_close now fails also when closing a dir file descriptor fails
11273         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11274         and propagate to caller, along with errno.
11275
11276         announce-gen: correct formatting in --help output
11277         * build-aux/announce-gen (usage): Move the one-line description in
11278         --help output "up", to where it belongs, just after Usage:.
11279
11280 2009-08-31  Eric Blake  <ebb9@byu.net>
11281
11282         fchdir: port to mingw
11283         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11284         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11285         opened, then use a substitute.
11286         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11287         replacement.
11288         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11289         (_gl_register_fd): No need to check stat if open already filters
11290         all directories.
11291         (fchdir): Fix error condition to match POSIX.
11292         * modules/fchdir (Depends-on): Add sys_stat.
11293         * doc/posix-functions/open.texi (open): Document the limitation.
11294         * modules/fchdir-tests: New file.
11295         * tests/test-fchdir.c: Likewise.
11296
11297         canonicalize: allow cross-testing from cygwin to mingw
11298         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11299         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11300         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11301         Likewise.
11302         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11303         target does not support symlinks.
11304         * tests/test-canonicalize-lgpl.sh: Likewise.
11305
11306         chown: avoid compilation warning on mingw
11307         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11308         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11309         mingw.
11310         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11311         * modules/chown (Depends-on): Add errno.
11312
11313 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11314
11315         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11316         command.
11317
11318 2009-08-31  Jim Meyering  <meyering@redhat.com>
11319
11320         canonicalize: remove useless initialization
11321         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11322         initialization of local, "end".
11323
11324 2009-08-30  Bruno Haible  <bruno@clisp.org>
11325
11326         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11327         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11328         ENOSYS.
11329
11330 2009-08-30  Bruno Haible  <bruno@clisp.org>
11331
11332         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11333         /usr/xpg4/bin/tr when it exists.
11334         * tests/test-pipe-filter-gi1.sh: Likewise.
11335
11336 2009-08-30  Bruno Haible  <bruno@clisp.org>
11337
11338         Work around deficient /usr/bin/id program on Solaris.
11339         * tests/test-file-has-acl.sh (ID): New variable.
11340         * tests/test-set-mode-acl.sh (ID): Likewise.
11341         * tests/test-copy-acl.sh (ID): Likewise.
11342         * tests/test-copy-file.sh (ID): Likewise.
11343
11344 2009-08-30  Bruno Haible  <bruno@clisp.org>
11345
11346         New module 'xstriconveh'.
11347         * lib/xstriconveh.h: New file.
11348         * lib/xstriconveh.c: New file.
11349         * modules/xstriconveh: New file.
11350
11351 2009-08-30  Bruno Haible  <bruno@clisp.org>
11352
11353         Make it easier to use mem_cd_iconveh.
11354         * lib/striconveh.h (iconveh_t): New type.
11355         (iconveh_open, iconveh_close): New declarations.
11356         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11357         with a single 'const iconveh_t *' argument.
11358         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11359         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11360         with a single 'const iconveh_t *' argument.
11361         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11362         * tests/test-striconveh.c (main): Update.
11363         * NEWS: Mention the change.
11364
11365 2009-08-30  Bruno Haible  <bruno@clisp.org>
11366
11367         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11368         problem.
11369
11370 2009-08-30  Bruno Haible  <bruno@clisp.org>
11371
11372         Work around iconv_open problem on Solaris.
11373         * lib/iconv_open-solaris.gperf: New file.
11374         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11375         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11376         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11377         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11378         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11379         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11380
11381 2009-08-29  Jim Meyering  <meyering@redhat.com>
11382
11383         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11384         * top/maint.mk (cvs-check): Remove target; it was just an alias
11385         to the better-named vc-diff-check.
11386         (maintainer-distcheck): Remove rule.  It was used only from
11387         the (alpha/beta/major) target, and all of its commands but one
11388         were coreutils-specific.
11389         (vc-dist): Remove rule.
11390         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11391         Run vc-diff-check, not vc-dist.
11392         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11393
11394 2009-08-27  Bruno Haible  <bruno@clisp.org>
11395
11396         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11397         of 0.
11398
11399 2009-08-27  Bruno Haible  <bruno@clisp.org>
11400
11401         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11402         compilers.
11403         * doc/func.texi: Document the SunPRO C bug.
11404
11405 2009-08-27  Bruno Haible  <bruno@clisp.org>
11406
11407         Fix link error on Solaris.
11408         * tests/test-parse-duration.c (xstrdup): Remove function.
11409
11410 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11411
11412         ignore-value: handle pointer types, too
11413         * lib/ignore-value.h (__attribute__): Remove definition.
11414         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11415         of a more concise and more-often effective "(void) i" statement.
11416         (ignore_ptr): New function to suppress warnings from functions that
11417         return pointers, and to make it explicit that one function doesn't
11418         handle all cases.
11419
11420 2009-08-25  Bruno Haible  <bruno@clisp.org>
11421
11422         dup2: work around a Linux bug.
11423         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11424         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11425         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11426         Reported by Simon Josefsson.
11427
11428 2009-08-25  Jim Meyering  <meyering@redhat.com>
11429
11430         libguestfs uses gnulib
11431         * users.txt: Add libguestfs.
11432
11433 2009-08-24  Eric Blake  <ebb9@byu.net>
11434
11435         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11436         * lib/pipe2.c (includes): Add binary-io.h.
11437         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11438
11439 2009-08-24  Bruno Haible  <bruno@clisp.org>
11440
11441         Tolerate declared but missing accept4 syscall.
11442         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11443         available.
11444         * lib/sys_socket.in.h (accept4): If the function is already present,
11445         override it.
11446         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11447         * modules/accept4 (Makefile.am): Compile accept4.c always.
11448         Reported by Paolo Bonzini and Eric Blake.
11449
11450 2009-08-23  Bruno Haible  <bruno@clisp.org>
11451
11452         New module 'accept4'.
11453         * lib/sys_socket.in.h (accept4): New declaration.
11454         * lib/accept4.c: New file.
11455         * m4/accept4.m4: New file.
11456         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11457         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11458         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11459         HAVE_ACCEPT4.
11460         * modules/accept4: New file.
11461         * doc/glibc-functions/accept4.texi: Mention the new module.
11462
11463 2009-08-24  Jim Meyering  <meyering@redhat.com>
11464
11465         progname: also set global program_invocation_name, when possible
11466         Before this change, a libtool-enabled program that calls glibc's
11467         error function would report the program name as
11468         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11469         * modules/progname (configure.ac): Check for a declaration of
11470         program_invocation_name.
11471         * lib/progname.c:  Include <errno.h>.
11472         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11473         Set program_invocation_name.
11474
11475 2009-08-23  Bruno Haible  <bruno@clisp.org>
11476
11477         * lib/dup3.c: Include <string.h>.
11478
11479 2009-08-23  Bruno Haible  <bruno@clisp.org>
11480
11481         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11482         * lib/pipe2.c (pipe2): Likewise.
11483         Suggested by Eric Blake.
11484
11485 2009-08-23  Bruno Haible  <bruno@clisp.org>
11486
11487         Tolerate declared but missing dup3 syscall.
11488         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11489         * lib/unistd.in.h (dup3): If the function is already present,
11490         override it.
11491         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11492         * modules/dup3 (Makefile.am): Compile dup3.c always.
11493         Reported by Paolo Bonzini.
11494
11495 2009-08-23  Bruno Haible  <bruno@clisp.org>
11496
11497         Tolerate declared but missing pipe2 syscall.
11498         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11499         available.
11500         * lib/unistd.in.h (pipe2): If the function is already present,
11501         override it.
11502         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11503         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11504         Reported by Paolo Bonzini.
11505
11506 2009-08-23  Bruno Haible  <bruno@clisp.org>
11507
11508         * lib/pipe2.c (pipe2): Move #ifs inside function.
11509
11510 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11511
11512         quotearg: document limitations of quote_these_too
11513         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11514         those limitations are created.
11515         * lib/quotearg.h (set_char_quoting): Document that digits and
11516         letters that are special after backslash are not permitted.
11517         (quotearg_char): Cross-reference set_char_quoting documentation.
11518
11519 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11520
11521         quotearg: implement custom_quoting_style
11522         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11523         right_quote fields.
11524         (set_custom_quoting): New public function.
11525         (quotearg_buffer_restyled): Add left_quote and right_quote
11526         arguments, handle them very much like locale quoting, and update
11527         all uses.
11528         (quotearg_n_custom): New public function.
11529         (quotearg_n_custom_mem): New public function.
11530         (quotearg_custom): New public function.
11531         (quotearg_custom_mem): New public function.
11532         * lib/quotearg.h: Prototype and document new public functions.
11533         (enum quoting_style): For escape_quoting_style and
11534         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11535         ignored even though they're otherwise like c_quoting_style.
11536         Add custom_quoting_style member and document with comparison to
11537         clocale_quoting_style.
11538         * tests/test-quotearg.c (custom_quotes): New array.
11539         (custom_results): New array.
11540         (main): Extend to test custom quoting.
11541
11542 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11543
11544         quotearg: fix right quote escaping when it's in quote_these_too
11545         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11546         quote, be sure to prepend only one backslash.
11547         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11548         (main): Test it.
11549
11550 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11551
11552         quotearg-tests: test escaping of embedded locale quotes
11553         * tests/test-quotearg.c (struct result_strings): Add member for
11554         new input.
11555         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11556         (inputs): Add new input.
11557         (results_g): Add expected results.
11558         (flag_results): Likewise.
11559         (locale_results): Likewise.
11560         (compare_strings): Check those.
11561
11562 2009-08-23  Bruno Haible  <bruno@clisp.org>
11563
11564         Tests for module 'dup3'.
11565         * modules/dup3-tests: New file.
11566         * tests/test-dup3.c: New file.
11567
11568         New module 'dup3'.
11569         * lib/unistd.in.h (dup3): New declaration.
11570         * lib/dup3.c: New file.
11571         * m4/dup3.m4: New file.
11572         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11573         HAVE_DUP3.
11574         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11575         * modules/dup3: New file.
11576         * doc/glibc-functions/dup3.texi: Mention the new module.
11577
11578 2009-08-23  Bruno Haible  <bruno@clisp.org>
11579
11580         Tweak the dup2 test.
11581         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11582         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11583         the test file is still empty. Fix argument order of lseek.
11584
11585 2009-08-23  Bruno Haible  <bruno@clisp.org>
11586
11587         Avoid test link errors when the modules getopt-gnu, gettext are used.
11588         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11589         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11590
11591 2009-08-23  Bruno Haible  <bruno@clisp.org>
11592
11593         Fix getdtablesize() on mingw.
11594         * lib/getdtablesize.c (getdtablesize): Implement differently.
11595         * lib/unistd.in.h (getdtablesize): Improve comment.
11596
11597 2009-08-23  Bruno Haible  <bruno@clisp.org>
11598
11599         New module 'mkostemp'.
11600         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11601         * lib/stdlib.in.h (mksotemp): New declaration.
11602         * lib/mkostemp.c: New file, from glibc with modifications.
11603         * lib/tempname.h (GT_FILE): Remove outdated comment.
11604         (gen_tempname): Add flags argument.
11605         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11606         (__GT_FILE): Map to 1.
11607         (small_open, large_open): Remove macros.
11608         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11609         * lib/mkstemp.c (mkstemp): Update.
11610         * lib/mkdtemp.c (mkdtemp): Likewise.
11611         * m4/mkostemp.m4: New file.
11612         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11613         HAVE_MKOSTEMP.
11614         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11615         HAVE_MKOSTEMP.
11616         * modules/mkostemp: New file, based on modules/mkstemp.
11617         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11618         * NEWS: Mention the change.
11619
11620 2009-08-23  Bruno Haible  <bruno@clisp.org>
11621
11622         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11623         Reported by Eric Blake.
11624
11625 2009-08-23  Bruno Haible  <bruno@clisp.org>
11626
11627         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11628         Reported by Eric Blake.
11629
11630 2009-08-23  Bruno Haible  <bruno@clisp.org>
11631
11632         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11633         * modules/pipe2 (Depends-on): Likewise.
11634
11635 2009-08-23  Eric Blake  <ebb9@byu.net>
11636
11637         fcntl-h: add O_TTY_INIT support
11638         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11639         * tests/test-fcntl-h.c (o): Test it.
11640         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11641
11642         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11643         * modules/fcntl: Move <fcntl.h> header replacement...
11644         * modules/fcntl-h: ...to new name, so as not to collide with
11645         like-named function.
11646         * tests/test-fcntl.c: Rename...
11647         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11648         * modules/fcntl-tests: Rename...
11649         * modules/fcntl-h-tests: ...to this.  Update test file name.
11650         * modules/chdir-long (Depends-on): Update clients.
11651         * modules/chdir-safer (Depends-on): Likewise.
11652         * modules/fcntl-safer (Depends-on): Likewise.
11653         * modules/fts (Depends-on): Likewise.
11654         * modules/mkancesdirs (Depends-on): Likewise.
11655         * modules/mkdir-p (Depends-on): Likewise.
11656         * modules/open (Depends-on): Likewise.
11657         * modules/savewd (Depends-on): Likewise.
11658         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11659         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11660
11661 2009-08-22  Bruno Haible  <bruno@clisp.org>
11662
11663         * modules/binary-io (License): Relicense under LGPL.
11664         * modules/pipe2 (License): Likewise.
11665
11666 2009-08-22  Bruno Haible  <bruno@clisp.org>
11667
11668         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11669         return value.
11670         * lib/pipe-filter-gi.c (filter_init): Likewise.
11671         Reported by Eric Blake.
11672
11673 2009-08-22  Bruno Haible  <bruno@clisp.org>
11674
11675         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11676         * modules/pipe (Depends-on): Add pipe2.
11677
11678 2009-08-22  Bruno Haible  <bruno@clisp.org>
11679
11680         Tests for module 'pipe2'.
11681         * modules/pipe2-tests: New file.
11682         * tests/test-pipe2.c: New file.
11683
11684         New module 'pipe2'.
11685         * lib/unistd.in.h (pipe2): New declaration.
11686         * lib/pipe2.c: New file.
11687         * m4/pipe2.m4: New file.
11688         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11689         HAVE_PIPE2.
11690         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11691         * modules/pipe2: New file.
11692         * doc/glibc-functions/pipe2.texi: Mention the new module.
11693
11694 2009-08-22  Bruno Haible  <bruno@clisp.org>
11695
11696         Reference some new glibc functions.
11697         * doc/glibc-functions/accept4.texi: New file.
11698         * doc/glibc-functions/dup3.texi: New file.
11699         * doc/glibc-functions/mkostemp.texi: New file.
11700         * doc/glibc-functions/pipe2.texi: New file.
11701         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11702         (Glibc sys/socket.h): Refer to accept4.
11703         (Glibc unistd.h): Refer to dup3, pipe2.
11704         Reported by Eric Blake.
11705
11706 2009-08-22  Jim Meyering  <meyering@redhat.com>
11707             Bruno Haible  <bruno@clisp.org>
11708
11709         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11710         This makes it so packages using automake-1.11's silent-rules option
11711         can print e.g., a single "GEN    configmake.h" line, rather than
11712         the 30+ statements that perform the job.  If you want to see the
11713         actual commands, you can still run "make V=1".
11714         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11715         so that make output is abbreviated when those variables are defined
11716         appropriately.
11717         * modules/argz: Likewise.
11718         * modules/arpa_inet: Likewise.
11719         * modules/byteswap: Likewise.
11720         * modules/configmake: Likewise.
11721         * modules/dirent: Likewise.
11722         * modules/errno: Likewise.
11723         * modules/fcntl: Likewise.
11724         * modules/float: Likewise.
11725         * modules/fnmatch: Likewise.
11726         * modules/getopt-posix: Likewise.
11727         * modules/glob: Likewise.
11728         * modules/iconv_open: Likewise.
11729         * modules/inttypes: Likewise.
11730         * modules/localcharset: Likewise.
11731         * modules/locale: Likewise.
11732         * modules/math: Likewise.
11733         * modules/netdb: Likewise.
11734         * modules/netinet_in: Likewise.
11735         * modules/poll: Likewise.
11736         * modules/posix_spawnp-tests: Likewise.
11737         * modules/sched: Likewise.
11738         * modules/search: Likewise.
11739         * modules/selinux-h: Likewise.
11740         * modules/signal: Likewise.
11741         * modules/spawn: Likewise.
11742         * modules/stdarg: Likewise.
11743         * modules/stdbool: Likewise.
11744         * modules/stddef: Likewise.
11745         * modules/stdint: Likewise.
11746         * modules/stdio: Likewise.
11747         * modules/stdlib: Likewise.
11748         * modules/string: Likewise.
11749         * modules/strings: Likewise.
11750         * modules/sys_file: Likewise.
11751         * modules/sys_ioctl: Likewise.
11752         * modules/sys_select: Likewise.
11753         * modules/sys_socket: Likewise.
11754         * modules/sys_stat: Likewise.
11755         * modules/sys_time: Likewise.
11756         * modules/sys_times: Likewise.
11757         * modules/sys_utsname: Likewise.
11758         * modules/sys_wait: Likewise.
11759         * modules/sysexits: Likewise.
11760         * modules/time: Likewise.
11761         * modules/unistd: Likewise.
11762         * modules/wchar: Likewise.
11763         * modules/wctype: Likewise.
11764
11765 2009-08-22  Jim Meyering  <meyering@redhat.com>
11766
11767         announce-gen: detect write failure
11768         * build-aux/announce-gen: Add Coda at end.
11769         Remove equivalent-but-more-verbose block at top.
11770
11771 2009-08-19  Akim Demaille  <demaille@gostai.com>
11772
11773         bootstrap: --help to stdout.
11774         * bootstrap (usage): Don't send --help to stderr.
11775         Use a here doc instead of a long string.
11776
11777 2009-08-21  Eric Blake  <ebb9@byu.net>
11778
11779         test-popen-safer: split from test-popen
11780         * tests/test-popen.c (main): Move...
11781         * tests/test-popen.h: ...into new file.
11782         * tests/test-popen-safer2.c: New file.
11783         * modules/popen-tests (Files): Add test-popen.h.
11784         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11785         Suggested by Bruno Haible.
11786
11787         test-fcntl-safer: split from test-open
11788         * tests/test-open.c (main): Move...
11789         * tests/test-open.h: ...into new file.
11790         * tests/test-fcntl-safer.c: New file.
11791         * modules/open-tests (Files): Add test-open.h.
11792         * modules/fcntl-safer-tests: New file.
11793         Suggested by Bruno Haible.
11794
11795         test-fopen-safer: split from test-fopen
11796         * tests/test-fopen.c (main): Move...
11797         * tests/test-fopen.h: ...into new file.
11798         * tests/test-fopen-safer.c: New file.
11799         * modules/fopen-tests (Files): Add test-fopen.h.
11800         * modules/fopen-safer-tests: New file.
11801         Suggested by Bruno Haible.
11802
11803 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11804
11805         popen-safer: test O_CLOEXEC at run-time.
11806         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11807
11808 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11809
11810         fcntl: move more flags to the header
11811         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11812         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11813         * lib/fcntl.in.h: Do both things here.
11814
11815 2009-08-21  Jim Meyering  <meyering@redhat.com>
11816
11817         consistently remove $@-t before redirecting to it
11818         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11819         * modules/alloca-opt: Likewise.
11820         * modules/byteswap: Likewise.
11821         * modules/fnmatch: Likewise.
11822         * modules/getopt-posix: Likewise.
11823         * modules/glob: Likewise.
11824         * modules/poll: Likewise.
11825         * modules/posix_spawnp-tests: Likewise.
11826         * modules/sys_socket: Likewise.
11827         * modules/sysexits: Likewise.
11828
11829 2009-08-21  Eric Blake  <ebb9@byu.net>
11830
11831         popen: simplify access to original popen
11832         * lib/popen.c (rpl_popen): No need to worry about popen being a
11833         macro.
11834         Reported by Bruno Haible.
11835
11836 2009-08-20  Eric Blake  <ebb9@byu.net>
11837
11838         build: avoid some compiler warnings
11839         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11840         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11841         type.
11842         (new_exclude_segment, excluded_file_pattern_p)
11843         (excluded_file_name_p): Reduce scope.
11844         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11845         old-style declaration.
11846
11847 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11848
11849         * tests/test-exclude1.sh: Handle Windows EOL.
11850         * tests/test-exclude2.sh: Likewise.
11851         * tests/test-exclude3.sh: Likewise.
11852         * tests/test-exclude4.sh: Likewise.
11853         * tests/test-exclude5.sh: Likewise.
11854         * tests/test-exclude6.sh: Likewise.
11855         * tests/test-exclude7.sh: Likewise.
11856
11857 2009-08-19  Akim Demaille  <demaille@gostai.com>
11858
11859         bootstrap: find sha1sum when named gsha1sum.
11860         * bootstrap (find_tool): New.
11861         ($SHA1SUM): New.
11862         Use it.
11863
11864 2009-08-20  Jim Meyering  <meyering@redhat.com>
11865
11866         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11867         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11868         expression that converts "." in a file name to "\." in the resulting
11869         regexp.  Start with a dummy statement, so that prior shell variable
11870         definitions are expanded portably.  Reported by Simon Josefsson.
11871
11872 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11873
11874         Fix polling for writeability of a screen buffer.
11875         * lib/poll.c: Distinguish input and screen buffers for the
11876         Win32 implementation.
11877         * lib/select.c: Likewise.
11878
11879 2009-08-19  Eric Blake  <ebb9@byu.net>
11880
11881         popen-safer: prevent popen from clobbering std descriptors
11882         * modules/popen-safer: New file.
11883         * lib/popen-safer.c: Likewise.
11884         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11885         * lib/stdio--.h (popen): Provide override.
11886         * lib/stdio-safer.h (popen_safer): Provide declaration.
11887         * tests/test-popen.c (includes): Partially test this.
11888         * modules/popen-safer-tests: New file, for more tests.
11889         * tests/test-popen-safer.c: Likewise.
11890         * MODULES.html.sh (file stream based Input/Output): Mention it.
11891
11892         tests: test some of the *-safer modules
11893         * modules/fopen-safer (Depends-on): Add fopen.
11894         * modules/fcntl-safer (Depends-on): Add fcntl.
11895         * modules/stdlib-safer (Depends-on): Add stdlib.
11896         (configure.ac): Set indicator.
11897         * modules/unistd-safer (configure.ac): Likewise.
11898         * modules/tmpfile-safer (configure.ac): Likewise.
11899         (Depends-on): Add tmpfile.
11900         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11901         active.
11902         * tests/test-fopen.c (includes): Test safer versions when they are
11903         in use.
11904         * tests/test-open.c (includes): Likewise.
11905
11906         popen: fix cygwin 1.5 bug when stdin closed
11907         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11908         * modules/popen: New file.
11909         * modules/popen-tests: Likewise.
11910         * tests/test-popen.c: Likewise.
11911         * m4/popen.m4: Likewise.
11912         * lib/popen.c: Likewise.
11913         * lib/stdio.in.h (popen): New declaration.
11914         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11915         * modules/stdio (Makefile.am): Likewise.
11916         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11917
11918 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11919
11920         maint.mk: give full control over update-copyright exclusions
11921         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11922         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11923         (update-copyright): Don't force inclusion of top-level
11924         ChangeLog.  Don't force exclusion of all COPYING files, but make
11925         them the default exclusion instead.
11926
11927 2009-08-16  Bruno Haible  <bruno@clisp.org>
11928
11929         Fix test failures on Solaris 10.
11930         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11931         tests when Solaris iconv() is used.
11932         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11933         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11934         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11935         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11936         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11937
11938 2009-08-16  Bruno Haible  <bruno@clisp.org>
11939
11940         Fix test failures on Solaris 10.
11941         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11942         'tr' program and pass it as first argument.
11943         * tests/test-pipe-filter-gi1.sh: Likewise.
11944         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11945         program as first argument.
11946         * tests/test-pipe-filter-gi1.c (main): Likewise.
11947
11948 2009-08-16  Eric Blake  <ebb9@byu.net>
11949
11950         fpurge: fix previous commits
11951         * modules/fpurge (Makefile.am): Make replacement conditional,
11952         partially reverting 2007-04-29 change; missed in previous
11953         attempt.
11954         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11955         is missing.
11956
11957 2009-08-16  Bruno Haible  <bruno@clisp.org>
11958
11959         Clarify fpurge's effect on the file position.
11960         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11961         * tests/test-fpurge.c (main): Make a second pass for checking the file
11962         position.
11963
11964 2009-08-16  Bruno Haible  <bruno@clisp.org>
11965
11966         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11967         declaration of fpurge is missing.
11968         * tests/test-fpurge.c (main): Check that the file has not more contents
11969         than expected. Close the file before removing it.
11970
11971 2009-08-15  Eric Blake  <ebb9@byu.net>
11972
11973         fpurge: don't wrap working cygwin implementation
11974         * lib/fpurge.c (fpurge): Fix comment typo.
11975         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11976         1.7 to avoid replacement.
11977         * tests/test-fpurge.c (main): Enhance test.
11978
11979 2009-08-15  Eric Blake  <ebb9@byu.net>
11980         and Jim Meyering  <meyering@redhat.com>
11981
11982         test-update-copyright: skip if perl is insufficient
11983         * tests/test-update-copyright.sh: Failure to run maintainer tool
11984         should not cause testsuite failure on cygwin 1.5.
11985
11986 2009-08-14  Eric Blake  <ebb9@byu.net>
11987
11988         doc: mention more functions added in cygwin 1.7.0
11989         * doc/posix-headers/limits.texi (limits.h): Update for recent
11990         cygwin additions.
11991         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11992         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11993         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11994         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11995         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11996
11997 2009-08-14  Eric Blake  <ebb9@byu.net>
11998
11999         maint.mk: simplify update-copyright rule
12000         * top/maint.mk (update-copyright-local): Delete, and document how
12001         to do it in cfg.mk instead.
12002         (update-copyright-exclude-regexp): Delete, and document how to do
12003         it in .x-update-copyright instead.
12004         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
12005         exclude ChangeLog.
12006
12007 2009-08-14  Bruno Haible  <bruno@clisp.org>
12008
12009         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12010
12011 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12012
12013         maint.mk: support update-copyright-env
12014         * top/maint.mk (update-copyright-env): Define place-holder.
12015         (update-copyright): Expand $(update-copyright-env) before
12016         invoking update-copyright.
12017
12018 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12019
12020         update-copyright: implement forced reformatting
12021         * build-aux/update-copyright: Implement and document
12022         UPDATE_COPYRIGHT_FORCE.
12023         * tests/test-update-copyright.sh: Test it.
12024
12025 2009-08-14  Eric Blake  <ebb9@byu.net>
12026         and Bruno Haible  <bruno@clisp.org>
12027
12028         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12029         * tests/test-locale.c: Revert previous patch related to NULL.
12030         * tests/test-stdio.c: Likewise.
12031         * tests/test-stdlib.c: Likewise.
12032         * tests/test-string.c: Likewise.
12033         * tests/test-unistd.c: Likewise.
12034         * modules/time-tests (Depends-on): Add verify.
12035         * modules/wchar-tests (Depends-on): Likewise.
12036         * tests/test-time.c: Test for NULL compliance.
12037         * tests/test-wchar.c: Likewise.
12038         * modules/locale (Depends-on): Add stddef.
12039         * modules/stdio (Depends-on): Likewise.
12040         * modules/stdlib (Depends-on): Likewise.
12041         * modules/string (Depends-on): Likewise.
12042         * modules/time (Depends-on): Likewise.
12043         * modules/unistd (Depends-on): Likewise.
12044         * modules/wchar (Depends-on): Likewise.
12045         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12046         * lib/stdlib.in.h (includes): Likewise.
12047         * lib/string.in.h (includes): Likewise.
12048         * lib/time.in.h (includes): Likewise.
12049         * lib/unistd.in.h (includes): Likewise.
12050         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12051         replaced.
12052         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12053         * m4/stddef_h.m4: New file.
12054         * modules/stddef: Likewise.
12055         * lib/stddef.in.h: Likewise.
12056         * modules/stddef-tests: Likewise.
12057         * tests/test-stddef.c: Likewise.
12058         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12059         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12060         * doc/posix-headers/locale.texi (locale.h): Likewise.
12061         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12062         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12063         * doc/posix-headers/string.texi (string.h): Likewise.
12064         * doc/posix-headers/time.texi (time.h): Likewise.
12065         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12066         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12067
12068 2009-08-14  Eric Blake  <ebb9@byu.net>
12069
12070         doc: improve git diff of texinfo files
12071         * .gitattributes: Add rule for *.texi files, with hint on how to
12072         use it.
12073         Copied from m4, and based on a report by Bruno Haible.
12074
12075 2009-08-14  Bruno Haible  <bruno@clisp.org>
12076
12077         Disable multithread support by default on Cygwin 1.5.x for real.
12078         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12079
12080 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12081
12082         update-copyright: much ado about intervals
12083         * build-aux/update-copyright: Implement and document
12084         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12085         of copyright year intervals.
12086         Also, document UPDATE_COPYRIGHT_YEAR.
12087         * tests/test-update-copyright.sh: Test it.
12088
12089         update-copyright: convert 2-digit to 4-digit years
12090         * build-aux/update-copyright: Implement and document.
12091         * tests/test-update-copyright.sh: Update.
12092
12093 2009-08-14  Jim Meyering  <meyering@redhat.com>
12094
12095         test-exclude: avoid coreutils "make check" failure
12096         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12097         just as in test-argmatch.c.
12098
12099 2009-08-13  Eric Blake  <ebb9@byu.net>
12100
12101         test-dup2: fix bad assumption
12102         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12103         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12104
12105         test-version-etc: fix CRLF portability issue
12106         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12107         recognize \r.
12108         * tests/test-argp-version-etc-1.sh: Likewise.
12109
12110         getopt: update client modules
12111         * modules/argp (Depends-on): Use getopt-gnu.
12112         * modules/git-merge-changelog (Depends-on): Likewise.
12113         * modules/long-options (Depends-on): Likewise.
12114         * modules/xstrtol (Depends-on): Likewise.
12115
12116 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12117
12118         * tests/test-version-etc.sh: Don't fail on different
12119         project/version.  Don't fail on CRLF differences.  Rewrite to use
12120         multiple -e instead of multiple sed forks, suggested by Eric Blake
12121         <ebb9@byu.net>.
12122         * tests/test-argp-version-etc-1.sh: Likewise.
12123
12124 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12125
12126         * tests/test-version-etc.sh: Don't fail on different
12127         project/version.
12128
12129 2009-08-12  Bruno Haible  <bruno@clisp.org>
12130
12131         Tests for modules 'getopt-posix', 'getopt-gnu'.
12132         * modules/getopt-posix-tests: New file.
12133         * tests/test-getopt.c: New file.
12134         * tests/test-getopt.h: New file.
12135         * tests/test-getopt_long.h: New file.
12136
12137         New modules 'getopt-posix', 'getopt-gnu'.
12138         * modules/getopt-gnu: New file, renamed from modules/getopt.
12139         * modules/getopt-posix: New file.
12140         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12141         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12142         (gl_GETOPT): Remove macro.
12143         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12144         Disable the test against BSD systems that declare optreset. Test
12145         against mingw bug. Test against lack of support of optional arguments
12146         on many platforms.
12147         * doc/glibc-headers/getopt.texi: Update module name and list of
12148         relevant platforms.
12149         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12150         'getopt-gnu' and more portability problems.
12151         * NEWS: Mention the changes.
12152
12153 2009-08-12  Bruno Haible  <bruno@clisp.org>
12154
12155         Ensure that optarg etc. get declared by <unistd.h>.
12156         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12157         AC_USE_SYSTEM_EXTENSIONS.
12158         * modules/getopt (Depends-on): Add 'extensions'.
12159
12160 2009-08-12  Bruno Haible  <bruno@clisp.org>
12161
12162         Avoid test link errors.
12163         * modules/pipe-filter-ii-tests (Makefile.am): Define
12164         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12165         * modules/pipe-filter-gi-tests (Makefile.am): Define
12166         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12167         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12168
12169 2009-08-12  Bruno Haible  <bruno@clisp.org>
12170
12171         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12172         gl_GETOPT_SUBSTITUTE before.
12173         (gl_GETOPT): Use it.
12174         * m4/argp.m4 (gl_ARGP): Update.
12175         Reported by Sergey Poznyakoff.
12176
12177         * m4/getopt.m4: Reorder macros.
12178         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12179         (gl_GETOPT_SUBSTITUTE): Remove macro.
12180
12181 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12182
12183         Minor improvement in gitlog-to-changelog
12184
12185         * build-aux/gitlog-to-changelog: New option `--format' makes
12186         output format string configurable.
12187
12188 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12189
12190         Optimize exclude: use hash tables for non-wildcard patterns.
12191
12192         * lib/exclude.c: Include hash.h and mbuiter.h
12193         (struct exclude_pattern, exclude_segment): New data types.
12194         (struct exclude): Rewrite.
12195         (fnmatch_pattern_has_wildcards): New function.
12196         (new_exclude_segment, free_exclude_segment): New functions.
12197         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12198         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12199         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12200         * modules/exclude: Depend on hash and mbuiter.
12201
12202         * modules/exclude-tests: New file.
12203         * tests/test-exclude.c: New file.
12204         * tests/test-exclude1.sh: New file.
12205         * tests/test-exclude2.sh: New file.
12206         * tests/test-exclude3.sh: New file.
12207         * tests/test-exclude4.sh: New file.
12208         * tests/test-exclude5.sh: New file.
12209         * tests/test-exclude6.sh: New file.
12210         * tests/test-exclude7.sh: New file.
12211
12212 2009-08-12  Bruno Haible  <bruno@clisp.org>
12213
12214         Ensure that getopt() gets declared by <unistd.h>.
12215         * lib/unistd.in.h: Conditionally include getopt.h.
12216         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12217         Set GNULIB_UNISTD_H_GETOPT.
12218         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12219         GNULIB_UNISTD_H_GETOPT.
12220         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12221
12222 2009-08-12  Bruno Haible  <bruno@clisp.org>
12223
12224         Clarify logic.
12225         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12226         gl_replace_getopt instead of GETOPT_H.
12227
12228 2009-08-12  Bruno Haible  <bruno@clisp.org>
12229
12230         * m4/getopt.m4: Add comments.
12231
12232 2009-08-12  Bruno Haible  <bruno@clisp.org>
12233
12234         Disable multithread support by default on Cygwin 1.5.x.
12235         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12236         set gl_use_threads=no if not specified otherwise.
12237
12238 2009-08-11  Bruno Haible  <bruno@clisp.org>
12239
12240         Avoid compilation error on NetBSD 5.0.
12241         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12242         * tests/test-stdio.c: Likewise.
12243         * tests/test-stdlib.c: Likewise.
12244         * tests/test-string.c: Likewise.
12245         * tests/test-unistd.c: Likewise.
12246         Reported by Greg Troxel <gdt@ir.bbn.com>
12247         at <https://savannah.gnu.org/support/?106973>.
12248
12249 2009-08-11  Bruno Haible  <bruno@clisp.org>
12250
12251         * modules/dup2-tests (Depends-on): Remove close.
12252
12253         Undo 2009-07-19 commit.
12254         * modules/acl-tests (Depends-on): Remove close.
12255         * modules/binary-io-tests (Depends-on): Likewise.
12256         * modules/closein-tests (Depends-on): Likewise.
12257         * modules/flock-tests (Depends-on): Likewise.
12258         * modules/fsync-tests (Depends-on): Likewise.
12259         * modules/lseek-tests (Depends-on): Likewise.
12260         * modules/pipe-tests (Depends-on): Likewise.
12261         * modules/posix_spawn-tests (Depends-on): Likewise.
12262         * modules/posix_spawnp-tests (Depends-on): Likewise.
12263         * modules/stat-time-tests (Depends-on): Likewise.
12264         * modules/yesno-tests (Depends-on): Likewise.
12265
12266 2009-08-10  Bruno Haible  <bruno@clisp.org>
12267
12268         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12269
12270 2009-08-10  Bruno Haible  <bruno@clisp.org>
12271
12272         Fix a gcc warning.
12273         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12274
12275 2009-08-10  Bruno Haible  <bruno@clisp.org>
12276
12277         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12278         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12279         not only the first time.
12280         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12281         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12282         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12283         is 1, not only the the first time.
12284
12285 2009-08-10  Bruno Haible  <bruno@clisp.org>
12286
12287         Make it possible to use module 'gethostname' without module 'close'.
12288         * lib/unistd.in.h (close): Evoke a link error only if
12289         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12290         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12291         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12292         * modules/unistd (Makefile.am): Substitute
12293         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12294         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12295         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12296         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12297         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12298         * modules/sys_ioctl (Makefile.am): Substitute
12299         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12300         * modules/socket (configure.ac): On native Windows, set
12301         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12302         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12303         Reported by Sam Steingold <sds@gnu.org>.
12304
12305 2009-08-10  Bruno Haible  <bruno@clisp.org>
12306
12307         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12308         * modules/ioctl (configure.ac): Likewise.
12309
12310 2009-08-10  Bruno Haible  <bruno@clisp.org>
12311
12312         Avoid collision between gnulib wrapper and libintl wrapper.
12313         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12314         already defined in intl/printf.c.
12315         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12316         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12317
12318 2009-08-09  Bruno Haible  <bruno@clisp.org>
12319
12320         Make <sys/select.h> really self-contained, also on Solaris 10.
12321         * lib/sys_select.in.h: Include <string.h>.
12322         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12323         Solaris 10 problem.
12324         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12325         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12326         Reported by Jim Meyering.
12327
12328 2009-08-09  Bruno Haible  <bruno@clisp.org>
12329
12330         Avoid warnings from 'aclocal' that are due to a use of macro name
12331         AM_XGETTEXT_OPTION that is not defined in automake.
12332         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12333         automake.
12334         * modules/error (configure.ac): Likewise.
12335         * modules/propername (configure.ac): Likewise.
12336         * modules/vasprintf (configure.ac): Likewise.
12337         * modules/verror (configure.ac): Likewise.
12338         * modules/xprintf (configure.ac): Likewise.
12339         * modules/xvasprintf (configure.ac): Likewise.
12340
12341 2009-08-08  Bruno Haible  <bruno@clisp.org>
12342
12343         Avoid compilation error in C++ mode.
12344         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12345         Reported by Sam Steingold <sds@gnu.org>.
12346
12347 2009-08-08  Bruno Haible  <bruno@clisp.org>
12348
12349         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12350         for the various Unix platforms.
12351         * doc/posix-headers/limits.texi: Update platforms list regarding
12352         HOST_NAME_MAX.
12353         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12354
12355 2009-08-07  Jim Meyering  <meyering@redhat.com>
12356
12357         selinux-at: fix typo in a comment
12358         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12359         Spotted by Paolo Bonzini.
12360
12361         selinux-at: remove redundant m4 code, add documentation
12362         * modules/selinux-at (configure.ac): Remove redundant code.
12363         LIB_SELINUX is already set via the dependent module, selinux-h.
12364         (Include): Add quotes around selinux-at.h.
12365         * lib/selinux-at.h: Add documentation.
12366         Reported by Bruno Haible in
12367         http://marc.info/?l=gnulib-bug&m=124958988300749
12368
12369 2009-08-07  Bruno Haible  <bruno@clisp.org>
12370
12371         Avoid link error on MacOS X 10.3 and 10.4.
12372         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12373         on non-ELF systems.
12374         * lib/argp-pv.c (argp_program_version): Likewise.
12375         Reported by Simon Josefsson.
12376
12377 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12378
12379         * tests/test-version-etc.sh: Use $EXEEXT.
12380
12381 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12382
12383         update-copyright: update documentation to point to maint.mk
12384         * build-aux/update-copyright: Here.
12385
12386 2009-08-06  Jim Meyering  <meyering@redhat.com>
12387
12388         maint.mk: support update-copyright-local
12389         * top/maint.mk (update-copyright-local): Define place-holder.
12390         (update-copyright): Depend on $(update-copyright-local).
12391
12392 2009-08-06  Jim Meyering  <meyering@redhat.com>
12393
12394         selinux-at: new module
12395         Initially written for coreutils, this module will soon be
12396         used by findutils, too.
12397         * MODULES.html.sh [Misc]: Add selinux-at.
12398         * lib/selinux-at.h: New file, from coreutils.
12399         * lib/selinux-at.c: Likewise.
12400         * modules/selinux-at: Likewise.
12401         (License): Change from LGPL to GPL, since it depends
12402         on the GPL'd openat module.
12403
12404         doc: update README
12405         * README: Remove references to cogito.
12406         Remove cvs-repo-updating instructions from 2007.
12407         Don't imply that CVS is better if you have limited disk space.
12408
12409 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12410
12411         update-copyright: support C-style comments
12412         * build-aux/update-copyright: Implement and document.
12413         * tests/test-update-copyright.sh: Test.
12414
12415 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12416
12417         update-copyright: support omitted "(C)"
12418         * build-aux/update-copyright: Implement and document.  Also,
12419         allow variable whitespace before "(C)".
12420         * tests/test-update-copyright.sh: Test.
12421
12422 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12423
12424         update-copyright: don't trip on non-FSF copyright statements
12425         * build-aux/update-copyright: Fix so that the first correctly
12426         formatted FSF copyright statement is recognized no matter what
12427         appears before it.  Update documentation.
12428         * tests/test-update-copyright.sh: Test that.
12429
12430 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12431
12432         update-copyright: clean up code a little
12433         * build-aux/update-copyright: Append "_re" to the name of any
12434         variable holding a regular expression.
12435         Replace "old" and "new" with "stmt" in variable names.
12436         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12437         handled correctly.
12438         Format code more consistently.
12439
12440 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12441
12442         update-copyright-tests: improve portability
12443         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12444         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12445
12446 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12447
12448         update-copyright: support @copyright{} and &copy;
12449         * build-aux/update-copyright: Implement and document.
12450         * tests/test-update-copyright.sh: Test.
12451
12452 2009-08-04  Jim Meyering  <meyering@redhat.com>
12453
12454         update-copyright-tests: correctly test EOL=\r\n handling
12455         * tests/test-update-copyright.sh: Put \r at the end of some lines
12456         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12457
12458         maint.mk: make update-copyright exclusion list more configurable
12459         * top/maint.mk (update-copyright): Default to excluding COPYING,
12460         but allow an override, in case someone does want to update that file.
12461
12462         maint.mk: don't update copyright date in COPYING
12463         * top/maint.mk (update-copyright): Exclude COPYING.
12464
12465         maint.mk: add a copyright-updating rule
12466         * top/maint.mk (update-copyright): New rule.
12467         Derived from coreutils/Makefile.am.
12468
12469         update-copyright: rename some variables
12470         * build-aux/update-copyright: Rename a few variables for clarity.
12471         Tweak syntax.  List Joel E. Denny as coauthor.
12472
12473 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12474
12475         update-copyright: fix bug for 2-digit last year and add tests
12476         * build-aux/update-copyright: Fix bug.
12477         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12478         specified.
12479         * modules/update-copyright-tests: New
12480         * tests/test-update-copyright.sh: New.
12481
12482 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12483
12484         update-copyright: handle leading tabs in line prefix
12485         * build-aux/update-copyright: Count leading tabs as 8 spaces
12486         when computing margin.  This helps with the formatting of
12487         ChangeLogs, for example.
12488         Fix documentation a little.
12489
12490 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12491
12492         update-copyright: support EOL=\r\n
12493         * build-aux/update-copyright: Implement that.
12494
12495 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12496
12497         update-copyright: automatically format copyright statements
12498         * build-aux/update-copyright: Implement that.
12499         Also, be a little more predictable and safer by always failing
12500         when the full copyright format is not perfectly recognized as an
12501         unbroken whole.  Discussed at
12502         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12503         Rewrite documentation.
12504
12505 2009-08-03  Bruno Haible  <bruno@clisp.org>
12506
12507         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12508
12509 2009-08-02  Bruno Haible  <bruno@clisp.org>
12510
12511         Tests for module 'uname'.
12512         * modules/uname-tests: New file.
12513         * tests/test-uname.c: New file.
12514
12515         New module 'uname'.
12516         * lib/uname.c: New file.
12517         * m4/uname.m4: New file.
12518         * modules/uname: New file.
12519         * doc/posix-functions/uname.texi: Mention the new module.
12520
12521 2009-08-02  Bruno Haible  <bruno@clisp.org>
12522
12523         Tests for module 'sys_utsname'.
12524         * modules/sys_utsname-tests: New file.
12525         * tests/test-sys_utsname.c: New file.
12526
12527         New module 'sys_utsname'.
12528         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12529         * m4/sys_utsname_h.m4: New file.
12530         * modules/sys_utsname: New file.
12531         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12532
12533 2009-08-02  Bruno Haible  <bruno@clisp.org>
12534
12535         Implicitly initialize the sockets library.
12536         * lib/gethostname.c: Include sockets.h.
12537         (rpl_gethostname): Invoke gl_sockets_startup.
12538         * lib/socket.c: Include sockets.h.
12539         (rpl_socket): Invoke gl_sockets_startup.
12540         * modules/gethostname (Depends-on): Add sockets.
12541         * modules/socket (Depends-on): Likewise.
12542         * tests/test-poll.c: Don't include sockets.h.
12543         (main): Don't invoke gl_sockets_startup.
12544         * tests/test-select.c: Don't include sockets.h.
12545         (main): Don't invoke gl_sockets_startup.
12546
12547 2009-08-02  Bruno Haible  <bruno@clisp.org>
12548
12549         Allow multiple calls to gl_sockets_startup.
12550         * lib/sockets.c (initialized_sockets_version): New variable.
12551         (gl_sockets_startup): Do nothing if already called for this or a higher
12552         version.
12553         (gl_sockets_cleanup): Reset initialized_sockets_version.
12554
12555 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12556
12557         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12558         different project/version.
12559
12560 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12561             Bruno Haible  <bruno@clisp.org>
12562
12563         Tests for module 'pipe-filter-gi'.
12564         * modules/pipe-filter-gi-tests: New file.
12565         * tests/test-pipe-filter-gi1.sh: New file.
12566         * tests/test-pipe-filter-gi1.c: New file.
12567         * tests/test-pipe-filter-gi2.sh: New file.
12568         * tests/test-pipe-filter-gi2-main.c: New file.
12569         * tests/test-pipe-filter-gi2-child.c: New file.
12570
12571         New module 'pipe-filter-gi'.
12572         * lib/pipe-filter-gi.c: New file.
12573         * modules/pipe-filter-gi: New file.
12574
12575 2009-08-02  Bruno Haible  <bruno@clisp.org>
12576             Paolo Bonzini  <bonzini@gnu.org>
12577
12578         Tests for module 'pipe-filter-ii'.
12579         * modules/pipe-filter-ii-tests: New file.
12580         * tests/test-pipe-filter-ii1.sh: New file.
12581         * tests/test-pipe-filter-ii1.c: New file.
12582         * tests/test-pipe-filter-ii2.sh: New file.
12583         * tests/test-pipe-filter-ii2-main.c: New file.
12584         * tests/test-pipe-filter-ii2-child.c: New file.
12585
12586         New module 'pipe-filter-ii'.
12587         * lib/pipe-filter.h: New file.
12588         * lib/pipe-filter-ii.c: New file.
12589         * lib/pipe-filter-aux.h: New file.
12590         * modules/pipe-filter-ii: New file.
12591
12592 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12593
12594         * lib/gc-libgcrypt.c: Change copyright to FSF.
12595         * lib/gc-gnulib.c: Likewise.
12596
12597 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12598
12599         * lib/gethostname.c: Include limits.h.
12600
12601 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12602             Bruno Haible  <bruno@clisp.org>
12603
12604         Ensure HOST_NAME_MAX as part of the gethostname module.
12605         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12606         define also HOST_NAME_MAX.
12607         * tests/test-gethostname.c: Include <limits.h>.
12608         (main): Check also HOST_NAME_MAX.
12609         * doc/posix-headers/limits.texi: Document the mingw problem.
12610
12611 2009-08-02  Bruno Haible  <bruno@clisp.org>
12612
12613         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12614         Add comments.
12615
12616 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12617
12618         * lib/gethostname.c: Add Windows wrapper.
12619         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12620         * modules/gethostname: Depend on sys_socket & errno, for also
12621         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12622         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12623
12624 2009-07-31  Jim Meyering  <meyering@redhat.com>
12625
12626         getloadavg: fix symbol name in comment
12627         * lib/getloadavg.c: Correct a typo I introduced when adding
12628         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12629         Matt Kraai spotted the problem.
12630
12631 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12632
12633         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12634         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12635         code also if ! defined N_NAME_POINTER.
12636         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12637         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12638         but the n_name member is a 12-byte array.
12639
12640 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12641
12642         update-copyright: generalize comment handling
12643         * build-aux/update-copyright: Handle copyright statements
12644         within more comment styles.
12645         Document usage.
12646         Report any file with an external copyright holder or parse failure.
12647
12648 2009-07-29  Jim Meyering  <meyering@redhat.com>
12649
12650         mktime: correct setting of REPLACE_MKTIME
12651         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12652
12653         update-copyright: new module
12654         * modules/update-copyright: New file.
12655         * build-aux/update-copyright: New file.
12656         * MODULES.html.sh (maint+release support): Add update-copyright.
12657
12658 2009-07-27  Bruno Haible  <bruno@clisp.org>
12659
12660         Fix compilation error when <ctime> is used and mktime is replaced.
12661         * lib/time.in.h (mktime): New declaration.
12662         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12663         REPLACE_MKTIME instead of defining mktime in config.h.
12664         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12665         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12666         Reported by Ross McFarland <rwmcfa1@neces.com>.
12667
12668 2009-07-27  Bruno Haible  <bruno@clisp.org>
12669
12670         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12671         Reported by Matt Kraai <mkraai@beckman.com>.
12672
12673 2009-07-25  Jim Meyering  <meyering@redhat.com>
12674
12675         maint.mk: avoid warnings about missing files
12676         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12677         diagnostic when .prev-version does not exist.
12678         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12679         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12680         nonexistent cfg.mk.
12681         Suggestions from Simon Josefsson.
12682
12683 2009-07-25  Bruno Haible  <bruno@clisp.org>
12684
12685         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12686         defined as macros. Needed on QNX 6.4.1.
12687         Reported by Matt Kraai <mkraai@beckman.com>.
12688
12689 2009-07-23  Jim Meyering  <meyering@redhat.com>
12690
12691         maint.mk: invoke "make dist" with a working value of XZ_OPT
12692         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12693
12694 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12695
12696         Make fseeko.c compile on QNX.
12697         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12698
12699 2009-07-22  Peter Simons  <simons@cryp.to>
12700
12701         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12702         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12703         * lib/md4.h: Likewise.
12704         * lib/md5.h: Likewise.
12705         * lib/sha1.h: Likewise.
12706         * lib/sha256.h: Likewise.
12707         * lib/sha512.h: Likewise.
12708
12709         tests-sha1: don't assign literal string to 'char *' variable
12710         * tests/test-sha1.c (main): Declare locals with "const" to match
12711         attributes of the right hand side.
12712
12713 2009-07-21  Eric Blake  <ebb9@byu.net>
12714
12715         dup2: fix more mingw problems
12716         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12717         fd to itself.
12718         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12719         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12720         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12721         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12722         care of mingw bugs.
12723
12724 2009-07-21  Jim Meyering  <meyering@redhat.com>
12725
12726         vc-list-files: avoid failure when /bin/sh is dash
12727         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12728         On some Debian based systems, /bin/sh is a symlink to dash, and running
12729         this command would omit the "/" following each 'tests' prefix:
12730           dash -x build-aux/vc-list-files -C . tests
12731         That is because bash and dash work differently:
12732           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12733           bash ok
12734           dash odd
12735
12736 2009-07-21  Eric Blake  <ebb9@byu.net>
12737
12738         dup2-tests: test previous patch
12739         * modules/dup2-tests: New file.
12740         * tests/test-dup2.c: Likewise.
12741         * tests/test-open.c (main): Avoid unspecified behavior.
12742         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12743         test.
12744
12745         dup2: work around mingw and cygwin 1.5 bug
12746         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12747         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12748         * modules/unistd (Makefile.am): Substitute it.
12749         * lib/unistd.in.h (dup2): Declare the replacement.
12750         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12751         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12752         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12753         * modules/execute (Depends-on): Add dup2.
12754         * modules/fseterr (Depends-on): Likewise.
12755         * modules/pipe (Depends-on): Likewise.
12756         * modules/posix_spawn-internal (Depends-on): Likewise.
12757
12758 2009-07-21  Bruno Haible  <bruno@clisp.org>
12759
12760         * modules/.gitattributes: New file.
12761
12762 2009-07-20  Bruno Haible  <bruno@clisp.org>
12763
12764         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12765         (main): Use it.
12766
12767 2009-07-20  Eric Blake  <ebb9@byu.net>
12768
12769         test-pipe: make a bit more robust.
12770         * tests/test-pipe.c (myerr): Allow error messages regardless of
12771         what we do to stderr.
12772         (test_pipe): Rearrange to avoid deadlock.
12773         (child_main): Try a larger read, to ensure we avoided deadlock.
12774         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12775         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12776         if misused.
12777
12778 2009-07-19  Jim Meyering  <meyering@redhat.com>
12779
12780         fts: avoid false-positive cycle-detection
12781         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12782         for each new command line argument.
12783
12784 2009-07-19  Bruno Haible  <bruno@clisp.org>
12785
12786         Fix build error on mingw with the modules sys_select and unistd.
12787         * modules/acl-tests (Depends-on): Add close.
12788         * modules/binary-io-tests (Depends-on): Likewise.
12789         * modules/closein-tests (Depends-on): Likewise.
12790         * modules/flock-tests (Depends-on): Likewise.
12791         * modules/fsync-tests (Depends-on): Likewise.
12792         * modules/lseek-tests (Depends-on): Likewise.
12793         * modules/pipe-tests (Depends-on): Likewise.
12794         * modules/posix_spawn-tests (Depends-on): Likewise.
12795         * modules/posix_spawnp-tests (Depends-on): Likewise.
12796         * modules/stat-time-tests (Depends-on): Likewise.
12797         * modules/yesno-tests (Depends-on): Likewise.
12798
12799 2009-07-19  Bruno Haible  <bruno@clisp.org>
12800
12801         Unify conditionals.
12802         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12803         macros, not at the compiler macros.
12804         * lib/pipe.c: Likewise.
12805         * lib/execute.c: Likewise.
12806         * lib/spawni.c: Likewise.
12807
12808 2009-07-19  Bruno Haible  <bruno@clisp.org>
12809
12810         Fix handling of closed stdin/stdout/stderr on mingw.
12811         * lib/w32spawn.h: Include unistd.h.
12812         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12813         file descriptor with O_NOINHERIT flag.
12814         (fd_safer_noinherit): New function, based on fd-safer.c.
12815         (dup_safer_noinherit): New function, based on dup-safer.c.
12816         (undup_safer_noinherit): New function.
12817         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12818         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12819         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12820         instead of fd_safer.
12821         * tests/test-pipe.c: Include <windows.h>.
12822         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12823
12824         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12825         from main.
12826         (test_pipe): Pass an extra argument for disambiguation.
12827         (main): Invoke parent_main or child_main.
12828
12829         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12830         consistently.
12831
12832 2009-07-18  Eric Blake  <ebb9@byu.net>
12833
12834         test-pipe: fix mingw build
12835         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12836
12837 2009-07-18  Bruno Haible  <bruno@clisp.org>
12838
12839         * modules/pipe-tests (Makefile.am): Fix typo.
12840
12841 2009-07-18  Eric Blake  <ebb9@byu.net>
12842
12843         error: fix mingw build
12844         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12845         Reported by Bruno Haible.
12846
12847         error: avoid undefined use of stdout
12848         * lib/error.c (error, error_at_line): Check that fd 1 is open
12849         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12850         is handling faults and the close_stdout module wants to report the
12851         detection of closed stdout as an error.
12852
12853 2009-07-17  Eric Blake  <ebb9@byu.net>
12854
12855         pipe: be robust in face of closed fds
12856         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12857         should cause child to misbehave.
12858         * modules/pipe-tests: New module.
12859         * tests/test-pipe.c: New file.
12860         * tests/test-pipe.sh: New file.
12861         Reported by Akim Demaille.
12862
12863 2009-07-14  Bruno Haible  <bruno@clisp.org>
12864
12865         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12866         Reported by anonymous kc.
12867
12868 2009-07-07  Jim Meyering  <meyering@redhat.com>
12869
12870         maint.mk: don't look for translatable strings in *.m4 or *.mk
12871         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12872         when searching for translatable strings.
12873
12874 2009-07-05  Jim Meyering  <meyering@redhat.com>
12875
12876         remove superfluous parentheses in STREQ definition
12877         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12878         * lib/getugroups.c (STREQ): Likewise.
12879         * lib/fnmatch.c (STREQ): Likewise.
12880         Spotted by Bruno Haible.
12881
12882 2009-07-04  Jim Meyering  <meyering@redhat.com>
12883
12884         argv-iter: new module
12885         * MODULES.html.sh: Add argv-iter.
12886         * lib/argv-iter.c, lib/argv-iter.h: New files.
12887         * modules/argv-iter: New file.
12888         * modules/argv-iter-tests: New file.
12889         * tests/test-argv-iter.c: Test it.
12890
12891 2009-07-04  Bruno Haible  <bruno@clisp.org>
12892
12893         Fix assertion.
12894         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12895         contains more exact copies of a given entry than file2, leave the extra
12896         copies unpaired rather than aborting.
12897         Reported by Eric Blake.
12898
12899 2009-07-02  Bruno Haible  <bruno@clisp.org>
12900
12901         Speedup git-merge-changelog for git cherry-pick.
12902         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12903         (entries_mapping_get): New function, extracted from compute_mapping.
12904         (entries_mapping_reverse_get): New function.
12905         (compute_mapping): Add a 'full' argument. Return the result in a
12906         'struct entries_mapping'.
12907         (main): Update. Access the mappings through entries_mapping_get.
12908         Reported by Eric Blake.
12909
12910 2009-07-02  Bruno Haible  <bruno@clisp.org>
12911
12912         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12913         best_i.
12914
12915 2009-07-02  Bruno Haible  <bruno@clisp.org>
12916
12917         Speed up approximate search for matching ChangeLog entries.
12918         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12919         argument. Call fstrcmp_bounded instead of fstrcmp.
12920         (compute_mapping, try_split_merged_entry, main): Update callers.
12921
12922 2009-07-02  Bruno Haible  <bruno@clisp.org>
12923
12924         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12925
12926 2009-06-30  Bruno Haible  <bruno@clisp.org>
12927
12928         Reduce the number of uc_is_cased calls.
12929         * lib/unicase.h (casing_suffix_context_t): Add
12930         'first_char_except_ignorable' field.
12931         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12932         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12933         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12934         Update initializer.
12935         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12936         case-ignorable characters.
12937         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12938         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12939         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12940         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12941         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12942
12943 2009-06-30  Bruno Haible  <bruno@clisp.org>
12944
12945         Tests for module 'unicase/ignorable'.
12946         * modules/unicase/ignorable-tests: New file.
12947         * tests/unicase/test-ignorable.c: New file, generated by
12948         gen-uni-tables.
12949
12950         Tests for module 'unicase/cased'.
12951         * modules/unicase/cased-tests: New file.
12952         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12953         * tests/unicase/test-predicate-part1.h: New file, derived from
12954         tests/unictype/test-predicate-part1.h.
12955         * tests/unicase/test-predicate-part2.h: New file, same as
12956         tests/unictype/test-predicate-part2.h.
12957
12958         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12959         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12960         (output_casing_properties): New function.
12961         (main): Call it.
12962         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12963         * lib/unicase/cased.c: Include unictype/bitmap.h.
12964         (uc_is_cased): Define through a bitmap lookup.
12965         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12966         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12967         (uc_is_case_ignorable): Define through a bitmap lookup.
12968         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12969         lib/unictype/bitmap.h.
12970         (Depends-on): Add inline. Clean up.
12971         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12972         lib/unictype/bitmap.h.
12973         (Depends-on): Add inline. Clean up.
12974         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12975         recognition.
12976         * tests/unicase/test-u16-tolower.c (main): Likewise.
12977         * tests/unicase/test-u32-tolower.c (main): Likewise.
12978
12979 2009-06-30  Bruno Haible  <bruno@clisp.org>
12980
12981         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12982         * lib/unicase/u16-casemap.c: Likewise.
12983         * lib/unicase/u32-casemap.c: Likewise.
12984
12985 2009-06-29  Bruno Haible  <bruno@clisp.org>
12986
12987         Define u32_casefold as a wrapper around u32_ct_casefold.
12988         * lib/unicase/u32-casefold.c: Update.
12989         * modules/unicase/u32-casefold (Depends-on): Add
12990         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12991         unicase/empty-suffix-context. Clean up.
12992
12993         Define u16_casefold as a wrapper around u16_ct_casefold.
12994         * lib/unicase/u16-casefold.c: Update.
12995         * modules/unicase/u16-casefold (Depends-on): Add
12996         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12997         unicase/empty-suffix-context. Clean up.
12998
12999         Define u8_casefold as a wrapper around u8_ct_casefold.
13000         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
13001         * lib/unicase/u8-casefold.c: Update.
13002         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
13003         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13004
13005         Define u32_totitle as a wrapper around u32_ct_totitle.
13006         * lib/unicase/u32-totitle.c: Update.
13007         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13008         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13009
13010         Define u16_totitle as a wrapper around u16_ct_totitle.
13011         * lib/unicase/u16-totitle.c: Update.
13012         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13013         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13014
13015         Define u8_totitle as a wrapper around u8_ct_totitle.
13016         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13017         functions.
13018         (FUNC): Delegate to U_CT_TOTITLE.
13019         * lib/unicase/u8-totitle.c: Update.
13020         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13021         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13022
13023         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13024         invocation.
13025         * modules/unicase/u32-tolower (Depends-on): Add
13026         unicase/empty-prefix-context, unicase/empty-suffix-context.
13027
13028         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13029         invocation.
13030         * modules/unicase/u16-tolower (Depends-on): Add
13031         unicase/empty-prefix-context, unicase/empty-suffix-context.
13032
13033         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13034         * modules/unicase/u8-tolower (Depends-on): Add
13035         unicase/empty-prefix-context, unicase/empty-suffix-context.
13036
13037         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13038         invocation.
13039         * modules/unicase/u32-toupper (Depends-on): Add
13040         unicase/empty-prefix-context, unicase/empty-suffix-context.
13041
13042         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13043         invocation.
13044         * modules/unicase/u16-toupper (Depends-on): Add
13045         unicase/empty-prefix-context, unicase/empty-suffix-context.
13046
13047         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13048         * modules/unicase/u8-toupper (Depends-on): Add
13049         unicase/empty-prefix-context, unicase/empty-suffix-context.
13050
13051         New module 'unicase/u32-ct-casefold'.
13052         * lib/unicase/u32-ct-casefold.c: New file.
13053         * modules/unicase/u32-ct-casefold: New file.
13054
13055         New module 'unicase/u16-ct-casefold'.
13056         * lib/unicase/u16-ct-casefold.c: New file.
13057         * modules/unicase/u16-ct-casefold: New file.
13058
13059         New module 'unicase/u8-ct-casefold'.
13060         * lib/unicase/u8-ct-casefold.c: New file.
13061         * lib/unicase/u-ct-casefold.h: New file, derived from
13062         lib/unicase/u-casefold.h.
13063         * modules/unicase/u8-ct-casefold: New file.
13064
13065         New module 'unicase/u32-ct-totitle'.
13066         * lib/unicase/u32-ct-totitle.c: New file.
13067         * modules/unicase/u32-ct-totitle: New file.
13068
13069         New module 'unicase/u16-ct-totitle'.
13070         * lib/unicase/u16-ct-totitle.c: New file.
13071         * modules/unicase/u16-ct-totitle: New file.
13072
13073         New module 'unicase/u8-ct-totitle'.
13074         * lib/unicase/u8-ct-totitle.c: New file.
13075         * lib/unicase/u-ct-totitle.h: New file, derived from
13076         lib/unicase/u-totitle.h.
13077         * modules/unicase/u8-ct-totitle: New file.
13078
13079         New module 'unicase/u32-ct-tolower'.
13080         * lib/unicase/u32-ct-tolower.c: New file.
13081         * modules/unicase/u32-ct-tolower: New file.
13082
13083         New module 'unicase/u16-ct-tolower'.
13084         * lib/unicase/u16-ct-tolower.c: New file.
13085         * modules/unicase/u16-ct-tolower: New file.
13086
13087         New module 'unicase/u8-ct-tolower'.
13088         * lib/unicase/u8-ct-tolower.c: New file.
13089         * modules/unicase/u8-ct-tolower: New file.
13090
13091         New module 'unicase/u32-ct-toupper'.
13092         * lib/unicase/u32-ct-toupper.c: New file.
13093         * modules/unicase/u32-ct-toupper: New file.
13094
13095         New module 'unicase/u16-ct-toupper'.
13096         * lib/unicase/u16-ct-toupper.c: New file.
13097         * modules/unicase/u16-ct-toupper: New file.
13098
13099         New module 'unicase/u8-ct-toupper'.
13100         * lib/unicase/u8-ct-toupper.c: New file.
13101         * modules/unicase/u8-ct-toupper: New file.
13102
13103         Add context arguments to u*_casemap functions.
13104         * lib/unicase/unicasemap.h: Include unicase.h.
13105         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13106         suffix_context arguments.
13107         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13108         functions.
13109         (FUNC): Add prefix_context and suffix_context arguments. Use
13110         uc_is_cased and uc_is_case_ignorable.
13111         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13112         * lib/unicase/u16-casemap.c: Likewise.
13113         * lib/unicase/u32-casemap.c: Likewise.
13114         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13115         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13116         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13117         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13118         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13119         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13120
13121         New module 'unicase/u32-suffix-context'.
13122         * lib/unicase/u32-suffix-context.c: New file.
13123         * modules/unicase/u32-suffix-context: New file.
13124
13125         New module 'unicase/u16-suffix-context'.
13126         * lib/unicase/u16-suffix-context.c: New file.
13127         * modules/unicase/u16-suffix-context: New file.
13128
13129         New module 'unicase/u8-suffix-context'.
13130         * lib/unicase/u8-suffix-context.c: New file.
13131         * lib/unicase/u-suffix-context.h: New file.
13132         * modules/unicase/u8-suffix-context: New file.
13133
13134         New module 'unicase/empty-suffix-context'.
13135         * lib/unicase/empty-suffix-context.c: New file.
13136         * modules/unicase/empty-suffix-context: New file.
13137
13138         New module 'unicase/u32-prefix-context'.
13139         * lib/unicase/u32-prefix-context.c: New file.
13140         * modules/unicase/u32-prefix-context: New file.
13141
13142         New module 'unicase/u16-prefix-context'.
13143         * lib/unicase/u16-prefix-context.c: New file.
13144         * modules/unicase/u16-prefix-context: New file.
13145
13146         New module 'unicase/u8-prefix-context'.
13147         * lib/unicase/u8-prefix-context.c: New file.
13148         * lib/unicase/u-prefix-context.h: New file.
13149         * lib/unicase/context.h: New file.
13150         * modules/unicase/u8-prefix-context: New file.
13151
13152         New module 'unicase/empty-prefix-context'.
13153         * lib/unicase/empty-prefix-context.c: New file.
13154         * modules/unicase/empty-prefix-context: New file.
13155
13156         New module 'unicase/ignorable'.
13157         * lib/unicase/ignorable.c: New file.
13158         * modules/unicase/ignorable: New file.
13159
13160         New module 'unicase/cased'.
13161         * lib/unicase/caseprop.h: New file.
13162         * lib/unicase/cased.c: New file.
13163         * modules/unicase/cased: New file.
13164
13165         New functions for case mapping of substrings.
13166         * lib/unicase.h (casing_prefix_context_t): New type.
13167         (unicase_empty_prefix_context): New variable.
13168         (u8_casing_prefix_context, u16_casing_prefix_context,
13169         u32_casing_prefix_context, u8_casing_prefixes_context,
13170         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13171         declarations.
13172         (casing_suffix_context_t): New type.
13173         (unicase_empty_suffix_context): New variable.
13174         (u8_casing_suffix_context, u16_casing_suffix_context,
13175         u32_casing_suffix_context, u8_casing_suffixes_context,
13176         u16_casing_suffixes_context, u32_casing_suffixes_context,
13177         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13178         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13179         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13180         declarations.
13181
13182 2009-06-28  Jim Meyering  <meyering@redhat.com>
13183
13184         boostrap: indent only with spaces
13185         * build-aux/bootstrap: Indent only with spaces, never TABs.
13186
13187         bootstrap: split long lines
13188         * build-aux/bootstrap: Keep line length < 80.
13189
13190         bootstrap: sync from coreutils
13191         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13192         just as autoreconf does.  Verify a list of prerequisite
13193         package-name,version-number pairs if defined in bootstrap.conf.
13194         Refer to README-prereq, if prerequisites are not satisfied.
13195
13196 2009-06-27  Eric Blake  <ebb9@byu.net>
13197
13198         tests: add test for bogus NULL definition
13199         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13200         * tests/test-stdlib.c: Likewise.
13201         * tests/test-string.c: Likewise.
13202         * tests/test-locale.c: Likewise.
13203         * tests/test-unistd.c: Likewise.
13204         * modules/stdio-tests (Depends-on): Add verify.
13205         * modules/stdlib-tests (Depends-on): Likewise.
13206         * modules/string-tests (Depends-on): Likewise.
13207         * modules/locale-tests (Depends-on): Likewise.
13208         * modules/unistd-tests (Depends-on): Likewise.
13209
13210 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13211
13212         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13213         self-explaining comment.
13214         * m4/selinux-selinux-h: Update serial.
13215         (gl_LIBSELINUX): New macro, adding a warning for missing development
13216         packages to code extracted from...
13217         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13218         Add warning for missing development packages here, too.
13219
13220 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13221
13222         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13223
13224 2009-06-25  Eric Blake  <ebb9@byu.net>
13225
13226         version-etc: fix regression
13227         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13228         gcc.
13229         (version_etc): Use it, to catch bugs with trailing NULL.
13230         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13231         (version_etc_va): Fix logic bug.
13232         * modules/version-etc-tests: Add test.
13233         * tests/test-version-etc.c: New file.
13234         * tests/test-version-etc.sh: Likewise.
13235
13236 2009-06-25  Sam Steingold  <sds@gnu.org>
13237
13238         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13239         mbtowc declaration.
13240
13241 2009-06-25  Eric Blake  <ebb9@byu.net>
13242
13243         fpurge: migrate into <stdio.h>
13244         * lib/fpurge.h: Delete...
13245         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13246         * lib/fpurge.c (fpurge): Change declaring header.
13247         * modules/fpurge (Files): Drop deleted file.
13248         (Depends-on): Add stdio.
13249         (configure.ac): Set witness.
13250         * modules/stdio (Makefile.am): Support fpurge macros.
13251         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13252         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13253         * lib/fflush.c: Update client.
13254         * tests/test-fpurge.c: Likewise.
13255         * NEWS: Mention the change.
13256
13257 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13258
13259         * lib/argp-version-etc.c (program_authors): Add const
13260         qualifier.
13261         * lib/version-etc.c: Fix typos in the comments.
13262         * modules/argp-version-etc: Depends on version-etc.
13263
13264 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13265
13266         argp-version-etc: new module.
13267
13268         * lib/argp-version-etc.c: New file.
13269         * lib/argp-version-etc.h: New file.
13270         * modules/argp-version-etc: New file.
13271         * modules/argp-version-etc-tests: New file.
13272         * tests/test-argp-version-etc.c: New test.
13273         * tests/test-argp-version-etc-1.sh: New test.
13274
13275 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13276
13277         Provide additional interfaces and documentation for version-etc
13278         module.
13279
13280         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13281         interfaces.
13282         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13283         prototypes.
13284
13285 2009-06-24  Bruno Haible  <bruno@clisp.org>
13286
13287         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13288         HAVE_LIB${NAME} macro.
13289         Reported by Sam Steingold <sds@gnu.org>.
13290
13291 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13292
13293         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13294         needed.
13295
13296 2009-06-21  Bruno Haible  <bruno@clisp.org>
13297
13298         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13299         work.
13300         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13301         together with LIB${NAME}, LTLIB${NAME}.
13302         Reported by Sam Steingold <sds@gnu.org>.
13303
13304 2009-06-20  Jim Meyering  <meyering@redhat.com>
13305
13306         tests: make sc_require_test_exit_idiom more generic
13307         * top/maint.mk (Exit_witness_file): New overridable variable.
13308         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13309         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13310
13311 2009-06-19  Jim Meyering  <meyering@redhat.com>
13312
13313         hash: reverse order of src/dst parameters in an internal interface
13314         * lib/hash.c (transfer_entries): Reverse order of parameters to
13315         put DST before SRC.  Adjust callers.
13316
13317         tests: test-hash: avoid wholesale duplication
13318         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13319         Instead, use a loop and add a single conditional.
13320
13321         tests: test-hash: allow seed selection via a command line argument
13322         * tests/test-hash.c (get_seed): New function.
13323         (main): Use it.
13324
13325 2009-06-19  Eric Blake  <ebb9@byu.net>
13326
13327         hash: avoid memory leak on allocation failure
13328         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13329         failure.  Factor repeated algorithm...
13330         (transfer_entries): ...into new helper routine.
13331         (hash_delete): React to hash_rehash return value.
13332
13333         hash: reduce memory pressure in hash_rehash no-op case
13334         * lib/hash.c (next_prime): Avoid overflow.
13335         (hash_initialize): Factor bucket size computation...
13336         (compute_bucket_size): ...into new helper function.
13337         (hash_rehash): Use new function and open coding to reduce memory
13338         pressure, and avoid a memory leak in USE_OBSTACK code.
13339         Reported by Jim Meyering.
13340
13341 2009-06-18  Eric Blake  <ebb9@byu.net>
13342
13343         hash: make rotation more obvious
13344         * modules/hash (Depends-on): Add bitrotate and stdint.
13345         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13346         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13347         (SIZE_MAX): Rely on headers for definition.
13348         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13349         (raw_hasher): Use rotr_sz.
13350         Suggested by Jim Meyering.
13351
13352         hash: fix memory leak in last patch
13353         * lib/hash.c (hash_rehash): Avoid memory leak.
13354
13355         hash: avoid no-op rehashing
13356         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13357
13358         hash: provide default callback functions
13359         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13360         (hash_initialize): Use them as defaults.
13361         * tests/test-hash.c (main): Test this.
13362
13363         hash: minor optimization
13364         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13365         when possible.
13366         (hash_initialize): Document this promise.
13367         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13368         * tests/test-hash.c (hash_compare_strings): Test this.
13369
13370 2009-06-18  Bruno Haible  <bruno@clisp.org>
13371
13372         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13373         going to be replaced anyway.
13374
13375 2009-06-18  Bruno Haible  <bruno@clisp.org>
13376
13377         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13378         in one place.
13379         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13380         be replaced anyway.
13381
13382 2009-06-18  Eric Blake  <ebb9@byu.net>
13383
13384         hash: check for resize before insertion
13385         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13386         threshold before insertion, so that a pathological hash_rehash
13387         that fills every bucket can still trigger another rehash.
13388
13389 2009-06-18  Jim Meyering  <meyering@redhat.com>
13390
13391         hash-tests: add a loop around the small tests
13392         * tests/test-hash.c (main): Repeat small tests with selected
13393         small initial table sizes.
13394
13395 2009-06-17  Eric Blake  <ebb9@byu.net>
13396
13397         hash: minor cleanups
13398         * lib/hash.h (hash_entry): Make opaque, by moving...
13399         * lib/hash.c (hash_entry): ...here.
13400         (hash_insert): Clarify restrictions on what can be inserted.
13401         (hash_get_next): Clarify when it is safe to remove an element
13402         during traversal.
13403         (check_tuning): Skip verification when tuning is known safe.
13404         (hash_initialize): Clarify restrictions on tuning.
13405
13406 2009-06-17  Jim Meyering  <jim@meyering.net>
13407         and Eric Blake  <ebb9@byu.net>
13408
13409         hash-tests: new module
13410         * modules/hash-tests: New file.
13411         * tests/test-hash.c: New file.
13412
13413 2009-06-17  Eric Blake  <ebb9@byu.net>
13414
13415         strstr-simple: document new module
13416         * MODULES.html.sh: Document new module.
13417
13418         strstr, strcasestr: replace on platforms with broken memchr
13419         * modules/strstr: Split into...
13420         * modules/strstr-simple: ...new module that does not care about
13421         performance, but does care about glibc bug.
13422         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13423         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13424         if platform memchr is broken, per Debian bug 521737.
13425         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13426         memchr.
13427         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13428         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13429         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13430         * modules/mountlist (Depends-on): Add strstr-simple.
13431         * modules/gen-uni-tables (Depends-on): Likewise.
13432         * modules/argz (Depends-on): Add strstr.
13433
13434 2009-06-17  Bruno Haible  <bruno@clisp.org>
13435
13436         * modules/posix_spawn-internal (Depends-on): Add errno.
13437
13438 2009-06-17  Bruno Haible  <bruno@clisp.org>
13439
13440         Define missing ESTALE on Interix 3.5.
13441         * lib/errno.in.h (ESTALE): Assign a value if missing.
13442         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13443         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13444         missing.
13445         * doc/posix-headers/errno.texi: Mention the Interix bug.
13446         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13447
13448 2009-06-15  Eric Blake  <ebb9@byu.net>
13449
13450         memchr, memchr2: add valgrind exception
13451         * lib/memchr.valgrind: New file.
13452         * lib/memchr2.valgrind: New file.
13453         * modules/memchr (Files): Distribute valgrind file.
13454         * modules/memchr2 (Files): Likewise.
13455
13456         docs: memchr is no longer obsolete
13457         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13458         * lib/string.in.h (memchr): Simplify logic.
13459
13460 2009-06-14  Jim Meyering  <meyering@redhat.com>
13461
13462         link-follow: fix the "checking..." message to not mention trailing slash
13463         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13464         never considered trailing slashes.
13465
13466 2009-06-14  Bruno Haible  <bruno@clisp.org>
13467
13468         * m4/memchr.m4: Mention also the bug on IA-64.
13469         * doc/posix-functions/memchr.texi: Likewise.
13470
13471 2009-06-12  Eric Blake  <ebb9@byu.net>
13472
13473         memchr: detect broken x86_64 and alpha implementations
13474         * modules/memchr-tests (Depends-on): Move mmap detection...
13475         * modules/memchr (Depends-on): ...here.
13476         (configure.ac): Set indicator.
13477         * lib/string.in.h (memchr): Declare replacement.
13478         * modules/string (Makefile.am): Trigger replacement.
13479         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13480         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13481         bugs.
13482         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13483         * modules/getpagesize (License): Relax license.
13484
13485 2009-06-11  Bruno Haible  <bruno@clisp.org>
13486
13487         * lib/idpriv.h: Add more references.
13488
13489 2009-06-08  Bruno Haible  <bruno@clisp.org>
13490
13491         Tests for module 'idpriv-droptemp'.
13492         * modules/idpriv-droptemp-tests: New file.
13493         * tests/test-idpriv-droptemp.sh: New file.
13494         * tests/test-idpriv-droptemp.su.sh: New file.
13495         * tests/test-idpriv-droptemp.c: New file.
13496
13497         New module 'idpriv-droptemp'.
13498         * lib/idpriv-droptemp.c: New file.
13499         * modules/idpriv-droptemp: New file.
13500
13501 2009-06-08  Bruno Haible  <bruno@clisp.org>
13502
13503         Tests for module 'idpriv-drop'.
13504         * modules/idpriv-drop-tests: New file.
13505         * tests/test-idpriv-drop.sh: New file.
13506         * tests/test-idpriv-drop.su.sh: New file.
13507         * tests/test-idpriv-drop.c: New file.
13508
13509         New module 'idpriv-drop'.
13510         * lib/idpriv.h: New file.
13511         * lib-idpriv-drop.c: New file.
13512         * m4/idpriv.m4: New file.
13513         * modules/idpriv-drop: New file.
13514
13515 2009-06-08  Bruno Haible  <bruno@clisp.org>
13516
13517         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13518         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13519         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13520         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13521         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13522         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13523         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13524
13525 2009-06-08  Eric Blake  <ebb9@byu.net>
13526
13527         test-strstr: use memory fence, when possible
13528         * tests/test-strstr.c (main): Use memory fence, in order to be
13529         more likely to trigger Debian bug 521737.
13530         * modules/strstr-tests (Files): Pull in additional files.
13531
13532         memchr: no longer obsolete, for wider field testing
13533         * modules/memchr (Status, Notice): Delete, this module is no
13534         longer obsolete.
13535         * modules/vasnprintf (Depends-on): Add memchr.
13536
13537 2009-06-07  Jim Meyering  <meyering@redhat.com>
13538
13539         hash: declare some functions with the warn_unused_result attribute
13540         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13541
13542 2009-06-07  Bruno Haible  <bruno@clisp.org>
13543
13544         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13545         Reported by Eric Blake.
13546
13547 2009-06-06  Eric Blake  <ebb9@byu.net>
13548
13549         test-alignof: fix typo with long double
13550         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13551         compiler error.
13552
13553 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13554
13555         Escape non-texinfo { and }s.
13556         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13557         markup error.
13558
13559 2009-06-04  Jim Meyering  <meyering@redhat.com>
13560
13561         gitlog-to-changelog: don't infloop on an empty commit log
13562         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13563         Reported by Boris Petersen <transacid@centerim.org>.
13564
13565 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13566
13567         version-etc: extend for packagers
13568         Add three new configure options, intended for packagers:
13569           --with-packager="packager name"
13570           --with-packager-version="packager-specific version"
13571           --with-packager-bug-reports="packager bug reporting"
13572         An example with coreutils:
13573           $ ./configure \
13574             --with-packager=Gentoo \
13575             --with-packager-bug-report=http://bugs.gentoo.org/ \
13576             --with-packager-version="patchset 1.6"
13577           $ ./src/ls --version | head -n2
13578           ls (GNU coreutils) 7.1-dirty
13579           Packaged by Gentoo (patchset 1.6)
13580         Note that the bug reporting info via --help doesn't show up because
13581         coreutils uses its own custom emit_bug_reporting_address() implementation
13582         in src/system.h.  If it didn't, it'd look like:
13583           $ ./src/ls --help | tail -n4
13584           Report bugs to <bug-coreutils@gnu.org>.
13585           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13586           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13587           General help using GNU software: <http://www.gnu.org/gethelp/>.
13588         * lib/version-etc.c: Print new information, if provided.
13589         * m4/version-etc.m4: New file.
13590         * modules/version-etc (Files): Add m4/version-etc.m4.
13591         (configure.ac): Add gl_VERSION_ETC.
13592
13593 2009-05-31  Bruno Haible  <bruno@clisp.org>
13594
13595         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13596         and 'int64_t'.
13597         * modules/alignof-tests (Dependencies): Add stdint.
13598         Reported by Eric Blake.
13599
13600 2009-05-31  Bruno Haible  <bruno@clisp.org>
13601
13602         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13603         restriction due to compiler bugs.
13604         Reported by Eric Blake.
13605
13606 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13607             Bruno Haible  <bruno@clisp.org>
13608
13609         Fix test-alignof failure.
13610         * lib/alignof.h (alignof_slot): New macro.
13611         (alignof_type): New macro, with the same semantics as the previous
13612         'alignof'.
13613         (alignof): Alias to alignof_slot.
13614         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13615         check that the results are usable as constant expressions.
13616
13617 2009-05-31  Bruno Haible  <bruno@clisp.org>
13618
13619         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13620         * tests/test-memchr.c (main): Check that memchr does not read past the
13621         first occurrence of the byte.
13622         * tests/test-strstr.c (main): Update comment.
13623         Suggested by Eric Blake.
13624
13625 2009-05-30  Bruno Haible  <bruno@clisp.org>
13626
13627         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13628         detail how to use dumpbin.
13629         Reported by David Byron <dbyron@dbyron.com>.
13630
13631 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13632
13633         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13634
13635 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13636
13637         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13638
13639 2009-05-28  Bruno Haible  <bruno@clisp.org>
13640
13641         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13642         build-aux/ files.
13643
13644 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13645
13646         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13647
13648 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13649
13650         * gnulib-tool (sed_transform_main_lib_file)
13651         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13652         regexps.
13653
13654 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13655
13656         * tests/test-strstr.c: Add another self-test.
13657         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13658         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13659
13660 2009-05-23  Bruno Haible  <bruno@clisp.org>
13661
13662         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13663         change.
13664
13665 2009-05-21  Bruno Haible  <bruno@clisp.org>
13666
13667         Simplify use of mode_t varargs.
13668         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13669         uses 'mode_t' or 'int'.
13670         * lib/openat.c (openat): Likewise.
13671         * lib/open-safer.c (open_safer): Likewise.
13672         * m4/mode_t.m4: New file.
13673         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13674         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13675         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13676         * modules/open (Files): Add m4/mode_t.m4.
13677         * modules/openat (Files): Likewise.
13678         * modules/fcntl-safer (Files): Likewise.
13679         Suggested by Eric Blake.
13680
13681 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13682
13683         * doc/glibc-functions/fallocate.texi: New file.
13684         * doc/gnulib.texi: Include it.
13685
13686 2009-05-21  Eric Blake  <ebb9@byu.net>
13687             Bruno Haible  <bruno@clisp.org>
13688
13689         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13690         invocations.
13691         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13692
13693 2009-05-21  Eric Blake  <ebb9@byu.net>
13694             Bruno Haible  <bruno@clisp.org>
13695
13696         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13697         include_next. Fix of 2008-11-20 commit.
13698         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13699         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13700         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13701         NEXT_MATH_H.
13702         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13703         instead of NEXT_MATH_H.
13704
13705 2009-05-21  Bruno Haible  <bruno@clisp.org>
13706
13707         Avoid redefinition warnings for SIZE_MAX.
13708         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13709         Reported by Simon Josefsson.
13710
13711 2009-05-21  Bruno Haible  <bruno@clisp.org>
13712
13713         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13714         AC_CACHE_VAL.
13715
13716 2009-05-20  Bruno Haible  <bruno@clisp.org>
13717
13718         Make zeroptr.h work on mingw.
13719         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13720         mprotect.
13721         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13722         * modules/memchr2-tests (configure.ac): Likewise.
13723         * modules/memcmp-tests (configure.ac): Likewise.
13724         * modules/memmem-tests (configure.ac): Likewise.
13725         * modules/memrchr-tests (configure.ac): Likewise.
13726         Reported by Simon Josefsson.
13727
13728 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13729
13730         * tests/test-glob.c: Include string.h for strcmp prototype.
13731
13732 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13733
13734         * modules/getdelim (Depends-on): Add explicit stdint, although it
13735         was implicitly already pulled in via realloc-posix.
13736         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13737
13738 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13739
13740         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13741         G. Christensen" <tgc@jupiterrise.com>.
13742         * m4/sys_socket_h.m4: Check for sa_family_t.
13743         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13744         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13745         * tests/test-sys_socket.c: Check that sa_family_t works.
13746
13747 2009-05-18  Eric Blake  <ebb9@byu.net>
13748
13749         maint.mk: allow gnulib_dir in VPATH build
13750         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13751
13752 2009-05-15  Jim Meyering  <meyering@redhat.com>
13753
13754         maint.mk: Give gnulib_dir a default definition.
13755         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13756         Thus, most packages no longer need to specify this variable in cfg.mk
13757
13758 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13759
13760         rename.m4: fix typos that would make non-mingw cross-configure fail
13761         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13762
13763 2009-05-13  Eric Blake  <ebb9@byu.net>
13764
13765         mmap-anon: avoid out-of-order autoconf expansion
13766         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13767         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13768         * modules/memchr-tests (Depends-on): Add extensions.
13769         * modules/memchr2-tests (Depends-on): Add extensions.
13770         * modules/memcmp-tests (Depends-on): Add extensions.
13771         * modules/memmem-tests (Depends-on): Add extensions.
13772         * modules/memrchr-tests (Depends-on): Add extensions.
13773
13774 2009-05-13  Bruno Haible  <bruno@clisp.org>
13775
13776         Make some tests ISO C 99 compliant.
13777         * tests/zerosize-ptr.h: New file.
13778         * tests/test-memchr.c: Include zerosize-ptr.h.
13779         (main): Use a zero-size object pointer instead of NULL.
13780         * tests/test-memchr2.c: Include zerosize-ptr.h.
13781         (main): Use a zero-size object pointer instead of NULL.
13782         * tests/test-memcmp.c: Include zerosize-ptr.h.
13783         (main): Use a zero-size object pointer instead of NULL.
13784         * tests/test-memmem.c: Include zerosize-ptr.h.
13785         (main): Use a zero-size object pointer instead of NULL.
13786         * tests/test-memrchr.c: Include zerosize-ptr.h.
13787         (main): Use a zero-size object pointer instead of NULL.
13788         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13789         m4/mmap-anon.m4.
13790         (Depends-on): Add getpagesize.
13791         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13792         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13793         m4/mmap-anon.m4.
13794         (Depends-on): Add getpagesize.
13795         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13796         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13797         m4/mmap-anon.m4.
13798         (Depends-on): Add getpagesize.
13799         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13800         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13801         m4/mmap-anon.m4.
13802         (Depends-on): Add getpagesize.
13803         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13804         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13805         m4/mmap-anon.m4.
13806         (Depends-on): Add getpagesize.
13807         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13808
13809 2009-05-12  Bruno Haible  <bruno@clisp.org>
13810
13811         Tests for module 'alignof'.
13812         * modules/alignof-tests: New file.
13813         * tests/test-alignof.c: New file.
13814
13815 2009-05-12  Bruno Haible  <bruno@clisp.org>
13816
13817         Fix alignof macro.
13818         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13819         vendor compilers that are always correct.
13820
13821 2009-05-12  Bruno Haible  <bruno@clisp.org>
13822
13823         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13824         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13825         not whether its fully works.
13826
13827 2009-05-12  Bruno Haible  <bruno@clisp.org>
13828
13829         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13830
13831 2009-05-12  Jim Meyering  <meyering@redhat.com>
13832
13833         * top/maint.mk: Adjust backslash alignment.
13834
13835 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13836
13837         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13838
13839 2009-05-11  Eric Blake  <ebb9@byu.net>
13840
13841         argp: avoid undefined behavior
13842         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13843         macros.
13844
13845 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13846
13847         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13848         user.name to prevent git commit from complaining.
13849
13850 2009-05-10  Bruno Haible  <bruno@clisp.org>
13851
13852         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13853         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13854         it rewrites every file name only once.
13855         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13856
13857 2009-05-08  Bruno Haible  <bruno@clisp.org>
13858
13859         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13860         instead of 'max'.
13861
13862 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13863
13864         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13865         sockaddr_storage test.
13866
13867 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13868
13869         * modules/sys_socket (Makefile.am): Substitute
13870         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13871         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13872         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13873         * tests/test-sys_socket.c: Check sockaddr_storage.
13874
13875 2009-05-08  Bruno Haible  <bruno@clisp.org>
13876
13877         New module 'alignof'.
13878         * lib/alignof.h: New file.
13879         * modules/alignof: New file.
13880
13881 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13882             Bruno Haible  <bruno@clisp.org>
13883
13884         Fix test-file-has-acl on FreeBSD.
13885         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13886         mask is implicitly added.
13887         * tests/test-file-has-acl.c: Include <signal.h>.
13888         (main): Terminate the test after 5 seconds.
13889         * modules/acl-tests (configure.ac): Check for alarm function.
13890
13891 2009-05-04  Bruno Haible  <bruno@clisp.org>
13892
13893         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13894         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13895         * modules/errno (configure.ac): Drop AC_REQUIRE.
13896         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13897         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13898
13899 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13900
13901         * modules/glob-tests: New module.
13902         * tests/test-glob.c: Add.
13903
13904 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13905
13906         * modules/fnmatch-tests: New module.
13907         * tests/test-fnmatch.c: Add.
13908
13909 2009-05-04  Eric Blake  <ebb9@byu.net>
13910
13911         maint: make the new no-submodule-changes rule VPATH-safe
13912         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13913
13914 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13915             Bruno Haible  <bruno@clisp.org>
13916
13917         acl: Fix infinite loop on FreeBSD.
13918         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13919         of return value from acl_get_entry.
13920         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13921         Likewise.
13922
13923 2009-05-03  Bruno Haible  <bruno@clisp.org>
13924
13925         * lib/acl-internal.h (acl_entries): Clarify return value.
13926         * lib/acl_entries.c (acl_entries): Likewise.
13927
13928 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13929
13930         Bug fix in acl module.
13931         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13932
13933 2009-05-03  Bruno Haible  <bruno@clisp.org>
13934
13935         Create gperf-generated file in the source dir, not in the build dir.
13936         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13937         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13938         * modules/unicase/locale-language (unicase/locale-languages.h):
13939         Likewise.
13940         * modules/unicase/special-casing (unicase/special-casing-table.h):
13941         Likewise.
13942         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13943         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13944         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13945         Reported by Ralf Wildenhues.
13946
13947 2009-05-03  Bruno Haible  <bruno@clisp.org>
13948
13949         * modules/fnmatch (Description, configure.ac): Taken from
13950         fnmatch-posix.
13951         * modules/fnmatch-posix: Turn into a symbolic reference to the
13952         'fnmatch' module, and deprecate.
13953         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13954
13955 2009-05-03  Bruno Haible  <bruno@clisp.org>
13956
13957         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13958         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13959         Reported by Ralf Wildenhues.
13960
13961 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13962
13963         * m4/fnmatch.m4: Fix fnmatch re-define.
13964
13965 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13966
13967         priv-set: new module and tests; adapt write-any-file
13968         * lib/priv-set.c: New file.
13969         * lib/priv-set.h: New file.
13970         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13971         * lib/write-any-file.c: Simplify by using priv-set module.
13972         * m4/priv-set.m4: New file.
13973         * modules/priv-set: New file.
13974         * modules/unlinkdir: Add dependency on priv-set module.
13975         * modules/write-any-file: Likewise.
13976
13977         Tests for module 'priv-set'.
13978         * modules/priv-set-tests: New file.
13979         * tests/test-priv-set.c: New file.
13980
13981 2009-05-03  Jim Meyering  <meyering@redhat.com>
13982             Bruno Haible  <bruno@clisp.org>
13983
13984         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13985         use the converted UTF-8 variant of the name instead.
13986
13987 2009-05-03  Jim Meyering  <meyering@redhat.com>
13988
13989         tests: tighten some getdate tests
13990         * tests/test-getdate.c (main): Tighten tests: require equality,
13991         not just greater than.  Set TZ envvar to UTC0.
13992
13993 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13994
13995         getdate: correctly interpret "next monday" when run on a Monday
13996         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13997         that e.g., "next tues" (when run on a tuesday) results in a date
13998         that is one week in the future, and not today's date.
13999         I.e., add a week when the wday is the same as the current one.
14000         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
14001         and earlier by Martin Bernreuther and Jan Minář.
14002         * tests/test-getdate.c (main): Check that "next DAY" is always in
14003         the future and that "last DAY" is always in the past.
14004
14005 2009-05-02  Jim Meyering  <meyering@redhat.com>
14006
14007         build: ensure that a release build fails when a submodule is unclean
14008         * top/maint.mk (no-submodule-changes): New rule.
14009         (alpha beta major): Depend on it.
14010
14011 2009-05-02  Bruno Haible  <bruno@clisp.org>
14012
14013         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14014         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14015         shell variable gl_fnmatch_required to detect which variant is
14016         requested.
14017         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14018         gl_FUNC_FNMATCH_POSIX.
14019         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14020         exclude fnmatch-posix.
14021
14022 2009-05-02  Bruno Haible  <bruno@clisp.org>
14023
14024         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14025         * modules/mbsrtowcs (License): Change to LGPLv2+.
14026         * modules/strnlen1 (License): Likewise.
14027         Reported by Simon Josefsson.
14028
14029 2009-05-02  Bruno Haible  <bruno@clisp.org>
14030
14031         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14032         "cross".
14033         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14034         gnulib-tool was called with option --source-base=lib.
14035
14036 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14037
14038         Use automake *-local hooks without commands, for extensibility.
14039         * modules/localcharset (Makefile.am): Rename install-exec-local
14040         rule to install-exec-localcharset, and make it a prerequisite of
14041         install-exec-local.  Likewise, rename the uninstall-local rule to
14042         uninstall-localcharset, and make it a prerequisite of the former.
14043
14044 2009-05-01  Bruno Haible  <bruno@clisp.org>
14045
14046         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14047         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14048         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14049         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14050         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14051         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14052         m4/locale-zh.m4, m4/codeset.m4.
14053
14054         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14055         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14056         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14057         m4/locale-zh.m4.
14058
14059         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14060         REPLACE_WCRTOMB if mbstate_t must be replaced.
14061         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14062         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14063
14064 2009-05-01  Bruno Haible  <bruno@clisp.org>
14065
14066         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14067         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14068         dngettext, dcngettext, textdomain, bindtextdomain,
14069         bind_textdomain_codeset): Undefine before redefining.
14070
14071 2009-04-30  Bruno Haible  <bruno@clisp.org>
14072
14073         Fix bug introduced on 2009-04-25.
14074         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14075         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14076         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14077         is defined.
14078         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14079         is defined.
14080         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14081         is defined.
14082         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14083
14084 2009-04-28  Bruno Haible  <bruno@clisp.org>
14085
14086         Comment tweaks.
14087         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14088         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14089         * lib/unicase.h (u*_casexfrm): Likewise.
14090         Reported by Paolo Bonzini.
14091
14092 2009-04-28  Bruno Haible  <bruno@clisp.org>
14093
14094         Fix a compilation error.
14095         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14096         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14097         Reported by Jim Meyering.
14098
14099 2009-04-27  Bruno Haible  <bruno@clisp.org>
14100
14101         New module 'libunistring'.
14102         * modules/libunistring: New file.
14103         * m4/libunistring.m4: New file.
14104         * MODULES.html.sh (Unicode string functions): Add it.
14105
14106 2009-04-27  Eric Blake  <ebb9@byu.net>
14107
14108         maint.mk: allow package-specific header to provide <config.h>
14109         * top/maint.mk (sc_require_config_h): New variable.
14110         (sc_require_config_h, sc_require_config_h_first): Use it.
14111
14112 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14113
14114         * top/maint.mk (sc_avoid_if_before_free): Except
14115         useless-if-before-free script.
14116
14117 2009-04-27  Eric Blake  <ebb9@byu.net>
14118
14119         maintainer-makefile: depend on all required helper scripts
14120         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14121         useless-if-before-free.
14122         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14123         version, rather than assuming gnulib checkout is available.
14124         Reported by Simen Josefsson.
14125
14126 2009-04-26  Bruno Haible  <bruno@clisp.org>
14127
14128         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14129         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14130         "../" or "..".
14131
14132 2009-04-26  Bruno Haible  <bruno@clisp.org>
14133
14134         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14135         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14136         AC_LIB_HAVE_LINKFLAGS.
14137
14138 2009-04-26  Bruno Haible  <bruno@clisp.org>
14139
14140         Simplify calling convention of u*_conv_from_encoding.
14141         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14142         u32_conv_from_encoding): Expect a resultbuf argument and return the
14143         result directly as a pointer.
14144         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14145         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14146         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14147         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14148         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14149         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14150         Update.
14151         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14152         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14153         * lib/vasnprintf.c (VASNPRINTF): Update.
14154         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14155         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14156         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14157         * NEWS: Mention the change.
14158
14159 2009-04-26  Bruno Haible  <bruno@clisp.org>
14160
14161         Simplify calling convention of u*_conv_to_encoding.
14162         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14163         u32_conv_to_encoding): Expect a resultbuf argument and return the
14164         result directly as a pointer.
14165         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14166         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14167         freeing scaled_offsets if mem_iconveha failed.
14168         * lib/unicase/u-casexfrm.h (FUNC): Update.
14169         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14170         * lib/vasnprintf.c (VASNPRINTF): Update.
14171         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14172         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14173         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14174         * NEWS: Mention the change.
14175
14176 2009-04-26  Bruno Haible  <bruno@clisp.org>
14177
14178         Avoid test failures on AIX and OSF/1.
14179         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14180         malloc(0).
14181         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14182         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14183         Likewise.
14184         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14185         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14186         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14187         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14188         * doc/posix-functions/malloc.texi: Document the portability problem
14189         related to malloc(0).
14190
14191 2009-04-26  Bruno Haible  <bruno@clisp.org>
14192
14193         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14194         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14195         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14196
14197 2009-04-25  Bruno Haible  <bruno@clisp.org>
14198
14199         Avoid link error when creating a namespace clean library.
14200         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14201         as macro with arguments if already defined as an alias.
14202         * lib/signbitf.c (gl_signbitf): Don't undefine.
14203         * lib/signbitd.c (gl_signbitd): Don't undefine.
14204         * lib/signbitl.c (gl_signbitl): Don't undefine.
14205
14206 2009-04-25  Jim Meyering  <meyering@redhat.com>
14207
14208         vc-list-files: fix another quoting bug
14209         * build-aux/vc-list-files: Avoid sed backslash expansion
14210         of pathological directory names.
14211
14212 2009-04-25  Eric Blake  <ebb9@byu.net>
14213
14214         vc-list-files: fix shell quoting error
14215         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14216         timestamp.
14217
14218 2009-04-25  Jim Meyering  <meyering@redhat.com>
14219
14220         vc-list-files: restore lost functionality with subdir argument
14221         * build-aux/vc-list-files: When given a non-"." sub-directory
14222         argument, substitute the $dir/ prefix back onto each resulting name.
14223         Otherwise, coreutils' root_tests check would fail.
14224
14225 2009-04-24  Eric Blake  <ebb9@byu.net>
14226
14227         vc-list-files: ignore git symlinks
14228         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14229         than ls-files, to ignore git symlinks.
14230
14231         maint.mk: import improvements from m4
14232         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14233         (move_if_change): Delete unused macro.
14234         (news-date-check, vc-diff-check): Support VPATH builds.
14235         (announcement): Likewise.  Split --bootstrap-tools list...
14236         (boostrap-tools): ...into separate list, which can be overridden
14237         in cfg.mk.
14238         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14239         requiring dependency on useless-if-before-free module.
14240         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14241         Support VPATH builds.
14242
14243 2009-04-24  Jim Meyering  <meyering@redhat.com>
14244
14245         maint.mk: remove coreutils-specific rules and variables
14246         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14247         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14248         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14249
14250         maint.mk: remove obsolete rule
14251         * top/maint.mk (rel-check): Remove rule.
14252         (WGET, WGETFLAGS): Remove now-unused variables.
14253
14254 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14255
14256         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14257         consistency.
14258
14259         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14260         '$(PATH_SEPARATOR)' instead of ':'.
14261
14262 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14263
14264         * lib/getopt1.c (main): Use 'const' for static array.
14265
14266 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14267
14268         * top/maint.mk: Sync with coreutils.
14269         * NEWS: Explain incompatibilities.
14270
14271 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14272             Bruno Haible  <bruno@clisp.org>
14273
14274         Fix cross-compilation results.
14275         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14276         statement, as third argument of AC_TRY_RUN.
14277         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14278         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14279         Likewise.
14280         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14281         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14282         Likewise.
14283         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14284         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14285         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14286
14287 2009-04-20  Bruno Haible  <bruno@clisp.org>
14288
14289         Avoid test failure on mingw.
14290         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14291
14292 2009-04-20  Bruno Haible  <bruno@clisp.org>
14293
14294         Avoid compilation error on mingw.
14295         * modules/localename-tests (Depends-on): Add locale.
14296
14297 2009-04-19  Bruno Haible  <bruno@clisp.org>
14298
14299         Support for building a shared library on Windows platforms.
14300         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14301         (main): Test the presence of UNINORM_NFC here.
14302         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14303         (main): Test the presence of UNINORM_NFD here.
14304         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14305         (main): Test the presence of UNINORM_NFKC here.
14306         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14307         (main): Test the presence of UNINORM_NFKD here.
14308
14309 2009-04-19  Bruno Haible  <bruno@clisp.org>
14310
14311         Avoid a compiler warning.
14312         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14313         Change type of variable 'sequence'.
14314
14315 2009-04-19  Bruno Haible  <bruno@clisp.org>
14316
14317         * modules/configmake (Makefile.am): When the contents of configmake.h
14318         does not change, arrange to preserve its modification time.
14319
14320 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14321
14322         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14323         gettext domain.
14324
14325 2009-04-16  Jim Meyering  <meyering@redhat.com>
14326
14327         useless-if-before-free: improve conversion code
14328         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14329         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14330
14331 2009-04-14  Bruno Haible  <bruno@clisp.org>
14332
14333         * modules/fcntl (Depends-on): Add extensions.
14334         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14335
14336 2009-04-12  Ben Pfaff  <blp@gnu.org>
14337
14338         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14339         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14340
14341 2009-03-20  Ben Pfaff  <blp@gnu.org>
14342
14343         Make rename replace existing destinations on Windows.
14344         * m4/rename.m4: Add test for Mingw.
14345         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14346         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14347         * doc/posix-functions/rename.texi: Document.
14348
14349 2009-04-10  Bruno Haible  <bruno@clisp.org>
14350
14351         New include file "iconveh.h".
14352         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14353         * lib/striconveh.h: Include it.
14354         (enum iconv_ilseq_handler): Remove definition.
14355         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14356         striconveh.h.
14357         * lib/striconveha.c: Include striconveh.h.
14358         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14359         * modules/striconveh (Files): Add lib/iconveh.h.
14360         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14361         lib/striconveh.h.
14362
14363 2009-04-10  Bruno Haible  <bruno@clisp.org>
14364
14365         * lib/uniconv.h: Update comment.
14366
14367 2009-04-10  Bruno Haible  <bruno@clisp.org>
14368
14369         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14370         always.
14371         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14372         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14373         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14374         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14375         "unistring-notinline.h", so that the function gets defined always.
14376         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14377         * lib/unistr/u8-uctomb.c: Likewise.
14378         * lib/unistr/u16-mbtouc.c: Likewise.
14379         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14380         * lib/unistr/u16-uctomb.c: Likewise.
14381         * lib/unistr/u32-mbtouc.c: Likewise.
14382         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14383         * lib/unistr/u32-uctomb.c: Likewise.
14384
14385 2009-04-10  Bruno Haible  <bruno@clisp.org>
14386
14387         Mark 'utime' obsolete.
14388         * modules/utime (Status, Notice): New sections.
14389         Suggested by Jim Meyering.
14390
14391         Fix cross-compile guess for utime test.
14392         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14393         autoconf.
14394         * doc/posix-functions/utime.texi: Give more precisions.
14395         Reported by Jan <ipif@ymail.com>.
14396
14397 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14398
14399         filevercmp: correct today's change
14400         * lib/filevercmp.c: Also handle coreutils' test inputs.
14401         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14402
14403         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14404         for reporting it.
14405         * lib/filevercmp.c: Special handle for "", "." and "..".
14406         * tests/test-filevercmp.c: Enlarge the set suite.
14407
14408 2009-04-07  Jim Meyering  <meyering@redhat.com>
14409
14410         useless-if-before-free: show how to remove braced useless free, too
14411         * build-aux/useless-if-before-free: still only in a comment, though.
14412
14413 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14414
14415         maint.mk: import changes to syntax-check macros from coreutils
14416         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14417         Use them in the relevant macros.
14418
14419 2009-04-06  Bruno Haible  <bruno@clisp.org>
14420
14421         Fix unportable use of bit-fields.
14422         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14423         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14424         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14425
14426 2009-04-06  Bruno Haible  <bruno@clisp.org>
14427
14428         Avoid test failures on AIX and OSF/1.
14429         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14430         that malloc(0) = NULL.
14431         * tests/unicase/test-u8-tolower.c (check): Likewise.
14432         * tests/unicase/test-u8-totitle.c (check): Likewise.
14433         * tests/unicase/test-u8-toupper.c (check): Likewise.
14434         * tests/unicase/test-u16-casefold.c (check): Likewise.
14435         * tests/unicase/test-u16-tolower.c (check): Likewise.
14436         * tests/unicase/test-u16-totitle.c (check): Likewise.
14437         * tests/unicase/test-u16-toupper.c (check): Likewise.
14438         * tests/unicase/test-u32-casefold.c (check): Likewise.
14439         * tests/unicase/test-u32-tolower.c (check): Likewise.
14440         * tests/unicase/test-u32-totitle.c (check): Likewise.
14441         * tests/unicase/test-u32-toupper.c (check): Likewise.
14442         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14443         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14444         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14445         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14446         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14447         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14448         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14449         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14450         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14451         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14452         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14453         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14454
14455 2009-04-05  Bruno Haible  <bruno@clisp.org>
14456
14457         Work around an autoconf limitation.
14458         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14459         comment line if it would be longer than 3 KB.
14460
14461 2009-04-05  Bruno Haible  <bruno@clisp.org>
14462
14463         Avoid test failure with libiconv-1.13.
14464         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14465         of the expected test results.
14466
14467 2009-04-05  Bruno Haible  <bruno@clisp.org>
14468
14469         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14470         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14471         that it should be installed.
14472
14473 2009-04-05  Bruno Haible  <bruno@clisp.org>
14474
14475         * gnulib-tool: New option --copy-file.
14476         (func_usage): Document it.
14477         (func_dest_tmpfilename): Moved out of func_import.
14478         (func_add_file, func_update_file): New functions, extracted from
14479         func_import.
14480         (func_import): Update.
14481
14482 2009-04-05  Karl Berry  <karl@gnu.org>
14483
14484         * README: prominently mention gnulib-tool.
14485         Rearrange sections so getting the code is near the top.
14486
14487 2009-04-05  Bruno Haible  <bruno@clisp.org>
14488
14489         * lib/unicase.h: Mention u*_cmp2.
14490         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14491         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14492         * lib/unicase/ulc-casecmp.c: Likewise.
14493         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14494         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14495         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14496         unistr/u8-cmp.
14497         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14498         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14499         unistr/u16-cmp.
14500         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14501         unistr/u32-cmp.
14502
14503         * lib/uninorm.h: Mention u*_cmp2.
14504         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14505         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14506         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14507         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14508         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14509         unistr/u8-cmp.
14510         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14511         unistr/u16-cmp.
14512         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14513         unistr/u32-cmp.
14514
14515         New module 'unistr/u32-cmp2'.
14516         * lib/unistr/u32-cmp2.c: New file.
14517         * modules/unistr/u32-cmp2: New file.
14518
14519         New module 'unistr/u16-cmp2'.
14520         * lib/unistr/u16-cmp2.c: New file.
14521         * modules/unistr/u16-cmp2: New file.
14522
14523         New module 'unistr/u8-cmp2'.
14524         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14525         * lib/unistr/u8-cmp2.c: New file.
14526         * lib/unistr/u-cmp2.h: New file.
14527         * modules/unistr/u8-cmp2: New file.
14528
14529 2009-04-05  Bruno Haible  <bruno@clisp.org>
14530
14531         * lib/unictype.h (uc_property_is_valid): New macro.
14532         * tests/unictype/test-pr_byname.c (main): Use it.
14533
14534         * lib/unistr.h: Doc fixes.
14535         * lib/uniconv.h: Doc fixes.
14536         * lib/unictype.h: Doc fixes.
14537
14538 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14539
14540         Port coreutils 7.2 to Solaris 8.
14541
14542         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14543         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14544         for Solaris 8.  This is a bit of a hack, as it means it's the
14545         caller's responsibility to add -lnsl if needed, but most likely it
14546         won't be needed since only getaddrinfo uses this and getaddrinfo
14547         isn't needed on Solaris 8.
14548
14549         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14550         problem to Solaris 8 encountered with coreutils 7.2, which
14551         resulted in a message "fnmatch.c:292: warning: passing argument 4
14552         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14553         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14554
14555 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14556
14557         * m4/ld-version-script.m4: Add FIXME comment.
14558
14559 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14560
14561         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14562         SOVERSION variable.
14563
14564 2009-04-02  Bruno Haible  <bruno@clisp.org>
14565
14566         * Makefile (info, html, dvi, pdf): Combine the rules.
14567         Suggested by Jim Meyering.
14568
14569 2009-04-01  Bruno Haible  <bruno@clisp.org>
14570
14571         * Makefile (info, html, dvi, pdf): New targets.
14572         Reported by Reuben Thomas <rrt@sc3d.org>.
14573
14574 2009-04-01  Bruno Haible  <bruno@clisp.org>
14575
14576         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14577         can be put into PATH.
14578         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14579
14580 2009-04-01  Bruno Haible  <bruno@clisp.org>
14581
14582         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14583
14584 2009-04-01  Bruno Haible  <bruno@clisp.org>
14585
14586         Rename module 'visibility'.
14587         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14588         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14589         * doc/gnulib.texi: Update.
14590         * MODULES.html.sh (Misc): Update.
14591         * NEWS: Mention the change.
14592
14593 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14594
14595         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14596         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14597         Eric Blake <ebb9@byu.net> for review.
14598         * MODULES.html.sh: Add lib-msvc-compat.
14599         * doc/gnulib.texi: Link to new section.
14600         * m4/ld-output-def.m4: New file.
14601         * doc/ld-output-def.texi: New file.
14602
14603 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14604
14605         Rename ld-version-script to lib-symbol-versions.  Suggested by
14606         Bruno Haible <bruno@clisp.org>.
14607         * modules/ld-version-script: Renamed to lib-symbol-versions.
14608         * doc/ld-version-script.texi: Fix module name.
14609         * MODULES.html.sh: Add lib-symbol-versions.
14610
14611 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14612
14613         * modules/u64-tests: New file.
14614         * tests/test-u64.c: New file.
14615
14616 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14617
14618         * MODULES.html.sh: Mention u64.
14619         * modules/u64: New module.
14620         * modules/crypto/sha512: Depend on u64 module instead of providing
14621         u64.h.
14622
14623 2009-03-27  Eric Blake  <ebb9@byu.net>
14624
14625         test-strerror: make debugging EAI_SYSTEM easier
14626         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14627         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14628         failure was EAI_SYSTEM.
14629
14630 2009-03-25  Bruno Haible  <bruno@clisp.org>
14631
14632         Fix a problem with --enable-relocatable on Solaris 7.
14633         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14634         since 2008-02-24.
14635
14636 2009-03-25  Eric Blake  <ebb9@byu.net>
14637
14638         test-sockets: avoid gcc warning
14639         * tests/test-sockets.c (main): Silence compiler warning.
14640
14641 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         New modules nproc, pthread, contributed by Glen Lenker.
14644
14645         * MODULES.html.sh: Add pthread, nproc.
14646         * lib/nproc.c: New file.
14647         * lib/nproc.h: New file.
14648         * lib/pthread.in.h: New file.
14649         * m4/pthread.m4: New file.
14650         * modules/nproc: New file.
14651         * modules/pthread: New file.
14652
14653 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14654
14655         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14656         New variable.
14657
14658 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14659
14660         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14661         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14662         * tests/test-filevercmp.c: Add tests for backup suffixes.
14663
14664 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14665
14666         * modules/stdlib (Depends-on): Add stdint, needed when defining
14667         struct random_data on, for example, HP-UX 10.20.  Reported by
14668         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14669
14670 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14671
14672         * lib/readline.c (readline): Call fflush on stdout after printing
14673         prompt.
14674
14675 2009-03-20  Bruno Haible  <bruno@clisp.org>
14676
14677         Remove dependency from 'close' module to -lws2_32 on native Windows.
14678         * lib/close-hook.h: New file.
14679         * lib/close-hook.c: New file.
14680         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14681         w32sock.h.
14682         (_gl_close_fd_maybe_socket): Remove function.
14683         (rpl_close): Invoke execute_all_close_hooks instead of
14684         _gl_close_fd_maybe_socket.
14685         * lib/sockets.c: Include close-hook.h, w32sock.h.
14686         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14687         (close_sockets_hook): New variable.
14688         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14689         (gl_sockets_cleanup): Unregister it.
14690         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14691         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14692         * modules/close-hook: New file.
14693         * modules/close (Files): Remove lib/w32sock.h.
14694         (Depends-on): Add close-hook.
14695         (Link): Remove section.
14696         * modules/sockets (Files): Add lib/w32sock.h.
14697         (Depends-on): Add close-hook.
14698         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14699         invocation.
14700         * NEWS: Mention that LIB_CLOSE is gone.
14701
14702 2009-03-23  Eric Blake  <ebb9@byu.net>
14703
14704         signal-tests: test previous patch
14705         * tests/test-signal.c: New file.
14706         * modules/signal-tests: Likewise.
14707
14708         signal.h: always support 'volatile sig_atomic_t'
14709         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14710         (gl_SIGNAL_H_DEFAULTS): Add a default.
14711         * modules/signal (Makefile.am): Substitute if needed.
14712         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14713         users can blindly add volatile.
14714         * doc/posix-headers/signal.texi (signal.h): Document it.
14715         Reported by Matthew Woehlke.
14716
14717 2009-03-23  Jim Meyering  <meyering@redhat.com>
14718
14719         pathmax: PATH_MAX: use pathconf only when available
14720         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14721         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14722         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14723         This avoids a link failure in a PSP cross-compilation environment
14724         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14725
14726         * lib/vasnprintf.c (divide): Fix typo in comment.
14727
14728 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14729
14730         * gnulib-tool (func_filter_filelist): Fix comment.
14731
14732 2009-03-20  Bruno Haible  <bruno@clisp.org>
14733
14734         Make sockets.h self-contained.
14735         * lib/sockets.c: Include sockets.h first.
14736         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14737
14738 2009-03-19  Eric Blake  <ebb9@byu.net>
14739
14740         doc: mention more functions added in cygwin 1.7.0
14741         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14742         addition.
14743         * doc/posix-functions/log2f.texi: Likewise.
14744
14745 2009-03-19  Jim Meyering  <meyering@redhat.com>
14746
14747         fsusage: avoid syntax error due to statement-before-declaration
14748         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14749         after all declarations.  Reported by Matthew Woehlke in
14750         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14751
14752 2009-03-18  Eric Blake  <ebb9@byu.net>
14753
14754         build-aux/compile: sync from automake
14755         * build-aux/compile: New file, from automake.
14756         * config/srclist.txt: Mention build-aux/compile.
14757
14758 2009-03-17  Bruno Haible  <bruno@clisp.org>
14759
14760         * lib/git-merge-changelog.c: Fix typo in comment.
14761         Reported by Reuben Thomas <rrt@sc3d.org>.
14762
14763 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14764
14765         * m4/regex.m4: update and improve help for
14766         --without-included-regex.
14767
14768 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14769
14770         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14771         failure on missing include files.
14772
14773 2009-03-17  Eric Blake  <ebb9@byu.net>
14774
14775         doc: mention more functions added in cygwin 1.7.0
14776         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14777         addition.
14778         * doc/posix-functions/fwscanf.texi: Likewise.
14779         * doc/posix-functions/swprintf.texi: Likewise.
14780         * doc/posix-functions/swscanf.texi: Likewise.
14781         * doc/posix-functions/vfwprintf.texi: Likewise.
14782         * doc/posix-functions/vfwscanf.texi: Likewise.
14783         * doc/posix-functions/vswprintf.texi: Likewise.
14784         * doc/posix-functions/vswscanf.texi: Likewise.
14785         * doc/posix-functions/vwprintf.texi: Likewise.
14786         * doc/posix-functions/vwscanf.texi: Likewise.
14787         * doc/posix-functions/wcscasecmp.texi: Likewise.
14788         * doc/posix-functions/wcsdup.texi: Likewise.
14789         * doc/posix-functions/wcsftime.texi: Likewise.
14790         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14791         * doc/posix-functions/wprintf.texi: Likewise.
14792         * doc/posix-functions/wscanf.texi: Likewise.
14793         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14794
14795 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14796
14797         maint.mk: really add $(AM_MAKEFLAGS)
14798         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14799         was inadvertently omitted in the last commit.
14800         Spotted by Bruno Haible.
14801
14802         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14803         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14804         $(AM_MAKEFLAGS)' rather than plain `make'.
14805
14806         gnulib-tool: execute $MAKE not make
14807         * gnulib-tool: Default $MAKE to 'make'.
14808         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14809         than make.  Initialize $MAKE in the do-autobuild script.
14810
14811         gnulib-tool: use $MAKE not make in generated files
14812         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14813         make, in generated files.  Initialize $MAKE in the do-autobuild
14814         script.
14815
14816         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14817
14818         GNUmakefile: disable parallelism only for multiple, recursive targets
14819         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14820         additions in the Makefile.
14821         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14822         by Automake.
14823         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14824         are listed on the command line and at least one of them is
14825         listed in $(ALL_RECURSIVE_TARGETS).
14826
14827 2009-03-14  Bruno Haible  <bruno@clisp.org>
14828
14829         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14830         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14831         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14832         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14833         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14834         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14835         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14836         unistr/u8-uctomb.
14837         * modules/unistr/u8-strchr (Depends-on): Likewise.
14838         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14839         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14840         unistr/u16-uctomb.
14841         * modules/unistr/u16-strchr (Depends-on): Likewise.
14842         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14843
14844 2009-03-12  Bruno Haible  <bruno@clisp.org>
14845
14846         Work around select() bug on Interix 3.5.
14847         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14848         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14849         * m4/select.m4: New file.
14850         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14851         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14852         * modules/select (Files): Add m4/select.m4.
14853         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14854         * modules/nanosleep (Depends-on): Add select.
14855         * modules/poll (Depends-on): Likewise.
14856         * doc/posix-functions/select.texi: Mention the Interix bug.
14857         Reported by Markus Duft <mduft@gentoo.org>.
14858
14859         * lib/select.c: Renamed from lib/winsock-select.c.
14860         * modules/select (Files): Add lib/select.c, remove
14861         lib/winsock-select.c.
14862         (configure.ac): Update.
14863
14864 2009-03-12  Jim Meyering  <meyering@redhat.com>
14865
14866         avoid gcc warnings about unused macro definitions
14867         * lib/readtokens.c (STREQ): Remove unused definition.
14868         * lib/xmalloc.c (SIZE_MAX): Likewise.
14869         * lib/openat-die.c (N_): Likewise.
14870         * lib/mountlist.c (SIZE_MAX): Remove definition.
14871         Instead, include <stdint.h>.
14872         * lib/readutmp.c: Likewise.
14873         * modules/readutmp (Depends-on): Add stdint.
14874         * modules/mountlist (Depends-on): Add stdint.
14875         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14876
14877 2009-03-10  Bruno Haible  <bruno@clisp.org>
14878
14879         Tests for module 'mbmemcasecoll'.
14880         * modules/mbmemcasecoll-tests: New file.
14881         * tests/test-mbmemcasecoll1.sh: New file.
14882         * tests/test-mbmemcasecoll2.sh: New file.
14883         * tests/test-mbmemcasecoll3.sh: New file.
14884         * tests/test-mbmemcasecoll.c: New file.
14885
14886         New module 'mbmemcasecoll'.
14887         * lib/mbmemcasecoll.h: New file.
14888         * lib/mbmemcasecoll.c: New file.
14889         * modules/mbmemcasecoll: New file.
14890
14891         * tests/test-mbmemcasecmp.h: New file, extracted from
14892         tests/test-mbmemcasecmp.c.
14893         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14894         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14895         (main): Update.
14896         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14897
14898 2009-03-09  Bruno Haible  <bruno@clisp.org>
14899
14900         Tests for module 'mbmemcasecmp'.
14901         * modules/mbmemcasecmp-tests: New file.
14902         * tests/test-mbmemcasecmp1.sh: New file.
14903         * tests/test-mbmemcasecmp2.sh: New file.
14904         * tests/test-mbmemcasecmp3.sh: New file.
14905         * tests/test-mbmemcasecmp.c: New file.
14906
14907         New module 'mbmemcasecmp'.
14908         * lib/mbmemcasecmp.h: New file.
14909         * lib/mbmemcasecmp.c: New file.
14910         * modules/mbmemcasecmp: New file.
14911
14912 2009-03-09  Bruno Haible  <bruno@clisp.org>
14913
14914         Tests for module 'unicase/ulc-casecoll'.
14915         * modules/unicase/ulc-casecoll-tests: New file.
14916         * tests/unicase/test-ulc-casecoll1.sh: New file.
14917         * tests/unicase/test-ulc-casecoll2.sh: New file.
14918         * tests/unicase/test-ulc-casecoll.c: New file.
14919
14920         New module 'unicase/ulc-casecoll'.
14921         * lib/unicase.h (ulc_casecoll): New declaration.
14922         * lib/unicase/ulc-casecoll.c: New file.
14923         * modules/unicase/ulc-casecoll: New file.
14924
14925         New module 'unicase/ulc-casexfrm'.
14926         * lib/unicase.h (ulc_casexfrm): New declaration.
14927         * lib/unicase/ulc-casexfrm.c: New file.
14928         * modules/unicase/ulc-casexfrm: New file.
14929
14930 2009-03-09  Bruno Haible  <bruno@clisp.org>
14931
14932         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14933         invocations.
14934
14935         * m4/mbscasecmp.m4: Remove file.
14936         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14937         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14938
14939         * m4/mbscasestr.m4: Remove file.
14940         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14941         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14942
14943         * m4/mbschr.m4: Remove file.
14944         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14945         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14946
14947         * m4/mbscspn.m4: Remove file.
14948         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14949         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14950
14951         * m4/mbslen.m4: Remove file.
14952         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14953         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14954
14955         * m4/mbsncasecmp.m4: Remove file.
14956         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14957         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14958
14959         * m4/mbsnlen.m4: Remove file.
14960         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14961         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14962
14963         * m4/mbspbrk.m4: Remove file.
14964         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14965         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14966
14967         * m4/mbspcasecmp.m4: Remove file.
14968         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14969         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14970
14971         * m4/mbsrchr.m4: Remove file.
14972         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14973         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14974
14975         * m4/mbssep.m4: Remove file.
14976         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14977         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14978
14979         * m4/mbsspn.m4: Remove file.
14980         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14981         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14982
14983         * m4/mbsstr.m4: Remove file.
14984         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14985         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14986
14987         * m4/mbstok_r.m4: Remove file.
14988         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14989         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14990
14991         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14992
14993         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14994         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14995
14996         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14997
14998 2009-03-08  Bruno Haible  <bruno@clisp.org>
14999
15000         Tests for module 'unicase/ulc-casecmp'.
15001         * modules/unicase/ulc-casecmp-tests: New file.
15002         * tests/unicase/test-ulc-casecmp1.sh: New file.
15003         * tests/unicase/test-ulc-casecmp2.sh: New file.
15004         * tests/unicase/test-ulc-casecmp.c: New file.
15005
15006         New module 'unicase/ulc-casecmp'.
15007         * lib/unicase.h (ulc_casecmp): New declaration.
15008         * lib/unicase/ulc-casecmp.c: New file.
15009         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15010         'const SRC_UNIT *'.
15011         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15012         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15013         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15014         * modules/unicase/ulc-casecmp: New file.
15015
15016         Tests for module 'unicase/u32-is-cased'.
15017         * modules/unicase/u32-is-cased-tests: New file.
15018         * tests/unicase/test-u32-is-cased.c: New file.
15019
15020         Tests for module 'unicase/u16-is-cased'.
15021         * modules/unicase/u16-is-cased-tests: New file.
15022         * tests/unicase/test-u16-is-cased.c: New file.
15023
15024         Tests for module 'unicase/u8-is-cased'.
15025         * modules/unicase/u8-is-cased-tests: New file.
15026         * tests/unicase/test-u8-is-cased.c: New file.
15027         * tests/unicase/test-is-cased.h: New file.
15028
15029         New module 'unicase/u32-is-cased'.
15030         * lib/unicase/u32-is-cased.c: New file.
15031         * modules/unicase/u32-is-cased: New file.
15032
15033         New module 'unicase/u16-is-cased'.
15034         * lib/unicase/u16-is-cased.c: New file.
15035         * modules/unicase/u16-is-cased: New file.
15036
15037         New module 'unicase/u8-is-cased'.
15038         * lib/unicase/u8-is-cased.c: New file.
15039         * lib/unicase/u-is-cased.h: New file.
15040         * modules/unicase/u8-is-cased: New file.
15041
15042         Tests for module 'unicase/u32-is-casefolded'.
15043         * modules/unicase/u32-is-casefolded-tests: New file.
15044         * tests/unicase/test-u32-is-casefolded.c: New file.
15045
15046         Tests for module 'unicase/u16-is-casefolded'.
15047         * modules/unicase/u16-is-casefolded-tests: New file.
15048         * tests/unicase/test-u16-is-casefolded.c: New file.
15049
15050         Tests for module 'unicase/u8-is-casefolded'.
15051         * modules/unicase/u8-is-casefolded-tests: New file.
15052         * tests/unicase/test-u8-is-casefolded.c: New file.
15053         * tests/unicase/test-is-casefolded.h: New file.
15054
15055         New module 'unicase/u32-is-casefolded'.
15056         * lib/unicase/u32-is-casefolded.c: New file.
15057         * modules/unicase/u32-is-casefolded: New file.
15058
15059         New module 'unicase/u16-is-casefolded'.
15060         * lib/unicase/u16-is-casefolded.c: New file.
15061         * modules/unicase/u16-is-casefolded: New file.
15062
15063         New module 'unicase/u8-is-casefolded'.
15064         * lib/unicase/u8-is-casefolded.c: New file.
15065         * modules/unicase/u8-is-casefolded: New file.
15066
15067         Tests for module 'unicase/u32-is-titlecase'.
15068         * modules/unicase/u32-is-titlecase-tests: New file.
15069         * tests/unicase/test-u32-is-titlecase.c: New file.
15070
15071         Tests for module 'unicase/u16-is-titlecase'.
15072         * modules/unicase/u16-is-titlecase-tests: New file.
15073         * tests/unicase/test-u16-is-titlecase.c: New file.
15074
15075         Tests for module 'unicase/u8-is-titlecase'.
15076         * modules/unicase/u8-is-titlecase-tests: New file.
15077         * tests/unicase/test-u8-is-titlecase.c: New file.
15078         * tests/unicase/test-is-titlecase.h: New file.
15079
15080         New module 'unicase/u32-is-titlecase'.
15081         * lib/unicase/u32-is-titlecase.c: New file.
15082         * modules/unicase/u32-is-titlecase: New file.
15083
15084         New module 'unicase/u16-is-titlecase'.
15085         * lib/unicase/u16-is-titlecase.c: New file.
15086         * modules/unicase/u16-is-titlecase: New file.
15087
15088         New module 'unicase/u8-is-titlecase'.
15089         * lib/unicase/u8-is-titlecase.c: New file.
15090         * modules/unicase/u8-is-titlecase: New file.
15091
15092         Tests for module 'unicase/u32-is-lowercase'.
15093         * modules/unicase/u32-is-lowercase-tests: New file.
15094         * tests/unicase/test-u32-is-lowercase.c: New file.
15095
15096         Tests for module 'unicase/u16-is-lowercase'.
15097         * modules/unicase/u16-is-lowercase-tests: New file.
15098         * tests/unicase/test-u16-is-lowercase.c: New file.
15099
15100         Tests for module 'unicase/u8-is-lowercase'.
15101         * modules/unicase/u8-is-lowercase-tests: New file.
15102         * tests/unicase/test-u8-is-lowercase.c: New file.
15103         * tests/unicase/test-is-lowercase.h: New file.
15104
15105         New module 'unicase/u32-is-lowercase'.
15106         * lib/unicase/u32-is-lowercase.c: New file.
15107         * modules/unicase/u32-is-lowercase: New file.
15108
15109         New module 'unicase/u16-is-lowercase'.
15110         * lib/unicase/u16-is-lowercase.c: New file.
15111         * modules/unicase/u16-is-lowercase: New file.
15112
15113         New module 'unicase/u8-is-lowercase'.
15114         * lib/unicase/u8-is-lowercase.c: New file.
15115         * modules/unicase/u8-is-lowercase: New file.
15116
15117         Tests for module 'unicase/u32-is-uppercase'.
15118         * modules/unicase/u32-is-uppercase-tests: New file.
15119         * tests/unicase/test-u32-is-uppercase.c: New file.
15120
15121         Tests for module 'unicase/u16-is-uppercase'.
15122         * modules/unicase/u16-is-uppercase-tests: New file.
15123         * tests/unicase/test-u16-is-uppercase.c: New file.
15124
15125         Tests for module 'unicase/u8-is-uppercase'.
15126         * modules/unicase/u8-is-uppercase-tests: New file.
15127         * tests/unicase/test-u8-is-uppercase.c: New file.
15128         * tests/unicase/test-is-uppercase.h: New file.
15129
15130         New module 'unicase/u32-is-uppercase'.
15131         * lib/unicase/u32-is-uppercase.c: New file.
15132         * modules/unicase/u32-is-uppercase: New file.
15133
15134         New module 'unicase/u16-is-uppercase'.
15135         * lib/unicase/u16-is-uppercase.c: New file.
15136         * modules/unicase/u16-is-uppercase: New file.
15137
15138         New module 'unicase/u8-is-uppercase'.
15139         * lib/unicase/u8-is-uppercase.c: New file.
15140         * modules/unicase/u8-is-uppercase: New file.
15141
15142         New module 'unicase/u32-is-invariant'.
15143         * lib/unicase/u32-is-invariant.c: New file.
15144         * modules/unicase/u32-is-invariant: New file.
15145
15146         New module 'unicase/u16-is-invariant'.
15147         * lib/unicase/u16-is-invariant.c: New file.
15148         * modules/unicase/u16-is-invariant: New file.
15149
15150         New module 'unicase/u8-is-invariant'.
15151         * lib/unicase/u8-is-invariant.c: New file.
15152         * lib/unicase/invariant.h: New file.
15153         * lib/unicase/u-is-invariant.h: New file.
15154         * modules/unicase/u8-is-invariant: New file.
15155
15156         Tests for module 'unicase/u32-casecoll'.
15157         * modules/unicase/u32-casecoll-tests: New file.
15158         * tests/unicase/test-u32-casecoll.c: New file.
15159
15160         Tests for module 'unicase/u16-casecoll'.
15161         * modules/unicase/u16-casecoll-tests: New file.
15162         * tests/unicase/test-u16-casecoll.c: New file.
15163
15164         Tests for module 'unicase/u8-casecoll'.
15165         * modules/unicase/u8-casecoll-tests: New file.
15166         * tests/unicase/test-u8-casecoll.c: New file.
15167
15168         New module 'unicase/u32-casecoll'.
15169         * lib/unicase/u32-casecoll.c: New file.
15170         * modules/unicase/u32-casecoll: New file.
15171
15172         New module 'unicase/u16-casecoll'.
15173         * lib/unicase/u16-casecoll.c: New file.
15174         * modules/unicase/u16-casecoll: New file.
15175
15176         New module 'unicase/u8-casecoll'.
15177         * lib/unicase/u8-casecoll.c: New file.
15178         * lib/unicase/u-casecoll.h: New file.
15179         * modules/unicase/u8-casecoll: New file.
15180
15181         New module 'unicase/u32-casexfrm'.
15182         * lib/unicase/u32-casexfrm.c: New file.
15183         * modules/unicase/u32-casexfrm: New file.
15184
15185         New module 'unicase/u16-casexfrm'.
15186         * lib/unicase/u16-casexfrm.c: New file.
15187         * modules/unicase/u16-casexfrm: New file.
15188
15189         New module 'unicase/u8-casexfrm'.
15190         * lib/unicase/u8-casexfrm.c: New file.
15191         * lib/unicase/u-casexfrm.h: New file.
15192         * modules/unicase/u8-casexfrm: New file.
15193
15194         Tests for module 'unicase/u32-casecmp'.
15195         * modules/unicase/u32-casecmp-tests: New file.
15196         * tests/unicase/test-u32-casecmp.c: New file.
15197
15198         Tests for module 'unicase/u16-casecmp'.
15199         * modules/unicase/u16-casecmp-tests: New file.
15200         * tests/unicase/test-u16-casecmp.c: New file.
15201
15202         Tests for module 'unicase/u8-casecmp'.
15203         * modules/unicase/u8-casecmp-tests: New file.
15204         * tests/unicase/test-u8-casecmp.c: New file.
15205         * tests/unicase/test-casecmp.h: New file.
15206
15207         New module 'unicase/u32-casecmp'.
15208         * lib/unicase/u32-casecmp.c: New file.
15209         * modules/unicase/u32-casecmp: New file.
15210
15211         New module 'unicase/u16-casecmp'.
15212         * lib/unicase/u16-casecmp.c: New file.
15213         * modules/unicase/u16-casecmp: New file.
15214
15215         New module 'unicase/u8-casecmp'.
15216         * lib/unicase/u8-casecmp.c: New file.
15217         * lib/unicase/u-casecmp.h: New file.
15218         * modules/unicase/u8-casecmp: New file.
15219
15220         Tests for module 'unicase/u32-casefold'.
15221         * modules/unicase/u32-casefold-tests: New file.
15222         * tests/unicase/test-u32-casefold.c: New file.
15223
15224         Tests for module 'unicase/u16-casefold'.
15225         * modules/unicase/u16-casefold-tests: New file.
15226         * tests/unicase/test-u16-casefold.c: New file.
15227
15228         Tests for module 'unicase/u8-casefold'.
15229         * modules/unicase/u8-casefold-tests: New file.
15230         * tests/unicase/test-u8-casefold.c: New file.
15231
15232         New module 'unicase/u32-casefold'.
15233         * lib/unicase/u32-casefold.c: New file.
15234         * modules/unicase/u32-casefold: New file.
15235
15236         New module 'unicase/u16-casefold'.
15237         * lib/unicase/u16-casefold.c: New file.
15238         * modules/unicase/u16-casefold: New file.
15239
15240         New module 'unicase/u8-casefold'.
15241         * lib/unicase/u8-casefold.c: New file.
15242         * lib/unicase/u-casefold.h: New file.
15243         * modules/unicase/u8-casefold: New file.
15244
15245         New module 'unicase/tocasefold'.
15246         * lib/unicase/casefold.h: New file.
15247         * lib/unicase/tocasefold.c: New file.
15248         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15249         * modules/unicase/tocasefold: New file.
15250
15251         Tests for module 'unicase/u32-totitle'.
15252         * modules/unicase/u32-totitle-tests: New file.
15253         * tests/unicase/test-u32-totitle.c: New file.
15254
15255         Tests for module 'unicase/u16-totitle'.
15256         * modules/unicase/u16-totitle-tests: New file.
15257         * tests/unicase/test-u16-totitle.c: New file.
15258
15259         Tests for module 'unicase/u8-totitle'.
15260         * modules/unicase/u8-totitle-tests: New file.
15261         * tests/unicase/test-u8-totitle.c: New file.
15262
15263         New module 'unicase/u32-totitle'.
15264         * lib/unicase/u32-totitle.c: New file.
15265         * modules/unicase/u32-totitle: New file.
15266
15267         New module 'unicase/u16-totitle'.
15268         * lib/unicase/u16-totitle.c: New file.
15269         * modules/unicase/u16-totitle: New file.
15270
15271         New module 'unicase/u8-totitle'.
15272         * lib/unicase/u8-totitle.c: New file.
15273         * lib/unicase/u-totitle.h: New file.
15274         * modules/unicase/u8-totitle: New file.
15275
15276         Tests for module 'unicase/u32-tolower'.
15277         * modules/unicase/u32-tolower-tests: New file.
15278         * tests/unicase/test-u32-tolower.c: New file.
15279
15280         Tests for module 'unicase/u16-tolower'.
15281         * modules/unicase/u16-tolower-tests: New file.
15282         * tests/unicase/test-u16-tolower.c: New file.
15283
15284         Tests for module 'unicase/u8-tolower'.
15285         * modules/unicase/u8-tolower-tests: New file.
15286         * tests/unicase/test-u8-tolower.c: New file.
15287
15288         New module 'unicase/u32-tolower'.
15289         * lib/unicase/u32-tolower.c: New file.
15290         * modules/unicase/u32-tolower: New file.
15291
15292         New module 'unicase/u16-tolower'.
15293         * lib/unicase/u16-tolower.c: New file.
15294         * modules/unicase/u16-tolower: New file.
15295
15296         New module 'unicase/u8-tolower'.
15297         * lib/unicase/u8-tolower.c: New file.
15298         * modules/unicase/u8-tolower: New file.
15299
15300         Tests for module 'unicase/u32-toupper'.
15301         * modules/unicase/u32-toupper-tests: New file.
15302         * tests/unicase/test-u32-toupper.c: New file.
15303
15304         Tests for module 'unicase/u16-toupper'.
15305         * modules/unicase/u16-toupper-tests: New file.
15306         * tests/unicase/test-u16-toupper.c: New file.
15307
15308         Tests for module 'unicase/u8-toupper'.
15309         * modules/unicase/u8-toupper-tests: New file.
15310         * tests/unicase/test-u8-toupper.c: New file.
15311
15312         New module 'unicase/u32-toupper'.
15313         * lib/unicase/u32-toupper.c: New file.
15314         * modules/unicase/u32-toupper: New file.
15315
15316         New module 'unicase/u16-toupper'.
15317         * lib/unicase/u16-toupper.c: New file.
15318         * modules/unicase/u16-toupper: New file.
15319
15320         New module 'unicase/u8-toupper'.
15321         * lib/unicase/u8-toupper.c: New file.
15322         * modules/unicase/u8-toupper: New file.
15323
15324         New module 'unicase/u32-casemap'.
15325         * lib/unicase/u32-casemap.c: New file.
15326         * modules/unicase/u32-casemap: New file.
15327
15328         New module 'unicase/u16-casemap'.
15329         * lib/unicase/u16-casemap.c: New file.
15330         * modules/unicase/u16-casemap: New file.
15331
15332         New module 'unicase/u8-casemap'.
15333         * lib/unicase/unicasemap.h: New file.
15334         * lib/unicase/u8-casemap.c: New file.
15335         * lib/unicase/u-casemap.h: New file.
15336         * modules/unicase/u8-casemap: New file.
15337
15338         New module 'unicase/special-casing'.
15339         * lib/unicase/special-casing.h: New file.
15340         * lib/unicase/special-casing.c: New file.
15341         * lib/unicase/special-casing-table.gperf: New file, generated by
15342         gen-uni-tables.c.
15343         * modules/unicase/special-casing: New file.
15344
15345         Tests for module 'unicase/locale-language'.
15346         * modules/unicase/locale-language-tests: New file.
15347         * tests/unicase/test-locale-language.sh: New file.
15348         * tests/unicase/test-locale-language.c: New file.
15349
15350         New module 'unicase/locale-language'.
15351         * lib/unicase/locale-language.c: New file.
15352         * lib/unicase/locale-languages.gperf: New file.
15353         * modules/unicase/locale-language: New file.
15354
15355         Generate more tables for case conversion and case folding.
15356         * lib/gen-uni-tables.c (SCC_*): New enum items.
15357         (struct special_casing_rule): New type.
15358         (casing_rules, num_casing_rules, allocated_casing_rules): New
15359         variables.
15360         (add_casing_rule, fill_casing_rules): New functions.
15361         (struct casefold_rule): New type.
15362         (casefolding_rules, num_casefolding_rules,
15363         allocated_casefolding_rules): New variables.
15364         (fill_casefolding_rules): New function.
15365         (unicode_casefold): New variable.
15366         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15367         sort_casing_rules, output_casing_rules): New functions.
15368         (main): Accept to more arguments: SpecialCasing.txt and
15369         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15370         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15371         Output mapping for casefolding.
15372
15373         * lib/unicase.h: Include stdbool.h, uninorm.h.
15374         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15375         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15376         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15377         arguments.
15378         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15379         resultp arguments.
15380         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15381         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15382         resultp arguments.
15383         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15384         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15385         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15386         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15387         declarations.
15388         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15389
15390 2009-03-08  Bruno Haible  <bruno@clisp.org>
15391
15392         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15393         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15394         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15395         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15396
15397 2009-03-07  Bruno Haible  <bruno@clisp.org>
15398
15399         Adjust u*_normcmp, u*_normcoll API.
15400         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15401         u16_normcoll, u32_normcoll): Change failure conventions.
15402         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15403         errno and return -1.
15404         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15405
15406 2009-03-07  Bruno Haible  <bruno@clisp.org>
15407
15408         Tests for module 'uninorm/u32-normcoll'.
15409         * modules/uninorm/u32-normcoll-tests: New file.
15410         * tests/uninorm/test-u32-normcoll.c: New file.
15411
15412         Tests for module 'uninorm/u16-normcoll'.
15413         * modules/uninorm/u16-normcoll-tests: New file.
15414         * tests/uninorm/test-u16-normcoll.c: New file.
15415
15416         Tests for module 'uninorm/u8-normcoll'.
15417         * modules/uninorm/u8-normcoll-tests: New file.
15418         * tests/uninorm/test-u8-normcoll.c: New file.
15419
15420 2009-03-07  Bruno Haible  <bruno@clisp.org>
15421
15422         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15423         tests/uninorm/test-u32-normcmp.c.
15424         * tests/uninorm/test-u32-normcmp.c: Include it.
15425         (test_nonascii): New function, extracted from main. Add some more
15426         tests.
15427         (main): Invoke test_ascii and test_nonascii.
15428         * modules/uninorm/u32-normcmp-tests (Files): Add
15429         tests/uninorm/test-u32-normcmp.h.
15430         (Depends-on): Remove uninorm/u32-normcmp.
15431
15432         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15433         tests/uninorm/test-u16-normcmp.c.
15434         * tests/uninorm/test-u16-normcmp.c: Include it.
15435         (test_nonascii): New function, extracted from main. Add some more
15436         tests.
15437         (main): Invoke test_ascii and test_nonascii.
15438         * modules/uninorm/u16-normcmp-tests (Files): Add
15439         tests/uninorm/test-u16-normcmp.h.
15440         (Depends-on): Remove uninorm/u16-normcmp.
15441
15442         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15443         tests/uninorm/test-u8-normcmp.c.
15444         * tests/uninorm/test-u8-normcmp.c: Include it.
15445         (test_nonascii): New function, extracted from main. Add some more
15446         tests.
15447         (main): Invoke test_ascii and test_nonascii.
15448         * modules/uninorm/u8-normcmp-tests (Files): Add
15449         tests/uninorm/test-u8-normcmp.h.
15450         (Depends-on): Remove uninorm/u8-normcmp.
15451
15452 2009-03-07  Bruno Haible  <bruno@clisp.org>
15453
15454         New module 'uninorm/u32-normcoll'.
15455         * lib/uninorm/u32-normcoll.c: New file.
15456         * modules/uninorm/u32-normcoll: New file.
15457
15458         New module 'uninorm/u16-normcoll'.
15459         * lib/uninorm/u16-normcoll.c: New file.
15460         * modules/uninorm/u16-normcoll: New file.
15461
15462         New module 'uninorm/u8-normcoll'.
15463         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15464         declarations.
15465         * lib/uninorm/u8-normcoll.c: New file.
15466         * lib/uninorm/u-normcoll.h: New file.
15467         * modules/uninorm/u8-normcoll: New file.
15468
15469         New module 'uninorm/u32-normxfrm'.
15470         * lib/uninorm/u32-normxfrm.c: New file.
15471         * modules/uninorm/u32-normxfrm: New file.
15472
15473         New module 'uninorm/u16-normxfrm'.
15474         * lib/uninorm/u16-normxfrm.c: New file.
15475         * modules/uninorm/u16-normxfrm: New file.
15476
15477         New module 'uninorm/u8-normxfrm'.
15478         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15479         declarations.
15480         * lib/uninorm/u8-normxfrm.c: New file.
15481         * lib/uninorm/u-normxfrm.h: New file.
15482         * modules/uninorm/u8-normxfrm: New file.
15483
15484 2009-03-07  Bruno Haible  <bruno@clisp.org>
15485
15486         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15487         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15488         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15489
15490 2009-03-07  Bruno Haible  <bruno@clisp.org>
15491
15492         New module 'memxfrm'.
15493         * lib/memxfrm.h: New file.
15494         * lib/memxfrm.c: New file.
15495         * modules/memxfrm: New file.
15496
15497 2009-03-07  Bruno Haible  <bruno@clisp.org>
15498
15499         New module 'memcmp2'.
15500         * lib/memcmp2.h: New file.
15501         * lib/memcmp2.c: New file.
15502         * modules/memcmp2: New file.
15503
15504 2009-03-07  Bruno Haible  <bruno@clisp.org>
15505
15506         Tests for module 'uninorm/decomposing-form'.
15507         * modules/uninorm/decomposing-form-tests: New file.
15508         * tests/uninorm/test-decomposing-form.c: New file.
15509
15510         New module 'uninorm/decomposing-form'.
15511         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15512         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15513         Add 'decomposing_variant' field.
15514         * lib/uninorm/decomposing-form.c: New file.
15515         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15516         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15517         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15518         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15519         * modules/uninorm/decomposing-form: New file.
15520         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15521         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15522
15523 2009-03-07  Bruno Haible  <bruno@clisp.org>
15524
15525         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15526         strings.
15527
15528 2009-03-06  Bruno Haible  <bruno@clisp.org>
15529
15530         Tests for module 'uninorm/u32-normcmp'.
15531         * tests/uninorm/test-u32-normcmp.c: New file.
15532         * modules/uninorm/u32-normcmp-tests: New file.
15533
15534         Tests for module 'uninorm/u16-normcmp'.
15535         * tests/uninorm/test-u16-normcmp.c: New file.
15536         * modules/uninorm/u16-normcmp-tests: New file.
15537
15538         Tests for module 'uninorm/u8-normcmp'.
15539         * tests/uninorm/test-u8-normcmp.c: New file.
15540         * modules/uninorm/u8-normcmp-tests: New file.
15541
15542         New module 'uninorm/u32-normcmp'.
15543         * lib/uninorm/u32-normcmp.c: New file.
15544         * modules/uninorm/u32-normcmp: New file.
15545
15546         New module 'uninorm/u16-normcmp'.
15547         * lib/uninorm/u16-normcmp.c: New file.
15548         * modules/uninorm/u16-normcmp: New file.
15549
15550         New module 'uninorm/u8-normcmp'.
15551         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15552         declarations.
15553         * lib/uninorm/u8-normcmp.c: New file.
15554         * lib/uninorm/u-normcmp.h: New file.
15555         * modules/uninorm/u8-normcmp: New file.
15556
15557 2009-03-06  Bruno Haible  <bruno@clisp.org>
15558
15559         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15560         Reported by Eric Blake.
15561
15562 2009-03-06  Eric Blake  <ebb9@byu.net>
15563             Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15566         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15567         condition.
15568         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15569         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15570         condition.
15571         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15572
15573 2009-03-06  Eric Blake  <ebb9@byu.net>
15574
15575         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15576         to avoid compiler warnings.
15577         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15578
15579 2009-03-05  Bruno Haible  <bruno@clisp.org>
15580
15581         * tests/test-ftell.c (main): Disable test beyond end of file on
15582         FreeMiNT.
15583         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15584
15585 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15586
15587         * lib/filevercmp.c: Move hidden files up in ordering.
15588         * tests/test-filevercmp.c: Add tests for hidden files.
15589
15590 2009-03-04  Bruno Haible  <bruno@clisp.org>
15591
15592         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15593         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15594         AM_CFLAGS.
15595         Reported by Simon Josefsson.
15596
15597 2009-03-03  Bruno Haible  <bruno@clisp.org>
15598
15599         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15600         Reported by Simon Josefsson.
15601
15602         * doc/ld-version-script.texi: Update node reference.
15603
15604 2009-03-03  Bruno Haible  <bruno@clisp.org>
15605
15606         * modules/visibility (License): Change to 'unlimited'.
15607         Suggested by Simon Josefsson.
15608
15609 2009-03-03  Jim Meyering  <meyering@redhat.com>
15610
15611         unlinkdir: cannot_unlink_dir may modify process state
15612         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15613         it's neither thread-safe nor appropriate for use in a library.
15614
15615 2009-03-03  Eric Blake  <ebb9@byu.net>
15616
15617         test-closein: silence test under Darwin
15618         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15619         care if it dies from EPIPE or EBADF.
15620
15621 2009-03-03  Bruno Haible  <bruno@clisp.org>
15622
15623         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15624         earlier.
15625         * doc/visibility.texi: Fix @node and @section.
15626
15627 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15628
15629         * doc/gnulib.texi: Link to sections for ld version script and
15630         visibility.
15631         * doc/visibility.texi: Add @node and @section.
15632         * modules/ld-version-script: New module.
15633         * m4/ld-version-script.m4: New file.
15634         * doc/ld-version-script.texi: New file.
15635
15636 2009-03-02  David Lutterkort  <lutter@redhat.com>
15637
15638         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15639         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15640
15641 2009-03-02  Bruno Haible  <bruno@clisp.org>
15642
15643         * doc/visibility.texi: Mention libtool's -export-symbols option.
15644
15645 2009-03-02  Jim Meyering  <meyering@redhat.com>
15646
15647         announce-gen: new option: --no-print-checksums
15648         * build-aux/announce-gen (usage): Describe it.
15649         (print_checksums): Print a newline here, not in the [*] footnote.
15650         (main): Honor it.
15651
15652 2009-03-01  Bruno Haible  <bruno@clisp.org>
15653
15654         Use socklen_t in the native Windows replacements prototypes.
15655         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15656         instead of 'int'.
15657         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15658         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15659         * modules/getsockopt (Depends-on): Add socklen.
15660         * modules/setsockopt (Depends-on): Add socklen.
15661
15662 2009-03-01  Bruno Haible  <bruno@clisp.org>
15663
15664         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15665         least 4.2.
15666
15667 2009-03-01  Eric Blake  <ebb9@byu.net>
15668             Bruno Haible  <bruno@clisp.org>
15669
15670         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15671         error messages.
15672         * lib/wait-process.c (wait_subprocess): Omit error message about
15673         deadly signal sent to the child of termsigp != NULL.
15674
15675 2009-03-01  Eric Blake  <ebb9@byu.net>
15676
15677         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15678
15679 2009-03-01  Bruno Haible  <bruno@clisp.org>
15680
15681         Avoid a gcc warning.
15682         * tests/test-sched.c (b): Make global.
15683         Reported by Eric Blake.
15684
15685 2009-01-19  Martin Lambers  <marlam@marlam.de>
15686
15687         Provide POSIX semantics for socket timeout options on W32.
15688         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15689         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15690         * modules/setsockopt: Depend on sys_time module for struct timeval.
15691         * modules/getsockopt: Depend on sys_time module for struct timeval.
15692
15693 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15694
15695         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15696         __USE_GNU, for consistency with netdb.in.h.
15697         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15698
15699 2009-03-01  Bruno Haible  <bruno@clisp.org>
15700
15701         More support for FreeMiNT.
15702         * lib/fseeko.c (rpl_fseeko): Complete last commit.
15703         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15704
15705 2009-03-01  Bruno Haible  <bruno@clisp.org>
15706
15707         More support for FreeMiNT.
15708         * lib/fpurge.c (fpurge): Correct last commit.
15709         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15710
15711 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15712
15713         Fix unportable awk script in vc-list-files.
15714         * build-aux/vc-list-files: In the replacement awk script, use
15715         substr with a second argument of 1, not zero.
15716         Report by Simon Josefsson.
15717
15718 2009-02-28  Bruno Haible  <bruno@clisp.org>
15719
15720         More support for FreeMiNT.
15721         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15722         to FreeMiNT today.
15723         * lib/fwriting.c (fwriting): Likewise.
15724         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15725
15726 2009-02-28  Bruno Haible  <bruno@clisp.org>
15727
15728         * tests/test-freadseek.c (main): Disable test beyond end of file on
15729         FreeMiNT.
15730         * tests/test-ftello.c (main): Likewise.
15731         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15732
15733 2009-02-28  Bruno Haible  <bruno@clisp.org>
15734
15735         Add tentative support for FreeMiNT.
15736         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15737         * lib/fpurge.c (fpurge): Likewise.
15738         * lib/freadable.c (freadable): Likewise.
15739         * lib/freading.c (freading): Likewise.
15740         * lib/freadptr.c (freadptr): Likewise.
15741         * lib/freadseek.c (freadptrinc): Likewise.
15742         * lib/fseeko.c (rpl_fseeko): Likewise.
15743         * lib/fseterr.c (fseterr): Likewise.
15744         * lib/fwritable.c (fwritable): Likewise.
15745         * lib/fwriting.c (fwriting): Likewise.
15746         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15747         Hourihane.
15748         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15749
15750 2009-02-28  Bruno Haible  <bruno@clisp.org>
15751
15752         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15753         SIGCHLD.
15754         Reported by Jim Meyering.
15755
15756 2009-02-28  Bruno Haible  <bruno@clisp.org>
15757
15758         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15759         Mention the results of these tests on various platforms.
15760         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15761         order.
15762         * doc/posix-functions/printf.texi: Likewise.
15763         * doc/posix-functions/snprintf.texi: Likewise.
15764         * doc/posix-functions/sprintf.texi: Likewise.
15765         * doc/posix-functions/vfprintf.texi: Likewise.
15766         * doc/posix-functions/vprintf.texi: Likewise.
15767         * doc/posix-functions/vsnprintf.texi: Likewise.
15768         * doc/posix-functions/vsprintf.texi: Likewise.
15769         * doc/glibc-functions/obstack_printf.texi: Likewise.
15770         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15771
15772 2009-02-28  Bruno Haible  <bruno@clisp.org>
15773
15774         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15775         Reported by Loïc Minier <lool@dooz.org>.
15776
15777 2009-02-27  Bruno Haible  <bruno@clisp.org>
15778
15779         * gnulib-tool (func_import): Make the sed expression used to create the
15780         sed script for updating the .gitignore file POSIX compliant.
15781         Reported by Eric Blake.
15782
15783 2009-02-27  Bruno Haible  <bruno@clisp.org>
15784
15785         * gnulib-tool (sed): Don't alias as "sed --posix".
15786         Reported by Eric Blake.
15787
15788 2009-02-27  Bruno Haible  <bruno@clisp.org>
15789
15790         Avoid test link errors.
15791         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15792         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15793         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15794         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15795         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15796
15797 2009-02-27  Bruno Haible  <bruno@clisp.org>
15798
15799         Avoid spurious "(cached)" in configure output.
15800         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15801         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15802         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15803         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15804         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15805         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15806         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15807         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15808         Reported by Eric Blake.
15809
15810 2009-02-27  Eric Blake  <ebb9@byu.net>
15811
15812         printf: fix regression in previous patch
15813         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15814
15815 2009-02-27  Bruno Haible  <bruno@clisp.org>
15816
15817         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15818         value.
15819         * lib/stdint.in.h: Likewise.
15820         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15821
15822 2009-02-27  Eric Blake  <ebb9@byu.net>
15823
15824         doc: mention more functions added in cygwin 1.7.0
15825         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15826         addition.
15827         * doc/posix-functions/open_wmemstream.texi: Likewise.
15828         * doc/posix-functions/wcsnlen.texi: Likewise.
15829         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15830         * doc/posix-functions/wcstod.texi: Likewise.
15831         * doc/posix-functions/wcstof.texi: Likewise.
15832         * doc/posix-functions/wcstoimax.texi: Likewise.
15833         * doc/posix-functions/wcstok.texi: Likewise.
15834         * doc/posix-functions/wcstoumax.texi: Likewise.
15835
15836         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15837         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15838         * doc/posix-functions/fprintf.texi: Update.
15839         * doc/posix-functions/printf.texi: Update.
15840         * doc/posix-functions/snprintf.texi: Update.
15841         * doc/posix-functions/sprintf.texi: Update.
15842         * doc/posix-functions/vfprintf.texi: Update.
15843         * doc/posix-functions/vprintf.texi: Update.
15844         * doc/posix-functions/vsnprintf.texi: Update.
15845         * doc/posix-functions/vsprintf.texi: Update.
15846         * doc/glibc-functions/obstack_printf.texi: Update.
15847         * doc/glibc-functions/obstack_vprintf.texi: Update.
15848
15849 2009-02-26  Eric Blake  <ebb9@byu.net>
15850
15851         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15852         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15853         compilation bug by using runtime conversion.
15854         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15855         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15856         * modules/ceill-tests (Files): Use nan.h.
15857         * modules/floorl-tests (Files): Likewise.
15858         * modules/frexpl-tests (Files): Likewise.
15859         * modules/isnanl-tests (Files): Likewise.
15860         * modules/ldexpl-tests (Files): Likewise.
15861         * modules/roundl-tests (Files): Likewise.
15862         * modules/truncl-tests (Files): Likewise.
15863         * tests/test-ceill.c (main): Use a working NaN.
15864         * tests/test-floorl.c (main): Likewise.
15865         * tests/test-frexpl.c (main): Likewise.
15866         * tests/test-isnan.c (test_long_double): Likewise.
15867         * tests/test-isnanl.h (main): Likewise.
15868         * tests/test-ldexpl.h (main): Likewise.
15869         * tests/test-roundl.h (main): Likewise.
15870         * tests/test-truncl.h (main): Likewise.
15871         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15872
15873 2009-02-26  Eric Blake  <ebb9@byu.net>
15874             Bruno Haible  <bruno@clisp.org>
15875
15876         Work around a *printf bug with %ls on Solaris.
15877         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15878         precision is specified, sprintf stops converting the wide string
15879         argument when the number of bytes that have been produced by this
15880         conversion equals or exceeds the precision.
15881         * doc/posix-functions/fprintf.texi: Update.
15882         * doc/posix-functions/printf.texi: Update.
15883         * doc/posix-functions/snprintf.texi: Update.
15884         * doc/posix-functions/sprintf.texi: Update.
15885         * doc/posix-functions/vfprintf.texi: Update.
15886         * doc/posix-functions/vprintf.texi: Update.
15887         * doc/posix-functions/vsnprintf.texi: Update.
15888         * doc/posix-functions/vsprintf.texi: Update.
15889         * doc/glibc-functions/obstack_printf.texi: Update.
15890         * doc/glibc-functions/obstack_vprintf.texi: Update.
15891
15892 2009-02-26  Eric Blake  <ebb9@byu.net>
15893
15894         stdlib: favor compiler check of random.h
15895         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15896         to avoid an ObjC random.h installed by Swarm.
15897
15898 2009-02-26  Bruno Haible  <bruno@clisp.org>
15899
15900         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15901         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15902         Reported by Gary V. Vaughan <gary@gnu.org>.
15903
15904 2009-02-26  Bruno Haible  <bruno@clisp.org>
15905
15906         Fix *printf behaviour regarding the %ls directive.
15907         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15908         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15909         NEED_PRINTF_DIRECTIVE_LS.
15910         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15911         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15912         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15913         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15914         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15915         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15916         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15917         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15918         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15919         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15920         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15921         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15922         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15923         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15924         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15925         * doc/posix-functions/fprintf.texi: Update.
15926         * doc/posix-functions/printf.texi: Update.
15927         * doc/posix-functions/snprintf.texi: Update.
15928         * doc/posix-functions/sprintf.texi: Update.
15929         * doc/posix-functions/vfprintf.texi: Update.
15930         * doc/posix-functions/vprintf.texi: Update.
15931         * doc/posix-functions/vsnprintf.texi: Update.
15932         * doc/posix-functions/vsprintf.texi: Update.
15933         * doc/glibc-functions/obstack_printf.texi: Update.
15934         * doc/glibc-functions/obstack_vprintf.texi: Update.
15935         Reported by Eric Blake.
15936
15937 2009-02-25  Bruno Haible  <bruno@clisp.org>
15938
15939         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15940         with known value.
15941         Reported by Gary V. Vaughan <gary@gnu.org>.
15942
15943 2009-02-25  Bruno Haible  <bruno@clisp.org>
15944
15945         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15946         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15947         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15948         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15949         Reported by Gary V. Vaughan <gary@gnu.org>.
15950
15951 2009-02-25  Bruno Haible  <bruno@clisp.org>
15952
15953         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15954         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15955         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15956         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15957         Reported by Gary V. Vaughan <gary@gnu.org>.
15958
15959 2009-02-25  Eric Blake  <ebb9@byu.net>
15960
15961         tests: skip fseek/ftell tests if ungetc is broken
15962         * m4/ungetc.m4: New file.
15963         * modules/fseek-tests: Split test, so ungetc dependency is
15964         separate from rest of test.
15965         * modules/fseeko-tests: Likewise.
15966         * modules/ftell-tests: Likewise.
15967         * modules/ftello-tests: Likewise.
15968         * tests/test-fseek.c (main): Isolate ungetc dependency.
15969         * tests/test-fseeko.c (main): Likewise.
15970         * tests/test-ftell.c (main): Likewise.
15971         * tests/test-ftello.c (main): Likewise.
15972         * tests/test-fseek2.sh: New file.
15973         * tests/test-fseeko2.sh: Likewise.
15974         * tests/test-ftell2.sh: Likewise.
15975         * tests/test-ftello2.sh: Likewise.
15976
15977 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15978
15979         test-getaddrinfo: fix usage of skip return code 77
15980         * tests/test-gettaddrinfo.c: Return skip code 77 only
15981         for first occurance of skip (4x77 is not 77)
15982
15983 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15984
15985         strtod: avoid C99 decl-after-statement
15986         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15987
15988 2009-02-24  Eric Blake  <ebb9@byu.net>
15989
15990         strtod: detect HP-UX 11.31 bug
15991         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15992         Reported by Gary V. Vaughan.
15993
15994 2009-02-23  Bruno Haible  <bruno@clisp.org>
15995
15996         Fix invalid read past end of memory block.
15997         * lib/vasnprintf.c (DCHAR_SET): Define.
15998         (local_wcslen): Define only when needed.
15999         (local_strnlen, local_wcsnlen): New functions.
16000         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
16001         directives that involve a conversion ourselves.
16002         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
16003         wcsnlen, mbrtowc, wcrtomb.
16004         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
16005         * tests/test-vasprintf-posix.c (test_function): Likewise.
16006         * tests/test-snprintf-posix.h (test_function): Likewise.
16007         * tests/test-sprintf-posix.h (test_function): Likewise.
16008         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16009
16010 2009-02-22  Bruno Haible  <bruno@clisp.org>
16011
16012         Implement new clarified decomposition of Hangul syllables.
16013         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16014         of type LTV, return only a pairwise decomposition.
16015         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16016         Likewise.
16017         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16018         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16019         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16020
16021 2009-02-22  Bruno Haible  <bruno@clisp.org>
16022
16023         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16024         zero-length results and shrink excess allocated memory.
16025         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16026         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16027         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16028         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16029         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16030         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16031         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16032         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16033         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16034         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16035         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16036         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16037
16038 2009-02-21  Bruno Haible  <bruno@clisp.org>
16039
16040         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16041         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16042         spaces after a period. Put a space between a macro name and its
16043         argument list. Trivial rewordings.
16044         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16045         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16046         (main): Return 0 explicitly.
16047
16048 2009-02-21  Bruno Haible  <bruno@clisp.org>
16049
16050         Tests for module 'uninorm/filter'.
16051         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16052         * modules/uninorm/filter-tests: New file.
16053
16054         New module 'uninorm/filter'.
16055         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16056         uninorm_filter_flush, uninorm_filter_free): New declarations.
16057         * lib/uninorm/uninorm-filter.c: New file.
16058         * modules/uninorm/filter: New file.
16059
16060 2009-02-21  Bruno Haible  <bruno@clisp.org>
16061
16062         Tests for module 'uninorm/nfkc'.
16063         * tests/uninorm/test-nfkc.c: New file.
16064         * tests/uninorm/test-u8-nfkc.c: New file.
16065         * tests/uninorm/test-u16-nfkc.c: New file.
16066         * tests/uninorm/test-u32-nfkc.c: New file.
16067         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16068         * tests/uninorm/test-u32-nfkc-big.c: New file.
16069         * modules/uninorm/nfkc-tests: New file.
16070
16071         New module 'uninorm/nfkc'.
16072         * lib/uninorm/nfkc.c: New file.
16073         * modules/uninorm/nfkc: New file.
16074
16075         Tests for module 'uninorm/nfkd'.
16076         * tests/uninorm/test-nfkd.c: New file.
16077         * tests/uninorm/test-u8-nfkd.c: New file.
16078         * tests/uninorm/test-u16-nfkd.c: New file.
16079         * tests/uninorm/test-u32-nfkd.c: New file.
16080         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16081         * tests/uninorm/test-u32-nfkd-big.c: New file.
16082         * modules/uninorm/nfkd-tests: New file.
16083
16084         New module 'uninorm/nfkd'.
16085         * lib/uninorm/nfkd.c: New file.
16086         * modules/uninorm/nfkd: New file.
16087
16088         Tests for module 'uninorm/nfc'.
16089         * tests/uninorm/test-nfc.c: New file.
16090         * tests/uninorm/test-u8-nfc.c: New file.
16091         * tests/uninorm/test-u16-nfc.c: New file.
16092         * tests/uninorm/test-u32-nfc.c: New file.
16093         * tests/uninorm/test-u32-nfc-big.sh: New file.
16094         * tests/uninorm/test-u32-nfc-big.c: New file.
16095         * modules/uninorm/nfc-tests: New file.
16096
16097         New module 'uninorm/nfc'.
16098         * lib/uninorm/nfc.c: New file.
16099         * modules/uninorm/nfc: New file.
16100
16101         Tests for module 'uninorm/nfd'.
16102         * tests/uninorm/test-nfd.c: New file.
16103         * tests/uninorm/test-u8-nfd.c: New file.
16104         * tests/uninorm/test-u16-nfd.c: New file.
16105         * tests/uninorm/test-u32-nfd.c: New file.
16106         * tests/uninorm/test-u32-nfd-big.sh: New file.
16107         * tests/uninorm/test-u32-nfd-big.c: New file.
16108         * tests/uninorm/test-u32-normalize-big.h: New file.
16109         * tests/uninorm/test-u32-normalize-big.c: New file.
16110         * tests/uninorm/NormalizationTest.txt: New file, created from
16111         Unicode 5.1.0 NormalizationTest.txt.
16112         * modules/uninorm/nfd-tests: New file.
16113
16114         New module 'uninorm/nfd'.
16115         * lib/uninorm/nfd.c: New file.
16116         * modules/uninorm/nfd: New file.
16117
16118         New module 'uninorm/u32-normalize'.
16119         * lib/uninorm/u32-normalize.c: New file.
16120         * modules/uninorm/u32-normalize: New file.
16121
16122         New module 'uninorm/u16-normalize'.
16123         * lib/uninorm/u16-normalize.c: New file.
16124         * modules/uninorm/u16-normalize: New file.
16125
16126         New module 'uninorm/u8-normalize'.
16127         * lib/uninorm/u8-normalize.c: New file.
16128         * lib/uninorm/normalize-internal.h: New file.
16129         * lib/uninorm/u-normalize-internal.h: New file.
16130         * modules/uninorm/u8-normalize: New file.
16131
16132         New module 'uninorm/decompose-internal'.
16133         * lib/uninorm/decompose-internal.c: New file.
16134         * modules/uninorm/decompose-internal: New file.
16135
16136         Tests for module 'uninorm/composition'.
16137         * tests/uninorm/test-composition.c: New file.
16138         * modules/uninorm/composition-tests: New file.
16139
16140         New module 'uninorm/composition'.
16141         * lib/uninorm/composition.c: New file.
16142         * lib/uninorm/composition-table.gperf: New file, generated by
16143         gen-uni-tables.
16144         * modules/uninorm/composition: New file.
16145
16146         Tests for module 'uninorm/compat-decomposition'.
16147         * tests/uninorm/test-compat-decomposition.c: New file.
16148         * modules/uninorm/compat-decomposition-tests: New file.
16149
16150         New module 'uninorm/compat-decomposition'.
16151         * lib/uninorm/decompose-internal.h: New file.
16152         * lib/uninorm/compat-decomposition.c: New file.
16153         * modules/uninorm/compat-decomposition: New file.
16154
16155         Tests for module 'uninorm/canonical-decomposition'.
16156         * tests/uninorm/test-canonical-decomposition.c: New file.
16157         * modules/uninorm/canonical-decomposition-tests: New file.
16158
16159         New module 'uninorm/canonical-decomposition'.
16160         * lib/uninorm/canonical-decomposition.c: New file.
16161         * modules/uninorm/canonical-decomposition: New file.
16162
16163         Tests for module 'uninorm/decomposition'.
16164         * tests/uninorm/test-decomposition.c: New file.
16165         * modules/uninorm/decomposition-tests: New file.
16166
16167         New module 'uninorm/decomposition'.
16168         * lib/uninorm/decomposition.c: New file.
16169         * modules/uninorm/decomposition: New file.
16170
16171         New module 'uninorm/decomposition-table'.
16172         * lib/uninorm/decomposition-table.h: New file.
16173         * lib/uninorm/decomposition-table.c: New file.
16174         * lib/uninorm/decomposition-table1.h: New file, generated by
16175         gen-uni-tables.
16176         * lib/uninorm/decomposition-table2.h: New file, generated by
16177         gen-uni-tables.
16178         * modules/uninorm/decomposition-table: New file.
16179
16180         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16181         (UC_DECOMP_*): New enumeration items.
16182         (get_decomposition): New function.
16183         (struct decomp_table): New type.
16184         (output_decomposition, output_decomposition_tables): New functions.
16185         (unicode_composition_exclusions): New variable.
16186         (fill_composition_exclusions, debug_output_composition_tables): New
16187         functions.
16188         (main): Accept one more argument. Invoke fill_composition_exclusions.
16189         Output decomposition and composition tables.
16190
16191         New module 'uninorm/base'.
16192         * lib/uninorm.h: New file.
16193         * lib/unictype.h: Update comment.
16194         * modules/uninorm/base: New file.
16195
16196 2009-02-21  David Lutterkort  <lutter@redhat.com>
16197
16198         Tests for module 'safe-alloc'.
16199         * tests/test-safe-alloc.c: New file.
16200         * modules/safe-alloc-tests: New file.
16201
16202         New module 'safe-alloc'.
16203         * lib/safe-alloc.h: New file.
16204         * lib/safe-alloc.c: New file.
16205         * m4/safe-alloc.m4: New file.
16206         * modules/safe-alloc: New file.
16207         * doc/safe-alloc.texi: New file.
16208         * doc/gnulib.texi: Include it.
16209         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16210         safe-alloc.
16211
16212 2009-02-18  Bruno Haible  <bruno@clisp.org>
16213
16214         Fix link error on non-glibc systems.
16215         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16216         variable.
16217         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16218
16219 2009-02-18  Jim Meyering  <meyering@redhat.com>
16220
16221         fts: avoid used-uninitialized error due to recent change
16222         * lib/fts.c (fts_read): Guard uses of the new member,
16223         parent->fts_n_dirs_remaining, since it's not relevant for
16224         the parent of a directory specified on the command-line.
16225
16226 2009-02-17  James Youngman  <jay@gnu.org>
16227             Bruno Haible  <bruno@clisp.org>
16228
16229         * m4/include_next.m4: Reformulate comment.
16230
16231 2009-02-16  Jim Meyering  <meyering@redhat.com>
16232
16233         fts: add #if guards so that the fts_lgpl module still builds
16234         * lib/fts.c: Guard just-added hash-table-using parts with
16235         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16236         Reported by Simon Josefsson.
16237
16238 2009-02-15  Bruno Haible  <bruno@clisp.org>
16239
16240         * modules/array-mergesort-tests: New file.
16241         * tests/test-array-mergesort.c: New file.
16242
16243         New module 'array-mergesort'.
16244         * modules/array-mergesort: New file.
16245         * lib/array-mergesort.h: New file.
16246
16247 2009-02-15  Bruno Haible  <bruno@clisp.org>
16248
16249         Fix 2009-02-07 commit.
16250         * lib/gen-uni-tables.c (output_predicate, output_category,
16251         output_combclass, output_bidi_category, output_decimal_digit,
16252         output_digit, output_numeric, output_mirror, output_scripts,
16253         output_ident_category, output_simple_mapping): Fix format directives.
16254         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16255
16256 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16257
16258         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16259         fixes are available from IBM.
16260
16261 2009-02-13  Jim Meyering  <meyering@redhat.com>
16262
16263         fts: arrange not to stat non-directories in more cases
16264         This makes GNU find (when it doesn't need to stat each file)
16265         *much* more efficient at traversing reiserfs file systems.
16266         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16267         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16268         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16269         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16270         (leaf_optimization_applies): New function.
16271         (LCO_hash, LCO_compare): New helper functions.
16272         (link_count_optimize_ok): New function.
16273         (fts_stat): Initialize new member (if dir).
16274         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16275         we've just stat'ed a directory.  Skip the stat call when possible.
16276         ---
16277         Note this AFS-related exchange:
16278         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16279         and note find's pioctl call in find/fstype.c.
16280         But that is necessary only if you want to enable the
16281         optimization for AFS, and for now, I don't.
16282
16283         fts: move a function definition "up" (no semantic change)
16284         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16285         "up" to precede upcoming use of a related function.
16286
16287 2009-02-11  Jim Meyering  <meyering@redhat.com>
16288
16289         fts: correct internal computation of nlinks (optimization-related)
16290         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16291         whether the current entry is a directory, so don't test it.
16292
16293 2009-02-10  Bruno Haible  <bruno@clisp.org>
16294
16295         Tests for module 'uniwbrk/ulc-wordbreaks'.
16296         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16297         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16298         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16299
16300         Tests for module 'uniwbrk/u32-wordbreaks'.
16301         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16302         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16303
16304         Tests for module 'uniwbrk/u16-wordbreaks'.
16305         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16306         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16307
16308         Tests for module 'uniwbrk/u8-wordbreaks'.
16309         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16310         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16311
16312 2009-02-10  Bruno Haible  <bruno@clisp.org>
16313
16314         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16315         property.
16316         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16317         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16318         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16319
16320 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16321
16322         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16323         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16324
16325 2009-02-10  Bruno Haible  <bruno@clisp.org>
16326
16327         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16328         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16329         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16330         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16331         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16332         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16333
16334 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16335
16336         * lib/sockets.h (gl_fd_to_handle): New function.
16337
16338         * tests/test-sockets.c: Call gl_fd_to_handle.
16339
16340 2009-02-09  Bruno Haible  <bruno@clisp.org>
16341
16342         * doc/havelib.texi: Document the conventions on bi-arch systems.
16343
16344 2009-02-08  Bruno Haible  <bruno@clisp.org>
16345
16346         Document the AC_LIB_LINKFLAGS macro.
16347         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16348         * doc/gnulib.texi: Include it.
16349
16350 2009-02-08  Bruno Haible  <bruno@clisp.org>
16351
16352         Fix wrong order of sections, compared to TOC.
16353         * doc/gnulib.texi: Include relocatable-maint.texi after the
16354         "Regular expressions" node, not before.
16355
16356 2009-02-08  Bruno Haible  <bruno@clisp.org>
16357
16358         Tests for module 'unicase/totitle'.
16359         * modules/unicase/totitle-tests: New file.
16360
16361         Tests for module 'unicase/tolower'.
16362         * modules/unicase/tolower-tests: New file.
16363
16364         Tests for module 'unicase/toupper'.
16365         * modules/unicase/toupper-tests: New file.
16366         * tests/unicase/test-mapping-part1.h: New file.
16367         * tests/unicase/test-mapping-part2.h: New file.
16368
16369         New module 'unicase/totitle'.
16370         * modules/unicase/totitle: New file.
16371         * lib/unicase/totitle.c: New file.
16372
16373         New module 'unicase/tolower'.
16374         * modules/unicase/tolower: New file.
16375         * lib/unicase/tolower.c: New file.
16376
16377         New module 'unicase/toupper'.
16378         * modules/unicase/toupper: New file.
16379         * lib/unicase/toupper.c: New file.
16380         * lib/unicase/simple-mapping.h: New file.
16381
16382         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16383         (mapping_table): New structure.
16384         (output_simple_mapping): New function.
16385         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16386         * modules/gen-uni-tables (Description): Update.
16387         * lib/unicase/toupper.h: New file, automatically generated by
16388         gen-uni-tables.
16389         * lib/unicase/tolower.h: New file, automatically generated by
16390         gen-uni-tables.
16391         * lib/unicase/totitle.h: New file, automatically generated by
16392         gen-uni-tables.
16393         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16394         gen-uni-tables.
16395         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16396         gen-uni-tables.
16397         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16398         gen-uni-tables.
16399
16400         New module 'unicase/base'.
16401         * modules/unicase/base: New file.
16402         * lib/unicase.h: New file.
16403
16404 2009-02-08  Bruno Haible  <bruno@clisp.org>
16405
16406         New module 'uniwbrk/ulc-wordbreaks'.
16407         * modules/uniwbrk/ulc-wordbreaks: New file.
16408         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16409
16410         New module 'uniwbrk/u32-wordbreaks'.
16411         * modules/uniwbrk/u32-wordbreaks: New file.
16412         * lib/uniwbrk/u32-wordbreaks.c: New file.
16413
16414         New module 'uniwbrk/u16-wordbreaks'.
16415         * modules/uniwbrk/u16-wordbreaks: New file.
16416         * lib/uniwbrk/u16-wordbreaks.c: New file.
16417
16418         New module 'uniwbrk/u8-wordbreaks'.
16419         * modules/uniwbrk/u8-wordbreaks: New file.
16420         * lib/uniwbrk/u8-wordbreaks.c: New file.
16421         * lib/uniwbrk/u-wordbreaks.h: New file.
16422
16423         New module 'uniwbrk/table'.
16424         * modules/uniwbrk/table: New file.
16425         * lib/uniwbrk/wbrktable.h: New file.
16426         * lib/uniwbrk/wbrktable.c: New file.
16427
16428         New module 'uniwbrk/wordbreak-property'.
16429         * modules/uniwbrk/wordbreak-property: New file.
16430         * lib/uniwbrk/wordbreak-property.c: New file.
16431
16432         * lib/gen-uni-tables.c (WBP_*): New enum items.
16433         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16434         (unicode_org_wbp): New variable.
16435         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16436         New functions.
16437         (wbp_table): New structure.
16438         (output_wbp, output_wbrk_tables): New functions.
16439         (main): Accept additional argument. Invoke fill_org_wbp,
16440         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16441         output_wbrk_tables.
16442         * modules/gen-uni-tables (Description): Update.
16443         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16444         gen-uni-tables.
16445
16446         New module 'uniwbrk/base'.
16447         * modules/uniwbrk/base: New file.
16448         * lib/uniwbrk.h: New file.
16449
16450 2009-02-08  Bruno Haible  <bruno@clisp.org>
16451
16452         Update to Unicode 5.1.0.
16453         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16454         U+2185..U+2188.
16455         (is_property_default_ignorable_code_point): Don't include characters
16456         of category Cc or Cs and not-a-characters.
16457         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16458         U+0D79, U+109E, U+109F, U+A60C.
16459         * lib/unictype/bidi_of.h: Regenerated.
16460         * lib/unictype/blocks.h: Regenerated.
16461         * lib/unictype/categ_C.h: Regenerated.
16462         * lib/unictype/categ_Cf.h: Regenerated.
16463         * lib/unictype/categ_Cn.h: Regenerated.
16464         * lib/unictype/categ_L.h: Regenerated.
16465         * lib/unictype/categ_Ll.h: Regenerated.
16466         * lib/unictype/categ_Lm.h: Regenerated.
16467         * lib/unictype/categ_Lo.h: Regenerated.
16468         * lib/unictype/categ_Lu.h: Regenerated.
16469         * lib/unictype/categ_M.h: Regenerated.
16470         * lib/unictype/categ_Mc.h: Regenerated.
16471         * lib/unictype/categ_Me.h: Regenerated.
16472         * lib/unictype/categ_Mn.h: Regenerated.
16473         * lib/unictype/categ_N.h: Regenerated.
16474         * lib/unictype/categ_Nd.h: Regenerated.
16475         * lib/unictype/categ_Nl.h: Regenerated.
16476         * lib/unictype/categ_No.h: Regenerated.
16477         * lib/unictype/categ_P.h: Regenerated.
16478         * lib/unictype/categ_Pd.h: Regenerated.
16479         * lib/unictype/categ_Pe.h: Regenerated.
16480         * lib/unictype/categ_Pf.h: Regenerated.
16481         * lib/unictype/categ_Pi.h: Regenerated.
16482         * lib/unictype/categ_Po.h: Regenerated.
16483         * lib/unictype/categ_Ps.h: Regenerated.
16484         * lib/unictype/categ_S.h: Regenerated.
16485         * lib/unictype/categ_Sk.h: Regenerated.
16486         * lib/unictype/categ_Sm.h: Regenerated.
16487         * lib/unictype/categ_So.h: Regenerated.
16488         * lib/unictype/categ_of.h: Regenerated.
16489         * lib/unictype/combining.h: Regenerated.
16490         * lib/unictype/ctype_alnum.h: Regenerated.
16491         * lib/unictype/ctype_alpha.h: Regenerated.
16492         * lib/unictype/ctype_graph.h: Regenerated.
16493         * lib/unictype/ctype_lower.h: Regenerated.
16494         * lib/unictype/ctype_print.h: Regenerated.
16495         * lib/unictype/ctype_punct.h: Regenerated.
16496         * lib/unictype/ctype_upper.h: Regenerated.
16497         * lib/unictype/decdigit.h: Regenerated.
16498         * lib/unictype/digit.h: Regenerated.
16499         * lib/unictype/mirror.h: Regenerated.
16500         * lib/unictype/numeric.h: Regenerated.
16501         * lib/unictype/pr_alphabetic.h: Regenerated.
16502         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16503         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16504         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16505         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16506         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16507         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16508         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16509         * lib/unictype/pr_combining.h: Regenerated.
16510         * lib/unictype/pr_dash.h: Regenerated.
16511         * lib/unictype/pr_decimal_digit.h: Regenerated.
16512         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16513         * lib/unictype/pr_deprecated.h: Regenerated.
16514         * lib/unictype/pr_diacritic.h: Regenerated.
16515         * lib/unictype/pr_extender.h: Regenerated.
16516         * lib/unictype/pr_format_control.h: Regenerated.
16517         * lib/unictype/pr_grapheme_base.h: Regenerated.
16518         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16519         * lib/unictype/pr_grapheme_link.h: Regenerated.
16520         * lib/unictype/pr_id_continue.h: Regenerated.
16521         * lib/unictype/pr_id_start.h: Regenerated.
16522         * lib/unictype/pr_ideographic.h: Regenerated.
16523         * lib/unictype/pr_ignorable_control.h: Regenerated.
16524         * lib/unictype/pr_lowercase.h: Regenerated.
16525         * lib/unictype/pr_math.h: Regenerated.
16526         * lib/unictype/pr_numeric.h: Regenerated.
16527         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16528         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16529         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16530         * lib/unictype/pr_other_id_continue.h: Regenerated.
16531         * lib/unictype/pr_other_lowercase.h: Regenerated.
16532         * lib/unictype/pr_other_math.h: Regenerated.
16533         * lib/unictype/pr_punctuation.h: Regenerated.
16534         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16535         * lib/unictype/pr_soft_dotted.h: Regenerated.
16536         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16537         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16538         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16539         * lib/unictype/pr_uppercase.h: Regenerated.
16540         * lib/unictype/pr_xid_continue.h: Regenerated.
16541         * lib/unictype/pr_xid_start.h: Regenerated.
16542         * lib/unictype/pr_zero_width.h: Regenerated.
16543         * lib/unictype/scripts.h: Regenerated.
16544         * lib/unictype/scripts_byname.gperf: Regenerated.
16545         * lib/unictype/sy_java_ident.h: Regenerated.
16546         * lib/unilbrk/lbrkprop1.h: Regenerated.
16547         * lib/unilbrk/lbrkprop2.h: Regenerated.
16548         * tests/unictype/test-categ_C.c: Regenerated.
16549         * tests/unictype/test-categ_Cf.c: Regenerated.
16550         * tests/unictype/test-categ_Cn.c: Regenerated.
16551         * tests/unictype/test-categ_L.c: Regenerated.
16552         * tests/unictype/test-categ_Ll.c: Regenerated.
16553         * tests/unictype/test-categ_Lm.c: Regenerated.
16554         * tests/unictype/test-categ_Lo.c: Regenerated.
16555         * tests/unictype/test-categ_Lu.c: Regenerated.
16556         * tests/unictype/test-categ_M.c: Regenerated.
16557         * tests/unictype/test-categ_Mc.c: Regenerated.
16558         * tests/unictype/test-categ_Me.c: Regenerated.
16559         * tests/unictype/test-categ_Mn.c: Regenerated.
16560         * tests/unictype/test-categ_N.c: Regenerated.
16561         * tests/unictype/test-categ_Nd.c: Regenerated.
16562         * tests/unictype/test-categ_Nl.c: Regenerated.
16563         * tests/unictype/test-categ_No.c: Regenerated.
16564         * tests/unictype/test-categ_P.c: Regenerated.
16565         * tests/unictype/test-categ_Pd.c: Regenerated.
16566         * tests/unictype/test-categ_Pe.c: Regenerated.
16567         * tests/unictype/test-categ_Pf.c: Regenerated.
16568         * tests/unictype/test-categ_Pi.c: Regenerated.
16569         * tests/unictype/test-categ_Po.c: Regenerated.
16570         * tests/unictype/test-categ_Ps.c: Regenerated.
16571         * tests/unictype/test-categ_S.c: Regenerated.
16572         * tests/unictype/test-categ_Sk.c: Regenerated.
16573         * tests/unictype/test-categ_Sm.c: Regenerated.
16574         * tests/unictype/test-categ_So.c: Regenerated.
16575         * tests/unictype/test-ctype_alnum.c: Regenerated.
16576         * tests/unictype/test-ctype_alpha.c: Regenerated.
16577         * tests/unictype/test-ctype_graph.c: Regenerated.
16578         * tests/unictype/test-ctype_lower.c: Regenerated.
16579         * tests/unictype/test-ctype_print.c: Regenerated.
16580         * tests/unictype/test-ctype_punct.c: Regenerated.
16581         * tests/unictype/test-ctype_upper.c: Regenerated.
16582         * tests/unictype/test-decdigit.h: Regenerated.
16583         * tests/unictype/test-digit.h: Regenerated.
16584         * tests/unictype/test-numeric.h: Regenerated.
16585         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16586         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16587         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16588         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16589         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16590         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16591         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16592         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16593         * tests/unictype/test-pr_combining.c: Regenerated.
16594         * tests/unictype/test-pr_dash.c: Regenerated.
16595         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16596         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16597         * tests/unictype/test-pr_deprecated.c: Regenerated.
16598         * tests/unictype/test-pr_diacritic.c: Regenerated.
16599         * tests/unictype/test-pr_extender.c: Regenerated.
16600         * tests/unictype/test-pr_format_control.c: Regenerated.
16601         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16602         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16603         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16604         * tests/unictype/test-pr_id_continue.c: Regenerated.
16605         * tests/unictype/test-pr_id_start.c: Regenerated.
16606         * tests/unictype/test-pr_ideographic.c: Regenerated.
16607         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16608         * tests/unictype/test-pr_lowercase.c: Regenerated.
16609         * tests/unictype/test-pr_math.c: Regenerated.
16610         * tests/unictype/test-pr_numeric.c: Regenerated.
16611         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16612         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16613         Regenerated.
16614         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16615         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16616         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16617         * tests/unictype/test-pr_other_math.c: Regenerated.
16618         * tests/unictype/test-pr_punctuation.c: Regenerated.
16619         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16620         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16621         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16622         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16623         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16624         * tests/unictype/test-pr_uppercase.c: Regenerated.
16625         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16626         * tests/unictype/test-pr_xid_start.c: Regenerated.
16627         * tests/unictype/test-pr_zero_width.c: Regenerated.
16628
16629         Update to Unicode 5.1.0.
16630         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16631         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16632         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16633         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16634         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16635         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16636         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16637         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16638         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16639         (nonspacing_table_ind): Update.
16640         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16641
16642         Update to Unicode 5.1.0.
16643         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16644         code transform.
16645         * lib/uniname/uniname.c (unicode_character_name,
16646         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16647         * lib/uniname/uninames.h: Regenerated.
16648         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16649
16650 2009-02-07  Bruno Haible  <bruno@clisp.org>
16651
16652         Merge gen-ctype and gen-lbrk into a single program.
16653         * lib/gen-uni-tables.c: New file, incorporating
16654         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16655         Add directory prefixes to the names of the generated files.
16656         * lib/unictype/gen-ctype.c: Remove file.
16657         * lib/unilbrk/gen-lbrk.c: Remove file.
16658         * modules/gen-uni-tables: New file.
16659         * modules/unictype/gen-ctype: Remove file.
16660         * modules/unilbrk/gen-lbrk: Remove file.
16661
16662 2009-02-07  Bruno Haible  <bruno@clisp.org>
16663
16664         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16665
16666         New module 'unistr/u32-strcoll'.
16667         * modules/unistr/u32-strcoll: New file.
16668         * lib/unistr/u32-strcoll.c: New file.
16669
16670         New module 'unistr/u16-strcoll'.
16671         * modules/unistr/u16-strcoll: New file.
16672         * lib/unistr/u16-strcoll.c: New file.
16673
16674         New module 'unistr/u8-strcoll'.
16675         * modules/unistr/u8-strcoll: New file.
16676         * lib/unistr/u8-strcoll.c: New file.
16677         * lib/unistr/u-strcoll.h: New file.
16678
16679 2009-02-07  Bruno Haible  <bruno@clisp.org>
16680
16681         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16682         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16683         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16684         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16685         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16686         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16687
16688 2009-02-07  Bruno Haible  <bruno@clisp.org>
16689
16690         Make 64-bit clean.
16691         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16692         output_combclass, output_bidi_category, output_decimal_digit,
16693         output_digit, output_numeric, output_mirror, output_scripts,
16694         output_ident_category): Use proper width specifier in format strings.
16695
16696 2009-02-07  Bruno Haible  <bruno@clisp.org>
16697
16698         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16699         failure behaviour.
16700
16701 2009-02-07  Jim Meyering  <meyering@redhat.com>
16702
16703         regex: avoid compilation failure with upcoming gcc-4.4
16704         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16705         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16706         "... error: integer overflow in preprocessor expression".
16707
16708 2009-02-05  Ben Pfaff  <blp@gnu.org>
16709
16710         Fix link errors on Windows when close module is used.
16711         * modules/close: Add $(LIB_CLOSE) to Link section.
16712         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16713         $(LIB_CLOSE) on Windows.
16714
16715 2009-02-05  Jim Meyering  <meyering@redhat.com>
16716
16717         still avoid unused-parameter warnings, but do it cleanly
16718         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16719         (get_fs_usage): Cast to void instead.
16720         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16721         (dev_from_mount_options, read_file_system_list): Cast to void.
16722         Prompted by Bruno Haible.
16723
16724 2009-02-04  Jim Meyering  <meyering@redhat.com>
16725
16726         fsusage.c: correct copyright year
16727         * lib/fsusage.c: Reflect year in which the change is pushed into
16728
16729         avoid misc. warnings
16730         * lib/fsusage.c (UNUSED_PARAM): Define.
16731         (get_fs_usage): Mark parameter "disk" as unused.
16732         * lib/getugroups.c (getgrent): Use "void" in prototype.
16733         * lib/mountlist.c: Mark unused parameters.
16734         (read_file_system_list): Declare a local with "const".
16735         * lib/nanosleep.c (getnow): Declare static.
16736         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16737
16738         dirfd: set errno upon failure
16739         * lib/dirfd.c: Include <errno.h>.
16740         Set errno to ENOTSUP when returning -1.
16741         * modules/dirfd (Depends-on): Add errno.
16742         Suggested by John Kodis <kodis@comcast.net>.
16743
16744 2009-02-01  Bruno Haible  <bruno@clisp.org>
16745
16746         Don't assume sizeof (long) >= sizeof (void *).
16747         * lib/memcmp.c: Include stdint.h.
16748         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16749         srcp2 to 'const byte *'.
16750         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16751         types to uintptr_t.
16752         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16753         * modules/memcmp (Depends-on): Add stdint.
16754         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16755
16756 2009-01-30  Eric Blake  <ebb9@byu.net>
16757
16758         fix more require-before-expand issues
16759         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16760         expand, AC_PROG_AWK.
16761         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16762
16763 2009-01-28  Eric Blake  <ebb9@byu.net>
16764
16765         version-etc: use consistent URL formatting
16766         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16767         Improve formatting.  Use fputs for string without %.
16768
16769 2009-01-28  Jim Meyering  <meyering@redhat.com>
16770
16771         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16772         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16773         "underquoted definition of NAME" from autoconf-2.59.
16774
16775 2009-01-28  Bruno Haible  <bruno@clisp.org>
16776
16777         * doc/gnulib.texi: Add "Obsolete modules" to index.
16778
16779 2009-01-28  Jim Meyering  <meyering@redhat.com>
16780
16781         useless-if-before-free: recognize more variants
16782         * build-aux/useless-if-before-free: Also recognize e.g.,
16783         if (NULL != p) free (p);
16784
16785 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16786
16787         test-getaddrinfo: skip (don't fail) this test when there's no network
16788         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16789         on the presumption that it means you lack network access.
16790
16791 2009-01-26  Jim Meyering  <meyering@redhat.com>
16792
16793         fflush: avoid warnings on modern systems
16794         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16795         pos and result, into scopes where they're used.
16796
16797 2009-01-26  Eric Blake  <ebb9@byu.net>
16798
16799         Silence warning reintroduced by recent extensions patch.
16800         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16801         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16802         autoconf.
16803
16804         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16805         * m4/00gnulib.m4: New file.
16806         * gnulib-tool (func_get_filelist): Always use it.
16807         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16808         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16809
16810 2009-01-25  Bruno Haible  <bruno@clisp.org>
16811
16812         Make test-quotearg work on MacOS X and AIX.
16813         * tests/test-quotearg.sh: New file.
16814         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16815         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16816         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16817         include <libintl.h>.
16818         (fake_locale): Remove variable.
16819         (gettext, dgettext, dcgettext): Remove functions.
16820         (main): Instead of setting a fake locale, set a real locale. Call
16821         textdomain and bindtextdomain.
16822         * modules/quotearg-tests (Files): Add the new files.
16823         (Depends-on): Add gettext, setenv, unsetenv.
16824         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16825         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16826         Augment TESTS_ENVIRONMENT.
16827
16828 2009-01-25  Bruno Haible  <bruno@clisp.org>
16829
16830         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16831         fr_FR.ISO8859-1 locale on MacOS X.
16832         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16833         ja_JP.eucJP locale on MacOS X.
16834         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16835         zh_CN.GB18030 locale on MacOS X.
16836
16837 2009-01-25  Bruno Haible  <bruno@clisp.org>
16838
16839         Avoid link errors on MacOS X 10.3.
16840         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16841         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16842
16843 2009-01-25  Bruno Haible  <bruno@clisp.org>
16844
16845         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16846         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16847         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16848         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16849         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16850         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16851         posix_spawnattr_init, posix_spawnattr_setsigmask,
16852         posix_spawnattr_setflags, posix_spawnattr_destroy.
16853
16854         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16855         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16856         * modules/execute (Files): Remove m4/posix_spawn.m4.
16857         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16858         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16859         posix_spawnattr_init, posix_spawnattr_setsigmask,
16860         posix_spawnattr_setflags, posix_spawnattr_destroy.
16861
16862 2009-01-25  Bruno Haible  <bruno@clisp.org>
16863
16864         * lib/glthread/threadlib.c: Include <stdlib.h>.
16865
16866 2009-01-25  Bruno Haible  <bruno@clisp.org>
16867
16868         * lib/glthread/threadlib.c (dummy): New declaration.
16869
16870 2009-01-25  Bruno Haible  <bruno@clisp.org>
16871
16872         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16873         multibyte characters also for the GB18030 encoding. Don't crash when
16874         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16875
16876 2009-01-25  Bruno Haible  <bruno@clisp.org>
16877
16878         Avoid redefining 'struct random_data' on OSF/1 5.1.
16879         * lib/stdlib.in.h: Include <random.h> if it exists.
16880         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16881         HAVE_RANDOM_H. Include <random.h> when testing whether
16882         'struct random_data' exists.
16883         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16884
16885 2009-01-25  Bruno Haible  <bruno@clisp.org>
16886
16887         Don't install charset.alias on MacOS X >= 10.3.
16888         * lib/localcharset.c (DARWIN7): New macro.
16889         (get_charset_aliases): Hardcode the result for Darwin7.
16890         * modules/localcharset (install-exec-local): Don't install
16891         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16892
16893 2009-01-25  Bruno Haible  <bruno@clisp.org>
16894
16895         Don't install charset.alias on mingw and Cygwin.
16896         * modules/localcharset (install-exec-local): Don't install
16897         charset.alias on mingw and Cygwin, if the file does not yet exist.
16898         The result for these platforms is hardcoded in localcharset.c.
16899
16900 2009-01-25  Bruno Haible  <bruno@clisp.org>
16901
16902         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16903         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16904         before requiring AC_USE_SYSTEM_EXTENSIONS.
16905
16906 2009-01-25  Jim Meyering  <meyering@redhat.com>
16907
16908         c-strtod: avoid warnings
16909         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16910         "assignment discards qualifiers from pointer target type" warnings.
16911
16912 2009-01-24  Bruno Haible  <bruno@clisp.org>
16913
16914         Add support for non-UTF-8 locales on MacOS X.
16915         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16916         canonical encodings. For Darwin 7 and newer, don't map traditional
16917         encodings to UTF-8.
16918         Reported by Vincent Lefevre <vincent@vinc17.org>
16919         at <http://savannah.gnu.org/bugs/?25235>.
16920
16921 2009-01-24  Bruno Haible  <bruno@clisp.org>
16922
16923         * doc/gnulib.texi (Obsolete modules): New section.
16924         Reported by Mike Frysinger <vapier@gentoo.org>.
16925
16926 2009-01-24  Bruno Haible  <bruno@clisp.org>
16927
16928         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16929         (%.dvi): New rule.
16930
16931 2009-01-24  Bruno Haible  <bruno@clisp.org>
16932
16933         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16934         Reported by Eric Blake.
16935
16936 2009-01-24  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16939         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16940         Reported by Gary V. Vaughan <gary@gnu.org>.
16941
16942 2009-01-24  Bruno Haible  <bruno@clisp.org>
16943
16944         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16945
16946 2009-01-23  Bruno Haible  <bruno@clisp.org>
16947
16948         Make c-strtod, c-strtold usable in libraries.
16949         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16950         (C_STRTOD): Call strdup instead of xstrdup.
16951         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16952         * modules/c-strtold (Depends-on): Likewise.
16953         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16954         * NEWS: Mention the change.
16955         Reported by Michael Gold <mgold@ncf.ca>.
16956
16957 2009-01-23  Jim Meyering  <meyering@redhat.com>
16958
16959         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16960         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16961         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16962
16963 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16964
16965         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16966         GNU CoreUtils.
16967         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16968         * modules/version-etc (Description): Update.
16969
16970 2009-01-22  Bruno Haible  <bruno@clisp.org>
16971
16972         Cache the C locale object.
16973         * lib/c-strtod.c (c_locale_cache): New variable.
16974         (c_locale): New function.
16975         (C_STRTOD): Use it, and don't call freelocale.
16976         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16977         Suggested by Paolo Bonzini.
16978
16979 2009-01-21  Bruno Haible  <bruno@clisp.org>
16980
16981         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16982         conditions other than overflow.
16983
16984 2009-01-21  Bruno Haible  <bruno@clisp.org>
16985
16986         * lib/c-strtod.c: Include errno.h.
16987         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16988         value from STRTOD_L and STRTOD.
16989
16990 2009-01-21  Bruno Haible  <bruno@clisp.org>
16991         and Jim Meyering  <meyering@redhat.com>
16992
16993         nanosleep: skip configure test (fail it) for apple universal builds
16994         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16995         universal builds, assume that nanosleep does not work.
16996         * modules/nanosleep (Depends-on): Add multiarch.
16997
16998         mktime: skip configure test (fail it) for apple universal builds
16999         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
17000         universal builds, assume that mktime does not work.
17001         * modules/mktime (Depends-on): Add multiarch.
17002
17003 2009-01-21  Eric Blake  <ebb9@byu.net>
17004
17005         multiarch: avoid expand-before-require warning
17006         * modules/multiarch (configure.ac): Require, rather than expand,
17007         gl_MULTIARCH.
17008         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17009         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17010         enforce that all clients require it.  Partial reversion of
17011         2008-12-29 patch.
17012
17013         error: avoid expand-before-require warning
17014         * modules/errno (configure.ac): Require, rather than expand,
17015         gl_HEADER_ERRNO_H.
17016         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17017         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17018         enforce that all clients require it.
17019
17020         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17021         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17022         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17023         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17024
17025 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17026
17027         Revert:
17028         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17029
17030         regex: do not depend on obsolete modules.
17031         * modules/regex: Remove memcmp and memmove.
17032
17033 2009-01-20  Bruno Haible  <bruno@clisp.org>
17034
17035         Make the 'link' module link on Windows NT 4.
17036         * lib/link.c (_WIN32_WINNT): Don't define.
17037         (CreateHardLinkFuncType): New type.
17038         (CreateHardLinkFunc, initialized): New variables.
17039         (initialize): New function.
17040         (link): Invoke CreateHardLink indirectly through the function pointer.
17041
17042 2009-01-20  Bruno Haible  <bruno@clisp.org>
17043
17044         Fix compilation failure on mingw.
17045         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17046
17047 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17048
17049         * doc/c-strtod.texi: Mention a couple of restrictions.
17050
17051 2009-01-20  Jim Meyering  <meyering@redhat.com>
17052
17053         gettimeofday: move more declarations out of functions
17054         * lib/gettimeofday.c: Move extern declarations of tzset and
17055         gmtime out of containing functions.  Prompted by Bruno Haible.
17056
17057 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17058
17059         regex: do not depend on obsolete modules.
17060         * modules/regex: Remove memcmp and memmove.
17061
17062 2009-01-19  Bruno Haible  <bruno@clisp.org>
17063
17064         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17065         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17066         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17067         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17068         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17069
17070 2009-01-19  Bruno Haible  <bruno@clisp.org>
17071
17072         * tests/test-link.c: Include <errno.h>.
17073         (main): Exit with code 77 when a hard link cannot be created due to
17074         the file system.
17075         * tests/test-link.sh: Skip test when a hard link cannot be created due
17076         to the file system.
17077         Suggested by Eric Blake.
17078
17079 2009-01-19  Martin Lambers  <marlam@marlam.de>
17080
17081         * modules/link-tests: New file.
17082         * tests/test-link.sh: New file.
17083         * tests/test-link.c: New file.
17084
17085 2009-01-19  Eric Blake  <ebb9@byu.net>
17086
17087         doc: mention another function added in cygwin 1.7.0
17088         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17089         Another new function in cygwin 1.7.
17090
17091 2009-01-19  Bruno Haible  <bruno@clisp.org>
17092
17093         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17094         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17095         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17096         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17097         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17098         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17099         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17100         * m4/md4.m4 (gl_MD4): Likewise.
17101         * m4/md5.m4 (gl_MD5): Likewise.
17102         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17103         * m4/sha1.m4 (gl_SHA1): Likewise.
17104         * m4/sha256.m4 (gl_SHA256): Likewise.
17105         * m4/sha512.m4 (gl_SHA512): Likewise.
17106
17107 2009-01-19  Bruno Haible  <bruno@clisp.org>
17108
17109         * modules/uniname/uniname-tests (Depends-on): Add progname.
17110         * tests/uniname/test-uninames.c: Include progname.h.
17111         (main): Call set_program_name.
17112
17113         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17114         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17115         (main): Call set_program_name.
17116
17117         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17118         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17119         (main): Call set_program_name.
17120
17121         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17122         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17123         (main): Call set_program_name.
17124
17125         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17126         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17127         (main): Call set_program_name.
17128
17129         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17130         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17131         (main): Call set_program_name.
17132
17133         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17134         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17135         (main): Call set_program_name.
17136
17137         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17138         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17139         (main): Call set_program_name.
17140
17141         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17142         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17143         (main): Call set_program_name.
17144
17145 2009-01-19  Eric Blake  <ebb9@byu.net>
17146
17147         test-unistd: test previous patch
17148         * tests/test-unistd.c: Test *_FILENO macros.
17149
17150         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17151         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17152         Guarantee a definition.
17153         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17154         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17155         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17156         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17157         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17158         Likewise.
17159         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17160         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17161         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17162         Likewise.
17163         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17164         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17165         (STDERR_FILENO): Likewise.
17166         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17167         (STDERR_FILENO): Likewise.
17168         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17169         (STDERR_FILENO): Likewise.
17170         Reported by Elbert Pol.
17171
17172 2009-01-19  Eric Blake  <ebb9@byu.net>
17173
17174         doc: mention more functions added in cygwin 1.7.0
17175         * doc/posix-functions/abort.texi (abort): Update wording related
17176         to cygwin.
17177         * doc/posix-functions/daylight.texi (daylight): Likewise.
17178         * doc/posix-functions/optarg.texi (optarg): Likewise.
17179         * doc/posix-functions/optarg.texi (opterr): Likewise.
17180         * doc/posix-functions/optarg.texi (optind): Likewise.
17181         * doc/posix-functions/optarg.texi (optopt): Likewise.
17182         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17183         worked in 1.5.x, and was withdrawn in 1.7.
17184         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17185         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17186         cygwin versions.
17187         * doc/posix-functions/perror.texi (perror): Likewise.
17188         * doc/posix-functions/printf.texi (printf): Likewise.
17189         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17190         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17191         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17192         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17193         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17194         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17195         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17196         Likewise.
17197         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17198         Likewise.
17199         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17200         this function.
17201         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17202         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17203         Likewise.
17204         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17205         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17206         * doc/posix-functions/confstr.texi (confstr): Likewise.
17207         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17208         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17209         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17210         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17211         * doc/posix-functions/fputws.texi (fputws): Likewise.
17212         * doc/posix-functions/fwide.texi (fwide): Likewise.
17213         * doc/posix-functions/getwc.texi (getwc): Likewise.
17214         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17215         * doc/posix-functions/putwc.texi (putwc): Likewise.
17216         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17217         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17218         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17219         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17220         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17221         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17222         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17223         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17224         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17225         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17226         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17227
17228 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17229
17230         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17231         * lib/ioctl.c: Include <sys/ioctl.h>.
17232
17233 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17234
17235         * modules/getdate-tests (Depends-on): Add progname.
17236         * tests/test-getdate.c: Use progname module, to avoid link errors
17237         on non-glibc systems.
17238
17239 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17240
17241         * modules/filenamecat-tests (Depends-on): Add progname.
17242         * modules/fstrcmp-tests (Depends-on): Likewise.
17243
17244         * tests/test-filenamecat.c: Use progname module, to avoid link
17245         errors on non-glibc systems.
17246         * tests/test-fstrcmp.c: Likewise.
17247
17248 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17249
17250         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17251         * lib/gettimeofday.c: Move extern declaration out of function.
17252
17253 2009-01-18  Bruno Haible  <bruno@clisp.org>
17254
17255         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17256         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17257         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17258
17259 2009-01-18  Bruno Haible  <bruno@clisp.org>
17260
17261         * lib/strftime.c (MEMPCPY): Remove unused macro.
17262         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17263
17264 2009-01-18  Martin Lambers  <marlam@marlam.de>
17265
17266         New module 'link'.
17267         * lib/unistd.in.h (link): New declaration.
17268         * lib/link.c: New file.
17269         * m4/link.m4: New file.
17270         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17271         HAVE_LINK.
17272         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17273         * modules/link: New file.
17274         * doc/posix-functions/link.texi: Mention the new module.
17275
17276 2009-01-18  Bruno Haible  <bruno@clisp.org>
17277
17278         * tests/test-avltree_list.c (main): Call set_program_name.
17279         * tests/test-avltree_oset.c (main): Likewise.
17280         * tests/test-obstack-printf.c: Include progname.h.
17281         (main): Call set_program_name.
17282         * tests/test-quotearg.c: Include progname.h.
17283         (main): Call set_program_name.
17284         * tests/test-xmemdup0.c: Include progname.h.
17285         (main): Call set_program_name.
17286
17287 2009-01-18  Bruno Haible  <bruno@clisp.org>
17288
17289         New module 'alphasort'.
17290         * lib/dirent.in.h (alphasort): New declaration.
17291         * lib/alphasort.c: New file, from glibc with modifications.
17292         * m4/alphasort.m4: New file.
17293         * modules/alphasort: New file.
17294         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17295         HAVE_ALPHASORT.
17296         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17297         HAVE_ALPHASORT.
17298         * doc/posix-functions/alphasort.texi: Mention the new module and the
17299         portability problems.
17300
17301 2009-01-18  Bruno Haible  <bruno@clisp.org>
17302
17303         New module 'scandir'.
17304         * lib/dirent.in.h (scandir): New declaration.
17305         * lib/scandir.c: New file, from glibc with modifications.
17306         * m4/scandir.m4: New file.
17307         * modules/scandir: New file.
17308         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17309         HAVE_SCANDIR.
17310         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17311         HAVE_SCANDIR.
17312         * doc/posix-functions/scandir.texi: Mention the new module and the
17313         portability problems.
17314
17315 2009-01-17  Bruno Haible  <bruno@clisp.org>
17316
17317         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17318         Update documentation.
17319         (func_remove_suffix): Escape all dots in the suffix. Update
17320         documentation.
17321         (func_filter_filelist): Update documentation.
17322         Reported by Ralf Wildenhues.
17323
17324 2009-01-17  Bruno Haible  <bruno@clisp.org>
17325
17326         * modules/dprintf-posix-tests: New file.
17327         * tests/test-dprintf-posix.sh: New file.
17328         * tests/test-dprintf-posix.c: New file.
17329
17330         New modules 'dprintf', 'dprintf-posix'.
17331         * lib/stdio.in.h (dprintf): New declaration.
17332         * lib/dprintf.c: New file.
17333         * m4/dprintf.m4: New file.
17334         * m4/dprintf-posix.m4: New file.
17335         * modules/dprintf: New file.
17336         * modules/dprintf-posix: New file.
17337         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17338         HAVE_DPRINTF, REPLACE_DPRINTF.
17339         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17340         HAVE_DPRINTF, REPLACE_DPRINTF.
17341         * doc/posix-functions/dprintf.texi: Mention the new modules.
17342
17343 2009-01-17  Bruno Haible  <bruno@clisp.org>
17344
17345         * modules/vdprintf-posix-tests: New file.
17346         * tests/test-vdprintf-posix.sh: New file.
17347         * tests/test-vdprintf-posix.c: New file.
17348
17349         New modules 'vdprintf', 'vdprintf-posix'.
17350         * lib/stdio.in.h (vdprintf): New declaration.
17351         * lib/vdprintf.c: New file.
17352         * m4/vdprintf.m4: New file.
17353         * m4/vdprintf-posix.m4: New file.
17354         * modules/vdprintf: New file.
17355         * modules/vdprintf-posix: New file.
17356         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17357         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17358         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17359         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17360         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17361
17362 2009-01-17  Bruno Haible  <bruno@clisp.org>
17363
17364         Fix replacement of fopen on mingw.
17365         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17366         mingw.
17367
17368 2009-01-17  Bruno Haible  <bruno@clisp.org>
17369
17370         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17371         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17372
17373 2009-01-17  Bruno Haible  <bruno@clisp.org>
17374
17375         Avoid test-fflush2.sh failure on mingw.
17376         * tests/test-fflush2.c: Include binary-io.h.
17377         (main): Put standard input into binary mode.
17378         * modules/fflush-tests (Depends-on): Add binary-io.
17379
17380 2009-01-17  Bruno Haible  <bruno@clisp.org>
17381
17382         * lib/wchar.in.h: In another particular situation, include only the
17383         system's <wchar.h> file.
17384         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17385         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17386         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17387
17388 2009-01-17  Bruno Haible  <bruno@clisp.org>
17389
17390         Support for stripping executables in --enable-relocatable.
17391         * build-aux/install-reloc: Expect one more argument, or an environment
17392         variable RELOC_STRIP_PROG. If set, strip the destination program and
17393         its wrapper.
17394         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17395         RELOC_STRIP_PROG.
17396         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17397         to set RELOCATABLE_STRIP.
17398         * NEWS: Mention the new Makefile requirement.
17399
17400 2009-01-17  Bruno Haible  <bruno@clisp.org>
17401
17402         * build-aux/install-reloc: Remove debugging information left over by
17403         C compiler on MacOS X.
17404
17405 2009-01-17  Bruno Haible  <bruno@clisp.org>
17406
17407         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17408         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17409         _NSGetExecutablePath.
17410
17411 2009-01-16  Jim Meyering  <meyering@redhat.com>
17412
17413         strerror: avoid warnings about discarding "const"
17414         * lib/strerror.c (rpl_strerror): Instead of returning a const
17415         string from each and every "case", use a variable, and add a single
17416         cast after the switch.
17417
17418 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17419
17420         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17421
17422 2009-01-16  Bruno Haible  <bruno@clisp.org>
17423
17424         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17425         array initializer syntax that also works in C++ mode.
17426         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17427
17428 2009-01-16  Jim Meyering  <meyering@redhat.com>
17429
17430         poll: suppress a warning
17431         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17432         to ignore "...unsigned expression < 0 is always false" warnings.
17433
17434 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17435
17436         poll: remove declarations of unused variables
17437         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17438         sockbuf and optlen.
17439
17440 2009-01-15  Bruno Haible  <bruno@clisp.org>
17441
17442         Make fflush-after-ungetc POSIX compliant on BSD systems.
17443         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17444         (clear_ungetc_buffer): Implement also for other systems.
17445         (rpl_fflush): On glibc systems, invoke
17446         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17447         clear_ungetc_buffer after fetching the stream's position, not before.
17448
17449 2009-01-15  Bruno Haible  <bruno@clisp.org>
17450
17451         Make fflush-after-ungetc POSIX compliant on glibc systems.
17452         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17453         after ungetc.
17454         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17455         (rpl_fflush): On glibc systems, simply call the system's fflush
17456         function after clearing the ungetc buffer.
17457         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17458         Instead, lseek only to the end of file, then use the system's fseeko
17459         for the rest. On glibc systems, reset the EOF indicator bit.
17460
17461 2009-01-15  Jim Meyering  <meyering@redhat.com>
17462
17463         openmp.m4: revert quote-adding change, for portability to older autoconf
17464         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17465         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17466         Simon Josefsson noticed the problem when using autoconf-2.61.
17467
17468 2009-01-15  Bruno Haible  <bruno@clisp.org>
17469
17470         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17471         * tests/test-fflush2.c (ASSERT): Always fail.
17472         (main): Add two tests for fflush() after ungetc(), taking into account
17473         the Austin Group's clarification.
17474         Suggested by Eric Blake.
17475
17476 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17477
17478         mktime.m4: remove K&R-style function prototypes
17479         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17480         for the Sun C++ compiler.
17481
17482 2009-01-14  Bruno Haible  <bruno@clisp.org>
17483
17484         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17485         while including <wchar.h>.
17486         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17487         the system's <wchar.h> file.
17488         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17489
17490 2009-01-14  Bruno Haible  <bruno@clisp.org>
17491
17492         * m4/csharp.m4: Don't mention gettext on the serial number line.
17493         * m4/csharpexec.m4: Likewise.
17494         * m4/eaccess.m4: Likewise.
17495         * m4/javaexec.m4: Likewise.
17496         * m4/sig_atomic_t.m4: Likewise.
17497         * m4/tmpdir.m4: Likewise.
17498         * m4/intldir.m4: Bump gettext version.
17499         * m4/lib-ld.m4: Likewise.
17500
17501 2009-01-14  Bruno Haible  <bruno@clisp.org>
17502
17503         * lib/progname.c (set_program_name): Add more comments.
17504         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17505
17506 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17507
17508         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17509         were sys/stat.h does not define it.
17510
17511 2009-01-14  Jim Meyering  <meyering@redhat.com>
17512
17513         many *.m4 files: improve m4 quoting
17514         99% of this change was performed by running the following commands:
17515         git ls-files | grep '\.m4$' | xargs perl -pi \
17516           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17517           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17518           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17519           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17520         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17521         The remainder were to add Copyright dates, increment serial numbers,
17522         undo some changes in comments, exclude m4/intl.m4, and add quotes
17523         around the "1" in ",1" where the unusual spacing prohibited the
17524         above regexps from doing the job.  For more details, see
17525         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17526         * m4/acl.m4: Modified.
17527         * m4/afs.m4: Likewise.
17528         * m4/alloca.m4: Likewise.
17529         * m4/argp.m4: Likewise.
17530         * m4/argz.m4: Likewise.
17531         * m4/atexit.m4: Likewise.
17532         * m4/bison-i18n.m4: Likewise.
17533         * m4/bison.m4: Likewise.
17534         * m4/byteswap.m4: Likewise.
17535         * m4/c-stack.m4: Likewise.
17536         * m4/c-strtod.m4: Likewise.
17537         * m4/calloc.m4: Likewise.
17538         * m4/canonicalize-lgpl.m4: Likewise.
17539         * m4/chown.m4: Likewise.
17540         * m4/clock_time.m4: Likewise.
17541         * m4/codeset.m4: Likewise.
17542         * m4/copy-file.m4: Likewise.
17543         * m4/csharp.m4: Likewise.
17544         * m4/csharpcomp.m4: Likewise.
17545         * m4/csharpexec.m4: Likewise.
17546         * m4/d-ino.m4: Likewise.
17547         * m4/d-type.m4: Likewise.
17548         * m4/dirfd.m4: Likewise.
17549         * m4/double-slash-root.m4: Likewise.
17550         * m4/eaccess.m4: Likewise.
17551         * m4/eealloc.m4: Likewise.
17552         * m4/environ.m4: Likewise.
17553         * m4/errno_h.m4: Likewise.
17554         * m4/euidaccess.m4: Likewise.
17555         * m4/execute.m4: Likewise.
17556         * m4/fatal-signal.m4: Likewise.
17557         * m4/fchdir.m4: Likewise.
17558         * m4/fcntl_h.m4: Likewise.
17559         * m4/fileblocks.m4: Likewise.
17560         * m4/filenamecat.m4: Likewise.
17561         * m4/findprog.m4: Likewise.
17562         * m4/flexmember.m4: Likewise.
17563         * m4/fnmatch.m4: Likewise.
17564         * m4/fopen.m4: Likewise.
17565         * m4/fpending.m4: Likewise.
17566         * m4/fprintf-posix.m4: Likewise.
17567         * m4/free.m4: Likewise.
17568         * m4/frexp.m4: Likewise.
17569         * m4/frexpl.m4: Likewise.
17570         * m4/fsusage.m4: Likewise.
17571         * m4/ftruncate.m4: Likewise.
17572         * m4/gc-camellia.m4: Likewise.
17573         * m4/gc-random.m4: Likewise.
17574         * m4/gc.m4: Likewise.
17575         * m4/getaddrinfo.m4: Likewise.
17576         * m4/getcwd-abort-bug.m4: Likewise.
17577         * m4/getcwd-path-max.m4: Likewise.
17578         * m4/getdate.m4: Likewise.
17579         * m4/getdomainname.m4: Likewise.
17580         * m4/getgroups.m4: Likewise.
17581         * m4/gethostname.m4: Likewise.
17582         * m4/gethrxtime.m4: Likewise.
17583         * m4/getline.m4: Likewise.
17584         * m4/getloadavg.m4: Likewise.
17585         * m4/getndelim2.m4: Likewise.
17586         * m4/getpass.m4: Likewise.
17587         * m4/gettext.m4: Likewise.
17588         * m4/gettime.m4: Likewise.
17589         * m4/gettimeofday.m4: Likewise.
17590         * m4/gnulib-common.m4: Likewise.
17591         * m4/group-member.m4: Likewise.
17592         * m4/host-os.m4: Likewise.
17593         * m4/iconv.m4: Likewise.
17594         * m4/iconv_open.m4: Likewise.
17595         * m4/inet_ntop.m4: Likewise.
17596         * m4/inet_pton.m4: Likewise.
17597         * m4/inline.m4: Likewise.
17598         * m4/intldir.m4: Likewise.
17599         * m4/intlmacosx.m4: Likewise.
17600         * m4/intmax.m4: Likewise.
17601         * m4/intmax_t.m4: Likewise.
17602         * m4/inttypes.m4: Likewise.
17603         * m4/inttypes_h.m4: Likewise.
17604         * m4/inttypes-pri.m4: Likewise.
17605         * m4/isapipe.m4: Likewise.
17606         * m4/isnand.m4: Likewise.
17607         * m4/isnanf.m4: Likewise.
17608         * m4/isnanl.m4: Likewise.
17609         * m4/javacomp.m4: Likewise.
17610         * m4/javaexec.m4: Likewise.
17611         * m4/jm-winsz1.m4: Likewise.
17612         * m4/jm-winsz2.m4: Likewise.
17613         * m4/lchown.m4: Likewise.
17614         * m4/lcmessage.m4: Likewise.
17615         * m4/ldexpl.m4: Likewise.
17616         * m4/lib-ld.m4: Likewise.
17617         * m4/lib-link.m4: Likewise.
17618         * m4/libsigsegv.m4: Likewise.
17619         * m4/link-follow.m4: Likewise.
17620         * m4/localcharset.m4: Likewise.
17621         * m4/locale-fr.m4: Likewise.
17622         * m4/locale-ja.m4: Likewise.
17623         * m4/locale-tr.m4: Likewise.
17624         * m4/locale-zh.m4: Likewise.
17625         * m4/lock.m4: Likewise.
17626         * m4/longlong.m4: Likewise.
17627         * m4/ls-mntd-fs.m4: Likewise.
17628         * m4/lstat.m4: Likewise.
17629         * m4/malloc.m4: Likewise.
17630         * m4/mathl.m4: Likewise.
17631         * m4/mbrtowc.m4: Likewise.
17632         * m4/mbstate_t.m4: Likewise.
17633         * m4/mbswidth.m4: Likewise.
17634         * m4/memchr.m4: Likewise.
17635         * m4/memcmp.m4: Likewise.
17636         * m4/memcpy.m4: Likewise.
17637         * m4/memmem.m4: Likewise.
17638         * m4/memmove.m4: Likewise.
17639         * m4/mempcpy.m4: Likewise.
17640         * m4/memrchr.m4: Likewise.
17641         * m4/memset.m4: Likewise.
17642         * m4/minmax.m4: Likewise.
17643         * m4/mkdir-slash.m4: Likewise.
17644         * m4/mkdtemp.m4: Likewise.
17645         * m4/mktime.m4: Likewise.
17646         * m4/mmap-anon.m4: Likewise.
17647         * m4/mountlist.m4: Likewise.
17648         * m4/nanosleep.m4: Likewise.
17649         * m4/nls.m4: Likewise.
17650         * m4/nocrash.m4: Likewise.
17651         * m4/open.m4: Likewise.
17652         * m4/openat.m4: Likewise.
17653         * m4/openmp.m4: Likewise.
17654         * m4/pathmax.m4: Likewise.
17655         * m4/perl.m4: Likewise.
17656         * m4/physmem.m4: Likewise.
17657         * m4/pipe.m4: Likewise.
17658         * m4/po.m4: Likewise.
17659         * m4/poll.m4: Likewise.
17660         * m4/posixtm.m4: Likewise.
17661         * m4/posixver.m4: Likewise.
17662         * m4/printf-frexp.m4: Likewise.
17663         * m4/printf-frexpl.m4: Likewise.
17664         * m4/printf-posix.m4: Likewise.
17665         * m4/printf-posix-rpl.m4: Likewise.
17666         * m4/printf.m4: Likewise.
17667         * m4/progtest.m4: Likewise.
17668         * m4/putenv.m4: Likewise.
17669         * m4/readline.m4: Likewise.
17670         * m4/readlink.m4: Likewise.
17671         * m4/readutmp.m4: Likewise.
17672         * m4/realloc.m4: Likewise.
17673         * m4/regex.m4: Likewise.
17674         * m4/relocatable.m4: Likewise.
17675         * m4/relocatable-lib.m4: Likewise.
17676         * m4/rename-dest-slash.m4: Likewise.
17677         * m4/rename.m4: Likewise.
17678         * m4/rmdir-errno.m4: Likewise.
17679         * m4/rmdir.m4: Likewise.
17680         * m4/roundf.m4: Likewise.
17681         * m4/roundl.m4: Likewise.
17682         * m4/rpmatch.m4: Likewise.
17683         * m4/save-cwd.m4: Likewise.
17684         * m4/selinux-selinux-h.m4: Likewise.
17685         * m4/setenv.m4: Likewise.
17686         * m4/settime.m4: Likewise.
17687         * m4/sig2str.m4: Likewise.
17688         * m4/sig_atomic_t.m4: Likewise.
17689         * m4/signalblocking.m4: Likewise.
17690         * m4/signbit.m4: Likewise.
17691         * m4/sigpipe.m4: Likewise.
17692         * m4/sockets.m4: Likewise.
17693         * m4/sockpfaf.m4: Likewise.
17694         * m4/st_dm_mode.m4: Likewise.
17695         * m4/stat-time.m4: Likewise.
17696         * m4/stdbool.m4: Likewise.
17697         * m4/stdint.m4: Likewise.
17698         * m4/stdint_h.m4: Likewise.
17699         * m4/stpcpy.m4: Likewise.
17700         * m4/stpncpy.m4: Likewise.
17701         * m4/strcase.m4: Likewise.
17702         * m4/strchrnul.m4: Likewise.
17703         * m4/strcspn.m4: Likewise.
17704         * m4/strdup.m4: Likewise.
17705         * m4/strftime.m4: Likewise.
17706         * m4/strndup.m4: Likewise.
17707         * m4/strnlen.m4: Likewise.
17708         * m4/strpbrk.m4: Likewise.
17709         * m4/strptime.m4: Likewise.
17710         * m4/strsep.m4: Likewise.
17711         * m4/strtod.m4: Likewise.
17712         * m4/strtoimax.m4: Likewise.
17713         * m4/strtok_r.m4: Likewise.
17714         * m4/strtol.m4: Likewise.
17715         * m4/strtoll.m4: Likewise.
17716         * m4/strtoul.m4: Likewise.
17717         * m4/strtoull.m4: Likewise.
17718         * m4/strtoumax.m4: Likewise.
17719         * m4/strverscmp.m4: Likewise.
17720         * m4/threadlib.m4: Likewise.
17721         * m4/timegm.m4: Likewise.
17722         * m4/tm_gmtoff.m4: Likewise.
17723         * m4/tmpdir.m4: Likewise.
17724         * m4/tmpfile.m4: Likewise.
17725         * m4/tzset.m4: Likewise.
17726         * m4/uintmax_t.m4: Likewise.
17727         * m4/unlinkdir.m4: Likewise.
17728         * m4/unlocked-io.m4: Likewise.
17729         * m4/uptime.m4: Likewise.
17730         * m4/userspec.m4: Likewise.
17731         * m4/utimbuf.m4: Likewise.
17732         * m4/utime.m4: Likewise.
17733         * m4/utimes-null.m4: Likewise.
17734         * m4/utimes.m4: Likewise.
17735         * m4/vararrays.m4: Likewise.
17736         * m4/vasnprintf.m4: Likewise.
17737         * m4/vfprintf-posix.m4: Likewise.
17738         * m4/vprintf-posix.m4: Likewise.
17739         * m4/wait-process.m4: Likewise.
17740         * m4/wchar_t.m4: Likewise.
17741         * m4/wint_t.m4: Likewise.
17742         * m4/write-any-file.m4: Likewise.
17743         * m4/yield.m4: Likewise.
17744
17745 2009-01-13  Bruno Haible  <bruno@clisp.org>
17746
17747         Avoid test-copy-file.sh failures when ACL support insufficient.
17748         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17749         TESTS_ENVIRONMENT.
17750         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17751         Reported by Jim Meyering.
17752
17753 2009-01-13  Bruno Haible  <bruno@clisp.org>
17754
17755         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17756         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17757         * modules/unistdio/u8-printf-parse (Files): Likewise.
17758         * modules/unistdio/u32-printf-parse (Files): Likewise.
17759         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17760
17761 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17762
17763         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17764         and m4/inttypes_h.m4 too.
17765
17766 2009-01-12  Eric Blake  <ebb9@byu.net>
17767
17768         tests: IRIX 6.2 cc can't compile -0.0 into .data
17769         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17770         rather than at compile-time.
17771         * tests/test-floorl.c (minus_zero): Likewise.
17772         * tests/test-frexpl.c (minus_zero): Likewise.
17773         * tests/test-isnan.c (minus_zerol): Likewise.
17774         * tests/test-isnanl.h (minus_zero): Likewise.
17775         * tests/test-ldexpl.c (minus_zero): Likewise.
17776         * tests/test-roundl.c (minus_zero): Likewise.
17777         * tests/test-signbit.c (minus_zerol): Likewise.
17778         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17779         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17780         * tests/test-truncl.c (minus_zero): Likewise.
17781         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17782         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17783         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17784
17785 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17786
17787         regex: fix glibc bug 9697
17788         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17789         handling.
17790
17791 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17792
17793         regex: fix glibc bug 697
17794         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17795         being NULL also if there are no backreferences.
17796
17797 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17798
17799         regex: merge glibc changes
17800         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17801         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17802         re_string_skip_chars, re_string_reconstruct): Likewise.
17803         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17804
17805 2009-01-07  Jim Meyering  <meyering@redhat.com>
17806
17807         poll: filter through cppi
17808         * lib/poll.c: Indent cpp directives to reflect nesting.
17809
17810 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17811
17812         poll: don't return uninitialized
17813         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17814
17815 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17816
17817         avoid compile failure on AIX 6.1
17818         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17819         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17820
17821 2009-01-04  Jim Meyering  <meyering@redhat.com>
17822
17823         remove duplicate inclusion of <stdio.h>
17824         * tests/test-fprintf-posix.c: Likewise.
17825         * tests/test-printf-posix.c: Likewise.
17826         * tests/test-snprintf-posix.c: Likewise.
17827         * tests/test-sprintf-posix.c: Likewise.
17828         * tests/test-vasprintf-posix.c: Likewise.
17829         * tests/test-vfprintf-posix.c: Likewise.
17830         * tests/test-vprintf-posix.c: Likewise.
17831         * tests/test-vsnprintf-posix.c: Likewise.
17832         * tests/test-vsprintf-posix.c: Likewise.
17833
17834 2009-01-03  Jim Meyering  <meyering@redhat.com>
17835
17836         gnulib-tool: fix sed-based filtering
17837         * gnulib-tool (func_filter_filelist): Remove extra backslash
17838         in sed_fff_filter definition.
17839
17840 2009-01-02  Jim Meyering  <meyering@redhat.com>
17841
17842         strftime: avoid compilation failure on Solaris 2.6
17843         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17844         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17845         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17846         be available.  Reported by Tom G. Christensen.  Details in
17847         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17848
17849 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17850             Bruno Haible  <bruno@clisp.org>
17851
17852         Speed up gnulib-tool by doing more string processing through shell
17853         built-ins.
17854         * gnulib-tool (fast_func_append): New variable.
17855         (func_remove_prefix, func_remove_suffix): New functions.
17856         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17857         (func_filter_filelist): New function.
17858         (func_get_dependencies): Use func_remove_suffix instead of sed.
17859         (func_get_automake_snippet): Use func_filter_filelist instead of a
17860         subshell and sed invocation.
17861
17862 2009-01-01  Bruno Haible  <bruno@clisp.org>
17863
17864         Fix a security bug.
17865         * gnulib-tool (func_import, import, update): Don't allow the characters
17866         '"', '$', '`', '\' in macro arguments that become part of commands that
17867         are evaluated.
17868
17869 2009-01-01  Bruno Haible  <bruno@clisp.org>
17870
17871         * gnulib-tool (func_reset_sigpipe): Add more comments.
17872
17873 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17874
17875         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17876         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17877         already know the answer.
17878
17879 2009-01-01  Jim Meyering  <meyering@redhat.com>
17880
17881         * lib/version-etc.c (version_etc_va): Update copyright year.
17882
17883 2008-12-30  Bruno Haible  <bruno@clisp.org>
17884
17885         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17886         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17887         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17888
17889 2008-12-29  Eric Blake  <ebb9@byu.net>
17890
17891         multiarch: avoid autoconf AC_REQUIRE bug
17892         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17893         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17894         2.63 and older.
17895         Reported by Bruno Haible, and analyzed in
17896         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17897
17898 2008-12-29  Bruno Haible  <bruno@clisp.org>
17899
17900         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17901         files in subdirectories correctly.
17902         Reported by Ralf Wildenhues.
17903
17904 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17905
17906         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17907         rather than 'join FILE -', for Solaris join.
17908
17909 2008-12-29  Bruno Haible  <bruno@clisp.org>
17910
17911         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17912         quoting.
17913         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17914         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17915         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17916         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17917         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17918         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17919         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17920         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17921         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17922         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17923         * m4/nls.m4 (AM_NLS): Likewise.
17924         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17925         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17926         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17927         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17928         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17929         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17930         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17931         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17932         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17933         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17934         * m4/xsize.m4 (gl_XSIZE): Likewise.
17935         Suggested by Jim Meyering.
17936
17937 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17938
17939         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17940         * lib/parse-duration.c: use a switch instead of cascading if's.
17941
17942 2008-12-29  Eric Blake  <ebb9@byu.net>
17943
17944         wchar.h: supply WEOF on Irix 5.3
17945         * lib/wchar.in.h (wint_t): Also supply WEOF.
17946         * lib/wctype.in.h (wint_t): Likewise.
17947         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17948         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17949         Reported by Tom G. Christensen.
17950
17951 2008-12-26  Bruno Haible  <bruno@clisp.org>
17952
17953         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17954         i486, i586, i686.
17955
17956 2008-12-26  Bruno Haible  <bruno@clisp.org>
17957
17958         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17959
17960 2008-12-26  Bruno Haible  <bruno@clisp.org>
17961
17962         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17963         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17964         not __STDC_CONSTANT_MACROS.
17965         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17966
17967 2008-12-25  Bruno Haible  <bruno@clisp.org>
17968
17969         Add support for universal builds to vasnprintf.
17970         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17971         universal builds, guess no.
17972         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17973         * modules/vasprintf-posix (Depends-on): Likewise.
17974         * modules/fprintf-posix (Depends-on): Likewise.
17975         * modules/vfprintf-posix (Depends-on): Likewise.
17976         * modules/snprintf-posix (Depends-on): Likewise.
17977         * modules/vsnprintf-posix (Depends-on): Likewise.
17978         * modules/sprintf-posix (Depends-on): Likewise.
17979         * modules/vsprintf-posix (Depends-on): Likewise.
17980         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17981         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17982         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17983         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17984         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17985         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17986         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17987
17988         Add support for universal builds to <inttypes.h>.
17989         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17990         _SCNu64_PREFIX): In Apple
17991         universal builds, define directly, using _LP64.
17992         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17993         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17994         * modules/inttypes (Depends-on): Add multiarch.
17995         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17996
17997         Add support for universal builds to <stdint.h>.
17998         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17999         universal builds, define directly, using _LP64.
18000         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
18001         Apple universal builds, don't test for the size and suffix of ptrdiff_t
18002         and size_t.
18003         * modules/stdint (Depends-on): Add multiarch.
18004         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
18005
18006         New module 'multiarch'.
18007         * modules/multiarch: New file.
18008         * m4/multiarch.m4: New file.
18009
18010 2008-12-25  Bruno Haible  <bruno@clisp.org>
18011
18012         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18013
18014 2008-12-25  Bruno Haible  <bruno@clisp.org>
18015
18016         * modules/btowc (License): Relicense under LGPLv2+.
18017         * modules/mbsinit (License): Likewise.
18018         * modules/mbrtowc (License): Likewise.
18019         * modules/wcrtomb (License): Likewise.
18020         * modules/streq (License): Likewise.
18021         Reported by David Lutterkort <lutter@redhat.com>.
18022
18023 2008-12-23  Bruno Haible  <bruno@clisp.org>
18024
18025         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18026
18027 2008-12-23  Bruno Haible  <bruno@clisp.org>
18028
18029         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18030         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18031         GETADDRINFO_LIB, not in LIBS.
18032         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18033         * modules/canon-host (Link): Likewise.
18034         * NEWS: Mention the change.
18035         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18036         GETADDRINFO_LIB.
18037
18038 2008-12-22  Bruno Haible  <bruno@clisp.org>
18039
18040         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18041         * doc/posix-functions/iswalpha_l.texi: Likewise.
18042         * doc/posix-functions/iswblank_l.texi: Likewise.
18043         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18044         * doc/posix-functions/iswctype_l.texi: Likewise.
18045         * doc/posix-functions/iswdigit_l.texi: Likewise.
18046         * doc/posix-functions/iswgraph_l.texi: Likewise.
18047         * doc/posix-functions/iswlower_l.texi: Likewise.
18048         * doc/posix-functions/iswprint_l.texi: Likewise.
18049         * doc/posix-functions/iswpunct_l.texi: Likewise.
18050         * doc/posix-functions/iswspace_l.texi: Likewise.
18051         * doc/posix-functions/iswupper_l.texi: Likewise.
18052         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18053         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18054         * doc/posix-functions/open_wmemstream.texi: Likewise.
18055         * doc/posix-functions/swscanf.texi: Likewise.
18056         * doc/posix-functions/towctrans_l.texi: Likewise.
18057         * doc/posix-functions/towlower.texi: Likewise.
18058         * doc/posix-functions/towlower_l.texi: Likewise.
18059         * doc/posix-functions/towupper.texi: Likewise.
18060         * doc/posix-functions/towupper_l.texi: Likewise.
18061         * doc/posix-functions/vfwprintf.texi: Likewise.
18062         * doc/posix-functions/vfwscanf.texi: Likewise.
18063         * doc/posix-functions/vswscanf.texi: Likewise.
18064         * doc/posix-functions/vwprintf.texi: Likewise.
18065         * doc/posix-functions/vwscanf.texi: Likewise.
18066         * doc/posix-functions/wcpcpy.texi: Likewise.
18067         * doc/posix-functions/wcpncpy.texi: Likewise.
18068         * doc/posix-functions/wcscasecmp.texi: Likewise.
18069         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18070         * doc/posix-functions/wcscoll_l.texi: Likewise.
18071         * doc/posix-functions/wcsdup.texi: Likewise.
18072         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18073         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18074         * doc/posix-functions/wcsnlen.texi: Likewise.
18075         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18076         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18077         * doc/posix-functions/wctrans_l.texi: Likewise.
18078         * doc/posix-functions/wctype_l.texi: Likewise.
18079         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18080         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18081         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18082         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18083         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18084         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18085         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18086         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18087         * doc/glibc-functions/wcschrnul.texi: Likewise.
18088         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18089         * doc/glibc-functions/wcstod_l.texi: Likewise.
18090         * doc/glibc-functions/wcstof_l.texi: Likewise.
18091         * doc/glibc-functions/wcstol_l.texi: Likewise.
18092         * doc/glibc-functions/wcstold_l.texi: Likewise.
18093         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18094         * doc/glibc-functions/wcstoq.texi: Likewise.
18095         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18096         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18097         * doc/glibc-functions/wcstouq.texi: Likewise.
18098         * doc/glibc-functions/wmempcpy.texi: Likewise.
18099
18100 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18101             Eric Blake  <ebb9@byu.net>
18102             Paolo Bonzini  <bonzini@gnu.org>
18103             Bruno Haible  <bruno@clisp.org>
18104
18105         Make c-stack work on Haiku.
18106         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18107         (c_stack_action): Use SA_ONSTACK flag.
18108
18109 2008-12-22  Bruno Haible  <bruno@clisp.org>
18110
18111         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18112
18113 2008-12-22  Bruno Haible  <bruno@clisp.org>
18114
18115         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18116         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18117         being overridden.
18118         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18119         New macros.
18120         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18121         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18122         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18123         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18124
18125 2008-12-22  Bruno Haible  <bruno@clisp.org>
18126
18127         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18128         from test code.
18129
18130 2008-12-22  Eric Blake  <ebb9@byu.net>
18131
18132         Avoid gcc warnings on cygwin.
18133         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18134         Avoid unused variable.
18135         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18136         Likewise.
18137
18138 2008-12-22  Bruno Haible  <bruno@clisp.org>
18139
18140         Remove HAVE_MBRTOWC conditionals.
18141         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18142         (mbscasecmp): Assume mbrtowc function.
18143         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18144         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18145         * lib/mbschr.c: Include mbuiter.h unconditionally.
18146         (mbschr): Assume mbrtowc function.
18147         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18148         (mbscspn): Assume mbrtowc function.
18149         * lib/mbslen.c: Include mbuiter.h unconditionally.
18150         (mbslen): Assume mbrtowc function.
18151         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18152         (mbsncasecmp): Assume mbrtowc function.
18153         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18154         (mbsnlen): Assume mbrtowc function.
18155         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18156         (mbspbrk): Assume mbrtowc function.
18157         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18158         (mbspcasecmp): Assume mbrtowc function.
18159         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18160         (mbsrchr): Assume mbrtowc function.
18161         * lib/mbssep.c: Include mbuiter.h unconditionally.
18162         (mbssep): Assume mbrtowc function.
18163         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18164         (mbsspn): Assume mbrtowc function.
18165         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18166         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18167         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18168         (mbstok_r): Assume mbrtowc function.
18169         * lib/propername.c: Include mbuiter.h unconditionally.
18170         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18171         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18172         (trim2): Assume mbrtowc function.
18173         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18174         (mbsnwidth): Assume mbrtowc function.
18175         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18176         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18177         fallback definitions.
18178         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18179
18180 2008-12-22  Bruno Haible  <bruno@clisp.org>
18181
18182         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18183
18184 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18185
18186         * modules/regex: Request emulations for the mb*/wc* functions we need.
18187         * m4/regex.m4: Don't look for those functions here.
18188         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18189
18190 2008-12-22  Bruno Haible  <bruno@clisp.org>
18191
18192         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18193
18194 2008-12-21  Bruno Haible  <bruno@clisp.org>
18195
18196         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18197         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18198         (Include): Remove conditionalization.
18199         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18200         (Include): Remove conditionalization.
18201         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18202         (Include): Remove conditionalization.
18203         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18204         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18205         * NEWS: Mention the change.
18206         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18207         via Sergey Poznyakoff <gray@gnu.org.ua>.
18208
18209 2008-12-21  Bruno Haible  <bruno@clisp.org>
18210
18211         * MODULES.html.sh (Extended multibyte and wide character utilities
18212         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18213         wcrtomb, wcsrtombs.
18214         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18215         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18216         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18217         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18218
18219 2008-12-21  Bruno Haible  <bruno@clisp.org>
18220
18221         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18222
18223 2008-12-21  Bruno Haible  <bruno@clisp.org>
18224
18225         * modules/wcsnrtombs-tests: New file.
18226         * tests/test-wcsnrtombs1.sh: New file.
18227         * tests/test-wcsnrtombs2.sh: New file.
18228         * tests/test-wcsnrtombs3.sh: New file.
18229         * tests/test-wcsnrtombs4.sh: New file.
18230         * tests/test-wcsnrtombs.c: New file.
18231
18232         New module 'wcsnrtombs'.
18233         * lib/wchar.in.h (wcsnrtombs): New declaration.
18234         * lib/wcsnrtombs.c: New file.
18235         * lib/wcsrtombs-state.c: New file.
18236         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18237         (internal_state): Remove variable.
18238         * m4/wcsnrtombs.m4: New file.
18239         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18240         compilation units.
18241         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18242         HAVE_WCSNRTOMBS.
18243         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18244         HAVE_WCSNRTOMBS.
18245         * modules/wcsnrtombs: New file.
18246         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18247         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18248
18249 2008-12-21  Bruno Haible  <bruno@clisp.org>
18250
18251         * modules/wcsrtombs-tests: New file.
18252         * tests/test-wcsrtombs1.sh: New file.
18253         * tests/test-wcsrtombs2.sh: New file.
18254         * tests/test-wcsrtombs3.sh: New file.
18255         * tests/test-wcsrtombs4.sh: New file.
18256         * tests/test-wcsrtombs.c: New file.
18257
18258         New module 'wcsrtombs'.
18259         * lib/wchar.in.h (wcsrtombs): New declaration.
18260         * lib/wcsrtombs.c: New file.
18261         * m4/wcsrtombs.m4: New file.
18262         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18263         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18264         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18265         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18266         * modules/wcsrtombs: New file.
18267         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18268         bugs.
18269
18270 2008-12-21  Bruno Haible  <bruno@clisp.org>
18271
18272         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18273         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18274         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18275         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18276         if not correct.
18277         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18278         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18279         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18280         m4/locale-zh.m4, m4/codeset.m4.
18281         * doc/posix-functions/wcrtomb.texi: Document the bug.
18282
18283 2008-12-21  Bruno Haible  <bruno@clisp.org>
18284
18285         Work around a btowc() bug on IRIX 6.5.
18286         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18287         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18288         REPLACE_WTOBC if not.
18289         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18290         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18291         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18292
18293 2008-12-21  Bruno Haible  <bruno@clisp.org>
18294
18295         * modules/wcrtomb-tests: New file.
18296         * tests/test-wcrtomb.sh: New file.
18297         * tests/test-wcrtomb.c: New file.
18298
18299         New module 'wcrtomb'.
18300         * lib/wchar.in.h (wcrtomb): New declaration.
18301         * lib/wcrtomb.c: New file.
18302         * m4/wcrtomb.m4: New file.
18303         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18304         HAVE_WCRTOMB.
18305         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18306         HAVE_WCRTOMB.
18307         * modules/wcrtomb: New file.
18308         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18309
18310 2008-12-21  Bruno Haible  <bruno@clisp.org>
18311
18312         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18313         * modules/mbsrtowcs (Files): Likewise.
18314         * modules/wctob (Files): Likewise.
18315         * modules/c-strcase-tests (Files): Likewise.
18316         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18317         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18318         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18319         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18320         * modules/vasnprintf-posix-tests (Files): Likewise.
18321
18322 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18323
18324         gitlog-to-changelog: pass all command-line arguments to git-log
18325         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18326         it is sometimes convenient to filter the commits in various ways.
18327         gitlog-to-changelog only allows --since to specify a start date,
18328         but git-log itself supports many other filtering mechanisms.
18329         At the moment, I want to filter by branch name.  Rather than
18330         adding a --branch option to gitlog-to-changelog, it seems more
18331         flexible to simply pass all options directly to git-log and let
18332         git do the work.  Notice that this effectively makes --since a
18333         redundant option for gitlog-to-changelog, but removing it would
18334         require current usage to change since calls would then require
18335         an additional '--'.
18336
18337 2008-12-21  Bruno Haible  <bruno@clisp.org>
18338
18339         * modules/mbsnrtowcs-tests: New file.
18340         * tests/test-mbsnrtowcs1.sh: New file.
18341         * tests/test-mbsnrtowcs2.sh: New file.
18342         * tests/test-mbsnrtowcs3.sh: New file.
18343         * tests/test-mbsnrtowcs4.sh: New file.
18344         * tests/test-mbsnrtowcs.c: New file.
18345
18346         New module 'mbsnrtowcs'.
18347         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18348         * lib/mbsnrtowcs.c: New file.
18349         * lib/mbsrtowcs-state.c: New file.
18350         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18351         (internal_state): Remove variable.
18352         * m4/mbsnrtowcs.m4: New file.
18353         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18354         compilation units.
18355         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18356         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18357         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18358         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18359         * modules/mbsnrtowcs: New file.
18360         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18361         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18362         portability problem.
18363
18364 2008-12-21  Bruno Haible  <bruno@clisp.org>
18365
18366         Work around mbsrtowcs bug.
18367         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18368         (gl_FUNC_MBSRTOWCS): Invoke it.
18369         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18370         m4/locale-zh.m4.
18371         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18372
18373 2008-12-21  Bruno Haible  <bruno@clisp.org>
18374
18375         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18376
18377 2008-12-21  Bruno Haible  <bruno@clisp.org>
18378
18379         Update doc for AIX.
18380         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18381         16-bit wchar_t type.
18382         * doc/posix-functions/btowc.texi: Likewise.
18383         * doc/posix-functions/fgetwc.texi: Likewise.
18384         * doc/posix-functions/fgetws.texi: Likewise.
18385         * doc/posix-functions/fputwc.texi: Likewise.
18386         * doc/posix-functions/fputws.texi: Likewise.
18387         * doc/posix-functions/fwide.texi: Likewise.
18388         * doc/posix-functions/fwprintf.texi: Likewise.
18389         * doc/posix-functions/fwscanf.texi: Likewise.
18390         * doc/posix-functions/getwchar.texi: Likewise.
18391         * doc/posix-functions/getwc.texi: Likewise.
18392         * doc/posix-functions/iswalnum.texi: Likewise.
18393         * doc/posix-functions/iswalpha.texi: Likewise.
18394         * doc/posix-functions/iswblank.texi: Likewise.
18395         * doc/posix-functions/iswcntrl.texi: Likewise.
18396         * doc/posix-functions/iswctype.texi: Likewise.
18397         * doc/posix-functions/iswdigit.texi: Likewise.
18398         * doc/posix-functions/iswgraph.texi: Likewise.
18399         * doc/posix-functions/iswlower.texi: Likewise.
18400         * doc/posix-functions/iswprint.texi: Likewise.
18401         * doc/posix-functions/iswpunct.texi: Likewise.
18402         * doc/posix-functions/iswspace.texi: Likewise.
18403         * doc/posix-functions/iswupper.texi: Likewise.
18404         * doc/posix-functions/iswxdigit.texi: Likewise.
18405         * doc/posix-functions/mbrtowc.texi: Likewise.
18406         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18407         * doc/posix-functions/mbstowcs.texi: Likewise.
18408         * doc/posix-functions/mbtowc.texi: Likewise.
18409         * doc/posix-functions/putwchar.texi: Likewise.
18410         * doc/posix-functions/putwc.texi: Likewise.
18411         * doc/posix-functions/swprintf.texi: Likewise.
18412         * doc/posix-functions/tolower.texi: Likewise.
18413         * doc/posix-functions/toupper.texi: Likewise.
18414         * doc/posix-functions/towctrans.texi: Likewise.
18415         * doc/posix-functions/ungetwc.texi: Likewise.
18416         * doc/posix-functions/vswprintf.texi: Likewise.
18417         * doc/posix-functions/wcrtomb.texi: Likewise.
18418         * doc/posix-functions/wcscat.texi: Likewise.
18419         * doc/posix-functions/wcschr.texi: Likewise.
18420         * doc/posix-functions/wcscmp.texi: Likewise.
18421         * doc/posix-functions/wcscoll.texi: Likewise.
18422         * doc/posix-functions/wcscpy.texi: Likewise.
18423         * doc/posix-functions/wcscspn.texi: Likewise.
18424         * doc/posix-functions/wcsftime.texi: Likewise.
18425         * doc/posix-functions/wcslen.texi: Likewise.
18426         * doc/posix-functions/wcsncat.texi: Likewise.
18427         * doc/posix-functions/wcsncmp.texi: Likewise.
18428         * doc/posix-functions/wcsncpy.texi: Likewise.
18429         * doc/posix-functions/wcspbrk.texi: Likewise.
18430         * doc/posix-functions/wcsrchr.texi: Likewise.
18431         * doc/posix-functions/wcsrtombs.texi: Likewise.
18432         * doc/posix-functions/wcsspn.texi: Likewise.
18433         * doc/posix-functions/wcsstr.texi: Likewise.
18434         * doc/posix-functions/wcstod.texi: Likewise.
18435         * doc/posix-functions/wcstof.texi: Likewise.
18436         * doc/posix-functions/wcstoimax.texi: Likewise.
18437         * doc/posix-functions/wcstok.texi: Likewise.
18438         * doc/posix-functions/wcstold.texi: Likewise.
18439         * doc/posix-functions/wcstoll.texi: Likewise.
18440         * doc/posix-functions/wcstol.texi: Likewise.
18441         * doc/posix-functions/wcstombs.texi: Likewise.
18442         * doc/posix-functions/wcstoull.texi: Likewise.
18443         * doc/posix-functions/wcstoul.texi: Likewise.
18444         * doc/posix-functions/wcstoumax.texi: Likewise.
18445         * doc/posix-functions/wcswidth.texi: Likewise.
18446         * doc/posix-functions/wcsxfrm.texi: Likewise.
18447         * doc/posix-functions/wctob.texi: Likewise.
18448         * doc/posix-functions/wctomb.texi: Likewise.
18449         * doc/posix-functions/wctrans.texi: Likewise.
18450         * doc/posix-functions/wctype.texi: Likewise.
18451         * doc/posix-functions/wcwidth.texi: Likewise.
18452         * doc/posix-functions/wmemchr.texi: Likewise.
18453         * doc/posix-functions/wmemcmp.texi: Likewise.
18454         * doc/posix-functions/wmemcpy.texi: Likewise.
18455         * doc/posix-functions/wmemmove.texi: Likewise.
18456         * doc/posix-functions/wmemset.texi: Likewise.
18457         * doc/posix-functions/wprintf.texi: Likewise.
18458         * doc/posix-functions/wscanf.texi: Likewise.
18459
18460 2008-12-21  Bruno Haible  <bruno@clisp.org>
18461
18462         Update doc for HP-UX 11.11.
18463         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18464         in HP-UX version 11.00, not in all versions of HP-UX 11.
18465         * doc/posix-functions/fwide.texi: Likewise.
18466         * doc/posix-functions/fwprintf.texi: Likewise.
18467         * doc/posix-functions/fwscanf.texi: Likewise.
18468         * doc/posix-functions/inet_ntop.texi: Likewise.
18469         * doc/posix-functions/inet_pton.texi: Likewise.
18470         * doc/posix-functions/mbrlen.texi: Likewise.
18471         * doc/posix-functions/mbrtowc.texi: Likewise.
18472         * doc/posix-functions/mbsinit.texi: Likewise.
18473         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18474         * doc/posix-functions/swprintf.texi: Likewise.
18475         * doc/posix-functions/swscanf.texi: Likewise.
18476         * doc/posix-functions/towctrans.texi: Likewise.
18477         * doc/posix-functions/vfwprintf.texi: Likewise.
18478         * doc/posix-functions/vswprintf.texi: Likewise.
18479         * doc/posix-functions/vwprintf.texi: Likewise.
18480         * doc/posix-functions/wcrtomb.texi: Likewise.
18481         * doc/posix-functions/wcsrtombs.texi: Likewise.
18482         * doc/posix-functions/wcsstr.texi: Likewise.
18483         * doc/posix-functions/wctob.texi: Likewise.
18484         * doc/posix-functions/wctrans.texi: Likewise.
18485         * doc/posix-functions/wmemchr.texi: Likewise.
18486         * doc/posix-functions/wmemcmp.texi: Likewise.
18487         * doc/posix-functions/wmemcpy.texi: Likewise.
18488         * doc/posix-functions/wmemmove.texi: Likewise.
18489         * doc/posix-functions/wmemset.texi: Likewise.
18490         * doc/posix-functions/wprintf.texi: Likewise.
18491         * doc/posix-functions/wscanf.texi: Likewise.
18492
18493 2008-12-21  Bruno Haible  <bruno@clisp.org>
18494
18495         Work around a portability problem.
18496         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18497         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18498
18499 2008-12-20  Bruno Haible  <bruno@clisp.org>
18500
18501         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18502         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18503         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18504         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18505         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18506
18507         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18508         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18509         set.
18510         (GNULIB_defined_mbstate_t): New macro.
18511         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18512         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18513         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18514         reuses the system's mbrtowc function but works around the bugs.
18515         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18516         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18517         macros.
18518         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18519         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18520         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18521         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18522         REPLACE_MBSINIT if mbsinit needs to be overridden.
18523         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18524         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18525         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18526         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18527         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18528         m4/locale-zh.m4.
18529         (Depends): Add mbsinit.
18530         * modules/mbsinit (Depends): Add mbrtowc.
18531         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18532
18533 2008-12-20  Bruno Haible  <bruno@clisp.org>
18534
18535         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18536         so that there are no conversion errors on AIX.
18537         * tests/test-mbsrtowcs.c (main): LIkewise.
18538
18539 2008-12-20  Bruno Haible  <bruno@clisp.org>
18540
18541         Work around wctob bug on Solaris <= 9.
18542         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18543         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18544         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18545         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18546         * modules/wctob (Files): Add m4/locale-fr.m4.
18547         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18548
18549 2008-12-20  Bruno Haible  <bruno@clisp.org>
18550
18551         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18552         /dev/null.
18553         * tests/test-select-in.sh: Likewise.
18554         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18555
18556 2008-12-20  Bruno Haible  <bruno@clisp.org>
18557
18558         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18559         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18560         Cygwin 1.5.x.
18561
18562 2008-12-20  Bruno Haible  <bruno@clisp.org>
18563
18564         Ensure mbstate_t is defined on HP-UX 11.11.
18565         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18566         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18567         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18568         AC_USE_SYSTEM_EXTENSIONS.
18569         * modules/fnmatch (Depends-on): Add extensions.
18570         * modules/mbrlen (Depends-on): Likewise.
18571         * modules/mbrtowc (Depends-on): Likewise.
18572         * modules/mbsinit (Depends-on): Likewise.
18573         * modules/mbsrtowcs (Depends-on): Likewise.
18574         * modules/mbswidth (Depends-on): Likewise.
18575         * modules/quotearg (Depends-on): Likewise.
18576         * modules/strftime (Depends-on): Likewise.
18577
18578 2008-12-20  Bruno Haible  <bruno@clisp.org>
18579
18580         Ensure wctob is declared on IRIX 6.5.
18581         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18582         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18583         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18584         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18585         of HAVE_WCTOB.
18586         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18587         HAVE_WCTOB.
18588         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18589
18590 2008-12-19  Bruno Haible  <bruno@clisp.org>
18591
18592         * modules/mbsrtowcs-tests: New file.
18593         * tests/test-mbsrtowcs1.sh: New file.
18594         * tests/test-mbsrtowcs2.sh: New file.
18595         * tests/test-mbsrtowcs3.sh: New file.
18596         * tests/test-mbsrtowcs4.sh: New file.
18597         * tests/test-mbsrtowcs.c: New file.
18598
18599         New module 'mbsrtowcs'.
18600         * lib/wchar.in.h (mbsrtowcs): New declaration.
18601         * lib/mbsrtowcs.c: New file.
18602         * m4/mbsrtowcs.m4: New file.
18603         * modules/mbsrtowcs: New file.
18604         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18605         HAVE_MBSRTOWCS.
18606         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18607         HAVE_MBSRTOWCS.
18608         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18609
18610 2008-12-19  Bruno Haible  <bruno@clisp.org>
18611
18612         New module 'mbrlen'.
18613         * lib/wchar.in.h (mbrlen): New declaration.
18614         * lib/mbrlen.c: New file.
18615         * m4/mbrlen.m4: New file.
18616         * modules/mbrlen: New file.
18617         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18618         HAVE_MBRLEN.
18619         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18620         HAVE_MBRLEN.
18621         * doc/posix-functions/mbrlen.texi: Document the new module.
18622
18623 2008-12-19  Bruno Haible  <bruno@clisp.org>
18624
18625         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18626         * modules/mbrtowc (Depends-on): Add verify.
18627         Suggested by Paul Eggert.
18628
18629 2008-12-18  Bruno Haible  <bruno@clisp.org>
18630
18631         * modules/mbsinit-tests: New file.
18632         * tests/test-mbsinit.sh: New file.
18633         * tests/test-mbsinit.c: New file.
18634
18635 2008-12-18  Bruno Haible  <bruno@clisp.org>
18636
18637         * modules/mbrtowc-tests: New file.
18638         * tests/test-mbrtowc1.sh: New file.
18639         * tests/test-mbrtowc2.sh: New file.
18640         * tests/test-mbrtowc3.sh: New file.
18641         * tests/test-mbrtowc4.sh: New file.
18642         * tests/test-mbrtowc.c: New file.
18643
18644         New module 'mbrtowc'.
18645         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18646         mbsinit and mbrtowc.
18647         (mbrtowc): New declaration.
18648         * lib/mbrtowc.c: New file.
18649         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18650         * modules/mbrtowc: New file.
18651         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18652         HAVE_MBRTOWC.
18653         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18654         HAVE_MBRTOWC.
18655         * doc/posix-functions/mbrtowc.texi: Document the new module.
18656
18657 2008-12-18  Bruno Haible  <bruno@clisp.org>
18658
18659         New module 'wctob'.
18660         * lib/wchar.in.h (wctob): New declaration.
18661         * lib/wctob.c: New file.
18662         * m4/wctob.m4: New file.
18663         * modules/wctob: New file.
18664         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18665         HAVE_WCTOB.
18666         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18667         * doc/posix-functions/wctob.texi: Document the new module.
18668
18669 2008-12-18  Bruno Haible  <bruno@clisp.org>
18670
18671         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18672         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18673
18674 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18675
18676         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18677         G. Christensen" <tgc@jupiterrise.com>.
18678
18679         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18680         G. Christensen" <tgc@jupiterrise.com>.
18681
18682         * lib/flock.c: Need to include string.h.  Reported by "Tom
18683         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18684         <ebb9@byu.net>.
18685
18686 2008-12-18  Bruno Haible  <bruno@clisp.org>
18687
18688         * m4/locale-ja.m4: New file, from GNU gettext.
18689
18690 2008-12-17  Bruno Haible  <bruno@clisp.org>
18691
18692         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18693         Suggested by Eric Blake.
18694
18695 2008-12-17  Bruno Haible  <bruno@clisp.org>
18696
18697         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18698
18699 2008-12-17  Bruno Haible  <bruno@clisp.org>
18700
18701         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18702         * modules/mbsinit (Depends-on): Add verify.
18703         Suggested by Paul Eggert.
18704
18705 2008-12-17  Bruno Haible  <bruno@clisp.org>
18706
18707         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18708         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18709         gl_FUNC_MBRTOWC.
18710         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18711         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18712         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18713         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18714         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18715         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18716         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18717         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18718         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18719         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18720         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18721         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18722         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18723         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18724         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18725         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18726         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18727         * modules/trim (configure.ac): Likewise.
18728
18729 2008-12-17  Bruno Haible  <bruno@clisp.org>
18730
18731         * modules/btowc-tests: New file.
18732         * tests/test-btowc1.sh: New file.
18733         * tests/test-btowc2.sh: New file.
18734         * tests/test-btowc.c: New file.
18735
18736         New module 'btowc'.
18737         * lib/wchar.in.h (btowc): New declaration.
18738         * lib/btowc.c: New file.
18739         * m4/btowc.m4: New file.
18740         * modules/btowc: New file.
18741         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18742         HAVE_BTOWC.
18743         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18744         * doc/posix-functions/btowc.texi: Document the new module.
18745
18746 2008-12-17  Bruno Haible  <bruno@clisp.org>
18747
18748         New module 'mbsinit'.
18749         * lib/wchar.in.h (mbsinit): New declaration.
18750         * lib/mbsinit.c: New file.
18751         * m4/mbsinit.m4: New file.
18752         * modules/mbsinit: New file.
18753         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18754         HAVE_MBSINIT.
18755         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18756         HAVE_MBSINIT.
18757         * doc/posix-functions/mbsinit.texi: Document the new module.
18758
18759 2008-12-16  Bruno Haible  <bruno@clisp.org>
18760
18761         * lib/unistd.in.h: Add comment.
18762         * tests/test-environ.c: Don't include <stdlib.h>.
18763
18764 2008-12-16  Bruno Haible  <bruno@clisp.org>
18765
18766         * lib/parse-duration.h (parse_duration): Document return value
18767         convention.
18768         * lib/parse-duration.c: Include specification header first. Add
18769         comments.
18770         (_): Remove macro.
18771         (parse_year_month_day, parse_hour_minute_second): Move side effects
18772         outside of strchr call.
18773         (parse_non_iso8601): Move side effects outside of isspace call.
18774         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18775         call.
18776
18777 2008-12-16  Bruno Haible  <bruno@clisp.org>
18778
18779         * tests/test-parse-duration.sh: Produce no output when the test
18780         succeeds.
18781
18782 2008-12-16  Bruno Haible  <bruno@clisp.org>
18783
18784         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18785         expressions.
18786
18787 2008-12-15  Bruno Haible  <bruno@clisp.org>
18788
18789         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18790         * doc/glibc-functions/flistxattr.texi: Likewise.
18791         * doc/glibc-functions/fopencookie.texi: Likewise.
18792         * doc/glibc-functions/fremovexattr.texi: Likewise.
18793         * doc/glibc-functions/fsetxattr.texi: Likewise.
18794         * doc/glibc-functions/getxattr.texi: Likewise.
18795         * doc/glibc-functions/lgetxattr.texi: Likewise.
18796         * doc/glibc-functions/listxattr.texi: Likewise.
18797         * doc/glibc-functions/llistxattr.texi: Likewise.
18798         * doc/glibc-functions/lremovexattr.texi: Likewise.
18799         * doc/glibc-functions/lsetxattr.texi: Likewise.
18800         * doc/glibc-functions/removexattr.texi: Likewise.
18801         * doc/glibc-functions/setxattr.texi: Likewise.
18802         * doc/posix-functions/open_memstream.texi: Likewise.
18803
18804 2008-12-15  Eric Blake  <ebb9@byu.net>
18805
18806         Update doc for cygwin 1.7.
18807         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18808         functions.
18809         * doc/posix-functions/fchmodat.texi: Likewise.
18810         * doc/posix-functions/fchownat.texi: Likewise.
18811         * doc/posix-functions/fdopendir.texi: Likewise.
18812         * doc/posix-functions/fmemopen.texi: Likewise.
18813         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18814         * doc/posix-functions/fstatat.texi: Likewise.
18815         * doc/posix-functions/futimens.texi: Likewise.
18816         * doc/posix-functions/gai_strerror.texi: Likewise.
18817         * doc/posix-functions/getaddrinfo.texi: Likewise.
18818         * doc/posix-functions/getnameinfo.texi: Likewise.
18819         * doc/posix-functions/if_freenameindex.texi: Likewise.
18820         * doc/posix-functions/if_indextoname.texi: Likewise.
18821         * doc/posix-functions/if_nameindex.texi: Likewise.
18822         * doc/posix-functions/if_nametoindex.texi: Likewise.
18823         * doc/posix-functions/insque.texi: Likewise.
18824         * doc/posix-functions/linkat.texi: Likewise.
18825         * doc/posix-functions/llrint.texi: Likewise.
18826         * doc/posix-functions/llrintf.texi: Likewise.
18827         * doc/posix-functions/llrintl.texi: Likewise.
18828         * doc/posix-functions/lockf.texi: Likewise.
18829         * doc/posix-functions/lrintl.texi: Likewise.
18830         * doc/posix-functions/mkdirat.texi: Likewise.
18831         * doc/posix-functions/mkfifoat.texi: Likewise.
18832         * doc/posix-functions/mknodat.texi: Likewise.
18833         * doc/posix-functions/mq_close.texi: Likewise.
18834         * doc/posix-functions/mq_getattr.texi: Likewise.
18835         * doc/posix-functions/mq_notify.texi: Likewise.
18836         * doc/posix-functions/mq_open.texi: Likewise.
18837         * doc/posix-functions/mq_receive.texi: Likewise.
18838         * doc/posix-functions/mq_send.texi: Likewise.
18839         * doc/posix-functions/mq_setattr.texi: Likewise.
18840         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18841         * doc/posix-functions/mq_timedsend.texi: Likewise.
18842         * doc/posix-functions/mq_unlink.texi: Likewise.
18843         * doc/posix-functions/open_memstream.texi: Likewise.
18844         * doc/posix-functions/openat.texi: Likewise.
18845         * doc/posix-functions/posix_fadvise.texi: Likewise.
18846         * doc/posix-functions/posix_fallocate.texi: Likewise.
18847         * doc/posix-functions/posix_madvise.texi: Likewise.
18848         * doc/posix-functions/posix_memalign.texi: Likewise.
18849         * doc/posix-functions/posix_openpt.texi: Likewise.
18850         * doc/posix-functions/readlinkat.texi: Likewise.
18851         * doc/posix-functions/remque.texi: Likewise.
18852         * doc/posix-functions/renameat.texi: Likewise.
18853         * doc/posix-functions/rintl.texi: Likewise.
18854         * doc/posix-functions/sem_unlink.texi: Likewise.
18855         * doc/posix-functions/shm_open.texi: Likewise.
18856         * doc/posix-functions/shm_unlink.texi: Likewise.
18857         * doc/posix-functions/signgam.texi: Likewise.
18858         * doc/posix-functions/sigset.texi: Likewise.
18859         * doc/posix-functions/stpcpy.texi: Likewise.
18860         * doc/posix-functions/stpncpy.texi: Likewise.
18861         * doc/posix-functions/strerror.texi: Likewise.
18862         * doc/posix-functions/strtod.texi: Likewise.
18863         * doc/posix-functions/symlinkat.texi: Likewise.
18864         * doc/posix-functions/unlinkat.texi: Likewise.
18865         * doc/posix-functions/utimensat.texi: Likewise.
18866         * doc/glibc-functions/bindresvport.texi: Likewise.
18867         * doc/glibc-functions/dn_expand.texi: Likewise.
18868         * doc/glibc-functions/exp10.texi: Likewise.
18869         * doc/glibc-functions/exp10f.texi: Likewise.
18870         * doc/glibc-functions/fgetxattr.texi: Likewise.
18871         * doc/glibc-functions/flistxattr.texi: Likewise.
18872         * doc/glibc-functions/fopencookie.texi: Likewise.
18873         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18874         * doc/glibc-functions/fremovexattr.texi: Likewise.
18875         * doc/glibc-functions/fsetxattr.texi: Likewise.
18876         * doc/glibc-functions/getifaddrs.texi: Likewise.
18877         * doc/glibc-functions/getxattr.texi: Likewise.
18878         * doc/glibc-functions/lgetxattr.texi: Likewise.
18879         * doc/glibc-functions/listxattr.texi: Likewise.
18880         * doc/glibc-functions/llistxattr.texi: Likewise.
18881         * doc/glibc-functions/lremovexattr.texi: Likewise.
18882         * doc/glibc-functions/lsetxattr.texi: Likewise.
18883         * doc/glibc-functions/pow10.texi: Likewise.
18884         * doc/glibc-functions/pow10f.texi: Likewise.
18885         * doc/glibc-functions/rcmd_af.texi: Likewise.
18886         * doc/glibc-functions/removexattr.texi: Likewise.
18887         * doc/glibc-functions/res_init.texi: Likewise.
18888         * doc/glibc-functions/res_mkquery.texi: Likewise.
18889         * doc/glibc-functions/res_query.texi: Likewise.
18890         * doc/glibc-functions/res_querydomain.texi: Likewise.
18891         * doc/glibc-functions/res_send.texi: Likewise.
18892         * doc/glibc-functions/rresvport_af.texi: Likewise.
18893         * doc/glibc-functions/setxattr.texi: Likewise.
18894         * doc/glibc-functions/strcasestr.texi: Likewise.
18895
18896 2008-12-15  Bruno Haible  <bruno@clisp.org>
18897
18898         Fix compilation error on OSF/1 4.0.
18899         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18900         <sys/time.h>, simply delegate to the system header.
18901         Reported by Daniel Richard G. <oss@teragram.com>.
18902
18903 2008-12-15  Bruno Haible  <bruno@clisp.org>
18904
18905         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18906         * doc/posix-functions/fchmodat.texi: Likewise.
18907         * doc/posix-functions/fchownat.texi: Likewise.
18908         * doc/posix-functions/fdopendir.texi: Likewise.
18909         * doc/posix-functions/fstatat.texi: Likewise.
18910         * doc/posix-functions/mkdirat.texi: Likewise.
18911         * doc/posix-functions/unlinkat.texi: Likewise.
18912
18913 2008-12-14  Bruno Haible  <bruno@clisp.org>
18914
18915         Update doc for POSIX:2008.
18916         * doc/posix-functions/faccessat.texi: New file.
18917         * doc/posix-functions/fchmodat.texi: New file.
18918         * doc/posix-functions/fchownat.texi: New file.
18919         * doc/posix-functions/fdopendir.texi: New file.
18920         * doc/posix-functions/fstatat.texi: New file.
18921         * doc/posix-functions/futimens.texi: New file.
18922         * doc/posix-functions/linkat.texi: New file.
18923         * doc/posix-functions/mkdirat.texi: New file.
18924         * doc/posix-functions/mkfifoat.texi: New file.
18925         * doc/posix-functions/mknodat.texi: New file.
18926         * doc/posix-functions/open_wmemstream.texi: New file.
18927         * doc/posix-functions/openat.texi: New file.
18928         * doc/posix-functions/psiginfo.texi: New file.
18929         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18930         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18931         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18932         * doc/posix-functions/readlinkat.texi: New file.
18933         * doc/posix-functions/renameat.texi: New file.
18934         * doc/posix-functions/strerror_l.texi: New file.
18935         * doc/posix-functions/symlinkat.texi: New file.
18936         * doc/posix-functions/unlinkat.texi: New file.
18937         * doc/posix-functions/utimensat.texi: New file.
18938         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18939
18940 2008-12-14  Bruno Haible  <bruno@clisp.org>
18941
18942         Update doc for POSIX:2008.
18943         * doc/posix-functions/alphasort.texi: Renamed from
18944         doc/glibc-functions/alphasort.texi.
18945         * doc/posix-functions/dirfd.texi: Renamed from
18946         doc/glibc-functions/dirfd.texi.
18947         * doc/posix-functions/dprintf.texi: Renamed from
18948         doc/glibc-functions/dprintf.texi.
18949         * doc/posix-functions/duplocale.texi: Renamed from
18950         doc/glibc-functions/duplocale.texi.
18951         * doc/posix-functions/fexecve.texi: Renamed from
18952         doc/glibc-functions/fexecve.texi.
18953         * doc/posix-functions/fmemopen.texi: Renamed from
18954         doc/glibc-functions/fmemopen.texi.
18955         * doc/posix-functions/freelocale.texi: Renamed from
18956         doc/glibc-functions/freelocale.texi.
18957         * doc/posix-functions/getdate_err.texi: Renamed from
18958         doc/glibc-functions/getdate_err.texi.
18959         * doc/posix-functions/isalnum_l.texi: Renamed from
18960         doc/glibc-functions/isalnum_l.texi.
18961         * doc/posix-functions/isalpha_l.texi: Renamed from
18962         doc/glibc-functions/isalpha_l.texi.
18963         * doc/posix-functions/isblank_l.texi: Renamed from
18964         doc/glibc-functions/isblank_l.texi.
18965         * doc/posix-functions/iscntrl_l.texi: Renamed from
18966         doc/glibc-functions/iscntrl_l.texi.
18967         * doc/posix-functions/isdigit_l.texi: Renamed from
18968         doc/glibc-functions/isdigit_l.texi.
18969         * doc/posix-functions/isgraph_l.texi: Renamed from
18970         doc/glibc-functions/isgraph_l.texi.
18971         * doc/posix-functions/islower_l.texi: Renamed from
18972         doc/glibc-functions/islower_l.texi.
18973         * doc/posix-functions/isprint_l.texi: Renamed from
18974         doc/glibc-functions/isprint_l.texi.
18975         * doc/posix-functions/ispunct_l.texi: Renamed from
18976         doc/glibc-functions/ispunct_l.texi.
18977         * doc/posix-functions/isspace_l.texi: Renamed from
18978         doc/glibc-functions/isspace_l.texi.
18979         * doc/posix-functions/isupper_l.texi: Renamed from
18980         doc/glibc-functions/isupper_l.texi.
18981         * doc/posix-functions/iswalnum_l.texi: Renamed from
18982         doc/glibc-functions/iswalnum_l.texi.
18983         * doc/posix-functions/iswalpha_l.texi: Renamed from
18984         doc/glibc-functions/iswalpha_l.texi.
18985         * doc/posix-functions/iswblank_l.texi: Renamed from
18986         doc/glibc-functions/iswblank_l.texi.
18987         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18988         doc/glibc-functions/iswcntrl_l.texi.
18989         * doc/posix-functions/iswctype_l.texi: Renamed from
18990         doc/glibc-functions/iswctype_l.texi.
18991         * doc/posix-functions/iswdigit_l.texi: Renamed from
18992         doc/glibc-functions/iswdigit_l.texi.
18993         * doc/posix-functions/iswgraph_l.texi: Renamed from
18994         doc/glibc-functions/iswgraph_l.texi.
18995         * doc/posix-functions/iswlower_l.texi: Renamed from
18996         doc/glibc-functions/iswlower_l.texi.
18997         * doc/posix-functions/iswprint_l.texi: Renamed from
18998         doc/glibc-functions/iswprint_l.texi.
18999         * doc/posix-functions/iswpunct_l.texi: Renamed from
19000         doc/glibc-functions/iswpunct_l.texi.
19001         * doc/posix-functions/iswspace_l.texi: Renamed from
19002         doc/glibc-functions/iswspace_l.texi.
19003         * doc/posix-functions/iswupper_l.texi: Renamed from
19004         doc/glibc-functions/iswupper_l.texi.
19005         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19006         doc/glibc-functions/iswxdigit_l.texi.
19007         * doc/posix-functions/isxdigit_l.texi: Renamed from
19008         doc/glibc-functions/isxdigit_l.texi.
19009         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19010         doc/glibc-functions/mbsnrtowcs.texi.
19011         * doc/posix-functions/mkdtemp.texi: Renamed from
19012         doc/glibc-functions/mkdtemp.texi.
19013         * doc/posix-functions/newlocale.texi: Renamed from
19014         doc/glibc-functions/newlocale.texi.
19015         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19016         doc/glibc-functions/nl_langinfo_l.texi.
19017         * doc/posix-functions/open_memstream.texi: Renamed from
19018         doc/glibc-functions/open_memstream.texi.
19019         * doc/posix-functions/opterr.texi: Renamed from
19020         doc/glibc-functions/opterr.texi.
19021         * doc/posix-functions/optind.texi: Renamed from
19022         doc/glibc-functions/optind.texi.
19023         * doc/posix-functions/optopt.texi: Renamed from
19024         doc/glibc-functions/optopt.texi.
19025         * doc/posix-functions/psignal.texi: Renamed from
19026         doc/glibc-functions/psignal.texi.
19027         * doc/posix-functions/scandir.texi: Renamed from
19028         doc/glibc-functions/scandir.texi.
19029         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19030         doc/glibc-functions/sched_get_priority_min.texi.
19031         * doc/posix-functions/signgam.texi: Renamed from
19032         doc/glibc-functions/signgam.texi.
19033         * doc/posix-functions/stpcpy.texi: Renamed from
19034         doc/glibc-functions/stpcpy.texi.
19035         * doc/posix-functions/stpncpy.texi: Renamed from
19036         doc/glibc-functions/stpncpy.texi.
19037         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19038         doc/glibc-functions/strcasecmp_l.texi.
19039         * doc/posix-functions/strcoll_l.texi: Renamed from
19040         doc/glibc-functions/strcoll_l.texi.
19041         * doc/posix-functions/strfmon_l.texi: Renamed from
19042         doc/glibc-functions/strfmon_l.texi.
19043         * doc/posix-functions/strftime_l.texi: Renamed from
19044         doc/glibc-functions/strftime_l.texi.
19045         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19046         doc/glibc-functions/strncasecmp_l.texi.
19047         * doc/posix-functions/strndup.texi: Renamed from
19048         doc/glibc-functions/strndup.texi.
19049         * doc/posix-functions/strnlen.texi: Renamed from
19050         doc/glibc-functions/strnlen.texi.
19051         * doc/posix-functions/strsignal.texi: Renamed from
19052         doc/glibc-functions/strsignal.texi.
19053         * doc/posix-functions/strxfrm_l.texi: Renamed from
19054         doc/glibc-functions/strxfrm_l.texi.
19055         * doc/posix-functions/timer_gettime.texi: Renamed from
19056         doc/glibc-functions/timer_gettime.texi.
19057         * doc/posix-functions/tolower_l.texi: Renamed from
19058         doc/glibc-functions/tolower_l.texi.
19059         * doc/posix-functions/toupper_l.texi: Renamed from
19060         doc/glibc-functions/toupper_l.texi.
19061         * doc/posix-functions/towctrans_l.texi: Renamed from
19062         doc/glibc-functions/towctrans_l.texi.
19063         * doc/posix-functions/towlower_l.texi: Renamed from
19064         doc/glibc-functions/towlower_l.texi.
19065         * doc/posix-functions/towupper_l.texi: Renamed from
19066         doc/glibc-functions/towupper_l.texi.
19067         * doc/posix-functions/uselocale.texi: Renamed from
19068         doc/glibc-functions/uselocale.texi.
19069         * doc/posix-functions/vdprintf.texi: Renamed from
19070         doc/glibc-functions/vdprintf.texi.
19071         * doc/posix-functions/wcpcpy.texi:
19072         Renamed from doc/glibc-functions/wcpcpy.texi.
19073         * doc/posix-functions/wcpncpy.texi: Renamed from
19074         doc/glibc-functions/wcpncpy.texi.
19075         * doc/posix-functions/wcscasecmp.texi: Renamed from
19076         doc/glibc-functions/wcscasecmp.texi.
19077         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19078         doc/glibc-functions/wcscasecmp_l.texi.
19079         * doc/posix-functions/wcscoll_l.texi: Renamed from
19080         doc/glibc-functions/wcscoll_l.texi.
19081         * doc/posix-functions/wcsdup.texi: Renamed from
19082         doc/glibc-functions/wcsdup.texi.
19083         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19084         doc/glibc-functions/wcsncasecmp.texi.
19085         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19086         doc/glibc-functions/wcsncasecmp_l.texi.
19087         * doc/posix-functions/wcsnlen.texi: Renamed from
19088         doc/glibc-functions/wcsnlen.texi.
19089         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19090         doc/glibc-functions/wcsnrtombs.texi.
19091         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19092         doc/glibc-functions/wcsxfrm_l.texi.
19093         * doc/posix-functions/wctrans_l.texi: Renamed from
19094         doc/glibc-functions/wctrans_l.texi.
19095         * doc/posix-functions/wctype_l.texi: Renamed from
19096         doc/glibc-functions/wctype_l.texi.
19097         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19098         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19099         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19100         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19101         these subsections.
19102         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19103         Remove sections.
19104
19105 2008-12-14  Bruno Haible  <bruno@clisp.org>
19106
19107         Update doc for POSIX:2008.
19108         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19109
19110 2008-12-14  Bruno Haible  <bruno@clisp.org>
19111
19112         Update doc for POSIX:2008.
19113         * doc/pastposix-functions/bcmp.texi: Renamed from
19114         doc/posix-functions/bcmp.texi.
19115         * doc/pastposix-functions/bcopy.texi: Renamed from
19116         doc/posix-functions/bcopy.texi.
19117         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19118         doc/posix-functions/bsd_signal.texi.
19119         * doc/pastposix-functions/bzero.texi: Renamed from
19120         doc/posix-functions/bzero.texi.
19121         * doc/pastposix-functions/ecvt.texi: Renamed from
19122         doc/posix-functions/ecvt.texi.
19123         * doc/pastposix-functions/fcvt.texi: Renamed from
19124         doc/posix-functions/fcvt.texi.
19125         * doc/pastposix-functions/ftime.texi: Renamed from
19126         doc/posix-functions/ftime.texi.
19127         * doc/pastposix-functions/gcvt.texi: Renamed from
19128         doc/posix-functions/gcvt.texi.
19129         * doc/pastposix-functions/getcontext.texi: Renamed from
19130         doc/posix-functions/getcontext.texi.
19131         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19132         doc/posix-functions/gethostbyaddr.texi.
19133         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19134         doc/posix-functions/gethostbyname.texi.
19135         * doc/pastposix-functions/getwd.texi: Renamed from
19136         doc/posix-functions/getwd.texi.
19137         * doc/pastposix-functions/h_errno.texi: Renamed from
19138         doc/posix-functions/h_errno.texi.
19139         * doc/pastposix-functions/index.texi: Renamed from
19140         doc/posix-functions/index.texi.
19141         * doc/pastposix-functions/makecontext.texi: Renamed from
19142         doc/posix-functions/makecontext.texi.
19143         * doc/pastposix-functions/mktemp.texi: Renamed from
19144         doc/posix-functions/mktemp.texi.
19145         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19146         doc/posix-functions/pthread_attr_getstackaddr.texi.
19147         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19148         doc/posix-functions/pthread_attr_setstackaddr.texi.
19149         * doc/pastposix-functions/rindex.texi: Renamed from
19150         doc/posix-functions/rindex.texi.
19151         * doc/pastposix-functions/scalb.texi: Renamed from
19152         doc/posix-functions/scalb.texi.
19153         * doc/pastposix-functions/setcontext.texi: Renamed from
19154         doc/posix-functions/setcontext.texi.
19155         * doc/pastposix-functions/swapcontext.texi: Renamed from
19156         doc/posix-functions/swapcontext.texi.
19157         * doc/pastposix-functions/ualarm.texi: Renamed from
19158         doc/posix-functions/ualarm.texi.
19159         * doc/pastposix-functions/usleep.texi: Renamed from
19160         doc/posix-functions/usleep.texi.
19161         * doc/pastposix-functions/vfork.texi: Renamed from
19162         doc/posix-functions/vfork.texi.
19163         * doc/pastposix-functions/wcswcs.texi: Renamed from
19164         doc/posix-functions/wcswcs.texi.
19165         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19166         (Function Substitutes): Update.
19167
19168 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19169
19170         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19171         m4/strerror.m4.
19172
19173 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19174             Bruno Haible  <bruno@clisp.org>
19175
19176         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19177
19178 2008-12-13  Bruno Haible  <bruno@clisp.org>
19179
19180         * modules/strtoull (Depends-on): Remove unistd.
19181
19182 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19183
19184         * modules/strtoull (Depends-on): Add stdlib.
19185
19186 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19187
19188         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19189
19190 2008-12-10  Jim Meyering  <meyering@redhat.com>
19191
19192         gl_ASSERT: don't say assertions are disabled when they're not
19193         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19194         "checking whether to enable assertions... no", when they are in
19195         fact enabled.  This is solely a bug in the output of configure.
19196         In spite of saying "no", NDEBUG was not defined in that case.
19197         Also, as noted by Eric Blake, leave assertions enabled upon
19198         --enable-assert=INVALID.
19199
19200 2008-12-10  Bruno Haible  <bruno@clisp.org>
19201
19202         Change MODULES.html to refer to POSIX:2008 where possible.
19203         * MODULES.html.sh (POSIX2008_URL): New variable.
19204         (posix_headers): Remove sys/timeb, ucontext.
19205         (posix2001_headers): New variable.
19206         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19207         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19208         index, makecontext, mktemp, pthread_attr_getstackaddr,
19209         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19210         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19211         (posix2001_functions): New variable.
19212         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19213         otherwise.
19214
19215 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19216
19217         add missing include to parse-duration.c
19218         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19219         * modules/parse-duration (Depends-on): Add xalloc.
19220
19221         fix sed script reading maint.mk
19222         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19223         (syntax-check-rules): Use it.
19224
19225 2008-12-09  Bruno Haible  <bruno@clisp.org>
19226
19227         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19228         MacOS X 10.4/PowerPC.
19229         Reported by Simon Josefsson.
19230
19231 2008-12-08  Jim Meyering  <meyering@redhat.com>
19232
19233         work around mingw's lack of some S_IF definitions
19234         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19235         Reported by Simon Josefsson.
19236
19237 2008-12-08  Bruno Haible  <bruno@clisp.org>
19238
19239         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19240         applied to variables. Needed on MacOS X 10.4/PowerPC.
19241         Reported by Simon Josefsson.
19242
19243 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19244         and Eric Blake  <ebb9@byu.net>
19245
19246         assert: honor --enable-assert
19247         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19248         order to honor --enable-assert, rather than treating it as a
19249         synonym for --disable-assert.
19250
19251 2008-12-08  Jim Meyering  <meyering@redhat.com>
19252
19253         * lib/posixtm.c: Remove now-useless declaration of mktime.
19254
19255         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19256
19257 2008-12-07  Bruno Haible  <bruno@clisp.org>
19258
19259         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19260         test_once): Mark functions as static.
19261         * tests/test-tls.c (test_tls): Likewise.
19262
19263 2008-12-07  Bruno Haible  <bruno@clisp.org>
19264
19265         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19266         iconv_register_autodetect.
19267
19268 2008-12-07  Jim Meyering  <meyering@redhat.com>
19269
19270         posixtm.c: avoid a warning
19271         * lib/posixtm.c (posixtime): Don't initialize tm0.
19272         It's no longer needed to placate gcc4's -Wuninitialized,
19273         and the attempt to placate would elicit a new warning.
19274
19275         unicodeio.c: mark unused parameters
19276         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19277         (fallback_failure_callback): Likewise.
19278
19279 2008-12-07  Bruno Haible  <bruno@clisp.org>
19280
19281         * gnulib-tool (func_create_testdir): When building the tests
19282         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19283         Reported by Simon Josefsson.
19284
19285 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19286
19287         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19288
19289 2008-12-06  Bruno Haible  <bruno@clisp.org>
19290
19291         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19292         Suggested by Eric Blake.
19293
19294 2008-12-06  Bruno Haible  <bruno@clisp.org>
19295
19296         Fix a c-stack test failure on MacOS X.
19297         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19298         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19299         handler for SIGBUS as well.
19300         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19301         install a signal handler for SIGBUS as well.
19302         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19303
19304 2008-12-06  Bruno Haible  <bruno@clisp.org>
19305
19306         Advocacy documentation.
19307         * doc/gnulib-intro.texi (Benefits): New section.
19308         * doc/gnulib.texi: Update.
19309
19310 2008-12-06  Bruno Haible  <bruno@clisp.org>
19311
19312         Document the 'manywarnings' module.
19313         * doc/manywarnings.texi: New file.
19314         * doc/gnulib.texi: Include it.
19315
19316 2008-12-05  Eric Blake  <ebb9@byu.net>
19317
19318         tests: silence some gcc warnings
19319         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19320         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19321         type mismatches.
19322
19323 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19324             Bruno Haible  <bruno@clisp.org>
19325
19326         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19327
19328 2008-11-29  Jim Meyering  <meyering@redhat.com>
19329
19330         unicodeio.c: mark unused parameters
19331         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19332         (fallback_failure_callback): Likewise.
19333
19334         fts: fix a thinko
19335         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19336         (set_stat_type): Return S_IF*-valued "type" directly.
19337         Prompted by James Youngman's spotting a related bug.
19338         Confirmed by further testing through find.
19339
19340         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19341         * lib/fts.c (D_TYPE): Define.
19342         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19343         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19344         (s_ifmt_shift_bits): New function.
19345         (set_stat_type): New function.
19346         (fts_build): When not calling fts_stat, call set_stat_type
19347         to propagate dirent.d_type info to fts_read caller.
19348         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19349         fts_statp->st_mode type information may be valid.
19350
19351 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19352
19353         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19354         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19355         <sds@gnu.org>.
19356
19357 2008-11-20  Bruno Haible  <bruno@clisp.org>
19358
19359         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19360         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19361         INCLUDE_NEXT.
19362         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19363         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19364         * modules/math (Makefile.am): Substitute
19365         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19366         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19367
19368 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19369             Bruno Haible  <bruno@clisp.org>
19370
19371         * lib/stdint.in.h: Define all type macros so that their expansion is
19372         a single typedef'ed token. Fixes a compilation failure in Boost which
19373         does "using ::int8_t;".
19374
19375 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19376
19377         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19378         gl_MANYWARN_ALL_GCC.
19379         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19380         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19381         * modules/manywarnings: New file.
19382         * MODULES.html.sh: Mention manywarnings module.
19383
19384 2008-11-18  Bruno Haible  <bruno@clisp.org>
19385
19386         * doc/gnulib-tool.texi (Unit tests): New section.
19387
19388 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19389
19390         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19391         paths like 'lib/po/foo.po'.
19392
19393 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19394
19395         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19396         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19397
19398 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19399
19400         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19401         parameter works.
19402
19403 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19404
19405         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19406
19407 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19408
19409         * modules/parse-duration-tests: New file.
19410         * tests/test-parse-duration.sh: New file.
19411         * tests/test-parse-duration.c: New file.
19412
19413         New module 'parse-duration'.
19414         * lib/parse-duration.h: New file.
19415         * lib/parse-duration.c: New file.
19416         * modules/parse-duration: New file.
19417
19418 2008-11-17  Bruno Haible  <bruno@clisp.org>
19419
19420         * tests/test-select-out.sh: Comment out the first pipe test.
19421         Reported by Simon Josefsson.
19422
19423 2008-11-17  Bruno Haible  <bruno@clisp.org>
19424
19425         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19426         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19427         gl_HOSTENT.
19428
19429 2008-11-17  Bruno Haible  <bruno@clisp.org>
19430
19431         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19432         -lnetwork and -lnet. Needed for Haiku and BeOS.
19433
19434 2008-11-16  Bruno Haible  <bruno@clisp.org>
19435
19436         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19437
19438 2008-11-16  Bruno Haible  <bruno@clisp.org>
19439
19440         Avoid test failure on Haiku.
19441         * tests/test-fsync.c: Include <errno.h>.
19442         (main): Don't require that fsync (0) fails.
19443
19444 2008-11-15  Bruno Haible  <bruno@clisp.org>
19445
19446         New module 'hostent'.
19447         * modules/hostent: New file.
19448         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19449
19450 2008-11-15  Bruno Haible  <bruno@clisp.org>
19451
19452         New module 'servent'.
19453         * modules/servent: New file.
19454         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19455
19456 2008-11-15  Bruno Haible  <bruno@clisp.org>
19457
19458         Avoid generating same test program with two different rules.
19459         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19460         test-frexp to test-frexp-nolibm.
19461         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19462         test-frexpl to test-frexpl-nolibm.
19463
19464 2008-11-15  Bruno Haible  <bruno@clisp.org>
19465
19466         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19467         $(FREXPL_LIBM).
19468
19469 2008-11-15  Bruno Haible  <bruno@clisp.org>
19470
19471         * lib/netdb.in.h: Activate the definitions also when the system's
19472         <netdb.h> has 'struct addrinfo'.
19473         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19474         EAI_OVERFLOW or AI_NUMERICSERV.
19475         * doc/posix-headers/netdb.texi: Document the problem.
19476
19477 2008-11-15  Bruno Haible  <bruno@clisp.org>
19478
19479         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19480
19481         Make the 'sched' module work on platforms where <sched.h> exists but
19482         is incomplete (such as Haiku).
19483         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19484         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19485         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19486         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19487         HAVE_STRUCT_SCHED_PARAM.
19488         * modules/sched (Depends-on): Add include_next.
19489         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19490         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19491         * doc/posix-headers/sched.texi: Document the issue.
19492
19493 2008-11-13  Jim Meyering  <meyering@redhat.com>
19494
19495         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19496         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19497         test would fail due to the difference in the Report bugs to ...
19498         line.  The expected address is empty, "<>", while the actual
19499         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19500
19501 2008-11-12  Bruno Haible  <bruno@clisp.org>
19502
19503         lstat: don't compile lstat.c on systems lacking lstat
19504         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19505         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19506         Reported by Daniel P. Berrange via Jim Meyering.
19507
19508 2008-11-12  Jim Meyering  <meyering@redhat.com>
19509
19510         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19511
19512 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19513
19514         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19515         instead.
19516
19517 2008-11-12  Bruno Haible  <bruno@clisp.org>
19518
19519         * lib/unicodeio.c: Include unistr.h.
19520         (utf8_wctomb): Remove function.
19521         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19522
19523 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19524
19525         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19526         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19527         <bruno@clisp.org>.
19528         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19529
19530 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19531
19532         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19533         * doc/gnulib.texi: Add section for warnings.
19534
19535 2008-11-11  Bruno Haible  <bruno@clisp.org>
19536
19537         * lib/sockets.h: Add a comment.
19538
19539 2008-11-11  Karl Berry  <karl@gnu.org>
19540
19541         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19542
19543 2008-11-11  Eric Blake  <ebb9@byu.net>
19544
19545         fdl.texi: avoid git symlinks
19546         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19547
19548 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19549
19550         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19551
19552 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19553
19554         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19555         (gl_WARN_ADD): Substitute $2 if literal.
19556
19557 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19558
19559         * m4/warning.m4: Remove.
19560
19561 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19562
19563         * m4/warnings.m4: Almost complete rewrite. :-)
19564
19565 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19566
19567         * modules/warnings: New module.
19568         * m4/warnings.m4: New file.
19569         * MODULES.html.sh: Mention warnings module.
19570         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19571         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19572
19573 2008-11-10  Eric Blake  <ebb9@byu.net>
19574
19575         fdl.texi: make a symlink to the latest version
19576         * doc/standards.texi: Revert today's earlier change.
19577         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19578         * doc/fdl.texi: ...and replace this with a symlink to the newer
19579         fdl-1.3.texi.
19580
19581 2008-11-10  Bruno Haible  <bruno@clisp.org>
19582
19583         * tests/test-select-fd.c (main): Accept the result file name as fourth
19584         argument.
19585         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19586         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19587
19588 2008-11-10  Bruno Haible  <bruno@clisp.org>
19589
19590         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19591         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19592         as autoconf-substituted macros.
19593         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19594         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19595         gl_NETDB_H_DEFAULTS. Set these variables.
19596         * modules/netdb (Makefile.am): Substitute these variables.
19597
19598 2008-11-10  Eric Blake  <ebb9@byu.net>
19599
19600         standards.texi: include correct file for FDL 1.3
19601         * doc/standards.texi (GNU Free Documentation License): Change
19602         include file to pull in FDL 1.3, not 1.2.
19603
19604         fdl.texi: revert accidental change to license
19605         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19606
19607 2008-11-10  Bruno Haible  <bruno@clisp.org>
19608
19609         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19610         cross-compiling guesses also when the native compile gives no result.
19611
19612 2008-11-10  Bruno Haible  <bruno@clisp.org>
19613
19614         * lib/spawni.c (__spawni): Force variable into the stack.
19615
19616 2008-11-10  Bruno Haible  <bruno@clisp.org>
19617
19618         Add support for Haiku.
19619         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19620         glibc and BeOS, but also on Haiku.
19621         * lib/fpurge.c (fpurge): Likewise.
19622         * lib/freadable.c (freadable): Likewise.
19623         * lib/freadahead.c (freadahead): Likewise.
19624         * lib/freading.c (freading): Likewise.
19625         * lib/freadptr.c (freadptr): Likewise.
19626         * lib/freadseek.c (freadptrinc): Likewise.
19627         * lib/fseeko.c (rpl_fseeko): Likewise.
19628         * lib/fseterr.c (fseterr): Likewise.
19629         * lib/fwritable.c (fwritable): Likewise.
19630         * lib/fwriting.c (fwriting): Likewise.
19631         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19632
19633 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19634
19635         * lib/config.charset: Treat Haiku like BeOS.
19636
19637 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19638
19639         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19640         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19641
19642 2008-11-08  Bruno Haible  <bruno@clisp.org>
19643
19644         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19645         AC_CACHE_CHECK.
19646
19647 2008-11-08  Bruno Haible  <bruno@clisp.org>
19648
19649         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19650
19651 2008-11-08  Bruno Haible  <bruno@clisp.org>
19652
19653         * tests/test-select-fd.c: New file.
19654         * tests/test-select-in.sh: New file.
19655         * tests/test-select-out.sh: New file.
19656         * tests/test-select-stdin.c: New file.
19657         * modules/select-tests (Files): Add the new files.
19658         (Depends-on): Add gettimeofday.
19659         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19660         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19661         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19662
19663 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19664             Bruno Haible  <bruno@clisp.org>
19665
19666         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19667
19668 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19669
19670         * build-aux/pmccabe2html: Added support for C++ source files.
19671
19672 2008-11-05  Ben Pfaff  <blp@gnu.org>
19673
19674         Fix lib/close.c build on Windows.
19675         * modules/close (Files): Add lib/w32sock.h.
19676
19677 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19678
19679         Accept Bison's NEWS format.
19680         * build-aux/announce-gen (print_news_deltas): Tweak
19681         $re_prefix.
19682
19683 2008-11-04  Bruno Haible  <bruno@clisp.org>
19684
19685         * modules/random_r (Maintainer): Add glibc.
19686
19687 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19688
19689         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19690         by karl@freefriends.org (Karl Berry).
19691         * doc/alloca.texi: Likewise.
19692         * doc/c-ctype.texi: Likewise.
19693         * doc/c-strcase.texi: Likewise.
19694         * doc/c-strcaseeq.texi: Likewise.
19695         * doc/c-strcasestr.texi: Likewise.
19696         * doc/c-strstr.texi: Likewise.
19697         * doc/c-strtod.texi: Likewise.
19698         * doc/c-strtold.texi: Likewise.
19699         * doc/ctime.texi: Likewise.
19700         * doc/error.texi: Likewise.
19701         * doc/fdl.texi: Likewise.
19702         * doc/gcd.texi: Likewise.
19703         * doc/getdate.texi: Likewise.
19704         * doc/gnulib-intro.texi: Likewise.
19705         * doc/gnulib-tool.texi: Likewise.
19706         * doc/gnulib.texi: Likewise.
19707         * doc/inet_ntoa.texi: Likewise.
19708         * doc/maintain.texi: Likewise.
19709         * doc/make-stds.texi: Likewise.
19710         * doc/quote.texi: Likewise.
19711         * doc/regexprops-generic.texi: Likewise.
19712         * doc/standards.texi: Likewise.
19713         * doc/verify.texi: Likewise.
19714         * doc/visibility.texi: Likewise.
19715         * doc/gnulib.texi (GNU Free Documentation License): Include
19716         fdl-1.3.texi instead of fdl.texi.
19717
19718 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19719
19720         * doc/fdl-1.3.texi: New file, from
19721         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19722         * modules/fdl-1.3: Add.
19723         * MODULES.html.sh: Add fdl-1.3.
19724
19725 2008-11-03  Bruno Haible  <bruno@clisp.org>
19726
19727         Make determination of absolute name of header file work with AIX xlc.
19728         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19729         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19730         preprocessing.
19731         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19732         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19733
19734 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19735
19736         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19737         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19738         <ludo@gnu.org>.
19739
19740 2008-11-02  Bruno Haible  <bruno@clisp.org>
19741
19742         Mark 'strpbrk' obsolete.
19743         * modules/strpbrk (Status, Notice): New sections.
19744         * modules/strtok_r (Depends-on): Add strpbrk.
19745
19746 2008-11-02  Bruno Haible  <bruno@clisp.org>
19747
19748         Mark 'strdup' obsolete.
19749         * modules/strdup (Status, Notice): New sections.
19750         * modules/findprog (Depends-on): Add strdup.
19751         * modules/getaddrinfo (Depends-on): Likewise.
19752         * modules/localename (Depends-on): Likewise.
19753         * modules/relocatable-lib (Depends-on): Likewise.
19754         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19755         * modules/relocatable-prog (Depends-on): Likewise.
19756         * modules/trim (Depends-on): Likewise.
19757         * modules/unictype/gen-ctype (Depends-on): Likewise.
19758         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19759
19760 2008-11-02  Bruno Haible  <bruno@clisp.org>
19761
19762         Mark 'strcspn' obsolete.
19763         * modules/strcspn (Status, Notice): New sections.
19764
19765 2008-11-02  Bruno Haible  <bruno@clisp.org>
19766
19767         Mark 'rmdir' obsolete.
19768         * modules/rmdir (Status, Notice): New sections.
19769         * modules/clean-temp (Depends-on): Add rmdir.
19770         * modules/openat (Depends-on): Likewise.
19771
19772 2008-11-02  Bruno Haible  <bruno@clisp.org>
19773
19774         Mark 'raise' obsolete.
19775         * modules/raise (Status, Notice): New sections.
19776         (Include): Specify <signal.h>.
19777         * modules/stdio (Depends-on): Add raise.
19778         * modules/write (Depends-on): Likewise.
19779
19780 2008-11-02  Bruno Haible  <bruno@clisp.org>
19781
19782         Mark 'memset' obsolete.
19783         * modules/memset (Status, Notice): New sections.
19784
19785 2008-11-02  Bruno Haible  <bruno@clisp.org>
19786
19787         Mark 'memmove' obsolete.
19788         * modules/memmove (Status, Notice): New sections.
19789         * modules/argp (Depends-on): Add memmove.
19790         * modules/argz (Depends-on): Likewise.
19791         * modules/canonicalize (Depends-on): Likewise.
19792         * modules/canonicalize-lgpl (Depends-on): Likewise.
19793         * modules/fts (Depends-on): Likewise.
19794         * modules/getcwd (Depends-on): Likewise.
19795         * modules/human (Depends-on): Likewise.
19796         * modules/regex (Depends-on): Likewise.
19797         * modules/striconveh (Depends-on): Likewise.
19798         * modules/trim (Depends-on): Likewise.
19799         * modules/unistr/u8-move (Depends-on): Likewise.
19800         * modules/unistr/u16-move (Depends-on): Likewise.
19801         * modules/unistr/u32-move (Depends-on): Likewise.
19802
19803 2008-11-02  Bruno Haible  <bruno@clisp.org>
19804
19805         Mark 'memcpy' obsolete.
19806         * modules/memcpy (Status, Notice): New sections.
19807
19808 2008-11-02  Bruno Haible  <bruno@clisp.org>
19809
19810         Mark 'memcmp' obsolete.
19811         * modules/memcmp (Status, Notice): New sections.
19812         * modules/argmatch (Depends-on): Add memchr.
19813         * modules/backupfile (Depends-on): Likewise.
19814         * modules/c-strcasestr (Depends-on): Likewise.
19815         * modules/crypto/des (Depends-on): Likewise.
19816         * modules/csharpcomp (Depends-on): Likewise.
19817         * modules/fnmatch (Depends-on): Likewise.
19818         * modules/git-merge-changelog (Depends-on): Likewise.
19819         * modules/isnand (Depends-on): Likewise.
19820         * modules/isnand-nolibm (Depends-on): Likewise.
19821         * modules/isnanf (Depends-on): Likewise.
19822         * modules/isnanf-nolibm (Depends-on): Likewise.
19823         * modules/isnanl (Depends-on): Likewise.
19824         * modules/isnanl-nolibm (Depends-on): Likewise.
19825         * modules/mbchar (Depends-on): Likewise.
19826         * modules/memcoll (Depends-on): Likewise.
19827         * modules/quotearg (Depends-on): Likewise.
19828         * modules/regex (Depends-on): Likewise.
19829         * modules/relocatable-prog (Depends-on): Likewise.
19830         * modules/same (Depends-on): Likewise.
19831         * modules/signbit (Depends-on): Likewise.
19832         * modules/strcasestr-simple (Depends-on): Likewise.
19833         * modules/unictype/gen-ctype (Depends-on): Likewise.
19834         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19835         * modules/uniname/uniname (Depends-on): Likewise.
19836         * modules/unistr/u8-cmp (Depends-on): Likewise.
19837
19838 2008-11-02  Bruno Haible  <bruno@clisp.org>
19839
19840         Mark 'memchr' obsolete.
19841         * modules/memchr (Status, Notice): New sections.
19842         * modules/argp (Depends-on): Add memchr.
19843         * modules/base64 (Depends-on): Likewise.
19844         * modules/c-strcasestr (Depends-on): Likewise.
19845         * modules/chdir-long (Depends-on): Likewise.
19846         * modules/fnmatch (Depends-on): Likewise.
19847         * modules/getsubopt (Depends-on): Likewise.
19848         * modules/git-merge-changelog (Depends-on): Likewise.
19849         * modules/glob (Depends-on): Likewise.
19850         * modules/strcasestr-simple (Depends-on): Likewise.
19851         * modules/strnlen (Depends-on): Likewise.
19852
19853 2008-11-02  Bruno Haible  <bruno@clisp.org>
19854
19855         Mark 'atexit' obsolete.
19856         * modules/atexit (Status, Notice): New sections.
19857         * modules/chdir-long (Depends-on): Add atexit.
19858         * modules/wait-process (Depends-on): Likewise.
19859
19860 2008-11-02  Bruno Haible  <bruno@clisp.org>
19861
19862         * gnulib-tool: New option --with-obsolete.
19863         (func_usage): Document it.
19864         (func_modules_transitive_closure): Drop obsolete dependencies if
19865         incobsolete is not true.
19866         (func_import): Read and save the incobsolete variable to the cache.
19867
19868 2008-11-02  Bruno Haible  <bruno@clisp.org>
19869
19870         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19871         * gnulib-tool: New option --extract-status.
19872         (func_usage): Document it.
19873         (sed_extract_prog): Recognize it.
19874         (func_get_status): New function.
19875
19876 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19877
19878         * modules/sockets (License): Change from LGPL to LGPLv2+.
19879
19880 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19881
19882         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19883
19884 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19885
19886         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19887         Mention times and sys_times.
19888         * modules/sys_times, modules/sys_times-tests: New modules.
19889         * modules/times, modules/times-tests: Likewise
19890         * m4/sys_times_h.m4: New file.
19891         * lib/sys_times.in.h: Likewise
19892         * lib/times.c: Likewise.
19893         * tests/test-sys_times.c: Likewise.
19894         * tests/test-times.c: Likewise.
19895         * doc/posix-headers/sys_times.texi: Update.
19896         * doc/posix-functions/times.texi: Update.
19897
19898 2008-10-28  Jim Meyering  <meyering@redhat.com>
19899
19900         * modules/tempname (Depends-on): Add lstat.
19901
19902         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19903
19904 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19905
19906         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19907         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19908         using idiom used elsewhere in gnulib.
19909
19910 2008-10-27  Jim Meyering  <meyering@redhat.com>
19911
19912         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19913
19914 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19915
19916         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19917         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19918         programs.
19919         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19920
19921 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19922
19923         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19924
19925 2008-10-27  Bruno Haible  <bruno@clisp.org>
19926
19927         * tests/test-lstat.c: Include <stdio.h>.
19928
19929 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19930
19931         * modules/lstat-tests: New module.
19932         * tests/test-lstat.c: New file.
19933
19934 2008-10-26  Jim Meyering  <meyering@redhat.com>
19935
19936         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19937
19938 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19939             Bruno Haible  <bruno@clisp.org>
19940
19941         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19942         * modules/configmake (Include): Add a note that the include must come
19943         after all system headers.
19944         * lib/javaversion.c: Include configmake.h after all other includes.
19945
19946 2008-10-26  Bruno Haible  <bruno@clisp.org>
19947
19948         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19949         HAVE_STRUCT_RANDOM_DATA to 1.
19950         (gl_STDLIB_H): Simplify.
19951
19952 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19953
19954         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19955         substitute HAVE_STRUCT_RANDOM_DATA.
19956         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19957         random_data.
19958         * modules/stdlib (Makefile.am): Substitute
19959         HAVE_STRUCT_RANDOM_DATA.
19960
19961 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19962
19963         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19964         * doc/gnulib-intro.texi (Copyright): Likewise.
19965
19966 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19967
19968         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19969         findings.
19970
19971 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19972             Bruno Haible  <bruno@clisp.org>
19973
19974         * lib/unistd.in.h: Include <winsock2.h>.
19975         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19976         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19977         Provide dummy declarations.
19978         (gethostname): Override.
19979         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19980         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19981         gl_PREREQ_SYS_H_WINSOCK2.
19982         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19983         * doc/posix-functions/gethostname.texi: More details.
19984
19985 2008-10-25  Bruno Haible  <bruno@clisp.org>
19986
19987         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19988         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19989         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19990
19991         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19992         here ...
19993         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19994         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19995         gl_UNISTD_H_DEFAULTS.
19996
19997 2008-10-25  Eric Blake  <ebb9@byu.net>
19998
19999         signbit: avoid spurious compiler failure
20000         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
20001         declarations inside function.
20002
20003 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20004             Bruno Haible  <bruno@clisp.org>
20005
20006         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20007         * modules/random_r (Depends-on): Add stdint.
20008
20009 2008-10-24  Bruno Haible  <bruno@clisp.org>
20010
20011         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20012         Eggert.
20013         * modules/strerror (License): Likewise.
20014
20015 2008-10-24  Jim Meyering  <meyering@redhat.com>
20016
20017         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20018         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20019
20020 2008-10-24  Eric Blake  <ebb9@byu.net>
20021
20022         getgroups: fix compilation when getgroups is available
20023         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20024         but with <config.h> override of getgroups disabled.
20025
20026 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20027
20028         * doc/gnulib.texi (Header files): Add note about C++ problems.
20029         Explained by Bruno Haible <bruno@clisp.org>.
20030
20031 2008-10-23  Bruno Haible  <bruno@clisp.org>
20032
20033         Define a dummy SA_NODEFER macro on Interix.
20034         * lib/signal.in.h (SA_NODEFER): Define fallback.
20035         Reported by Aleksey Cheusov <cheusov@tut.by> via
20036         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20037
20038 2008-10-23  Bruno Haible  <bruno@clisp.org>
20039
20040         * modules/freadahead (License): Change to LGPLv2+.
20041         Suggested by Simon Josefsson.
20042
20043 2008-10-23  Jim Meyering  <meyering@redhat.com>
20044
20045         random_r: new module
20046         * modules/random_r: New file.
20047         * m4/random_r.m4: New file.
20048         * lib/random_r.c: New file, from glibc.
20049         * modules/random_r-tests: New file.
20050         * tests/test-random_r.c: New file.
20051         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20052          Declare.
20053         (RAND_MAX): Define.
20054         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20055         * modules/stdlib: Substitute them, too.
20056         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20057         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20058         * doc/glibc-functions/random_r.texi: Likewise.
20059         * doc/glibc-functions/setstate_r.texi: Likewise.
20060         * doc/glibc-functions/srandom_r.texi: Likewise.
20061         * config/srclist.txt: Mention it.
20062
20063 2008-10-23  David Lutterkort  <lutter@redhat.com>
20064
20065         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20066         link requirement
20067
20068 2008-10-23  Jim Meyering  <meyering@redhat.com>
20069
20070         selinux-h: mark parameters of stub functions as intentionally unused
20071         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20072         * lib/se-context.in.h: Likewise.
20073
20074 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20075
20076         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20077
20078 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20079
20080         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20081
20082 2008-10-22  Eric Blake  <ebb9@byu.net>
20083
20084         glthread/thread: avoid compiler warning
20085         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20086         Add unreachable abort to silence compiler.
20087
20088 2008-10-22  Eric Blake  <ebb9@byu.net>
20089
20090         netdb: also supply struct addrinfo for cygwin 1.5.x
20091         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20092         older cygwin.
20093         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20094         cygwin.
20095         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20096
20097 2008-10-22  Bruno Haible  <bruno@clisp.org>
20098
20099         * users.txt: Update entry about pspp.
20100
20101 2008-10-21  Bruno Haible  <bruno@clisp.org>
20102
20103         Simplification.
20104         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20105         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20106
20107         Simplification.
20108         * lib/ioctl.c (ioctl): Don't undefine.
20109         * lib/socket.c (socket): Don't undefine.
20110
20111         Remove unused module indicator macros.
20112         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20113         GNULIB_$1 as a C macro.
20114
20115         * doc/posix-functions/close.texi: Undo last change.
20116         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20117         Windows platforms.
20118
20119 2008-10-21  Bruno Haible  <bruno@clisp.org>
20120
20121         Add gethostname() declaration to <unistd.h>.
20122         * lib/unistd.in.h (gethostname): New declaration.
20123         * lib/gethostname.c: Include <unistd.h>.
20124         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20125         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20126         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20127         and HAVE_GETHOSTNAME.
20128         * modules/gethostname (Depends-on): Add unistd.
20129         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20130         (Include): Specify <unistd.h>.
20131         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20132         HAVE_GETHOSTNAME.
20133         * tests/test-gethostname.c: Include <unistd.h> first.
20134
20135 2008-10-21  Bruno Haible  <bruno@clisp.org>
20136
20137         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20138         * modules/select-tests (Depends-on): Likewise.
20139         Reported by Simon Josefsson.
20140
20141 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20142
20143         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20144         * lib/accept.c: New file, based on winsock.c.
20145         * lib/bind.c: New file, based on winsock.c.
20146         * lib/connect.c: New file, based on winsock.c.
20147         * lib/getpeername.c: New file, based on winsock.c.
20148         * lib/getsockname.c: New file, based on winsock.c.
20149         * lib/getsockopt.c: New file, based on winsock.c.
20150         * lib/ioctl.c: New file, based on winsock.c.
20151         * lib/listen.c: New file, based on winsock.c.
20152         * lib/recv.c: New file, based on winsock.c.
20153         * lib/recvfrom.c: New file, based on winsock.c.
20154         * lib/send.c: New file, based on winsock.c.
20155         * lib/sendto.c: New file, based on winsock.c.
20156         * lib/setsockopt.c: New file, based on winsock.c.
20157         * lib/shutdown.c: New file, based on winsock.c.
20158         * lib/socket.c: New file, based on winsock.c.
20159         * lib/w32sock.h: New file, based on winsock.c.
20160         * lib/winsock.c: Remove file.
20161         * modules/accept: Likewise.
20162         * modules/bind: Likewise.
20163         * modules/connect: Likewise.
20164         * modules/getpeername: Likewise.
20165         * modules/getsockname: Likewise.
20166         * modules/getsockopt: Likewise.
20167         * modules/ioctl: Likewise.
20168         * modules/listen: Likewise.
20169         * modules/recv: Likewise.
20170         * modules/recvfrom: Likewise.
20171         * modules/send: Likewise.
20172         * modules/sendto: Likewise.
20173         * modules/setsockopt: Likewise.
20174         * modules/shutdown: Likewise.
20175         * modules/socket: Use socket.c instead of winsock.c.
20176         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20177         * doc/posix-functions/accept.texi: Doc fix.
20178         * doc/posix-functions/bind.texi: Doc fix.
20179         * doc/posix-functions/close.texi: Doc fix.
20180         * doc/posix-functions/connect.texi: Doc fix.
20181         * doc/posix-functions/getpeername.texi: Doc fix.
20182         * doc/posix-functions/getsockname.texi: Doc fix.
20183         * doc/posix-functions/getsockopt.texi: Doc fix.
20184         * doc/posix-functions/ioctl.texi: Doc fix.
20185         * doc/posix-functions/listen.texi: Doc fix.
20186         * doc/posix-functions/recv.texi: Doc fix.
20187         * doc/posix-functions/recvfrom.texi: Doc fix.
20188         * doc/posix-functions/send.texi: Doc fix.
20189         * doc/posix-functions/sendto.texi: Doc fix.
20190         * doc/posix-functions/setsockopt.texi: Doc fix.
20191         * doc/posix-functions/shutdown.texi: Doc fix.
20192         * doc/posix-functions/socket.texi: Doc fix.
20193
20194 2008-10-20  Bruno Haible  <bruno@clisp.org>
20195
20196         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20197         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20198         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20199         as an alias for SIGABRT.
20200         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20201         (sigaction): Map it to SIGABRT.
20202         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20203
20204 2008-10-20  Bruno Haible  <bruno@clisp.org>
20205
20206         * lib/fts.c: Don't include lstat.h.
20207         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20208
20209         Move the lstat() declaration to <sys/stat.h>.
20210         * lib/lstat.h: Remove file.
20211         * lib/sys_stat.in.h: Add special invocation convention.
20212         (lstat): New declaration.
20213         * lib/lstat.c (orig_lstat): New function.
20214         (rpl_lstat): Use orig_lstat instead of lstat.
20215         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20216         AC_C_INLINE. Set REPLACE_LSTAT.
20217         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20218         and REPLACE_LSTAT.
20219         * modules/lstat (Files): Remove lib/lstat.h.
20220         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20221         (Include): Specify <sys/stat.h> instead of lstat.h.
20222         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20223         REPLACE_LSTAT.
20224         * NEWS: Mention the change.
20225
20226 2008-10-20  Bruno Haible  <bruno@clisp.org>
20227
20228         * modules/posix_spawn-tests: New file.
20229         * tests/test-posix_spawn3.c: New file.
20230
20231 2008-10-20  Bruno Haible  <bruno@clisp.org>
20232
20233         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20234         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20235         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20236         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20237         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20238
20239 2008-10-20  Bruno Haible  <bruno@clisp.org>
20240
20241         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20242         of posix_spawn on AIX 5.3.
20243
20244 2008-10-20  Bruno Haible  <bruno@clisp.org>
20245
20246         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20247
20248 2008-10-20  Bruno Haible  <bruno@clisp.org>
20249
20250         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20251         of AC_LANG_PROGRAM.
20252
20253 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20254
20255         * lib/netdb.in.h: Don't define GNU specific constants until they
20256         are supported or needed.  Reported by Bruno Haible
20257         <bruno@clisp.org>.
20258
20259 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20260
20261         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20262
20263 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20264
20265         * lib/getaddrinfo.h: Remove file.
20266         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20267         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20268         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20269         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20270         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20271         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20272         * tests/test-getaddrinfo.c: Likewise.
20273         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20274         * NEWS: Mention change.
20275
20276 2008-10-19  Bruno Haible  <bruno@clisp.org>
20277
20278         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20279
20280 2008-10-19  Bruno Haible  <bruno@clisp.org>
20281
20282         * lib/wait-process.c: Include simply <sys/wait.h>.
20283         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20284         WIFSTOPPED): Remove fallback definitions.
20285         * modules/wait-process (Depends-on): Add sys_wait.
20286
20287         New module 'sys_wait'.
20288         * modules/sys_wait: New file.
20289         * lib/sys_wait.in.h: New file, partially copied from
20290         lib/wait-process.c.
20291         * m4/sys_wait_h.m4: New file.
20292         * doc/posix-headers/sys_wait.texi: Mention the new module.
20293
20294 2008-10-19  Bruno Haible  <bruno@clisp.org>
20295
20296         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20297
20298 2008-10-19  Bruno Haible  <bruno@clisp.org>
20299
20300         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20301         * lib/wait-process.c (WAIT_T): Remove type.
20302         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20303         (wait_subprocess): Update.
20304
20305 2008-10-19  Bruno Haible  <bruno@clisp.org>
20306
20307         New module 'atoll'.
20308         * modules/atoll: New file.
20309         * lib/stdlib.in.h (atoll): New declaration.
20310         * lib/atoll.c: New file, from glibc with modifications.
20311         * m4/atoll.m4: New file.
20312         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20313         HAVE_ATOLL.
20314         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20315         * doc/posix-functions/atoll.texi: Mention the new module.
20316
20317 2008-10-19  Bruno Haible  <bruno@clisp.org>
20318
20319         Add strtoull() declaration to <stdlib.h>.
20320         * lib/stdlib.in.h (strtoull): New declaration.
20321         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20322         Set HAVE_STRTOULL.
20323         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20324         HAVE_STRTOULL.
20325         * modules/strtoull (Depends-on): Add stdlib.
20326         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20327         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20328         HAVE_STRTOULL.
20329
20330 2008-10-19  Bruno Haible  <bruno@clisp.org>
20331
20332         Add strtoll() declaration to <stdlib.h>.
20333         * lib/stdlib.in.h (strtoll): New declaration.
20334         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20335         Set HAVE_STRTOLL.
20336         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20337         HAVE_STRTOLL.
20338         * modules/strtoll (Depends-on): Add stdlib.
20339         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20340         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20341
20342 2008-10-19  Bruno Haible  <bruno@clisp.org>
20343
20344         * modules/bcopy (Depends-on): Add strings.
20345         (Include): Specify <strings.h>.
20346
20347 2008-10-19  Bruno Haible  <bruno@clisp.org>
20348
20349         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20350
20351 2008-10-19  Bruno Haible  <bruno@clisp.org>
20352
20353         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20354         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20355         mingw.
20356
20357 2008-10-19  Bruno Haible  <bruno@clisp.org>
20358
20359         * lib/atanl.c: Don't include isnanl.h.
20360         * lib/cosl.c: Likewise.
20361         * lib/ldexpl.c: Likewise.
20362         * lib/logl.c: Likewise.
20363         * lib/sinl.c: Likewise.
20364         * lib/sqrtl.c: Likewise.
20365         * lib/tanl.c: Likewise.
20366
20367         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20368         * lib/isnanf.h: Remove file.
20369         * lib/isnand.h: Remove file.
20370         * lib/isnanl.h: Remove file.
20371         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20372         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20373         macros.
20374         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20375         HAVE_ISNANF, don't define it as a C macro.
20376         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20377         HAVE_ISNAND, don't define it as a C macro.
20378         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20379         HAVE_ISNANL, don't define it as a C macro.
20380         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20381         HAVE_ISNAN[FDL].
20382         * modules/isnanf (Files): Remove lib/isnanf.h.
20383         (Depends-on): Add math.
20384         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20385         (Include): Specify <math.h> instead of isnanf.h.
20386         * modules/isnand (Files): Remove lib/isnand.h.
20387         (Depends-on): Add math.
20388         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20389         (Include): Specify <math.h> instead of isnand.h.
20390         * modules/isnanl (Files): Remove lib/isnanl.h.
20391         (Depends-on): Add math.
20392         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20393         (Include): Specify <math.h> instead of isnanl.h.
20394         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20395         HAVE_ISNAN[FDL].
20396         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20397         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20398         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20399         * NEWS: Mention the change.
20400
20401 2008-10-18  Bruno Haible  <bruno@clisp.org>
20402
20403         Add getusershell(), setusershell(), endusershell() declarations to
20404         <unistd.h>.
20405         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20406         declarations.
20407         * lib/getusershell.c: Include unistd.h.
20408         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20409         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20410         HAVE_GETUSERSHELL.
20411         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20412         and HAVE_GETUSERSHELL.
20413         * modules/getusershell (Depends-on): Add unistd, extensions.
20414         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20415         (Include): Specify <unistd.h>.
20416         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20417         HAVE_GETUSERSHELL.
20418
20419 2008-10-18  Bruno Haible  <bruno@clisp.org>
20420
20421         Add a getloadavg() declaration to <stdlib.h>.
20422         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20423         getloadavg declaration.
20424         (getloadavg): New declaration.
20425         * lib/getloadavg.c: Include <stdlib.h> first.
20426         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20427         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20428         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20429         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20430         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20431         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20432         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20433         (Include): Specify <stdlib.h>.
20434         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20435         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20436
20437 2008-10-18  Bruno Haible  <bruno@clisp.org>
20438
20439         * lib/dirchownmod.c: Don't include lchmod.h.
20440
20441         Move the lchmod() declaration to <sys/stat.h>.
20442         * lib/lchmod.h: Remove file.
20443         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20444         (lchmod): New declaration, moved here from lib/lchown.h.
20445         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20446         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20447         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20448         and HAVE_LCHMOD.
20449         * modules/lchmod (Files): Remove lib/lchmod.h.
20450         (Depends-on): Add sys_stat, extensions.
20451         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20452         (Include): Specify <sys/stat.h> instead of lchmod.h.
20453         * modules/sys_stat (Depends-on): Add link-warning.
20454         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20455         definition of GL_LINK_WARNING.
20456         * NEWS: Mention the change.
20457
20458 2008-10-18  Bruno Haible  <bruno@clisp.org>
20459
20460         * lib/fchdir.c: Don't include dirfd.h.
20461         * lib/fts.c: Likewise.
20462         * lib/getcwd.c: Likewise.
20463         * lib/glob.c: Likewise.
20464
20465         Move the dirfd() declaration to <dirent.h>.
20466         * lib/dirfd.h: Remove file.
20467         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20468         (dirfd): New declaration.
20469         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20470         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20471         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20472         HAVE_DECL_DIRFD.
20473         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20474         HAVE_DECL_DIRFD.
20475         * modules/dirfd (Files): Remove lib/dirfd.h.
20476         (Depends-on): Add dirent, extensions.
20477         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20478         (Include): Specify <dirent.h> instead of dirfd.h.
20479         * modules/dirent (Depends-on): Add link-warning.
20480         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20481         definition of GL_LINK_WARNING.
20482         * NEWS: Mention the change.
20483
20484 2008-10-18  Bruno Haible  <bruno@clisp.org>
20485
20486         Move the euidaccess() declaration to <unistd.h>.
20487         * lib/euidaccess.h: Remove file.
20488         * lib/unistd.in.h (euidaccess): New declaration.
20489         * lib/euidaccess.c: Don't include euidaccess.h.
20490         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20491         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20492         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20493         and HAVE_EUIDACCESS.
20494         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20495         (Depends-on): Add unistd.
20496         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20497         (Include): Specify <unistd.h> instead of euidaccess.h.
20498         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20499         HAVE_EUIDACCESS.
20500         * NEWS: Mention the change.
20501
20502 2008-10-18  Bruno Haible  <bruno@clisp.org>
20503
20504         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20505
20506         Move the getdomainname() declaration to <unistd.h>.
20507         * lib/getdomainname.h: Remove file.
20508         * lib/unistd.in.h (getdomainname): New declaration.
20509         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20510         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20511         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20512         HAVE_GETDOMAINNAME.
20513         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20514         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20515         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20516         (Depends-on): Add unistd, extensions.
20517         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20518         (Includes): Specify <unistd.h> instead of getdomainname.h.
20519         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20520         HAVE_GETDOMAINNAME.
20521         * NEWS: Mention the change.
20522
20523 2008-10-18  Bruno Haible  <bruno@clisp.org>
20524
20525         * modules/dirent: New file.
20526         * m4/dirent_h.m4: New file.
20527         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20528         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20529         * modules/fchdir (Files): Remove lib/dirent.in.h.
20530         (Depends-on): Add dirent.
20531         (Makefile.am): Move rules to modules/dirent.
20532         * doc/posix-headers/dirent.texi: Mention the new module.
20533
20534 2008-10-18  Bruno Haible  <bruno@clisp.org>
20535
20536         Avoid -Wunused-parameter warnings in public gnulib header files.
20537         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20538         macro.
20539         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20540
20541 2008-10-18  Bruno Haible  <bruno@clisp.org>
20542
20543         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20544         * doc/glibc-functions/error.texi: Mention the module 'error'.
20545         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20546         * doc/glibc-functions/getdomainname.texi: Mention the module
20547         'getdomainname'.
20548         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20549         * doc/glibc-functions/getpagesize.texi: Mention the module
20550         'getpagesize'.
20551         * doc/glibc-functions/getusershell.texi: Mention the module
20552         'getusershell'.
20553         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20554         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20555         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20556         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20557         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20558         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20559         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20560         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20561         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20562         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20563         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20564         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20565         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20566         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20567
20568 2008-10-17  Bruno Haible  <bruno@clisp.org>
20569
20570         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20571         HP-UX and IRIX, use -0.0L.
20572         * tests/test-ceill.c (minus_zero): Likewise.
20573         * tests/test-floorl.c (minus_zero): Likewise.
20574         * tests/test-frexpl.c (minus_zero): Likewise.
20575         * tests/test-isnan.c (minus_zerol): Likewise.
20576         * tests/test-isnanl.h (minus_zero): Likewise.
20577         * tests/test-ldexpl.c (minus_zero): Likewise.
20578         * tests/test-roundl.c (minus_zero): Likewise.
20579         * tests/test-signbit.c (minus_zerol): Likewise.
20580         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20581         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20582         * tests/test-truncl.c (minus_zero): Likewise.
20583         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20584         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20585         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20586         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20587
20588 2008-10-17  Bruno Haible  <bruno@clisp.org>
20589
20590         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20591         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20592         that it gets activated only for gcc >= 3.0.
20593         * lib/dirent.in.h: Likewise.
20594         * lib/errno.in.h: Likewise.
20595         * lib/fcntl.in.h: Likewise.
20596         * lib/float.in.h: Likewise.
20597         * lib/iconv.in.h: Likewise.
20598         * lib/inttypes.in.h: Likewise.
20599         * lib/locale.in.h: Likewise.
20600         * lib/math.in.h: Likewise.
20601         * lib/netdb.in.h: Likewise.
20602         * lib/netinet_in.in.h: Likewise.
20603         * lib/search.in.h: Likewise.
20604         * lib/signal.in.h: Likewise.
20605         * lib/spawn.in.h: Likewise.
20606         * lib/stdarg.in.h: Likewise.
20607         * lib/stdint.in.h: Likewise.
20608         * lib/stdio.in.h: Likewise.
20609         * lib/stdlib.in.h: Likewise.
20610         * lib/string.in.h: Likewise.
20611         * lib/strings.in.h: Likewise.
20612         * lib/sys_file.in.h: Likewise.
20613         * lib/sys_ioctl.in.h: Likewise.
20614         * lib/sys_select.in.h: Likewise.
20615         * lib/sys_socket.in.h: Likewise.
20616         * lib/sys_stat.in.h: Likewise.
20617         * lib/sys_time.in.h: Likewise.
20618         * lib/sysexits.in.h: Likewise.
20619         * lib/time.in.h: Likewise.
20620         * lib/unistd.in.h: Likewise.
20621         * lib/wchar.in.h: Likewise.
20622         * lib/wctype.in.h: Likewise.
20623         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20624
20625 2008-10-17  Jim Meyering  <meyering@redhat.com>
20626
20627         ignore-value: don't depend on inline module
20628         * modules/ignore-value (Depends-on): Remove 'inline'.
20629         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20630         Suggestion from Bruno Haible.
20631
20632 2008-10-17  Bruno Haible  <bruno@clisp.org>
20633
20634         New implementation of condition variables for Win32.
20635         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20636         (gl_linked_waitqueue_t): New type.
20637         (gl_cond_t): Use it.
20638         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20639         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20640         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20641         (glthread_cond_init_func, glthread_cond_wait_func,
20642         glthread_cond_timedwait_func, glthread_cond_signal_func,
20643         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20644         Reimplemented on the basis of gl_linked_waitqueue_t.
20645         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20646         gl_waitqueue_t.
20647         (gl_rwlock_t): Update.
20648         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20649
20650 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20651
20652         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20653         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20654
20655 2008-10-17  Jim Meyering  <meyering@redhat.com>
20656
20657         ignore-value: new module
20658         * modules/ignore-value: New file.
20659         * lib/ignore-value.h: New file.
20660         * MODULES.html.sh (Compiler warning management): New section,
20661         just for this module.  More to come.
20662
20663 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20664
20665         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20666         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20667         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20668
20669 2008-10-16  Jim Meyering  <meyering@redhat.com>
20670
20671         openat-die.c: avoid 'no previous prototype' warning
20672         * lib/openat-die.c: Include "openat.h".
20673         Reported by Reuben Thomas <rrt@sc3d.org>.
20674
20675 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20676
20677         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20678         * lib/netdb.in.h: Fix typo.
20679         Reported by Bruno Haible  <bruno@clisp.org>
20680
20681         * lib/netdb.in.h: Include sys/socket.h for platforms without
20682         netdb.h, to get structures like hostent on MinGW.
20683         * modules/netdb (Depends-on): Add sys_socket.
20684
20685 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20686
20687         * modules/netdb, modules/netdb-tests: New file.
20688         * m4/netdb_h.m4: New file.
20689         * lib/netdb.in.h: Add, currently just an empty file pending
20690         definitions.
20691         * tests/test-netdb.c: New file.
20692         * doc/posix-headers/netdb.texi: Mention that we replace it if
20693         needed.
20694         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20695         netdb.
20696
20697 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20698
20699         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20700         with code.
20701
20702 2008-10-13  Bruno Haible  <bruno@clisp.org>
20703
20704         * lib/glthread/cond.c (glthread_cond_wait_func,
20705         glthread_cond_timedwait_func): Add a comment.
20706
20707 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20708
20709         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20710         * tests/test-select.c: Likewise,
20711
20712 2008-10-13  Bruno Haible  <bruno@clisp.org>
20713
20714         * lib/glthread/cond.c (glthread_cond_wait_func,
20715         glthread_cond_timedwait_func): Fix variable name.
20716         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20717
20718 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20719
20720         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20721         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20722         struct sockaddr.sa_len.
20723         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20724
20725 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20726
20727         * build-aux/pmccabe2html: Add css and css_url parameters.
20728
20729 2008-10-12  Bruno Haible  <bruno@clisp.org>
20730
20731         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20732         calling aclx_get.
20733         Reported by Rainer Tammer <tammer@tammer.net>.
20734
20735 2008-10-12  Bruno Haible  <bruno@clisp.org>
20736
20737         Use msvcrt aware primitives for creation/termination of Win32 threads.
20738         * lib/glthread/thread.c: Include <process.h>.
20739         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20740         (wrapper_func): Update signature.
20741         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20742
20743 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20744             Bruno Haible  <bruno@clisp.org>
20745
20746         Provide a Win32 implementation of the 'cond' module.
20747         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20748         * lib/glthread/cond.c (glthread_cond_init_func,
20749         glthread_cond_wait_func, glthread_cond_timedwait_func,
20750         glthread_cond_signal_func, glthread_cond_broadcast_func,
20751         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20752         * modules/cond (Dependencies): Add gettimeofday.
20753
20754 2008-10-11  Bruno Haible  <bruno@clisp.org>
20755
20756         Make sleep work on older versions of mingw.
20757         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20758         only whether it exists.
20759         * doc/posix-functions/sleep.texi: Mention the problem with older
20760         versions of mingw.
20761
20762 2008-10-11  Bruno Haible  <bruno@clisp.org>
20763
20764         New module 'shutdown'.
20765         * modules/shutdown: New file.
20766         * lib/sys_socket.in.h (shutdown): New declaration.
20767         * lib/winsock.c (shutdown): New function.
20768         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20769         GNULIB_SHUTDOWN.
20770         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20771         * doc/posix-functions/shutdown.texi: Document the new module.
20772
20773 2008-10-11  Jim Meyering  <meyering@redhat.com>
20774
20775         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20776
20777 2008-10-11  Bruno Haible  <bruno@clisp.org>
20778
20779         New module 'fclose'.
20780         * modules/fclose: New file.
20781         * lib/stdio.in.h (fclose): New declaration.
20782         * lib/fclose.c: New file.
20783         * m4/fclose.m4: New file.
20784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20785         REPLACE_FCLOSE.
20786         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20787         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20788         REPLACE_FCLOSE.
20789         * modules/close (Depends-on): fclose.
20790         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20791
20792 2008-10-11  Bruno Haible  <bruno@clisp.org>
20793
20794         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20795         set errno and don't call _close.
20796
20797 2008-10-10  Bruno Haible  <bruno@clisp.org>
20798
20799         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20800         ACL, not afterwards. Fixes test failure on Cygwin.
20801
20802 2008-10-09  Ben Pfaff  <blp@gnu.org>
20803
20804         * build-aux/announce-gen: Fix gnulib version related part of usage
20805         message.  Die with a useful error message if no tarballs are
20806         found.
20807
20808 2008-10-10  Jim Meyering  <meyering@redhat.com>
20809
20810         bootstrap: use git's --depth=N option only if it's supported
20811         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20812         recognize the --depth option.  Reported by Pádraig Brady.
20813
20814 2008-10-09  Bruno Haible  <bruno@clisp.org>
20815
20816         New module 'ioctl'.
20817         * modules/ioctl: New file.
20818         * lib/sys_socket.in.h (ioctl): Remove declaration.
20819         * lib/winsock.c: Include <sys/ioctl.h>.
20820         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20821         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20822         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20823         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20824         * doc/posix-functions/ioctl.texi: Mention the new module.
20825
20826 2008-10-09  Bruno Haible  <bruno@clisp.org>
20827
20828         New module 'sys_ioctl'.
20829         * lib/sys_ioctl.in.h: New file.
20830         * m4/sys_ioctl_h.m4: New file.
20831         * modules/sys_ioctl: New file.
20832         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20833
20834 2008-10-09  Bruno Haible  <bruno@clisp.org>
20835
20836         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20837         * lib/winsock.c: Include <stdarg.h>.
20838         (rpl_ioctl): Change to second argument 'int' and then varargs.
20839
20840 2008-10-09  Bruno Haible  <bruno@clisp.org>
20841
20842         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20843         when the sys_socket module is present and the system has <winsock2.h>.
20844
20845 2008-10-09  Bruno Haible  <bruno@clisp.org>
20846
20847         * doc/posix-functions/close.texi: Mention module 'close' instead of
20848         module 'sys_socket'.
20849
20850 2008-10-09  Bruno Haible  <bruno@clisp.org>
20851
20852         * doc/glibc-headers/sys_ioctl.texi: New file.
20853         * doc/gnulib.texi: Include it.
20854
20855 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20856             Bruno Haible  <bruno@clisp.org>
20857
20858         Combine the two replacements of 'close'.
20859         * lib/sys_socket.in.h (close): Define to a reminder to include
20860         <unistd.h>.
20861         (_gl_close_fd_maybe_socket): New declaration.
20862         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20863         * lib/winsock.c (close): Remove undefinition.
20864         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20865         needed for the gnulib module 'close'.
20866         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20867         define to an error symbol or to a warning, if suitable.
20868         * lib/close.c: Include <sys/socket.h>.
20869         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20870         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20871         UNISTD_H_HAVE_WINSOCK2_H.
20872         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20873         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20874         UNISTD_H_HAVE_WINSOCK2_H.
20875         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20876         (configure.ac): Set a module indicator.
20877         (Makefile.am): Substitute GNULIB_CLOSE.
20878         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20879         * modules/poll-tests (Depends-on): Add close.
20880         * modules/select-tests (Depends-on): Likewise.
20881
20882 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20883             Bruno Haible  <bruno@clisp.org>
20884
20885         New module 'close'.
20886         * modules/close: New file.
20887         * lib/unistd.in.h (close): Move declaration out of the
20888         FCHDIR_REPLACEMENT scope.
20889         (_gl_unregister_fd): New declaration.
20890         * lib/close.c: New file.
20891         * lib/fchdir.c (rpl_close): Remove function.
20892         * m4/close.m4: New file.
20893         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20894         close.
20895         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20896         REPLACE_CLOSE.
20897         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20898         REPLACE_CLOSE.
20899         * modules/fchdir (Depends-on): Add close.
20900
20901 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20902             Bruno Haible  <bruno@clisp.org>
20903
20904         * lib/fcntl.in.h (open): Simplify conditionals.
20905         (_gl_register_fd): New declaration.
20906         * lib/fchdir.c (rpl_open): Remove function.
20907         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20908         also.
20909         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20910         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20911         open.
20912
20913 2008-10-09  Jim Meyering  <meyering@redhat.com>
20914
20915         GNUmakefile: use the more name-space-friendly "_version"
20916         * top/GNUmakefile (_dummy): Update.
20917         (_version): Rename from "version".
20918
20919 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20920             Bruno Haible  <bruno@clisp.org>
20921
20922         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20923         rpl_close.
20924         (_gl_register_fd): New function, extracted from rpl_open.
20925         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20926         (rpl_open, rpl_opendir): Use _gl_register_fd.
20927
20928 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20929
20930         Fix organization of 'open' replacement.
20931         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20932         (gl_FUNC_OPEN): Use it.
20933         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20934
20935 2008-10-08  Bruno Haible  <bruno@clisp.org>
20936
20937         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20938
20939 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20940
20941         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20942         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20943         listen).
20944
20945 2008-10-08  Eric Blake  <ebb9@byu.net>
20946
20947         GNUmakefile: add 'make version' target
20948         * top/GNUmakefile (_curr-ver): Split version update rules...
20949         (version): ...into a target.
20950
20951 2008-10-07  Bruno Haible  <bruno@clisp.org>
20952
20953         Use a more portable replacement expression for -0.0L.
20954         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20955         instead of -0.0L. Fix m4 quotation.
20956
20957         * tests/test-signbit.c: Include <float.h>.
20958         (minus_zero): New variable.
20959         (test_signbitl): Use minus_zero instead of -zero.
20960         * modules/signbit-tests (Depends-on): Add float.
20961
20962         * tests/test-ceill.c: Include <float.h>.
20963         (zero): Remove variable.
20964         (minus_zero): New variable.
20965         (main): Use minus_zero instead of -zero.
20966         * modules/ceill-tests (Depends-on): Add float.
20967
20968         * tests/test-floorl.c: Include <float.h>.
20969         (zero): Remove variable.
20970         (minus_zero): New variable.
20971         (main): Use minus_zero instead of -zero.
20972         * modules/floorl-tests (Depends-on): Add float.
20973
20974         * tests/test-roundl.c: Include <float.h>.
20975         (zero): Remove variable.
20976         (minus_zero): New variable.
20977         (main): Use minus_zero instead of -zero.
20978         * modules/roundl-tests (Depends-on): Add float.
20979
20980         * tests/test-truncl.c: Include <float.h>.
20981         (zero): Remove variable.
20982         (minus_zero): New variable.
20983         (main): Use minus_zero instead of -zero.
20984         * modules/truncl-tests (Depends-on): Add float.
20985
20986         * tests/test-frexpl.c (zero): Remove variable.
20987         (minus_zero): New variable.
20988         (main): Use minus_zero instead of -zero.
20989         * modules/frexpl-tests (Depends-on): Add float.
20990
20991         * tests/test-isnan.c (zerol): Remove variable.
20992         (minus_zerol): New variable.
20993         (test_long_double): Use minus_zerol instead of -zerol.
20994         * modules/isnan-tests (Depends-on): Add float.
20995
20996         * tests/test-isnanl.h (zero): Remove variable.
20997         (minus_zero): New variable.
20998         (main): Use minus_zero instead of -zero.
20999         * modules/isnanl-nolibm-tests (Depends-on): Add float.
21000         * modules/isnanl-tests (Depends-on): Add float.
21001
21002         * tests/test-ldexpl.c (zero): Remove variable.
21003         (minus_zero): New variable.
21004         (main): Use minus_zero instead of -zero.
21005         * modules/ldexpl-tests (Depends-on): Add float.
21006
21007         * tests/test-snprintf-posix.h (zerol): Remove variable.
21008         (minus_zerol): New variable.
21009         (test_function): Use minus_zerol instead of -zerol.
21010         * modules/snprintf-posix-tests (Depends-on): Add float.
21011         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21012
21013         * tests/test-sprintf-posix.h (zerol): Remove variable.
21014         (minus_zerol): New variable.
21015         (test_function): Use minus_zerol instead of -zerol.
21016         * modules/sprintf-posix-tests (Depends-on): Add float.
21017         * modules/vsprintf-posix-tests (Depends-on): Add float.
21018
21019         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21020         (minus_zerol): New variable.
21021         (test_function): Use minus_zerol instead of -zerol.
21022         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21023
21024         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21025         (minus_zerol): New variable.
21026         (test_function): Use minus_zerol instead of -zerol.
21027         * modules/vasprintf-posix-tests (Depends-on): Add float.
21028
21029 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21030
21031         * MODULES.html.sh (Support for building documentation): Mention
21032         pmccabe2html.  Sort entries.
21033
21034         Add pmccabe2html module, from gnupdf.
21035         * build-aux/pmccabe.css: New file.
21036         * build-aux/pmccabe2html: New file.
21037         * m4/pmccabe2html.m4: New file.
21038         * modules/pmccabe2html: New file.
21039
21040 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21041
21042         flock: new module
21043         * MODULES.html.sh: Add to list of modules.
21044         * lib/flock.c: flock implementation for Windows and Unix systems
21045         which have fcntl.
21046         * doc/glibc-functions/flock.texi: Update documentation.
21047         * lib/sys_file.in.h: <sys/file.h> header file.
21048         * m4/flock.m4: M4 macros.
21049         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21050         * modules/flock: flock module.
21051         * modules/flock-tests: flock tests module.
21052         * modules/sys_file: sys/file.h module.
21053         * tests/test-flock.c: test suite for flock.
21054
21055 2008-10-06  Jim Meyering  <meyering@redhat.com>
21056
21057         bootstrap: check for LT_INIT more portably still ;-)
21058         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21059         Spotted by Bruno Haible.
21060
21061 2008-10-06  Eric Blake  <ebb9@byu.net>
21062
21063         test-signbit: avoid tripping Irix cc bug on -0.0L
21064         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21065         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21066         entire testsuite consistent and avoids an Irix 6.2 bug.
21067
21068 2008-10-05  Bruno Haible  <bruno@clisp.org>
21069             Jim Meyering  <jim@meyering.net>
21070
21071         Add an option for ignoring EPIPE during close_stdout.
21072         * lib/closeout.h: Include <stdbool.h>.
21073         (close_stdout_set_ignore_EPIPE): New declaration.
21074         * lib/closeout.c: Include <stdbool.h>.
21075         (ignore_EPIPE): New variable.
21076         (close_stdout_set_ignore_EPIPE): New function.
21077         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21078         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21079         failure.
21080         * modules/closeout (Depends-on): Add stdbool.
21081
21082 2008-10-05  Bruno Haible  <bruno@clisp.org>
21083
21084         * modules/accept: New file.
21085         * modules/bind: New file.
21086         * modules/connect: New file.
21087         * modules/getpeername: New file.
21088         * modules/getsockname: New file.
21089         * modules/getsockopt: New file.
21090         * modules/listen: New file.
21091         * modules/recv: New file.
21092         * modules/recvfrom: New file.
21093         * modules/send: New file.
21094         * modules/sendto: New file.
21095         * modules/setsockopt: New file.
21096         * modules/socket: New file.
21097         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21098         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21099         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21100         the particular module is requested. Add a link warning when the
21101         particular module is not requested.
21102         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21103         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21104         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21105         the particular module is requested.
21106         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21107         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21108         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21109         * modules/sys_socket (Depends-on): Add link-warning.
21110         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21111         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21112         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21113         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21114         GL_LINK_WARNING.
21115         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21116         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21117         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21118         * doc/posix-functions/getpeername.texi: Mention the new module
21119         'getpeername'.
21120         * doc/posix-functions/getsockname.texi: Mention the new module
21121         'getsockname'.
21122         * doc/posix-functions/getsockopt.texi: Mention the new module
21123         'getsockopt'.
21124         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21125         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21126         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21127         * doc/posix-functions/send.texi: Mention the new module 'send'.
21128         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21129         * doc/posix-functions/setsockopt.texi: Mention the new module
21130         'setsockopt'.
21131         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21132         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21133         listen, connect, accept.
21134         * modules/select-tests (Depends-on): Likewise.
21135
21136 2008-10-05  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/winsock.c (strerror): Remove unused #undef.
21139         (rpl_close): Remove unused local variable.
21140
21141         * modules/sys_socket (Depends-on); Add errno.
21142
21143 2008-10-05  Bruno Haible  <bruno@clisp.org>
21144
21145         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21146         (select): Add a link warning when the 'select' module is not used.
21147         * modules/sys_select (Depends-on): Add link-warning.
21148         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21149         Suggested by Paolo Bonzini.
21150
21151 2008-10-05  Jim Meyering  <meyering@redhat.com>
21152
21153         bootstrap: check for LT_INIT more portably
21154         * build-aux/bootstrap: Avoid using grep -E, since it's not
21155         portable enough.  Suggestion from Bruno Haible.
21156
21157 2008-10-05  Bruno Haible  <bruno@clisp.org>
21158
21159         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21160         as being fixed by gnulib.
21161
21162 2008-10-05  Bruno Haible  <bruno@clisp.org>
21163
21164         * modules/select-tests: New file, mostly copied from
21165         modules/sys_select-tests.
21166         * tests/test-select.c: New file, mostly copied from
21167         tests/test-sys_select.c.
21168         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21169         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21170         (Makefile.am): Remove test_sys_select_LDADD.
21171
21172         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21173         to an undefined symbol, for an error message.
21174         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21175         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21176         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21177         winsock-select.c here.
21178         * modules/sys_select (Files): Remove lib/winsock-select.c.
21179         (Depends-on): Remove alloca.
21180         (Makefile.am): Substitute GNULIB_SELECT.
21181         * modules/select: New file.
21182         * doc/posix-functions/select.texi: Update.
21183
21184 2008-10-05  Bruno Haible  <bruno@clisp.org>
21185
21186         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21187         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21188         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21189         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21190         getdtablesize.
21191         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21192         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21193
21194 2008-10-05  Bruno Haible  <bruno@clisp.org>
21195
21196         * modules/getdtablesize-tests: New file.
21197         * tests/test-getdtablesize.c: New file.
21198
21199         New module 'getdtablesize'.
21200         * lib/unistd.in.h (getdtablesize): New declaration.
21201         * lib/getdtablesize.c: New file.
21202         * m4/getdtablesize.m4: New file.
21203         * modules/getdtablesize: New file.
21204         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21205         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21206         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21207         HAVE_GETDTABLESIZE.
21208         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21209
21210 2008-10-05  Bruno Haible  <bruno@clisp.org>
21211
21212         * modules/sched (Makefile.am): Fix typo.
21213         Reported by Simon Josefsson.
21214
21215 2008-10-05  Jim Meyering  <meyering@redhat.com>
21216
21217         bootstrap: check for LT_INIT, too
21218         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21219         are deprecated.  Suggestion from Ralf Wildenhues.
21220
21221 2008-10-05  Bruno Haible  <bruno@clisp.org>
21222
21223         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21224         overriding them by ours.
21225         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21226
21227 2008-10-05  Jim Meyering  <meyering@redhat.com>
21228
21229         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21230         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21231         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21232
21233 2008-10-04  Bruno Haible  <bruno@clisp.org>
21234
21235         * modules/dup2 (License): Change to LGPLv2+.
21236         * modules/sleep (License): Likewise.
21237         * modules/perror (License): Likewise.
21238         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21239         Blake.
21240         * modules/signal (License): Likewise.
21241         * modules/sigprocmask (License): Likewise.
21242         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21243         Meyering.
21244
21245 2008-10-04  Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21248         Reported by Rainer Tammer <tammer@tammer.net>.
21249
21250 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21251             Bruno Haible  <bruno@clisp.org>
21252
21253         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21254         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21255         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21256
21257 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21258
21259         filevercmp: new module
21260         * lib/filevercmp.h: New function filevercmp comparing version strings.
21261         * lib/filevercmp.c: Implementation of filevercmp function.
21262         * modules/filevercmp: Module metadata.
21263         * tests/test-filevercmp.c: Unit test for new module.
21264         * modules/filevercmp-tests: Unit test metadata.
21265         * MODULES.html.sh: Add filevercmp module.
21266
21267 2008-10-03  Bruno Haible  <bruno@clisp.org>
21268
21269         * lib/c-ctype.h: Add comment.
21270         Reported by Jim Meyering.
21271
21272 2008-10-02  Bruno Haible  <bruno@clisp.org>
21273
21274         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21275
21276 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21277
21278         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21279         name of bootstrap.conf accordingly.
21280
21281 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21282
21283         * build-aux/bootstrap: Install git-merge-changelog configuration
21284         items into .gitconfig if needed.
21285
21286 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21287
21288         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21289         git repository, and initialize/update it accordingly.
21290
21291 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21292
21293         * modules/fsync-tests: New file.
21294         * tests/test-fsync.c: New file.
21295
21296         New module 'fsync'.
21297         * lib/fsync.c: New file.
21298         * m4/fsync.m4: New file.
21299         * modules/fsync: New file.
21300         * lib/unistd.in.h (fsync): New declaration.
21301         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21302         GNULIB_FSYNC and HAVE_FSYNC.
21303         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21304         * MODULES.html.sh (posix_functions): Add fsync.
21305         * doc/posix-functions/fsync.texi: Mention the new module.
21306
21307 2008-10-02  Jim Meyering  <meyering@redhat.com>
21308
21309         fts.c: sync with similar code from coreutils' remove.c
21310         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21311         Guard also with "#if defined __linux__", since for now at least,
21312         this code is Linux-kernel-specific.
21313
21314 2008-10-02  Jim Meyering  <meyering@redhat.com>
21315
21316         fts: bug fixes
21317         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21318         Include <sys/vfs.h>, not <sys/statfs.h>.
21319
21320         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21321         Include <sys/vfs.h>, not <sys/statfs.h>.
21322
21323 2008-10-01  Bruno Haible  <bruno@clisp.org>
21324
21325         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21326         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21327         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21328         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21329         * doc/posix-functions/posix_spawnp.texi: Likewise.
21330         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21331         whether posix_spawn actually works.
21332         * m4/pipe.m4 (gl_PIPE): Likewise.
21333         * modules/execute (Files): Add m4/posix_spawn.m4.
21334         * modules/pipe (Files): Add m4/posix_spawn.m4.
21335         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21336
21337 2008-10-01  Jim Meyering  <meyering@redhat.com>
21338
21339         remove trailing spaces
21340         * NEWS: Likewise.
21341         * lib/poll.c (poll): Likewise.
21342         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21343         * lib/winsock.c (rpl_close): Likewise.
21344         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21345         * modules/yield: Likewise.
21346         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21347         * tests/test-sys_select.c (connect_to_socket): Likewise.
21348
21349         fts.c: adjust a new interface to be more generally useful
21350         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21351         (fts_build): Adjust caller.
21352
21353 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21354
21355         * modules/cond-tests: New file.
21356         * tests/test-cond.c: New file.
21357
21358 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21359             Bruno Haible  <bruno@clisp.org>
21360
21361         * modules/cond (Dependencies): Add errno, time.
21362         * lib/glthread/cond.h: Include <time.h>.
21363         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21364         across platforms.
21365
21366 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21367             Bruno Haible  <bruno@clisp.org>
21368
21369         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21370
21371 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21372             Bruno Haible  <bruno@clisp.org>
21373
21374         * modules/tls-tests (Depends-on): Add thread, yield.
21375         (configure.ac): Remove all checks.
21376         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21377         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21378         gl_thread_self): Remove definitions. Include glthread/thread.h and
21379         glthread/yield.h instead.
21380         (test_tls): Pass an additional NULL argument to gl_thread_join.
21381
21382 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21383             Bruno Haible  <bruno@clisp.org>
21384
21385         * modules/lock-tests (Depends-on): Add thread, yield.
21386         (configure.ac): Remove all checks.
21387         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21388         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21389         gl_thread_self): Remove definitions. Include glthread/thread.h and
21390         glthread/yield.h instead.
21391         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21392         additional NULL argument to gl_thread_join.
21393
21394 2008-09-30  Bruno Haible  <bruno@clisp.org>
21395
21396         Fix the Win32 implementation of the 'thread' module.
21397         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21398         pointer type.
21399         (gl_thread_self): Invoke gl_thread_self_func.
21400         (gl_thread_self_func): New declaration.
21401         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21402         (do_init_self_key, init_self_key): New functions.
21403         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21404         Remove some fields.
21405         (running_threads, running_lock): Remove variables.
21406         (get_current_thread_handle): New function.
21407         (gl_thread_self_func, wrapper_func, glthread_create_func,
21408         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21409         simplified.
21410
21411 2008-09-30  Bruno Haible  <bruno@clisp.org>
21412
21413         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21414         files.
21415
21416 2008-09-30  Jim Meyering  <meyering@redhat.com>
21417
21418         fts.m4: correct the test for statfs.f_type
21419         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21420         when checking for statfs.f_type.
21421
21422 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21423
21424         tests: avoid some compiler warnings
21425         * tests/test-memchr.c (main): Pass NULL indirectly.
21426         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21427
21428 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21429
21430         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21431         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21432         exactly specified dayshifts.
21433         (dayshift): New rule.
21434         (rel): Add dayshift.
21435         (relative_time_table) [tomorrow, yesterday, today, now]:
21436         Use tDAY_SHIFT in place of tDAY_UNIT.
21437         * tests/test-getdate.c: Add tests for now-disallowed countable
21438         dayshifts, e.g., "4 yesterday ago".
21439
21440 2008-09-29  Bruno Haible  <bruno@clisp.org>
21441
21442         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21443         * tests/test-posix_spawn1.in.sh: Renamed from
21444         tests/test-posix_spawn.in.sh.
21445         * tests/test-posix_spawn2.c: New file.
21446         * tests/test-posix_spawn2.in.sh: New file.
21447         * modules/posix_spawnp-tests (Files): Update.
21448         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21449
21450 2008-09-29  Bruno Haible  <bruno@clisp.org>
21451
21452         Propagate effects of putenv/setenv/unsetenv to child processes.
21453         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21454         * lib/pipe.c (create_pipe): Likewise.
21455
21456 2008-09-29  Bruno Haible  <bruno@clisp.org>
21457
21458         Enable use of shell scripts as executables in mingw.
21459         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21460         run the program as a shell script.
21461         * lib/pipe.c (create_pipe): Likewise.
21462         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21463         resulting array.
21464
21465 2008-09-29  Eric Blake  <ebb9@byu.net>
21466
21467         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21468
21469 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21470
21471         * doc/posix-functions/accept.texi: Update mingw problems.
21472         * doc/posix-functions/bind.texi: Update mingw problems.
21473         * doc/posix-functions/close.texi: Update mingw problems.
21474         * doc/posix-functions/connect.texi: Update mingw problems.
21475         * doc/posix-functions/getpeername.texi: Update mingw problems.
21476         * doc/posix-functions/getsockname.texi: Update mingw problems.
21477         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21478         * doc/posix-functions/ioctl.texi: Update mingw problems.
21479         * doc/posix-functions/listen.texi: Update mingw problems.
21480         * doc/posix-functions/recv.texi: Update mingw problems.
21481         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21482         * doc/posix-functions/select.texi: Update mingw problems.
21483         * doc/posix-functions/send.texi: Update mingw problems.
21484         * doc/posix-functions/sendto.texi: Update mingw problems.
21485         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21486         * doc/posix-functions/socket.texi: Update mingw problems.
21487
21488 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21489             Bruno Haible  <bruno@clisp.org>
21490
21491         * lib/sys_select.in.h: Include sys/time.h.
21492         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21493         * modules/sys_select: Depend on sys_time.
21494         * tests/test-sys_select.c: Test that sys/select.h defines struct
21495         timeval fully.
21496
21497 2008-09-29  Bruno Haible  <bruno@clisp.org>
21498
21499         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21500         * lib/sys_select.in.h: Likewise.
21501
21502 2008-09-29  Bruno Haible  <bruno@clisp.org>
21503
21504         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21505
21506 2008-09-29  Bruno Haible  <bruno@clisp.org>
21507
21508         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21509         Set LIBSOCKET instead of augmenting LIBS.
21510         * modules/sockets (Link): New section.
21511         * modules/sockets-tests (test_sockets_LDADD): New variable.
21512         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21513         * modules/poll-tests (test_poll_LDADD): New variable.
21514         * NEWS: Document the change.
21515
21516 2008-09-29  Bruno Haible  <bruno@clisp.org>
21517
21518         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21519         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21520         ARPA_INET_H directly.
21521         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21522
21523 2008-09-28  Bruno Haible  <bruno@clisp.org>
21524
21525         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21526         from gl_HEADER_SYS_SOCKET.
21527         (gl_HEADER_SYS_SOCKET): Invoke it.
21528         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21529
21530 2008-09-28  Bruno Haible  <bruno@clisp.org>
21531
21532         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21533         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21534         Needed on OSF/1 4.0.
21535
21536 2008-09-28  Bruno Haible  <bruno@clisp.org>
21537
21538         Override open more carefully.
21539         * lib/open.c (orig_open): New function.
21540         (rpl_open): Use orig_open instead of open.
21541         * lib/fcntl.in.h: Add special invocation convention.
21542         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21543         (gl_FUNC_OPEN): Invoke it.
21544
21545         Override freopen more carefully.
21546         * lib/freopen.c (orig_freopen): New function.
21547         (rpl_freopen): Use orig_freopen instead of freopen.
21548         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21549         (gl_FUNC_FREOPEN): Invoke it.
21550
21551         Override fopen more carefully.
21552         * lib/fopen.c (orig_fopen): New function.
21553         (rpl_fopen): Use orig_fopen instead of fopen.
21554         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21555         (gl_FUNC_FOPEN): Invoke it.
21556         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21557
21558 2008-09-28  Bruno Haible  <bruno@clisp.org>
21559
21560         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21561         SIGPIPE.
21562
21563 2008-09-28  Bruno Haible  <bruno@clisp.org>
21564
21565         * tests/test-sigaction.c (handler, main): Disable the check whether
21566         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21567         glibc systems with LinuxThreads.
21568
21569 2008-09-28  Bruno Haible  <bruno@clisp.org>
21570
21571         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21572
21573         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21574         with AIX xlc.
21575         * lib/fcntl.in.h (open): Likewise.
21576         Reported by Rainer Tammer <tammer@tammer.net>.
21577
21578 2008-09-28  Bruno Haible  <bruno@clisp.org>
21579
21580         * modules/posix_spawnp-tests: New file.
21581         * tests/test-posix_spawn.c: New file.
21582         * tests/test-posix_spawn.in.sh: New file.
21583
21584         New module 'posix_spawnp'.
21585         * modules/posix_spawnp: New file.
21586         * lib/spawnp.c: New file, from GNU libc with modifications.
21587         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21588
21589         New module 'posix_spawn'.
21590         * modules/posix_spawn: New file.
21591         * lib/spawn.c: New file, from GNU libc with modifications.
21592         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21593
21594         New module 'posix_spawnattr_destroy'.
21595         * modules/posix_spawnattr_destroy: New file.
21596         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21597         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21598         module.
21599
21600         New module 'posix_spawnattr_setsigmask'.
21601         * modules/posix_spawnattr_setsigmask: New file.
21602         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21603         modifications.
21604         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21605         new module.
21606
21607         New module 'posix_spawnattr_getsigmask'.
21608         * modules/posix_spawnattr_getsigmask: New file.
21609         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21610         modifications.
21611         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21612         new module.
21613
21614         New module 'posix_spawnattr_setsigdefault'.
21615         * modules/posix_spawnattr_setsigdefault: New file.
21616         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21617         modifications.
21618         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21619         new module.
21620
21621         New module 'posix_spawnattr_getsigdefault'.
21622         * modules/posix_spawnattr_getsigdefault: New file.
21623         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21624         modifications.
21625         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21626         new module.
21627
21628         New module 'posix_spawnattr_setschedpolicy'.
21629         * modules/posix_spawnattr_setschedpolicy: New file.
21630         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21631         modifications.
21632         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21633         new module.
21634
21635         New module 'posix_spawnattr_getschedpolicy'.
21636         * modules/posix_spawnattr_getschedpolicy: New file.
21637         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21638         modifications.
21639         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21640         new module.
21641
21642         New module 'posix_spawnattr_setschedparam'.
21643         * modules/posix_spawnattr_setschedparam: New file.
21644         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21645         modifications.
21646         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21647         new module.
21648
21649         New module 'posix_spawnattr_getschedparam'.
21650         * modules/posix_spawnattr_getschedparam: New file.
21651         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21652         modifications.
21653         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21654         new module.
21655
21656         New module 'posix_spawnattr_setpgroup'.
21657         * modules/posix_spawnattr_setpgroup: New file.
21658         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21659         modifications.
21660         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21661         module.
21662
21663         New module 'posix_spawnattr_getpgroup'.
21664         * modules/posix_spawnattr_getpgroup: New file.
21665         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21666         modifications.
21667         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21668         module.
21669
21670         New module 'posix_spawnattr_setflags'.
21671         * modules/posix_spawnattr_setflags: New file.
21672         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21673         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21674         module.
21675
21676         New module 'posix_spawnattr_getflags'.
21677         * modules/posix_spawnattr_getflags: New file.
21678         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21679         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21680         module.
21681
21682         New module 'posix_spawnattr_init'.
21683         * modules/posix_spawnattr_init: New file.
21684         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21685         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21686         module.
21687
21688         New module 'posix_spawn_file_actions_destroy'.
21689         * modules/posix_spawn_file_actions_destroy: New file.
21690         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21691         modifications.
21692         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21693         the new module.
21694
21695         New module 'posix_spawn_file_actions_addopen'.
21696         * modules/posix_spawn_file_actions_addopen: New file.
21697         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21698         modifications.
21699         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21700         the new module.
21701
21702         New module 'posix_spawn_file_actions_adddup2'.
21703         * modules/posix_spawn_file_actions_adddup2: New file.
21704         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21705         modifications.
21706         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21707         the new module.
21708
21709         New module 'posix_spawn_file_actions_addclose'.
21710         * modules/posix_spawn_file_actions_addclose: New file.
21711         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21712         modifications.
21713         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21714         the new module.
21715
21716         New module 'posix_spawn_file_actions_init'.
21717         * modules/posix_spawn_file_actions_init: New file.
21718         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21719         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21720         new module.
21721
21722         New module 'posix_spawn-internal'.
21723         * modules/posix_spawn-internal: New file.
21724         * lib/spawn_int.h: New file, from GNU libc with modifications.
21725         * lib/spawni.c: New file, from GNU libc with modifications.
21726         * m4/posix_spawn.m4: New file.
21727
21728         New module 'spawn'.
21729         * modules/spawn: New file.
21730         * lib/spawn.in.h: New file, from GNU libc with modifications.
21731         * m4/spawn_h.m4: New file.
21732         * doc/posix-headers/spawn.texi: Mention the new module.
21733
21734 2008-09-28  Bruno Haible  <bruno@clisp.org>
21735
21736         * modules/sched-tests: New file.
21737         * tests/test-sched.c: New file.
21738
21739         New module 'sched'.
21740         * modules/sched: New file.
21741         * lib/sched.in.h: New file.
21742         * m4/sched_h.m4: New file.
21743         * doc/posix-headers/sched.texi: Mention the new module.
21744
21745 2008-09-27  Eric Blake  <ebb9@byu.net>
21746
21747         Fix previous patch, and tweak references to $0.
21748         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21749         (func_version, func_gnulib_dir): Don't call this program
21750         gnulib-tool.
21751         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21752         with using $0 in function.
21753         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21754         (func_fatal_error): Reuse the name the user invoked us with.
21755
21756 2008-09-27  Bruno Haible  <bruno@clisp.org>
21757
21758         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21759         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21760         (gl_ICONV_H): Not here.
21761         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21762         instead of assigning ICONV_H directly.
21763
21764         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21765         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21766         WCHAR_H directly.
21767
21768 2008-09-27  Bruno Haible  <bruno@clisp.org>
21769
21770         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21771         * modules/arpa_inet (Depends-on): Add link-warning.
21772         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21773         * modules/unistd (Makefile.am): Likewise.
21774
21775 2008-09-26  Bruno Haible  <bruno@clisp.org>
21776
21777         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21778         variables.
21779         (func_version): Essentially copied from gnulib-tool.
21780         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21781         func_readlink): Copied from gnulib-tool.
21782
21783 2008-09-26  Bruno Haible  <bruno@clisp.org>
21784
21785         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21786         invoking git-version-gen.
21787
21788 2008-09-26  Bruno Haible  <bruno@clisp.org>
21789
21790         * posix-modules: Update to directory names changed on 2008-01-19.
21791         Remove commas in output before splitting into words. No more need to
21792         avoid 'ftruncate' since 2007-02-19.
21793
21794 2008-09-26  Bruno Haible  <bruno@clisp.org>
21795
21796         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21797
21798 2008-09-26  Bruno Haible  <bruno@clisp.org>
21799
21800         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21801         * modules/fwriteerror (Depends-on): Add errno.
21802
21803 2008-09-26  Bruno Haible  <bruno@clisp.org>
21804
21805         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21806         * tests/test-vc-list-files-cvs.sh: Likewise.
21807
21808 2008-09-26  Bruno Haible  <bruno@clisp.org>
21809
21810         * doc/posix-headers/sys_resource.texi: Reorder items.
21811
21812 2008-09-26  Jim Meyering  <meyering@redhat.com>
21813
21814         fts: tweak inode comparison function
21815         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21816         inode numbers, as documented.
21817
21818         fts: sort dirent entries on inode number before traversing
21819         This avoids a quadratic, seek-related performance penalty when
21820         operating on a directory containing many entries (measurable at 10k;
21821         3.5 hours at 2 million entries with a cold cache) on certain types
21822         of file systems, including ext3 and ext4, but not tmpfs.
21823         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21824         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21825         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21826         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21827         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21828         (fts_build): Set the stat.st_ino member from D_INO.
21829         If it is likely to be useful, sort dirent entries on inode number.
21830
21831         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21832         and the struct statfs.f_type member.
21833         * modules/fts (Depends-on): Add d-ino.
21834
21835 2008-09-26  Bruno Haible  <bruno@clisp.org>
21836
21837         * modules/sigpipe-die (Depends-on): Add sigpipe.
21838
21839         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21840         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21841         and GNULIB_STDIO_H_SIGPIPE are set.
21842         * lib/stdio-write.c: New file.
21843         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21844         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21845         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21846         REPLACE_STDIO_WRITE_FUNCS.
21847         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21848         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21849         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21850         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21851         * modules/stdio (Files): Add lib/stdio-write.c.
21852         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21853         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21854         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21855         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21856         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21857         REPLACE_FPRINTF_POSIX.
21858         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21859         REPLACE_PRINTF_POSIX.
21860         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21861         REPLACE_VFPRINTF_POSIX.
21862         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21863         REPLACE_VPRINTF_POSIX.
21864         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21865         SIGPIPE issue.
21866         * doc/posix-functions/fputc.texi: Likewise.
21867         * doc/posix-functions/fputs.texi: Likewise.
21868         * doc/posix-functions/fwrite.texi: Likewise.
21869         * doc/posix-functions/printf.texi: Likewise.
21870         * doc/posix-functions/putc.texi: Likewise.
21871         * doc/posix-functions/putchar.texi: Likewise.
21872         * doc/posix-functions/puts.texi: Likewise.
21873         * doc/posix-functions/vfprintf.texi: Likewise.
21874         * doc/posix-functions/vprintf.texi: Likewise.
21875
21876         * modules/safe-write (Depends-on): Add write.
21877
21878         * modules/sigpipe-tests: New file.
21879         * tests/test-sigpipe.c: New file.
21880         * tests/test-sigpipe.sh: New file.
21881
21882         * modules/write: New file.
21883         * lib/unistd.in.h: Include <sys/types.h>.
21884         (write): New declaration.
21885         * lib/write.c: New file.
21886         * m4/write.m4: New file.
21887         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21888         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21889         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21890         GNULIB_WRITE, REPLACE_WRITE.
21891         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21892         and the SIGPIPE issue.
21893
21894         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21895         (raise): New declaration.
21896         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21897         (ext_signal): New function.
21898         (rpl_raise): New function.
21899         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21900         GNULIB_SIGNAL_H_SIGPIPE.
21901         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21902         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21903
21904         * modules/sigpipe: New file.
21905         * m4/sigpipe.m4: New file.
21906
21907 2008-09-25  Derek Price  <derek@ximbiot.com>
21908             Bruno Haible  <bruno@clisp.org>
21909
21910         * gnulib-tool (func_import): Report all license incompatibilities, not
21911         just the first one.
21912
21913 2008-09-25  Bruno Haible  <bruno@clisp.org>
21914
21915         * gnulib-tool (func_import): When computing the edits, consider not
21916         only the Makefile.ams that exist but also those that will be generated.
21917
21918 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21919
21920         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21921         fixes gnulib-tool --test warning about duplicate dependency.
21922
21923 2008-09-25  Bruno Haible  <bruno@clisp.org>
21924
21925         * gnulib-tool: Don't ask the user to perform edits in the generated
21926         Makefile.ams.
21927         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21928         apply to the Makefile.am being generated.
21929         (func_emit_tests_Makefile_am): Execute edits that apply to the
21930         Makefile.am being generated.
21931         (func_import): Setup list of Makefile.am edits before emitting the
21932         Makefile.ams, not at the end.
21933         (func_create_testdir): Update.
21934         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21935
21936 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21937
21938         * gnulib-tool (func_import): Store the --tests-base option in the
21939         comment in gnulib-cache.m4.
21940
21941 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21942
21943         * NEWS: Document increased portability that sys_select now provides.
21944
21945         * lib/sys_select.in.h: Install select wrapper.
21946         * lib/sys_socket.in.h: Use more descriptive name when there is no
21947         select wrapper.
21948         * lib/winsock-select.c: New.
21949         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21950         Require gl_HEADER_SYS_SOCKET.
21951         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21952         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21953         * tests/test-sys_select.c: Add functional tests.
21954
21955 2008-09-24  Eric Blake  <ebb9@byu.net>
21956
21957         open, fopen: close fd leak in last patch
21958         * lib/open.c (rpl_open): Close fd before returning error.
21959         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21960         * doc/posix-functions/open.texi (open): Document that Irix also
21961         has the bug.
21962         * doc/posix-functions/fopen.texi (fopen): Likewise.
21963         Reported by Paolo Bonzini.
21964
21965 2008-09-24  Bruno Haible  <bruno@clisp.org>
21966
21967         Ensure that a filename ending in a slash cannot be used to access a
21968         non-directory.
21969         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21970         to check whether it's really a directory.
21971         * lib/fopen.c: Include fcntl.h, unistd.h.
21972         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21973         and fdopen().
21974         * modules/fopen (Depends-on): Add unistd.
21975         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21976         * tests/test-fopen.c (main): Likewise.
21977         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21978         * doc/posix-functions/fopen.texi: Likewise.
21979         Reported by Eric Blake.
21980
21981 2008-09-23  Eric Blake  <ebb9@byu.net>
21982
21983         c-stack: avoid compiler optimizations when provoking overflow
21984         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21985         recursion harder to optimize, to ensure a stack overflow occurs.
21986         * tests/test-c-stack.c (recurse): Likewise.
21987         Borrowed from libsigsegv.
21988
21989         c-stack: work around Irix sigaltstack bug
21990         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21991         whether sigaltstack uses wrong end of stack_t (copied in part from
21992         libsigsegv).
21993         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21994         Irix bug, without requiring an over-allocation.
21995         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21996         bug.
21997
21998         fopen: document mingw bug on directories
21999         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
22000         not allowing a stream visiting a directory, even though reading
22001         from such a stream is not portable.
22002
22003 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22004
22005         * lib/poll.c: Rewrite.
22006         * modules/poll: Depend on alloca.
22007
22008 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22009
22010         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22011         instead define prototypes for a full set of wrappers.  Ensure
22012         that Cygwin does not use the compatibility code, which is only
22013         for MinGW.
22014         * lib/winsock.c: New.
22015         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22016         * modules/sys_socket: Add lib/winsock.c.
22017
22018         * modules/poll-tests: Add errno and perror.
22019         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22020
22021 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22022
22023         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22024
22025 2008-09-23  Bruno Haible  <bruno@clisp.org>
22026
22027         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22028         * doc/glibc-functions/*: Likewise.
22029
22030 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22031
22032         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22033         success.
22034
22035 2008-09-22  Eric Blake  <ebb9@byu.net>
22036             Bruno Haible  <bruno@clisp.org>
22037
22038         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22039         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22040         supply %A but mishandle pseudo-NaN.
22041         Reported by Simon Josefsson.
22042
22043 2008-09-21  Bruno Haible  <bruno@clisp.org>
22044
22045         * tests/test-lock.c (main): Tweak skip message.
22046         * tests/test-tls.c (main): Likewise.
22047
22048 2008-09-21  Bruno Haible  <bruno@clisp.org>
22049
22050         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22051         whether 'struct sigaction' has sa_sigaction here...
22052         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22053         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22054
22055 2008-09-21  Bruno Haible  <bruno@clisp.org>
22056
22057         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22058         section.
22059         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22060         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22061         the new section.
22062         (Support for obsolete systems lacking POSIX:2001): New section.
22063         (String handling <string.h>): Move strdup to the new section.
22064         Suggested by Simon Josefsson and Paolo Bonzini.
22065
22066 2008-09-21  Bruno Haible  <bruno@clisp.org>
22067
22068         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22069         exponents in %e and %g results on 'long double'. Needed for mingw's
22070         improved *printf functions.
22071         * tests/test-vasprintf-posix.c (test_function): Likewise.
22072         * tests/test-snprintf-posix.h (test_function): Likewise.
22073         * tests/test-sprintf-posix.h (test_function): Likewise.
22074         Reported by Eric Blake.
22075
22076 2008-09-21  Bruno Haible  <bruno@clisp.org>
22077
22078         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22079         * tests/test-sprintf-posix.h (test_function): Likewise.
22080
22081 2008-09-21  Bruno Haible  <bruno@clisp.org>
22082
22083         * modules/getpass (Depends-on): Add strdup-posix.
22084
22085         New module 'strdup-posix'.
22086         * modules/strdup-posix: New file.
22087         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22088         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22089         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22090         REPLACE_STRDUP.
22091         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22092         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22093         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22094         strdup-posix.
22095
22096         * modules/strdup (Depends-on): Remove malloc-posix.
22097
22098 2008-09-20  Bruno Haible  <bruno@clisp.org>
22099
22100         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22101         Wildenhues.
22102
22103 2008-09-20  Bruno Haible  <bruno@clisp.org>
22104
22105         Ensure that wint_t gets defined on IRIX 5.3.
22106         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22107         * lib/wctype.in.h (wint_t): Likewise.
22108         (__wctype_wint_t): Remove type.
22109         (isw*): Use wint_t instead of __wctype_wint_t.
22110         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22111         * modules/wchar (Files): Add m4/wint_t.m4.
22112         (Makefile.am): Substitute HAVE_WINT_T.
22113         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22114         * tests/test-wctype.c: Check that wint_t is defined.
22115         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22116         * doc/posix-headers/wctype.texi: Likewise.
22117         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22118
22119 2008-09-18  Bruno Haible  <bruno@clisp.org>
22120
22121         * gnulib-tool (func_exit): Update comment.
22122
22123 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22124
22125         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22126         assumes strdup exists and does not depend on strdup to return
22127         ENOMEM on out of memory conditions.
22128
22129 2008-09-18  Bruno Haible  <bruno@clisp.org>
22130
22131         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22132         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22133         digits for the exponent.
22134
22135 2008-09-18  Jim Meyering  <meyering@redhat.com>
22136             Bruno Haible  <bruno@clisp.org>
22137
22138         * lib/vasnprintf.c (decimal_point_char): Define also if
22139         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22140
22141 2008-09-16  Bruno Haible  <bruno@clisp.org>
22142         and Eric Blake  <ebb9@byu.net>
22143
22144         vasnprintf: support Irix 5.3
22145         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22146         that mishandle long double infinity.
22147         Reported by Tom G. Christensen.
22148
22149 2008-09-16  Bruno Haible  <bruno@clisp.org>
22150
22151         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22152         Solaris 9.
22153         * doc/glibc-functions/alphasort.texi: Likewise.
22154         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22155
22156 2008-09-16  Jim Meyering  <meyering@redhat.com>
22157
22158         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22159         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22160         a umask modification leak out of a subshell.  Otherwise, the
22161         opensolaris /bin/sh would be accepted and thus cause unwarranted
22162         failures in the coreutils test suite.
22163
22164 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22165
22166         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22167         to succeed.
22168
22169 2008-09-16  Jim Meyering  <meyering@redhat.com>
22170
22171         avoid spurious test failure when library is built without ACL support
22172         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22173         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22174         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22175         * tests/test-copy-acl.sh: Likewise.
22176
22177 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22178
22179         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22180         based on character occurrence counts.
22181
22182 2008-09-15  Eric Blake  <ebb9@byu.net>
22183
22184         tests: avoid some compiler warnings
22185         * tests/test-memchr.c (main): Pass NULL indirectly.
22186         * tests/test-closein.c (main): Avoid unused variable.
22187
22188 2008-09-15  Bruno Haible  <bruno@clisp.org>
22189
22190         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22191         are missing on OpenBSD 4.0 individually.
22192         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22193
22194 2008-09-15  Bruno Haible  <bruno@clisp.org>
22195
22196         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22197         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22198         * doc/posix-functions/perror.texi: Likewise.
22199         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22200         is missing.
22201         Reported by Eric Blake.
22202
22203         * lib/errno.in.h: Use replacement values >= 2000.
22204         Reported by Eric Blake.
22205
22206 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22207
22208         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22209         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22210         limit.
22211         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22212         compareseq was aborted.
22213
22214 2008-09-14  Bruno Haible  <bruno@clisp.org>
22215
22216         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22217         yvec_edit_count.
22218         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22219         (fstrcmp_bounded): Simplify result computation accordingly.
22220
22221 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22222
22223         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22224         (fstrcmp): Define in terms of fstrcmp_bounded.
22225         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22226         lower_bound argument.
22227         Return quickly if the result is certainly < lower_bound.
22228         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22229
22230 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22231
22232         * lib/diffseq.h (EARLY_ABORT): New macro.
22233         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22234         evaluates to true.
22235
22236 2008-09-14  Bruno Haible  <bruno@clisp.org>
22237
22238         * modules/perror-tests: New file.
22239         * tests/test-perror.sh: New file.
22240         * tests/test-perror.c: New file.
22241
22242         New module 'perror'.
22243         * lib/stdio.in.h (perror): New declaration.
22244         * lib/perror.c: New file.
22245         * m4/perror.m4: New file.
22246         * modules/perror: New file.
22247         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22248         * doc/posix-functions/perror.texi: Mention the perror module.
22249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22250         REPLACE_PERROR.
22251         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22252         REPLACE_PERROR.
22253
22254 2008-09-14  Bruno Haible  <bruno@clisp.org>
22255
22256         * modules/stdio (Makefile.am): Reorder to match the order in
22257         lib/stdio.in.h.
22258         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22259
22260 2008-09-13  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22263
22264 2008-09-13  Bruno Haible  <bruno@clisp.org>
22265
22266         Extend strerror to cover the added errno values.
22267         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22268         (rpl_strerror): Provide error messages for the added errno values and
22269         for the WSA* values.
22270         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22271         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22272         strerror.
22273         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22274         * modules/strerror (Depends-on): Add errno.
22275         * doc/posix-functions/strerror.texi: Document the change.
22276         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22277         and EOVERFLOW.
22278
22279 2008-09-13  Bruno Haible  <bruno@clisp.org>
22280
22281         * modules/EOVERFLOW: Remove file.
22282         * m4/eoverflow.m4: Remove file.
22283         * modules/EOVERFLOW-tests: Remove file.
22284         * tests/test-EOVERFLOW.c: Remove file.
22285         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22286         * modules/ftell (Depends-on): Likewise.
22287         * modules/getdelim (Depends-on): Likewise.
22288         * modules/getugroups (Depends-on): Likewise.
22289         * modules/poll (Depends-on): Likewise.
22290         * modules/snprintf (Depends-on): Likewise.
22291         * modules/sprintf-posix (Depends-on): Likewise.
22292         * modules/vasnprintf (Depends-on): Likewise.
22293         * modules/vasprintf (Depends-on): Likewise.
22294         * modules/vfprintf-posix (Depends-on): Likewise.
22295         * modules/vsnprintf (Depends-on): Likewise.
22296         * modules/vsprintf-posix (Depends-on): Likewise.
22297         * modules/xvasprintf (Depends-on): Likewise.
22298         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22299         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22300         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22301         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22302         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22303         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22304         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22305         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22306         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22307         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22308         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22309         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22310         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22311         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22312         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22313         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22314         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22315         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22316         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22317         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22318         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22319         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22320         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22321         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22322         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22323         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22324         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22325         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22326         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22327         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22328         * MODULES.html.sh: Remove EOVERFLOW.
22329         * NEWS: Mention the change.
22330
22331 2008-09-13  Bruno Haible  <bruno@clisp.org>
22332
22333         * modules/errno-tests: New file.
22334         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22335
22336         * lib/errno.in.h: New file.
22337         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22338         * modules/errno: New file.
22339         * doc/posix-headers/errno.texi: Update documentation.
22340         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22341
22342 2008-09-13  Bruno Haible  <bruno@clisp.org>
22343
22344         * tests/test-poll.c: Use #if for native Windows, rather than testing
22345         __MSVCRT__.
22346
22347 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22348             Bruno Haible  <bruno@clisp.org>
22349
22350         * lib/glob.c: Don't include <pwd.h> on native Windows.
22351         (WINDOWS32): New macro.
22352         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22353
22354 2008-09-13  Bruno Haible  <bruno@clisp.org>
22355
22356         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22357         (ETIMEDOUT): Remove macro.
22358         (glthread_cond_timedwait_multithreaded): New declaration.
22359         (glthread_cond_timedwait): Use it.
22360         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22361         (glthread_cond_timedwait_multithreaded): New function.
22362
22363 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22364
22365         * modules/poll-tests: Do not check for io.h.
22366         * tests/test-poll.c: Check for __MSVCRT__ instead.
22367
22368 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22369
22370         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22371         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22372         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22373
22374 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22375
22376         * modules/poll-tests: New.
22377         * tests/test-poll.c: New.
22378
22379 2008-09-12  Eric Blake  <ebb9@byu.net>
22380
22381         frexp: test for NetBSD failure on -0.0
22382         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22383         not all, bugs from NetBSD 3.0 have been fixed.
22384         * doc/posix-functions/frexp.texi (frexp): Document bug.
22385         Reported by Thomas Klausner.
22386
22387         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22388         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22389         literal -0.0.
22390         Reported by Jonathan C. Patschke <jp@centtech.com>.
22391
22392 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22393
22394         * lib/glthread/cond.h: Use dummy implementation also if
22395         USE_WIN32_THREADS.
22396
22397 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22398
22399         * modules/fnmatch-posix (License): Change to LGPLv2+.
22400         * modules/fnmatch-gnu (License): Likewise.
22401
22402 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22403
22404         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22405
22406 2008-09-11  Jim Meyering  <meyering@redhat.com>
22407
22408         * users.txt: Add gtk-vnc.
22409
22410 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22411
22412         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22413         rotate amounts.
22414
22415         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22416         required for 16-bit and 8-bit rotates.
22417         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22418         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22419         UINT8_MAX instead of hard-coded constants.
22420         Suggested by Paul Eggert.
22421
22422 2008-09-07  Bruno Haible  <bruno@clisp.org>
22423
22424         * tests/test-striconveh.c (main): Check behaviour when converting from
22425         UTF-7.
22426
22427         Make striconveh work better with stateful encodings.
22428         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22429         that iconv does not increment the inptr when returning -1/EINVAL.
22430
22431 2008-09-07  Bruno Haible  <bruno@clisp.org>
22432
22433         * build-aux/config.rpath: Update according to libtool-2.2.6.
22434         * build-aux/config.libpath: Likewise.
22435
22436 2008-09-06  Bruno Haible  <bruno@clisp.org>
22437
22438         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22439         * lib/freadptr.c (freadptr): Likewise.
22440         * lib/freadseek.c (freadptrinc): Likewise.
22441         Reported by Simon Josefsson.
22442
22443 2008-09-06  Bruno Haible  <bruno@clisp.org>
22444
22445         * modules/freadptr (License): Change to LGPLv2+.
22446         * modules/freadseek (License): Likewise.
22447         Suggested by Eric Blake.
22448
22449         * modules/memchr2 (License): Change to LGPLv2+.
22450         Approved by Eric Blake.
22451
22452 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22453             Bruno Haible  <bruno@clisp.org>
22454
22455         Make gnulib-tool work with native 'sed' on AIX.
22456         * gnulib-tool (sed_noop): New variable.
22457         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22458         func_add_or_update, func_create_testdir): Use it to initialize sed
22459         script variables.
22460         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22461
22462 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22463             Bruno Haible  <bruno@clisp.org>
22464
22465         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22466         also works after #include directives.
22467
22468 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22469
22470         getdate.y: reject an out-of-range timezone value
22471         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22472         the range [-24...+24].  When specified with only one or two digits,
22473         * tests/test-getdate.c: Tests for the fix.
22474         * doc/getdate.texi: Document this change.
22475
22476 2008-09-03  Bruno Haible  <bruno@clisp.org>
22477
22478         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22479
22480 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22481
22482         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22483         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22484         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22485         Blake <ebb9@byu.net>.
22486
22487         * tests/test-bitrotate.c: Add more test vectors.
22488
22489 2008-09-02  Eric Blake  <ebb9@byu.net>
22490
22491         vasnprintf-posix: handle large precision via %.*d
22492         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22493         when handling it ourselves.
22494         * tests/test-vasnprintf-posix.c (test_function): Add test.
22495         * tests/test-snprintf-posix.h (test_function): Likewise.
22496         * tests/test-sprintf-posix.h (test_function): Likewise.
22497         * tests/test-vasprintf-posix.c (test_function): Likewise.
22498         Reported by Alain Guibert.
22499
22500 2008-09-01  Eric Blake  <ebb9@byu.net>
22501
22502         c-stack: make configure-time check more robust
22503         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22504         successful sigaction call.
22505         Reported by Tom G. Christensen.
22506
22507 2008-09-01  Bruno Haible  <bruno@clisp.org>
22508
22509         New module 'findprog-lgpl'.
22510         * modules/findprog-lgpl: New file.
22511         * lib/findprog-lgpl.c: New file.
22512         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22513         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22514         to decide whether to use strdup or xstrdup, concatenated_filename or
22515         xconcatenated_filename.
22516
22517 2008-09-01  Bruno Haible  <bruno@clisp.org>
22518
22519         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22520         'xconcat-filename' (GPL).
22521         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22522         (License): Change to LGPLv2+.
22523         * modules/xconcat-filename: New file.
22524         * lib/concat-filename.h (concatenated_filename): Change specification.
22525         (xconcatenated_filename): New declaration.
22526         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22527         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22528         memory situations.
22529         * lib/xconcat-filename.c: New file.
22530         * NEWS: Mention the change.
22531         * lib/findprog.c: Include concat-filename.h, not filename.h.
22532         (find_in_path): Use xconcatenated_filename instead of
22533         concatenated_filename.
22534         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22535         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22536         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22537         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22538         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22539         instead of concatenated_filename.
22540         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22541         (execute_java_class): Use xconcatenated_filename instead of
22542         concatenated_filename.
22543         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22544         * modules/javacomp (Depends-on): Likewise.
22545         * modules/javaexec (Depends-on): Likewise.
22546
22547 2008-09-01  Bruno Haible  <bruno@clisp.org>
22548
22549         Split module 'filename' into 'filename' and 'concat-filename'.
22550         * modules/filename: Keep only lib/filename.h.
22551         (License): Change to LGPLv2+.
22552         * modules/concat-filename: New file, extracted from modules/filename.
22553         * lib/filename.h (concatenated_filename): Remove declaration.
22554         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22555         * lib/concat-filename.c: Include concat-filename.h.
22556         * NEWS: Mention the change.
22557
22558 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22559
22560         * lib/bitrotate.h (rotl8, rotr8): Add.
22561
22562         * modules/bitrotate (configure.ac): Need
22563         AC_REQUIRE([AC_C_INLINE]).
22564         (Description): Mention stdint.h.  Reported by Bruno Haible
22565         <bruno@clisp.org>.
22566
22567         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22568         Paolo Bonzini <bonzini@gnu.org>.
22569
22570 2008-08-31  Bruno Haible  <bruno@clisp.org>
22571
22572         Assume Solaris specific bi-arch conventions on Solaris systems.
22573         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22574         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22575         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22576         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22577         like acl_libdirstem.
22578         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22579         acl_libdirstem.
22580         * NEWS: Mention the change.
22581         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22582
22583 2008-08-31  Jim Meyering  <meyering@redhat.com>
22584
22585         * lib/strftime.h: Add comments describing the two added arguments.
22586
22587         remove duplicate #include directives
22588         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22589         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22590
22591 2008-08-31  Bruno Haible  <bruno@clisp.org>
22592
22593         New module 'sigpipe-die'.
22594         * modules/sigpipe-die: New file.
22595         * lib/sigpipe-die.h: New file.
22596         * lib/sigpipe-die.c: New file.
22597         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22598
22599 2008-08-31  Bruno Haible  <bruno@clisp.org>
22600
22601         Don't override previously installed signal handlers.
22602         * lib/fatal-signal.c (saved_sigactions): New variable.
22603         (uninstall_handlers): Reset the signal to the saved handler, not
22604         to SIG_DFL (except when ignored).
22605         (install_handlers): Save the previous handlers.
22606
22607 2008-08-30  Bruno Haible  <bruno@clisp.org>
22608
22609         * gnulib-tool (func_reset_sigpipe): New function.
22610         (func_get_automake_snippet, func_modules_transitive_closure,
22611         func_import): Invoke it before a join command that reads from stdin,
22612         to avoid "echo: write error: Broken pipe" error messages on stderr.
22613         Reported by Sam Steingold <sds@gnu.org>.
22614
22615 2008-08-30  Bruno Haible  <bruno@clisp.org>
22616
22617         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22618         Code copied from m4/open.m4.
22619         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22620         access and the filename ends in a slash. Code copied from lib/open.c.
22621         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22622         * tests/test-fopen.c (main): Check against bug with trailing slash.
22623
22624 2008-08-29  Bruno Haible  <bruno@clisp.org>
22625
22626         Avoid some "gcc -pedantic" warnings.
22627         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22628         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22629         * lib/dirent.in.h: Likewise.
22630         * lib/fcntl.in.h: Likewise.
22631         * lib/float.in.h: Likewise.
22632         * lib/iconv.in.h: Likewise.
22633         * lib/inttypes.in.h: Likewise.
22634         * lib/locale.in.h: Likewise.
22635         * lib/math.in.h: Likewise.
22636         * lib/netinet_in.in.h: Likewise.
22637         * lib/search.in.h: Likewise.
22638         * lib/signal.in.h: Likewise.
22639         * lib/stdarg.in.h: Likewise.
22640         * lib/stdint.in.h: Likewise.
22641         * lib/stdio.in.h: Likewise.
22642         * lib/stdlib.in.h: Likewise.
22643         * lib/string.in.h: Likewise.
22644         * lib/strings.in.h: Likewise.
22645         * lib/sys_select.in.h: Likewise.
22646         * lib/sys_socket.in.h: Likewise.
22647         * lib/sys_stat.in.h: Likewise.
22648         * lib/sys_time.in.h: Likewise.
22649         * lib/sysexits.in.h: Likewise.
22650         * lib/time.in.h: Likewise.
22651         * lib/unistd.in.h: Likewise.
22652         * lib/wchar.in.h: Likewise.
22653         * lib/wctype.in.h: Likewise.
22654         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22655         * modules/fchdir (Makefile.am): Likewise.
22656         * modules/fcntl (Makefile.am): Likewise.
22657         * modules/float (Makefile.am): Likewise.
22658         * modules/iconv_open (Makefile.am): Likewise.
22659         * modules/inttypes (Makefile.am): Likewise.
22660         * modules/locale (Makefile.am): Likewise.
22661         * modules/math (Makefile.am): Likewise.
22662         * modules/netinet_in (Makefile.am): Likewise.
22663         * modules/search (Makefile.am): Likewise.
22664         * modules/signal (Makefile.am): Likewise.
22665         * modules/stdarg (Makefile.am): Likewise.
22666         * modules/stdint (Makefile.am): Likewise.
22667         * modules/stdio (Makefile.am): Likewise.
22668         * modules/stdlib (Makefile.am): Likewise.
22669         * modules/string (Makefile.am): Likewise.
22670         * modules/strings (Makefile.am): Likewise.
22671         * modules/sys_select (Makefile.am): Likewise.
22672         * modules/sys_socket (Makefile.am): Likewise.
22673         * modules/sys_stat (Makefile.am): Likewise.
22674         * modules/sys_time (Makefile.am): Likewise.
22675         * modules/sysexits (Makefile.am): Likewise.
22676         * modules/time (Makefile.am): Likewise.
22677         * modules/unistd (Makefile.am): Likewise.
22678         * modules/wchar (Makefile.am): Likewise.
22679         * modules/wctype (Makefile.am): Likewise.
22680         Reported by Reuben Thomas <rrt@sc3d.org>.
22681
22682 2008-08-29  Bruno Haible  <bruno@clisp.org>
22683
22684         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22685         any more.
22686
22687 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22688
22689         * MODULES.html.sh (Misc): Add bitrotate.
22690
22691         * modules/bitrotate: New file.
22692
22693         * lib/bitrotate.h: New file.
22694
22695         * modules/bitrotate-tests: New file.
22696
22697         * tests/test-bitrotate.c: New file.
22698
22699         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22700         on the bitrotate module.
22701
22702         * lib/arctwo.c: Use new bitrotate module.
22703
22704 2008-08-29  Jim Meyering  <meyering@redhat.com>
22705
22706         bootstrap: merge changes from coreutils
22707         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22708         of copied files.  Remove a kludge, now that this is fixed.
22709         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22710         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22711         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22712
22713 2008-08-29  Bruno Haible  <bruno@clisp.org>
22714
22715         * MODULES.html.sh: Remove --cvs-urls option.
22716
22717 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22718
22719         maint.mk: adjust to file name change
22720         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22721
22722 2008-08-28  Jim Meyering  <meyering@redhat.com>
22723
22724         * modules/getndelim2 (License): Relicense to LGPLv2+.
22725         Approved by Richard Stallman for the version of 1995, and by
22726         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22727
22728 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22729
22730         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22731         dummy if one is not available.  Do not touch them if
22732         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22733         (getc_maybe_unlocked): New.
22734         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22735
22736 2008-08-26  Eric Blake  <ebb9@byu.net>
22737
22738         doc/INSTALL: resync from autoconf
22739         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22740         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22741         moving...
22742         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22743         * INSTALL: Regenerate.
22744         * INSTALL.ISO: New file.
22745         * INSTALL.UTF-8: Likewise.
22746
22747 2008-08-26  Jim Meyering  <meyering@redhat.com>
22748
22749         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22750         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22751         these definitions conditional, so that they may be overridden, too.
22752
22753 2008-08-26  Bruno Haible  <bruno@clisp.org>
22754
22755         Generate INSTALL file variants with prettier quotes.
22756         * doc/Makefile (INSTALL_PRELUDE): New macro.
22757         (INSTALL): Use it.
22758         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22759
22760 2008-08-26  Bruno Haible  <bruno@clisp.org>
22761
22762         Run makeinfo in an English locale.
22763         * doc/Makefile (MAKEINFO): New variable.
22764
22765 2008-08-26  Bruno Haible  <bruno@clisp.org>
22766
22767         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22768         Suggested by Eric Blake.
22769
22770 2008-08-25  Bruno Haible  <bruno@clisp.org>
22771
22772         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22773
22774 2008-08-25  Eric Blake  <ebb9@byu.net>
22775
22776         c-stack: test that stack overflow can be caught
22777         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22778         that platform allows handling stack overflow; at least OS/2 EMX
22779         has sigaltstack, but crashes before transferring control to
22780         handler on stack overflow.
22781         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22782         check for HAVE_STACK_OVERFLOW_HANDLING.
22783         Reported by Elbert Pol.
22784
22785 2008-08-25  Bruno Haible  <bruno@clisp.org>
22786
22787         * doc/posix-functions/strftime.texi: Fix description of strftime
22788         module.
22789
22790 2008-08-24  Bruno Haible  <bruno@clisp.org>
22791
22792         * tests/uniwidth/test-uc_width2.c: New file.
22793         * tests/uniwidth/test-uc_width2.sh: New file.
22794         * modules/uniwidth/width-tests (Files): Add the new files.
22795         (TESTS): Add uniwidth/test-uc_width2.sh.
22796         (TESTS_ENVIRONMENT): New variable.
22797         (check_PROGRAMS): Add test-uc_width2.
22798         (test_uc_width2_SOURCES): New variable.
22799
22800         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22801         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22802         not 0x00AB.
22803         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22804
22805 2008-08-22  Eric Blake  <ebb9@byu.net>
22806
22807         test-lock, test-tls: mention why a test is skipped
22808         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22809         skipped.
22810         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22811
22812         count-one-bits: relax license
22813         * modules/count-one-bits (License): Relicense to LGPLv2+.
22814         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22815
22816 2008-08-22  Andreas Schwab  <schwab@suse.de>
22817
22818         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22819         Remove spurious space in assignment.
22820
22821 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22822
22823         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22824         Paul Eggert <eggert@CS.UCLA.EDU>.
22825
22826 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22827
22828         * modules/gettext: Add m4/threadlib.m4.
22829
22830 2008-08-19  Eric Blake  <ebb9@byu.net>
22831
22832         test-c-stack: fix compilation failure on FreeBSD 5.0
22833         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22834         headers before <sys/resource.h>.
22835         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22836         the bug.
22837         Reported by Nelson H. F. Beebe.
22838
22839         strverscmp: migrate from "strverscmp.h" to <string.h>
22840         * modules/string (Makefile.am): Add new hooks.
22841         * modules/strverscmp (Files): Remove strverscmp.h.
22842         (Depends-on): Add string.
22843         (configure.ac): Add indicator.
22844         (Include): Mention new header.
22845         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22846         defaults.
22847         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22848         results.
22849         * lib/strverscmp.h: Delete.
22850         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22851         * tests/test-strverscmp.c (includes): Adjust client.
22852         * lib/check-version.c (includes): Likewise.
22853         * NEWS: Document the change.
22854
22855         strverscmp: add unit test
22856         * modules/strverscmp-tests: New file.
22857         * tests/test-strverscmp.c: Likewise.
22858
22859 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22860
22861         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22862         regarding Windows crypto stuff, from Mono.
22863
22864 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22865
22866         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22867         if present, for intel RND.  Return error on failures.
22868
22869 2008-08-18  Ben Pfaff  <blp@gnu.org>
22870
22871         gitlog-to-changelog: give better diagnostic for failed pipe-open
22872         * build-aux/gitlog-to-changelog: Improve error message: suggest
22873         that the version of Git may be too old.
22874
22875 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22876
22877         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22878         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22879
22880 2008-08-18  Bruno Haible  <bruno@clisp.org>
22881
22882         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22883         pthread_in_use().
22884
22885 2008-08-18  Bruno Haible  <bruno@clisp.org>
22886
22887         * lib/glthread/threadlib.c: Include <pthread.h>.
22888
22889 2008-08-18  Bruno Haible  <bruno@clisp.org>
22890
22891         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22892         glthread_recursive_lock_* macros.
22893         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22894         Fix syntax error.
22895
22896 2008-08-18  Bruno Haible  <bruno@clisp.org>
22897
22898         * lib/glthread/thread.c: Avoid forcing a context switch right after
22899         thread creation.
22900
22901 2008-08-17  Bruno Haible  <bruno@clisp.org>
22902
22903         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22904         * lib/glthread/thread.h: Provide Win32 specific implementation.
22905         * modules/thread (Files): Add lib/glthread/thread.c.
22906         (Depends-on): Add lock.
22907         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22908
22909 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22910
22911         New module 'yield'.
22912         * modules/yield: New file.
22913         * lib/glthread/yield.h: New file.
22914         * m4/yield.m4: New file.
22915         * MODULES.html.sh (Multithreading): Add yield.
22916
22917 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22918
22919         New module 'thread'.
22920         * modules/thread: New file.
22921         * lib/glthread/thread.h: New file.
22922         * m4/thread.m4: New file.
22923         * MODULES.html.sh (Multithreading): Add thread.
22924
22925 2008-08-17  Bruno Haible  <bruno@clisp.org>
22926
22927         * lib/glthread/lock.h: Include <stdlib.h> always.
22928         * lib/glthread/tls.h: Likewise.
22929         * lib/glthread/cond.h: Likewise.
22930
22931 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22932
22933         New module 'cond'.
22934         * modules/cond: New file.
22935         * lib/glthread/cond.h: New file.
22936         * lib/glthread/cond.c: New file.
22937         * m4/cond.m4: New file.
22938         * MODULES.html.sh (Multithreading): Add cond.
22939
22940 2008-08-16  Eric Blake  <ebb9@byu.net>
22941
22942         c-stack: fix regression on Irix 5.3 from 2008-06-21
22943         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22944         sa_sigaction...
22945         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22946         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22947         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22948         * modules/signal (Makefile.am): Use the value.
22949         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22950         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22951         * doc/posix-headers/signal.texi (signal.h): Document this
22952         portability issue.
22953         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22954         Reported by Tom G. Christensen.
22955
22956 2008-08-17  Bruno Haible  <bruno@clisp.org>
22957
22958         New module 'threadlib'.
22959         * modules/threadlib: New file.
22960         * lib/glthread/threadlib.c: New file, extracted from
22961         lib/glthread/lock.c.
22962         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22963         functions.
22964         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22965         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22966         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22967         macros.
22968         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22969         (gl_DISABLE_THREADS): Remove macro.
22970         * modules/lock (Files): Remove build-aux/config.rpath.
22971         (Depends-on): Remove havelib. Add threadlib.
22972         (configure.ac-early): Remove section.
22973         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22974         * modules/tls (Depends-on): Remove lock. Add threadlib.
22975         (Link): New section, copied from threadlib.
22976         * MODULES.html.sh (Multithreading): Add threadlib.
22977
22978 2008-08-14  Bruno Haible  <bruno@clisp.org>
22979
22980         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22981         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22982         glthread_rwlock_unlock, glthread_rwlock_destroy,
22983         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22984         glthread_recursive_lock_destroy): Define as macros always.
22985         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22986         glthread_lock_lock.
22987         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22988         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22989         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22990         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22991         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22992         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22993         (glthread_recursive_lock_lock_func): Renamed from
22994         glthread_recursive_lock_lock.
22995         (glthread_recursive_lock_unlock_func): Renamed from
22996         glthread_recursive_lock_unlock.
22997         (glthread_recursive_lock_destroy_func): Renamed from
22998         glthread_recursive_lock_destroy.
22999
23000 2008-08-14  Bruno Haible  <bruno@clisp.org>
23001
23002         * lib/glthread/lock.h: Renamed from lib/lock.h.
23003         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
23004         * lib/glthread/tls.h: Renamed from lib/tls.h.
23005         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23006         * lib/fstrcmp.c: Update includes.
23007         * lib/strsignal.c: Update includes.
23008         * modules/lock (Files, Makefile.am): Update.
23009         (Include): Change to "glthread/lock.h".
23010         * modules/tls (Files, Makefile.am): Update.
23011         (Include): Change to "glthread/tls.h".
23012         * tests/test-lock.c: Update includes.
23013         * tests/test-tls.c: Update includes.
23014         * NEWS: Mention the renamed header files.
23015
23016 2008-08-11  Jim Meyering  <meyering@redhat.com>
23017
23018         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23019
23020 2008-08-11  Eric Blake  <ebb9@byu.net>
23021
23022         test-c-stack: avoid C99-ism
23023         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23024         before statement.
23025         Reported by Alain Guibert.
23026
23027 2008-08-10  Jim Meyering  <meyering@redhat.com>
23028
23029         ensure that return value of uinttostr et al are not ignored
23030         * lib/inttostr.h (__GNUC_PREREQ): Define.
23031         (__attribute_warn_unused_result__): Define.
23032         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23033
23034 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23035
23036         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23037         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23038
23039 2008-08-07  Jim Meyering  <meyering@redhat.com>
23040
23041         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23042
23043         * modules/mkstemp (License): Relicense under LGPLv2+.
23044         * modules/tempname (License): Likewise.
23045
23046 2008-08-06  Bruno Haible  <bruno@clisp.org>
23047
23048         * lib/poll.c (poll): Further micro-optimization.
23049
23050 2008-08-06  Jim Meyering  <meyering@redhat.com>
23051
23052         inet_pton.c: use locale-independent tolower
23053         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23054         (inet_pton6): Use c_tolower rather than tolower.
23055         * modules/inet_pton (Depends-on): Add c-ctype.
23056
23057 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23058
23059         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23060         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23061
23062 2008-08-06  Jim Meyering  <meyering@redhat.com>
23063
23064         * modules/inet_pton (License): Relicense under LGPLv2+.
23065
23066 2008-08-03  Bruno Haible  <bruno@clisp.org>
23067
23068         Additional non-aborting API for lock and tls.
23069         * lib/lock.h: Include <errno.h>.
23070         (glthread_lock_init): New macro/function.
23071         (gl_lock_init): Define as wrapper around glthread_lock_init.
23072         (glthread_lock_lock): New macro/function.
23073         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23074         (glthread_lock_unlock): New macro/function.
23075         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23076         (glthread_lock_destroy): New macro/function.
23077         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23078         (glthread_rwlock_init): New macro/function.
23079         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23080         (glthread_rwlock_rdlock): New macro/function.
23081         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23082         (glthread_rwlock_wrlock): New macro/function.
23083         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23084         (glthread_rwlock_unlock): New macro/function.
23085         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23086         (glthread_rwlock_destroy): New macro/function.
23087         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23088         (glthread_recursive_lock_init): New macro/function.
23089         (gl_recursive_lock_init): Define as wrapper around
23090         glthread_recursive_lock_init.
23091         (glthread_recursive_lock_lock): New macro/function.
23092         (gl_recursive_lock_lock): Define as wrapper around
23093         glthread_recursive_lock_lock.
23094         (glthread_recursive_lock_unlock): New macro/function.
23095         (gl_recursive_lock_unlock): Define as wrapper around
23096         glthread_recursive_lock_unlock.
23097         (glthread_recursive_lock_destroy): New macro/function.
23098         (gl_recursive_lock_destroy): Define as wrapper around
23099         glthread_recursive_lock_destroy.
23100         (glthread_once): New macro/function.
23101         (gl_once): Define as wrapper around glthread_once.
23102         Update function declarations.
23103         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23104         glthread_rwlock_init. Return error code.
23105         (glthread_rwlock_rdlock_multithreaded): Renamed from
23106         glthread_rwlock_rdlock. Return error code.
23107         (glthread_rwlock_wrlock_multithreaded): Renamed from
23108         glthread_rwlock_wrlock. Return error code.
23109         (glthread_rwlock_unlock_multithreaded): Renamed from
23110         glthread_rwlock_unlock. Return error code.
23111         (glthread_rwlock_destroy_multithreaded): Renamed from
23112         glthread_rwlock_destroy. Return error code.
23113         (glthread_recursive_lock_init_multithreaded): Renamed from
23114         glthread_recursive_lock_init. Return error code.
23115         (glthread_recursive_lock_lock_multithreaded): Renamed from
23116         glthread_recursive_lock_lock. Return error code.
23117         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23118         glthread_recursive_lock_unlock. Return error code.
23119         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23120         glthread_recursive_lock_destroy. Return error code.
23121         (glthread_once_call): Make static.
23122         (glthread_once_multithreaded): Renamed from glthread_once.
23123         * lib/tls.h: Include <errno.h>.
23124         (glthread_tls_key_init): New macro/function.
23125         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23126         (glthread_tls_set): New macro/function.
23127         (gl_tls_set): Define as wrapper around glthread_tls_set.
23128         (glthread_tls_key_destroy): New macro/function.
23129         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23130         Update function declarations.
23131         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23132         glthread_tls_get.
23133         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23134
23135 2008-08-04  Eric Blake  <ebb9@byu.net>
23136
23137         gnumakefile: use space, not TAB, outside of targets
23138         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23139
23140 2008-08-02  Jim Meyering  <meyering@redhat.com>
23141
23142         getdate.y: avoid locale-dependent date parsing failure
23143         In Turkish locales, getdate would fail to recognize keywords
23144         containing a lowercase "i".  The solution is not to rely on
23145         locale-sensitive case-conversion.
23146         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23147         (lookup_word): Use c_toupper in place of toupper.
23148         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23149         Reported by Vefa Bicakci <bicave@superonline.com> in
23150         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23151         * modules/getdate (Depends-on): Add c-ctype.
23152
23153 2008-08-02  Bruno Haible  <bruno@clisp.org>
23154
23155         * gnulib-tool (func_import): When updating or creating a .gitignore
23156         file, prepend each added line with a slash, and ignore leading slashes
23157         from the existing lines.
23158         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23159
23160 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23161
23162         Portability fix for GNU make 3.79.1.
23163         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23164         versions do not understand.
23165
23166 2008-08-01  Bruno Haible  <bruno@clisp.org>
23167
23168         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23169         * tests/test-isnanf.h (zero): New variable.
23170         (main): Avoid literal -0.0f.
23171         * tests/test-isnand.h (zero): New variable.
23172         (main): Avoid literal -0.0.
23173         * tests/test-isnanl.h (zero): New variable.
23174         (main): Avoid literal -0.0L.
23175         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23176         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23177         -0.0, -0.0L.
23178         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23179         (test_signbitd): Avoid literal -0.0.
23180         (test_signbitl): Avoid literal -0.0L.
23181         * tests/test-ceilf1.c (zero): New variable.
23182         (main): Avoid literal -0.0f.
23183         * tests/test-ceill.c (zero): New variable.
23184         (main): Avoid literal -0.0L.
23185         * tests/test-floorf1.c (zero): New variable.
23186         (main): Avoid literal -0.0f.
23187         * tests/test-floorl.c (zero): New variable.
23188         (main): Avoid literal -0.0L.
23189         * tests/test-roundf1.c (zero): New variable.
23190         (main): Avoid literal -0.0f.
23191         * tests/test-round1.c (zero): New variable.
23192         (main): Avoid literal -0.0.
23193         * tests/test-roundl.c (zero): New variable.
23194         (main): Avoid literal -0.0L.
23195         * tests/test-truncf1.c (zero): New variable.
23196         (main): Avoid literal -0.0f.
23197         * tests/test-trunc1.c (zero): New variable.
23198         (main): Avoid literal -0.0.
23199         * tests/test-truncl.c (zero): New variable.
23200         (main): Avoid literal -0.0L.
23201         * tests/test-frexp.c (zero): New variable.
23202         (main): Avoid literal -0.0.
23203         * tests/test-frexpl.c (zero): New variable.
23204         (main): Avoid literal -0.0L.
23205         * tests/test-ldexpl.c (zero): New variable.
23206         (main): Avoid literal -0.0L.
23207         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23208         (zerod, zerol): New variables.
23209         (test_function): Avoid literals -0.0, -0.0L.
23210         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23211         (zerod, zerol): New variables.
23212         (test_function): Avoid literals -0.0, -0.0L.
23213         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23214         (zerod, zerol): New variables.
23215         (test_function): Avoid literals -0.0, -0.0L.
23216         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23217         (zerod, zerol): New variables.
23218         (test_function): Avoid literals -0.0, -0.0L.
23219         * tests/test-strtod.c (zero): New variable.
23220         (main): Avoid literal -0.0.
23221         Reported by Jonathan C. Patschke <jp@centtech.com>.
23222
23223 2008-07-31  Jim Meyering  <meyering@redhat.com>
23224
23225         sha256.h: correct definition of SHA224_DIGEST_SIZE
23226         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23227         Reported by Paulie Pena IV <paulie4@gmail.com>.
23228         Define as 224 / 8, rather than as a literal.
23229         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23230         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23231         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23232
23233 2008-07-31  Bruno Haible  <bruno@clisp.org>
23234
23235         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23236         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23237         Reported by Jonathan Patschke <jp@centtech.com>.
23238
23239 2008-07-31  Bruno Haible  <bruno@clisp.org>
23240
23241         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23242         Reported by Paolo Bonzini <bonzini@gnu.org>.
23243
23244 2008-07-30  Eric Blake  <ebb9@byu.net>
23245
23246         test-strtod: allow compilation without -lm
23247         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23248         Reported by Dennis Clarke <blastwave@gmail.com>.
23249
23250 2008-07-28  Jim Meyering  <meyering@redhat.com>
23251
23252         bootstrap: work also when there are no .po files in po/
23253         * build-aux/bootstrap (update_po_files): Complete the change
23254         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23255
23256 2008-07-27  Jim Meyering  <meyering@redhat.com>
23257
23258         * users.txt: Add zile.
23259
23260 2008-07-26  Ben Pfaff  <blp@gnu.org>
23261
23262         Add missing dependencies on new m4/exponent[fdl].m4 files.
23263         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23264         * modules/isnand-nolibm: Add m4/exponentd.m4.
23265         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23266         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23267         m4/isnan[fdl].m4, because the macros actually used moved.
23268         Reported by Jim Meyering.
23269
23270 2008-07-14  Ben Pfaff  <blp@gnu.org>
23271
23272         Add isinf module.
23273         * lib/isinf.c: New file.
23274         * lib/math.in.h: Define isinf macro if we have decided to replace
23275         it.
23276         * m4/isinf.m4: New file.
23277         * m4/math_h.m4: Initialize and substitute variables for isinf
23278         module.
23279         * modules/isinf: New file.
23280         * modules/isinf-tests: New file.
23281         * modules/math: Add substitutions for new module.
23282         * tests/test-isinf.c: New file.
23283         * doc/posix-functions/isinf.texi: Mention new module.
23284         * MODULES.html.sh: Mention new module.
23285
23286 2008-07-14  Ben Pfaff  <blp@gnu.org>
23287
23288         Factor out some macros for use by additional modules.
23289         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23290         exponentf.m4.
23291         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23292         exponentd.m4.
23293         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23294         file exponentl.m4.
23295         * m4/exponentf.m4: New file.
23296         * m4/exponentd.m4: New file.
23297         * m4/exponentl.m4: New file.
23298         * modules/isnanf: Use new file m4/exponentf.m4.
23299         * modules/isnand: Use new file m4/exponentd.m4.
23300         * modules/isnanl: Use new file m4/exponentl.m4.
23301
23302 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23303
23304         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23305         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23306         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23307         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23308
23309         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23310         readlink on platforms without PATH_MAX.
23311
23312 2008-07-21  Eric Blake  <ebb9@byu.net>
23313
23314         Warn, not fail, on stale version.
23315         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23316
23317         Don't allow installation with stale devel version number.
23318         * top/GNUmakefile (_is-install-target): New macro.
23319         (_curr-ver): Forbid installation with stale version number.
23320
23321 2008-07-20  Bruno Haible  <bruno@clisp.org>
23322
23323         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23324         TESTS_ENVIRONMENT.
23325         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23326
23327 2008-07-20  Bruno Haible  <bruno@clisp.org>
23328
23329         * lib/c-stack.h (c_stack_action): Add documentation.
23330         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23331
23332 2008-07-20  Bruno Haible  <bruno@clisp.org>
23333
23334         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23335         * modules/readlink (License): Likewise.
23336
23337 2008-07-17  Eric Blake  <ebb9@byu.net>
23338
23339         * modules/c-stack (Link): Fix typo.
23340
23341         Make c-stack use libsigsegv, when available.
23342         * modules/c-stack (Depends-on): Add libsigsegv.
23343         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23344         needed.
23345         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23346         (segv_handler, overflow_handler, c_stack_action)
23347         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23348         implementation when libsigsegv is available, but only when using
23349         the library is necessary.
23350         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23351         comment, explaining why XSI check fails on Linux.
23352         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23353         * tests/test-c-stack2.sh: Tweak skip message.
23354         * NEWS: Document new link-time requirements.
23355
23356 2008-07-16  Eric Blake  <ebb9@byu.net>
23357
23358         c-stack: Expose false positives when not using libsigsegv.
23359         * modules/c-stack-tests (Files): Expand test.
23360         * tests/test-c-stack.c (main): Add means to conditionally trigger
23361         non-overflow SIGSEGV.
23362         * tests/test-c-stack2.sh: New file.
23363
23364 2008-07-14  Bruno Haible  <bruno@clisp.org>
23365
23366         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23367         Reported by Eric Blake.
23368
23369 2008-07-14  Sam Steingold  <sds@gnu.org>
23370             Bruno Haible  <bruno@clisp.org>
23371
23372         New module libsigsegv.
23373         * modules/libsigsegv: New file.
23374         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23375         modifications.
23376         * MODULES.html.sh (Signal handling): New section.
23377
23378 2008-07-14  Bruno Haible  <bruno@clisp.org>
23379
23380         * modules/unictype/ctype-* (Description): Add the word "function".
23381         Improves the resulting doc in MODULES.html.
23382
23383 2008-07-12  Ben Pfaff  <blp@gnu.org>
23384
23385         Add longlong module.
23386         * modules/longlong: New file.
23387
23388 2008-07-12  Bruno Haible  <bruno@clisp.org>
23389
23390         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23391         to empty.
23392
23393 2008-07-10  Ben Pfaff  <blp@gnu.org>
23394
23395         Add isnan module.
23396         * doc/posix-functions/isnan.texi: Mention new module.
23397         * lib/math.in.h: Define isnan macro if we have decided to replace
23398         it.
23399         * m4/isnan.m4: New file.
23400         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23401         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23402         also.
23403         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23404         redundancy.
23405         * m4/math_h.m4: Initialize and substitute variables for isnan
23406         module.
23407         * modules/isnan: New file.
23408         * modules/isnan-tests: New file.
23409         * modules/math: Add substitutions for new module.
23410         * tests/test-isnan.c: New file.
23411         * MODULES.html.sh: Mention new module.
23412
23413 2008-07-10  Ben Pfaff  <blp@gnu.org>
23414
23415         Add isnanf module.
23416         * lib/isnanf.m4: New file.
23417         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23418         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23419         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23420         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23421         * modules/isnanf: New file.
23422         * modules/isnanf-tests: New file.
23423         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23424         files.
23425         * tests/test-isnanf-nolibm.c: factored most of its contents into
23426         new file tests/test-isnanf.h.
23427         * tests/test-isnanf.h: New file.
23428         * tests/test-isnanf.c: New file.
23429         * MODULES.html.sh: Mention new module.
23430         * doc/glibc-functions/isnanf.texi: Mention new module.
23431
23432 2008-07-10  Ben Pfaff  <blp@gnu.org>
23433
23434         Add isnand module.
23435         * lib/isnand.h: New file.
23436         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23437         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23438         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23439         functionality also.
23440         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23441         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23442         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23443         * modules/isnand: New file.
23444         * modules/isnand-tests: New file.
23445         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23446         files.
23447         * tests/test-isnand-nolibm.c: factored most of its contents into
23448         new file tests/test-isnand.h.
23449         * tests/test-isnand.h: New file.
23450         * tests/test-isnand.c: New file.
23451         * MODULES.html.sh: Mention new module.
23452
23453 2008-07-10  Ben Pfaff  <blp@gnu.org>
23454
23455         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23456         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23457         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23458         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23459         * modules/isnanf-nolibm: Update references to renamed files.
23460         * modules/isnand-nolibm: Likewise.
23461         * modules/isnanf-nolibm-tests: Likewise.
23462         * modules/isnand-nolibm-tests: Likewise.
23463         * lib/frexp.c: Likewise.
23464         * lib/isfinite.c: Likewise.
23465         * lib/signbitd.c: Likewise.
23466         * lib/signbitf.c: Likewise.
23467         * lib/vasnprintf.c: Likewise.
23468         * tests/test-ceilf1.c: Likewise.
23469         * tests/test-ceilf2.c: Likewise.
23470         * tests/test-floorf1.c: Likewise.
23471         * tests/test-floorf2.c: Likewise.
23472         * tests/test-frexp.c: Likewise.
23473         * tests/test-round1.c: Likewise.
23474         * tests/test-round2.c: Likewise.
23475         * tests/test-roundf1.c: Likewise.
23476         * tests/test-strtod.c: Likewise.
23477         * tests/test-trunc1.c: Likewise.
23478         * tests/test-trunc2.c: Likewise.
23479         * tests/test-truncf1.c: Likewise.
23480         * tests/test-truncf2.c: Likewise.
23481         * NEWS: Mention the renamed header files.
23482
23483 2008-07-11  Jim Meyering  <meyering@redhat.com>
23484
23485         vc-list-files: make the last-resort awk code more portable
23486         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23487         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23488         does not support it.
23489
23490 2008-07-10  Eric Blake  <ebb9@byu.net>
23491
23492         Work with tar's bootstrap.
23493         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23494         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23495         an m4 comment.
23496
23497 2008-07-09  Jim Meyering  <meyering@redhat.com>
23498
23499         posix-shell.m4: fix typo that made this test malfunction
23500         * m4/posix-shell.m4: Remove capitalization in variable name.
23501
23502 2008-07-08  Bruno Haible  <bruno@clisp.org>
23503
23504         * m4/onceonly.m4: Update comments.
23505         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23506
23507 2008-07-04  Jim Meyering  <meyering@redhat.com>
23508
23509         * users.txt: Add vc-dwim.
23510         (bison, coreutils): Use the gitweb URL.
23511
23512 2008-07-03  Jim Meyering  <meyering@redhat.com>
23513
23514         * users.txt: Add libffcall.  From Sam Steingold.
23515
23516 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23517
23518         getdate.y: do not ignore TZ with relative day, month or year offset
23519         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23520         relative-date-handling, since otherwise, the latter would clobber the
23521         sole output (an updated Start value) of the tz-handling block.
23522         * tests/test-getdate.c: Tests for the fix
23523
23524 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23525
23526         Recognize 'foo_LIBRARIES += libgnu.a'.
23527         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23528         makefile snippet has already specified an installation location,
23529         also using '+='.
23530
23531 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23532
23533         getdate.y: factor out common actions
23534         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23535         Use them in place of open-coded actions.
23536
23537 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23538
23539         Add self-test for getdate module.
23540         * modules/getdate-tests: New file.
23541         * tests/test-getdate.c: New file.
23542
23543 2008-06-29  Bruno Haible  <bruno@clisp.org>
23544
23545         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23546         .gitignore.
23547         Reported by Sylvain Beucler <beuc@beuc.net>.
23548
23549 2008-06-29  Bruno Haible  <bruno@clisp.org>
23550
23551         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23552         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23553
23554 2008-06-29  Bruno Haible  <bruno@clisp.org>
23555
23556         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23557         EXTRA_DIST.
23558         Reported by Sylvain Beucler <beuc@beuc.net>.
23559
23560 2008-06-26  Jim Meyering  <meyering@redhat.com>
23561
23562         make several modules depend on the "open" module
23563         This provides slightly increased consistency when opening-for-write
23564         the name of a non-directory spelled with a trailing slash.
23565         * modules/chdir-safer: Likewise.
23566         * modules/chown: Likewise.
23567         * modules/clean-temp: Likewise.
23568         * modules/copy-file: Likewise.
23569         * modules/fchdir: Likewise.
23570         * modules/fcntl-safer: Likewise.
23571         * modules/pipe: Likewise.
23572         * modules/utime: Likewise.
23573         Prompted by Eric Blake and Bruno Haible.
23574
23575 2008-06-24  Andreas Schwab  <schwab@suse.de>
23576
23577         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23578         literals can be used as initializers for global variables.
23579
23580 2008-06-23  Eric Blake  <ebb9@byu.net>
23581
23582         Make gnulib-cache.m4 easier to diff.
23583         * gnulib-tool (func_import): Allow newlines when reading cached
23584         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23585
23586 2008-06-23  Bruno Haible  <bruno@clisp.org>
23587
23588         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23589         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23590         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23591         m4/signalblocking.m4.
23592         (gl_PREREQ_SIGACTION): Don't invoke it.
23593         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23594         gl_PREREQ_SIG_HANDLER_H.
23595         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23596         Don't check for sigaction here.
23597
23598 2008-06-23  Bruno Haible  <bruno@clisp.org>
23599
23600         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23601         (install_handlers): Don't set the SA_RESETHAND flag.
23602
23603 2008-06-23  Bruno Haible  <bruno@clisp.org>
23604
23605         * m4/sigaction.m4: Comment fixes.
23606         * lib/signal.in.h: Likewise.
23607
23608 2008-06-23  Eric Blake  <ebb9@byu.net>
23609
23610         Fix typo.
23611         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23612
23613         Avoid SA_ namespace.
23614         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23615         Reported by Ralf Wildenhues.
23616
23617         Avoid test failure due to SA_RESTORER.
23618         * tests/test-sigaction.c (SA_MASK): New macro.
23619         (main): Avoid failing due to extension flags being set.
23620         Reported by Jim Meyering.
23621
23622         Revert use of sig-handler.h in sigprocmask.c.
23623         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23624         it requires the existence of struct sigaction.
23625         * lib/sigprocmask.c (handler_t): Restore typedef.
23626         (rpl_signal, old_handlers): Use local type.
23627
23628 2008-06-22  Bruno Haible  <bruno@clisp.org>
23629
23630         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23631         conditionally.
23632         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23633
23634 2008-06-22  Bruno Haible  <bruno@clisp.org>
23635
23636         * doc/posix-functions/siginterrupt.texi: Move note.
23637
23638         * lib/signal.in.h (SA_RESTART): New macro.
23639         * lib/sigaction.c: Update comment.
23640
23641         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23642
23643         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23644         (gl_PREREQ_SIGPROCMASK): Invoke it.
23645         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23646
23647         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23648
23649         * lib/sigprocmask.c: Update a comment.
23650
23651 2008-06-21  Eric Blake  <ebb9@byu.net>
23652
23653         Use sigaction module rather than signal().
23654         * modules/c-stack (Depends-on): Add sigaction.
23655         * modules/fatal-signal (Depends-on): Likewise.
23656         * modules/nanosleep (Depends-on): Likewise.
23657         * modules/sigprocmask (Files): Add sig-handler.h.
23658         * modules/sigaction (Files): Likewise.
23659         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23660         Eggert.
23661         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23662         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23663         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23664         (init_fatal_signals): Likewise.
23665         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23666         (siginterrupt): Delete fallback.
23667         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23668         instead.
23669         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23670         siginterrupt.
23671
23672         New module sigaction, for mingw.
23673         * modules/sigaction: New module...
23674         * modules/sigaction-tests: ...and its test.
23675         * m4/sigaction.m4: New file.
23676         * lib/sigaction.c: Likewise.
23677         * tests/test-sigaction.c: Likewise.
23678         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23679         * modules/signal (Makefile.am): Likewise.
23680         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23681         needed.
23682         * doc/posix-headers/signal.texi (signal.h): Mention provided
23683         types.
23684         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23685         that sigaction is preferable.
23686         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23687         module.
23688         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23689         sigaction.
23690
23691         Improve robustness of sigprocmask by overriding signal.
23692         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23693         is in use.
23694         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23695         (SIGKILL, SIGSTOP): Provide fallbacks.
23696         (rpl_signal): Implement.
23697         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23698         signal can be called inside handlers.
23699
23700         Fix nanosleep module on mingw.
23701         * modules/nanosleep (Depends-on): Add sys_select.
23702         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23703
23704         Fix licensing of sigprocmask.
23705         * modules/raise (License): Relicense as LGPL.
23706
23707 2008-06-21  Bruno Haible  <bruno@clisp.org>
23708
23709         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23710         result if it contains question marks.
23711         Reported by Michael Geng <linux@michaelgeng.de>.
23712
23713 2008-06-19  Bruno Haible  <bruno@clisp.org>
23714
23715         Fix CVS-ism.
23716         * doc/gnulib.texi: Include updated-stamp.texi.
23717         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23718         (updated-stamp.texi): New rule.
23719         (gnulib.info): Depend on it.
23720         * doc/.gitignore: Add updated-stamp.texi.
23721         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23722
23723 2008-06-19  Bruno Haible  <bruno@clisp.org>
23724
23725         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23726         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23727
23728 2008-06-19  Eric Blake  <ebb9@byu.net>
23729
23730         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23731         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23732         Reported by Stepan Kasal.
23733
23734 2008-06-18  Bruno Haible  <bruno@clisp.org>
23735
23736         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23737         Reported by Eric Blake.
23738
23739 2008-06-18  Eric Blake  <ebb9@byu.net>
23740
23741         Work around cygwin 1.5.25 strsignal bug.
23742         * tests/test-strsignal.c: Allow for const char *.
23743         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23744
23745 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23746
23747         * users.txt: Update URL to article and add author/date
23748         information.
23749
23750 2008-06-17  Bruno Haible  <bruno@clisp.org>
23751
23752         New macro gl_DISABLE_THREADS.
23753         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23754         if the user did not pass --enable-threads or --disable-threads option.
23755         (gl_DISABLE_THREADS): New macro.
23756         Reported by Eric Blake <ebb9@byu.net>.
23757
23758 2008-06-17  Bruno Haible  <bruno@clisp.org>
23759
23760         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23761         when the macro ignores it.
23762         Based on a patch by Eric Blake <ebb9@byu.net>.
23763
23764 2008-06-17  Bruno Haible  <bruno@clisp.org>
23765
23766         * modules/tls (License): Change to LGPLv2+.
23767         Reported by Eric Blake.
23768
23769 2008-06-17  Eric Blake  <ebb9@byu.net>
23770
23771         Simplify c-stack prerequisites.
23772         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23773         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23774         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23775         check.
23776         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23777         <sys/resource.h>.
23778
23779         Move c-stack test into testsuite.
23780         * modules/c-stack-tests: New file.
23781         * lib/c-stack.c [DEBUG]: Move test program...
23782         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23783         fail test if sigaltstack is lacking.
23784         * tests/test-c-stack.sh: New driver file.
23785
23786 2008-06-16  Eric Blake  <ebb9@byu.net>
23787
23788         Use raise module consistently.
23789         * modules/fatal-signal (Depends-on): Add raise.
23790         * modules/sigprocmask (Depends-on): Likewise.
23791         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23792         * lib/sigprocmask.c (sigprocmask): Likewise.
23793         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23794         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23795
23796         Fix compliance bug in sigpending.
23797         * lib/sigprocmask.c (sigpending): Return pending array via
23798         parameter, not return value.
23799
23800 2008-06-14  Eric Blake  <ebb9@byu.net>
23801
23802         Improve obstack-printf test code.
23803         * tests/test-obstack-printf.c (test_function): Fix comment, and
23804         simplify usage of obstack_* in macros.  Add a test for coverage.
23805         Reported by Bruno Haible.
23806
23807 2008-06-14  Bruno Haible  <bruno@clisp.org>
23808
23809         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23810         array size as a constant, not as a const variable.
23811         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23812         AC_USE_SYSTEM_EXTENSIONS.
23813         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23814         Test whether the obstack_printf function actually exists.
23815         * modules/obstack-printf (Depends-on): Add extensions.
23816         (Include): Remove obstack.h.
23817         * modules/obstack-printf-posix (Depends-on): Add extensions.
23818         (Include): Remove obstack.h.
23819
23820 2008-06-13  Eric Blake  <ebb9@byu.net>
23821
23822         Add obstack-printf and obstack-printf-posix modules.
23823         * modules/obstack-printf: New file.
23824         * modules/obstack-printf-posix: Likewise.
23825         * MODULES.html.sh (Misc): Mention them.
23826         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23827         Likewise.
23828         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23829         Likewise.
23830         * modules/stdio (Makefile.am): Accomodate new modules.
23831         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23832         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23833         Declare.
23834         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23835         functions.
23836         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23837         (gl_REPLACE_OBSTACK_PRINTF): New macros
23838         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23839         * tests/test-obstack-printf.c: New file.
23840         * modules/obstack-printf-tests: Likewise.
23841         * modules/obstack-printf-posix-tests: Likewise.
23842
23843 2008-06-11  Bruno Haible  <bruno@clisp.org>
23844
23845         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23846         * lib/open.c: Include errno.h.
23847         (open): Fail when attempting to write to a file that has a trailing
23848         slash.
23849         * tests/test-open.c (main): Test against trailing slash bug.
23850         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23851
23852 2008-06-10  Bruno Haible  <bruno@clisp.org>
23853
23854         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23855         for $? to work inside the trap command, with various /bin/sh-s.
23856         * tests/test-vc-list-files-cvs.sh: Likewise.
23857
23858 2008-06-10  Bruno Haible  <bruno@clisp.org>
23859
23860         * lib/acl-internal.h: Don't include gettext.h here.
23861         * lib/set-mode-acl.c: Include gettext.h here.
23862         * lib/copy-acl.c: Likewise.
23863
23864 2008-06-10  Bruno Haible  <bruno@clisp.org>
23865
23866         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23867         * lib/wait-process.c (wait_subprocess): Likewise.
23868         * lib/execute.h (execute): Add termsigp argument.
23869         * lib/execute.c (execute): Likewise.
23870         * lib/csharpcomp.c (compile_csharp_using_pnet,
23871         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23872         * lib/csharpexec.c (execute_csharp_using_pnet,
23873         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23874         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23875         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23876         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23877         is_jikes_present): Update.
23878         * lib/javaexec.c (execute_java_class): Update.
23879         * lib/javaversion.c (execute_and_read_line): Update.
23880         * NEWS: Document the changes.
23881         Reported by Eric Blake.
23882
23883 2008-06-10  Eric Blake  <ebb9@byu.net>
23884
23885         Add missing include.
23886         * tests/test-strstr.c (includes): Add <signal.h>.
23887         * tests/test-strcasestr.c (includes): Likewise.
23888         * tests/test-memmem.c (includes): Likewise.
23889
23890 2008-06-10  Bruno Haible  <bruno@clisp.org>
23891
23892         * lib/wait-process.c (wait_subprocess): Add an assertion.
23893
23894 2008-06-10  Bruno Haible  <bruno@clisp.org>
23895
23896         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23897
23898 2008-06-10  Bruno Haible  <bruno@clisp.org>
23899
23900         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23901         using alarm().
23902         * tests/test-strcasestr.c (main): Likewise.
23903         * tests/test-strstr.c (main): Likewise.
23904
23905 2008-06-09  Bruno Haible  <bruno@clisp.org>
23906
23907         Work around the Solaris 10 ACE ACLs ABI change.
23908         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23909         declare if ACL_NO_TRIVIAL is present.
23910         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23911         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23912         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23913         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23914         define if ACL_NO_TRIVIAL is present.
23915         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23916         and use the current ABI.
23917         (file_has_acl): Use same #if condition as elsewhere.
23918         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23919         in use, and use the current ABI.
23920         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23921         Reported by Jim Meyering.
23922
23923 2008-06-09  Eric Blake  <ebb9@byu.net>
23924
23925         Work around environments that (stupidly) ignore SIGALRM.
23926         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23927         before using alarm().
23928         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23929         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23930         Reported by Ian Beckwith <ianb@erislabs.net>.
23931
23932         Produce autobuild blurb earlier in log.
23933         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23934
23935 2008-06-09  Jim Meyering  <meyering@redhat.com>
23936         and Ondřej Vašík  <ovasik@redhat.com>
23937
23938         utimens.c: correct kernel bug work-around
23939         Ondřej Vašík found that the invalid return value of 280 indicates
23940         failure, not success, and the kernel bug we're trying to work
23941         around affects not just the utimensat call, but also the fallback
23942         futimens call.
23943         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23944         not success.
23945         [HAVE_FUTIMENS]: Use the same work-around, here.
23946
23947 2008-06-09  Jim Meyering  <meyering@redhat.com>
23948
23949         add more guards around definition of ACE_-related code
23950         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23951         ALLOW and ACE_OWNER are also defined.
23952
23953 2008-06-08  Bruno Haible  <bruno@clisp.org>
23954
23955         * lib/acl-internal.h: Add me as co-author.
23956         * lib/file-has-acl.c: Likewise.
23957         * lib/set-mode-acl.c: Likewise.
23958         * lib/copy-acl.c: Likewise.
23959
23960 2008-06-08  Bruno Haible  <bruno@clisp.org>
23961
23962         Add support for AIX ACLs.
23963         * lib/acl-internal.h (acl_nontrivial): New declaration.
23964         * lib/file-has-acl.c (acl_nontrivial): New function.
23965         (file_has_acl): Add implementation using AIX 4 ACL API.
23966         * lib/set-mode-acl.c (qset_acl): Likewise.
23967         * lib/copy-acl.c (qcopy_acl): Likewise.
23968
23969 2008-06-08  Bruno Haible  <bruno@clisp.org>
23970
23971         Add support for HP-UX ACLs.
23972         * lib/acl-internal.h (acl_nontrivial): New declaration.
23973         * lib/file-has-acl.c (acl_nontrivial): New function.
23974         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23975         * lib/set-mode-acl.c (qset_acl): Likewise.
23976         * lib/copy-acl.c (qcopy_acl): Likewise.
23977
23978 2008-06-08  Bruno Haible  <bruno@clisp.org>
23979
23980         Add support for Cygwin ACLs.
23981         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23982         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23983         the chmod_or_fchmod call.
23984         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23985
23986 2008-06-08  Bruno Haible  <bruno@clisp.org>
23987
23988         Fix bug with setuid modes in Solaris 10+ code.
23989         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23990         succeeded, when the mode contains some special bits.
23991
23992 2008-06-08  Bruno Haible  <bruno@clisp.org>
23993
23994         Add support for Solaris 7..10 ACLs.
23995         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23996         declarations.
23997         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23998         functions.
23999         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
24000         * lib/set-mode-acl.c (qset_acl): Likewise.
24001         * lib/copy-acl.c (qcopy_acl): Likewise.
24002
24003 2008-06-08  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24006         declaration.
24007         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24008         (acl_access_nontrivial): Remove MacOS X case.
24009         (file_has_acl): Use acl_extended_nontrivial.
24010         * lib/copy-acl.c (qcopy_acl): Likewise.
24011
24012 2008-06-08  Bruno Haible  <bruno@clisp.org>
24013
24014         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24015
24016 2008-06-08  Jim Meyering  <meyering@redhat.com>
24017
24018         * modules/acl (Maintainer): Add Bruno Haible.
24019
24020 2008-06-07  Bruno Haible  <bruno@clisp.org>
24021
24022         Improve support for Tru64 ACLs.
24023         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24024         ACL on OSF/1.
24025
24026 2008-06-07  Bruno Haible  <bruno@clisp.org>
24027
24028         Add support for MacOS X ACLs.
24029         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24030         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24031         * lib/set-mode-acl.c (qset_acl): Likewise.
24032         * lib/copy-acl.c (qcopy_acl): Likewise.
24033
24034 2008-06-07  Bruno Haible  <bruno@clisp.org>
24035
24036         Fix memory leak introduced on 2008-05-22.
24037         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24038         use.
24039
24040 2008-06-07  Bruno Haible  <bruno@clisp.org>
24041
24042         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24043         to construct an empty ACL.
24044
24045 2008-06-07  Bruno Haible  <bruno@clisp.org>
24046
24047         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24048         precisely.
24049         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24050
24051 2008-06-07  Bruno Haible  <bruno@clisp.org>
24052
24053         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24054         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24055
24056 2008-06-07  Bruno Haible  <bruno@clisp.org>
24057
24058         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24059         regardless of POSIX.
24060         * doc/posix-functions/_longjmp.texi: Likewise.
24061         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24062         SystemV platform in this case.
24063
24064 2008-06-06  Eric Blake  <ebb9@byu.net>
24065
24066         Document abort() bugs.
24067         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24068
24069         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24070         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24071         sigsetjmp.
24072         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24073         siglongjmp, but only as a macro.
24074         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24075         is obsolete.
24076         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24077
24078         Tweak documentation to cover cygwin argz bugs.
24079         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24080         argz bug fix; no code change needed since no cygwin releases
24081         occurred between the last fix and the bug being tested.
24082         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24083         module and recently fixed cygwin bugs.
24084         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24085         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24086         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24087         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24088         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24089         Likewise.
24090         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24091         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24092         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24093         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24094         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24095         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24096         Likewise.
24097
24098         Avoid gcc warning on cygwin.
24099         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24100         !ACL_NO_TRIVIAL]: Avoid unused variable.
24101
24102 2008-06-05  Eric Blake  <ebb9@byu.net>
24103
24104         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24105         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24106         git-version-gen fails to come up with a version.
24107         Reported by Simon Josefsson.
24108
24109 2008-06-05  Jim Meyering  <meyering@redhat.com>
24110             Paul Eggert  <eggert@cs.ucla.edu>
24111
24112         utimens.c: work around a probable Linux kernel bug
24113         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24114         appears to be a kernel bug that causes utimensat to return 280
24115         instead of 0, indicating success.
24116
24117 2008-06-04  Bruno Haible  <bruno@clisp.org>
24118
24119         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24120         2008-06-01 commit.
24121
24122 2008-06-04  Bruno Haible  <bruno@clisp.org>
24123
24124         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24125         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24126         (file_has_acl): Use it. Save errno afterwards.
24127         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24128
24129 2008-06-03  Bruno Haible  <bruno@clisp.org>
24130
24131         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24132         draft code. Simplify #ifs.
24133         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24134         Put Solaris code after POSIX-draft code. Fix comments regarding
24135         Solaris 10, HP-UX. Mention Cygwin.
24136         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24137
24138 2008-06-03  Eric Blake  <ebb9@byu.net>
24139
24140         Provide fallback for older kernels.
24141         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24142         Provide runtime fallback if kernel lacks support.
24143         Reported by Mike Frysinger.
24144
24145 2008-06-02  Bruno Haible  <bruno@clisp.org>
24146
24147         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24148         it exists.
24149
24150 2008-06-02  Bruno Haible  <bruno@clisp.org>
24151
24152         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24153         * lib/copy-acl.c (qcopy_acl): Update comment.
24154
24155 2008-06-02  Bruno Haible  <bruno@clisp.org>
24156
24157         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24158         like ACL APIs.
24159
24160 2008-06-02  Bruno Haible  <bruno@clisp.org>
24161
24162         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24163         * tests/test-set-mode-acl.sh: Likewise.
24164         * tests/test-copy-acl.sh: Likewise.
24165         * tests/test-copy-file.sh: Likewise.
24166
24167 2008-06-02  Bruno Haible  <bruno@clisp.org>
24168
24169         * tests/test-file-has-acl.sh: Remove unused code.
24170
24171 2008-06-01  Bruno Haible  <bruno@clisp.org>
24172
24173         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24174         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24175         messages.
24176         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24177
24178 2008-06-01  Bruno Haible  <bruno@clisp.org>
24179
24180         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24181         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24182         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24183         APIs.
24184         * modules/acl-tests (configure.ac): Remove tests now contained in
24185         m4/acl.m4.
24186
24187 2008-06-02  Jim Meyering  <meyering@redhat.com>
24188
24189         announce-gen: use a better key-server host name
24190         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24191         it may be more consistently reliable.  Suggested by Werner Koch
24192         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24193
24194 2008-06-01  Bruno Haible  <bruno@clisp.org>
24195
24196         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24197         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24198
24199 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24200
24201         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24202
24203 2008-06-01  Bruno Haible  <bruno@clisp.org>
24204
24205         New ACL tests.
24206         * tests/test-file-has-acl.sh: New file.
24207         * tests/test-file-has-acl.c: New file.
24208         * tests/test-set-mode-acl.sh: New file.
24209         * tests/test-set-mode-acl.c: New file.
24210         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24211         * tests/test-copy-acl.c: New file.
24212         * modules/acl-tests: New file, based on modules/copy-file-tests.
24213         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24214         (Depends-on): Add acl-tests.
24215         (configure.ac): Remove checks.
24216         (Makefile.am): Don't create test-sameacls program here any more.
24217
24218 2008-06-01  Bruno Haible  <bruno@clisp.org>
24219
24220         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24221         * tests/test-sameacls.c: Include progname.h.
24222         (main): Invoke set_program_name. Portability fixes for MacOS X,
24223         Solaris, HP-UX.
24224
24225 2008-06-01  Bruno Haible  <bruno@clisp.org>
24226
24227         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24228         function.
24229         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24230
24231 2008-06-01  Bruno Haible  <bruno@clisp.org>
24232
24233         * modules/rpmatch (Depends-on): Add strdup.
24234
24235 2008-06-01  Bruno Haible  <bruno@clisp.org>
24236
24237         * lib/pipe.c: Include unistd-safer.h.
24238         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24239         * modules/pipe (Depends-on): Add unistd-safer.
24240
24241 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24242
24243         * modules/autobuild (configure.ac): Call AB_INIT.
24244
24245 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24246
24247         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24248         Suggested by Bruno Haible <bruno@clisp.org>.
24249
24250 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24251
24252         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24253         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24254         <bruno@clisp.org>.
24255
24256 2008-05-29  Eric Blake  <ebb9@byu.net>
24257
24258         Prefer new POSIX 200x interfaces over futimesat.
24259         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24260         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24261         when available.
24262         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24263
24264 2008-05-28  Bruno Haible  <bruno@clisp.org>
24265
24266         * modules/stpcpy (License): Change to LGPLv2+.
24267         Requested by David Lutterkort <dlutter@redhat.com>.
24268
24269 2008-05-27  Bruno Haible  <bruno@clisp.org>
24270
24271         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24272         current mingw.
24273         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24274
24275 2008-05-27  Bruno Haible  <bruno@clisp.org>
24276
24277         * modules/iconv_open (Link): New section, from module 'iconv'.
24278         * modules/striconv (Link): Likewise.
24279         * modules/striconveh (Link): Likewise.
24280         * modules/xstriconv (Link): Likewise.
24281         * modules/unicodeio (Link): Likewise.
24282         * modules/propername (Link): Likewise.
24283         Reported by Jim Meyering.
24284
24285 2008-05-26  Jim Meyering  <meyering@redhat.com>
24286
24287         sha256: do not artificially restrict buffer length to be < 2^32
24288         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24289         uint32_t to size_t.
24290         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24291         to match.
24292
24293         avoid unaligned access errors, e.g., on sparc
24294         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24295         direct access through a possibly-unaligned uint64* pointer.
24296         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24297         direct access through a possibly-unaligned uint32* pointer.
24298         Prompted by this patch from Tom "spot" Callaway:
24299         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24300
24301         sha512.c: fix typo in comment
24302         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24303
24304 2008-05-25  Bruno Haible  <bruno@clisp.org>
24305
24306         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24307         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24308         (Makefile.am): Update lib_SOURCES.
24309
24310 2008-05-25  Bruno Haible  <bruno@clisp.org>
24311
24312         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24313
24314 2008-05-25  Jim Meyering  <meyering@redhat.com>
24315
24316         useless-if-before-free: freed expr may have white-space differences
24317         * build-aux/useless-if-before-free: Recognize cases in which the
24318         freed expression differs from the tested one in embedded white
24319         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24320         $1 was used, so we can't make any regexp shy.  Improved tests now
24321         detect this.
24322
24323         useless-if-before-free: accept white space in the expression.
24324         * build-aux/useless-if-before-free: For now, any white space
24325         in the expression must be identical in the free argument.
24326
24327         useless-if-before-free: efficiency tweak
24328         * build-aux/useless-if-before-free: Make the expression-matching
24329         regexp "shy".
24330         Make the *outer* regexp shy, not the expr-matching one.
24331
24332         update code-in-comment to accept cast of free arg
24333         * build-aux/useless-if-before-free: Update regexp.
24334
24335 2008-05-25  Bruno Haible  <bruno@clisp.org>
24336
24337         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24338         * modules/copy-file-tests (Files, Makefile.am): Update.
24339         * tests/test-copy-file.c (func_test_copy): Update.
24340
24341 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24342
24343         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24344
24345 2008-05-23  Bruno Haible  <bruno@clisp.org>
24346
24347         Improve support for ACLs on OSF/1.
24348         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24349         Remove fallback for unknown flavors of ACLs.
24350
24351 2008-05-22  Bruno Haible  <bruno@clisp.org>
24352
24353         Add support for ACLs on OSF/1.
24354         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24355         replacements.
24356         (acl_free_text): New macro fallback.
24357         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24358         acl_free.
24359         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24360         acl_free_text function. Require AC_C_INLINE.
24361
24362 2008-05-22  Bruno Haible  <bruno@clisp.org>
24363
24364         Make copy_acl work on MacOS X 10.5.
24365         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24366         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24367         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24368         If MODE_INSIDE_ACL, don't assume that every system has the same text
24369         representation for ACLs as FreeBSD.
24370         * lib/copy-acl.c (copy_acl): Add support for platforms with
24371         !MODE_INSIDE_ACL.
24372         * lib/file-has-acl.c (file_has_acl): Likewise.
24373         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24374         FreeBSD, MacOS X, or IRIX, respectively.
24375
24376 2008-05-22  Bruno Haible  <bruno@clisp.org>
24377
24378         * lib/acl.h: Don't include <sys/acl.h>.
24379         (GETACLCNT): Move fallback to lib/acl-internal.h.
24380         * lib/acl-internal.h: Include <sys/acl.h> here.
24381         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24382
24383 2008-05-22  Bruno Haible  <bruno@clisp.org>
24384
24385         Split off copy_acl function to separate file.
24386         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24387         * lib/acl.c (copy_acl): Moved function to separate file.
24388         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24389         * modules/acl (Files): Add lib/copy-acl.c.
24390         (Makefiles.am): Augment lib_SOURCES.
24391
24392 2008-05-22  Bruno Haible  <bruno@clisp.org>
24393
24394         * modules/copy-file-tests: New file.
24395         * tests/test-copy-file.sh: New file.
24396         * tests/test-copy-file.c: New file.
24397         * tests/test-copy-file-sameacls.c: New file.
24398
24399 2008-05-22  Eric Blake  <ebb9@byu.net>
24400
24401         Avoid gcc warning.
24402         * tests/test-memcmp.c (main): Pass NULL indirectly.
24403
24404 2008-05-21  Bruno Haible  <bruno@clisp.org>
24405
24406         Add reference doc about ACLs.
24407         * doc/acl-resources.txt: New file.
24408         * doc/acl-cygwin.txt: New file.
24409
24410 2008-05-21  Bruno Haible  <bruno@clisp.org>
24411
24412         Avoid one more warning from gcc.
24413         * lib/vasnprintf.c (IF_LINT): Update comments.
24414         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24415
24416 2008-05-21  Jim Meyering  <meyering@redhat.com>
24417
24418         avoid a warning from gcc
24419         * lib/vasnprintf.c (IF_LINT): Define.
24420         (scale10_round_decimal_long_double):
24421         Use it to avoid a "may be used uninitialized" warning.
24422         (scale10_round_decimal_double): Likewise.
24423
24424 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24425
24426         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24427         declared.
24428
24429 2008-05-20  Bruno Haible  <bruno@clisp.org>
24430
24431         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24432         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24433
24434 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24435
24436         * modules/memcmp-tests: New file.
24437         * tests/test-memcmp.c: New file.
24438
24439 2008-05-19  Bruno Haible  <bruno@clisp.org>
24440
24441         * modules/propername (Notice, configure.ac): Put quoted "..." into
24442         --keyword option.
24443         * lib/propername.h: Update comments accordingly.
24444         Reported by Eric Blake.
24445
24446 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24447
24448         * modules/getpass-gnu (Depends-on): Add fseeko.
24449
24450 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24451
24452         * modules/base64-tests: New file.
24453
24454 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24455
24456         * lib/base64.c (base64_decode_ctx): If a decode context structure
24457         was passed in use it to ignore newlines.  If a context structure
24458         was _not_ passed in, continue to treat newlines as garbage (this
24459         is the historical behavior).  Formerly base64_decode.
24460         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24461         takes a decode context structure.
24462         * lib/base64.h (base64_decode): Macro for four-argument calls.
24463         (base64_decode_alloc): Likewise.
24464         * lib/base64.c (base64_decode_ctx): If a decode context structure
24465         was passed in use it to ignore newlines.  If a context structure
24466         was _not_ passed in, continue to treat newlines as garbage (this
24467         is the historical behavior).  Formerly base64_decode.
24468         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24469         takes a decode context structure.
24470         * lib/base64.h (base64_decode): Macro for four-argument calls.
24471         (base64_decode_alloc): Likewise.
24472
24473 2008-05-19  Jim Meyering  <meyering@redhat.com>
24474
24475         avoid a warning from gcc
24476         * lib/trim.c (IF_LINT): Define.
24477         (trim2): Use it to avoid a "may be used uninitialized" warning.
24478
24479         Fix doc typo.
24480         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24481
24482 2008-05-19  Bruno Haible  <bruno@clisp.org>
24483
24484         * doc/glibc-functions/getpass.texi: Document limits of other
24485         implementations.
24486
24487 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24488             Bruno Haible <bruno@clisp.org>
24489
24490         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24491
24492 2008-05-18  Bruno Haible  <bruno@clisp.org>
24493
24494         * modules/propername: New file, from GNU gettext.
24495         * lib/propername.h: New file, from GNU gettext.
24496         * lib/propername.c: New file, from GNU gettext.
24497         * MODULES.html.sh (Internationalization functions): Add propername.
24498
24499 2008-05-16  Jim Meyering  <meyering@redhat.com>
24500             Bruno Haible  <bruno@clisp.org>
24501
24502         Avoid some warnings from "gcc -Wshadow".
24503         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24504
24505 2008-05-15  Eric Blake  <ebb9@byu.net>
24506
24507         Extend previous patch to cygwin 1.7.0.
24508         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24509         fast implementation in cygwin >= 1.7.0.
24510         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24511         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24512
24513 2008-05-15  Bruno Haible  <bruno@clisp.org>
24514
24515         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24516         implementation in glibc >= 2.9.
24517         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24518         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24519
24520 2008-05-15  Bruno Haible  <bruno@clisp.org>
24521
24522         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24523         (Unicode string functions): Add unilbrk/*.
24524         Reported by Karl Berry.
24525
24526 2008-05-15  Eric Blake  <ebb9@byu.net>
24527
24528         Fix violation of <stdbool.h> replacement in regex.
24529         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24530         * lib/regexec.c (re_search_internal): Likewise.
24531         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24532
24533 2008-05-15  Jim Meyering  <meyering@redhat.com>
24534
24535         avoid distracting test output when git or cvs is not found
24536         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24537         * tests/test-vc-list-files-git.sh: Likewise.
24538
24539 2008-05-15  Eric Blake  <ebb9@byu.net>
24540
24541         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24542         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24543         glibc version.
24544         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24545         * doc/posix-functions/strstr.texi (strstr): Likewise.
24546         * lib/str-two-way.h (MAX): Sychronize with glibc.
24547
24548 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24549
24550         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24551         opr.ctx_type.
24552         (calc_first): Initialize constraint field.
24553         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24554         Fix grammar.
24555         (duplicate_node): Merge constraint field for all node types.
24556         (calc_eclosure_iter): Look at constraint field for all node types.
24557         * lib/regex_internal.c (create_cd_newstate): Don't look at
24558         opr.ctx_type.
24559
24560 2008-05-14  Bruno Haible  <bruno@clisp.org>
24561
24562         Help GCC to do better code generation.
24563         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24564         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24565         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24566         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24567         Declare with attribute 'malloc' if supported.
24568
24569 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24570
24571         use "echo STR|wc -c" rather than unportable "expr length STR"
24572         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24573         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24574
24575 2008-05-14  Jim Meyering  <meyering@redhat.com>
24576
24577         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24578         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24579         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24580         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24581         via Collin Lasse.
24582
24583 2008-05-14  Eric Blake  <ebb9@byu.net>
24584
24585         Avoid quadratic growth in gl_LIBSOURCES.
24586         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24587         Suggested by Bruno Haible.
24588
24589         Test xmemdup0.
24590         * modules/xmemdup0-tests: New file.
24591         * tests/test-xmemdup0.c: Likewise.
24592
24593 2008-05-13  Eric Blake  <ebb9@byu.net>
24594
24595         Split xmemdup0 into its own module.
24596         * modules/xmemdup0: New file.
24597         * lib/xmemdup0.h: Likewise.
24598         * lib/xmemdup0.c: Likewise.
24599         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24600         * lib/xalloc.h (xmemdup0): Remove.
24601         * lib/xmalloc.c (xmemdup0): Likewise.
24602
24603 2008-05-13  Eric Blake  <ebb9@byu.net>
24604             Bruno Haible  <bruno@clisp.org>
24605
24606         Reduce number of forks required during autoconf.
24607         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24608         and gl_LIBSOURCES_DIR.
24609         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24610         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24611         m4_syscmd per file.
24612         <m4_foreach_w>: Move...
24613         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24614
24615 2008-05-13  Eric Blake  <ebb9@byu.net>
24616
24617         * gnulib-tool: Fix various comment typos.
24618
24619 2008-05-12  Bruno Haible  <bruno@clisp.org>
24620
24621         Tailor the linebreaking algorithm.
24622         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24623
24624 2008-05-12  Bruno Haible  <bruno@clisp.org>
24625
24626         Update to Unicode 5.0.0.
24627         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24628         LBP_JV, LBP_JT. Redistribute values.
24629         (unilbrk_table): Change size.
24630         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24631         Unicode TR#14 rev. 22.
24632         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24633         LBP_JV, LBP_JT. Redistribute values.
24634         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24635         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24636         Update.
24637         * lib/unilbrk/lbrkprop1.h: Regenerated.
24638         * lib/unilbrk/lbrkprop2.h: Regenerated.
24639         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24640         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24641         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24642         Likewise.
24643         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24644         Likewise.
24645         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24646         result.
24647         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24648         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24649         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24650         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24651         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24652         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24653
24654 2008-05-11  Bruno Haible  <bruno@clisp.org>
24655
24656         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24657
24658 2008-05-11  Bruno Haible  <bruno@clisp.org>
24659
24660         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24661         * modules/unilbrk/gen-lbrk: New file.
24662
24663 2008-05-11  Bruno Haible  <bruno@clisp.org>
24664
24665         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24666         * m4/sha512.m4 (gl_SHA512): Likewise.
24667
24668 2008-05-11  Jim Meyering  <meyering@redhat.com>
24669
24670         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24671         * modules/crypto/sha256: New file.
24672         * modules/crypto/sha512: Likewise.
24673         * lib/sha256.c: Likewise.
24674         * lib/sha256.h: Likewise.
24675         * lib/sha512.c: Likewise.
24676         * lib/sha512.h: Likewise.
24677         * lib/u64.h: Likewise.
24678         * m4/sha256.m4: Likewise.
24679         * m4/sha512.m4: Likewise.
24680         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24681
24682 2008-05-10  Bruno Haible  <bruno@clisp.org>
24683
24684         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24685         (Input/Output <stdio.h>): Add xprintf.
24686         (Signal handling <signal.h>): Add strsignal.
24687         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24688         (Core language properties): Add func.
24689         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24690         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24691         strings.
24692         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24693         (Input/output): New section.
24694         (File system functions): Add openat-die, stat-macros.
24695         (Networking functions): Add sockets.
24696         (Unicode string functions): Add unictype/*.
24697         (Support for building libraries and executables): Add gperf.
24698         (Support for building documentation): Add agpl-3.0.
24699         (Misc): Add nocrash.
24700
24701 2008-05-10  Bruno Haible  <bruno@clisp.org>
24702
24703         * modules/unictype/gen-ctype: New file.
24704
24705 2008-05-10  Jim Meyering  <meyering@redhat.com>
24706
24707         Make chdir-safer.c more efficient on a system with no symlinks.
24708         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24709         also if ELOOP is zero.  Suggested by Bruno Haible.
24710
24711         Make chdir-safer.c slightly safer.
24712         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24713         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24714
24715         Avoid compile failure on systems without ELOOP (like mingw).
24716         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24717         Reported by Bruno Haible.
24718
24719 2008-05-10  Bruno Haible  <bruno@clisp.org>
24720
24721         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24722         (is_utf8_encoding): Use a case-insensitive comparison.
24723         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24724         streq.
24725
24726 2008-05-10  Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24729         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24730         * lib/unilbrk/ulc-common.h (iconv_string_length,
24731         iconv_string_keeping_offsets): Remove declarations.
24732         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24733         Don't include <iconv.h>, streq.h, xsize.h.
24734         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24735         conversion.
24736         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24737         <iconv.h>, streq.h, xsize.h.
24738         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24739         conversion.
24740         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24741         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24742         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24743         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24744
24745 2008-05-10  Bruno Haible  <bruno@clisp.org>
24746
24747         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24748         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24749
24750         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24751         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24752
24753         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24754         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24755
24756         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24757         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24758
24759         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24760         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24761
24762         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24763         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24764
24765         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24766         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24767
24768         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24769         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24770
24771 2008-05-10  Bruno Haible  <bruno@clisp.org>
24772
24773         Split up 'linebreak' module.
24774         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24775         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24776         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24777         modifications.
24778         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24779         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24780         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24781         lib/linebreak.c.
24782         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24783         lib/linebreak.c.
24784         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24785         lib/linebreak.c.
24786         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24787         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24788         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24789         lib/linebreak.c.
24790         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24791         lib/linebreak.c.
24792         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24793         lib/linebreak.c.
24794         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24795         lib/linebreak.c.
24796         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24797         lib/linebreak.c.
24798         * modules/unilbrk/base: New file.
24799         * modules/unilbrk/tables: New file.
24800         * modules/unilbrk/u8-possible-linebreaks: New file.
24801         * modules/unilbrk/u16-possible-linebreaks: New file.
24802         * modules/unilbrk/u32-possible-linebreaks: New file.
24803         * modules/unilbrk/ulc-common: New file.
24804         * modules/unilbrk/ulc-possible-linebreaks: New file.
24805         * modules/unilbrk/u8-width-linebreaks: New file.
24806         * modules/unilbrk/u16-width-linebreaks: New file.
24807         * modules/unilbrk/u32-width-linebreaks: New file.
24808         * modules/unilbrk/ulc-width-linebreaks: New file.
24809         * lib/linebreak.h: Remove file.
24810         * lib/linebreak.c: Remove file.
24811         * m4/linebreak.m4: Remove file.
24812         * modules/linebreak: Remove file.
24813         * NEWS: Mention the changes.
24814
24815 2008-05-09  Eric Blake  <ebb9@byu.net>
24816
24817         Add xmemdup0.
24818         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24819         implementation.
24820         * lib/xmalloc.c (xmemdup0): New C implementation.
24821
24822 2008-05-08  Bruno Haible  <bruno@clisp.org>
24823
24824         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24825
24826 2008-05-07  Eric Blake  <ebb9@byu.net>
24827
24828         Support cross-compilation of <wctype.h>.
24829         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24830         AC_CACHE_CHECK.
24831
24832 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24833
24834         * build-aux/vc-list-files: Add support for bzr.
24835
24836 2008-05-03  Jim Meyering  <meyering@redhat.com>
24837
24838         avoid failed assertion with tight malloc
24839         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24840
24841 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24842
24843         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24844         are needed from arpa/inet.h.
24845         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24846         Reported by Bruno Haible.
24847
24848 2008-05-02  Jim Meyering  <meyering@redhat.com>
24849
24850         avoid compilation error on FreeBSD 6
24851         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24852
24853 2008-05-01  Jim Meyering  <meyering@redhat.com>
24854
24855         useless-if-before-free: correct --help's exit status description
24856         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24857         for one or more matches, etc.  Reported by Bruno Haible.
24858
24859         vc-list-files: make the stand-alone gnulib test work
24860         * modules/vc-list-files-tests (configure.ac):
24861         Define and AC_SUBST abs_aux_dir.
24862         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24863         $(abs_top_srcdir) to each script and having each of them
24864         duplicate the work of setting PATH, set PATH here, using
24865         the new variable, abs_aux_dir instead.
24866         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24867         * tests/test-vc-list-files-git.sh: Likewise.
24868         Reported by Bruno Haible.
24869
24870 2008-05-01  Bruno Haible  <bruno@clisp.org>
24871
24872         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24873         reallocation. Rename 'done' to 'found_delimiter'.
24874
24875 2008-05-01  Jim Meyering  <meyering@redhat.com>
24876
24877         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24878         * build-aux/vc-list-files: Use `...`, not $(...).
24879
24880 2008-04-30  Jim Meyering  <meyering@redhat.com>
24881
24882         add tests for vc-list-files
24883         * modules/vc-list-files-tests: New module.
24884         * tests/test-vc-list-files-cvs.sh: New file.
24885         * tests/test-vc-list-files-git.sh: New file.
24886
24887         avoid a warning from gcc
24888         * lib/getndelim2.c (IF_LINT): Define.
24889         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24890
24891         vc-list-files: work properly with build-aux/cvsu, too
24892         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24893         to all cvs-based clauses.
24894
24895         vc-list-files: work properly in the CVS+awk case, too
24896         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24897
24898         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24899         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24900         take more than one file argument, so .  Add quotes, just in case $dir
24901         ever contains a shell meta-character.  Prompted by Soren Hansen in
24902         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24903
24904 2008-04-29  Eric Blake  <ebb9@byu.net>
24905
24906         Optimize getndelim2 to use block operations when possible.
24907         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24908         freadseek, and memchr2.
24909         * lib/getndelim2.c (getndelim2): Use them for block reads.
24910
24911 2008-04-29  Bruno Haible  <bruno@clisp.org>
24912
24913         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24914         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24915         * modules/inet_ntop (Depends-on): Add extensions.
24916         * modules/inet_pton (Depends-on): Likewise.
24917         Reported by Simon Josefsson.
24918
24919 2008-04-29  Jim Meyering  <meyering@redhat.com>
24920
24921         When the is more than one match in a block, match all of them.
24922         * build-aux/useless-if-before-free: Iterate through each block
24923         until there are no more matches.
24924
24925         Fix broken useless-if-before-free script.
24926         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24927         the expression to match cast of argument to free-like function.
24928
24929 2008-04-29  Eric Blake  <ebb9@byu.net>
24930
24931         Use new header.
24932         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24933
24934 2008-04-29  Jim Meyering  <meyering@redhat.com>
24935
24936         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24937         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24938         by gnulib to exist and to declare e.g., inet_ntop.
24939         Don't include "inet_ntop.h", now removed.
24940
24941         * m4/arpa_inet_h.m4: Remove trailing blanks.
24942
24943 2008-04-29  Eric Blake  <ebb9@byu.net>
24944
24945         Silence valgrind on safe reads beyond potential array bounds.
24946         * lib/rawmemchr.valgrind: New file.
24947         * lib/strchrnul.valgrind: Likewise.
24948         * modules/rawmemchr (Files): Distribute new file.
24949         * modules/strchrnul (Files): Likewise.
24950         Suggested by Bruno Haible.
24951
24952 2008-04-29  Bruno Haible  <bruno@clisp.org>
24953
24954         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24955         (inet_ntop, inet_pton): Change portability warning's wording.
24956         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24957         Invoke gl_CHECK_NEXT_HEADERS.
24958         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24959         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24960         set ARPA_INET_H.
24961         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24962         * modules/arpa_inet (Description): No longer only for systems that
24963         lack it.
24964         (Depends-on): Add include_next.
24965         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24966         HAVE_ARPA_INET_H.
24967
24968 2008-04-29  Jim Meyering  <meyering@redhat.com>
24969
24970         * modules/mkdir (License): Re-license as LGPLv2+.
24971
24972 2008-04-29  Bruno Haible  <bruno@clisp.org>
24973
24974         * modules/rawmemchr (Maintainer): Set to Eric.
24975         * modules/strchrnul (Maintainer): Likewise.
24976
24977 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24978
24979         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24980         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24981
24982         * modules/arpa_inet (arpa/inet.h): Use them.
24983
24984 2008-04-28  Eric Blake  <ebb9@byu.net>
24985
24986         Test getndelim2.
24987         * modules/getndelim2-tests: New file.
24988         * tests/test-getndelim2.c: Likewise.
24989         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24990         stream.
24991         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24992
24993         * MODULES.html.sh: Document new module.
24994
24995 2008-04-20  Bruno Haible  <bruno@clisp.org>
24996
24997         * lib/c-stack.c (die): Use raise.
24998         * modules/c-stack (Depends-on): Add raise.
24999
25000 2008-04-28  Bruno Haible  <bruno@clisp.org>
25001
25002         Expect rpmatch to be declared.
25003         * lib/yesno.c (rpmatch): Remove declaration.
25004
25005         Declare rpmatch.
25006         * lib/stdlib.in.h (rpmatch): New declaration.
25007         * lib/rpmatch.c: Include <stdlib.h> first.
25008         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25009         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25010         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25011         HAVE_RPMATCH.
25012         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25013         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25014         (Include): Set to <stdlib.h>.
25015         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25016         HAVE_RPMATCH.
25017         * NEWS: Document the change.
25018
25019 2008-04-28  Bruno Haible  <bruno@clisp.org>
25020
25021         Change rpmatch to use nl_langinfo when appropriate.
25022         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25023         (N_): New macro.
25024         (localized_pattern): New function/macro.
25025         (try): Remove match, nomatch arguments. Copy the pattern into safe
25026         memory before caching it.
25027         (rpmatch): Use localized_pattern. Add translator comments.
25028         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25029         Suggested by Eric Blake.
25030         * modules/rpmatch (Depends-on): Add stdbool.
25031
25032 2008-04-28  Eric Blake  <ebb9@byu.net>
25033
25034         Add rawmemchr module, matching glibc.
25035         * modules/string (Makefile.am): New indicator.
25036         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25037         * lib/string.in.h (rawmemchr): Declare when appropriate.
25038         * modules/rawmemchr: New file.
25039         * m4/rawmemchr.m4: Likewise.
25040         * lib/rawmemchr.c: Likewise.
25041         * modules/rawmemchr-tests: Likewise.
25042         * tests/test-rawmemchr.c: Likewise.
25043         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25044         module.
25045         * modules/strchrnul (Depends-on): Add rawmemchr.
25046         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25047
25048         Whitespace cleanup.
25049         * tests/test-strchrnul.c: Reindent.
25050         * lib/strchrnul.c: Likewise.
25051
25052         Optimize and test strchrnul.
25053         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25054         * modules/strchrnul-tests: New file.
25055         * tests/test-strchrnul.c: Likewise.
25056
25057         Remove intprops dependency.
25058         * modules/memchr (Depends-on): Remove intprops.
25059         * modules/memrchr (Depends-on): Likewise.
25060         * modules/memchr2 (Depends-on): Likewise.
25061         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25062         * lib/memrchr.c (__memrchr): Likewise.
25063         * lib/memrchr2.c (memchr2): Likewise.
25064         Reported by Simon Josefsson.
25065
25066 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25067
25068         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25069         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25070
25071 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25072
25073         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25074
25075         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25076
25077         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25078
25079         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25080         declarations.
25081         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25082
25083         * m4/inet_pton.m4: Don't check for header files.
25084
25085         * m4/inet_ntop.m4: Don't check for header files.
25086
25087 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25088
25089         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25090         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25091         trigger for cygwin).
25092         Reported by Bruno Haible  <bruno@clisp.org>.
25093
25094 2008-04-28  Bruno Haible  <bruno@clisp.org>
25095
25096         * doc/posix-functions/strdup.texi: Mention mingw problem.
25097
25098 2008-04-27  Bruno Haible  <bruno@clisp.org>
25099
25100         * modules/stat-time-tests (Depends-on): Add sleep.
25101         * tests/test-stat-time.c (force_unlink): New function.
25102         (cleanup): Use it.
25103         (test_mtime): Remove the ctime related tests.
25104         (test_ctime): New function, containing the ctime related tests.
25105         (main): Call test_ctime, except on native Windows platforms.
25106
25107 2008-04-27  Bruno Haible  <bruno@clisp.org>
25108
25109         * lib/rpmatch.c (rpmatch): Add some comments.
25110         Reported by James Youngman <jay@gnu.org>.
25111
25112 2008-04-27  Bruno Haible  <bruno@clisp.org>
25113
25114         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25115         quiet NaNs.
25116
25117 2008-04-27  Bruno Haible  <bruno@clisp.org>
25118
25119         Make test-yesno.sh work on mingw.
25120         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25121         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25122         (main): Set stdin to binary mode.
25123         * modules/yesno-tests (Depends-on): Add binary-io.
25124
25125 2008-04-27  Bruno Haible  <bruno@clisp.org>
25126
25127         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25128         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25129         argument that lie outside the IEEE 854 domain.
25130         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25131         (gl_ISFINITE): Use it.
25132         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25133
25134 2008-04-27  Bruno Haible  <bruno@clisp.org>
25135
25136         Allow local renaming in config.h.
25137         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25138
25139 2008-04-27  Bruno Haible  <bruno@clisp.org>
25140
25141         * lib/memchr.c (__memchr): Change type of 'i'.
25142         * lib/memchr2.c (memchr2): Likewise.
25143
25144 2008-04-26  Eric Blake  <ebb9@byu.net>
25145         and Bruno Haible  <bruno@clisp.org>
25146
25147         Optimize and test memrchr.
25148         * modules/memrchr (Depends-on): Add intprops.
25149         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25150         * modules/memrchr-tests: New file.
25151         * tests/test-memrchr.c: New file.
25152
25153 2008-04-26  Bruno Haible  <bruno@clisp.org>
25154
25155         Add tentative support for DragonFly BSD.
25156         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25157         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25158         fp.
25159         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25160         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25161         * lib/fpurge.c (fpurge): Likewise.
25162         * lib/freadable.c (freaadable): Likewise.
25163         * lib/freadahead.c (freadahead): Likewise.
25164         * lib/freading.c (freading): Likewise.
25165         * lib/freadptr.c (freadptr): Likewise.
25166         * lib/freadseek.c (freadptrinc): Likewise.
25167         * lib/fseeko.c (fseeko): Likewise.
25168         * lib/fseterr.c (fseterr): Likewise.
25169         * lib/fwritable.c (fwritable): Likewise.
25170         * lib/fwriting.c (fwriting): Likewise.
25171
25172 2008-04-26  Bruno Haible  <bruno@clisp.org>
25173
25174         * lib/stdio-impl.h: New file.
25175         * lib/fbufmode.c: Include stdio-impl.h.
25176         (fbufmode): Use fp_, remove redundant #defines.
25177         * lib/fflush.c: Include stdio-impl.h.
25178         (clear_ungetc_buffer): Remove redundant #defines.
25179         * lib/fpurge.c: Include stdio-impl.h.
25180         (fpurge): Remove redundant #defines.
25181         * lib/freadable.c: Include stdio-impl.h.
25182         (freadable): Remove redundant #defines.
25183         * lib/freadahead.c: Include stdio-impl.h.
25184         (freadahead): Remove redundant #defines.
25185         * lib/freading.c: Include stdio-impl.h.
25186         (freading): Remove redundant #defines.
25187         * lib/freadptr.c: Include stdio-impl.h.
25188         (freadptr): Remove redundant #defines.
25189         * lib/freadseek.c: Include stdio-impl.h.
25190         (freadptrinc): Remove redundant #defines.
25191         * lib/fseeko.c: Include stdio-impl.h.
25192         (rpl_fseeko): Remove redundant #defines.
25193         * lib/fseterr.c: Include stdio-impl.h.
25194         (fseterr): Remove redundant #defines.
25195         * lib/fwritable.c: Include stdio-impl.h.
25196         (fwritable: Remove redundant #defines.
25197         * lib/fwriting.c: Include stdio-impl.h.
25198         (fwriting): Remove redundant #defines.
25199         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25200         * modules/fflush (Files): Likewise.
25201         * modules/fpurge (Files): Likewise.
25202         * modules/freadable (Files): Likewise.
25203         * modules/freadahead (Files): Likewise.
25204         * modules/freading (Files): Likewise.
25205         * modules/freadptr (Files): Likewise.
25206         * modules/freadseek (Files): Likewise.
25207         * modules/fseeko (Files): Likewise.
25208         * modules/fseterr (Files): Likewise.
25209         * modules/fwritable (Files): Likewise.
25210         * modules/fwriting (Files): Likewise.
25211
25212 2008-04-26  Bruno Haible  <bruno@clisp.org>
25213
25214         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25215         restore_seek_optimization, update_fpos_cache): New functions, extracted
25216         from rpl_fflush.
25217         (rpl_fflush): Use them.
25218         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25219         (gl_REPLACE_FFLUSH): Use it.
25220
25221 2008-04-26  Bruno Haible  <bruno@clisp.org>
25222
25223         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25224         on Solaris.
25225         * tests/test-xstrtoimax.sh: Likewise.
25226         * tests/test-xstrtoumax.sh: Likewise.
25227         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25228
25229 2008-04-26  Bruno Haible  <bruno@clisp.org>
25230
25231         * modules/memchr-tests: New file.
25232         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25233
25234 2008-04-26  Eric Blake  <ebb9@byu.net>
25235             Bruno Haible  <bruno@clisp.org>
25236
25237         * lib/memchr.c: Include intprops.h.
25238         (__memchr): Optimize parallel detection of matching bytes. Rename local
25239         variables. Add explanatory comments.
25240
25241 2008-04-26  Bruno Haible  <bruno@clisp.org>
25242
25243         Fix module 'memchr', broken since 2000-10-28.
25244         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25245
25246 2008-04-26  Bruno Haible  <bruno@clisp.org>
25247
25248         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25249         comments.
25250
25251 2008-04-25  Eric Blake  <ebb9@byu.net>
25252
25253         Use native fstatat on cygwin 1.7.0.
25254         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25255         first.
25256
25257 2008-04-23  Eric Blake  <ebb9@byu.net>
25258
25259         Improve memchr2 performance.
25260         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25261         NUL bytes.
25262         * modules/memchr2 (Depends-on): Use intprops.h.
25263
25264 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25265
25266         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25267         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25268         <blp@cs.stanford.edu>.
25269
25270 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25271
25272         * lib/arpa_inet.in.h: New file.
25273
25274         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25275         (Makefile.am): Sed in substitute header file.
25276
25277         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25278         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25279
25280         * modules/inet_ntop (configure.ac): Use
25281         gl_ARPA_INET_MODULE_INDICATOR.
25282
25283         * modules/inet_pton (configure.ac): Use
25284         gl_ARPA_INET_MODULE_INDICATOR.
25285
25286 2008-04-22  Jim Meyering  <meyering@redhat.com>
25287
25288         * modules/verify (License): Re-license as LGPLv2+.
25289
25290 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25291
25292         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25293         parameter to void* as per POSIX standard (MinGW uses char*).
25294
25295 2008-04-21  Bruno Haible  <bruno@clisp.org>
25296
25297         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25298         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25299         Define to replacements if REPLACE_ISWCNTRL is 1.
25300         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25301         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25302         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25303         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25304         what it fixes.
25305         * doc/posix-functions/iswalpha.texi: Likewise.
25306         * doc/posix-functions/iswblank.texi: Likewise.
25307         * doc/posix-functions/iswcntrl.texi: Likewise.
25308         * doc/posix-functions/iswdigit.texi: Likewise.
25309         * doc/posix-functions/iswgraph.texi: Likewise.
25310         * doc/posix-functions/iswlower.texi: Likewise.
25311         * doc/posix-functions/iswprint.texi: Likewise.
25312         * doc/posix-functions/iswpunct.texi: Likewise.
25313         * doc/posix-functions/iswspace.texi: Likewise.
25314         * doc/posix-functions/iswupper.texi: Likewise.
25315         * doc/posix-functions/iswxdigit.texi: Likewise.
25316         Reported by Alain Guibert.
25317
25318 2008-04-21  Bruno Haible  <bruno@clisp.org>
25319
25320         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25321         Patch by Alain Guibert.
25322
25323 2008-04-21  Bruno Haible  <bruno@clisp.org>
25324
25325         Fix test failures on mingw.
25326         * tests/test-xstrtol.c (print_no_progname): New function.
25327         (main): Install it in error_print_progname hook.
25328         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25329         * tests/test-xstrtoimax.sh: Likewise.
25330         * tests/test-xstrtoumax.sh: Likewise.
25331
25332 2008-04-21  Bruno Haible  <bruno@clisp.org>
25333
25334         Fix test failure on mingw.
25335         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25336
25337 2008-04-21  Bruno Haible  <bruno@clisp.org>
25338
25339         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25340         Actually assign a value.
25341
25342 2008-04-20  Bruno Haible  <bruno@clisp.org>
25343
25344         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25345         take 2.
25346         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25347         'canonicalize-lgpl' module is also used.
25348         * lib/canonicalize-lgpl.c: Undo last change.
25349         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25350
25351 2008-04-20  Bruno Haible  <bruno@clisp.org>
25352
25353         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25354         config.h. Provide _mkdir based fallback for mingw.
25355         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25356         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25357         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25358         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25359         rather than defining mkdir in config.h.
25360         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25361         (gl_SYS_STAT_H_DEFAULTS): New macro.
25362         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25363         HAVE_IO_H any more.
25364         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25365         HAVE_DECL_MKDIR and HAVE_IO_H.
25366
25367 2008-04-20  Bruno Haible  <bruno@clisp.org>
25368
25369         * lib/isapipe.c: Port to native Windows platforms.
25370
25371 2008-04-20  Bruno Haible  <bruno@clisp.org>
25372
25373         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25374
25375 2008-04-21  Eric Blake  <ebb9@byu.net>
25376
25377         Work around preprocessors that don't handle UINTMAX_MAX.
25378         * lib/memchr2.c (memchr2): Avoid embedded #if.
25379         Reported by Alain Guibert, fix suggested by Bruno Haible.
25380
25381 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25382
25383         * doc/posix-functions/strftime.texi (strftime): Explain better
25384         Windows incompatibility.  Suggested by Micah Cowan
25385         <micah@cowan.name>.
25386
25387 2008-04-20  Bruno Haible  <bruno@clisp.org>
25388
25389         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25390         unistr/u8-mblen.
25391
25392 2008-04-20  Bruno Haible  <bruno@clisp.org>
25393
25394         Fix test failure on platforms with non-GNU iconv.
25395         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25396         (U_TO_U8): Use it, rather than u16_to_u8.
25397         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25398         units at the end of the input string.
25399         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25400
25401 2008-04-20  Bruno Haible  <bruno@clisp.org>
25402
25403         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25404         when the resulting length is 0.
25405         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25406
25407 2008-04-20  Bruno Haible  <bruno@clisp.org>
25408
25409         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25410         works.
25411         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25412
25413 2008-04-20  Bruno Haible  <bruno@clisp.org>
25414
25415         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25416         * modules/tsearch-tests (configure.ac): Test for initstate function.
25417
25418 2008-04-20  Bruno Haible  <bruno@clisp.org>
25419
25420         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25421         for nlink_t if missing.
25422         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25423
25424 2008-04-19  Bruno Haible  <bruno@clisp.org>
25425
25426         Work around snprintf bug on Linux libc5.
25427         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25428         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25429         gl_SNPRINTF_SIZE1.
25430         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25431         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25432         that test failed.
25433         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25434         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25435         * modules/snprintf (Files): Add m4/printf.m4.
25436         * modules/vsnprintf (Files): Likewise.
25437         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25438         * doc/posix-functions/vsnprintf.texi: Likewise.
25439
25440 2008-04-19  Bruno Haible  <bruno@clisp.org>
25441
25442         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25443         from 0.0058 to less than 10^-7.
25444
25445 2008-04-19  Bruno Haible  <bruno@clisp.org>
25446
25447         Fix rounding when a precision is given.
25448         * lib/vasnprintf.c (is_borderline): New function.
25449         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25450         9...9x.
25451         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25452         %e, %g.
25453         * tests/test-vasprintf-posix.c (test_function): Likewise.
25454         * tests/test-snprintf-posix.h (test_function): Likewise.
25455         * tests/test-sprintf-posix.h (test_function): Likewise.
25456         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25457         * tests/test-printf-posix.h (test_function): Likewise.
25458         * tests/test-printf-posix.output: Update.
25459         Reported by John Darrington <john@darrington.wattle.id.au> via
25460         Ben Pfaff <blp@cs.stanford.edu>.
25461
25462 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25463
25464         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25465         Suggested by Bruno Haible <bruno@clisp.org>.
25466
25467 2008-04-17  Bruno Haible  <bruno@clisp.org>
25468
25469         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25470         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25471         implementation.
25472         Patch by Bruce Merry <bmerry@gmail.com>.
25473
25474 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25475
25476         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25477         doesn't work under Windows.
25478
25479 2008-04-16  Bruno Haible  <bruno@clisp.org>
25480
25481         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25482         New macros.
25483         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25484         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25485         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25486         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25487         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25488         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25489         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25490         macros.
25491         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25492         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25493         Northern Sotho, Uighur.
25494
25495 2008-04-16  Bruno Haible  <bruno@clisp.org>
25496
25497         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25498         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25499         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25500         Reported by Daniel Bergström <daniel@octocode.com>.
25501
25502 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25503             Bruno Haible  <bruno@clisp.org>
25504
25505         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25506         function.
25507         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25508         New functions, mostly extracted from gl_locale_name_default.
25509         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25510
25511 2008-04-16  Eric Blake  <ebb9@byu.net>
25512
25513         Adjust strtod detection to catch glibc 2.7 bug.
25514         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25515         Reported by John Gatewood Ham.
25516
25517 2008-04-16  Bruno Haible  <bruno@clisp.org>
25518
25519         Add tentative support for Linux libc5.
25520         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25521         * lib/fpurge.c (fpurge): Likewise.
25522         * lib/freadable.c (freadable): Likewise.
25523         * lib/freadahead.c (freadahead): Likewise.
25524         * lib/freading.c (freading): Likewise.
25525         * lib/freadptr.c (freadptr): Likewise.
25526         * lib/freadseek.c (freadptrinc): Likewise.
25527         * lib/fseeko.c (rpl_fseeko): Likewise.
25528         * lib/fseterr.c (fseterr): Likewise.
25529         * lib/fwritable.c (fwritable): Likewise.
25530         * lib/fwriting.c (fwriting): Likewise.
25531         Reported by Alain Guibert <alguibert+bts@free.fr>.
25532
25533 2008-04-15  Bruno Haible  <bruno@clisp.org>
25534
25535         * modules/mathl (configure.ac): Define module indicator.
25536
25537 2008-04-15  Bruno Haible  <bruno@clisp.org>
25538
25539         * lib/logl.c (logl): Remove unused variables.
25540
25541 2008-04-15  Bruno Haible  <bruno@clisp.org>
25542
25543         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25544         fails.
25545
25546 2008-04-15  Bruno Haible  <bruno@clisp.org>
25547
25548         * lib/trim.c (trim2): Fix argument of isspace() macro.
25549
25550 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25551
25552         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25553         to 0.
25554         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25555
25556 2008-04-14  Bruno Haible  <bruno@clisp.org>
25557
25558         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25559         AC_LANG_PROGRAM argument.
25560         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25561         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25562         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25563         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25564         * m4/math_h.m4 (gl_MATH_H): Likewise.
25565         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25566         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25567         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25568         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25569         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25570         * m4/regex.m4 (gl_REGEX): Likewise.
25571         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25572         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25573         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25574         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25575         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25576         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25577         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25578         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25579
25580 2008-04-14  Jim Meyering  <meyering@redhat.com>
25581
25582         test-strtod: fix typos: s/abs/fabs/
25583         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25584
25585 2008-04-13  Bruno Haible  <bruno@clisp.org>
25586
25587         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25588         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25589         module is also used and while not building the reloc-wrapper.
25590
25591 2008-04-13  Bruno Haible  <bruno@clisp.org>
25592
25593         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25594
25595 2008-04-13  Bruno Haible  <bruno@clisp.org>
25596
25597         Fix AIX compilation failure introduced on 2008-04-02.
25598         * tests/test-frexp.c (exp): Undefine before redefining.
25599         * tests/test-frexpl.c (exp): Likewise.
25600
25601 2008-04-13  Bruno Haible  <bruno@clisp.org>
25602
25603         Work around a HP-UX stdio bug.
25604         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25605         * tests/test-ftello.c (main): Likewise.
25606         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25607         * doc/posix-functions/ftello.texi: Likewise.
25608
25609 2008-04-13  Bruno Haible  <bruno@clisp.org>
25610
25611         Make test-signbit pass on HP-UX/hppa.
25612         * tests/test-signbit.c (minus_zerol): New variable.
25613         (test_signbitl): Use it.
25614
25615 2008-04-13  Bruno Haible  <bruno@clisp.org>
25616
25617         Make truncl work on OSF/1 4.0.
25618         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25619         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25620         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25621         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25622         HAVE_DECL_TRUNCL.
25623         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25624         HAVE_DECL_TRUNCL.
25625         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25626
25627 2008-04-13  Bruno Haible  <bruno@clisp.org>
25628
25629         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25630
25631 2008-04-13  Bruno Haible  <bruno@clisp.org>
25632
25633         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25634         expression, so as to avoid HP-UX 11 cc compiler bug.
25635
25636 2008-04-13  Bruno Haible  <bruno@clisp.org>
25637
25638         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25639
25640 2008-04-13  Bruno Haible  <bruno@clisp.org>
25641
25642         * lib/git-merge-changelog.c: Remove empty declaration outside of
25643         functions.
25644
25645 2008-04-13  Bruno Haible  <bruno@clisp.org>
25646
25647         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25648
25649 2008-04-13  Bruno Haible  <bruno@clisp.org>
25650
25651         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25652         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25653         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25654         also if it exists but lacks definitions of the SHUT_* macros.
25655         * modules/sys_socket (Description): Update.
25656         Reported by Elbert Pol <e.pol@chello.nl>.
25657
25658 2008-04-13  Bruno Haible  <bruno@clisp.org>
25659
25660         * lib/localcharset.c (OS2): Don't redefine if already defined.
25661         Reported by Elbert Pol <e.pol@chello.nl>.
25662
25663 2008-04-13  Bruno Haible  <bruno@clisp.org>
25664
25665         * lib/binary-io.h [__EMX__]: Include <io.h>.
25666         Reported by Elbert Pol <e.pol@chello.nl>.
25667
25668 2008-04-12  Bruno Haible  <bruno@clisp.org>
25669
25670         * lib/fpucw.h: Enable the definitions also for x86_64.
25671         Needed for NetBSD/x86_64.
25672         Reported by Thomas Klausner <tk@giga.or.at>.
25673
25674 2008-04-12  Bruno Haible  <bruno@clisp.org>
25675
25676         * tests/test-strtod.c: Include isnand.h.
25677         (main): Use isnand instead of isnan.
25678         Reported by Jim Meyering.
25679
25680 2008-04-12  Bruno Haible  <bruno@clisp.org>
25681
25682         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25683         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25684
25685 2008-04-12  Jim Meyering  <meyering@redhat.com>
25686
25687         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25688
25689 2008-04-12  Bruno Haible  <bruno@clisp.org>
25690
25691         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25692         Reported by Elbert Pol <e.pol@chello.nl>.
25693
25694 2008-04-12  Eric Blake  <ebb9@byu.net>
25695
25696         Work around Solaris 10 math.h bug.
25697         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25698         (gl_MATH_H_DEFAULTS): Set up default.
25699         * modules/math (Makefile.am): Replace new indicators.
25700         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25701         * tests/test-math.c (main): Test this.
25702         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25703         * doc/posix-headers/math.texi (math.h): Mention bug.
25704         Reported by Nelson H. F. Beebe and Jim Meyering.
25705
25706 2008-04-11  Bruno Haible  <bruno@clisp.org>
25707
25708         Adapt to future versions of Apple GCC.
25709         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25710         Reported by Peter O'Gorman <peter@pogma.com>.
25711
25712 2008-04-11  Bruno Haible  <bruno@clisp.org>
25713
25714         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25715
25716 2008-04-11  Bruno Haible  <bruno@clisp.org>
25717
25718         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25719
25720         * modules/getaddrinfo-tests (Makefile.am): Define
25721         test_getaddrinfo_LDADD.
25722
25723 2008-04-11  Bruno Haible  <bruno@clisp.org>
25724
25725         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25726         (init): Fix syntax error.
25727         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25728         is declared.
25729
25730 2008-04-11  Bruno Haible  <bruno@clisp.org>
25731
25732         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25733         * modules/glob (Depends-on): Add stdbool.
25734
25735 2008-04-11  Bruno Haible  <bruno@clisp.org>
25736
25737         * lib/trim.c: Include <string.h>.
25738
25739 2008-04-11  Eric Blake  <ebb9@byu.net>
25740
25741         Avoid compile failure on OS/2.
25742         * lib/regex_internal.h (internal_function): Disable optimization
25743         on OS/2 (__EMX__), where it caused compiler error.
25744         Reported by Elbert Pol.
25745
25746 2008-04-11  Bruno Haible  <bruno@clisp.org>
25747
25748         Flush the standard error stream before aborting. Needed on mingw.
25749         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25750         * tests/test-array_list.c (ASSERT): Likewise.
25751         * tests/test-array_oset.c (ASSERT): Likewise.
25752         * tests/test-avltree_list.c (ASSERT): Likewise.
25753         * tests/test-avltree_oset.c (ASSERT): Likewise.
25754         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25755         * tests/test-binary-io.c (ASSERT): Likewise.
25756         * tests/test-byteswap.c (ASSERT): Likewise.
25757         * tests/test-c-ctype.c (ASSERT): Likewise.
25758         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25759         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25760         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25761         * tests/test-c-strstr.c (ASSERT): Likewise.
25762         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25763         * tests/test-canonicalize.c (ASSERT): Likewise.
25764         * tests/test-carray_list.c (ASSERT): Likewise.
25765         * tests/test-ceilf1.c (ASSERT): Likewise.
25766         * tests/test-ceilf2.c (ASSERT): Likewise.
25767         * tests/test-ceill.c (ASSERT): Likewise.
25768         * tests/test-count-one-bits.c (ASSERT): Likewise.
25769         * tests/test-fbufmode.c (ASSERT): Likewise.
25770         * tests/test-fflush2.c (ASSERT): Likewise.
25771         * tests/test-floorf1.c (ASSERT): Likewise.
25772         * tests/test-floorf2.c (ASSERT): Likewise.
25773         * tests/test-floorl.c (ASSERT): Likewise.
25774         * tests/test-fopen.c (ASSERT): Likewise.
25775         * tests/test-fpending.c (ASSERT): Likewise.
25776         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25777         * tests/test-fpurge.c (ASSERT): Likewise.
25778         * tests/test-freadable.c (ASSERT): Likewise.
25779         * tests/test-freadahead.c (ASSERT): Likewise.
25780         * tests/test-freading.c (ASSERT): Likewise.
25781         * tests/test-freadptr.c (ASSERT): Likewise.
25782         * tests/test-freadptr2.c (ASSERT): Likewise.
25783         * tests/test-freadseek.c (ASSERT): Likewise.
25784         * tests/test-freopen.c (ASSERT): Likewise.
25785         * tests/test-frexp.c (ASSERT): Likewise.
25786         * tests/test-frexpl.c (ASSERT): Likewise.
25787         * tests/test-fseek.c (ASSERT): Likewise.
25788         * tests/test-fseeko.c (ASSERT): Likewise.
25789         * tests/test-fstrcmp.c (ASSERT): Likewise.
25790         * tests/test-ftell.c (ASSERT): Likewise.
25791         * tests/test-ftello.c (ASSERT): Likewise.
25792         * tests/test-func.c (ASSERT): Likewise.
25793         * tests/test-fwritable.c (ASSERT): Likewise.
25794         * tests/test-fwriting.c (ASSERT): Likewise.
25795         * tests/test-getdelim.c (ASSERT): Likewise.
25796         * tests/test-getline.c (ASSERT): Likewise.
25797         * tests/test-i-ring.c (ASSERT): Likewise.
25798         * tests/test-iconv-utf.c (ASSERT): Likewise.
25799         * tests/test-iconv.c (ASSERT): Likewise.
25800         * tests/test-isfinite.c (ASSERT): Likewise.
25801         * tests/test-isnand.c (ASSERT): Likewise.
25802         * tests/test-isnanf.c (ASSERT): Likewise.
25803         * tests/test-isnanl.h (ASSERT): Likewise.
25804         * tests/test-ldexpl.c (ASSERT): Likewise.
25805         * tests/test-linked_list.c (ASSERT): Likewise.
25806         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25807         * tests/test-localename.c (ASSERT): Likewise.
25808         * tests/test-lseek.c (ASSERT): Likewise.
25809         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25810         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25811         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25812         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25813         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25814         * tests/test-mbschr.c (ASSERT): Likewise.
25815         * tests/test-mbscspn.c (ASSERT): Likewise.
25816         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25817         * tests/test-mbspbrk.c (ASSERT): Likewise.
25818         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25819         * tests/test-mbsrchr.c (ASSERT): Likewise.
25820         * tests/test-mbsspn.c (ASSERT): Likewise.
25821         * tests/test-mbsstr1.c (ASSERT): Likewise.
25822         * tests/test-mbsstr2.c (ASSERT): Likewise.
25823         * tests/test-mbsstr3.c (ASSERT): Likewise.
25824         * tests/test-memchr2.c (ASSERT): Likewise.
25825         * tests/test-memmem.c (ASSERT): Likewise.
25826         * tests/test-open.c (ASSERT): Likewise.
25827         * tests/test-printf-frexp.c (ASSERT): Likewise.
25828         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25829         * tests/test-printf-posix.c (ASSERT): Likewise.
25830         * tests/test-quotearg.c (ASSERT): Likewise.
25831         * tests/test-rbtree_list.c (ASSERT): Likewise.
25832         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25833         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25834         * tests/test-round1.c (ASSERT): Likewise.
25835         * tests/test-roundf1.c (ASSERT): Likewise.
25836         * tests/test-roundl.c (ASSERT): Likewise.
25837         * tests/test-signbit.c (ASSERT): Likewise.
25838         * tests/test-sleep.c (ASSERT): Likewise.
25839         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25840         * tests/test-snprintf.c (ASSERT): Likewise.
25841         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25842         * tests/test-stat-time.c (ASSERT): Likewise.
25843         * tests/test-strcasestr.c (ASSERT): Likewise.
25844         * tests/test-strerror.c (ASSERT): Likewise.
25845         * tests/test-striconv.c (ASSERT): Likewise.
25846         * tests/test-striconveh.c (ASSERT): Likewise.
25847         * tests/test-striconveha.c (ASSERT): Likewise.
25848         * tests/test-strsignal.c (ASSERT): Likewise.
25849         * tests/test-strstr.c (ASSERT): Likewise.
25850         * tests/test-strtod.c (ASSERT): Likewise.
25851         * tests/test-trunc1.c (ASSERT): Likewise.
25852         * tests/test-trunc2.c (ASSERT): Likewise.
25853         * tests/test-truncf1.c (ASSERT): Likewise.
25854         * tests/test-truncf2.c (ASSERT): Likewise.
25855         * tests/test-truncl.c (ASSERT): Likewise.
25856         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25857         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25858         * tests/test-vasnprintf.c (ASSERT): Likewise.
25859         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25860         * tests/test-vasprintf.c (ASSERT): Likewise.
25861         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25862         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25863         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25864         * tests/test-vsnprintf.c (ASSERT): Likewise.
25865         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25866         * tests/test-wcwidth.c (ASSERT): Likewise.
25867         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25868         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25869         * tests/test-xvasprintf.c (ASSERT): Likewise.
25870         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25871         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25872         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25873         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25874         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25875         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25876         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25877         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25878         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25879         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25880         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25881         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25882         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25883         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25884         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25885         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25886         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25887         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25888         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25889         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25890         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25891         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25892         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25893         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25894         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25895         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25896         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25897         * tests/unictype/test-combining.c (ASSERT): Likewise.
25898         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25899         * tests/unictype/test-digit.c (ASSERT): Likewise.
25900         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25901         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25902         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25903         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25904         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25905         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25906         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25907         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25908         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25909         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25910         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25911         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25912         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25913         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25914         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25915         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25916         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25917         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25918         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25919         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25920         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25921         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25922         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25923         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25924         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25925         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25926         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25927         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25928         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25929         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25930         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25931         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25932         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25933         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25934         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25935         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25936         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25937         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25938         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25939         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25940         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25941         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25942         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25943         Reported by Eric Blake.
25944
25945 2008-04-11  Bruno Haible  <bruno@clisp.org>
25946
25947         * lib/wchar.in.h: Tweak comment.
25948
25949 2008-04-11  Bruno Haible  <bruno@clisp.org>
25950
25951         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25952         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25953         gl_COMMON.
25954         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25955
25956 2008-04-11  Bruno Haible  <bruno@clisp.org>
25957
25958         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25959
25960 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25961
25962         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25963         of attempting to use non-existing /dev/*random.  Based on patch
25964         from Adam Strzelecki <ono@java.pl> in
25965         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25966
25967 2008-04-08  Bruno Haible  <bruno@clisp.org>
25968
25969         Add tentative support for emx+gcc.
25970         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25971         * lib/fpurge.c (fpurge): Likewise.
25972         * lib/freadable.c (freadable): Likewise.
25973         * lib/freadahead.c (freadahead): Likewise.
25974         * lib/freading.c (freading): Likewise.
25975         * lib/freadptr.c (freadptr): Likewise.
25976         * lib/freadseek.c (freadptrinc): Likewise.
25977         * lib/fseeko.c (rpl_fseeko): Likewise.
25978         * lib/fseterr.c (fseterr): Likewise.
25979         * lib/fwritable.c (fwritable): Likewise.
25980         * lib/fwriting.c (fwriting): Likewise.
25981         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25982
25983 2008-04-09  Eric Blake  <ebb9@byu.net>
25984
25985         Avoid some autoconf warnings.
25986         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25987         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25988         * m4/afs.m4 (gl_AFS): Likewise.
25989         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25990         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25991         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25992         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25993         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25994         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25995         (AC_CHECK_DECLS_ONCE): Likewise.
25996         Rename file...
25997         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25998         gnulib-tool requires autoconf 2.59 or better.
25999         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
26000
26001 2008-04-08  Eric Blake  <ebb9@byu.net>
26002
26003         Use 'git describe --match' if present (added in git 1.5.5).
26004         * build-aux/git-version-gen: Limit result to tags that match 'v*'
26005         if possible.
26006
26007 2008-04-08  Bruno Haible  <bruno@clisp.org>
26008
26009         Add tentative support for OpenServer.
26010         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26011         _ptr, _cnt.
26012         * lib/fpurge.c (fpurge): Likewise.
26013         * lib/freadable.c (freadable): Likewise.
26014         * lib/freadahead.c (freadahead): Likewise.
26015         * lib/freading.c (freading): Likewise.
26016         * lib/freadptr.c (freadptr): Likewise.
26017         * lib/freadseek.c (freadptrinc): Likewise.
26018         * lib/fseeko.c (rpl_fseeko): Likewise.
26019         * lib/fseterr.c (fseterr): Likewise.
26020         * lib/fwritable.c (fwritable): Likewise.
26021         * lib/fwriting.c (fwriting): Likewise.
26022         Reported by Roger Cornelius <rac@tenzing.org> and
26023         Brian K. White <brian@aljex.com>.
26024
26025 2008-04-06  Jim Meyering  <meyering@redhat.com>
26026
26027         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26028
26029 2008-04-06  Bruno Haible  <bruno@clisp.org>
26030
26031         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26032         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26033         * tests/test-printf-posix.sh: Likewise.
26034         * tests/test-vfprintf-posix.sh: Likewise.
26035         * tests/test-vprintf-posix.sh: Likewise.
26036         * tests/test-xprintf-posix.sh: Likewise.
26037
26038 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26039
26040         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26041         hide error from 'ls', needed on OS/2.
26042         Report by Elbert Pol <elbert.pol@gmail.com>.
26043
26044 2008-04-04  Eric Blake  <ebb9@byu.net>
26045
26046         Make test-fseeko.c failures meaningful.
26047         * tests/test-fseeko.c: Print line number on failure.
26048         * tests/test-fseek.c: Likewise.
26049         Reported by Nelson H. F. Beebe.
26050
26051         Improve strtod bug detection check.
26052         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26053         required for Solaris 10.
26054         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26055
26056 2008-04-04  Bruno Haible  <bruno@clisp.org>
26057
26058         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26059         by m4/setenv.m4.
26060
26061 2008-04-03  Eric Blake  <ebb9@byu.net>
26062
26063         Ensure sane .version contents.
26064         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26065         version string.
26066         * build-aux/git-version-gen: Improve documentation.
26067
26068         Make GNU make output nicer.
26069         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26070         MAKECMDGOALS to enforce message for all command line targets.  Set
26071         srcdir for use in maint.mk.
26072
26073         Another maintainer tweak.
26074         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26075         a target that regenerates version.
26076
26077 2008-04-03  Jim Meyering  <meyering@redhat.com>
26078
26079         vc-list-files: don't cause coreutils "make po-check" failure
26080         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26081
26082 2008-04-03  Eric Blake  <ebb9@byu.net>
26083
26084         Allow VPATH usage of vc-list-files.
26085         * build-aux/vc-list-files (scriptversion): Add timestamp.
26086         (options): Add --help, --version, -C.
26087         (CVS): Support installed cvsu.
26088
26089 2008-04-02  Bruno Haible  <bruno@clisp.org>
26090
26091         Avoid some "statement with no effect" warnings from gcc.
26092         * tests/test-wctype.c (main): Explicitly ignore unused values.
26093         Reported by Jim Meyering.
26094
26095 2008-04-02  Jim Meyering  <meyering@redhat.com>
26096
26097         Avoid some warnings from "gcc -Wshadow".
26098         * tests/test-frexp.c (exp): Define to a different identifier.
26099         * tests/test-frexpl.c (exp): Likewise.
26100
26101 2008-04-03  Jim Meyering  <meyering@redhat.com>
26102
26103         bootstrap: remove dangling *.[ch] symlinks from lib
26104         * build-aux/bootstrap [dangling symlink removal]: Move find's
26105         -depth option to precede all others, to avoid a warning.
26106         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26107
26108 2008-04-02  Bruno Haible  <bruno@clisp.org>
26109
26110         Avoid some warnings from "gcc -Wshadow".
26111         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26112         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26113         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26114         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26115         Reported by Jim Meyering.
26116
26117 2008-04-01  Bruno Haible  <bruno@clisp.org>
26118
26119         Fix test to work on IRIX 6.5 with cc.
26120         * tests/test-math.c (numeric_equal): New function.
26121         (main): Use it.
26122
26123 2008-04-01  Bruno Haible  <bruno@clisp.org>
26124
26125         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26126
26127 2008-04-01  Bruno Haible  <bruno@clisp.org>
26128
26129         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26130         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26131         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26132         (Depends-on): Remove math.
26133
26134         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26135         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26136         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26137         (Depends-on): Remove math.
26138
26139         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26140         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26141         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26142         (Depends-on): Remove math.
26143         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26144         (Depends-on): Remove math.
26145
26146         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26147         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26148         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26149         (Depends-on): Remove math.
26150         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26151         (Depends-on): Remove math.
26152
26153         * tests/test-round1.c: Include nan.h.
26154         (main): Use NaNd instead of NAN.
26155         * modules/round-tests (Files): Add tests/nan.h.
26156
26157         * tests/test-trunc1.c: Include nan.h.
26158         (main): Use NaNd instead of NAN.
26159         * modules/trunc-tests (Files): Add tests/nan.h.
26160
26161         * tests/test-roundf1.c: Include nan.h.
26162         (main): Use NaNf instead of NAN.
26163         * modules/roundf-tests (Files): Add tests/nan.h.
26164
26165         * tests/test-truncf1.c: Include nan.h.
26166         (main): Use NaNf instead of NAN.
26167         * modules/truncf-tests (Files): Add tests/nan.h.
26168
26169         * tests/test-ceilf1.c: Include nan.h.
26170         (main): Use NaNf instead of NAN.
26171         * modules/ceilf-tests (Files): Add tests/nan.h.
26172
26173         * tests/test-floorf1.c: Include nan.h.
26174         (main): Use NaNf instead of NAN.
26175         * modules/floorf-tests (Files): Add tests/nan.h.
26176
26177         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26178         (main): Use NaNf instead of NAN.
26179         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26180
26181         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26182         (main): Use NaNd instead of NAN.
26183         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26184
26185         * tests/test-frexp.c: Include nan.h.
26186         (main): Use NaNd instead of NAN.
26187         * modules/frexp-tests (Files): Add tests/nan.h.
26188
26189         * lib/isnan.c: Don't include <math.h>.
26190         (FUNC): Don't use NAN macro.
26191         * modules/isnand-nolibm (Depends-on): Remove math.
26192         * modules/isnanf-nolibm (Depends-on): Remove math.
26193         * modules/isnanl (Depends-on): Remove math.
26194         * modules/isnanl-nolibm (Depends-on): Remove math.
26195
26196         * tests/nan.h: New file.
26197
26198 2008-04-01  Eric Blake  <ebb9@byu.net>
26199
26200         Fix typos.
26201         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26202         values to be the right type.
26203
26204         For now, cater to gnulib strtod inaccuracies.
26205         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26206         fractional results.  While not as nice from a QoI perspective, it
26207         is a quicker patch than correctly implementing decimal to binary
26208         rounding.
26209
26210 2008-03-31  Eric Blake  <ebb9@byu.net>
26211
26212         Guarantee a definition of NAN.
26213         * lib/math.in.h (NAN): Define if missing.
26214         * tests/test-math.c (main): Test it.
26215         * doc/posix-headers/math.texi (math.h): Document this.
26216         * lib/isnan.c (rpl_isnand): Use it.
26217         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26218         * tests/test-floorf1.c (NaN): Likewise.
26219         * tests/test-frexp.c (NaN): Likewise.
26220         * tests/test-isnand.c (NaN): Likewise.
26221         * tests/test-isnanf.c (NaN): Likewise.
26222         * tests/test-round1.c (NaN): Likewise.
26223         * tests/test-roundf1.c (NaN): Likewise.
26224         * tests/test-snprintf-posix.h (NaN): Likewise.
26225         * tests/test-sprintf-posix.h (NaN): Likewise.
26226         * tests/test-trunc1.c (NaN): Likewise.
26227         * tests/test-truncf1.c (NaN): Likewise.
26228         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26229         * tests/test-vasprintf-posix.c (NaN): Likewise.
26230         * modules/isnand-nolibm (Depends-on): Add math.
26231         * modules/isnanf-nolibm (Depends-on): Likewise.
26232         * modules/isnanl (Depends-on): Likewise.
26233         * modules/isnanl-nolibm (Depends-on): Likewise.
26234         * modules/snprintf-posix-tests (Depends-on): Likewise.
26235         * modules/sprintf-posix-tests (Depends-on): Likewise.
26236         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26237         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26238         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26239         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26240
26241 2008-03-31  Bruno Haible  <bruno@clisp.org>
26242
26243         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26244         * doc/posix-functions/strtod.texi: Likewise.
26245
26246 2008-03-31  Bruno Haible  <bruno@clisp.org>
26247
26248         * tests/test-strtod.c (main): Don't use C99 syntax.
26249
26250 2008-03-31  Bruno Haible  <bruno@clisp.org>
26251
26252         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26253         Reported by Eric Blake.
26254
26255 2008-03-31  Jim Meyering  <meyering@redhat.com>
26256
26257         Don't compare actual signbit return values.
26258         * tests/test-strtod.c (main): Rather, compare only their
26259         zero/non-zero nature.
26260
26261 2008-03-31  Eric Blake  <ebb9@byu.net>
26262
26263         More strtod documentation.
26264         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26265         failures as distinct bugs.
26266
26267 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26268
26269         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26270         Problem reported by Erik Benada in
26271         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26272
26273 2008-03-30  Bruno Haible  <bruno@clisp.org>
26274
26275         * tests/test-strtod.c: Add comments about which assertion fails on which
26276         platform.
26277         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26278
26279 2008-03-30  Eric Blake  <ebb9@byu.net>
26280
26281         Test signbit behavior on zeros.
26282         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26283         (test_signbitd, test_signbitl): Likewise.
26284
26285         More strtod touchups.
26286         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26287         sign of negative underflow, for now.  Use .5, not .1.
26288         * doc/posix-functions/strtod.texi (strtod): Mention these
26289         limitations.
26290         Reported by Jim Meyering.
26291
26292 2008-03-30  Bruno Haible  <bruno@clisp.org>
26293
26294         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26295         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26296
26297 2008-03-30  Bruno Haible  <bruno@clisp.org>
26298
26299         Avoid failure when attempting to return empty iconv results on some
26300         platforms.
26301         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26302         allocation, don't report ENOMEM when the resulting string is empty.
26303
26304 2008-03-30  Bruno Haible  <bruno@clisp.org>
26305
26306         Fix buffer overrun.
26307         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26308         Don't consider the width for tmp_length. Check count against tmp_length
26309         before doing the padding. Ensure enough allocation during padding.
26310
26311 2008-03-30  Eric Blake  <ebb9@byu.net>
26312
26313         strtod touchups.
26314         * lib/strtod.c (strtod): Avoid compiler warnings.
26315         Reported by Jim Meyering.
26316
26317 2008-03-30  Bruno Haible  <bruno@clisp.org>
26318
26319         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26320         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26321         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26322         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26323         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26324         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26325         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26326         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26327
26328         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26329         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26330         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26331         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26332         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26333         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26334         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26335         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26336
26337         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26338         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26339         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26340         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26341         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26342         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26343         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26344         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26345
26346         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26347         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26348
26349         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26350         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26351
26352         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26353         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26354
26355         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26356         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26357         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26358
26359         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26360         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26361         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26362
26363         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26364         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26365         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26366
26367         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26368         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26369         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26370
26371         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26372         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26373         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26374         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26375         (Depends-on): Add EOVERFLOW.
26376         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26377         (Depends-on): Add EOVERFLOW.
26378         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26379         (Depends-on): Add EOVERFLOW.
26380         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26381         (Depends-on): Add EOVERFLOW.
26382         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26383         (Depends-on): Add EOVERFLOW.
26384         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26385         (Depends-on): Add EOVERFLOW.
26386         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26387         (Depends-on): Add EOVERFLOW.
26388         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26389         (Depends-on): Add EOVERFLOW.
26390
26391         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26392         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26393         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26394
26395         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26396         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26397         * modules/snprintf (Depends-on): Add EOVERFLOW.
26398
26399         * lib/poll.c (EOVERFLOW): Remove fallback.
26400         * modules/poll (Depends-on): Add EOVERFLOW.
26401
26402         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26403         * modules/getugroups (Depends-on): Add EOVERFLOW.
26404
26405         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26406         * modules/getdelim (Depends-on): Add EOVERFLOW.
26407
26408         * lib/ftell.c (EOVERFLOW): Remove fallback.
26409         * modules/ftell (Depends-on): Add EOVERFLOW.
26410
26411         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26412         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26413         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26414
26415         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26416
26417         * modules/EOVERFLOW-tests: New file.
26418         * tests/test-EOVERFLOW.c: New file.
26419
26420         * modules/EOVERFLOW: New file.
26421         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26422
26423 2008-03-30  Bruno Haible  <bruno@clisp.org>
26424
26425         Fix bug introduced on 2007-06-10.
26426         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26427         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26428
26429 2008-03-30  Bruno Haible  <bruno@clisp.org>
26430
26431         Improve freadseek's efficiency after ungetc.
26432         * lib/freadseek.c: Include freadahead.h.
26433         (freadptrinc): New function, extracted from freadseek.
26434         (freadseek): Use it in a loop. Use freadahead to determine the number
26435         of loop iterations.
26436         * modules/freadseek (Depends-on): Add freadahead.
26437         (configure.ac): Require AC_C_INLINE.
26438
26439 2008-03-30  Bruno Haible  <bruno@clisp.org>
26440
26441         * lib/freadseek.c (freadseek): Don't ignore the return value of
26442         freadptr.
26443
26444 2008-03-29  Eric Blake  <ebb9@byu.net>
26445
26446         Add hex float support.
26447         * modules/strtod (Depends-on): Add c-ctype.
26448         (Link): Mention POW_LIB.
26449         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26450         whitespace between 'e' and exponent.
26451         * tests/test-strtod.c (main): Enable hex float tests.
26452         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26453         now provides.
26454
26455         Document various strtod bugs, with some fixes.
26456         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26457         "-0x", "inf", "nan", and hex constants.
26458         * doc/posix-functions/atof.texi (atof): Likewise.
26459         * modules/stdlib (Makefile.am): Support strtod.
26460         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26461         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26462         detect additional strtod bugs.
26463         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26464         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26465         bool where appropriate.  Parse 'inf' and 'nan'.
26466         * tests/test-strtod.c: New file.
26467         * modules/strtod (Depends-on): Add stdbool, stdlib.
26468         (configure.ac): Turn on module indicator.
26469         * modules/strtod-tests: New module.
26470
26471 2008-03-29  Eric Blake  <ebb9@byu.net>
26472
26473         Fix ftell on mingw.
26474         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26475         * modules/ftell-tests (Depends-on): Add binary-io.
26476         * modules/ftello-tests (Depends-on): Likewise.
26477         * tests/test-ftell.c (main): Enhance test to cover behavior after
26478         ungetc.  Enforce binary mode.
26479         * tests/test-ftello.c (main): Likewise.
26480
26481         Pass test-freadseek on cygwin.
26482         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26483         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26484         ungetc buffer.
26485
26486         * tests/test-fflush2.c (main): Fix typo.
26487
26488 2008-03-29  Bruno Haible  <bruno@clisp.org>
26489
26490         * tests/test-fflush2.c (main): Temporarily disable the contents of
26491         this test.
26492         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26493         Reported by Eric Blake.
26494
26495 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26496
26497         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26498         (GC_SHA224_DIGEST_SIZE): Add.
26499
26500         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26501         (gc_hash_digest_length): Likewise.
26502         (gc_hash_buffer): Likewise.
26503
26504 2008-03-25  Bruno Haible  <bruno@clisp.org>
26505
26506         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26507         detail which gettext release to use.
26508         Reported by Simon Josefsson.
26509
26510 2008-03-26  Jim Meyering  <meyering@redhat.com>
26511
26512         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26513         * modules/gnumakefile (clean-GNUmakefile): Also, use
26514         test ... && ... || : syntax rather than if-then ... fi.
26515
26516         gnumakefile: Don't double-quote-expand $(VPATH) value.
26517         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26518
26519 2008-03-24  Eric Blake  <ebb9@byu.net>
26520
26521         Alter GNUmakefile to install into top directory.
26522         * modules/maintainer-makefile: Split, and add dependency...
26523         * modules/gnumakefile: to this new module.
26524         * build-aux/GNUmakefile: Move...
26525         * top/GNUmakefile: ...here.
26526         * build-aux/maint.mk: Move...
26527         * top/maint.mk: ...here.
26528         * MODULES.html.sh (Support for maintaining...): Document new
26529         module.
26530
26531 2008-03-23  Bruno Haible  <bruno@clisp.org>
26532
26533         * gnulib-tool: New options --vc-files, --no-vc-files.
26534         (func_usage): Document them.
26535         (vc_files): New variable.
26536         (func_import): Consider vc_files.
26537         (func_create_testdir): Set vc_files to empty.
26538         Suggested by Jim Meyering and Karl Berry.
26539
26540 2008-03-23  Bruno Haible  <bruno@clisp.org>
26541
26542         Fix regex compilation error on HP-UX 11.
26543         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26544         * modules/regex (Files): Add m4/mbstate_t.m4.
26545         Reported by Ton Voon <ton.voon@altinity.com>.
26546
26547 2008-03-23  Bruno Haible  <bruno@clisp.org>
26548
26549         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26550
26551 2008-03-23  Eric Blake  <ebb9@byu.net>
26552             Bruno Haible  <bruno@clisp.org>
26553
26554         Install files from top/ in the destination directory.
26555         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26556         augmentation also for the files from top/.
26557         (func_import, func_create_testdir): Rewrite file names:
26558         top/filename -> filename.
26559
26560 2008-03-23  Bruno Haible  <bruno@clisp.org>
26561
26562         Tweak "gnulib --version" output.
26563         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26564
26565 2008-03-23  Bruno Haible  <bruno@clisp.org>
26566
26567         Tweak "gnulib --version" output.
26568         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26569         rather than contents of ChangeLog, when possible.
26570
26571 2008-03-21  Eric Blake  <ebb9@byu.net>
26572
26573         More --version tweaks.
26574         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26575         date of last ChangeLog entry.
26576
26577 2008-03-21  Jim Meyering  <meyering@redhat.com>
26578
26579         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26580
26581 2008-03-20  Eric Blake  <ebb9@byu.net>
26582
26583         VPATH fix.
26584         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26585
26586 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26587
26588         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26589         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26590
26591 2008-03-20  Eric Blake  <ebb9@byu.net>
26592
26593         Sync GNUmakefile with coreutils.
26594         * build-aux/GNUmakefile (have-Makefile): Rename...
26595         (_have-Makefile): ...to this, for namespace consideration.
26596         (GNUmakefile.cfg): Include, if present.
26597         (_autoreconf): Define a default.
26598         (_is-dist-target): New rule for rebuilds to pick up intra-release
26599         version.
26600         (maint-cfg.mk): Rename...
26601         (cfg.mk): ...to this.
26602
26603 2008-03-18  Jim Meyering  <meyering@redhat.com>
26604
26605         New script and module: mktempd
26606         * MODULES.html.sh (maint+release support): Add mktempd.
26607         * build-aux/mktempd: New file.
26608         * modules/mktempd: New file.
26609
26610 2008-03-15  Jim Meyering  <meyering@redhat.com>
26611
26612         Undo last change.
26613         * lib/sha1.c, lib/md5.c: 63 != ~63.
26614         Reported by Andreas Schwab.
26615
26616         sha1.c, md5.c: Hoist a redundant expression.
26617         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26618         "ctx->buflen" only once, before calling *_process_block.
26619         * lib/md5.c (md5_process_bytes): Likewise.
26620
26621 2008-03-14  Eric Blake  <ebb9@byu.net>
26622
26623         Bump copyright year in files generated by gnulib-tool.
26624         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26625         gnulib-tool, rather than hard-coding it.
26626
26627         Fix 'gnulib-tool --version' output to work with git.
26628         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26629         (startup): ...here.
26630         (func_version): Use it to invoke git-version-gen, rather than
26631         relying on CVS keyword expansion.  Modernize wording.
26632         (cvsdatestamp, last_checkin_date, version): Kill unused
26633         variables.
26634
26635 2008-03-12  Jim Meyering  <meyering@redhat.com>
26636
26637         Recognize optional cast of the argument to free.
26638         * build-aux/useless-if-before-free: Update regexps.
26639
26640         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26641
26642 2008-03-11  Bruno Haible  <bruno@clisp.org>
26643
26644         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26645         by a single package.
26646         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26647         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26648         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26649         Reported by Sam Steingold <sds@gnu.org>.
26650
26651 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26652
26653         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26654         repositories.
26655
26656 2008-03-11  Bruno Haible  <bruno@clisp.org>
26657
26658         Avoid conflicts between local macro definitions.
26659         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26660         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26661
26662 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26663             Bruno Haible  <bruno@clisp.org>
26664
26665         Make va_copy work with some version of xlc on AIX 5.1.
26666         * lib/stdarg.in.h: New file.
26667         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26668         On AIX, use a <stdarg.h> file substitute.
26669         * modules/stdarg (Files): Add lib/stdarg.in.h.
26670         (Depends-on): Add include_next.
26671         (Makefile.am): Build a stdarg.h substitute if requested.
26672         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26673
26674 2008-03-10  Bruno Haible  <bruno@clisp.org>
26675
26676         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26677         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26678         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26679
26680 2008-03-10  Bruno Haible  <bruno@clisp.org>
26681
26682         * modules/stdlib (Depends-on): Add include_next, remove
26683         absolute-header.
26684
26685 2008-03-09  Bruno Haible  <bruno@clisp.org>
26686
26687         * lib/freadahead.h (freadahead): Document more precisely.
26688         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26689         the sum of both buffer sizes.
26690         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26691         * NEWS: Document the change.
26692
26693 2008-03-09  Bruno Haible  <bruno@clisp.org>
26694
26695         Extend freadptr to return also the buffer size.
26696         * lib/freadptr.h (freadptr): Add sizep argument.
26697         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26698         (freadptr): Add sizep argument. Determine buffer size like freadahead
26699         does.
26700         * tests/test-freadptr.c: Don't include freadahead.h.
26701         (main): Adapt for new calling convention of freadptr.
26702         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26703         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26704         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26705         tests/test-freadptr2.sh.
26706         (Depends): Remove freadahead.
26707         (TESTS): Add test-freadptr2.sh.
26708         (check_PROGRAMS): Add test-freadptr2.
26709
26710 2008-03-09  Bruno Haible  <bruno@clisp.org>
26711
26712         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26713         Report and solution by Simon Josefsson.
26714
26715 2008-03-06  Bruno Haible  <bruno@clisp.org>
26716
26717         Make fflush after ungetc work on BSD platforms.
26718         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26719         * tests/test-fflush2.c: New file.
26720         * tests/test-fflush2.sh: New file.
26721         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26722         tests/test-fflush2.c.
26723         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26724         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26725
26726 2008-03-06  Eric Blake  <ebb9@byu.net>
26727
26728         Likewise for ftello.
26729         * modules/ftello (Dependencies): Add extensions.
26730         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26731
26732 2008-03-06  Bruno Haible  <bruno@clisp.org>
26733
26734         * modules/fseeko (Dependencies): Add extensions.
26735         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26736         Needed on glibc systems.
26737
26738 2008-03-06  Bruno Haible  <bruno@clisp.org>
26739
26740         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26741         email address.
26742         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26743
26744 2008-03-06  Bruno Haible  <bruno@clisp.org>
26745
26746         * users.txt: Add libgnupdf.
26747
26748 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26749
26750         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26751         (Header File Substitutes, Function Substitutes,
26752         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26753         (Build robot for gnulib): Fix typo.
26754
26755 2008-03-06  Bruno Haible  <bruno@clisp.org>
26756
26757         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26758         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26759
26760 2008-03-06  Bruno Haible  <bruno@clisp.org>
26761
26762         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26763         * doc/gnulib.texi: Include it.
26764
26765 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26766
26767         * modules/func (License): Change license to unlimited; there was
26768         no LGPL parts in the module anyway.
26769
26770 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26771
26772         * modules/__func__: Renamed to modules/func.
26773         * modules/__func__-tests: Renamed to modules/func-tests.
26774         * tests/test-__func__.c: Renamed to tests/test-func.c.
26775         * m4/__func__.m4: Renamed to m4/func.m4.
26776         * doc/gnulib.texi (__func__): Section renamed to func.
26777         Suggested by Eric Blake <ebb9@byu.net>.
26778
26779 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26780
26781         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26782         about __func__.  Make example self-contained.  Suggested by Eric
26783         Blake <ebb9@byu.net>.
26784
26785         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26786         Suggested by Eric Blake <ebb9@byu.net>.
26787
26788 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26789
26790         * modules/__func__: New file.
26791         * modules/__func__-tests: New file.
26792         * tests/test-__func__.c: New file.
26793         * m4/__func__.m4: New file.
26794         * doc/gnulib.texi (__func__): Document __func__ module.
26795
26796 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26797
26798         * modules/byteswap (License): Re-license as LGPLv2+.
26799
26800 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26801
26802         * doc/Makefile: Add pdf target.
26803
26804 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26805
26806         * modules/inline (License): Use 'unlimited', since there are only
26807         *.m4 files in this module.
26808
26809 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26810             Bruno Haible  <bruno@clisp.org>
26811
26812         Add support for HP C 7.1 on OpenVMS 8.3.
26813         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26814
26815 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26816
26817         Update VMS specifics.
26818         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26819
26820 2008-03-02  Jim Meyering  <meyering@redhat.com>
26821
26822         Remove the last dependency on the "free" module.
26823         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26824         Reported by Bob Proulx.
26825
26826         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26827
26828         Remove useless "if" tests before free.  Deprecate "free" module.
26829         * doc/posix-functions/free.texi: Mention that this
26830         module is no longer useful.
26831         * modules/free (Notice): Say this module is obsolete.
26832         * modules/readutmp (Depends-on): Remove free.
26833         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26834         * lib/putenv.c (putenv): Likewise.
26835         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26836         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26837         * tests/test-c-strcasestr.c (main): Likewise.
26838         * tests/test-c-strstr.c (main): Likewise.
26839         * tests/test-mbscasestr1.c (main): Likewise.
26840         * tests/test-mbscasestr2.c (main): Likewise.
26841         * tests/test-mbsstr1.c (main): Likewise.
26842         * tests/test-mbsstr2.c (main): Likewise.
26843         * tests/test-memmem.c (main): Likewise.
26844         * tests/test-strcasestr.c (main): Likewise.
26845         * tests/test-striconv.c (main): Likewise.
26846         * tests/test-striconveh.c (main): Likewise.
26847         * tests/test-striconveha.c (main): Likewise.
26848         * tests/test-strstr.c (main): Likewise.
26849
26850         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26851
26852         bootstrap: sync from coreutils again
26853         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26854
26855 2008-03-01  Jim Meyering  <meyering@redhat.com>
26856
26857         bootstrap: sync from coreutils
26858         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26859         also when the target doesn't exist.
26860
26861 2008-03-01  Eric Blake  <ebb9@byu.net>
26862
26863         Fix bugs in last patch.
26864         * lib/memchr2.c (memchr2): Fix typo.
26865         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26866         extension.
26867         Reported by Bruce Korb.
26868
26869         New module 'memchr2'.
26870         * modules/memchr2: New file.
26871         * modules/memchr2-tests: Likewise.
26872         * lib/memchr2.h: Likewise.
26873         * lib/memchr2.c: Likewise, based on memchr.c.
26874         * tests/test-memchr2.c: New test.
26875         * MODULES.html.sh (String handling): Add memchr2.
26876
26877 2008-02-29  Bruno Haible  <bruno@clisp.org>
26878
26879         * modules/freadseek-tests: New file.
26880         * tests/test-freadseek.sh: New file.
26881         * tests/test-freadseek.c: New file.
26882
26883         New module 'freadseek'.
26884         * modules/freadseek: New file.
26885         * lib/freadseek.h: New file.
26886         * lib/freadseek.c: New file.
26887         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26888
26889 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26890
26891         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26892         wydawca.
26893
26894         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26895         program_invocation_name and program_invocation_short_name are
26896         present.
26897
26898 2008-02-28  Bruno Haible  <bruno@clisp.org>
26899
26900         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26901         * tests/test-freadptr.sh: Also test non-seekable stdin.
26902
26903 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26904
26905         * build-aux/bootstrap (source_base, m4_base)
26906         (doc_base, tests_base): New variables.
26907         (gnulib_tool_options): Do not hardcode base directories, use
26908         the above variables instead.
26909
26910 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26911
26912         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26913
26914 2008-02-28  Bruno Haible  <bruno@clisp.org>
26915
26916         * modules/freadptr-tests: New file.
26917         * tests/test-freadptr.sh: New file.
26918         * tests/test-freadptr.c: New file.
26919
26920         New module 'freadptr'.
26921         * modules/freadptr: New file.
26922         * lib/freadptr.h: New file.
26923         * lib/freadptr.c: New file.
26924         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26925
26926 2008-02-26  Karl Berry  <karl@freefriends.org>
26927
26928         Sync from Libtool:
26929         * libltdl/argz.c (argz_add, argz_count): New functions.
26930         * libltdl/argz.in.h: Declare them.
26931         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26932
26933 2008-02-22  Bruno Haible  <bruno@clisp.org>
26934
26935         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26936         is a pointer type.  Needed for HP-UX 10.
26937         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26938         * doc/posix-functions/gmtime_r.texi: Likewise.
26939         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26940
26941 2008-02-24  Bruno Haible  <bruno@clisp.org>
26942
26943         * modules/environ-tests: New file.
26944         * tests/test-environ.c: New file.
26945
26946         New module 'environ'.
26947         * modules/environ: New file.
26948         * lib/unistd.in.h (environ): New declaration.
26949         * m4/environ.m4: New file.
26950         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26951         after use.
26952         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26953         HAVE_DECL_ENVIRON.
26954         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26955         HAVE_DECL_ENVIRON.
26956         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26957         wrong claim that 'environ' is missing on some systems.
26958         * modules/execute (Depends-on): Add environ.
26959         * lib/execute.c (environ): Remove fallback declaration.
26960         * modules/pipe (Depends-on): Add environ.
26961         * lib/pipe.c (environ): Remove fallback declaration.
26962         * modules/setenv (Depends-on): Add environ.
26963         * lib/setenv.c (environ): Remove fallback declaration.
26964         * modules/unsetenv (Depends-on): Add environ.
26965         * lib/unsetenv.c (environ): Remove fallback declaration.
26966         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26967         m4/environ.m4.
26968         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26969         (gl_PREREQ_UNSETENV): Likewise.
26970
26971 2008-02-24  Bruno Haible  <bruno@clisp.org>
26972
26973         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26974
26975 2008-02-20  Bob Proulx  <bob@proulx.com>
26976
26977         Enable use of older two part flavor 'git describe'.
26978         * build-aux/git-version-gen: If using the older two part flavor of
26979         git version then recreate the third part now present in the
26980         newer three part flavor of git describe.
26981
26982 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26983
26984         * lib/fts.c (fts_build): Typo correction to comment.
26985
26986 2008-02-17  Bruno Haible  <bruno@clisp.org>
26987
26988         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26989         generating no-op conflicts.
26990
26991 2008-02-17  Bruno Haible  <bruno@clisp.org>
26992
26993         Speed up by 10%.
26994         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26995         result_entries, rather than an index-based loop.
26996
26997 2008-02-17  Bruno Haible  <bruno@clisp.org>
26998
26999         Speed up by 25%.
27000         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
27001         'hashcode_cached'.
27002         (entry_create): New function.
27003         (entry_hashcode): Use the cached hashcode if possible.
27004         (read_changelog_file, try_split_merged_entry): Use entry_create.
27005
27006 2008-02-17  Bruno Haible  <bruno@clisp.org>
27007
27008         Speed up from O(n^2) to O(n) for long ChangeLog files.
27009         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27010         (read_changelog_file): Change implementation of entries_reversed list
27011         to rbtreehash.
27012         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27013
27014 2008-02-17  Bruno Haible  <bruno@clisp.org>
27015
27016         New option --split-merged-entry.
27017         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27018         (find_paragraph_end, try_split_merged_entry): New functions.
27019         (long_options): Add option --split-merged-entry.
27020         (usage): Document option --split-merged-entry.
27021         (main): Implement option --split-merged-entry.
27022         Reported by Eric Blake.
27023
27024 2008-02-17  Bruno Haible  <bruno@clisp.org>
27025
27026         * lib/git-merge-changelog.c: Include c-strstr.h.
27027         (main): Support the "git pull --rebase" situation.
27028         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27029         Reported by Eric Blake.
27030
27031 2008-02-16  Eric Blake  <ebb9@byu.net>
27032
27033         Avoid doubling \ in common case of "c-maybe" quoting style.
27034         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27035         eliding outer quotes.
27036         * lib/quotearg.h: Document this.
27037         * tests/test-quotearg.c (result_strings, inputs, results_g)
27038         (flag_results, locale_results): Test it by adding a new string to
27039         each test group.
27040         (compare_strings): Test new string.
27041
27042 2008-02-13  Eric Blake  <ebb9@byu.net>
27043
27044         Avoid trigraph quoting in default output.
27045         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27046         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27047         unless explicitly requested.
27048         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27049
27050 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27051
27052         Don't rely on signed integer overflowing to negative value.
27053         * lib/getugroups.c (getugroups): Include <limits.h>.
27054         Instead, compare against INT_MAX, and increment only if the test passes.
27055
27056 2008-02-13  Jim Meyering  <meyering@redhat.com>
27057         and Eric Blake  <ebb9@byu.net>
27058
27059         Avoid shadowing warning and compile errors on Linux.
27060         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27061         forwarding macros on Linux.
27062         (dcgettext): Define a stub, for Linux.
27063         (results_g, main): Avoid warnings.
27064
27065 2008-02-12  Eric Blake  <ebb9@byu.net>
27066
27067         Silence warning in last patch.
27068         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27069
27070         Quotearg part 4: add tests, fix c-maybe colon quoting.
27071         * lib/quotearg.h: Improve documentation.
27072         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27073         escapes when adding outer quotes.  When quoting trigraphs, use
27074         valid C notation.  When quoting NUL, omit extra characters if next
27075         character is not digit.  Alter prototype.
27076         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27077         callers.
27078         * modules/quotearg-tests: New module.
27079         * tests/test-quotearg.c: New test.
27080
27081 2008-02-07  Eric Blake  <ebb9@byu.net>
27082
27083         Quotearg part 3: add flag to control outer quote elision.
27084         * lib/quotearg.h (c_maybe_quoting_style): New style.
27085         (enum quoting_flags): Better documentation of flags.
27086         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27087         c-maybe style.
27088         (quotearg_buffer_restyled): Handle new flag to elide outer
27089         quotes.
27090
27091         Quotearg part 2: add flag that can control NUL elision.
27092         * lib/quotearg.h (set_quoting_flags): New prototype.
27093         * lib/quotearg.c (struct quoting_options): Add flag field.
27094         (set_quoting_flags): New function.
27095         (quotearg_buffer_restyled): Add flags parameter.
27096         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27097         (quotearg_n_options): Set the flag, since length cannot be
27098         returned.
27099         (quoting_options_from_style): Default flags correctly.
27100
27101         Quotearg part 1: more wrappers, restore quotearg_char state.
27102         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27103         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27104         (quotearg_colon_mem): New wrappers.
27105         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27106         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27107         functions.
27108         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27109         (quotearg_colon_mem): New functions.
27110
27111 2008-02-11  Bruno Haible  <bruno@clisp.org>
27112
27113         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27114         library in the current directory: it does not work with parallel make.
27115         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27116
27117 2008-02-11  Bruno Haible  <bruno@clisp.org>
27118
27119         * .gitattributes: New file.
27120
27121 2008-02-11  Jim Meyering  <meyering@redhat.com>
27122
27123         useless-if-before-free: Fix reversed exit values.
27124         * build-aux/useless-if-before-free: Use correct values
27125         for EXIT_MATCH and EXIT_NO_MATCH.
27126
27127         * build-aux/useless-if-before-free: Close stdout carefully.
27128
27129 2008-02-10  Bruno Haible  <bruno@clisp.org>
27130
27131         New module 'git-merge-changelog'.
27132         * modules/git-merge-changelog: New file.
27133         * lib/git-merge-changelog.c: New file.
27134
27135 2008-02-10  Jim Meyering  <meyering@redhat.com>
27136
27137         useless-if-before-free: New option: --list (-l).
27138
27139         useless-if-before-free: Don't exit immediately upon open failure.
27140         * build-aux/useless-if-before-free: Exit 2 for errors.
27141         Upon failure to open a file, don't exit immediately.
27142         Rather, just warn and continue with any remaining files.
27143
27144 2008-02-10  Bruno Haible  <bruno@clisp.org>
27145
27146         New abstract list operation 'node_set_value'.
27147         * lib/gl_list.h (gl_list_node_set_value): New function.
27148         (struct gl_list_implementation): New field node_set_value.
27149         * lib/gl_list.c (gl_list_node_set_value): New function.
27150         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27151         (gl_array_list_implementation): Update.
27152         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27153         (gl_carray_list_implementation): Update.
27154         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27155         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27156         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27157         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27158         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27159         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27160         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27161         Update.
27162         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27163         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27164         (gl_sublist_list_implementation): Update.
27165
27166 2008-02-10  Bruno Haible  <bruno@clisp.org>
27167
27168         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27169         Needed when ELEMENT is #defined to 'some_type *'.
27170
27171 2008-02-10  Jim Meyering  <meyering@redhat.com>
27172
27173         New script and module: useless-if-before-free
27174         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27175         * build-aux/useless-if-before-free: New file.
27176         * modules/useless-if-before-free: New file.
27177
27178         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27179
27180         xstrtol_error: Fix typo.
27181         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27182         s/exit_failure/exit_status/.
27183
27184 2008-02-09  Jim Meyering  <meyering@redhat.com>
27185
27186         New script and module: gitlog-to-changelog
27187         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27188         * modules/gitlog-to-changelog: New file.
27189         * build-aux/gitlog-to-changelog: New file.
27190
27191 2008-02-08  Jim Meyering  <meyering@redhat.com>
27192
27193         Avoid two "parameter unused" warnings.
27194         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27195         Mark "st" as used.
27196
27197         Use "git COMMAND", not "git-COMMAND".
27198         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27199         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27200         * build-aux/git-version-gen: Use "git status", not "git-status".
27201
27202 2008-02-07  Bruno Haible  <bruno@clisp.org>
27203
27204         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27205         Avoids a crash on Windows Vista.
27206         Reported by Adam Strzelecki <ono@java.pl> via
27207         Simon Josefsson <simon@josefsson.org>.
27208
27209 2008-02-06  Bruno Haible  <bruno@clisp.org>
27210
27211         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27212         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27213         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27214         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27215         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27216         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27217         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27218         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27219         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27220         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27221         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27222         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27223         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27224         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27225         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27226         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27227         left-adjust flag.
27228         * tests/test-snprintf-posix.h (test_function): Likewise.
27229         * tests/test-sprintf-posix.h (test_function): Likewise.
27230         * tests/test-vasprintf-posix.c (test_function): Likewise.
27231         * doc/posix-functions/fprintf.texi: Update.
27232         * doc/posix-functions/printf.texi: Update.
27233         * doc/posix-functions/snprintf.texi: Update.
27234         * doc/posix-functions/sprintf.texi: Update.
27235         * doc/posix-functions/vfprintf.texi: Update.
27236         * doc/posix-functions/vprintf.texi: Update.
27237         * doc/posix-functions/vsnprintf.texi: Update.
27238         * doc/posix-functions/vsprintf.texi: Update.
27239         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27240
27241 2008-02-06  Bruno Haible  <bruno@clisp.org>
27242
27243         Fix bug introduced on 2008-01-26.
27244         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27245
27246 2008-02-06  Bruno Haible  <bruno@clisp.org>
27247
27248         Fix bug introduced on 2007-06-10.
27249         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27250         !NEED_PRINTF_FLAG_ZERO.
27251
27252 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27253
27254         getloadavg: use libperfstat on AIX5
27255         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27256
27257 2008-02-03  Bruno Haible  <bruno@clisp.org>
27258
27259         * lib/diffseq.h: Add comments about required #includes.
27260         Reported by Michael Biggs <gnulib@doubleplum.net>.
27261
27262 2008-02-01  Bruno Haible  <bruno@clisp.org>
27263
27264         * users.txt: Add gnuit.
27265
27266 2008-01-31  Bruno Haible  <bruno@clisp.org>
27267
27268         * lib/md4.c (set_uint32): Mark as inline.
27269         * lib/md5.c (set_uint32): Likewise.
27270         * lib/sha1.c (set_uint32): Likewise.
27271         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27272         * m4/md5.m4 (gl_MD5): Likewise.
27273         * m4/sha1.m4 (gl_SHA1): Likewise.
27274
27275 2008-01-31  Jim Meyering  <meyering@redhat.com>
27276
27277         Use "sizeof VAR", rather than a literal "4".
27278         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27279         * lib/md4.c (md4_read_ctx): Likewise.
27280         * lib/sha1.c (sha1_read_ctx): Likewise.
27281
27282 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27283
27284         * tests/test-sha1.c: New file, based on test-md5.c.
27285
27286         * modules/crypto/sha1-tests: New file.
27287
27288 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27289
27290         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27291
27292 2008-01-31  Jim Meyering  <meyering@redhat.com>
27293
27294         Prefer "sizeof v" over the equivalent "4".
27295         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27296         * lib/md5.c (set_uint32): Likewise.
27297         * lib/sha1.c (set_uint32): Likewise.
27298
27299 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27300
27301         * lib/sha1.c (set_uint32): Mark function as static.
27302
27303 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27304
27305         md2: clarify comments to say that alignment is not required.
27306         * lib/md2.h: Remove warning about alignment in comment.
27307         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27308         never been required.
27309
27310 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27311
27312         md4: adapt alignment constraint fix from sha1.
27313         * lib/md4.c (set_uint32): New function, from sha1.c
27314         (md4_read_ctx): Use it.
27315         (md4_finish_ctx): Doc fix.
27316         * lib/md4.h: Doc fix.
27317
27318 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27319
27320         md5: adapt alignment constraint fix from sha1.
27321         * lib/md5.c (set_uint32): New function, from sha1.c
27322         (md5_read_ctx): Use it.
27323         (md5_finish_ctx): Doc fix.
27324         * lib/md5.h: Doc fix.
27325
27326 2008-01-30  Peter Palfrader  <weasel@debian.org>
27327
27328         sha1: remove the result buffer alignment constraint
27329         * lib/sha1.c (set_uint32): New function.
27330         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27331         constraint.
27332         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27333         * lib/sha1.h: Likewise.
27334
27335 2008-01-30  Andreas Schwab  <schwab@suse.de>
27336             Bruno Haible  <bruno@clisp.org>
27337
27338         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27339         correct definition of LDBL_MIN_EXP.
27340
27341 2008-01-30  Karl Berry  <karl@gnu.org>
27342
27343         * config/srclist-update: try to preserve x bit on updates.
27344         * config/srclistvars.sh: update for karl.
27345
27346 2008-01-29  Jim Meyering  <meyering@redhat.com>
27347
27348         vasnprintf.c: Avoid warning about unused label
27349         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27350         "overflow" label definition and associated code with the
27351         same cpp condition that guards the sole use of that label.
27352
27353 2008-01-26  Bruno Haible  <bruno@clisp.org>
27354
27355         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27356         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27357         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27358         * lib/isnanl-nolibm.h (isnanl): Likewise.
27359         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27360
27361 2008-01-26  Bruno Haible  <bruno@clisp.org>
27362
27363         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27364         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27365
27366 2008-01-26  Bruno Haible  <bruno@clisp.org>
27367
27368         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27369         GCC >= 4.0 built-in.
27370         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27371
27372 2008-01-26  Bruno Haible  <bruno@clisp.org>
27373
27374         Rename isnan, applicable to 'double' only, to isnand.
27375         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27376         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27377         (configure.ac): Update.
27378         (Include): Replace "isnan.h" with "isnand.h".
27379         * m4/isnand.m4: Renamed from m4/isnan.m4.
27380         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27381         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27382         instead of isnan.c.
27383         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27384         instead of HAVE_ISNAN_IN_LIBC.
27385         (isnand): Renamed from isnan.
27386         * lib/isnand.c: New file.
27387         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27388         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27389         (Makefile.am): Update.
27390         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27391         Include isnand.h instead of isnan.h.
27392         (main): Test isnand instead of isnan.
27393         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27394         isnan-nolibm.
27395         * modules/frexp (Depends-on): Likewise.
27396         * modules/frexp-tests (Depends-on): Likewise.
27397         * modules/frexp-nolibm (Depends-on): Likewise.
27398         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27399         * modules/isfinite (Depends-on): Likewise.
27400         * modules/round-tests (Depends-on): Likewise.
27401         * modules/signbit (Depends-on): Likewise.
27402         * modules/signbit-tests (Depends-on): Likewise.
27403         * modules/snprintf-posix (Depends-on): Likewise.
27404         * modules/sprintf-posix (Depends-on): Likewise.
27405         * modules/trunc-tests (Depends-on): Likewise.
27406         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27407         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27408         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27409         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27410         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27411         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27412         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27413         * modules/vasnprintf-posix (Depends-on): Likewise.
27414         * modules/vasprintf-posix (Depends-on): Likewise.
27415         * modules/vfprintf-posix (Depends-on): Likewise.
27416         * modules/vsnprintf-posix (Depends-on): Likewise.
27417         * modules/vsprintf-posix (Depends-on): Likewise.
27418         * lib/frexp.c: Include isnand.h instead of isnan.h.
27419         (ISNAN): Set to isnand instead of isnan.
27420         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27421         (gl_isfinited): Use isnand instead of isnan.
27422         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27423         (gl_signbitd): Use isnand instead of isnan.
27424         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27425         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27426         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27427         (main): Use isnand instead of isnan.
27428         * tests/test-round1.c: Include isnand.h.
27429         (main): Use isnand instead of isnan.
27430         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27431         (ISNAN): Set to isnand instead of isnan.
27432         * tests/test-trunc1.c: Include isnand.h.
27433         (main): Use isnand instead of isnan.
27434         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27435         (equal): Use isnand instead of isnan.
27436         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27437         isnand-nolibm.
27438         * NEWS: Mention the change.
27439
27440 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27441             Bruno Haible  <bruno@clisp.org>
27442
27443         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27444         the GCC builtins for signbits are present and set
27445         REPLACE_SIGNBIT_USING_GCC if so.
27446         * lib/math.in.h (signbit): Define using GCC builtins if
27447         REPLACE_SIGNBIT_USING_GCC is set.
27448         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27449         REPLACE_SIGNBIT_USING_GCC.
27450         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27451
27452 2008-01-25  Jim Meyering  <meyering@redhat.com>
27453
27454         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27455         * lib/poll.c: Include <config.h>, not "config.h".
27456         * tests/test-getaddrinfo.c: Likewise.
27457
27458 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27459
27460         * modules/sockets-tests: New file.
27461
27462 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27463
27464         * modules/sockets: New module, can be used to call WSA_Startup and
27465         WSA_Cleanup when needed.
27466
27467         * lib/sockets.h, lib/sockets.c: New files.
27468
27469         * m4/sockets.m4: New file.
27470
27471         * tests/test-sockets.c: New file.
27472
27473 2008-01-19  Bruno Haible  <bruno@clisp.org>
27474
27475         * doc/posix-headers: Renamed from doc/headers.
27476         * doc/posix-functions: Renamed from doc/functions.
27477         * doc/gnulib.texi: Update.
27478
27479 2008-01-19  Bruno Haible  <bruno@clisp.org>
27480
27481         * doc/glibc-functions/strcasestr.texi: Include contents of
27482         doc/functions/strcasestr.texi, fixing the list of platforms.
27483         * doc/functions/strcasestr.texi: Remove file.
27484
27485 2008-01-19  Bruno Haible  <bruno@clisp.org>
27486
27487         * doc/glibc-functions/memmem.texi: Include contents of
27488         doc/functions/memmem.texi.
27489         * doc/functions/memmem.texi: Remove file.
27490
27491 2008-01-18  Bruno Haible  <bruno@clisp.org>
27492
27493         * doc/glibc-functions/*.texi: New files.
27494         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27495         to use the new files.
27496
27497 2008-01-17  Bruno Haible  <bruno@clisp.org>
27498
27499         * tests/test-gethostname.c (main): Fix printf statement.
27500
27501 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27502
27503         * modules/gethostname-tests: New file.
27504
27505         * tests/test-gethostname.c: New file.
27506
27507 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27508
27509         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27510         used by the UNAME case.  Reported by Bruno Haible
27511         <bruno@clisp.org>.
27512
27513 2008-01-17  Eric Blake  <ebb9@byu.net>
27514
27515         Convert c-strcasestr to be more efficient.
27516         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27517         (Depends-on): Add c-strcase, remove malloca, strnlen.
27518         * tests/test-c-strcasestr.c (main): Enhance test.
27519         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27520
27521 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27522
27523         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27524         Use it in creating po/Makevars.
27525
27526 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27527
27528         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27529         Applications that requires it should initialize libgcrypt
27530         manually.
27531
27532 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27533
27534         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27535
27536 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27537
27538         Fix problem with getdate on mingw32 reported by Simon Josefsson
27539         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27540         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27541         tzname", when deciding whether to declare tzname.
27542         * lib/strftime.c (tzname): Likewise.
27543
27544 2008-01-15  Bruno Haible  <bruno@clisp.org>
27545
27546         Work around a MacOS X 10.5 bug in frexpl().
27547         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27548         * doc/functions/frexpl.texi: Document the bug.
27549         Reported by Elias Pipping <pipping@gentoo.org>.
27550
27551 2008-01-14  Eric Blake  <ebb9@byu.net>
27552
27553         Touch up previous patch.
27554         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27555         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27556
27557         Convert strcasestr module to use Two-Way algorithm.
27558         * modules/strcasestr-simple: New module, based on the old
27559         strcasestr, but with Two-Way rather than KMP.
27560         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27561         * lib/string.in.h (rpl_strcasestr): Declare.
27562         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27563         performance.
27564         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27565         * modules/string (Makefile.am): Support strcasestr.
27566         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27567         * modules/strcasestr-tests (Depends-on): Check for alarm.
27568         * tests/test-strcasestr.c: Augment test.
27569         * lib/str-two-way.h: Clean up stray macro.
27570         * NEWS: Document new module.
27571         * MODULES.html.sh (string handling): Likewise.
27572         * doc/functions/strcasestr.texi: New file.
27573         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27574         here, since it is not a POSIX function.
27575
27576 2008-01-14  Colin Watson  <cjwatson@debian.org>
27577             Bruno Haible  <bruno@clisp.org>
27578
27579         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27580         works fine; if not, set REPLACE_STRSIGNAL.
27581         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27582         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27583         REPLACE_STRSIGNAL.
27584         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27585         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27586         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27587
27588 2008-01-14  Bruno Haible  <bruno@clisp.org>
27589
27590         * modules/strsignal (Include): Change to <string.h>.
27591
27592 2008-01-14  Colin Watson  <cjwatson@debian.org>
27593
27594         * modules/argp (Notice): Add a notice recommending to change
27595         XGETTEXT_OPTIONS.
27596         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27597
27598 2008-01-13  Colin Watson  <cjwatson@debian.org>
27599
27600         * modules/strsignal-tests: New file.
27601         * tests/test-strsignal.c: New file.
27602
27603         * lib/strsignal.c: New file, from glibc with modifications.
27604         * lib/siglist.h: New file, from glibc with modifications.
27605         * lib/string.in.h (strsignal): New declaration.
27606         * m4/strsignal.m4: New file.
27607         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27608         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27609         * modules/strsignal: New file.
27610         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27611         HAVE_DECL_STRSIGNAL.
27612
27613 2008-01-13  Bruno Haible  <bruno@clisp.org>
27614
27615         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27616         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27617         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27618         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27619
27620 2008-01-13  Bruno Haible  <bruno@clisp.org>
27621
27622         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27623         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27624         * lib/argp.h (__attribute__): Likewise.
27625         * lib/c-stack.c (__attribute__): Likewise.
27626         * lib/error.h (__attribute__): Likewise.
27627         * lib/fts.c (__attribute__): Likewise.
27628         * lib/openat.h (__attribute__): Likewise.
27629         * lib/stdio.in.h (__attribute__): Likewise.
27630         * lib/string.in.h (__attribute__): Likewise.
27631         * lib/utimens.c (__attribute__): Likewise.
27632         * lib/vasnprintf.h (__attribute__): Likewise.
27633         * lib/xalloc.h (__attribute__): Likewise.
27634         * lib/xprintf.h (__attribute__): Likewise.
27635         * lib/xstrtol.h (__attribute__): Likewise.
27636         * lib/xvasprintf.h (__attribute__): Likewise.
27637
27638 2008-01-12  Bruno Haible  <bruno@clisp.org>
27639
27640         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27641         * doc/glibc-headers/a.out.texi: New file.
27642         * doc/glibc-headers/aliases.texi: New file.
27643         * doc/glibc-headers/alloca.texi: New file.
27644         * doc/glibc-headers/ar.texi: New file.
27645         * doc/glibc-headers/argp.texi: New file.
27646         * doc/glibc-headers/argz.texi: New file.
27647         * doc/glibc-headers/byteswap.texi: New file.
27648         * doc/glibc-headers/crypt.texi: New file.
27649         * doc/glibc-headers/endian.texi: New file.
27650         * doc/glibc-headers/envz.texi: New file.
27651         * doc/glibc-headers/err.texi: New file.
27652         * doc/glibc-headers/error.texi: New file.
27653         * doc/glibc-headers/execinfo.texi: New file.
27654         * doc/glibc-headers/fpu_control.texi: New file.
27655         * doc/glibc-headers/fstab.texi: New file.
27656         * doc/glibc-headers/fts.texi: New file.
27657         * doc/glibc-headers/getopt.texi: New file.
27658         * doc/glibc-headers/ieee754.texi: New file.
27659         * doc/glibc-headers/ifaddrs.texi: New file.
27660         * doc/glibc-headers/libintl.texi: New file.
27661         * doc/glibc-headers/mcheck.texi: New file.
27662         * doc/glibc-headers/mntent.texi: New file.
27663         * doc/glibc-headers/obstack.texi: New file.
27664         * doc/glibc-headers/paths.texi: New file.
27665         * doc/glibc-headers/printf.texi: New file.
27666         * doc/glibc-headers/pty.texi: New file.
27667         * doc/glibc-headers/resolv.texi: New file.
27668         * doc/glibc-headers/shadow.texi: New file.
27669         * doc/glibc-headers/sysexits.texi: New file.
27670         * doc/glibc-headers/ttyent.texi: New file.
27671
27672 2008-01-12  Jim Meyering  <meyering@redhat.com>
27673
27674         announce-gen: emit Gnulib's git-based version string.
27675         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27676         New option --gnulib-version=V, where V is expected to be
27677         the output of running git describe in the gnulib directory.
27678         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27679         not useful, and plan to stop publishing an xdelta file with each
27680         coreutils release.
27681
27682         * build-aux/announce-gen: Also check for lzma-compressed files.
27683
27684 2008-01-11  Bruno Haible  <bruno@clisp.org>
27685
27686         * tests/test-memmem.c (main): Increase maximum allowed time.
27687         * tests/test-strstr.c (main): Likewise.
27688
27689 2008-01-11  Bruno Haible  <bruno@clisp.org>
27690
27691         * doc/functions/memmem.texi: Add more precisions about platforms.
27692         * doc/functions/strstr.texi: Likewise.
27693
27694 2008-01-10  Eric Blake  <ebb9@byu.net>
27695
27696         * m4/strstr.m4: Delete cruft from copy-n-paste.
27697         Reported by Bruno Haible.
27698
27699 2008-01-10  Bruno Haible  <bruno@clisp.org>
27700
27701         Make c-strstr rely on strstr.
27702         * lib/c-strstr.c: Don't include str-kmp.h.
27703         (c_strstr): Define in terms of strstr.
27704         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27705         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27706
27707 2008-01-10  Bruno Haible  <bruno@clisp.org>
27708
27709         * doc/gnulib.texi (String Functions in C Locale): New section.
27710         * doc/c-ctype.texi: New file.
27711         * doc/c-strcase.texi: New file.
27712         * doc/c-strcaseeq.texi: New file.
27713         * doc/c-strcasestr.texi: New file.
27714         * doc/c-strstr.texi: New file.
27715         * doc/c-strtod.texi: New file.
27716         * doc/c-strtold.texi: New file.
27717
27718 2008-01-10  Eric Blake  <ebb9@byu.net>
27719
27720         * lib/relocatable.h: Fix a comment.
27721
27722 2008-01-10  Eric Blake  <ebb9@byu.net>
27723
27724         Share two-way algorithm.
27725         * lib/str-two-way.h: New file, merged from...
27726         * lib/memmem.c: ...here...
27727         * lib/strstr.c: ...and here.
27728         * modules/memmem (Files): Use it.
27729         * modules/strstr (Files): Likewise.
27730
27731         Avoid quadratic strstr implementations.
27732         * lib/strstr.c: New file.
27733         * m4/strstr.m4: Likewise.
27734         * modules/strstr: Likewise.
27735         * modules/strstr-tests: Likewise.
27736         * tests/test-strstr.c: Likewise.
27737         * lib/string.in.h (rpl_strstr): Declare.
27738         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27739         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27740         * modules/string (Makefile.am): Likewise.
27741         * MODULES.html.sh (string handling): Mention new module.
27742         * doc/functions/strstr.texi (strstr): Document the bug.
27743
27744 2008-01-10  Bruno Haible  <bruno@clisp.org>
27745
27746         * lib/relocatable.h (relocate): State whether result is freshly
27747         allocated or not.
27748         * lib/relocatable.c (relocate): Return a freshly allocated string
27749         instead of a pointer to a privately held string.
27750         Reported by Sylvain Beucler <beuc@gnu.org>.
27751
27752 2008-01-10  Colin Watson  <cjwatson@debian.org>
27753
27754         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27755         s/S_ISNLK/S_ISLNK/.
27756
27757 2008-01-09  Bruno Haible  <bruno@clisp.org>
27758
27759         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27760         and other files.
27761         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27762         if it's only a guess.
27763         * modules/memmem: Simplify by depending on memmem-simple.
27764
27765 2008-01-09  Bruno Haible  <bruno@clisp.org>
27766
27767         Work around OpenBSD 4.0 tdelete() bug.
27768         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27769         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27770         macros and don't redefine the enum values.
27771         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27772         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27773         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27774
27775 2008-01-09  Bruno Haible  <bruno@clisp.org>
27776
27777         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27778         (main): Don't perform the tests if setlocale did not install a UTF-8
27779         locale. Needed on OpenBSD 4.0.
27780         * modules/wcwidth-tests (Depends-on): Add localcharset.
27781
27782 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27783
27784         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27785         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27786         * NEWS: announce this.
27787         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27788
27789 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27790         and Eric Blake  <ebb9@byu.net>
27791
27792         Add memmem-simple module.
27793         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27794         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27795         * modules/memmem-simple: New file.
27796         * modules/memmem (Description): Tweak.
27797         * MODULES.html.sh (string handling): Mention new module.
27798         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27799         addressed by memmem-simple.
27800         * NEWS: Document the difference.
27801
27802 2008-01-09  Eric Blake  <ebb9@byu.net>
27803
27804         Give gcc some memmem optimization hints.
27805         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27806         (strcasestr): Declare as pure.
27807         * modules/memmem (Maintainer): Claim my implementation.
27808
27809 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27810
27811         Support AIX 6.1 and higher.
27812         * build-aux/config.libpath: Likewise.
27813         * build-aux/config.rpath: Likewise.
27814
27815 2008-01-08  Jim Meyering  <meyering@redhat.com>
27816             Bruno Haible  <bruno@clisp.org>
27817
27818         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27819         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27820         Reported by Peter Fales in
27821         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27822
27823 2008-01-08  Bruno Haible  <bruno@clisp.org>
27824
27825         * modules/unictype/category-of (Depends-on): Add
27826         unictype/category-none.
27827         * modules/unictype/category-and-tests (Depends-on): Add
27828         unictype/category-{L,N,Lu,Nd}.
27829         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27830         * modules/unictype/category-or-tests (Depends-on): Add
27831         unictype/category-{L,N}.
27832         * modules/unictype/category-name-tests (Depends-on): Add
27833         unictype/category-{Z,Nl}.
27834         Reported by Simon Josefsson.
27835
27836 2008-01-08  Bruno Haible  <bruno@clisp.org>
27837
27838         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27839         convention better.
27840         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27841         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27842         Reported by Peter Miller <millerp@canb.auug.org.au>.
27843
27844 2008-01-08  Eric Blake  <ebb9@byu.net>
27845
27846         Rewrite memmem to guarantee linear complexity without malloc.
27847         * lib/memmem.c (memmem): Use Two-Way rather than
27848         Knuth-Morris-Pratt, to allow O(1) space usage.
27849         (critical_factorization, two_way_short_needle)
27850         (two_way_long_needle): New functions.
27851         (knuth_morris_pratt): Delete.
27852         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27853         Add stdint.
27854         * tests/test-memmem.c (main): Add tests for periodic needle and
27855         sublinear performance.
27856         * doc/functions/memmem.texi (memmem): Document other deficiencies
27857         in cygwin and older glibc.
27858
27859 2008-01-08  Bruno Haible  <bruno@clisp.org>
27860
27861         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27862         augmentation.
27863
27864 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27865
27866         Add a configure time option: --disable-acl.
27867         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27868         AC_ARG_ENABLE(acl).
27869
27870 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27871
27872         * tests/test-localename.c: Don't include obsolete "setenv.h".
27873
27874         * modules/localename-tests (Depends-on): Need unsetenv.
27875
27876 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27877
27878         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27879
27880 2008-01-06  Colin Watson  <cjwatson@debian.org>
27881
27882         * users.txt: Add man-db.
27883
27884 2008-01-07  Bruno Haible  <bruno@clisp.org>
27885
27886         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27887         previous section name.
27888
27889 2008-01-07  Bruno Haible  <bruno@clisp.org>
27890
27891         * lib/progname.c (set_program_name): Don't strip off a leading
27892         "lt-" prefix outside a .libs directory.
27893         Suggested by Paul Eggert.
27894
27895 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27896             Bruno Haible  <bruno@clisp.org>
27897
27898         Improve memory cleanup in 'relocatable' module.
27899         * lib/relocatable.h (compute_curr_prefix): Change return type to
27900         'char *'.
27901         * lib/relocatable.c (compute_curr_prefix): Change return type to
27902         'char *'. Free curr_installdir after use.
27903         (relocate): Free curr_prefix_better after use.
27904         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27905
27906 2008-01-01  Bruno Haible  <bruno@clisp.org>
27907
27908         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27909         failure on older glibc systems.
27910         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27911
27912 2008-01-05  Eric Blake  <ebb9@byu.net>
27913
27914         Avoid quadratic system memmem.
27915         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27916         Reported by Ralf Wildenhues.
27917
27918         Fix memmem test for mingw.
27919         * modules/memmem-tests (configure.ac): Check for alarm.
27920         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27921         it.
27922         * doc/functions/memmem.texi: New file.
27923         * doc/gnulib.texi (Function Substitutes): Add memmem.
27924         Reported by Bruno Haible.
27925
27926 2008-01-04  Bruno Haible  <bruno@clisp.org>
27927
27928         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27929         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27930         gl_HEADER_STRING_H_DEFAULTS.
27931
27932 2008-01-04  Eric Blake  <ebb9@byu.net>
27933
27934         Shorten duration of memmem test.
27935         * tests/test-memmem.c (main): Use alarm to declare failure if test
27936         is taking too long.
27937         Reported by Ralf Wildenhues.
27938
27939 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27940
27941         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27942         string, needed by strerror.
27943
27944 2008-01-03  Colin Watson  <cjwatson@debian.org>
27945             Bruno Haible  <bruno@clisp.org>
27946
27947         * doc/gnulib-tool.texi (Localization): New section.
27948
27949 2008-01-02  Bruno Haible  <bruno@clisp.org>
27950
27951         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27952         variables to 'unsigned char *' type.
27953         Reported by Paul Eggert.
27954
27955 2008-01-02  Jim Meyering  <jim@meyering.net>
27956
27957         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27958
27959 2007-12-31  Jim Meyering  <jim@meyering.net>
27960
27961         Avoid use of private FTS type name.
27962         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27963
27964 2007-12-30  Karl Berry  <karl@gnu.org>
27965
27966         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27967         work around defect in Texinfo and/or the standalone Info browser.
27968
27969 2007-12-30  Bruno Haible  <bruno@clisp.org>
27970
27971         Unify 5 copies of the KMP code.
27972         * lib/str-kmp.h: New file.
27973         * lib/c-strcasestr.c: Include str-kmp.h.
27974         (knuth_morris_pratt): Remove function.
27975         (c_strcasestr): Update.
27976         * lib/c-strstr.c: Include str-kmp.h.
27977         (knuth_morris_pratt): Remove function.
27978         (c_strcasestr): Update.
27979         * lib/mbscasestr.c: Include str-kmp.h.
27980         (knuth_morris_pratt_unibyte): Remove function.
27981         * lib/mbsstr.c: Include str-kmp.h.
27982         (knuth_morris_pratt_unibyte): Remove function.
27983         * lib/strcasestr.c: Include str-kmp.h.
27984         (knuth_morris_pratt): Remove function.
27985         (strcasestr): Update.
27986         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27987         * modules/c-strstr (Files): Likewise.
27988         * modules/mbscasestr (Files): Likewise.
27989         * modules/mbsstr (Files): Likewise.
27990         * modules/strcasestr (Files): Likewise.
27991         Suggested by Paul Eggert.
27992
27993 2007-12-30  Bruno Haible  <bruno@clisp.org>
27994
27995         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27996         defined.
27997
27998 2007-12-30  Bruno Haible  <bruno@clisp.org>
27999
28000         * lib/xmalloca.h: Include xalloc.h.
28001         (xnmalloca): New macro.
28002
28003 2007-12-30  Bruno Haible  <bruno@clisp.org>
28004
28005         * lib/malloca.h (nmalloca): New macro.
28006         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28007         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28008         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28009         knuth_morris_pratt_multibyte): Likewise.
28010         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28011         knuth_morris_pratt_multibyte): Likewise.
28012         * lib/memmem.c (knuth_morris_pratt): Likewise.
28013         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28014
28015 2007-12-25  Bruno Haible  <bruno@clisp.org>
28016
28017         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28018         * lib/glob.c: Don't include openat.h.
28019         (link_exists2_p): Add back the code that deals with the
28020         !GLOB_ALTDIRFUNC case.
28021         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28022         let it do the filename concatenation.
28023         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28024         * modules/glob (Depends-on): Remove openat.
28025
28026 2007-12-31  Bruno Haible  <bruno@clisp.org>
28027
28028         * modules/dirfd (License): Change to LGPLv2+.
28029         Approved by Jim Meyering.
28030
28031 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28032
28033         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28034         when multiplying M by sizeof (size_t).
28035
28036 2007-12-10  Martin Lambers  <marlam@marlam.de>
28037
28038         Override getpagesize on mingw.
28039         * lib/getpagesize.c: New file.
28040         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28041         * modules/getpagesize (Files): Add lib/getpagesize.c.
28042         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28043         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28044         REPLACE_GETPAGESIZE.
28045         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28046
28047 2007-12-25  Bruno Haible  <bruno@clisp.org>
28048
28049         * modules/localcharset (Notice): New field.
28050         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28051         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28052
28053 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28054             Bruno Haible  <bruno@clisp.org>
28055
28056         Avoid using the syntax symbol() in formatted documentation.
28057         * MODULES.html.sh (func_module): When replacing symbol() with a
28058         hyperlink, remove the parentheses. Show an error if some remain.
28059         Recognize and render the '...' syntax.
28060         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28061         Rework. Add paragraph about GCC's inlining.
28062         * doc/alloca.texi: Likewise.
28063         * doc/error.texi: Remove parentheses from symbol reference.
28064         * doc/gnulib-intro.texi: Likewise.
28065         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28066         * modules/fnmatch (Description): Reword to say "the ... function".
28067         * modules/full-read (Description): Likewise.
28068         * modules/full-write (Description): Likewise.
28069         * modules/safe-read (Description): Likewise.
28070         * modules/safe-write (Description): Likewise.
28071         * modules/strchrnul (Description): Likewise.
28072         * modules/trim (Description): Likewise.
28073         * modules/error (Description): Remove parentheses from symbol
28074         references.
28075         * modules/verror (Description): Likewise.
28076         Reported by Karl Berry.
28077
28078 2007-12-25  Bruno Haible  <bruno@clisp.org>
28079
28080         Fixup after 2007-10-16 commit.
28081         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28082
28083 2007-12-24  Bruno Haible  <bruno@clisp.org>
28084
28085         Make --enable-relocatable work with DESTDIR.
28086         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28087         to compute installdir from destprog.
28088         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28089         also set the RELOC_DESTDIR variable.
28090         Reported by Левашев Иван <octagram@bluebottle.com>.
28091
28092 2007-12-24  Bruno Haible  <bruno@clisp.org>
28093
28094         Fix link error due to xalloc_die().
28095         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28096         of xreadlink.
28097         * lib/relocwrapper.c: Update comments.
28098         * build-aux/install-reloc: Remove xreadlink.c from file list.
28099         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28100         xreadlink.c.
28101         Reported by Левашев Иван <octagram@bluebottle.com>.
28102
28103 2007-12-24  Bruno Haible  <bruno@clisp.org>
28104
28105         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28106         * lib/setenv.h: Remove file.
28107         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28108         lib/setenv.h.
28109         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28110         (Depends-on): Add stdlib.
28111         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28112         gl_FUNC_UNSETENV.
28113         (Include): Replace setenv.h with <stdlib.h>.
28114         * modules/unsetenv: New file.
28115         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28116         * lib/unsetenv.c: Include <stdlib.h> first.
28117         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28118         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28119         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28120         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28121         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28122         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28123         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28124         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28125         * doc/functions/unsetenv.texi: Update.
28126         * modules/xsetenv (Depends-on): Add unsetenv.
28127         * modules/getdate (Depends-on): Likewise.
28128         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28129         * lib/xsetenv.c: Don't include setenv.h.
28130         * lib/getdate.y: Likewise.
28131         * lib/relocwrapper.c: Likewise.
28132         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28133         (Depends-on): Add stdlib.
28134         * NEWS: Mention the changes.
28135         Reported by Левашев Иван <octagram@bluebottle.com>.
28136
28137 2007-12-23  Bruno Haible  <bruno@clisp.org>
28138
28139         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28140         indentation.
28141
28142 2007-12-23  Bruno Haible  <bruno@clisp.org>
28143
28144         * lib/c-strcasestr.c: Add more comments.
28145         * lib/c-strstr.c: Likewise.
28146         * lib/mbscasestr.c: Likewise.
28147         * lib/mbsstr.c: Likewise.
28148         * lib/strcasestr.c: Likewise.
28149         * lib/memmem.c: Likewise.
28150
28151 2007-12-23  Bruno Haible  <bruno@clisp.org>
28152
28153         * tests/test-memmem.c: Include <string.h> first.
28154
28155 2007-12-22  Bruno Haible  <bruno@clisp.org>
28156
28157         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28158         the contents of $testsbase.
28159         Reported by Ralf Wildenhues.
28160
28161 2007-12-22  Bruno Haible  <bruno@clisp.org>
28162
28163         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28164         two variables local_ldadd_before, local_ldadd_last.
28165
28166 2007-12-20  Eric Blake  <ebb9@byu.net>
28167
28168         Work around circular library issue when cross-compiling.
28169         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28170         that progname.o does not need to pull in rpl_memcmp.
28171
28172 2007-12-19  Eric Blake  <ebb9@byu.net>
28173
28174         Fix memmem to avoid O(n^2) worst-case complexity.
28175         * lib/memmem.c (knuth_morris_pratt): New function.
28176         (memmem): Use it if first few naive iterations fail.
28177         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28178         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28179         * modules/memchr (License): Likewise.
28180         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28181         malloca.
28182         * tests/test-memmem.c: Rewrite, borrowing ideas from
28183         test-mbsstr1.c; the old version wouldn't even compile!
28184         * modules/memmem-tests: New file.
28185         * lib/string.in.h (rpl_memmem): Add declaration.
28186         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28187         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28188         REPLACE_MEMMEM.
28189
28190 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28191
28192         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28193         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28194         before any system include files, and undef after them all.  This
28195         should fix a problem on VMS reported by John E. Malmberg in
28196         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28197
28198 2007-12-17  Eric Blake  <ebb9@byu.net>
28199
28200         Revert addition of verify, for BSD/OS.
28201         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28202         can't handle large files, for the sake of obsolete platforms.
28203         * modules/fseeko (Depends-on): Remove verify.
28204         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28205         * doc/functions/ftello.texi (ftello): Likewise.
28206         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28207         Reported by Larry Jones.
28208
28209 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28210
28211         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28212         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28213
28214 2007-12-17  Jim Meyering  <meyering@redhat.com>
28215
28216         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28217         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28218         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28219         * modules/getcwd (Depends-on): Add openat.
28220         Reported by Petr Salinger.
28221
28222 2007-12-17  Bruno Haible  <bruno@clisp.org>
28223
28224         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28225         avoid a segmentation fault of the configure test on x86_64 systems.
28226
28227 2007-12-15  Jim Meyering  <meyering@redhat.com>
28228
28229         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28230
28231 2007-12-13  Eric Blake  <ebb9@byu.net>
28232
28233         Another fseek test.
28234         * tests/test-fseek.c (main): Also test ungetc handling.
28235         * tests/test-fseeko.c (main): Likewise.
28236         * modules/fseeko (Depends-on): Add verify.
28237         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28238         large.
28239         Reported by Larry Jones.
28240
28241         Fix fseeko on mingw.
28242         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28243         seek.
28244
28245         Beef up fseek tests.
28246         * tests/test-fseek.c (main): Also test eof handling.
28247         * tests/test-fseeko.c (main): Likewise.
28248         Reported by Larry Jones.
28249
28250 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28251
28252         Fix fseeko on BSD-based platforms.
28253         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28254         successful seek.
28255
28256 2007-12-12  Eric Blake  <ebb9@byu.net>
28257
28258         Allow circular dependency of separate libtests.a
28259         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28260         when use_libtests.
28261
28262 2007-12-11  Eric Blake  <ebb9@byu.net>
28263
28264         Fix bug with -0.0L in previous patch.
28265         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28266         * tests/test-isnan.c (main): Also test on zeroes.
28267         * tests/test-isnanf.c (main): Likewise.
28268         * tests/test-isnanl.h (main): Likewise.
28269
28270         Detect pseudo-denormals on x86 even when cross-compiling.
28271         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28272         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28273         invalid bit patterns that happen to satisfy ==.
28274
28275         Avoid link failures with separate libtests.a.
28276         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28277         last, to satisfy circular dependencies.
28278
28279 2007-12-11  Eric Blake  <ebb9@byu.net>
28280         and Bruno Haible  <bruno@clisp.org>
28281
28282         Fix OpenBSD 4.0 <float.h> handling of long double.
28283         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28284         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28285         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28286
28287 2007-12-11  Jim Meyering  <meyering@redhat.com>
28288
28289         * users.txt: Add libvirt.
28290
28291         Support versions of autoconf prior to 2.59c.
28292         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28293         if it is not already defined.
28294
28295 2007-12-09  Bruno Haible  <bruno@clisp.org>
28296
28297         Let 'gnulib-tool --import' collect sources needed for the tests in
28298         tests/ rather than in lib/.
28299         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28300         argument. If true, add rules to generate libtests.a, and put libtests.a
28301         into $(LDADD). Consider source files in subdirectories and set
28302         uses_subdirs.
28303         (func_emit_initmacro_start, func_emit_initmacro_end,
28304         func_emit_initmacro_done): Pass all arguments explicitly.
28305         (func_import): Determine two module lists main_modules,
28306         testsrelated_modules. Determine use_libtests. Determine two variables
28307         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28308         instead of just sed_transform_lib_file. Determine two variables
28309         main_files and testsrelated_files. Compute 'files' as the union of
28310         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28311         func_add_or_update. In the generated gnulib-comp.m4, collect the
28312         object files for tests/ in different variables than those for lib/.
28313         Substitute LIBTESTS_LIBDEPS.
28314         (func_create_testdir): Combine the uses_subdirs results from
28315         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28316
28317 2007-12-09  Bruno Haible  <bruno@clisp.org>
28318
28319         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28320         the build-aux directory.
28321
28322 2007-12-09  Bruno Haible  <bruno@clisp.org>
28323
28324         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28325         introduced on 2006-09-09.
28326
28327 2007-12-07  Jim Meyering  <meyering@redhat.com>
28328
28329         Let these macros work also with autoconf-2.59.
28330         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28331         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28332         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28333
28334 2007-12-06  Jim Meyering  <meyering@redhat.com>
28335
28336         Avoid a configure-time syntax error in gl_FUNC_ACL.
28337         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28338         function in each branch, before testing the cache variable.
28339
28340 2007-12-04  Eric Blake  <ebb9@byu.net>
28341
28342         Make scripts executable.
28343         * build-aux/config.guess: Add execute permissions.
28344         * build-aux/config.sub: Likewise.
28345         * build-aux/gendocs.sh: Likewise.
28346
28347         Fix frexp on mingw.
28348         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28349         cross-compiling.
28350         * doc/functions/frexp.texi (frexp): Document the bug.
28351
28352         Make cygwin fseeko check more reliable.
28353         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28354         version numbers, rather than unrelated feature check.
28355         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28356         * doc/functions/ftello.texi (ftello): Likewise.
28357         Reported by Bruno Haible.
28358
28359         * m4/strerror.m4: Bump version number.
28360
28361 2007-12-03  Bruno Haible  <bruno@clisp.org>
28362
28363         * doc/functions/mprotect.texi: Mention the mingw problem.
28364
28365 2007-12-03  Eric Blake  <ebb9@byu.net>
28366
28367         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28368         REPLACE_STRERROR is initialized before this macro.
28369
28370 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28371
28372         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28373         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28374         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28375         put -lsec in even for programs other than 'ls'.  This fixes a problem
28376         for gettext reported by Bruno Haible in
28377         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28378         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28379         Add support for Solaris 10.  This isn't efficient, but should get the
28380         job done for now.
28381
28382 2007-12-03  James Youngman  <jay@gnu.org>
28383
28384         * doc/regexprops-generic.texi: change "an close-group" to "a
28385         close-group" and "illegal" to "not allowed".
28386
28387 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28388
28389         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28390         pr_byname.h. Needed for the rare case when the maintainer has done
28391         "make maintainer-clean" in the source directory and then attempts a
28392         build outside the source directory.
28393         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28394         scripts_byname.h.
28395
28396 2007-12-02  Martin Lambers <marlam@marlam.de>
28397             Bruno Haible  <bruno@clisp.org>
28398
28399         * lib/getpagesize.h: Remove file.
28400         * lib/unistd.in.h: Include declaration of getpagesize here.
28401         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28402         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28403         HAVE_SYS_PARAM_H.
28404         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28405         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28406         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28407         (Depends-on): Add unistd.
28408         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28409         (Include): Use <unistd.h> instead of getpagesize.h.
28410         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28411         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28412         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28413         gl_GETPAGESIZE invocation, already handled by module dependency.
28414         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28415
28416 2007-12-02  Bruno Haible  <bruno@clisp.org>
28417
28418         * modules/strings-tests: New file.
28419         * tests/test-strings.c: New file.
28420
28421         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28422         * lib/strings.in.h: New file.
28423         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28424         * m4/strings_h.m4: New file.
28425         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28426         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28427         * modules/strings: New file.
28428         * modules/string (Makefile.am): Update.
28429         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28430         Reported by Karl Berry.
28431
28432 2007-12-01  Eric Blake  <ebb9@byu.net>
28433
28434         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28435         accomodate fix in cygwin 1.5.25.
28436
28437 2007-12-01  Jim Meyering  <meyering@redhat.com>
28438
28439         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28440         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28441         that would inhibit utf8-optimization of a regexp containing line-
28442         or buffer-anchors, e.g., `^', `$'.
28443
28444 2007-11-30  Bruno Haible  <bruno@clisp.org>
28445
28446         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28447         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28448         glthread_recursive_lock_init.
28449         * lib/lock.c (glthread_recursive_lock_init)
28450         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28451         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28452
28453 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28454
28455         New function qset_acl, like set_acl but with syscall semantics.
28456         * lib/acl.h (qset_acl): New decl.
28457         * lib/acl.c (qset_acl): New function.
28458         (set_acl): Use new function.  Use more-consistent diagnostics.
28459
28460 2007-11-28  Jim Meyering  <meyering@redhat.com>
28461
28462         * modules/physmem (License): Change from GPL to LGPLv2+.
28463
28464 2007-11-26  Bruno Haible  <bruno@clisp.org>
28465
28466         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28467         'long double' type has excess precision.
28468         Reported by Jim Meyering in
28469         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28470
28471 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28472
28473         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28474         Sync from <http://gnu.org/licenses>.
28475         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28476         with license text from same location.
28477         * doc/maintain.texi, doc/standards.texi:  Sync from
28478         <http://savannah.gnu.org/projects/gnustandards>.
28479
28480 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28481         and Jim Meyering  <meyering@redhat.com>
28482
28483         Adjust getdate' grammar to accept a slightly more regular language.
28484         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28485         Before, the former was rejected.
28486         * lib/getdate.y (digits_to_date_time): New function, factored
28487         out of ...
28488         (number): ...here.  Just call digits_to_date_time.
28489         (hybrid): New non-terminal to handle an <unsigned number,
28490         signed relative offset> sequence consistently.
28491
28492 2007-11-18  Jim Meyering  <meyering@redhat.com>
28493
28494         Pull my changes from coreutils:
28495         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28496         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28497         use of $gnulib_tool_option_extras, so that it's separated from the
28498         preceding argument.
28499
28500         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28501         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28502         parent destination directories before copying a file into place.
28503
28504 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28505
28506         bootstrap: work also with 4-argument variant of AC_INIT
28507         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28508
28509 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28510
28511         Port test-getaddrinfo to Solaris.
28512         Problem reported by Bruno Haible in
28513         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28514         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28515         explanation of setting 'hints'.
28516         Don't reject an implementation merely because it returns EAI_SERVICE.
28517         (EAI_SERVICE): Define to 0 if not defined.
28518
28519 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28520
28521         The license of gnu-make and posix-shell is now "GPLed build tool".
28522         * modules/gnu-make (License): Likewise.
28523         * modules/posix-shell (License): Likewise.
28524
28525         New module posix-shell, for determining a POSIX shell
28526         or perhaps something that is close enough to a POSIX shell.
28527         * m4/posix-shell.m4: New file.
28528         * modules/posix-shell: New file.
28529
28530         * MODULES.html.sh: Mention new module.
28531
28532         New module gnu-make, for determining whether we're using GNU Make.
28533         * m4/gnu-make.m4: New file.
28534         * modules/gnu-make: New file.
28535         * MODULES.html.sh: Mention new module.
28536
28537 2007-11-14  Jim Meyering  <meyering@redhat.com>
28538
28539         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28540         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28541         use this macro to create a function _definition_.
28542         Remove useless "#undef ARGMATCH_DIE".
28543
28544 2007-11-14  Bruno Haible  <bruno@clisp.org>
28545
28546         * lib/config.charset: Update for OpenBSD 4.1.
28547         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28548
28549 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28550
28551         Document 64-bit #if problems in stdint.texi.
28552         * doc/headers/stdint.texi (stdint.h): Mention problems with
28553         64-bit-#if, and how to work around them.
28554
28555         Don't insist on 'long long int' support in the preprocessor.  It
28556         breaks too many things.  For example, PRIdMAX still uses a 'long
28557         long int' format with the latest Sun compiler, even though
28558         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28559         preprocessor problem.  This causes the latest coreutils to dump
28560         core on Solaris 10 sparc with the Sun C compiler.
28561         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28562         the troublesome expressions at configure-time, not at #if-time.
28563         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28564         preprocessor.
28565         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28566         compile-time C checks, done at 'configure'-time.
28567         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28568         * modules/inttypes (Makefile): Substitute the new symbols that
28569         gl_INTTYPES_H now generates.
28570         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28571
28572 2007-11-12  Bruno Haible  <bruno@clisp.org>
28573
28574         Tests for Unicode character classification functions.
28575
28576         * modules/unictype/bidicategory-byname-tests: New file.
28577         * modules/unictype/bidicategory-name-tests: New file.
28578         * modules/unictype/bidicategory-of-tests: New file.
28579         * modules/unictype/bidicategory-test-tests: New file.
28580         * modules/unictype/block-list-tests: New file.
28581         * modules/unictype/block-of-tests: New file.
28582         * modules/unictype/block-test-tests: New file.
28583         * modules/unictype/category-C-tests: New file.
28584         * modules/unictype/category-Cc-tests: New file.
28585         * modules/unictype/category-Cf-tests: New file.
28586         * modules/unictype/category-Cn-tests: New file.
28587         * modules/unictype/category-Co-tests: New file.
28588         * modules/unictype/category-Cs-tests: New file.
28589         * modules/unictype/category-L-tests: New file.
28590         * modules/unictype/category-Ll-tests: New file.
28591         * modules/unictype/category-Lm-tests: New file.
28592         * modules/unictype/category-Lo-tests: New file.
28593         * modules/unictype/category-Lt-tests: New file.
28594         * modules/unictype/category-Lu-tests: New file.
28595         * modules/unictype/category-M-tests: New file.
28596         * modules/unictype/category-Mc-tests: New file.
28597         * modules/unictype/category-Me-tests: New file.
28598         * modules/unictype/category-Mn-tests: New file.
28599         * modules/unictype/category-N-tests: New file.
28600         * modules/unictype/category-Nd-tests: New file.
28601         * modules/unictype/category-Nl-tests: New file.
28602         * modules/unictype/category-No-tests: New file.
28603         * modules/unictype/category-P-tests: New file.
28604         * modules/unictype/category-Pc-tests: New file.
28605         * modules/unictype/category-Pd-tests: New file.
28606         * modules/unictype/category-Pe-tests: New file.
28607         * modules/unictype/category-Pf-tests: New file.
28608         * modules/unictype/category-Pi-tests: New file.
28609         * modules/unictype/category-Po-tests: New file.
28610         * modules/unictype/category-Ps-tests: New file.
28611         * modules/unictype/category-S-tests: New file.
28612         * modules/unictype/category-Sc-tests: New file.
28613         * modules/unictype/category-Sk-tests: New file.
28614         * modules/unictype/category-Sm-tests: New file.
28615         * modules/unictype/category-So-tests: New file.
28616         * modules/unictype/category-Z-tests: New file.
28617         * modules/unictype/category-Zl-tests: New file.
28618         * modules/unictype/category-Zp-tests: New file.
28619         * modules/unictype/category-Zs-tests: New file.
28620         * modules/unictype/category-and-not-tests: New file.
28621         * modules/unictype/category-and-tests: New file.
28622         * modules/unictype/category-byname-tests: New file.
28623         * modules/unictype/category-name-tests: New file.
28624         * modules/unictype/category-none-tests: New file.
28625         * modules/unictype/category-of-tests: New file.
28626         * modules/unictype/category-or-tests: New file.
28627         * modules/unictype/category-test-withtable-tests: New file.
28628         * modules/unictype/combining-class-tests: New file.
28629         * modules/unictype/ctype-alnum-tests: New file.
28630         * modules/unictype/ctype-alpha-tests: New file.
28631         * modules/unictype/ctype-blank-tests: New file.
28632         * modules/unictype/ctype-cntrl-tests: New file.
28633         * modules/unictype/ctype-digit-tests: New file.
28634         * modules/unictype/ctype-graph-tests: New file.
28635         * modules/unictype/ctype-lower-tests: New file.
28636         * modules/unictype/ctype-print-tests: New file.
28637         * modules/unictype/ctype-punct-tests: New file.
28638         * modules/unictype/ctype-space-tests: New file.
28639         * modules/unictype/ctype-upper-tests: New file.
28640         * modules/unictype/ctype-xdigit-tests: New file.
28641         * modules/unictype/decimal-digit-tests: New file.
28642         * modules/unictype/digit-tests: New file.
28643         * modules/unictype/mirror-tests: New file.
28644         * modules/unictype/numeric-tests: New file.
28645         * modules/unictype/property-alphabetic-tests: New file.
28646         * modules/unictype/property-ascii-hex-digit-tests: New file.
28647         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28648         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28649         * modules/unictype/property-bidi-block-separator-tests: New file.
28650         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28651         * modules/unictype/property-bidi-common-separator-tests: New file.
28652         * modules/unictype/property-bidi-control-tests: New file.
28653         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28654         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28655         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28656         * modules/unictype/property-bidi-european-digit-tests: New file.
28657         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28658         * modules/unictype/property-bidi-left-to-right-tests: New file.
28659         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28660         * modules/unictype/property-bidi-other-neutral-tests: New file.
28661         * modules/unictype/property-bidi-pdf-tests: New file.
28662         * modules/unictype/property-bidi-segment-separator-tests: New file.
28663         * modules/unictype/property-bidi-whitespace-tests: New file.
28664         * modules/unictype/property-byname-tests: New file.
28665         * modules/unictype/property-combining-tests: New file.
28666         * modules/unictype/property-composite-tests: New file.
28667         * modules/unictype/property-currency-symbol-tests: New file.
28668         * modules/unictype/property-dash-tests: New file.
28669         * modules/unictype/property-decimal-digit-tests: New file.
28670         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28671         * modules/unictype/property-deprecated-tests: New file.
28672         * modules/unictype/property-diacritic-tests: New file.
28673         * modules/unictype/property-extender-tests: New file.
28674         * modules/unictype/property-format-control-tests: New file.
28675         * modules/unictype/property-grapheme-base-tests: New file.
28676         * modules/unictype/property-grapheme-extend-tests: New file.
28677         * modules/unictype/property-grapheme-link-tests: New file.
28678         * modules/unictype/property-hex-digit-tests: New file.
28679         * modules/unictype/property-hyphen-tests: New file.
28680         * modules/unictype/property-id-continue-tests: New file.
28681         * modules/unictype/property-id-start-tests: New file.
28682         * modules/unictype/property-ideographic-tests: New file.
28683         * modules/unictype/property-ids-binary-operator-tests: New file.
28684         * modules/unictype/property-ids-trinary-operator-tests: New file.
28685         * modules/unictype/property-ignorable-control-tests: New file.
28686         * modules/unictype/property-iso-control-tests: New file.
28687         * modules/unictype/property-join-control-tests: New file.
28688         * modules/unictype/property-left-of-pair-tests: New file.
28689         * modules/unictype/property-line-separator-tests: New file.
28690         * modules/unictype/property-logical-order-exception-tests: New file.
28691         * modules/unictype/property-lowercase-tests: New file.
28692         * modules/unictype/property-math-tests: New file.
28693         * modules/unictype/property-non-break-tests: New file.
28694         * modules/unictype/property-not-a-character-tests: New file.
28695         * modules/unictype/property-numeric-tests: New file.
28696         * modules/unictype/property-other-alphabetic-tests: New file.
28697         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28698         * modules/unictype/property-other-grapheme-extend-tests: New file.
28699         * modules/unictype/property-other-id-continue-tests: New file.
28700         * modules/unictype/property-other-id-start-tests: New file.
28701         * modules/unictype/property-other-lowercase-tests: New file.
28702         * modules/unictype/property-other-math-tests: New file.
28703         * modules/unictype/property-other-uppercase-tests: New file.
28704         * modules/unictype/property-paired-punctuation-tests: New file.
28705         * modules/unictype/property-paragraph-separator-tests: New file.
28706         * modules/unictype/property-pattern-syntax-tests: New file.
28707         * modules/unictype/property-pattern-white-space-tests: New file.
28708         * modules/unictype/property-private-use-tests: New file.
28709         * modules/unictype/property-punctuation-tests: New file.
28710         * modules/unictype/property-quotation-mark-tests: New file.
28711         * modules/unictype/property-radical-tests: New file.
28712         * modules/unictype/property-sentence-terminal-tests: New file.
28713         * modules/unictype/property-soft-dotted-tests: New file.
28714         * modules/unictype/property-space-tests: New file.
28715         * modules/unictype/property-terminal-punctuation-tests: New file.
28716         * modules/unictype/property-test-tests: New file.
28717         * modules/unictype/property-titlecase-tests: New file.
28718         * modules/unictype/property-unassigned-code-value-tests: New file.
28719         * modules/unictype/property-unified-ideograph-tests: New file.
28720         * modules/unictype/property-uppercase-tests: New file.
28721         * modules/unictype/property-variation-selector-tests: New file.
28722         * modules/unictype/property-white-space-tests: New file.
28723         * modules/unictype/property-xid-continue-tests: New file.
28724         * modules/unictype/property-xid-start-tests: New file.
28725         * modules/unictype/property-zero-width-tests: New file.
28726         * modules/unictype/scripts-tests: New file.
28727         * modules/unictype/syntax-c-ident-tests: New file.
28728         * modules/unictype/syntax-c-whitespace-tests: New file.
28729         * modules/unictype/syntax-java-ident-tests: New file.
28730         * modules/unictype/syntax-java-whitespace-tests: New file.
28731         * tests/unictype/test-bidi_byname.c: New file.
28732         * tests/unictype/test-bidi_name.c: New file.
28733         * tests/unictype/test-bidi_of.c: New file.
28734         * tests/unictype/test-bidi_test.c: New file.
28735         * tests/unictype/test-block_list.c: New file.
28736         * tests/unictype/test-block_of.c: New file.
28737         * tests/unictype/test-block_test.c: New file.
28738         * tests/unictype/test-categ_and.c: New file.
28739         * tests/unictype/test-categ_and_not.c: New file.
28740         * tests/unictype/test-categ_byname.c: New file.
28741         * tests/unictype/test-categ_name.c: New file.
28742         * tests/unictype/test-categ_none.c: New file.
28743         * tests/unictype/test-categ_of.c: New file.
28744         * tests/unictype/test-categ_or.c: New file.
28745         * tests/unictype/test-categ_test_withtable.c: New file.
28746         * tests/unictype/test-combining.c: New file.
28747         * tests/unictype/test-decdigit.c: New file.
28748         * tests/unictype/test-digit.c: New file.
28749         * tests/unictype/test-mirror.c: New file.
28750         * tests/unictype/test-numeric.c: New file.
28751         * tests/unictype/test-pr_byname.c: New file.
28752         * tests/unictype/test-pr_test.c: New file.
28753         * tests/unictype/test-predicate-part1.h: New file.
28754         * tests/unictype/test-predicate-part2.h: New file.
28755         * tests/unictype/test-scripts.c: New file.
28756         * tests/unictype/test-sy_c_ident.c: New file.
28757         * tests/unictype/test-sy_java_ident.c: New file.
28758
28759         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28760         for Unicode 5.0.0.
28761         * tests/unictype/test-categ_Cc.c: Likewise.
28762         * tests/unictype/test-categ_Cf.c: Likewise.
28763         * tests/unictype/test-categ_Cn.c: Likewise.
28764         * tests/unictype/test-categ_Co.c: Likewise.
28765         * tests/unictype/test-categ_Cs.c: Likewise.
28766         * tests/unictype/test-categ_L.c: Likewise.
28767         * tests/unictype/test-categ_Ll.c: Likewise.
28768         * tests/unictype/test-categ_Lm.c: Likewise.
28769         * tests/unictype/test-categ_Lo.c: Likewise.
28770         * tests/unictype/test-categ_Lt.c: Likewise.
28771         * tests/unictype/test-categ_Lu.c: Likewise.
28772         * tests/unictype/test-categ_M.c: Likewise.
28773         * tests/unictype/test-categ_Mc.c: Likewise.
28774         * tests/unictype/test-categ_Me.c: Likewise.
28775         * tests/unictype/test-categ_Mn.c: Likewise.
28776         * tests/unictype/test-categ_N.c: Likewise.
28777         * tests/unictype/test-categ_Nd.c: Likewise.
28778         * tests/unictype/test-categ_Nl.c: Likewise.
28779         * tests/unictype/test-categ_No.c: Likewise.
28780         * tests/unictype/test-categ_P.c: Likewise.
28781         * tests/unictype/test-categ_Pc.c: Likewise.
28782         * tests/unictype/test-categ_Pd.c: Likewise.
28783         * tests/unictype/test-categ_Pe.c: Likewise.
28784         * tests/unictype/test-categ_Pf.c: Likewise.
28785         * tests/unictype/test-categ_Pi.c: Likewise.
28786         * tests/unictype/test-categ_Po.c: Likewise.
28787         * tests/unictype/test-categ_Ps.c: Likewise.
28788         * tests/unictype/test-categ_S.c: Likewise.
28789         * tests/unictype/test-categ_Sc.c: Likewise.
28790         * tests/unictype/test-categ_Sk.c: Likewise.
28791         * tests/unictype/test-categ_Sm.c: Likewise.
28792         * tests/unictype/test-categ_So.c: Likewise.
28793         * tests/unictype/test-categ_Z.c: Likewise.
28794         * tests/unictype/test-categ_Zl.c: Likewise.
28795         * tests/unictype/test-categ_Zp.c: Likewise.
28796         * tests/unictype/test-categ_Zs.c: Likewise.
28797         * tests/unictype/test-ctype_alnum.c: Likewise.
28798         * tests/unictype/test-ctype_alpha.c: Likewise.
28799         * tests/unictype/test-ctype_blank.c: Likewise.
28800         * tests/unictype/test-ctype_cntrl.c: Likewise.
28801         * tests/unictype/test-ctype_digit.c: Likewise.
28802         * tests/unictype/test-ctype_graph.c: Likewise.
28803         * tests/unictype/test-ctype_lower.c: Likewise.
28804         * tests/unictype/test-ctype_print.c: Likewise.
28805         * tests/unictype/test-ctype_punct.c: Likewise.
28806         * tests/unictype/test-ctype_space.c: Likewise.
28807         * tests/unictype/test-ctype_upper.c: Likewise.
28808         * tests/unictype/test-ctype_xdigit.c: Likewise.
28809         * tests/unictype/test-decdigit.h: Likewise.
28810         * tests/unictype/test-digit.h: Likewise.
28811         * tests/unictype/test-numeric.h: Likewise.
28812         * tests/unictype/test-pr_alphabetic.c: Likewise.
28813         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28814         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28815         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28816         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28817         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28818         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28819         * tests/unictype/test-pr_bidi_control.c: Likewise.
28820         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28821         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28822         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28823         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28824         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28825         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28826         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28827         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28828         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28829         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28830         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28831         * tests/unictype/test-pr_combining.c: Likewise.
28832         * tests/unictype/test-pr_composite.c: Likewise.
28833         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28834         * tests/unictype/test-pr_dash.c: Likewise.
28835         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28836         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28837         * tests/unictype/test-pr_deprecated.c: Likewise.
28838         * tests/unictype/test-pr_diacritic.c: Likewise.
28839         * tests/unictype/test-pr_extender.c: Likewise.
28840         * tests/unictype/test-pr_format_control.c: Likewise.
28841         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28842         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28843         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28844         * tests/unictype/test-pr_hex_digit.c: Likewise.
28845         * tests/unictype/test-pr_hyphen.c: Likewise.
28846         * tests/unictype/test-pr_id_continue.c: Likewise.
28847         * tests/unictype/test-pr_id_start.c: Likewise.
28848         * tests/unictype/test-pr_ideographic.c: Likewise.
28849         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28850         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28851         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28852         * tests/unictype/test-pr_iso_control.c: Likewise.
28853         * tests/unictype/test-pr_join_control.c: Likewise.
28854         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28855         * tests/unictype/test-pr_line_separator.c: Likewise.
28856         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28857         * tests/unictype/test-pr_lowercase.c: Likewise.
28858         * tests/unictype/test-pr_math.c: Likewise.
28859         * tests/unictype/test-pr_non_break.c: Likewise.
28860         * tests/unictype/test-pr_not_a_character.c: Likewise.
28861         * tests/unictype/test-pr_numeric.c: Likewise.
28862         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28863         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28864         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28865         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28866         * tests/unictype/test-pr_other_id_start.c: Likewise.
28867         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28868         * tests/unictype/test-pr_other_math.c: Likewise.
28869         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28870         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28871         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28872         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28873         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28874         * tests/unictype/test-pr_private_use.c: Likewise.
28875         * tests/unictype/test-pr_punctuation.c: Likewise.
28876         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28877         * tests/unictype/test-pr_radical.c: Likewise.
28878         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28879         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28880         * tests/unictype/test-pr_space.c: Likewise.
28881         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28882         * tests/unictype/test-pr_titlecase.c: Likewise.
28883         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28884         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28885         * tests/unictype/test-pr_uppercase.c: Likewise.
28886         * tests/unictype/test-pr_variation_selector.c: Likewise.
28887         * tests/unictype/test-pr_white_space.c: Likewise.
28888         * tests/unictype/test-pr_xid_continue.c: Likewise.
28889         * tests/unictype/test-pr_xid_start.c: Likewise.
28890         * tests/unictype/test-pr_zero_width.c: Likewise.
28891         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28892         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28893
28894 2007-11-12  Bruno Haible  <bruno@clisp.org>
28895
28896         Unicode character classification functions.
28897         * lib/unictype.h: New file.
28898         * modules/unictype/base: New file.
28899         * modules/unictype/category-L: New file.
28900         * modules/unictype/category-Lu: New file.
28901         * modules/unictype/category-Ll: New file.
28902         * modules/unictype/category-Lt: New file.
28903         * modules/unictype/category-Lm: New file.
28904         * modules/unictype/category-Lo: New file.
28905         * modules/unictype/category-M: New file.
28906         * modules/unictype/category-Mn: New file.
28907         * modules/unictype/category-Mc: New file.
28908         * modules/unictype/category-Me: New file.
28909         * modules/unictype/category-N: New file.
28910         * modules/unictype/category-Nd: New file.
28911         * modules/unictype/category-Nl: New file.
28912         * modules/unictype/category-No: New file.
28913         * modules/unictype/category-P: New file.
28914         * modules/unictype/category-Pc: New file.
28915         * modules/unictype/category-Pd: New file.
28916         * modules/unictype/category-Ps: New file.
28917         * modules/unictype/category-Pe: New file.
28918         * modules/unictype/category-Pi: New file.
28919         * modules/unictype/category-Pf: New file.
28920         * modules/unictype/category-Po: New file.
28921         * modules/unictype/category-S: New file.
28922         * modules/unictype/category-Sm: New file.
28923         * modules/unictype/category-Sc: New file.
28924         * modules/unictype/category-Sk: New file.
28925         * modules/unictype/category-So: New file.
28926         * modules/unictype/category-Z: New file.
28927         * modules/unictype/category-Zs: New file.
28928         * modules/unictype/category-Zl: New file.
28929         * modules/unictype/category-Zp: New file.
28930         * modules/unictype/category-C: New file.
28931         * modules/unictype/category-Cc: New file.
28932         * modules/unictype/category-Cf: New file.
28933         * modules/unictype/category-Cs: New file.
28934         * modules/unictype/category-Co: New file.
28935         * modules/unictype/category-Cn: New file.
28936         * modules/unictype/category-or: New file.
28937         * modules/unictype/category-of: New file.
28938         * modules/unictype/category-test: New file.
28939         * modules/unictype/category-test-withtable: New file.
28940         * modules/unictype/category-byname: New file.
28941         * modules/unictype/category-none: New file.
28942         * modules/unictype/category-and: New file.
28943         * modules/unictype/category-and-not: New file.
28944         * modules/unictype/category-name: New file.
28945         * modules/unictype/combining-class: New file.
28946         * modules/unictype/category-all: New file.
28947         * modules/unictype/bidicategory-all: New file.
28948         * modules/unictype/bidicategory-byname: New file.
28949         * modules/unictype/bidicategory-name: New file.
28950         * modules/unictype/bidicategory-of: New file.
28951         * modules/unictype/bidicategory-test: New file.
28952         * modules/unictype/decimal-digit: New file.
28953         * modules/unictype/digit: New file.
28954         * modules/unictype/numeric: New file.
28955         * modules/unictype/mirror: New file.
28956         * modules/unictype/property-white-space: New file.
28957         * modules/unictype/property-alphabetic: New file.
28958         * modules/unictype/property-other-alphabetic: New file.
28959         * modules/unictype/property-not-a-character: New file.
28960         * modules/unictype/property-default-ignorable-code-point: New file.
28961         * modules/unictype/property-other-default-ignorable-code-point: New
28962         file.
28963         * modules/unictype/property-deprecated: New file.
28964         * modules/unictype/property-logical-order-exception: New file.
28965         * modules/unictype/property-variation-selector: New file.
28966         * modules/unictype/property-private-use: New file.
28967         * modules/unictype/property-unassigned-code-value: New file.
28968         * modules/unictype/property-uppercase: New file.
28969         * modules/unictype/property-other-uppercase: New file.
28970         * modules/unictype/property-lowercase: New file.
28971         * modules/unictype/property-other-lowercase: New file.
28972         * modules/unictype/property-titlecase: New file.
28973         * modules/unictype/property-soft-dotted: New file.
28974         * modules/unictype/property-id-start: New file.
28975         * modules/unictype/property-other-id-start: New file.
28976         * modules/unictype/property-id-continue: New file.
28977         * modules/unictype/property-other-id-continue: New file.
28978         * modules/unictype/property-xid-start: New file.
28979         * modules/unictype/property-xid-continue: New file.
28980         * modules/unictype/property-pattern-white-space: New file.
28981         * modules/unictype/property-pattern-syntax: New file.
28982         * modules/unictype/property-join-control: New file.
28983         * modules/unictype/property-grapheme-base: New file.
28984         * modules/unictype/property-grapheme-extend: New file.
28985         * modules/unictype/property-other-grapheme-extend: New file.
28986         * modules/unictype/property-grapheme-link: New file.
28987         * modules/unictype/property-bidi-control: New file.
28988         * modules/unictype/property-bidi-left-to-right: New file.
28989         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28990         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28991         * modules/unictype/property-bidi-european-digit: New file.
28992         * modules/unictype/property-bidi-eur-num-separator: New file.
28993         * modules/unictype/property-bidi-eur-num-terminator: New file.
28994         * modules/unictype/property-bidi-arabic-digit: New file.
28995         * modules/unictype/property-bidi-common-separator: New file.
28996         * modules/unictype/property-bidi-block-separator: New file.
28997         * modules/unictype/property-bidi-segment-separator: New file.
28998         * modules/unictype/property-bidi-whitespace: New file.
28999         * modules/unictype/property-bidi-non-spacing-mark: New file.
29000         * modules/unictype/property-bidi-boundary-neutral: New file.
29001         * modules/unictype/property-bidi-pdf: New file.
29002         * modules/unictype/property-bidi-embedding-or-override: New file.
29003         * modules/unictype/property-bidi-other-neutral: New file.
29004         * modules/unictype/property-hex-digit: New file.
29005         * modules/unictype/property-ascii-hex-digit: New file.
29006         * modules/unictype/property-ideographic: New file.
29007         * modules/unictype/property-unified-ideograph: New file.
29008         * modules/unictype/property-radical: New file.
29009         * modules/unictype/property-ids-binary-operator: New file.
29010         * modules/unictype/property-ids-trinary-operator: New file.
29011         * modules/unictype/property-zero-width: New file.
29012         * modules/unictype/property-space: New file.
29013         * modules/unictype/property-non-break: New file.
29014         * modules/unictype/property-iso-control: New file.
29015         * modules/unictype/property-format-control: New file.
29016         * modules/unictype/property-dash: New file.
29017         * modules/unictype/property-hyphen: New file.
29018         * modules/unictype/property-punctuation: New file.
29019         * modules/unictype/property-line-separator: New file.
29020         * modules/unictype/property-paragraph-separator: New file.
29021         * modules/unictype/property-quotation-mark: New file.
29022         * modules/unictype/property-sentence-terminal: New file.
29023         * modules/unictype/property-terminal-punctuation: New file.
29024         * modules/unictype/property-currency-symbol: New file.
29025         * modules/unictype/property-math: New file.
29026         * modules/unictype/property-other-math: New file.
29027         * modules/unictype/property-paired-punctuation: New file.
29028         * modules/unictype/property-left-of-pair: New file.
29029         * modules/unictype/property-combining: New file.
29030         * modules/unictype/property-composite: New file.
29031         * modules/unictype/property-decimal-digit: New file.
29032         * modules/unictype/property-numeric: New file.
29033         * modules/unictype/property-diacritic: New file.
29034         * modules/unictype/property-extender: New file.
29035         * modules/unictype/property-ignorable-control: New file.
29036         * modules/unictype/property-test: New file.
29037         * modules/unictype/property-byname: New file.
29038         * modules/unictype/property-all: New file.
29039         * modules/unictype/scripts: New file.
29040         * modules/unictype/scripts-all: New file.
29041         * modules/unictype/block-of: New file.
29042         * modules/unictype/block-test: New file.
29043         * modules/unictype/block-list: New file.
29044         * modules/unictype/block-all: New file.
29045         * modules/unictype/syntax-c-whitespace: New file.
29046         * modules/unictype/syntax-java-whitespace: New file.
29047         * modules/unictype/syntax-c-ident: New file.
29048         * modules/unictype/syntax-java-ident: New file.
29049         * modules/unictype/ctype-alnum: New file.
29050         * modules/unictype/ctype-alpha: New file.
29051         * modules/unictype/ctype-cntrl: New file.
29052         * modules/unictype/ctype-digit: New file.
29053         * modules/unictype/ctype-graph: New file.
29054         * modules/unictype/ctype-lower: New file.
29055         * modules/unictype/ctype-print: New file.
29056         * modules/unictype/ctype-punct: New file.
29057         * modules/unictype/ctype-space: New file.
29058         * modules/unictype/ctype-upper: New file.
29059         * modules/unictype/ctype-xdigit: New file.
29060         * modules/unictype/ctype-blank: New file.
29061         * lib/unictype/bidi_byname.c: New file.
29062         * lib/unictype/bidi_name.c: New file.
29063         * lib/unictype/bidi_of.c: New file.
29064         * lib/unictype/bidi_test.c: New file.
29065         * lib/unictype/bitmap.h: New file.
29066         * lib/unictype/block_test.c: New file.
29067         * lib/unictype/blocks.c: New file.
29068         * lib/unictype/categ_C.c: New file.
29069         * lib/unictype/categ_Cc.c: New file.
29070         * lib/unictype/categ_Cf.c: New file.
29071         * lib/unictype/categ_Cn.c: New file.
29072         * lib/unictype/categ_Co.c: New file.
29073         * lib/unictype/categ_Cs.c: New file.
29074         * lib/unictype/categ_L.c: New file.
29075         * lib/unictype/categ_Ll.c: New file.
29076         * lib/unictype/categ_Lm.c: New file.
29077         * lib/unictype/categ_Lo.c: New file.
29078         * lib/unictype/categ_Lt.c: New file.
29079         * lib/unictype/categ_Lu.c: New file.
29080         * lib/unictype/categ_M.c: New file.
29081         * lib/unictype/categ_Mc.c: New file.
29082         * lib/unictype/categ_Me.c: New file.
29083         * lib/unictype/categ_Mn.c: New file.
29084         * lib/unictype/categ_N.c: New file.
29085         * lib/unictype/categ_Nd.c: New file.
29086         * lib/unictype/categ_Nl.c: New file.
29087         * lib/unictype/categ_No.c: New file.
29088         * lib/unictype/categ_P.c: New file.
29089         * lib/unictype/categ_Pc.c: New file.
29090         * lib/unictype/categ_Pd.c: New file.
29091         * lib/unictype/categ_Pe.c: New file.
29092         * lib/unictype/categ_Pf.c: New file.
29093         * lib/unictype/categ_Pi.c: New file.
29094         * lib/unictype/categ_Po.c: New file.
29095         * lib/unictype/categ_Ps.c: New file.
29096         * lib/unictype/categ_S.c: New file.
29097         * lib/unictype/categ_Sc.c: New file.
29098         * lib/unictype/categ_Sk.c: New file.
29099         * lib/unictype/categ_Sm.c: New file.
29100         * lib/unictype/categ_So.c: New file.
29101         * lib/unictype/categ_Z.c: New file.
29102         * lib/unictype/categ_Zl.c: New file.
29103         * lib/unictype/categ_Zp.c: New file.
29104         * lib/unictype/categ_Zs.c: New file.
29105         * lib/unictype/categ_and.c: New file.
29106         * lib/unictype/categ_and_not.c: New file.
29107         * lib/unictype/categ_byname.c: New file.
29108         * lib/unictype/categ_name.c: New file.
29109         * lib/unictype/categ_none.c: New file.
29110         * lib/unictype/categ_of.c: New file.
29111         * lib/unictype/categ_or.c: New file.
29112         * lib/unictype/categ_test.c: New file.
29113         * lib/unictype/combining.c: New file.
29114         * lib/unictype/ctype_alnum.c: New file.
29115         * lib/unictype/ctype_alpha.c: New file.
29116         * lib/unictype/ctype_blank.c: New file.
29117         * lib/unictype/ctype_cntrl.c: New file.
29118         * lib/unictype/ctype_digit.c: New file.
29119         * lib/unictype/ctype_graph.c: New file.
29120         * lib/unictype/ctype_lower.c: New file.
29121         * lib/unictype/ctype_print.c: New file.
29122         * lib/unictype/ctype_punct.c: New file.
29123         * lib/unictype/ctype_space.c: New file.
29124         * lib/unictype/ctype_upper.c: New file.
29125         * lib/unictype/ctype_xdigit.c: New file.
29126         * lib/unictype/decdigit.c: New file.
29127         * lib/unictype/digit.c: New file.
29128         * lib/unictype/identsyntaxmap.h: New file.
29129         * lib/unictype/mirror.c: New file.
29130         * lib/unictype/numeric.c: New file.
29131         * lib/unictype/pr_alphabetic.c: New file.
29132         * lib/unictype/pr_ascii_hex_digit.c: New file.
29133         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29134         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29135         * lib/unictype/pr_bidi_block_separator.c: New file.
29136         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29137         * lib/unictype/pr_bidi_common_separator.c: New file.
29138         * lib/unictype/pr_bidi_control.c: New file.
29139         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29140         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29141         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29142         * lib/unictype/pr_bidi_european_digit.c: New file.
29143         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29144         * lib/unictype/pr_bidi_left_to_right.c: New file.
29145         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29146         * lib/unictype/pr_bidi_other_neutral.c: New file.
29147         * lib/unictype/pr_bidi_pdf.c: New file.
29148         * lib/unictype/pr_bidi_segment_separator.c: New file.
29149         * lib/unictype/pr_bidi_whitespace.c: New file.
29150         * lib/unictype/pr_byname.c: New file.
29151         * lib/unictype/pr_byname.gperf: New file.
29152         * lib/unictype/pr_combining.c: New file.
29153         * lib/unictype/pr_composite.c: New file.
29154         * lib/unictype/pr_currency_symbol.c: New file.
29155         * lib/unictype/pr_dash.c: New file.
29156         * lib/unictype/pr_decimal_digit.c: New file.
29157         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29158         * lib/unictype/pr_deprecated.c: New file.
29159         * lib/unictype/pr_diacritic.c: New file.
29160         * lib/unictype/pr_extender.c: New file.
29161         * lib/unictype/pr_format_control.c: New file.
29162         * lib/unictype/pr_grapheme_base.c: New file.
29163         * lib/unictype/pr_grapheme_extend.c: New file.
29164         * lib/unictype/pr_grapheme_link.c: New file.
29165         * lib/unictype/pr_hex_digit.c: New file.
29166         * lib/unictype/pr_hyphen.c: New file.
29167         * lib/unictype/pr_id_continue.c: New file.
29168         * lib/unictype/pr_id_start.c: New file.
29169         * lib/unictype/pr_ideographic.c: New file.
29170         * lib/unictype/pr_ids_binary_operator.c: New file.
29171         * lib/unictype/pr_ids_trinary_operator.c: New file.
29172         * lib/unictype/pr_ignorable_control.c: New file.
29173         * lib/unictype/pr_iso_control.c: New file.
29174         * lib/unictype/pr_join_control.c: New file.
29175         * lib/unictype/pr_left_of_pair.c: New file.
29176         * lib/unictype/pr_line_separator.c: New file.
29177         * lib/unictype/pr_logical_order_exception.c: New file.
29178         * lib/unictype/pr_lowercase.c: New file.
29179         * lib/unictype/pr_math.c: New file.
29180         * lib/unictype/pr_non_break.c: New file.
29181         * lib/unictype/pr_not_a_character.c: New file.
29182         * lib/unictype/pr_numeric.c: New file.
29183         * lib/unictype/pr_other_alphabetic.c: New file.
29184         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29185         * lib/unictype/pr_other_grapheme_extend.c: New file.
29186         * lib/unictype/pr_other_id_continue.c: New file.
29187         * lib/unictype/pr_other_id_start.c: New file.
29188         * lib/unictype/pr_other_lowercase.c: New file.
29189         * lib/unictype/pr_other_math.c: New file.
29190         * lib/unictype/pr_other_uppercase.c: New file.
29191         * lib/unictype/pr_paired_punctuation.c: New file.
29192         * lib/unictype/pr_paragraph_separator.c: New file.
29193         * lib/unictype/pr_pattern_syntax.c: New file.
29194         * lib/unictype/pr_pattern_white_space.c: New file.
29195         * lib/unictype/pr_private_use.c: New file.
29196         * lib/unictype/pr_punctuation.c: New file.
29197         * lib/unictype/pr_quotation_mark.c: New file.
29198         * lib/unictype/pr_radical.c: New file.
29199         * lib/unictype/pr_sentence_terminal.c: New file.
29200         * lib/unictype/pr_soft_dotted.c: New file.
29201         * lib/unictype/pr_space.c: New file.
29202         * lib/unictype/pr_terminal_punctuation.c: New file.
29203         * lib/unictype/pr_test.c: New file.
29204         * lib/unictype/pr_titlecase.c: New file.
29205         * lib/unictype/pr_unassigned_code_value.c: New file.
29206         * lib/unictype/pr_unified_ideograph.c: New file.
29207         * lib/unictype/pr_uppercase.c: New file.
29208         * lib/unictype/pr_variation_selector.c: New file.
29209         * lib/unictype/pr_white_space.c: New file.
29210         * lib/unictype/pr_xid_continue.c: New file.
29211         * lib/unictype/pr_xid_start.c: New file.
29212         * lib/unictype/pr_zero_width.c: New file.
29213         * lib/unictype/scripts.c: New file.
29214         * lib/unictype/sy_c_ident.c: New file.
29215         * lib/unictype/sy_c_whitespace.c: New file.
29216         * lib/unictype/sy_java_ident.c: New file.
29217         * lib/unictype/sy_java_whitespace.c: New file.
29218
29219         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29220         Unicode 5.0.0.
29221         * lib/unictype/blocks.h: Likewise.
29222         * lib/unictype/categ_C.h: Likewise.
29223         * lib/unictype/categ_Cc.h: Likewise.
29224         * lib/unictype/categ_Cf.h: Likewise.
29225         * lib/unictype/categ_Cn.h: Likewise.
29226         * lib/unictype/categ_Co.h: Likewise.
29227         * lib/unictype/categ_Cs.h: Likewise.
29228         * lib/unictype/categ_L.h: Likewise.
29229         * lib/unictype/categ_Ll.h: Likewise.
29230         * lib/unictype/categ_Lm.h: Likewise.
29231         * lib/unictype/categ_Lo.h: Likewise.
29232         * lib/unictype/categ_Lt.h: Likewise.
29233         * lib/unictype/categ_Lu.h: Likewise.
29234         * lib/unictype/categ_M.h: Likewise.
29235         * lib/unictype/categ_Mc.h: Likewise.
29236         * lib/unictype/categ_Me.h: Likewise.
29237         * lib/unictype/categ_Mn.h: Likewise.
29238         * lib/unictype/categ_N.h: Likewise.
29239         * lib/unictype/categ_Nd.h: Likewise.
29240         * lib/unictype/categ_Nl.h: Likewise.
29241         * lib/unictype/categ_No.h: Likewise.
29242         * lib/unictype/categ_P.h: Likewise.
29243         * lib/unictype/categ_Pc.h: Likewise.
29244         * lib/unictype/categ_Pd.h: Likewise.
29245         * lib/unictype/categ_Pe.h: Likewise.
29246         * lib/unictype/categ_Pf.h: Likewise.
29247         * lib/unictype/categ_Pi.h: Likewise.
29248         * lib/unictype/categ_Po.h: Likewise.
29249         * lib/unictype/categ_Ps.h: Likewise.
29250         * lib/unictype/categ_S.h: Likewise.
29251         * lib/unictype/categ_Sc.h: Likewise.
29252         * lib/unictype/categ_Sk.h: Likewise.
29253         * lib/unictype/categ_Sm.h: Likewise.
29254         * lib/unictype/categ_So.h: Likewise.
29255         * lib/unictype/categ_Z.h: Likewise.
29256         * lib/unictype/categ_Zl.h: Likewise.
29257         * lib/unictype/categ_Zp.h: Likewise.
29258         * lib/unictype/categ_Zs.h: Likewise.
29259         * lib/unictype/categ_of.h: Likewise.
29260         * lib/unictype/combining.h: Likewise.
29261         * lib/unictype/ctype_alnum.h: Likewise.
29262         * lib/unictype/ctype_alpha.h: Likewise.
29263         * lib/unictype/ctype_blank.h: Likewise.
29264         * lib/unictype/ctype_cntrl.h: Likewise.
29265         * lib/unictype/ctype_digit.h: Likewise.
29266         * lib/unictype/ctype_graph.h: Likewise.
29267         * lib/unictype/ctype_lower.h: Likewise.
29268         * lib/unictype/ctype_print.h: Likewise.
29269         * lib/unictype/ctype_punct.h: Likewise.
29270         * lib/unictype/ctype_space.h: Likewise.
29271         * lib/unictype/ctype_upper.h: Likewise.
29272         * lib/unictype/ctype_xdigit.h: Likewise.
29273         * lib/unictype/decdigit.h: Likewise.
29274         * lib/unictype/digit.h: Likewise.
29275         * lib/unictype/mirror.h: Likewise.
29276         * lib/unictype/numeric.h: Likewise.
29277         * lib/unictype/pr_alphabetic.h: Likewise.
29278         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29279         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29280         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29281         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29282         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29283         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29284         * lib/unictype/pr_bidi_control.h: Likewise.
29285         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29286         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29287         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29288         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29289         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29290         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29291         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29292         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29293         * lib/unictype/pr_bidi_pdf.h: Likewise.
29294         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29295         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29296         * lib/unictype/pr_combining.h: Likewise.
29297         * lib/unictype/pr_composite.h: Likewise.
29298         * lib/unictype/pr_currency_symbol.h: Likewise.
29299         * lib/unictype/pr_dash.h: Likewise.
29300         * lib/unictype/pr_decimal_digit.h: Likewise.
29301         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29302         * lib/unictype/pr_deprecated.h: Likewise.
29303         * lib/unictype/pr_diacritic.h: Likewise.
29304         * lib/unictype/pr_extender.h: Likewise.
29305         * lib/unictype/pr_format_control.h: Likewise.
29306         * lib/unictype/pr_grapheme_base.h: Likewise.
29307         * lib/unictype/pr_grapheme_extend.h: Likewise.
29308         * lib/unictype/pr_grapheme_link.h: Likewise.
29309         * lib/unictype/pr_hex_digit.h: Likewise.
29310         * lib/unictype/pr_hyphen.h: Likewise.
29311         * lib/unictype/pr_id_continue.h: Likewise.
29312         * lib/unictype/pr_id_start.h: Likewise.
29313         * lib/unictype/pr_ideographic.h: Likewise.
29314         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29315         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29316         * lib/unictype/pr_ignorable_control.h: Likewise.
29317         * lib/unictype/pr_iso_control.h: Likewise.
29318         * lib/unictype/pr_join_control.h: Likewise.
29319         * lib/unictype/pr_left_of_pair.h: Likewise.
29320         * lib/unictype/pr_line_separator.h: Likewise.
29321         * lib/unictype/pr_logical_order_exception.h: Likewise.
29322         * lib/unictype/pr_lowercase.h: Likewise.
29323         * lib/unictype/pr_math.h: Likewise.
29324         * lib/unictype/pr_non_break.h: Likewise.
29325         * lib/unictype/pr_not_a_character.h: Likewise.
29326         * lib/unictype/pr_numeric.h: Likewise.
29327         * lib/unictype/pr_other_alphabetic.h: Likewise.
29328         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29329         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29330         * lib/unictype/pr_other_id_continue.h: Likewise.
29331         * lib/unictype/pr_other_id_start.h: Likewise.
29332         * lib/unictype/pr_other_lowercase.h: Likewise.
29333         * lib/unictype/pr_other_math.h: Likewise.
29334         * lib/unictype/pr_other_uppercase.h: Likewise.
29335         * lib/unictype/pr_paired_punctuation.h: Likewise.
29336         * lib/unictype/pr_paragraph_separator.h: Likewise.
29337         * lib/unictype/pr_pattern_syntax.h: Likewise.
29338         * lib/unictype/pr_pattern_white_space.h: Likewise.
29339         * lib/unictype/pr_private_use.h: Likewise.
29340         * lib/unictype/pr_punctuation.h: Likewise.
29341         * lib/unictype/pr_quotation_mark.h: Likewise.
29342         * lib/unictype/pr_radical.h: Likewise.
29343         * lib/unictype/pr_sentence_terminal.h: Likewise.
29344         * lib/unictype/pr_soft_dotted.h: Likewise.
29345         * lib/unictype/pr_space.h: Likewise.
29346         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29347         * lib/unictype/pr_titlecase.h: Likewise.
29348         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29349         * lib/unictype/pr_unified_ideograph.h: Likewise.
29350         * lib/unictype/pr_uppercase.h: Likewise.
29351         * lib/unictype/pr_variation_selector.h: Likewise.
29352         * lib/unictype/pr_white_space.h: Likewise.
29353         * lib/unictype/pr_xid_continue.h: Likewise.
29354         * lib/unictype/pr_xid_start.h: Likewise.
29355         * lib/unictype/pr_zero_width.h: Likewise.
29356         * lib/unictype/scripts.h: Likewise.
29357         * lib/unictype/scripts_byname.gperf: Likewise.
29358         * lib/unictype/sy_c_ident.h: Likewise.
29359         * lib/unictype/sy_c_whitespace.h: Likewise.
29360         * lib/unictype/sy_java_ident.h: Likewise.
29361         * lib/unictype/sy_java_whitespace.h: Likewise.
29362
29363         * lib/unictype/Makefile: New file.
29364         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29365         glibc.
29366         * lib/unictype/3level.h: New file, copied from glibc.
29367         * lib/unictype/3levelbit.h: New file.
29368
29369 2007-11-11  Bruno Haible  <bruno@clisp.org>
29370
29371         * modules/gperf: New file.
29372         * modules/iconv_open (Depends-on): Add it.
29373         (Makefile.am): Remove the GPERF definition.
29374
29375 2007-11-11  Bruno Haible  <bruno@clisp.org>
29376
29377         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29378         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29379
29380 2007-11-11  Bruno Haible  <bruno@clisp.org>
29381
29382         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29383         (usage): Remove function.
29384
29385 2007-11-11  Bruno Haible  <bruno@clisp.org>
29386
29387         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29388         gl_FUNC_CEILF_LIBS.
29389         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29390         gl_FUNC_CEIL_LIBS.
29391         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29392         gl_FUNC_CEILL_LIBS.
29393         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29394         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29395         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29396
29397 2007-11-11  Bruno Haible  <bruno@clisp.org>
29398
29399         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29400         roundf were declared but do not exist on functions.
29401         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29402         roundl were declared but do not exist on functions.
29403         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29404         HAVE_FLOORL_AND_CEILL, respectively.
29405         Needed for Sun C on Solaris 10.
29406
29407 2007-11-11  Bruno Haible  <bruno@clisp.org>
29408
29409         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29410         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29411         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29412         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29413         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29414         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29415         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29416         HAVE_DECL_ROUNDF.
29417         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29418         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29419         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29420         of HAVE_DECL_ROUND*.
29421         * modules/math (Makefile.am): Update.
29422
29423 2007-11-10  Bruno Haible  <bruno@clisp.org>
29424
29425         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29426         ptrdiff_t as m4/intl.m4.
29427
29428 2007-11-10  Jim Meyering  <meyering@redhat.com>
29429
29430         Avoid link failure for the argmatch test.
29431         * tests/test-argmatch.c (usage): Define function to avoid a link
29432         failure: argmatch_die requires a usage function.
29433
29434 2007-11-09  Bruno Haible  <bruno@clisp.org>
29435
29436         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29437         * doc/functions/vsnprintf.texi: Likewise.
29438         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29439         with a size argument < 2.
29440
29441 2007-11-09  Bruno Haible  <bruno@clisp.org>
29442
29443         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29444         buffer. Fixes an inefficiency introduced on 2007-11-03.
29445
29446 2007-11-09  Bruno Haible  <bruno@clisp.org>
29447
29448         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29449         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29450
29451 2007-11-08  Jim Meyering  <meyering@redhat.com>
29452
29453         Change cache variable name prefix "jm_" to "gl_" everywhere.
29454         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29455         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29456         * m4/uptime.m4: s/gl_/jm_/
29457
29458 2007-11-07  Bruno Haible  <bruno@clisp.org>
29459
29460         Update to GNU gettext 0.17.
29461         * m4/intl.m4: Update to GNU gettext 0.17.
29462         * m4/po.m4: Likewise.
29463         * modules/gettext (Files): Remove m4/ulonglong.m4.
29464         (configure.ac): Require gettext infrastructure from version 0.17.
29465
29466 2007-11-06  Bruno Haible  <bruno@clisp.org>
29467
29468         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29469         symbolic values are not defined in a public header.
29470         * lib/freadable.c (freadable) [QNX]: Likewise.
29471         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29472         * lib/freading.c (freading) [QNX]: Likewise.
29473         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29474         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29475         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29476         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29477         Reported by Alain Magloire.
29478
29479         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29480
29481 2007-11-05  Bruno Haible  <bruno@clisp.org>
29482
29483         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29484         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29485         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29486         Reported by Eric Blake.
29487
29488 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29489             Bruno Haible  <bruno@clisp.org>
29490
29491         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29492         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29493         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29494         (malloc): Undefine also before including <stdlib.h>.
29495         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29496         Needed on OSF/1 4.0.
29497
29498 2007-11-05  Jim Meyering  <meyering@redhat.com>
29499
29500         git-version-gen: sync from coreutils.
29501         * build-aux/git-version-gen: Add comments.
29502         Change the first '-' to '.' in the snapshot version string,
29503         e.g., 6.9-377-08144 -> 6.9.377-08144
29504         Remove first parameter.
29505         Don't declare a version "-dirty" merely because a time
29506         stamp has changed.
29507
29508 2007-11-04  Bruno Haible  <bruno@clisp.org>
29509
29510         * lib/lock.h: Protect all macro definitions containing an 'if'
29511         statement through a "do { ... } while (0)".
29512         * lib/tls.h: Likewise.
29513
29514 2007-11-04  Bruno Haible  <bruno@clisp.org>
29515
29516         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29517
29518 2007-11-04  Bruno Haible  <bruno@clisp.org>
29519
29520         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29521         * modules/fprintf-posix (Depends-on): Add nocrash.
29522         * modules/snprintf-posix (Depends-on): Likewise.
29523         * modules/sprintf-posix (Depends-on): Likewise.
29524         * modules/vasnprintf-posix (Depends-on): Likewise.
29525         * modules/vasprintf-posix (Depends-on): Likewise.
29526         * modules/vfprintf-posix (Depends-on): Likewise.
29527         * modules/vsnprintf-posix (Depends-on): Likewise.
29528         * modules/vsprintf-posix (Depends-on): Likewise.
29529         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29530         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29531         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29532         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29533         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29534         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29535         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29536
29537 2007-11-04  Bruno Haible  <bruno@clisp.org>
29538
29539         * modules/nocrash: New file.
29540         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29541         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29542
29543 2007-11-04  Bruno Haible  <bruno@clisp.org>
29544
29545         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29546         precision handling.
29547         * tests/test-vasprintf-posix.c (test_function): Likewise.
29548         * tests/test-snprintf-posix.h (test_function): Likewise.
29549         * tests/test-sprintf-posix.h (test_function): Likewise.
29550
29551         Fix *printf behaviour for large precisions on mingw and BeOS.
29552         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29553         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29554         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29555         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29556         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29557         gl_PRINTF_PRECISION and test its result. Invoke
29558         gl_PREREQ_VASNPRINTF_PRECISION.
29559         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29560         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29561         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29562         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29563         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29564         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29565         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29566         * doc/functions/fprintf.texi: Update.
29567         * doc/functions/printf.texi: Update.
29568         * doc/functions/snprintf.texi: Update.
29569         * doc/functions/sprintf.texi: Update.
29570         * doc/functions/vfprintf.texi: Update.
29571         * doc/functions/vprintf.texi: Update.
29572         * doc/functions/vsnprintf.texi: Update.
29573         * doc/functions/vsprintf.texi: Update.
29574
29575 2007-11-04  Bruno Haible  <bruno@clisp.org>
29576
29577         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29578
29579 2007-11-04  Bruno Haible  <bruno@clisp.org>
29580
29581         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29582         Reported by Sylvain Beucler <beuc@gnu.org>.
29583
29584 2007-11-03  Bruno Haible  <bruno@clisp.org>
29585
29586         * tests/test-fprintf-posix2.sh: New file.
29587         * tests/test-fprintf-posix2.c: New file.
29588         * modules/fprintf-posix-tests (Files): Add them.
29589         (TESTS): Add test-fprintf-posix2.sh.
29590         (configure.ac): Check for getrlimit and setrlimit.
29591         (check_PROGRAMS): Add test-fprintf-posix2.
29592
29593         * tests/test-printf-posix2.sh: New file.
29594         * tests/test-printf-posix2.c: New file.
29595         * modules/printf-posix-tests (Files): Add them.
29596         (TESTS): Add test-printf-posix2.sh.
29597         (configure.ac): Check for getrlimit and setrlimit.
29598         (check_PROGRAMS): Add test-printf-posix2.
29599
29600         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29601         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29602         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29603         (decode_double): New function, copied from decode_long_double.
29604         (scale10_round_decimal_decoded): New function, extracted from
29605         scale10_round_decimal_long_double.
29606         (scale10_round_decimal_long_double): Use it.
29607         (scale10_round_decimal_double): New function.
29608         (floorlog10): New function.
29609         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29610         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29611         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29612         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29613         gl_PRINTF_ENOMEM and test its result. Invoke
29614         gl_PREREQ_VASNPRINTF_ENOMEM.
29615         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29616         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29617         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29618         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29619         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29620         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29621         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29622         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29623         * modules/snprintf-posix (Depends-on): Likewise.
29624         * modules/sprintf-posix (Depends-on): Likewise.
29625         * modules/vasnprintf-posix (Depends-on): Likewise.
29626         * modules/vasprintf-posix (Depends-on): Likewise.
29627         * modules/vfprintf-posix (Depends-on): Likewise.
29628         * modules/vsnprintf-posix (Depends-on): Likewise.
29629         * modules/vsprintf-posix (Depends-on): Likewise.
29630         * doc/functions/fprintf.texi: Update.
29631         * doc/functions/printf.texi: Update.
29632         * doc/functions/snprintf.texi: Update.
29633         * doc/functions/sprintf.texi: Update.
29634         * doc/functions/vfprintf.texi: Update.
29635         * doc/functions/vprintf.texi: Update.
29636         * doc/functions/vsnprintf.texi: Update.
29637         * doc/functions/vsprintf.texi: Update.
29638
29639 2007-11-03  Bruno Haible  <bruno@clisp.org>
29640
29641         * modules/frexp-nolibm-tests: New file.
29642
29643         * modules/frexp-nolibm: New file.
29644         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29645
29646 2007-11-03  Bruno Haible  <bruno@clisp.org>
29647
29648         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29649         value is C99 compliant.
29650         Needed for OSF/1 5.1.
29651
29652 2007-11-03  Bruno Haible  <bruno@clisp.org>
29653
29654         Fix out-of-memory handling of vasnprintf.
29655         * lib/printf-parse.c: Include <errno.h>.
29656         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29657         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29658         is already set.
29659
29660 2007-11-02  Eric Blake  <ebb9@byu.net>
29661
29662         Fix tests on cygwin.
29663         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29664
29665 2007-11-01  Bruno Haible  <bruno@clisp.org>
29666
29667         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29668         warning.
29669         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29670         needed for POSIX compatibility.
29671
29672 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29673
29674         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29675         for compatibility with GNU.
29676
29677 2007-11-01  Bruno Haible  <bruno@clisp.org>
29678
29679         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29680         (putenv): Renamed from rpl_putenv. Change argument type from
29681         'const char *' to 'char *'.
29682         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29683         of defining putenv in config.h, just set REPLACE_PUTENV.
29684         * modules/putenv (Depends-on): Add stdlib.
29685         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29686         (Include): Use <stdlib.h>.
29687         * lib/stdlib.in.h (putenv): New declaration.
29688         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29689         REPLACE_PUTENV.
29690         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29691         REPLACE_PUTENV.
29692         Needed for MacOS X 10.5.0.
29693         Reported by Peter O'Gorman <peter@pogma.com>.
29694
29695 2007-11-01  Jim Meyering  <meyering@redhat.com>
29696
29697         Treat an empty date string exactly like "0".
29698         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29699         if the remaining date string (to be parsed) is empty, use "0".
29700         Reported by Mischa Molhoek and discussed in this thread:
29701         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29702
29703 2007-10-31  Bruno Haible  <bruno@clisp.org>
29704
29705         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29706         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29707         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29708         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29709         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29710         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29711
29712 2007-10-31  Bruno Haible  <bruno@clisp.org>
29713
29714         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29715         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29716         (AC_TYPE_LONG_LONG_INT): Use it.
29717         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29718         it as well.
29719         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29720         to m4/longlong.m4.
29721         * modules/stdint (Files): Remove m4/ulonglong.m4.
29722         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29723         m4/ulonglong.m4.
29724         * modules/strtoumax (Files): Likewise.
29725
29726 2007-10-30  Bruno Haible  <bruno@clisp.org>
29727
29728         * modules/xvasprintf-posix: New file.
29729         Suggested by Eric Blake.
29730
29731 2007-10-30  Bruno Haible  <bruno@clisp.org>
29732
29733         * modules/xprintf-posix-tests: New file.
29734         * tests/test-xprintf-posix.sh: New file.
29735         * tests/test-xprintf-posix.c: New file.
29736         * tests/test-xfprintf-posix.c: New file.
29737
29738         * modules/xprintf-posix: New file.
29739
29740 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29741
29742         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29743         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29744         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29745
29746 2007-10-29  Bruno Haible  <bruno@clisp.org>
29747
29748         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29749         contain the special marker '_cv_'.
29750         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29751         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29752         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29753         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29754         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29755         Reported by Ralf Wildenhues.
29756
29757 2007-10-29  Bruno Haible  <bruno@clisp.org>
29758
29759         * gnulib-tool (func_import): When --lgpl is not specified, set
29760         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29761         GPLv3.
29762         Reported by Simon Josefsson.
29763
29764 2007-10-28  Bruno Haible  <bruno@clisp.org>
29765
29766         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29767         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29768         HAVE_DECL_ISFINITE.
29769         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29770         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29771         HAVE_DECL_ISFINITE.
29772
29773 2007-10-28  Bruno Haible  <bruno@clisp.org>
29774
29775         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29776         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29777
29778 2007-10-28  Bruno Haible  <bruno@clisp.org>
29779
29780         Fix link errors with Sun C 5.0 on Solaris 10.
29781         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29782         function is declared but not present in the compiler's libm.
29783         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29784         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29785         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29786         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29787         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29788         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29789         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29790         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29791         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29792         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29793         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29794         HAVE_DECL_FLOORL.
29795
29796 2007-10-28  Bruno Haible  <bruno@clisp.org>
29797
29798         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29799         gl_FUNC_FLOORL. Cache the result.
29800         (gl_FUNC_FLOORL): Use it.
29801         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29802         gl_FUNC_CEILL. Cache the result.
29803         (gl_FUNC_CEILL): Use it.
29804
29805         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29806         gl_FUNC_FLOOR. Cache the result.
29807         (gl_FUNC_FLOOR): Use it.
29808         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29809         gl_FUNC_CEIL. Cache the result.
29810         (gl_FUNC_CEIL): Use it.
29811
29812         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29813         gl_FUNC_FLOORF. Cache the result.
29814         (gl_FUNC_FLOORF): Use it.
29815         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29816         gl_FUNC_CEILF. Cache the result.
29817         (gl_FUNC_CEILF): Use it.
29818
29819 2007-10-28  Bruno Haible  <bruno@clisp.org>
29820
29821         * gnulib-tool: Allow specifying the LGPL version number through
29822         --lgpl=2 or --lgpl=3.
29823         (func_usage): Document --lgpl with argument.
29824         Handle --lgpl=... arguments.
29825         (func_import): Recognize also gl_LGPL calls with an argument. When
29826         --lgpl=2 is used and the module's license is just LGPL, report an
29827         error. Set sed_transform_lib_file according to the lgpl variable. In
29828         the generated files, use --lgpl or gl_LGPL invocations with argument,
29829         if necessary.
29830         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29831         an LGPv2+ license.
29832         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29833         gl_LGPL macro.
29834
29835 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29836             Bruno Haible  <bruno@clisp.org>
29837
29838         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29839         (u16_uctomb_aux): Likewise.
29840         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29841         !HAVE_INLINE.
29842         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29843
29844 2007-10-28  Bruno Haible  <bruno@clisp.org>
29845
29846         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29847         Invoke AM_GETTEXT_OPTION if it exists.
29848         * modules/vasprintf: Likewise.
29849         * modules/verror: Likewise.
29850         * modules/xprintf: Likewise.
29851         * modules/xvasprintf: Likewise.
29852
29853 2007-10-27  Ben Pfaff  <blp@gnu.org>
29854
29855         * lib/math.in.h: Define isfinite macro and prototypes for
29856         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29857         implementations.
29858         * m4/math_h.m4: New substitutions for isfinite module.
29859         * lib/isfinite.c: New file.
29860         * m4/isfinite.m4: New file.
29861         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29862         * modules/isfinite: New file.
29863         * modules/isfinite-tests: New file.
29864         * tests/tests-isfinite.c: New file.
29865         * doc/functions/isfinite.texi: Mention isfinite module.
29866         * MODULES.html.sh: Mention new module.
29867
29868 2007-10-27  Ben Pfaff  <blp@gnu.org>
29869
29870         Ralf Wildenhues reported that Tru64 4.0D declares the round
29871         functions but does not have definitions.
29872         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29873         cannot be found in any library, set the output variable to
29874         "missing" instead of "".
29875         * m4/round.m4: Also use our substitute if we cannot find round in
29876         any library, even if it is declared.
29877         * m4/roundf.m4: Likewise for roundf.
29878         * m4/roundl.m4: Likewise for roundl.
29879         * lib/math.in.h: Undefine roundf, round, roundl before defining
29880         their replacements, to allow for hypothetical systems where these
29881         may be defined as macros but not available in libraries.
29882
29883 2007-10-27  Bruno Haible  <bruno@clisp.org>
29884
29885         * doc/gnulib.texi: Invoke @firstparagraphindent.
29886         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29887         changes in gnulib.
29888         (Source changes): New section.
29889
29890 2007-10-26  Bruno Haible  <bruno@clisp.org>
29891
29892         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29893         borrowed from autoconf.
29894
29895 2007-10-26  Bruno Haible  <bruno@clisp.org>
29896
29897         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29898         strerror returned the empty string. Needed on HP-UX 11.00.
29899
29900 2007-10-24  Micah Cowan  <micah@cowan.name>
29901
29902         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29903         * build-aux/bootstrap: Remove support for now-unnecessary option,
29904         --cvs-user, and envvars CVS_USER, CVS_RSH.
29905
29906 2007-10-24  Jim Meyering  <meyering@redhat.com>
29907
29908         Avoid diagnostics from sha1sum when there is no cached checksum.
29909         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29910         if the po.s1 file hasn't been created yet.
29911
29912         * build-aux/bootstrap: Sync from coreutils:
29913         2007-10-24  Jim Meyering  <meyering@redhat.com>
29914         Get gnulib from the git repository, not from an obsolete cvs one.
29915         * build-aux/bootstrap: Suggestion from Micah Cowan.
29916         2007-10-04  Jim Meyering  <jim@meyering.net>
29917         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29918         (update_po_files): Work also when there are no .po files in po/.
29919
29920 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29921
29922         * README: Append ".git" to git and cg examples.
29923         Problem reported by Benoit Sigoure.
29924
29925 2007-10-23  Micah Cowan  <micah@cowan.name>
29926
29927         * users.txt: Add wget.
29928
29929 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29930
29931         Fix linking of some unistdio tests on FreeBSD.
29932         * modules/unistdio/u16-vsnprintf-tests
29933         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29934         * modules/unistdio/u16-vsprintf-tests
29935         (test_u16_vsnprintf1_LDADD): Likewise.
29936         * modules/unistdio/u32-vsnprintf-tests
29937         (test_u32_vsnprintf1_LDADD): Likewise.
29938         * modules/unistdio/u32-vsprintf-tests
29939         (test_u32_vsprintf1_LDADD): Likewise.
29940         * modules/unistdio/u8-vsnprintf-tests
29941         (test_u8_vsnprintf1_LDADD): Likewise.
29942         * modules/unistdio/u8-vsprintf-tests
29943         (test_u8_vsprintf1_LDADD): Likewise.
29944         * modules/unistdio/ulc-vsnprintf-tests
29945         (test_ulc_vsnprintf1_LDADD): Likewise.
29946         * modules/unistdio/ulc-vsprintf-tests
29947         (test_ulc_vsprintf1_LDADD): Likewise.
29948
29949         Fix linking of some uniconv tests on FreeBSD.
29950         * modules/uniconv/u16-conv-from-enc-tests
29951         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29952         * modules/uniconv/u16-conv-to-enc-tests
29953         (test_u16_conv_to_enc_LDADD): Likewise.
29954         * modules/uniconv/u16-strconv-from-enc-tests
29955         (test_u16_strconv_from_enc_LDADD): Likewise.
29956         * modules/uniconv/u16-strconv-to-enc-tests
29957         (test_u16_strconv_to_enc_LDADD): Likewise.
29958         * modules/uniconv/u32-conv-from-enc-tests
29959         (test_u32_conv_from_enc_LDADD): Likewise.
29960         * modules/uniconv/u32-conv-to-enc-tests
29961         (test_u32_conv_to_enc_LDADD): Likewise.
29962         * modules/uniconv/u32-strconv-from-enc-tests
29963         (test_u32_strconv_from_enc_LDADD): Likewise.
29964         * modules/uniconv/u32-strconv-to-enc-tests
29965         (test_u32_strconv_to_enc_LDADD): Likewise.
29966         * modules/uniconv/u8-conv-from-enc-tests
29967         (test_u8_conv_from_enc_LDADD): Likewise.
29968         * modules/uniconv/u8-conv-to-enc-tests
29969         (test_u8_conv_to_enc_LDADD): Likewise.
29970         * modules/uniconv/u8-strconv-from-enc-tests
29971         (test_u8_strconv_from_enc_LDADD): Likewise.
29972         * modules/uniconv/u8-strconv-to-enc-tests
29973         (test_u8_strconv_to_enc_LDADD): Likewise.
29974
29975 2007-10-22  Bruno Haible  <bruno@clisp.org>
29976
29977         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29978         size.
29979
29980 2007-10-22  Eric Blake  <ebb9@byu.net>
29981
29982         Tweak x*printf documentation.
29983         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29984         variable name and comments.
29985         Suggested by Bruno Haible.
29986
29987 2007-10-22  Bruno Haible  <bruno@clisp.org>
29988
29989         * lib/acl.c (copy_acl): Fix file name in comment.
29990
29991 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29992
29993         Fix Tru64 problem with stdbool.h.
29994         * lib/stdbool.in.h (false, true):
29995         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29996         Don't declare as an enum in this situation; it runs afoul of Tru64.
29997         Problem reported by Steven M. Schweda in
29998         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29999
30000 2007-10-22  Eric Blake  <ebb9@byu.net>
30001
30002         Also wrap vf?printf.
30003         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
30004         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
30005         (xvprintf, xvfprintf): New functions.
30006
30007 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30008
30009         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30010         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30011
30012         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30013         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30014
30015 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30016
30017         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30018         by Bruno Haible.
30019
30020 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30021
30022         * lib/getloadavg.c
30023         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30024         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30025
30026         * tests/test-i-ring.c: Work for C89.
30027
30028 2007-10-22  Bruno Haible  <bruno@clisp.org>
30029
30030         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30031         -1u, in preprocessor expression, so that we don't test for the bug
30032         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30033         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30034
30035 2007-10-22  Eric Blake  <ebb9@byu.net>
30036
30037         * tests/test-yesno.sh: Silence stderr during test.
30038
30039 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30040
30041         * modules/crypto/gc-camellia: New file.
30042
30043         * m4/gc-camellia.m4: New file.
30044
30045         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30046
30047         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30048
30049 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30050
30051         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30052         --help to stdout.  Reported by sms@antinode.org (Steven
30053         M. Schweda).
30054
30055 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30056
30057         * users.txt: Fix link to libksba.
30058
30059 2007-10-21  Ben Pfaff  <blp@gnu.org>
30060
30061         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30062         round.c roundf implementation that depends on floorf and ceilf to
30063         be tested unconditionally.
30064
30065 2007-10-21  Ben Pfaff  <blp@gnu.org>
30066
30067         * m4/check-libm-func.m4: Removed.
30068         * m4/check-math-lib.m4: New file.
30069         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30070         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30071         definition and lack of AC_LIBOBJ([roundf]).
30072         * m4/roundl.m4: Ditto, and similarly for roundl.
30073         * modules/round: Reference new m4 file.
30074         * modules/roundf: Ditto.
30075         * modules/roundl: Ditto.
30076         * tests/test-round2.c (main): Use ROUND instead of round.
30077         Bug report from Bruno Haible.
30078
30079 2007-10-21  Bruno Haible  <bruno@clisp.org>
30080
30081         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30082         context.
30083
30084 2007-10-21  Bruno Haible  <bruno@clisp.org>
30085
30086         * tests/test-wcwidth.c (main): Allow negative result for some control
30087         characters.
30088
30089         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30090         Needed on OSF/1 5.1.
30091
30092 2007-10-21  Bruno Haible  <bruno@clisp.org>
30093
30094         * tests/test-floorf1.c: Include isnanf.h.
30095         (main): Use isnanf() instead of isnan().
30096         * tests/test-ceilf1.c: Include isnanf.h.
30097         (main): Use isnanf() instead of isnan().
30098         * tests/test-truncf1.c: Include isnanf.h.
30099         (main): Use isnanf() instead of isnan().
30100         * tests/test-roundf1.c: Include isnanf.h.
30101         (main): Use isnanf() instead of isnan().
30102
30103 2007-10-21  Eric Blake  <ebb9@byu.net>
30104
30105         * users.txt: Update URL for m4.
30106
30107 2007-10-21  Bruno Haible  <bruno@clisp.org>
30108
30109         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30110
30111 2007-10-21  Bruno Haible  <bruno@clisp.org>
30112
30113         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30114         Git's management files if the CVS files are not present.
30115
30116 2007-10-20  Bruno Haible  <bruno@clisp.org>
30117
30118         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30119         gcc-3.4.x.
30120
30121 2007-10-20  Ben Pfaff  <blp@gnu.org>
30122
30123         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30124         implementations.
30125         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30126         * lib/round.c: New file.
30127         * lib/roundf.c: New file.
30128         * lib/roundl.c: New file.
30129         * m4/round.m4: New file.
30130         * m4/roundf.m4: New file.
30131         * m4/roundl.m4: New file.
30132         * m4/check-libm-func-m4: New file.
30133         * modules/math: Replace round, roundf, roundl related @VARS@ in
30134         math.in.h.
30135         * modules/round: New file.
30136         * modules/round-tests: New file.
30137         * modules/roundf: New file.
30138         * modules/roundf-tests: New file.
30139         * modules/roundl: New file.
30140         * modules/roundl-tests: New file.
30141         * tests/test-round1.c: New file.
30142         * tests/test-round2.c: New file.
30143         * tests/test-roundf1.c: New file.
30144         * tests/test-roundf2.c: New file.
30145         * tests/test-roundl.c: New file.
30146         * doc/functions/round.texi: Mention round module.
30147         * doc/functions/roundf.texi: Mention roundf module.
30148         * doc/functions/roundl.texi: Mention roundl module.
30149         * MODULES.html.sh: Mention new modules.
30150         Thanks to Bruno Haible for suggestions.
30151
30152 2007-10-20  Jim Meyering  <meyering@redhat.com>
30153
30154         * lib/xprintf.c: Include <config.h> unconditionally.
30155
30156         Change xprintf's license to GPL.
30157         * modules/xprintf (License): s/LGPL/GPL/, since this module
30158         depends on modules (exit and exitfail) which are GPL.
30159         Suggestion from Bruno Haible.
30160
30161         xprintf fixes.
30162         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30163         Use a clearer diagnostic.
30164         Patch from Bruno Haible.
30165
30166 2007-10-20  Bruno Haible  <bruno@clisp.org>
30167
30168         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30169         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30170         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30171
30172 2007-10-20  Bruno Haible  <bruno@clisp.org>
30173
30174         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30175         precision in the comparison result > x - 1 or similar.
30176         * tests/test-ceilf2.c (correct_result_p): Likewise.
30177         * tests/test-truncf2.c (correct_result_p): Likewise.
30178         * tests/test-trunc2.c (correct_result_p): Likewise.
30179         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30180
30181 2007-10-20  Bruno Haible  <bruno@clisp.org>
30182
30183         * modules/ceil: New file.
30184         * m4/ceil.m4: New file.
30185         * doc/functions/ceil.texi: Mention the 'ceil' module.
30186
30187 2007-10-20  Bruno Haible  <bruno@clisp.org>
30188
30189         * modules/floor: New file.
30190         * m4/floor.m4: New file.
30191         * doc/functions/floor.texi: Mention the 'floor' module.
30192
30193 2007-10-20  Bruno Haible  <bruno@clisp.org>
30194
30195         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30196         of %a.
30197         * modules/floorf-tests (Depends-on): Likewise.
30198         * modules/truncf-tests (Depends-on): Likewise.
30199         * modules/trunc-tests (Depends-on): Likewise.
30200         Reported by Ben Pfaff.
30201
30202 2007-10-19  Jim Meyering  <meyering@redhat.com>
30203
30204         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30205         Don't bother testing specific errno values.  Just test ferror.
30206
30207         New module: xprintf
30208         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30209
30210 2007-10-19  Bruno Haible  <bruno@clisp.org>
30211
30212         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30213         syntax.
30214         * modules/javaexec (Makefile.am): Likewise.
30215         * modules/relocatable-prog (Makefile.am): Likewise.
30216         Suggested by Jim Meyering.
30217
30218 2007-10-18  Bruno Haible  <bruno@clisp.org>
30219
30220         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30221         Reported by Jim Meyering.
30222
30223 2007-10-18  Eric Blake  <ebb9@byu.net>
30224
30225         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30226
30227 2007-10-18  Bruno Haible  <bruno@clisp.org>
30228
30229         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30230         the format string into writable memory. Needed in Fortify conditions.
30231
30232 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30233             Bruno Haible  <bruno@clisp.org>
30234
30235         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30236         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30237         * modules/trim (Depends-on): Add mbchar.
30238         (configure.ac): Add gl_FUNC_MBRTOWC.
30239         (Makefile.am): Augment lib_SOURCES.
30240
30241 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30242
30243         Modify glob.c to use fstatat and dirfd, to simplify it.
30244         Suggested by Eric Blake.
30245         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30246         Don't include <stdbool.h>; not used.
30247         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30248         (link_exists_p): Simplify implementation, since we can now assume
30249         dirfd and fstatat.
30250         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30251
30252 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30253
30254         * gnulib-tool (func_get_dependencies): Fix sed script to
30255         match only tests.
30256
30257 2007-10-17  Bruno Haible  <bruno@clisp.org>
30258
30259         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30260         allow locale names without encoding suffix.
30261         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30262         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30263
30264 2007-10-16  Bruno Haible  <bruno@clisp.org>
30265
30266         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30267         * lib/getgroups.c (getgroups): Likewise.
30268         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30269
30270 2007-10-16  Bruno Haible  <bruno@clisp.org>
30271
30272         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30273         * modules/malloc-posix (License): Likewise.
30274         * modules/realloc-posix (License): Likewise.
30275         * modules/calloc-posix (License): Likewise.
30276         * modules/intprops (License): Change from GPL to LGPL, with
30277         Paul Eggert's approval.
30278
30279 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30280
30281         Merge glibc changes into lib/glob.c.
30282
30283         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30284         2007-10-15 04:59:03 UTC.  Here are the changes:
30285
30286         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30287
30288         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30289
30290         * lib/glob.c: Add some branch prediction throughout.
30291
30292         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30293
30294         [BZ #5103]
30295         * lib/glob.c (glob): Recognize patterns starting \/.
30296
30297         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30298
30299         [BZ #3996]
30300         * lib/glob.c (attribute_hidden): Define if not defined.
30301         (glob): Unescape dirname, filename or username when needed and not
30302         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30303         is NULL.  Handle unescaped [ in pattern without closing ].
30304         Don't pass GLOB_CHECK down to recursive glob for directories.
30305         (__glob_pattern_type): New function.
30306         (__glob_pattern_p): Implement using __glob_pattern_type.
30307         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30308         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30309         Remove unreachable code.
30310
30311         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30312
30313         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30314         explain why there are no leaks.
30315
30316         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30317
30318         [BZ #3253]
30319         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30320         time, rather allocate increasingly bigger arrays of pointers, if
30321         possible with alloca, if too large with malloc.
30322
30323 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30324
30325         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30326         Problem reported by H.Merijn Brand in
30327         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30328         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30329         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30330
30331 2007-10-15  Bruno Haible  <bruno@clisp.org>
30332
30333         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30334         with explicit rpl_ prefix.
30335         * lib/fopen.c (fopen): Likewise.
30336         * lib/freopen.c (freopen): Likewise.
30337         * lib/iconv.c (iconv): Likewise.
30338         * lib/iconv_close.c (iconv_close): Likewise.
30339
30340 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30341
30342         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30343
30344 2007-10-15  Bruno Haible  <bruno@clisp.org>
30345
30346         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30347         <stddef.h> instead of <stdlib.h> since we only need NULL.
30348         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30349
30350 2007-10-15  Bruno Haible  <bruno@clisp.org>
30351
30352         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30353         Replace paragraph talking about LIBOBJS.
30354         Reported by Colin Watson <cjwatson@debian.org>.
30355
30356 2007-10-15  Bruno Haible  <bruno@clisp.org>
30357
30358         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30359         <stdlib.h> before using NULL.
30360
30361 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30362
30363         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30364         Reported by Albert Chin <china@thewrittenword.com>.
30365
30366 2007-10-14  Bruno Haible  <bruno@clisp.org>
30367
30368         * modules/iconv_open-utf-tests: New file.
30369         * tests/test-iconv-utf.c: New file.
30370
30371         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30372         * modules/iconv_open-utf: New file.
30373         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30374         (iconv, iconv_close): New declarations.
30375         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30376         be defined.
30377         (iconv_open): Add special handling of conversion between UTF-8 and
30378         UTF-{16,32}{BE,LE}.
30379         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30380         * lib/iconv_close.c: New file.
30381         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30382         gl_FUNC_ICONV_OPEN.
30383         (gl_FUNC_ICONV_OPEN): Use it.
30384         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30385         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30386         and REPLACE_ICONV_UTF.
30387         * modules/iconv_open (Depends-on): Add c-strcase.
30388         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30389         ICONV_CONST.
30390         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30391
30392 2007-10-13  Albert Chin  <china@thewrittenword.com>
30393             Bruno Haible  <bruno@clisp.org>
30394
30395         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30396         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30397
30398 2007-10-13  Bruno Haible  <bruno@clisp.org>
30399
30400         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30401         defined, use the ISO C99 inline semantics.
30402         * lib/argp.h (ARGP_EI): Likewise.
30403
30404 2007-10-13  Bruno Haible  <bruno@clisp.org>
30405
30406         Handle 'inline' change in gcc 4.3.0.
30407         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30408         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30409         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30410         argp_fmtstream_point): Disable 'extern' declaration if the function
30411         definition is going to be provided inline.
30412         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30413         semantics, not the ISO C99 inline semantics.
30414         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30415         'extern' declaration if the function definition is going to be provided
30416         inline.
30417         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30418         the GNU C inline semantics, not the ISO C99 inline semantics. With
30419         GCC 4.2, avoid a warning.
30420
30421 2007-10-13  Bruno Haible  <bruno@clisp.org>
30422
30423         * lib/freading.h (freading): Enable the use of __freading for
30424         glibc >= 2.7.
30425         * lib/freading.c (freading): Likewise.
30426
30427 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30428
30429         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30430         "warning: C99 inline functions are not supported; using GNU89".
30431
30432 2007-10-12  Bruno Haible  <bruno@clisp.org>
30433
30434         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30435         of 2.
30436         * tests/test-ceilf2.c: New file.
30437         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30438
30439         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30440         * modules/ceilf-tests: Update.
30441
30442 2007-10-12  Bruno Haible  <bruno@clisp.org>
30443
30444         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30445         of 2.
30446         * tests/test-floorf2.c: New file.
30447         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30448
30449         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30450         * modules/floorf-tests: Update.
30451
30452 2007-10-12  Bruno Haible  <bruno@clisp.org>
30453
30454         * tests/test-trunc2.c: New file.
30455         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30456
30457         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30458         * modules/trunc-tests: Update.
30459
30460 2007-10-12  Bruno Haible  <bruno@clisp.org>
30461
30462         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30463         of 2.
30464         * tests/test-truncf2.c: New file.
30465         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30466
30467         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30468         * modules/truncf-tests: Update.
30469
30470 2007-10-11  Eric Blake  <ebb9@byu.net>
30471
30472         Don't claim strerror is broken on Interix.
30473         * doc/functions/strerror.texi (strerror): Known broken systems are
30474         now Solaris 8, and not Interix.
30475         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30476         Interix on cross-compile.
30477         Reported by Martin Koeppe in
30478         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30479
30480 2007-10-11  Bruno Haible  <bruno@clisp.org>
30481
30482         * modules/i-ring-tests: New file.
30483         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30484         instead of assert.
30485
30486 2007-10-11  Bruno Haible  <bruno@clisp.org>
30487
30488         * modules/filenamecat-tests: New file.
30489         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30490         * lib/filenamecat.c: Remove test code.
30491
30492 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30493
30494         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30495
30496         * lib/strerror.c: Include <string.h> always, to test interface,
30497         and to remove the need for the dummy.
30498         Include intprops.h to compute width instead of doing it ourselves
30499         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30500         (strerror): Define it to return NULL if there's no system strerror.
30501         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30502         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30503         ancient pre-strerror Unix systems well any more.  Saying "unknown
30504         system error" is enough.
30505         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30506         simpler strerror.c implementation.
30507         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30508         Simplify the tests to reflect the simpler strerror implementation.
30509         * modules/strerror (Depends-on): Add intprops.
30510
30511 2007-10-09  Eric Blake  <ebb9@byu.net>
30512
30513         Silence test-fpending.
30514         * modules/fpending-tests (Files): Add wrapper script.
30515         * tests/test-fpending.sh: New file.
30516
30517 2007-10-09  Bruno Haible  <bruno@clisp.org>
30518
30519         * MODULES.html.sh (func_module): Don't create a hyperlink for
30520         function names like 'printf_frexp'.
30521         (Misc): Add crc, memxor.
30522         (Characteristics of floating types): New section.
30523         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30524         isnanf-nolibm, signbit, trunc, truncf, truncl.
30525         (Enhancements for ISO C 99 functions): New subsection Input/output.
30526         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30527         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30528         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30529         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30530         (Enhancements for POSIX:2001 functions): Add chdir-long.
30531         (File system functions): Add areadlink, chdir-safer, read-file.
30532         Remove cycle-check.
30533         (File system as inode set): New section.
30534         (Date and time): Add gethrxtime.
30535         (Multithreading): Add openmp.
30536         (Internationalization functions): Add localename.
30537         (Unicode string functions): Add unistr/u*-mbsnlen.
30538         (Support for maintaining and releasing projects): Add git-version-gen.
30539         (Lone files): Remove directories.
30540
30541 2007-10-08  Ben Pfaff  <blp@gnu.org>
30542
30543         * lib/xmalloca.h: Fix typo in comment.
30544
30545 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30546
30547         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30548         when avoiding problems with integer overflow.  Use a portable test
30549         instead.
30550
30551 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30552
30553         * modules/dummy (License): Change to LGPLv2+.
30554         * modules/float (License): Likewise
30555         * modules/realloc (License): Likewise
30556         * modules/stdlib (License): Likewise
30557
30558 2007-10-07  Bruno Haible  <bruno@clisp.org>
30559
30560         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30561         * floor.c (TWO_MANT_DIG): Likewise.
30562         * ceil.c (TWO_MANT_DIG): Likewise.
30563         Reported by Ben Pfaff.
30564
30565 2007-10-07  Bruno Haible  <bruno@clisp.org>
30566
30567         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30568         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30569         * lib/frexp.c (FUNC): Likewise.
30570         * lib/printf-frexp.h (printf_frexp): Likewise.
30571         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30572         * lib/printf-frexp.c (FUNC): Likewise.
30573         Suggested by Jim Meyering.
30574
30575 2007-10-07  Jim Meyering  <meyering@redhat.com>
30576
30577         Make xnanosleep's integer overflow test more robust.
30578         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30579         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30580
30581 2007-10-07  Bruno Haible  <bruno@clisp.org>
30582
30583         * NEWS: Mention the license change.
30584
30585         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30586         abbreviations in the modules files.
30587
30588         Change copyright notice from GPLv2+ to GPLv3+.
30589         * README: Change copyright notice.
30590         * MODULES.html.sh: Likewise.
30591         * build-aux/bootstrap.conf: Likewise.
30592         * build-aux/config.libpath: Likewise.
30593         * build-aux/csharpcomp.sh.in: Likewise.
30594         * build-aux/csharpexec.sh.in: Likewise.
30595         * build-aux/install-reloc: Likewise.
30596         * build-aux/javacomp.sh.in: Likewise.
30597         * build-aux/javaexec.sh.in: Likewise.
30598         * build-aux/ldd.sh.in: Likewise.
30599         * build-aux/reloc-ldflags: Likewise.
30600         * build-aux/relocatable.sh.in: Likewise.
30601         * build-aux/x-to-1.in: Likewise.
30602         * check-module: Likewise.
30603         * config/srclistvars.sh: Likewise.
30604         * gnulib-tool: Likewise.
30605         * lib/acl-internal.h: Likewise.
30606         * lib/acl.c: Likewise.
30607         * lib/acl.h: Likewise.
30608         * lib/acl_entries.c: Likewise.
30609         * lib/areadlink-with-size.c: Likewise.
30610         * lib/areadlink.c: Likewise.
30611         * lib/areadlink.h: Likewise.
30612         * lib/argmatch.c: Likewise.
30613         * lib/argmatch.h: Likewise.
30614         * lib/argp-ba.c: Likewise.
30615         * lib/argp-eexst.c: Likewise.
30616         * lib/argp-fmtstream.c: Likewise.
30617         * lib/argp-fmtstream.h: Likewise.
30618         * lib/argp-fs-xinl.c: Likewise.
30619         * lib/argp-help.c: Likewise.
30620         * lib/argp-namefrob.h: Likewise.
30621         * lib/argp-parse.c: Likewise.
30622         * lib/argp-pin.c: Likewise.
30623         * lib/argp-pv.c: Likewise.
30624         * lib/argp-pvh.c: Likewise.
30625         * lib/argp-xinl.c: Likewise.
30626         * lib/argp.h: Likewise.
30627         * lib/at-func.c: Likewise.
30628         * lib/atanl.c: Likewise.
30629         * lib/backupfile.c: Likewise.
30630         * lib/backupfile.h: Likewise.
30631         * lib/basename.c: Likewise.
30632         * lib/binary-io.h: Likewise.
30633         * lib/byteswap.in.h: Likewise.
30634         * lib/c-stack.c: Likewise.
30635         * lib/c-stack.h: Likewise.
30636         * lib/c-strcasestr.c: Likewise.
30637         * lib/c-strcasestr.h: Likewise.
30638         * lib/c-strstr.c: Likewise.
30639         * lib/c-strstr.h: Likewise.
30640         * lib/c-strtod.c: Likewise.
30641         * lib/calloc.c: Likewise.
30642         * lib/canon-host.c: Likewise.
30643         * lib/canon-host.h: Likewise.
30644         * lib/canonicalize-lgpl.c: Likewise.
30645         * lib/canonicalize.c: Likewise.
30646         * lib/canonicalize.h: Likewise.
30647         * lib/ceil.c: Likewise.
30648         * lib/ceilf.c: Likewise.
30649         * lib/ceill.c: Likewise.
30650         * lib/chdir-long.c: Likewise.
30651         * lib/chdir-long.h: Likewise.
30652         * lib/chdir-safer.c: Likewise.
30653         * lib/chdir-safer.h: Likewise.
30654         * lib/chown.c: Likewise.
30655         * lib/classpath.c: Likewise.
30656         * lib/classpath.h: Likewise.
30657         * lib/clean-temp.c: Likewise.
30658         * lib/clean-temp.h: Likewise.
30659         * lib/cloexec.c: Likewise.
30660         * lib/close-stream.c: Likewise.
30661         * lib/closein.c: Likewise.
30662         * lib/closein.h: Likewise.
30663         * lib/closeout.c: Likewise.
30664         * lib/closeout.h: Likewise.
30665         * lib/concat-filename.c: Likewise.
30666         * lib/copy-file.c: Likewise.
30667         * lib/copy-file.h: Likewise.
30668         * lib/count-one-bits.h: Likewise.
30669         * lib/crc.c: Likewise.
30670         * lib/crc.h: Likewise.
30671         * lib/creat-safer.c: Likewise.
30672         * lib/csharpcomp.c: Likewise.
30673         * lib/csharpcomp.h: Likewise.
30674         * lib/csharpexec.c: Likewise.
30675         * lib/csharpexec.h: Likewise.
30676         * lib/cycle-check.c: Likewise.
30677         * lib/cycle-check.h: Likewise.
30678         * lib/diacrit.c: Likewise.
30679         * lib/diacrit.h: Likewise.
30680         * lib/diffseq.h: Likewise.
30681         * lib/dirchownmod.c: Likewise.
30682         * lib/dirent.in.h: Likewise.
30683         * lib/dirfd.c: Likewise.
30684         * lib/dirfd.h: Likewise.
30685         * lib/dirname.c: Likewise.
30686         * lib/dirname.h: Likewise.
30687         * lib/dummy.c: Likewise.
30688         * lib/dup-safer.c: Likewise.
30689         * lib/dup2.c: Likewise.
30690         * lib/eealloc.h: Likewise.
30691         * lib/error.c: Likewise.
30692         * lib/error.h: Likewise.
30693         * lib/euidaccess.c: Likewise.
30694         * lib/exclude.c: Likewise.
30695         * lib/exclude.h: Likewise.
30696         * lib/execute.c: Likewise.
30697         * lib/execute.h: Likewise.
30698         * lib/exitfail.c: Likewise.
30699         * lib/exitfail.h: Likewise.
30700         * lib/expl.c: Likewise.
30701         * lib/fatal-signal.c: Likewise.
30702         * lib/fatal-signal.h: Likewise.
30703         * lib/fbufmode.c: Likewise.
30704         * lib/fbufmode.h: Likewise.
30705         * lib/fchdir.c: Likewise.
30706         * lib/fchmodat.c: Likewise.
30707         * lib/fchownat.c: Likewise.
30708         * lib/fcntl--.h: Likewise.
30709         * lib/fcntl-safer.h: Likewise.
30710         * lib/fcntl.in.h: Likewise.
30711         * lib/fd-safer.c: Likewise.
30712         * lib/fflush.c: Likewise.
30713         * lib/file-has-acl.c: Likewise.
30714         * lib/file-set.c: Likewise.
30715         * lib/file-type.c: Likewise.
30716         * lib/file-type.h: Likewise.
30717         * lib/fileblocks.c: Likewise.
30718         * lib/filemode.c: Likewise.
30719         * lib/filemode.h: Likewise.
30720         * lib/filename.h: Likewise.
30721         * lib/filenamecat.c: Likewise.
30722         * lib/filenamecat.h: Likewise.
30723         * lib/findprog.c: Likewise.
30724         * lib/findprog.h: Likewise.
30725         * lib/float.in.h: Likewise.
30726         * lib/floor.c: Likewise.
30727         * lib/floorf.c: Likewise.
30728         * lib/floorl.c: Likewise.
30729         * lib/fopen-safer.c: Likewise.
30730         * lib/fopen.c: Likewise.
30731         * lib/fpending.c: Likewise.
30732         * lib/fpending.h: Likewise.
30733         * lib/fprintf.c: Likewise.
30734         * lib/fprintftime.h: Likewise.
30735         * lib/fpucw.h: Likewise.
30736         * lib/fpurge.c: Likewise.
30737         * lib/fpurge.h: Likewise.
30738         * lib/freadable.c: Likewise.
30739         * lib/freadable.h: Likewise.
30740         * lib/freadahead.c: Likewise.
30741         * lib/freadahead.h: Likewise.
30742         * lib/freading.c: Likewise.
30743         * lib/freading.h: Likewise.
30744         * lib/free.c: Likewise.
30745         * lib/freopen.c: Likewise.
30746         * lib/frexp.c: Likewise.
30747         * lib/frexpl.c: Likewise.
30748         * lib/fseek.c: Likewise.
30749         * lib/fseterr.c: Likewise.
30750         * lib/fseterr.h: Likewise.
30751         * lib/fstatat.c: Likewise.
30752         * lib/fstrcmp.c: Likewise.
30753         * lib/fstrcmp.h: Likewise.
30754         * lib/fsusage.c: Likewise.
30755         * lib/fsusage.h: Likewise.
30756         * lib/ftell.c: Likewise.
30757         * lib/ftello.c: Likewise.
30758         * lib/fts-cycle.c: Likewise.
30759         * lib/fts.c: Likewise.
30760         * lib/fts_.h: Likewise.
30761         * lib/full-read.c: Likewise.
30762         * lib/full-read.h: Likewise.
30763         * lib/full-write.c: Likewise.
30764         * lib/full-write.h: Likewise.
30765         * lib/fwritable.c: Likewise.
30766         * lib/fwritable.h: Likewise.
30767         * lib/fwriteerror.c: Likewise.
30768         * lib/fwriteerror.h: Likewise.
30769         * lib/fwriting.c: Likewise.
30770         * lib/fwriting.h: Likewise.
30771         * lib/gcd.c: Likewise.
30772         * lib/gcd.h: Likewise.
30773         * lib/getcwd.c: Likewise.
30774         * lib/getdate.h: Likewise.
30775         * lib/getdate.y: Likewise.
30776         * lib/getdomainname.c: Likewise.
30777         * lib/getdomainname.h: Likewise.
30778         * lib/getgroups.c: Likewise.
30779         * lib/gethostname.c: Likewise.
30780         * lib/gethrxtime.c: Likewise.
30781         * lib/gethrxtime.h: Likewise.
30782         * lib/getloadavg.c: Likewise.
30783         * lib/getndelim2.c: Likewise.
30784         * lib/getndelim2.h: Likewise.
30785         * lib/getnline.c: Likewise.
30786         * lib/getnline.h: Likewise.
30787         * lib/getopt.c: Likewise.
30788         * lib/getopt.in.h: Likewise.
30789         * lib/getopt1.c: Likewise.
30790         * lib/getopt_int.h: Likewise.
30791         * lib/getpagesize.h: Likewise.
30792         * lib/getsubopt.c: Likewise.
30793         * lib/gettime.c: Likewise.
30794         * lib/getugroups.c: Likewise.
30795         * lib/getugroups.h: Likewise.
30796         * lib/getusershell.c: Likewise.
30797         * lib/gl_anyavltree_list1.h: Likewise.
30798         * lib/gl_anyavltree_list2.h: Likewise.
30799         * lib/gl_anyhash_list1.h: Likewise.
30800         * lib/gl_anyhash_list2.h: Likewise.
30801         * lib/gl_anylinked_list1.h: Likewise.
30802         * lib/gl_anylinked_list2.h: Likewise.
30803         * lib/gl_anyrbtree_list1.h: Likewise.
30804         * lib/gl_anyrbtree_list2.h: Likewise.
30805         * lib/gl_anytree_list1.h: Likewise.
30806         * lib/gl_anytree_list2.h: Likewise.
30807         * lib/gl_anytree_oset.h: Likewise.
30808         * lib/gl_anytreehash_list1.h: Likewise.
30809         * lib/gl_anytreehash_list2.h: Likewise.
30810         * lib/gl_array_list.c: Likewise.
30811         * lib/gl_array_list.h: Likewise.
30812         * lib/gl_array_oset.c: Likewise.
30813         * lib/gl_array_oset.h: Likewise.
30814         * lib/gl_avltree_list.c: Likewise.
30815         * lib/gl_avltree_list.h: Likewise.
30816         * lib/gl_avltree_oset.c: Likewise.
30817         * lib/gl_avltree_oset.h: Likewise.
30818         * lib/gl_avltreehash_list.c: Likewise.
30819         * lib/gl_avltreehash_list.h: Likewise.
30820         * lib/gl_carray_list.c: Likewise.
30821         * lib/gl_carray_list.h: Likewise.
30822         * lib/gl_linked_list.c: Likewise.
30823         * lib/gl_linked_list.h: Likewise.
30824         * lib/gl_linkedhash_list.c: Likewise.
30825         * lib/gl_linkedhash_list.h: Likewise.
30826         * lib/gl_list.c: Likewise.
30827         * lib/gl_list.h: Likewise.
30828         * lib/gl_oset.c: Likewise.
30829         * lib/gl_oset.h: Likewise.
30830         * lib/gl_rbtree_list.c: Likewise.
30831         * lib/gl_rbtree_list.h: Likewise.
30832         * lib/gl_rbtree_oset.c: Likewise.
30833         * lib/gl_rbtree_oset.h: Likewise.
30834         * lib/gl_rbtreehash_list.c: Likewise.
30835         * lib/gl_rbtreehash_list.h: Likewise.
30836         * lib/gl_sublist.c: Likewise.
30837         * lib/gl_sublist.h: Likewise.
30838         * lib/group-member.c: Likewise.
30839         * lib/group-member.h: Likewise.
30840         * lib/hard-locale.c: Likewise.
30841         * lib/hard-locale.h: Likewise.
30842         * lib/hash-pjw.c: Likewise.
30843         * lib/hash-pjw.h: Likewise.
30844         * lib/hash-triple.c: Likewise.
30845         * lib/hash.c: Likewise.
30846         * lib/hash.h: Likewise.
30847         * lib/human.c: Likewise.
30848         * lib/human.h: Likewise.
30849         * lib/i-ring.c: Likewise.
30850         * lib/i-ring.h: Likewise.
30851         * lib/idcache.c: Likewise.
30852         * lib/imaxabs.c: Likewise.
30853         * lib/imaxdiv.c: Likewise.
30854         * lib/inet_pton.c: Likewise.
30855         * lib/inet_pton.h: Likewise.
30856         * lib/intprops.h: Likewise.
30857         * lib/inttostr.c: Likewise.
30858         * lib/inttostr.h: Likewise.
30859         * lib/inttypes.in.h: Likewise.
30860         * lib/isapipe.c: Likewise.
30861         * lib/isdir.c: Likewise.
30862         * lib/isnan.c: Likewise.
30863         * lib/isnan.h: Likewise.
30864         * lib/isnanf.c: Likewise.
30865         * lib/isnanf.h: Likewise.
30866         * lib/isnanl-nolibm.h: Likewise.
30867         * lib/isnanl.c: Likewise.
30868         * lib/isnanl.h: Likewise.
30869         * lib/javacomp.c: Likewise.
30870         * lib/javacomp.h: Likewise.
30871         * lib/javaexec.c: Likewise.
30872         * lib/javaexec.h: Likewise.
30873         * lib/javaversion.c: Likewise.
30874         * lib/javaversion.h: Likewise.
30875         * lib/javaversion.java: Likewise.
30876         * lib/lbrkprop.h: Likewise.
30877         * lib/lchmod.h: Likewise.
30878         * lib/lchown.c: Likewise.
30879         * lib/ldexpl.c: Likewise.
30880         * lib/linebreak.c: Likewise.
30881         * lib/linebreak.h: Likewise.
30882         * lib/linebuffer.c: Likewise.
30883         * lib/linebuffer.h: Likewise.
30884         * lib/locale.in.h: Likewise.
30885         * lib/logl.c: Likewise.
30886         * lib/long-options.c: Likewise.
30887         * lib/long-options.h: Likewise.
30888         * lib/lstat.c: Likewise.
30889         * lib/lstat.h: Likewise.
30890         * lib/math.in.h: Likewise.
30891         * lib/mbchar.c: Likewise.
30892         * lib/mbchar.h: Likewise.
30893         * lib/mbfile.h: Likewise.
30894         * lib/mbiter.h: Likewise.
30895         * lib/mbscasecmp.c: Likewise.
30896         * lib/mbscasestr.c: Likewise.
30897         * lib/mbschr.c: Likewise.
30898         * lib/mbscspn.c: Likewise.
30899         * lib/mbslen.c: Likewise.
30900         * lib/mbsncasecmp.c: Likewise.
30901         * lib/mbsnlen.c: Likewise.
30902         * lib/mbspbrk.c: Likewise.
30903         * lib/mbspcasecmp.c: Likewise.
30904         * lib/mbsrchr.c: Likewise.
30905         * lib/mbssep.c: Likewise.
30906         * lib/mbsspn.c: Likewise.
30907         * lib/mbsstr.c: Likewise.
30908         * lib/mbstok_r.c: Likewise.
30909         * lib/mbswidth.c: Likewise.
30910         * lib/mbswidth.h: Likewise.
30911         * lib/mbuiter.h: Likewise.
30912         * lib/memcasecmp.c: Likewise.
30913         * lib/memcasecmp.h: Likewise.
30914         * lib/memchr.c: Likewise.
30915         * lib/memcmp.c: Likewise.
30916         * lib/memcoll.c: Likewise.
30917         * lib/memcoll.h: Likewise.
30918         * lib/memcpy.c: Likewise.
30919         * lib/memrchr.c: Likewise.
30920         * lib/mkancesdirs.c: Likewise.
30921         * lib/mkdir-p.c: Likewise.
30922         * lib/mkdir-p.h: Likewise.
30923         * lib/mkdir.c: Likewise.
30924         * lib/mkdirat.c: Likewise.
30925         * lib/mkdtemp.c: Likewise.
30926         * lib/mkstemp-safer.c: Likewise.
30927         * lib/mkstemp.c: Likewise.
30928         * lib/modechange.c: Likewise.
30929         * lib/modechange.h: Likewise.
30930         * lib/mountlist.c: Likewise.
30931         * lib/mountlist.h: Likewise.
30932         * lib/mpsort.c: Likewise.
30933         * lib/nanosleep.c: Likewise.
30934         * lib/obstack.c: Likewise.
30935         * lib/obstack.h: Likewise.
30936         * lib/open-safer.c: Likewise.
30937         * lib/open.c: Likewise.
30938         * lib/openat-die.c: Likewise.
30939         * lib/openat-priv.h: Likewise.
30940         * lib/openat-proc.c: Likewise.
30941         * lib/openat.c: Likewise.
30942         * lib/openat.h: Likewise.
30943         * lib/pagealign_alloc.c: Likewise.
30944         * lib/pagealign_alloc.h: Likewise.
30945         * lib/physmem.c: Likewise.
30946         * lib/physmem.h: Likewise.
30947         * lib/pipe-safer.c: Likewise.
30948         * lib/pipe.c: Likewise.
30949         * lib/pipe.h: Likewise.
30950         * lib/posixtm.c: Likewise.
30951         * lib/posixtm.h: Likewise.
30952         * lib/posixver.c: Likewise.
30953         * lib/printf-frexp.c: Likewise.
30954         * lib/printf-frexp.h: Likewise.
30955         * lib/printf-frexpl.c: Likewise.
30956         * lib/printf-frexpl.h: Likewise.
30957         * lib/printf.c: Likewise.
30958         * lib/progname.c: Likewise.
30959         * lib/progname.h: Likewise.
30960         * lib/progreloc.c: Likewise.
30961         * lib/putenv.c: Likewise.
30962         * lib/quote.c: Likewise.
30963         * lib/quote.h: Likewise.
30964         * lib/quotearg.c: Likewise.
30965         * lib/quotearg.h: Likewise.
30966         * lib/raise.c: Likewise.
30967         * lib/readline.c: Likewise.
30968         * lib/readline.h: Likewise.
30969         * lib/readlink.c: Likewise.
30970         * lib/readtokens.c: Likewise.
30971         * lib/readtokens.h: Likewise.
30972         * lib/readtokens0.c: Likewise.
30973         * lib/readtokens0.h: Likewise.
30974         * lib/readutmp.c: Likewise.
30975         * lib/readutmp.h: Likewise.
30976         * lib/realloc.c: Likewise.
30977         * lib/relocwrapper.c: Likewise.
30978         * lib/rename-dest-slash.c: Likewise.
30979         * lib/rename.c: Likewise.
30980         * lib/rmdir.c: Likewise.
30981         * lib/rpmatch.c: Likewise.
30982         * lib/safe-read.c: Likewise.
30983         * lib/safe-read.h: Likewise.
30984         * lib/safe-write.c: Likewise.
30985         * lib/safe-write.h: Likewise.
30986         * lib/same-inode.h: Likewise.
30987         * lib/same.c: Likewise.
30988         * lib/same.h: Likewise.
30989         * lib/save-cwd.c: Likewise.
30990         * lib/save-cwd.h: Likewise.
30991         * lib/savedir.c: Likewise.
30992         * lib/savedir.h: Likewise.
30993         * lib/savewd.c: Likewise.
30994         * lib/savewd.h: Likewise.
30995         * lib/search.in.h: Likewise.
30996         * lib/setenv.c: Likewise.
30997         * lib/setenv.h: Likewise.
30998         * lib/settime.c: Likewise.
30999         * lib/sh-quote.c: Likewise.
31000         * lib/sh-quote.h: Likewise.
31001         * lib/sig2str.c: Likewise.
31002         * lib/sig2str.h: Likewise.
31003         * lib/signal.in.h: Likewise.
31004         * lib/signbitd.c: Likewise.
31005         * lib/signbitf.c: Likewise.
31006         * lib/signbitl.c: Likewise.
31007         * lib/sigprocmask.c: Likewise.
31008         * lib/sincosl.c: Likewise.
31009         * lib/sleep.c: Likewise.
31010         * lib/sprintf.c: Likewise.
31011         * lib/sqrtl.c: Likewise.
31012         * lib/stat-time.h: Likewise.
31013         * lib/stdio--.h: Likewise.
31014         * lib/stdio-safer.h: Likewise.
31015         * lib/stdlib--.h: Likewise.
31016         * lib/stdlib-safer.h: Likewise.
31017         * lib/stdlib.in.h: Likewise.
31018         * lib/stpcpy.c: Likewise.
31019         * lib/stpncpy.c: Likewise.
31020         * lib/strchrnul.c: Likewise.
31021         * lib/strcspn.c: Likewise.
31022         * lib/strerror.c: Likewise.
31023         * lib/strftime.c: Likewise.
31024         * lib/strftime.h: Likewise.
31025         * lib/striconveh.c: Likewise.
31026         * lib/striconveh.h: Likewise.
31027         * lib/striconveha.c: Likewise.
31028         * lib/striconveha.h: Likewise.
31029         * lib/stripslash.c: Likewise.
31030         * lib/strnlen1.c: Likewise.
31031         * lib/strnlen1.h: Likewise.
31032         * lib/strtod.c: Likewise.
31033         * lib/strtoimax.c: Likewise.
31034         * lib/strtok_r.c: Likewise.
31035         * lib/strtol.c: Likewise.
31036         * lib/strtoll.c: Likewise.
31037         * lib/strtoul.c: Likewise.
31038         * lib/strtoull.c: Likewise.
31039         * lib/sysexits.in.h: Likewise.
31040         * lib/tempname.c: Likewise.
31041         * lib/tempname.h: Likewise.
31042         * lib/timespec.h: Likewise.
31043         * lib/tls.c: Likewise.
31044         * lib/tls.h: Likewise.
31045         * lib/tmpdir.c: Likewise.
31046         * lib/tmpdir.h: Likewise.
31047         * lib/tmpfile-safer.c: Likewise.
31048         * lib/tmpfile.c: Likewise.
31049         * lib/trigl.c: Likewise.
31050         * lib/trigl.h: Likewise.
31051         * lib/trim.c: Likewise.
31052         * lib/trim.h: Likewise.
31053         * lib/trunc.c: Likewise.
31054         * lib/truncf.c: Likewise.
31055         * lib/truncl.c: Likewise.
31056         * lib/tsearch.c: Likewise.
31057         * lib/unicodeio.c: Likewise.
31058         * lib/unicodeio.h: Likewise.
31059         * lib/unistd--.h: Likewise.
31060         * lib/unistd-safer.h: Likewise.
31061         * lib/unistdio/ulc-fprintf.c: Likewise.
31062         * lib/unistdio/ulc-vfprintf.c: Likewise.
31063         * lib/unlinkdir.c: Likewise.
31064         * lib/unlinkdir.h: Likewise.
31065         * lib/unlocked-io.h: Likewise.
31066         * lib/unsetenv.c: Likewise.
31067         * lib/userspec.c: Likewise.
31068         * lib/utime.c: Likewise.
31069         * lib/utimecmp.c: Likewise.
31070         * lib/utimecmp.h: Likewise.
31071         * lib/utimens.c: Likewise.
31072         * lib/verify.h: Likewise.
31073         * lib/verror.c: Likewise.
31074         * lib/verror.h: Likewise.
31075         * lib/version-etc-fsf.c: Likewise.
31076         * lib/version-etc.c: Likewise.
31077         * lib/version-etc.h: Likewise.
31078         * lib/vfprintf.c: Likewise.
31079         * lib/vprintf.c: Likewise.
31080         * lib/vsprintf.c: Likewise.
31081         * lib/w32spawn.h: Likewise.
31082         * lib/wait-process.c: Likewise.
31083         * lib/wait-process.h: Likewise.
31084         * lib/wcwidth.c: Likewise.
31085         * lib/write-any-file.c: Likewise.
31086         * lib/xalloc-die.c: Likewise.
31087         * lib/xalloc.h: Likewise.
31088         * lib/xasprintf.c: Likewise.
31089         * lib/xgetcwd.c: Likewise.
31090         * lib/xgetcwd.h: Likewise.
31091         * lib/xgetdomainname.c: Likewise.
31092         * lib/xgetdomainname.h: Likewise.
31093         * lib/xgethostname.c: Likewise.
31094         * lib/xmalloc.c: Likewise.
31095         * lib/xmalloca.c: Likewise.
31096         * lib/xmalloca.h: Likewise.
31097         * lib/xmemcoll.c: Likewise.
31098         * lib/xnanosleep.c: Likewise.
31099         * lib/xreadlink.c: Likewise.
31100         * lib/xreadlink.h: Likewise.
31101         * lib/xsetenv.c: Likewise.
31102         * lib/xsetenv.h: Likewise.
31103         * lib/xstriconv.c: Likewise.
31104         * lib/xstriconv.h: Likewise.
31105         * lib/xstrndup.c: Likewise.
31106         * lib/xstrndup.h: Likewise.
31107         * lib/xstrtod.c: Likewise.
31108         * lib/xstrtod.h: Likewise.
31109         * lib/xstrtol-error.c: Likewise.
31110         * lib/xstrtol.c: Likewise.
31111         * lib/xstrtol.h: Likewise.
31112         * lib/xtime.h: Likewise.
31113         * lib/xvasprintf.c: Likewise.
31114         * lib/xvasprintf.h: Likewise.
31115         * lib/yesno.c: Likewise.
31116         * lib/yesno.h: Likewise.
31117         * posix-modules: Likewise.
31118         * tests/test-alloca-opt.c: Likewise.
31119         * tests/test-arcfour.c: Likewise.
31120         * tests/test-arctwo.c: Likewise.
31121         * tests/test-argmatch.c: Likewise.
31122         * tests/test-argp-2.sh: Likewise.
31123         * tests/test-argp.c: Likewise.
31124         * tests/test-arpa_inet.c: Likewise.
31125         * tests/test-array_list.c: Likewise.
31126         * tests/test-array_oset.c: Likewise.
31127         * tests/test-atexit.c: Likewise.
31128         * tests/test-avltree_list.c: Likewise.
31129         * tests/test-avltree_oset.c: Likewise.
31130         * tests/test-avltreehash_list.c: Likewise.
31131         * tests/test-base64.c: Likewise.
31132         * tests/test-binary-io.c: Likewise.
31133         * tests/test-byteswap.c: Likewise.
31134         * tests/test-c-ctype.c: Likewise.
31135         * tests/test-c-strcasecmp.c: Likewise.
31136         * tests/test-c-strcasestr.c: Likewise.
31137         * tests/test-c-strncasecmp.c: Likewise.
31138         * tests/test-c-strstr.c: Likewise.
31139         * tests/test-canonicalize-lgpl.c: Likewise.
31140         * tests/test-canonicalize.c: Likewise.
31141         * tests/test-carray_list.c: Likewise.
31142         * tests/test-ceilf.c: Likewise.
31143         * tests/test-ceill.c: Likewise.
31144         * tests/test-count-one-bits.c: Likewise.
31145         * tests/test-crc.c: Likewise.
31146         * tests/test-dirname.c: Likewise.
31147         * tests/test-fbufmode.c: Likewise.
31148         * tests/test-fcntl.c: Likewise.
31149         * tests/test-fflush.c: Likewise.
31150         * tests/test-floorf.c: Likewise.
31151         * tests/test-floorl.c: Likewise.
31152         * tests/test-fopen.c: Likewise.
31153         * tests/test-fprintf-posix.c: Likewise.
31154         * tests/test-fprintf-posix.h: Likewise.
31155         * tests/test-fpurge.c: Likewise.
31156         * tests/test-freadable.c: Likewise.
31157         * tests/test-freadahead.c: Likewise.
31158         * tests/test-freading.c: Likewise.
31159         * tests/test-freopen.c: Likewise.
31160         * tests/test-frexp.c: Likewise.
31161         * tests/test-frexpl.c: Likewise.
31162         * tests/test-fseek.c: Likewise.
31163         * tests/test-fseeko.c: Likewise.
31164         * tests/test-fseterr.c: Likewise.
31165         * tests/test-fstrcmp.c: Likewise.
31166         * tests/test-ftell.c: Likewise.
31167         * tests/test-ftello.c: Likewise.
31168         * tests/test-fwritable.c: Likewise.
31169         * tests/test-fwriting.c: Likewise.
31170         * tests/test-getaddrinfo.c: Likewise.
31171         * tests/test-getpass.c: Likewise.
31172         * tests/test-gettimeofday.c: Likewise.
31173         * tests/test-hmac-md5.c: Likewise.
31174         * tests/test-hmac-sha1.c: Likewise.
31175         * tests/test-iconv.c: Likewise.
31176         * tests/test-iconvme.c: Likewise.
31177         * tests/test-inttypes.c: Likewise.
31178         * tests/test-isnan.c: Likewise.
31179         * tests/test-isnanf.c: Likewise.
31180         * tests/test-isnanl-nolibm.c: Likewise.
31181         * tests/test-isnanl.c: Likewise.
31182         * tests/test-isnanl.h: Likewise.
31183         * tests/test-ldexpl.c: Likewise.
31184         * tests/test-linked_list.c: Likewise.
31185         * tests/test-linkedhash_list.c: Likewise.
31186         * tests/test-locale.c: Likewise.
31187         * tests/test-localename.c: Likewise.
31188         * tests/test-lock.c: Likewise.
31189         * tests/test-lseek.c: Likewise.
31190         * tests/test-malloca.c: Likewise.
31191         * tests/test-math.c: Likewise.
31192         * tests/test-mbscasecmp.c: Likewise.
31193         * tests/test-mbscasestr1.c: Likewise.
31194         * tests/test-mbscasestr2.c: Likewise.
31195         * tests/test-mbscasestr3.c: Likewise.
31196         * tests/test-mbscasestr4.c: Likewise.
31197         * tests/test-mbschr.c: Likewise.
31198         * tests/test-mbscspn.c: Likewise.
31199         * tests/test-mbsncasecmp.c: Likewise.
31200         * tests/test-mbspbrk.c: Likewise.
31201         * tests/test-mbspcasecmp.c: Likewise.
31202         * tests/test-mbsrchr.c: Likewise.
31203         * tests/test-mbsspn.c: Likewise.
31204         * tests/test-mbsstr1.c: Likewise.
31205         * tests/test-mbsstr2.c: Likewise.
31206         * tests/test-mbsstr3.c: Likewise.
31207         * tests/test-md5.c: Likewise.
31208         * tests/test-memmem.c: Likewise.
31209         * tests/test-netinet_in.c: Likewise.
31210         * tests/test-open.c: Likewise.
31211         * tests/test-printf-frexp.c: Likewise.
31212         * tests/test-printf-frexpl.c: Likewise.
31213         * tests/test-printf-posix.c: Likewise.
31214         * tests/test-printf-posix.h: Likewise.
31215         * tests/test-rbtree_list.c: Likewise.
31216         * tests/test-rbtree_oset.c: Likewise.
31217         * tests/test-rbtreehash_list.c: Likewise.
31218         * tests/test-read-file.c: Likewise.
31219         * tests/test-rijndael.c: Likewise.
31220         * tests/test-search.c: Likewise.
31221         * tests/test-signbit.c: Likewise.
31222         * tests/test-sleep.c: Likewise.
31223         * tests/test-snprintf-posix.c: Likewise.
31224         * tests/test-snprintf-posix.h: Likewise.
31225         * tests/test-snprintf.c: Likewise.
31226         * tests/test-sprintf-posix.c: Likewise.
31227         * tests/test-sprintf-posix.h: Likewise.
31228         * tests/test-stat-time.c: Likewise.
31229         * tests/test-stdbool.c: Likewise.
31230         * tests/test-stdint.c: Likewise.
31231         * tests/test-stdio.c: Likewise.
31232         * tests/test-stdlib.c: Likewise.
31233         * tests/test-stpncpy.c: Likewise.
31234         * tests/test-strcasestr.c: Likewise.
31235         * tests/test-striconv.c: Likewise.
31236         * tests/test-striconveh.c: Likewise.
31237         * tests/test-striconveha.c: Likewise.
31238         * tests/test-string.c: Likewise.
31239         * tests/test-sys_select.c: Likewise.
31240         * tests/test-sys_socket.c: Likewise.
31241         * tests/test-sys_stat.c: Likewise.
31242         * tests/test-sys_time.c: Likewise.
31243         * tests/test-sysexits.c: Likewise.
31244         * tests/test-time.c: Likewise.
31245         * tests/test-tls.c: Likewise.
31246         * tests/test-trunc.c: Likewise.
31247         * tests/test-truncf.c: Likewise.
31248         * tests/test-truncl.c: Likewise.
31249         * tests/test-unistd.c: Likewise.
31250         * tests/test-vasnprintf-posix.c: Likewise.
31251         * tests/test-vasnprintf-posix2.c: Likewise.
31252         * tests/test-vasnprintf.c: Likewise.
31253         * tests/test-vasprintf-posix.c: Likewise.
31254         * tests/test-vasprintf.c: Likewise.
31255         * tests/test-verify.c: Likewise.
31256         * tests/test-vfprintf-posix.c: Likewise.
31257         * tests/test-vprintf-posix.c: Likewise.
31258         * tests/test-vsnprintf-posix.c: Likewise.
31259         * tests/test-vsnprintf.c: Likewise.
31260         * tests/test-vsprintf-posix.c: Likewise.
31261         * tests/test-wchar.c: Likewise.
31262         * tests/test-wctype.c: Likewise.
31263         * tests/test-wcwidth.c: Likewise.
31264         * tests/test-xstrtol.c: Likewise.
31265         * tests/test-xvasprintf.c: Likewise.
31266         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31267         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31268         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31269         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31270         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31271         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31272         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31273         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31274         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31275         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31276         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31277         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31278         * tests/uniname/test-uninames.c: Likewise.
31279         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31280         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31281         * tests/unistdio/test-u16-printf1.h: Likewise.
31282         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31283         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31284         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31285         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31286         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31287         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31288         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31289         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31290         * tests/unistdio/test-u32-printf1.h: Likewise.
31291         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31292         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31293         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31294         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31295         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31296         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31297         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31298         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31299         * tests/unistdio/test-u8-printf1.h: Likewise.
31300         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31301         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31302         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31303         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31304         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31305         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31306         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31307         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31308         * tests/unistdio/test-ulc-printf1.h: Likewise.
31309         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31310         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31311         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31312         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31313         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31314         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31315         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31316         * tests/uniwidth/test-u16-width.c: Likewise.
31317         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31318         * tests/uniwidth/test-u32-width.c: Likewise.
31319         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31320         * tests/uniwidth/test-u8-width.c: Likewise.
31321         * tests/uniwidth/test-uc_width.c: Likewise.
31322         * config/srclist-update: Likewise.
31323         (fixlicense): Update to GPLv3+.
31324
31325         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31326         * tests/test-tsearch.c: Change copyright notice.
31327
31328         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31329         * lib/c-strcaseeq.h: Change copyright notice.
31330         * lib/streq.h: Likewise.
31331         * lib/uniconv.h: Likewise.
31332         * lib/uniconv/u-conv-from-enc.h: Likewise.
31333         * lib/uniconv/u-conv-to-enc.h: Likewise.
31334         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31335         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31336         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31337         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31338         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31339         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31340         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31341         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31342         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31343         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31344         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31345         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31346         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31347         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31348         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31349         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31350         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31351         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31352         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31353         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31354         * lib/uniname.h: Likewise.
31355         * lib/uniname/uniname.c: Likewise.
31356         * lib/unistdio.h: Likewise.
31357         * lib/unistdio/u-asnprintf.h: Likewise.
31358         * lib/unistdio/u-asprintf.h: Likewise.
31359         * lib/unistdio/u-printf-args.c: Likewise.
31360         * lib/unistdio/u-printf-args.h: Likewise.
31361         * lib/unistdio/u-printf-parse.h: Likewise.
31362         * lib/unistdio/u-snprintf.h: Likewise.
31363         * lib/unistdio/u-sprintf.h: Likewise.
31364         * lib/unistdio/u-vasprintf.h: Likewise.
31365         * lib/unistdio/u-vsnprintf.h: Likewise.
31366         * lib/unistdio/u-vsprintf.h: Likewise.
31367         * lib/unistdio/u16-asnprintf.c: Likewise.
31368         * lib/unistdio/u16-asprintf.c: Likewise.
31369         * lib/unistdio/u16-printf-parse.c: Likewise.
31370         * lib/unistdio/u16-snprintf.c: Likewise.
31371         * lib/unistdio/u16-sprintf.c: Likewise.
31372         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31373         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31374         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31375         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31376         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31377         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31378         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31379         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31380         * lib/unistdio/u16-vasnprintf.c: Likewise.
31381         * lib/unistdio/u16-vasprintf.c: Likewise.
31382         * lib/unistdio/u16-vsnprintf.c: Likewise.
31383         * lib/unistdio/u16-vsprintf.c: Likewise.
31384         * lib/unistdio/u32-asnprintf.c: Likewise.
31385         * lib/unistdio/u32-asprintf.c: Likewise.
31386         * lib/unistdio/u32-printf-parse.c: Likewise.
31387         * lib/unistdio/u32-snprintf.c: Likewise.
31388         * lib/unistdio/u32-sprintf.c: Likewise.
31389         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31390         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31391         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31392         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31393         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31394         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31395         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31396         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31397         * lib/unistdio/u32-vasnprintf.c: Likewise.
31398         * lib/unistdio/u32-vasprintf.c: Likewise.
31399         * lib/unistdio/u32-vsnprintf.c: Likewise.
31400         * lib/unistdio/u32-vsprintf.c: Likewise.
31401         * lib/unistdio/u8-asnprintf.c: Likewise.
31402         * lib/unistdio/u8-asprintf.c: Likewise.
31403         * lib/unistdio/u8-printf-parse.c: Likewise.
31404         * lib/unistdio/u8-snprintf.c: Likewise.
31405         * lib/unistdio/u8-sprintf.c: Likewise.
31406         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31407         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31408         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31409         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31410         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31411         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31412         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31413         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31414         * lib/unistdio/u8-vasnprintf.c: Likewise.
31415         * lib/unistdio/u8-vasprintf.c: Likewise.
31416         * lib/unistdio/u8-vsnprintf.c: Likewise.
31417         * lib/unistdio/u8-vsprintf.c: Likewise.
31418         * lib/unistdio/ulc-asnprintf.c: Likewise.
31419         * lib/unistdio/ulc-asprintf.c: Likewise.
31420         * lib/unistdio/ulc-printf-parse.c: Likewise.
31421         * lib/unistdio/ulc-snprintf.c: Likewise.
31422         * lib/unistdio/ulc-sprintf.c: Likewise.
31423         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31424         * lib/unistdio/ulc-vasprintf.c: Likewise.
31425         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31426         * lib/unistdio/ulc-vsprintf.c: Likewise.
31427         * lib/unistr.h: Likewise.
31428         * lib/unistr/u-cpy-alloc.h: Likewise.
31429         * lib/unistr/u-cpy.h: Likewise.
31430         * lib/unistr/u-endswith.h: Likewise.
31431         * lib/unistr/u-move.h: Likewise.
31432         * lib/unistr/u-set.h: Likewise.
31433         * lib/unistr/u-startswith.h: Likewise.
31434         * lib/unistr/u-stpcpy.h: Likewise.
31435         * lib/unistr/u-stpncpy.h: Likewise.
31436         * lib/unistr/u-strcat.h: Likewise.
31437         * lib/unistr/u-strcpy.h: Likewise.
31438         * lib/unistr/u-strcspn.h: Likewise.
31439         * lib/unistr/u-strdup.h: Likewise.
31440         * lib/unistr/u-strlen.h: Likewise.
31441         * lib/unistr/u-strncat.h: Likewise.
31442         * lib/unistr/u-strncpy.h: Likewise.
31443         * lib/unistr/u-strnlen.h: Likewise.
31444         * lib/unistr/u-strpbrk.h: Likewise.
31445         * lib/unistr/u-strspn.h: Likewise.
31446         * lib/unistr/u-strstr.h: Likewise.
31447         * lib/unistr/u-strtok.h: Likewise.
31448         * lib/unistr/u16-check.c: Likewise.
31449         * lib/unistr/u16-chr.c: Likewise.
31450         * lib/unistr/u16-cmp.c: Likewise.
31451         * lib/unistr/u16-cpy-alloc.c: Likewise.
31452         * lib/unistr/u16-cpy.c: Likewise.
31453         * lib/unistr/u16-endswith.c: Likewise.
31454         * lib/unistr/u16-mblen.c: Likewise.
31455         * lib/unistr/u16-mbsnlen.c: Likewise.
31456         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31457         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31458         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31459         * lib/unistr/u16-mbtouc.c: Likewise.
31460         * lib/unistr/u16-mbtoucr.c: Likewise.
31461         * lib/unistr/u16-move.c: Likewise.
31462         * lib/unistr/u16-next.c: Likewise.
31463         * lib/unistr/u16-prev.c: Likewise.
31464         * lib/unistr/u16-set.c: Likewise.
31465         * lib/unistr/u16-startswith.c: Likewise.
31466         * lib/unistr/u16-stpcpy.c: Likewise.
31467         * lib/unistr/u16-stpncpy.c: Likewise.
31468         * lib/unistr/u16-strcat.c: Likewise.
31469         * lib/unistr/u16-strchr.c: Likewise.
31470         * lib/unistr/u16-strcmp.c: Likewise.
31471         * lib/unistr/u16-strcpy.c: Likewise.
31472         * lib/unistr/u16-strcspn.c: Likewise.
31473         * lib/unistr/u16-strdup.c: Likewise.
31474         * lib/unistr/u16-strlen.c: Likewise.
31475         * lib/unistr/u16-strmblen.c: Likewise.
31476         * lib/unistr/u16-strmbtouc.c: Likewise.
31477         * lib/unistr/u16-strncat.c: Likewise.
31478         * lib/unistr/u16-strncmp.c: Likewise.
31479         * lib/unistr/u16-strncpy.c: Likewise.
31480         * lib/unistr/u16-strnlen.c: Likewise.
31481         * lib/unistr/u16-strpbrk.c: Likewise.
31482         * lib/unistr/u16-strrchr.c: Likewise.
31483         * lib/unistr/u16-strspn.c: Likewise.
31484         * lib/unistr/u16-strstr.c: Likewise.
31485         * lib/unistr/u16-strtok.c: Likewise.
31486         * lib/unistr/u16-to-u32.c: Likewise.
31487         * lib/unistr/u16-to-u8.c: Likewise.
31488         * lib/unistr/u16-uctomb-aux.c: Likewise.
31489         * lib/unistr/u16-uctomb.c: Likewise.
31490         * lib/unistr/u32-check.c: Likewise.
31491         * lib/unistr/u32-chr.c: Likewise.
31492         * lib/unistr/u32-cmp.c: Likewise.
31493         * lib/unistr/u32-cpy-alloc.c: Likewise.
31494         * lib/unistr/u32-cpy.c: Likewise.
31495         * lib/unistr/u32-endswith.c: Likewise.
31496         * lib/unistr/u32-mblen.c: Likewise.
31497         * lib/unistr/u32-mbsnlen.c: Likewise.
31498         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31499         * lib/unistr/u32-mbtouc.c: Likewise.
31500         * lib/unistr/u32-mbtoucr.c: Likewise.
31501         * lib/unistr/u32-move.c: Likewise.
31502         * lib/unistr/u32-next.c: Likewise.
31503         * lib/unistr/u32-prev.c: Likewise.
31504         * lib/unistr/u32-set.c: Likewise.
31505         * lib/unistr/u32-startswith.c: Likewise.
31506         * lib/unistr/u32-stpcpy.c: Likewise.
31507         * lib/unistr/u32-stpncpy.c: Likewise.
31508         * lib/unistr/u32-strcat.c: Likewise.
31509         * lib/unistr/u32-strchr.c: Likewise.
31510         * lib/unistr/u32-strcmp.c: Likewise.
31511         * lib/unistr/u32-strcpy.c: Likewise.
31512         * lib/unistr/u32-strcspn.c: Likewise.
31513         * lib/unistr/u32-strdup.c: Likewise.
31514         * lib/unistr/u32-strlen.c: Likewise.
31515         * lib/unistr/u32-strmblen.c: Likewise.
31516         * lib/unistr/u32-strmbtouc.c: Likewise.
31517         * lib/unistr/u32-strncat.c: Likewise.
31518         * lib/unistr/u32-strncmp.c: Likewise.
31519         * lib/unistr/u32-strncpy.c: Likewise.
31520         * lib/unistr/u32-strnlen.c: Likewise.
31521         * lib/unistr/u32-strpbrk.c: Likewise.
31522         * lib/unistr/u32-strrchr.c: Likewise.
31523         * lib/unistr/u32-strspn.c: Likewise.
31524         * lib/unistr/u32-strstr.c: Likewise.
31525         * lib/unistr/u32-strtok.c: Likewise.
31526         * lib/unistr/u32-to-u16.c: Likewise.
31527         * lib/unistr/u32-to-u8.c: Likewise.
31528         * lib/unistr/u32-uctomb.c: Likewise.
31529         * lib/unistr/u8-check.c: Likewise.
31530         * lib/unistr/u8-chr.c: Likewise.
31531         * lib/unistr/u8-cmp.c: Likewise.
31532         * lib/unistr/u8-cpy-alloc.c: Likewise.
31533         * lib/unistr/u8-cpy.c: Likewise.
31534         * lib/unistr/u8-endswith.c: Likewise.
31535         * lib/unistr/u8-mblen.c: Likewise.
31536         * lib/unistr/u8-mbsnlen.c: Likewise.
31537         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31538         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31539         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31540         * lib/unistr/u8-mbtouc.c: Likewise.
31541         * lib/unistr/u8-mbtoucr.c: Likewise.
31542         * lib/unistr/u8-move.c: Likewise.
31543         * lib/unistr/u8-next.c: Likewise.
31544         * lib/unistr/u8-prev.c: Likewise.
31545         * lib/unistr/u8-set.c: Likewise.
31546         * lib/unistr/u8-startswith.c: Likewise.
31547         * lib/unistr/u8-stpcpy.c: Likewise.
31548         * lib/unistr/u8-stpncpy.c: Likewise.
31549         * lib/unistr/u8-strcat.c: Likewise.
31550         * lib/unistr/u8-strchr.c: Likewise.
31551         * lib/unistr/u8-strcmp.c: Likewise.
31552         * lib/unistr/u8-strcpy.c: Likewise.
31553         * lib/unistr/u8-strcspn.c: Likewise.
31554         * lib/unistr/u8-strdup.c: Likewise.
31555         * lib/unistr/u8-strlen.c: Likewise.
31556         * lib/unistr/u8-strmblen.c: Likewise.
31557         * lib/unistr/u8-strmbtouc.c: Likewise.
31558         * lib/unistr/u8-strncat.c: Likewise.
31559         * lib/unistr/u8-strncmp.c: Likewise.
31560         * lib/unistr/u8-strncpy.c: Likewise.
31561         * lib/unistr/u8-strnlen.c: Likewise.
31562         * lib/unistr/u8-strpbrk.c: Likewise.
31563         * lib/unistr/u8-strrchr.c: Likewise.
31564         * lib/unistr/u8-strspn.c: Likewise.
31565         * lib/unistr/u8-strstr.c: Likewise.
31566         * lib/unistr/u8-strtok.c: Likewise.
31567         * lib/unistr/u8-to-u16.c: Likewise.
31568         * lib/unistr/u8-to-u32.c: Likewise.
31569         * lib/unistr/u8-uctomb-aux.c: Likewise.
31570         * lib/unistr/u8-uctomb.c: Likewise.
31571         * lib/unitypes.h: Likewise.
31572         * lib/uniwidth.h: Likewise.
31573         * lib/uniwidth/cjk.h: Likewise.
31574         * lib/uniwidth/u16-strwidth.c: Likewise.
31575         * lib/uniwidth/u16-width.c: Likewise.
31576         * lib/uniwidth/u32-strwidth.c: Likewise.
31577         * lib/uniwidth/u32-width.c: Likewise.
31578         * lib/uniwidth/u8-strwidth.c: Likewise.
31579         * lib/uniwidth/u8-width.c: Likewise.
31580         * lib/uniwidth/width.c: Likewise.
31581
31582 2007-10-07  Bruno Haible  <bruno@clisp.org>
31583
31584         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31585         The file is still under LGPL (see modules/inttypes).
31586
31587 2007-10-06  Bruno Haible  <bruno@clisp.org>
31588
31589         * modules/trunc (Dependencies): Add 'extensions'.
31590         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31591         Reported by Ben Pfaff <blp@gnu.org>.
31592
31593 2007-10-06  Bruno Haible  <bruno@clisp.org>
31594
31595         * modules/freopen-tests: New file.
31596         * tests/test-freopen.c: New file.
31597
31598         * modules/fopen-tests: New file.
31599         * tests/test-fopen.c: New file.
31600
31601         * modules/fopen: New file.
31602         * lib/fopen.c: New file.
31603         * m4/fopen.m4: New file.
31604         * modules/freopen: New file.
31605         * lib/freopen.c: New file.
31606         * m4/freopen.m4: New file.
31607         * lib/stdio.in.h (fopen, freopen): New declarations.
31608         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31609         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31610         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31611         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31612         * doc/functions/fopen.texi: Mention the 'fopen' module.
31613         * doc/functions/freopen.texi: Mention the 'freopen' module.
31614
31615 2007-10-06  Bruno Haible  <bruno@clisp.org>
31616
31617         * modules/open-tests: New file.
31618         * tests/test-open.c: New file.
31619
31620         * modules/open: New file.
31621         * lib/open.c: New file.
31622         * m4/open.m4: New file.
31623         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31624         lib/open.c does.
31625         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31626         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31627         macros.
31628         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31629         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31630         REPLACE_OPEN.
31631         * doc/functions/open.texi: Mention the 'open' module.
31632
31633 2007-10-04  Bruno Haible  <bruno@clisp.org>
31634
31635         * modules/ceill-tests: New file.
31636         * tests/test-ceill.c: New file.
31637
31638         * modules/ceill: New file.
31639         * lib/ceill.c: Replace entire file.
31640         * m4/ceill.m4: New file.
31641         * lib/math.in.h (ceill): Replace declaration.
31642         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31643         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31644         * doc/functions/ceill.texi: Mention the 'ceill' module.
31645         * modules/mathl (Files): Remove lib/ceill.c.
31646         (Depends-on): Add ceill.
31647
31648 2007-10-04  Bruno Haible  <bruno@clisp.org>
31649
31650         * modules/ceilf-tests: New file.
31651         * tests/test-ceilf.c: New file.
31652
31653         * modules/ceilf: New file.
31654         * lib/ceil.c: New file.
31655         * lib/ceilf.c: New file.
31656         * m4/ceilf.m4: New file.
31657         * lib/math.in.h (ceilf): New declaration.
31658         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31659         HAVE_DECL_CEILF.
31660         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31661         HAVE_DECL_CEILF.
31662         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31663
31664 2007-10-04  Bruno Haible  <bruno@clisp.org>
31665
31666         * modules/floorl-tests: New file.
31667         * tests/test-floorl.c: New file.
31668
31669         * modules/floorl: New file.
31670         * lib/floorl.c: Replace entire file.
31671         * m4/floorl.m4: New file.
31672         * lib/math.in.h (floorl): Replace declaration.
31673         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31674         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31675         * doc/functions/floorl.texi: Mention the 'floorl' module.
31676         * modules/mathl (Files): Remove lib/floorl.c.
31677         (Depends-on): Add floorl.
31678
31679 2007-10-04  Bruno Haible  <bruno@clisp.org>
31680
31681         * modules/floorf-tests: New file.
31682         * tests/test-floorf.c: New file.
31683
31684         * modules/floorf: New file.
31685         * lib/floor.c: New file.
31686         * lib/floorf.c: New file.
31687         * m4/floorf.m4: New file.
31688         * lib/math.in.h (floorf): New declaration.
31689         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31690         HAVE_DECL_FLOORF.
31691         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31692         HAVE_DECL_FLOORF.
31693         * doc/functions/floorf.texi: Mention the 'floorf' module.
31694
31695 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31696             Bruno Haible  <bruno@clisp.org>
31697
31698         Advertise for the Git server instead of the CVS server.
31699         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31700         repository instead of the CVS one.
31701         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31702         about all VCS systems generically.
31703         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31704
31705 2007-10-04  Bruno Haible  <bruno@clisp.org>
31706
31707         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31708         means.
31709         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31710
31711 2007-10-04  Bruno Haible  <bruno@clisp.org>
31712
31713         * modules/truncl-tests: New file.
31714         * tests/test-truncl.c: New file.
31715
31716         * modules/truncl: New file.
31717         * lib/truncl.c: New file.
31718         * m4/truncl.m4: New file.
31719         * lib/math.in.h (truncl): New declaration.
31720         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31721         HAVE_DECL_TRUNCL.
31722         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31723         HAVE_DECL_TRUNCL.
31724         * doc/functions/truncl.texi: Mention the 'truncl' module.
31725
31726 2007-10-04  Bruno Haible  <bruno@clisp.org>
31727
31728         * modules/truncf-tests: New file.
31729         * tests/test-truncf.c: New file.
31730
31731         * modules/truncf: New file.
31732         * lib/trunc.c: Make paramerizable through USE_* macros.
31733         * lib/truncf.c: New file.
31734         * m4/truncf.m4: New file.
31735         * lib/math.in.h (truncf): New declaration.
31736         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31737         HAVE_DECL_TRUNCF.
31738         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31739         HAVE_DECL_TRUNCF.
31740         * doc/functions/truncf.texi: Mention the 'truncf' module.
31741
31742 2007-10-03  Bruno Haible  <bruno@clisp.org>
31743
31744         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31745         augmentation also for tests modules.
31746         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31747         * modules/atexit-tests (Makefile.am): Likewise.
31748         * modules/binary-io-tests (Makefile.am): Likewise.
31749         * modules/c-strcase-tests (Makefile.am): Likewise.
31750         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31751         * modules/canonicalize-tests (Makefile.am): Likewise.
31752         * modules/closein-tests (Makefile.am): Likewise.
31753         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31754         * modules/freadahead-tests (Makefile.am): Likewise.
31755         * modules/fseek-tests (Makefile.am): Likewise.
31756         * modules/fseeko-tests (Makefile.am): Likewise.
31757         * modules/ftell-tests (Makefile.am): Likewise.
31758         * modules/ftello-tests (Makefile.am): Likewise.
31759         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31760         * modules/isnanl-tests (Makefile.am): Likewise.
31761         * modules/lseek-tests (Makefile.am): Likewise.
31762         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31763         * modules/mbscasestr-tests (Makefile.am): Likewise.
31764         * modules/mbschr-tests (Makefile.am): Likewise.
31765         * modules/mbscspn-tests (Makefile.am): Likewise.
31766         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31767         * modules/mbspbrk-tests (Makefile.am): Likewise.
31768         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31769         * modules/mbsrchr-tests (Makefile.am): Likewise.
31770         * modules/mbsspn-tests (Makefile.am): Likewise.
31771         * modules/mbsstr-tests (Makefile.am): Likewise.
31772         * modules/printf-posix-tests (Makefile.am): Likewise.
31773         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31774         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31775         * modules/tsearch-tests (Makefile.am): Likewise.
31776         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31777         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31778         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31779         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31780         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31781         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31782         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31783         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31784         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31785         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31786         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31787         * modules/xstrtol-tests (Makefile.am): Likewise.
31788         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31789         * modules/yesno-tests (Makefile.am): Likewise.
31790
31791 2007-10-03  Bruno Haible  <bruno@clisp.org>
31792
31793         * modules/trunc-tests: New file.
31794         * tests/test-trunc.c: New file.
31795
31796         * modules/trunc: New file.
31797         * lib/trunc.c: New file.
31798         * m4/trunc.m4: New file.
31799         * lib/math.in.h (trunc): New declaration.
31800         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31801         HAVE_DECL_TRUNC.
31802         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31803         HAVE_DECL_TRUNC.
31804         * doc/functions/trunc.texi: Mention the 'trunc' module.
31805
31806 2007-10-03  Bruno Haible  <bruno@clisp.org>
31807
31808         * tests/test-fpending.c: New file, mostly copied
31809         from coreutils/lib/t-fpending.c.
31810         * modules/fpending-tests: New file.
31811
31812 2007-10-03  Bruno Haible  <bruno@clisp.org>
31813
31814         Port the stdio extensions to QNX (untested).
31815         * lib/fseterr.c (fseterr): Add support for QNX.
31816         * lib/fbufmode.c (fbufmode): Likewise.
31817         * lib/freadable.c (freadable): Likewise.
31818         * lib/fwritable.c (fwritable): Likewise.
31819         * lib/freading.c (freading): Likewise.
31820         * lib/fwriting.c (fwriting): Likewise.
31821         * lib/freadahead.c (freadahed): Likewise.
31822         * lib/fpurge.c (fpurge): Likewise.
31823         * lib/fseeko.c (rpl_fseeko): Likewise.
31824
31825 2007-10-03  Bruno Haible  <bruno@clisp.org>
31826             Jim Meyering  <jim@meyering.net>
31827             Eric Blake  <ebb9@byu.net>
31828
31829         * doc/relocatable.texi: Use @command instead of @program.
31830
31831 2007-10-02  Jim Meyering  <jim@meyering.net>
31832
31833         Perform one more "_.h" -> ".in.h" substitution.
31834         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31835         instead of unistd_.h here, too.
31836
31837 2007-10-01  Bruno Haible  <bruno@clisp.org>
31838
31839         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31840         Needed for the alloca-opt module.
31841
31842 2007-09-30  Bruno Haible  <bruno@clisp.org>
31843
31844         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31845         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31846         alloca_.h.
31847         * lib/argz.in.h: Renamed from lib/argz_.h.
31848         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31849         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31850         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31851         byteswap_.h.
31852         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31853         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31854         dirent_.h.
31855         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31856         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31857         fcntl_.h.
31858         * lib/float.in.h: Renamed from lib/float_.h.
31859         * modules/float (Files, Makefile.am): Use float.in.h instead of
31860         float_.h.
31861         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31862         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31863         fnmatch_.h.
31864         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31865         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31866         getopt_.h.
31867         * lib/glob.in.h: Renamed from lib/glob_.h.
31868         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31869         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31870         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31871         iconv_.h.
31872         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31873         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31874         inttypes_.h.
31875         * lib/locale.in.h: Renamed from lib/locale_.h.
31876         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31877         locale_.h.
31878         * lib/math.in.h: Renamed from lib/math_.h.
31879         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31880         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31881         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31882         of netinet_in_.h. Add dependency.
31883         * lib/poll.in.h: Renamed from lib/poll_.h.
31884         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31885         * lib/search.in.h: Renamed from lib/search_.h.
31886         * modules/search (Files, Makefile.am): Use search.in.h instead of
31887         search_.h.
31888         * lib/signal.in.h: Renamed from lib/signal_.h.
31889         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31890         _signal.h.
31891         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31892         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31893         stdbool_.h.
31894         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31895         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31896         stdint_.h.
31897         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31898         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31899         stdio_.h.
31900         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31901         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31902         stdlib_.h.
31903         * lib/string.in.h: Renamed from lib/string_.h.
31904         * modules/string (Files, Makefile.am): Use string.in.h instead of
31905         string_.h.
31906         * doc/gnulib-tool.texi (Initial import): Update.
31907         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31908         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31909         of sys_select_.h. Add dependency.
31910         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31911         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31912         of sys_socket_.h.
31913         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31914         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31915         sys_stat_.h.
31916         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31917         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31918         sys_time_.h.
31919         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31920         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31921         sysexits_.h.
31922         * lib/time.in.h: Renamed from lib/time_.h.
31923         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31924         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31925         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31926         unistd_.h.
31927         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31928         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31929         wchar_.h.
31930         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31931         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31932         wctype_.h.
31933         * build-aux/bootstrap (slurp): Update.
31934         * lib/.cppi-disable: Update.
31935
31936 2007-09-30  Bruno Haible  <bruno@clisp.org>
31937
31938         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31939         Needed on BeOS.
31940
31941 2007-09-30  Bruno Haible  <bruno@clisp.org>
31942
31943         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31944
31945 2007-09-29  Bruno Haible  <bruno@clisp.org>
31946
31947         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31948
31949 2007-09-29  Bruno Haible  <bruno@clisp.org>
31950
31951         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31952         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31953         * build-aux/install-reloc: Compile also areadlink.c.
31954         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31955
31956 2007-09-29  Bruno Haible  <bruno@clisp.org>
31957
31958         * gnulib-tool (func_emit_initmacro_done): Indentation.
31959
31960 2007-09-29  Bruno Haible  <bruno@clisp.org>
31961
31962         * README: Add CVS checkout update instructions.
31963         Info from Bob Proulx <bob@proulx.com>.
31964
31965 2007-09-28  Eric Blake  <ebb9@byu.net>
31966
31967         Provide move-if-change.
31968         * build-aux/move-if-change: New file, based on best practice
31969         rather than any canonical upstream location.
31970
31971 2007-09-28  Jim Meyering  <jim@meyering.net>
31972
31973         Fix canonicalize loop-detection corner case.
31974         Do not attempt to stat the symlink values stored via seen_triple.
31975         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31976         on linux-2.6.18, (but not 2.6.22).
31977         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31978         triple_compare.  The former compares dev,ino,filename, while the latter
31979         would actually stat dirname(filename) when dev and ino were equal.
31980         * lib/hash-triple.c: Install <string.h>.
31981         (STREQ): Define.
31982         (triple_compare_ino_str): New function.
31983         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31984
31985 2007-09-28  Eric Blake  <ebb9@byu.net>
31986
31987         Enforce that AC_REPLACE_FUNCS files exist.
31988         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31989         override check for typos.
31990
31991         Fix test-closein on Solaris 10.
31992         * tests/test-closein.c (main): Don't assume stdin can be inherited
31993         closed on all systems.
31994         * tests/test-closein.sh: Likewise.
31995         Reported by Piotr Tarnowski.
31996
31997 2007-09-28  Jim Meyering  <jim@meyering.net>
31998
31999         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
32000
32001 2007-09-27  Jim Meyering  <jim@meyering.net>
32002
32003         canonicalize: Avoid a false-positive cycle failure.
32004         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
32005         Sort.  Remove cycle-check.
32006         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32007         not cycle-check.h.
32008         (seen_triple): New function.
32009         (canonicalize_filename_mode): Use it instead of cycle-check.
32010         * tests/test-canonicalize.c: Add a test for this bug.
32011         * tests/test-canonicalize.sh: Set up and run the test.
32012
32013         New module, file-set, from coreutils.
32014         * modules/file-set: Define it.
32015         * lib/file-set.c, lib/file-set.h: Implement.
32016
32017         New module, hash-triple, from coreutils.
32018         * modules/hash-triple: Define it.
32019         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32020
32021 2007-09-25  Eric Blake  <ebb9@byu.net>
32022
32023         Fix strerror on Interix.
32024         * lib/string_.h (strerror): Declare replacement.
32025         * doc/functions/strerror.texi (strerror): Document the Interix
32026         shortcoming.
32027         * modules/string (Makefile.am): Support new hooks.
32028         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32029         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32030         gl_FUNC_STRERROR_SEPARATE.
32031         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32032         * lib/strerror.c (rpl_strerror): Provide replacement.
32033         * modules/strerror (Depends-on): Add string.
32034         (configure.ac): Detect use of module.
32035         * tests/test-strerror.c: New file.
32036         * modules/strerror-tests: New test module.
32037         * modules/argp (Depends-on): Add strerror.
32038         * modules/error (Depends-on): Likewise.
32039         Reported by Martin Koeppe.
32040
32041 2007-09-24  Bruno Haible  <bruno@clisp.org>
32042
32043         * README: Update git instructions.
32044
32045 2007-09-24  Eric Blake  <ebb9@byu.net>
32046
32047         Revert fpending breakage from 2007-09-08.
32048         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32049         __fpending.c.
32050
32051 2007-09-24  Jim Meyering  <jim@meyering.net>
32052
32053         filenamecat.c: Add a test.
32054         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32055         showing how the function works when DIR is the empty string.
32056
32057 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32058
32059         * tests/test-canonicalize.sh: Turn on executable bit.
32060
32061 2007-09-19  Eric Blake  <ebb9@byu.net>
32062
32063         * README: Update CVS instructions.
32064
32065 2007-09-18  Bruno Haible  <bruno@clisp.org>
32066
32067         * modules/areadlink: New file.
32068         * lib/areadlink.h (areadlink): New declaration.
32069         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32070
32071 2007-09-17  Jim Meyering  <jim@meyering.net>
32072
32073         * lib/savewd.c (ESTALE) [!defined]: Define.
32074         Reported to be required on Interix by Martin Koeppe.
32075
32076 2007-09-17  Bruno Haible  <bruno@clisp.org>
32077
32078         * gnulib-tool (func_version): Use $version.
32079
32080 2007-09-16  Bruno Haible  <bruno@clisp.org>
32081
32082         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32083         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32084         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32085         Reported by Greg Schafer <gschafer@zip.com.au>.
32086
32087 2007-09-15  Bruno Haible  <bruno@clisp.org>
32088
32089         * gnulib-tool (sed): Try a little harder to make bash understand the
32090         alias.
32091         Reported by Bruce Korb <bruce.korb@gmail.com>.
32092
32093 2007-09-13  Eric Blake  <ebb9@byu.net>
32094
32095         * ChangeLog: Remove conflict markers.
32096
32097 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32098
32099         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32100         Reported by Bruno Haible <bruno@clisp.org>.
32101
32102 2007-09-12  Bruno Haible  <bruno@clisp.org>
32103
32104         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32105         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32106         is not defined.
32107
32108 2007-09-12  Eric Blake  <ebb9@byu.net>
32109
32110         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32111         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32112         Autoconf definition.
32113         * modules/euidaccess (Depends-on): Add extensions, for
32114         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32115         * modules/fnmatch (Depends-on): Likewise.
32116         * modules/getaddrinfo (Depends-on): Likewise.
32117         * modules/getdelim (Depends-on): Likewise.
32118         * modules/getline (Depends-on): Likewise.
32119         * modules/getsubopt (Depends-on): Likewise.
32120         * modules/gettext (Depends-on): Likewise.
32121         * modules/group-member (Depends-on): Likewise.
32122         * modules/mbchar (Depends-on): Likewise.
32123         * modules/memmem (Depends-on): Likewise.
32124         * modules/mempcpy (Depends-on): Likewise.
32125         * modules/memrchr (Depends-on): Likewise.
32126         * modules/pagealign_alloc (Depends-on): Likewise.
32127         * modules/readutmp (Depends-on): Likewise.
32128         * modules/stpcpy (Depends-on): Likewise.
32129         * modules/stpncpy (Depends-on): Likewise.
32130         * modules/strchrnul (Depends-on): Likewise.
32131         * modules/strndup (Depends-on): Likewise.
32132         * modules/strsep (Depends-on): Likewise.
32133         * modules/strverscmp (Depends-on): Likewise.
32134         * modules/vasprintf (Depends-on): Likewise.
32135         * modules/wcwidth (Depends-on): Likewise.
32136         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32137         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32138         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32139         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32140         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32141         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32142         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32143         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32144         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32145         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32146         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32147         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32148         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32149         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32150         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32151         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32152         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32153         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32154         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32155         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32156         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32157         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32158         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32159         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32160         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32161         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32162         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32163         so that lock.m4 can be used in gettext without extensions module.
32164
32165 2007-09-11  Bruno Haible  <bruno@clisp.org>
32166
32167         * m4/isc-posix.m4: Remove file.
32168         Suggested by Eric Blake.
32169
32170 2007-09-11  Eric Blake  <ebb9@byu.net>
32171
32172         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32173
32174 2007-09-10  Bruno Haible  <bruno@clisp.org>
32175
32176         * posix-modules: Fix typo in error message.
32177         Reported by Matt <mkraai@beckman.com>.
32178
32179 2007-09-09  Bruno Haible  <bruno@clisp.org>
32180
32181         * doc/functions/getdelim.texi: Update list of platforms lacking the
32182         function.
32183         * doc/functions/getline.texi: Likewise.
32184
32185 2007-09-09  Jim Meyering  <jim@meyering.net>
32186
32187         * lib/hash.c (hash_initialize): Detect calloc failure.
32188         Reported by Bruno Haible.
32189
32190 2007-09-09  Bruno Haible  <bruno@clisp.org>
32191
32192         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32193         malloc or realloc fails.
32194
32195 2007-09-09  Bruno Haible  <bruno@clisp.org>
32196
32197         * modules/getcwd (Depends-on): Add malloc-posix.
32198         * modules/glob (Depends-on): Likewise.
32199         * modules/putenv (Depends-on): Likewise.
32200         * modules/strdup (Depends-on): Likewise.
32201         * modules/getdelim (Depends-on): Add realloc-posix.
32202         * modules/read-file (Depends-on): Likewise.
32203
32204 2007-09-09  Bruno Haible  <bruno@clisp.org>
32205
32206         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32207         (gl_FUNC_MALLOC_POSIX): Require it.
32208         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32209         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32210         * modules/realloc (Files): Add m4/malloc.m4.
32211         * modules/calloc (Files): Likewise.
32212
32213 2007-09-09  Bruno Haible  <bruno@clisp.org>
32214
32215         * modules/malloc-posix: New file.
32216         * modules/malloc (Depends-on): Add malloc-posix.
32217         * lib/malloc.c: Include errno.h.
32218         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32219         and a POSIX-compatible malloc into a single function. Set ENOMEM
32220         when returning NULL.
32221         * m4/malloc.m4: New file.
32222         * doc/functions/malloc.texi: Mention the malloc-posix module.
32223         * lib/stdlib_.h (malloc): New declaration.
32224         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32225         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32226         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32227         and HAVE_MALLOC_POSIX.
32228
32229 2007-09-09  Bruno Haible  <bruno@clisp.org>
32230
32231         * modules/realloc-posix: New file.
32232         * modules/realloc (Depends-on): Add realloc-posix.
32233         * lib/realloc.c: Include errno.h.
32234         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32235         and a POSIX-compatible realloc into a single function. Set ENOMEM
32236         when returning NULL.
32237         * m4/realloc.m4: New file.
32238         * doc/functions/realloc.texi: Mention the realloc-posix module.
32239         * lib/stdlib_.h (realloc): New declaration.
32240         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32241         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32242         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32243         and HAVE_REALLOC_POSIX.
32244
32245 2007-09-09  Bruno Haible  <bruno@clisp.org>
32246
32247         * modules/calloc-posix: New file.
32248         * modules/calloc (Depends-on): Add calloc-posix.
32249         * lib/calloc.c: Include errno.h.
32250         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32251         and a POSIX-compatible calloc into a single function. Set ENOMEM
32252         when returning NULL.
32253         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32254         * doc/functions/calloc.texi: Mention the calloc-posix module.
32255         * lib/stdlib_.h (calloc): New declaration.
32256         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32257         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32258         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32259         and HAVE_CALLOC_POSIX.
32260
32261 2007-09-09  Bruno Haible  <bruno@clisp.org>
32262
32263         Allow for modules to show an arbitrary notice.
32264         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32265         * gnulib-tool: New option --extract-notice.
32266         (func_usage): Document it.
32267         (sed_extract_prog): Update.
32268         (func_get_notice): New function.
32269         (func_modules_notice): New function.
32270         (func_import, func_create_testdir): Invoke it.
32271         Suggested by Jim Meyering.
32272
32273 2007-09-09  Bruno Haible  <bruno@clisp.org>
32274
32275         * gnulib-tool: New options --verbose, --quiet.
32276         (func_usage): Document them.
32277         (verbose): New variable.
32278         (func_execute_command): New function.
32279         (func_import): Don't show the module list and the file list if
32280         $verbose < 0.
32281         (func_create_testdir): Likewise. Use func_execute_command.
32282         (func_create_megatestdir): Use func_execute_command.
32283
32284 2007-09-08  Bruno Haible  <bruno@clisp.org>
32285
32286         * gnulib-tool (func_import): Prefer rsync over wget when available,
32287         for fetching the PO files.
32288
32289 2007-09-08  Bruno Haible  <bruno@clisp.org>
32290
32291         * posix-modules: New file. Portions copied from gnulib-tool.
32292         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32293
32294 2007-09-08  Jim Meyering  <jim@meyering.net>
32295
32296         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32297         * lib/fpending.h: Rename from __fpending.h.
32298         * lib/fpending.c: Rename from __fpending.c.
32299         Include "fpending.h", not "__fpending.h".
32300         * lib/__fpending.h, lib/__fpending.c: Remove files.
32301         * modules/fpending (Files): Reflect new file names.
32302         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32303
32304 2007-09-08  Bruno Haible  <bruno@clisp.org>
32305
32306         * m4/inttypes-h.m4: Remove stub file.
32307
32308 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32309
32310         * doc/headers/stdint.texi: Discuss #include_next issue.
32311
32312 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32313
32314         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32315
32316 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32317
32318         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32319         in variable name.
32320
32321 2007-09-03  Jim Meyering  <jim@meyering.net>
32322
32323         New module: git-version-gen.
32324         * modules/git-version-gen: New file.
32325
32326         Import changes from coreutils for bootstrap script.
32327
32328         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32329
32330         bootstrap: uses rsync to download the .po files
32331         * build-aux/bootstrap (po_download_command_format): New global.
32332         (download_po_files): Use rsync.
32333         (update_po_files): Don't remove .po files after download,
32334         so future rsync runs can take advantage of the copies.
32335
32336         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32337
32338         Solve the unnecessary-.po-file-regeneration problem once and for all.
32339         * build-aux/bootstrap (download_po_files): New function, renamed from
32340         get_translations.  Now, downloads, but doesn't update LINGUAS.
32341         (update_po_files): New function.
32342
32343         bootstrap: Ignore more.
32344         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32345         uniwidth to e.g., lib/.gitignore.
32346         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32347
32348         * build-aux/bootstrap: New setting: vc_ignore.
32349         (insert_sorted_if_absent): Create $file if absent.
32350         Adapt to new, possibly empty, list: $vc_ignore.
32351
32352         bootstrap: generate more ignorable names
32353         * build-aux/bootstrap (slurp): When generating ignorable names,
32354         also map .sin to .sed, .gperf to .c, and .y to .c.
32355
32356 2007-09-03  Jim Meyering  <jim@meyering.net>
32357
32358         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32359         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32360
32361 2007-09-02  Bruno Haible  <bruno@clisp.org>
32362
32363         Fix mis-recognition of 'mcs' on QNX 6.
32364         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32365         output contains the string "Mono".
32366         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32367         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32368
32369 2007-09-01  Bruno Haible  <bruno@clisp.org>
32370
32371         Fix collision between uniwidth/* and linebreak modules.
32372         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32373         u32_width): Remove declarations.
32374         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32375         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32376         streq3, streq2, streq1, streq0): Remove functions.
32377         (STREQ): Remove macro.
32378         (is_cjk_encoding): Remove function.
32379         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32380         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32381         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32382         * NEWS: Document the change.
32383
32384 2007-09-01  Bruno Haible  <bruno@clisp.org>
32385
32386         * lib/streq.h: Add double-inclusion guard.
32387
32388 2007-09-01  Karl Berry  <karl@gnu.org>
32389
32390         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32391
32392 2007-08-28  Jim Meyering  <jim@meyering.net>
32393
32394         Rename mreadlink_with_size to areadlink_with_size.
32395         * NEWS: Document the change.
32396         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32397         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32398         * lib/mreadlink.h: Rename this to...
32399         * lib/areadlink.h: ...this.
32400         * modules/mreadlink-with-size: Rename this to...
32401         * modules/areadlink-with-size: ...this.
32402         * lib/canonicalize.c: Reflect the renaming.
32403         * modules/canonicalize: Likewise.
32404
32405 2007-08-26  Bruno Haible  <bruno@clisp.org>
32406
32407         * gnulib-tool (func_import): When deciding which files to remove,
32408         consider also dangling symbolic links.
32409         Reported by Eric Blake.
32410
32411 2007-08-26  Bruno Haible  <bruno@clisp.org>
32412
32413         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32414
32415 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32416
32417         * lib/readline.c: Don't include getline.h, the prototype is now
32418         found in stdio.h.
32419
32420 2007-08-23  Jim Meyering  <jim@meyering.net>
32421
32422         Getdelim touchup.
32423         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32424         around the funlockfile call, since funlockfile never sets errno.
32425         Don't set errno upon failed realloc.
32426
32427 2007-08-22  Eric Blake  <ebb9@byu.net>
32428
32429         Getline touchups.
32430         * lib/getdelim.c (getdelim): Revert regression that required *n to
32431         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32432         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32433         getdelim, rather than whether implementation is missing.
32434         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32435         * lib/stdio_.h (getline): Also declare if replacement is
32436         required.
32437         * doc/functions/getdelim.texi: New file.
32438         * doc/functions/getline.texi: Likewise.
32439         * doc/gnulib.texi (Function Substitutes): Add new files.
32440         Reported by Bruno Haible.
32441
32442 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32443
32444         * users.txt: Add Guile.
32445
32446 2007-08-22  Eric Blake  <ebb9@byu.net>
32447
32448         * tests/test-getdelim.c (main): Use remove, not unlink.
32449         * tests/test-getline.c (main): Likewise.
32450
32451         Move getline and getdelim into stdio.h, per POSIX 200x.
32452         * modules/getline (Files): Remove getline.h.
32453         (Depends-on): Add stdio.
32454         (configure.ac): Add module indicator.
32455         * modules/getdelim (Files): Remove getdelim.h.
32456         (Depends-on): Add stdio.
32457         (configure.ac): Add module indicator.
32458         * modules/stdio (Makefile.am): Work with new indicators.
32459         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32460         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32461         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32462         * lib/getdelim.h: Delete.
32463         * lib/getline.h: Delete.
32464         * lib/stdio_.h (getdelim, getline): Declare.
32465         * modules/getdelim-tests: New module.
32466         * modules/getline-tests: Likewise.
32467         * tests/test-getdelim.c: New file.
32468         * tests/test-getline.c: Likewise.
32469         * NEWS: Document the change.
32470         * lib/getline.c: Update choice of header.
32471         * lib/csharpcomp.c: Likewise.
32472         * lib/getpass.c: Likewise.
32473         * lib/javacomp.c: Likewise.
32474         * lib/javaversion.c: Likewise.
32475         * lib/yesno.c: Likewise.
32476         * lib/getdelim.c: Likewise.
32477         (getdelim): Set errno on failure, and avoid memory leak.
32478
32479 2007-08-19  Bruno Haible  <bruno@clisp.org>
32480
32481         * modules/closein (Depends-on): Add freadahead.
32482         * lib/closein.c: Include freadahead.h.
32483         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32484         is zero.
32485
32486 2007-08-19  Bruno Haible  <bruno@clisp.org>
32487
32488         * modules/freadahead-tests: New file.
32489         * tests/test-freadahead.sh: New file.
32490         * tests/test-freadahead.c: New file.
32491
32492         * modules/freadahead: New file.
32493         * lib/freadahead.h: New file.
32494         * lib/freadahead.c: New file.
32495         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32496         fbufmode, fpurge, freadable, fwritable.
32497
32498 2007-08-19  Eric Blake  <ebb9@byu.net>
32499
32500         Test yesno in combination with closein.
32501         * lib/yesno.c (yesno): Document use of stdin.
32502         * modules/yesno-tests (Files): New module.
32503         * tests/test-yesno.c (main): New file.
32504         * tests/test-yesno.sh: Likewise.
32505
32506 2007-08-19  Bruno Haible  <bruno@clisp.org>
32507
32508         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32509         * lib/fseeko.c (rpl_fseeko): Likewise.
32510         * lib/fseterr.c (fseterr): Likewise.
32511
32512 2007-08-19  Bruno Haible  <bruno@clisp.org>
32513
32514         * tests/test-lseek.c (main): Disable a test for BeOS.
32515         * doc/functions/lseek.texi: Document the BeOS bug.
32516
32517 2007-08-19  Bruno Haible  <bruno@clisp.org>
32518             Eric Blake  <ebb9@byu.net>
32519
32520         * lib/lseek.c: Include <sys/stat.h>.
32521         (rpl_lseek): Add workaround code also for Unix platforms.
32522         Needed for BeOS.
32523         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32524         * doc/functions/lseek.texi: Document BeOS definiency.
32525
32526 2007-08-18  Bruno Haible  <bruno@clisp.org>
32527
32528         * modules/fstrcmp-tests: New file.
32529         * tests/test-fstrcmp.c: New file.
32530
32531 2007-08-18  Bruno Haible  <bruno@clisp.org>
32532
32533         * modules/fstrcmp: New file, from GNU gettext with modifications.
32534         * lib/fstrcmp.h: New file, from GNU gettext.
32535         * lib/fstrcmp.c: New file, from GNU gettext.
32536         * MODULES.html.sh (String handling): Add fstrcmp.
32537
32538 2007-08-18  Bruno Haible  <bruno@clisp.org>
32539
32540         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32541         'bool'.
32542         (diag, compareseq): Remove const from the ctxt argument.
32543         (USE_HEURISTIC): Undefine at the end.
32544
32545 2007-08-18  Jim Meyering  <jim@meyering.net>
32546
32547         New file: lib/idcache.h
32548         * NEWS: Mention the addition.
32549         * modules/idcache (Files): Add lib/idcache.h
32550         * lib/idcache.c: Include "idcache.h".
32551         Don't include <sys/types.h>.
32552         Add a FIXME comment.
32553         Move file-scoped "static" declarations to the top.
32554         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32555
32556 2007-08-17  Bruno Haible  <bruno@clisp.org>
32557         and Paul Eggert  <eggert@cs.ucla.edu>
32558
32559         * MODULES.html.sh: Add diffseq.
32560         * modules/diffseq: New file.
32561         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32562         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32563
32564 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32565
32566         Import changes from coreutils for bootstrap script.
32567
32568         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32569
32570         * build-aux/bootstrap (slurp): Work even in environments where
32571         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32572         current code does not slurp files whose names start with ".", and
32573         this looks like it might be a troublesome area.
32574
32575         2007-07-11  Jim Meyering  <jim@meyering.net>
32576
32577         If there's a GPL vN copyright comment, require that N == 3.
32578
32579         2007-07-08  Jim Meyering  <jim@meyering.net>
32580
32581         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32582         * build-aux/bootstrap (mam_template): Move definition out of loop.
32583
32584         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32585
32586         * build-aux/bootstrap (symlink_to_dir): Rename function from
32587         symlink_to_gnulib.  Add a directory parameter.  Update all
32588         callers.
32589         (cp_mark_as_generated): Also check for -- and link to -- files in
32590         gl/.
32591
32592         2007-07-08  Jim Meyering  <jim@meyering.net>
32593
32594         Adapt to deeper hierarchy in gnulib.
32595         * build-aux/bootstrap (symlink_to_dir): If the destination
32596         directory doesn't exist, create it. This is required at least for
32597         "lib/uniwidth/cjk.h".
32598
32599         2007-05-15  Jim Meyering  <jim@meyering.net>
32600
32601         * build-aux/bootstrap: Now that generated Makefile.am files
32602         are no longer under version control, they must be created at
32603         bootstrap time.
32604
32605 2007-08-14  Ben Pfaff  <blp@gnu.org>
32606
32607         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32608
32609 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32610
32611         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32612         given the changes below.
32613         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32614         even on hosts that have padding bits beyond the supported 64.
32615
32616 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32617
32618         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32619         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32620         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32621         depends on it.
32622         (xstrtol_error): Remove.
32623         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32624         but with a different signature.
32625         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32626         * lib/xstrtol-error.c: Include exitfail.h.
32627         (xstrtol_fatal): New function, with a different signature from the
32628         old xstrtol_error, so that the caller need not worry about passing
32629         in an exit status, or about storage management of the option argument.
32630         (xstrtol_error): Now a static function.  Redo signature to
32631         implement xstrtol_fatal.  Output the correct number of hyphens in
32632         front of the option so that the caller need not worry about
32633         storage management.
32634         (N_): New macro.
32635         (_): Remove; not used now.
32636         * modules/xstrtol: Depend on getopt.
32637         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32638         of old STRTOL_FATAL_ERROR macro.
32639         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32640         of test program.
32641         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32642         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32643
32644 2007-08-08  Eric Blake  <ebb9@byu.net>
32645
32646         * lib/xstrtol-error.c: Add missing include.
32647
32648         Move xstrtol messages into gnulib domain, when --pobase is used.
32649         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32650         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32651         * modules/xstrtol (Files): Distribute new file.
32652         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32653         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32654         * tests/test-xstrtol.c: ...into new file.
32655         * tests/test-xstrtoul.c: Also test xstrtoul.
32656         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32657         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32658         * tests/test-xstrtol.sh: Drive the tests.
32659         * tests/test-xstrtoimax.sh: Likewise.
32660         * tests/test-xstrtoumax.sh: Likewise.
32661         * modules/xstrtol-tests: New module.
32662         * modules/xstrtoimax-tests: Likewise.
32663         * modules/xstrtoumax-tests: Likewise.
32664
32665 2007-08-08  Jim Meyering  <jim@meyering.net>
32666
32667         New function: mfile_name_concat.
32668         * lib/filenamecat.c (mfile_name_concat): New function, just like
32669         file_name_concat, but return NULL upon failure rather than exiting
32670         with a diagnostic.
32671         * lib/filenamecat.h: Declare it.
32672
32673 2007-08-07  Bruno Haible  <bruno@clisp.org>
32674
32675         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32676         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32677         warning from gcc.
32678         Reported by Eric Blake.
32679
32680 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32681
32682         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32683         * modules/crypto/arcfour (License): Likewise.
32684         * modules/crypto/des-tests (License): Likewise.
32685         * modules/crypto/gc-arctwo-tests (License): Likewise.
32686         * modules/crypto/gc-des-tests (License): Likewise.
32687         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32688         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32689         * modules/crypto/gc-md2-tests (License): Likewise.
32690         * modules/crypto/gc-md4-tests (License): Likewise.
32691         * modules/crypto/gc-md5-tests (License): Likewise.
32692         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32693         * modules/crypto/gc-rijndael-tests (License): Likewise.
32694         * modules/crypto/gc-sha1-tests (License): Likewise.
32695         * modules/crypto/gc-tests (License): Likewise.
32696         * modules/crypto/hmac-md5 (License): Likewise.
32697         * modules/crypto/hmac-sha1 (License): Likewise.
32698         * modules/crypto/md2-tests (License): Likewise.
32699         * modules/crypto/md4-tests (License): Likewise.
32700         * modules/crypto/md5 (License): Likewise.
32701         * modules/crypto/rijndael (License): Likewise.
32702         * modules/crypto/sha1 (License): Likewise.
32703         * modules/memxor (License): Likewise.
32704
32705 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32706         and Bruno Haible  <bruno@clisp.org>
32707
32708         * NEWS: Describe interface changes to human, xstrtol.
32709         * lib/human.h: Include <xstrtol.h>.
32710         (human_options): Return enum strtol_error, not int.  Remove
32711         bool arg; take int * instead.
32712         * lib/human.c: Don't include "gettext.h".
32713         (_): Remove; no longer used.
32714         Don't include <xstrtol.h>, since human.h does it.
32715         (human_options): Adjust to abovementioned interface changes.
32716         Do not report error to stderr; that's now the caller's
32717         responsibility.
32718         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32719         interface change.
32720         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32721         Str, Argument_type_string.  All uses changed.  Put " argument"
32722         in diagnostics to make them clearer.  Change wording of suffix
32723         message for clarity.
32724         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32725         Argument_type_string.
32726         (STRTOL_FATAL_WARN): Remove; no longer used.
32727         * modules/human (Depends-on): Remove gettext-h.
32728
32729 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32730
32731         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32732
32733 2007-07-31  Bruno Haible  <bruno@clisp.org>
32734
32735         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32736         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32737         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32738
32739 2007-07-31  Bruno Haible  <bruno@clisp.org>
32740
32741         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32742         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32743
32744 2007-07-30  Bruno Haible  <bruno@clisp.org>
32745
32746         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32747         * modules/c-ctype (License): Likewise.
32748         * modules/c-strcase (License): Likewise.
32749         * modules/check-version (License): Likewise.
32750         * modules/iconv (License): Likewise.
32751         * modules/iconv_open (License): Likewise.
32752         * modules/read-file (License): Likewise.
32753         * modules/striconv (License): Likewise.
32754         * modules/strverscmp (License): Likewise.
32755         * modules/vasprintf (License): Likewise.
32756         * modules/crypto/des (License): Likewise.
32757         * modules/crypto/gc (License): Likewise.
32758         * modules/crypto/gc-arcfour (License): Likewise.
32759         * modules/crypto/gc-arctwo (License): Likewise.
32760         * modules/crypto/gc-des (License): Likewise.
32761         * modules/crypto/gc-hmac-md5 (License): Likewise.
32762         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32763         * modules/crypto/gc-md2 (License): Likewise.
32764         * modules/crypto/gc-md4 (License): Likewise.
32765         * modules/crypto/gc-md5 (License): Likewise.
32766         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32767         * modules/crypto/gc-random (License): Likewise.
32768         * modules/crypto/gc-rijndael (License): Likewise.
32769         * modules/crypto/gc-sha1 (License): Likewise.
32770         * modules/crypto/md2 (License): Likewise.
32771         * modules/crypto/md4 (License): Likewise.
32772
32773 2007-07-30  Jim Meyering  <jim@meyering.net>
32774
32775         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32776         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32777         it has valid stat data.  This bug would cause du not to count the
32778         sizes of inaccessible directories.
32779         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32780         in <http://bugzilla.redhat.com/250077>.
32781
32782 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32783             Bruno Haible  <bruno@clisp.org>
32784
32785         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32786         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32787         #include_next, gives a diagnostic about it, but reports no error in
32788         the exit code.
32789         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32790
32791 2007-07-24  Ben Pfaff  <blp@gnu.org>
32792
32793         Improve name: "count-one-bits" is better than "popcount".
32794         * MODULES.html.sh: Update name.
32795         * lib/popcount.h: Renamed lib/count-one-bits.h.
32796         (popcount): Renamed count_one_bits.
32797         (popcountl): Renamed count_one_bits_l.
32798         (popcountll): Renamed count_one_bits_ll.
32799         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32800         * modules/popcount: Renamed module/count-one-bits.
32801         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32802         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32803
32804 2007-07-23  Ben Pfaff  <blp@gnu.org>
32805
32806         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32807         better code generation, and add U to large constants to avoid
32808         warnings, in non-GCC case.
32809         Suggested by Bruno Haible.
32810
32811 2007-07-23  Ben Pfaff  <blp@gnu.org>
32812
32813         * lib/popcount.h: Use verify_true instead of if...abort.
32814         * modules/popcount: Depend on verify module.
32815         Suggested by Jim Meyering.
32816
32817 2007-07-23  Bruno Haible  <bruno@clisp.org>
32818
32819         * gnulib-tool (func_import): Create a .cvsignore file also when the
32820         directory is not yet in CVS but the toplevel directory is. When
32821         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32822         Reported by Karl Berry.
32823
32824 2007-07-22  Ben Pfaff  <blp@gnu.org>
32825
32826         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32827         case.
32828         Suggested by Eric Blake.
32829
32830 2007-07-22  Ben Pfaff  <blp@gnu.org>
32831
32832         New module: popcount.
32833         * MODULES.html.sh: Add popcount.
32834         * modules/popcount: New file.
32835         * modules/popcount-tests: New file.
32836         * tests/test-popcount.c: New file.
32837         * lib/popcount.h: New file.
32838         * m4/popcount.m4: New file.
32839
32840 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32841
32842         * build-aux/announce-gen: Update to GPLv3.
32843
32844         * build-aux/config.guess: Update from config.
32845
32846 2007-07-21  Bruno Haible  <bruno@clisp.org>
32847
32848         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32849         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32850
32851 2007-07-20  Jim Meyering  <jim@meyering.net>
32852
32853         * check-module: Diagnose a self-dependency.
32854
32855 2007-07-19  Bruno Haible  <bruno@clisp.org>
32856
32857         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32858         empty.
32859         Reported by Eric Blake.
32860
32861 2007-07-18  Bruno Haible  <bruno@clisp.org>
32862
32863         * gnulib-tool: New options --po-base, --po-domain.
32864         (func_usage): Document them.
32865         (pobase, po_domain): New variables.
32866         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32867         DEFAULT_TEXT_DOMAIN.
32868         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32869         (func_import): Consider pobase and po_domain. Create a po/ directory.
32870         (func_create_testdir): Set pobase and po_domain to empty.
32871         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32872         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32873
32874 2007-07-18  Bruno Haible  <bruno@clisp.org>
32875
32876         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32877         EXTRA_DIST augmentation for files in build-aux/.
32878
32879 2007-07-16  Bruno Haible  <bruno@clisp.org>
32880
32881         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32882         * modules/getdelim (License): Likewise.
32883
32884 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32885
32886         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32887         * modules/d-type (License): Likewise.
32888         * modules/extensions (License): Likewise.
32889         * modules/fnmatch (License): Likewise.
32890         * modules/fseeko (License): Likewise.
32891         * modules/getaddrinfo (License): Likewise.
32892         * modules/getline (License): Likewise.
32893         * modules/getlogin_r (License): Likewise.
32894         * modules/getpass (License): Likewise.
32895         * modules/gettimeofday (License): Likewise.
32896         * modules/glob (License): Likewise.
32897         * modules/inet_ntop (License): Likewise.
32898         * modules/malloc (License): Likewise.
32899         * modules/malloca (License): Likewise.
32900         * modules/memmem (License): Likewise.
32901         * modules/mempcpy (License): Likewise.
32902         * modules/memset (License): Likewise.
32903         * modules/minmax (License): Likewise.
32904         * modules/mktime (License): Likewise.
32905         * modules/netinet_in (License): Likewise.
32906         * modules/pathmax (License): Likewise.
32907         * modules/poll (License): Likewise.
32908         * modules/regex (License): Likewise.
32909         * modules/snprintf (License): Likewise.
32910         * modules/stdbool (License): Likewise.
32911         * modules/stdint (License): Likewise.
32912         * modules/stdio (License): Likewise.
32913         * modules/strcase (License): Likewise.
32914         * modules/strcasestr (License): Likewise.
32915         * modules/strdup (License): Likewise.
32916         * modules/string (License): Likewise.
32917         * modules/strndup (License): Likewise.
32918         * modules/strnlen (License): Likewise.
32919         * modules/strpbrk (License): Likewise.
32920         * modules/strptime (License): Likewise.
32921         * modules/strsep (License): Likewise.
32922         * modules/sys_select (License): Likewise.
32923         * modules/sys_socket (License): Likewise.
32924         * modules/sys_stat (License): Likewise.
32925         * modules/sys_time (License): Likewise.
32926         * modules/time (License): Likewise.
32927         * modules/time_r (License): Likewise.
32928         * modules/timegm (License): Likewise.
32929         * modules/unistd (License): Likewise.
32930         * modules/vsnprintf (License): Likewise.
32931         * modules/wctype (License): Likewise.
32932
32933 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32934
32935         * modules/argz (License): LGPLv2+.
32936
32937 2007-07-15  Karl Berry  <karl@gnu.org>
32938
32939         * doc/gnulib.texi: revise node structure per new fdl.texi.
32940
32941 2007-07-14  Bruno Haible  <bruno@clisp.org>
32942
32943         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32944         the output file.
32945         * lib/uniname/uninames.h: Regenerated.
32946
32947 2007-07-14  Karl Berry  <karl@gnu.org>
32948
32949         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32950         omitting sectioning and index commands.
32951
32952 2007-07-13  Bruno Haible  <bruno@clisp.org>
32953
32954         New gnulib-tool option --more-symlinks.
32955         * gnulib-tool (func_usage): Document --more-symlinks.
32956         (do_copyrights): New variable.
32957         Recognize option --more-symlinks.
32958         (func_import): Don't add a copyright notice transform to
32959         sed_transform_lib_file if do_copyrights is empty.
32960
32961 2007-07-13  Bruno Haible  <bruno@clisp.org>
32962
32963         * lib/vasnprintf.c (decimal_point_char): Define also if
32964         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32965         && !NEED_PRINTF_DIRECTIVE_A.
32966         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32967         Gary V. Vaughan <gary@gnu.org>.
32968
32969 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32970
32971         * lib/inttypes_.h: Undo previous change, since it was fixed
32972         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32973
32974 2007-07-13  Bruno Haible  <bruno@clisp.org>
32975
32976         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32977         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32978
32979 2007-07-13  Jim Meyering  <jim@meyering.net>
32980
32981         df: Don't fail for Tru64's "file-on-file mount".
32982         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32983         so we fall through and use statfs instead.  Details here:
32984         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32985         Reported by Albert Chin.
32986
32987 2007-07-13  Bruno Haible  <bruno@clisp.org>
32988
32989         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32990         * modules/configmake (License): Likewise.
32991         * modules/gettext (License): Likewise.
32992         * modules/gettext-h (License): Likewise.
32993         * modules/include_next (License): Likewise.
32994         * modules/link-warning (License): Likewise.
32995         * modules/localcharset (License): Likewise.
32996         * modules/localename (License): Likewise.
32997         * modules/lock (License): Likewise.
32998         * modules/relocatable-lib-lgpl (License): Likewise.
32999         * modules/size_max (License): Likewise.
33000         * modules/vasnprintf (License): Likewise.
33001         * modules/wchar (License): Likewise.
33002         * modules/xsize (License): Likewise.
33003
33004 2007-07-13  Bruno Haible  <bruno@clisp.org>
33005
33006         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33007         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33008
33009 2007-07-12  Bruno Haible  <bruno@clisp.org>
33010
33011         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33012         in the modules files.
33013
33014 2007-07-11  Karl Berry  <karl@gnu.org>
33015
33016         * MODULES.html.sh (func_module): use
33017          sed -e '\|^'"${includefile}"'$|d'
33018          instead of /.../d, to avoid errors on $includefile's containing /.
33019
33020 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33021
33022         * gnulib-tool (func_import): Avoid duplication of --avoid
33023         statements
33024         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33025         names to `_' in variable names.
33026
33027 2007-07-10  Eric Blake  <ebb9@byu.net>
33028
33029         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33030         * NEWS: Document this change.
33031
33032 2007-07-08  Bruno Haible  <bruno@clisp.org>
33033
33034         Update to Unicode 5.0.
33035         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33036         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33037         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33038         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33039         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33040         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33041         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33042         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33043         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33044         U+10A3F, U+1D242..U+1D244.
33045         (nonspacing_table_ind): Update.
33046         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33047         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33048
33049 2007-07-08  Bruno Haible  <bruno@clisp.org>
33050
33051         Update to Unicode 5.0.
33052         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33053         code transform. Extend the name index field of unicode_name_to_code and
33054         unicode_code_to_name from 16 to 24 bits.
33055         * lib/uniname/uniname.c (unicode_character_name,
33056         unicode_name_character): Add the range 0x12xxx to the code transform.
33057         * lib/uniname/uninames.h: Regenerated.
33058         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33059
33060 2007-07-07  Bruno Haible  <bruno@clisp.org>
33061
33062         * modules/wcwidth-tests: New file.
33063         * tests/test-wcwidth.c: New file.
33064
33065         Work around MacOS X wcwidth() bug.
33066         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33067         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33068         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33069         original wcwidth in non-UTF-8 locales.
33070         * modules/wcwidth (Depends-on): Add localcharset, streq,
33071         uniwidth/width.
33072         * doc/functions/wcwidth.texi: Update.
33073
33074 2007-07-07  Bruno Haible  <bruno@clisp.org>
33075
33076         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33077         (wcwidth): New declaration.
33078         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33079         macros.
33080         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33081         here. Prepare for creating <wchar.h> unconditionally.
33082         * modules/wchar (Depends-on): Add link-warning.
33083         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33084         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33085         * lib/wcwidth.h: Remove file.
33086         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33087         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33088         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33089         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33090         (Include): Replace wcwidth.h with <wchar.h>.
33091         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33092         * lib/mbchar.h: Don't include wcwidth.h.
33093         * lib/mbswidth.c: Likewise.
33094         * NEWS: Mention the change.
33095
33096 2007-07-07  Bruno Haible  <bruno@clisp.org>
33097
33098         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33099         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33100         definition with an external declaration.
33101         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33102         defined as a function. Remove AC_C_INLINE requirement.
33103         * modules/wcwidth (Files): Add lib/wcwidth.c.
33104         (Makefile.am): Remove redundant statement.
33105
33106 2007-07-07  Bruno Haible  <bruno@clisp.org>
33107
33108         * MODULES.html.sh (Unicode string functions): Add the new modules.
33109
33110         * tests/uniwidth/test-u32-strwidth.c: New file.
33111         * modules/uniwidth/u32-strwidth-tests: New file.
33112
33113         * lib/uniwidth/u32-strwidth.c: New file.
33114         * modules/uniwidth/u32-strwidth: New file.
33115
33116         * tests/uniwidth/test-u16-strwidth.c: New file.
33117         * modules/uniwidth/u16-strwidth-tests: New file.
33118
33119         * lib/uniwidth/u16-strwidth.c: New file.
33120         * modules/uniwidth/u16-strwidth: New file.
33121
33122         * tests/uniwidth/test-u8-strwidth.c: New file.
33123         * modules/uniwidth/u8-strwidth-tests: New file.
33124
33125         * lib/uniwidth/u8-strwidth.c: New file.
33126         * modules/uniwidth/u8-strwidth: New file.
33127
33128         * tests/uniwidth/test-u32-width.c: New file.
33129         * modules/uniwidth/u32-width-tests: New file.
33130
33131         * lib/uniwidth/u32-width.c: New file.
33132         * modules/uniwidth/u32-width: New file.
33133
33134         * tests/uniwidth/test-u16-width.c: New file.
33135         * modules/uniwidth/u16-width-tests: New file.
33136
33137         * lib/uniwidth/u16-width.c: New file.
33138         * modules/uniwidth/u16-width: New file.
33139
33140         * tests/uniwidth/test-u8-width.c: New file.
33141         * modules/uniwidth/u8-width-tests: New file.
33142
33143         * lib/uniwidth/u8-width.c: New file.
33144         * modules/uniwidth/u8-width: New file.
33145
33146         * tests/uniwidth/test-uc_width.c: New file.
33147         * modules/uniwidth/width-tests: New file.
33148
33149         * lib/uniwidth/width.c: New file, from GNU libiconv.
33150         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33151         * modules/uniwidth/width: New file.
33152
33153         * lib/uniwidth.h: New file, from GNU libiconv.
33154         * modules/uniwidth/base: New file.
33155
33156 2007-07-07  Bruno Haible  <bruno@clisp.org>
33157
33158         * lib/uniname.h: New file, from GNU gettext.
33159         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33160         * lib/uniname/uninames.h: New file, from GNU gettext.
33161         * lib/uniname/uniname.c: New file, from GNU gettext.
33162         * tests/uniname/test-uninames.sh: New file.
33163         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33164         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33165         * modules/uniname/base: New file.
33166         * modules/uniname/uniname: New file.
33167         * modules/uniname/uniname-tests: New file.
33168         * MODULES.html.sh (Unicode string functions): Add the new modules.
33169
33170 2007-07-06  Bruno Haible  <bruno@clisp.org>
33171
33172         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33173
33174 2007-07-06  Bruno Haible  <bruno@clisp.org>
33175
33176         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33177         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33178         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33179         include <sys/time.h>.
33180         Reported by Eric Blake.
33181
33182 2007-07-06  Eric Blake  <ebb9@byu.net>
33183
33184         Fix testing canonicalize on cygwin.
33185         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33186         Revert patch from 2007-06-19.
33187         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33188         canonicalize module is also in use.
33189         * tests/test-canonicalize.c: New file.
33190         * tests/test-canonicalize.sh: Likewise.
33191         * modules/canonicalize-tests: Likewise.
33192
33193 2007-07-06  Jim Meyering  <jim@meyering.net>
33194
33195         * lib/getugroups.c (getugroups): Detect getgrent failure.
33196         Adjust comment to reflect reality: this function may return -1.
33197
33198 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33199
33200         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33201         the new TP address.
33202         (usage): Fix typo
33203         (gnulib_mk): New variable.
33204
33205 2007-07-05  Jim Meyering  <jim@meyering.net>
33206
33207         Don't let endgrent clobber errno, no matter how improbable.
33208         * lib/getugroups.c (getugroups): Save and restore errno around
33209         endgrent call.
33210
33211         Close the group DB even when failing with 2^31 or more members.
33212         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33213
33214 2007-07-04  Jim Meyering  <jim@meyering.net>
33215
33216         * lib/getugroups.h: New file.
33217         * lib/getugroups.c: Include "getugroups.h".
33218         Remove uses of "register" keyword.
33219         Move local variable, "cp", down into scope where used.
33220         Give "username" parameter the "const" attribute.
33221         * modules/getugroups (Files): Add lib/getugroups.h
33222
33223 2007-07-04  Karl Berry  <karl@gnu.org>
33224
33225         * MODULES.html.sh (func_all_modules): Complete rename of
33226         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33227
33228 2007-07-02  Bruno Haible  <bruno@clisp.org>
33229
33230         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33231         mode, when inttypes.h comes from gnulib.
33232         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33233
33234 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33235
33236         * NEWS: Mention lgpl module name change.
33237
33238         * modules/lgpl-2.1: Renamed from lgpl.
33239
33240         * NEWS: Mention gpl module name change.
33241
33242         * modules/gpl-3.0: New file, based on gpl-2.0.
33243
33244         * modules/gpl-2.0: Renamed from gpl.
33245
33246         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33247         doc/gpl-2.0.texi.
33248
33249 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33250
33251         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33252         #define __STDC_LIMIT_MACROS temporarily while including
33253         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33254         Problem reported by Joel E. Denny in
33255         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33256
33257 2007-07-01  Bruno Haible  <bruno@clisp.org>
33258
33259         * lib/unistdio.h: New file.
33260         * lib/unistdio/u-asnprintf.h: New file.
33261         * lib/unistdio/u-asprintf.h: New file.
33262         * lib/unistdio/u-printf-args.c: New file.
33263         * lib/unistdio/u-printf-args.h: New file.
33264         * lib/unistdio/u-printf-parse.h: New file.
33265         * lib/unistdio/u-snprintf.h: New file.
33266         * lib/unistdio/u-sprintf.h: New file.
33267         * lib/unistdio/u-vasprintf.h: New file.
33268         * lib/unistdio/u-vsnprintf.h: New file.
33269         * lib/unistdio/u-vsprintf.h: New file.
33270         * lib/unistdio/ulc-asnprintf.c: New file.
33271         * lib/unistdio/ulc-asprintf.c: New file.
33272         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33273         * lib/unistdio/ulc-printf-parse.c: New file.
33274         * lib/unistdio/ulc-snprintf.c: New file.
33275         * lib/unistdio/ulc-sprintf.c: New file.
33276         * lib/unistdio/ulc-vasnprintf.c: New file.
33277         * lib/unistdio/ulc-vasprintf.c: New file.
33278         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33279         * lib/unistdio/ulc-vsnprintf.c: New file.
33280         * lib/unistdio/ulc-vsprintf.c: New file.
33281         * lib/unistdio/u8-asnprintf.c: New file.
33282         * lib/unistdio/u8-asprintf.c: New file.
33283         * lib/unistdio/u8-printf-parse.c: New file.
33284         * lib/unistdio/u8-snprintf.c: New file.
33285         * lib/unistdio/u8-sprintf.c: New file.
33286         * lib/unistdio/u8-vasnprintf.c: New file.
33287         * lib/unistdio/u8-vasprintf.c: New file.
33288         * lib/unistdio/u8-vsnprintf.c: New file.
33289         * lib/unistdio/u8-vsprintf.c: New file.
33290         * lib/unistdio/u8-u8-asnprintf.c: New file.
33291         * lib/unistdio/u8-u8-asprintf.c: New file.
33292         * lib/unistdio/u8-u8-snprintf.c: New file.
33293         * lib/unistdio/u8-u8-sprintf.c: New file.
33294         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33295         * lib/unistdio/u8-u8-vasprintf.c: New file.
33296         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33297         * lib/unistdio/u8-u8-vsprintf.c: New file.
33298         * lib/unistdio/u16-asnprintf.c: New file.
33299         * lib/unistdio/u16-asprintf.c: New file.
33300         * lib/unistdio/u16-printf-parse.c: New file.
33301         * lib/unistdio/u16-snprintf.c: New file.
33302         * lib/unistdio/u16-sprintf.c: New file.
33303         * lib/unistdio/u16-vasnprintf.c: New file.
33304         * lib/unistdio/u16-vasprintf.c: New file.
33305         * lib/unistdio/u16-vsnprintf.c: New file.
33306         * lib/unistdio/u16-vsprintf.c: New file.
33307         * lib/unistdio/u16-u16-asnprintf.c: New file.
33308         * lib/unistdio/u16-u16-asprintf.c: New file.
33309         * lib/unistdio/u16-u16-snprintf.c: New file.
33310         * lib/unistdio/u16-u16-sprintf.c: New file.
33311         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33312         * lib/unistdio/u16-u16-vasprintf.c: New file.
33313         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33314         * lib/unistdio/u16-u16-vsprintf.c: New file.
33315         * lib/unistdio/u32-asnprintf.c: New file.
33316         * lib/unistdio/u32-asprintf.c: New file.
33317         * lib/unistdio/u32-printf-parse.c: New file.
33318         * lib/unistdio/u32-snprintf.c: New file.
33319         * lib/unistdio/u32-sprintf.c: New file.
33320         * lib/unistdio/u32-vasnprintf.c: New file.
33321         * lib/unistdio/u32-vasprintf.c: New file.
33322         * lib/unistdio/u32-vsnprintf.c: New file.
33323         * lib/unistdio/u32-vsprintf.c: New file.
33324         * lib/unistdio/u32-u32-asnprintf.c: New file.
33325         * lib/unistdio/u32-u32-asprintf.c: New file.
33326         * lib/unistdio/u32-u32-snprintf.c: New file.
33327         * lib/unistdio/u32-u32-sprintf.c: New file.
33328         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33329         * lib/unistdio/u32-u32-vasprintf.c: New file.
33330         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33331         * lib/unistdio/u32-u32-vsprintf.c: New file.
33332         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33333         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33334         * tests/unistdio/test-ulc-printf1.h: New file.
33335         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33336         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33337         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33338         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33339         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33340         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33341         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33342         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33343         * tests/unistdio/test-u8-asnprintf1.c: New file.
33344         * tests/unistdio/test-u8-asnprintf1.h: New file.
33345         * tests/unistdio/test-u8-printf1.h: New file.
33346         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33347         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33348         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33349         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33350         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33351         * tests/unistdio/test-u8-vasprintf1.c: New file.
33352         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33353         * tests/unistdio/test-u8-vsprintf1.c: New file.
33354         * tests/unistdio/test-u16-asnprintf1.c: New file.
33355         * tests/unistdio/test-u16-asnprintf1.h: New file.
33356         * tests/unistdio/test-u16-printf1.h: New file.
33357         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33358         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33359         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33360         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33361         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33362         * tests/unistdio/test-u16-vasprintf1.c: New file.
33363         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33364         * tests/unistdio/test-u16-vsprintf1.c: New file.
33365         * tests/unistdio/test-u32-asnprintf1.c: New file.
33366         * tests/unistdio/test-u32-asnprintf1.h: New file.
33367         * tests/unistdio/test-u32-printf1.h: New file.
33368         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33369         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33370         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33371         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33372         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33373         * tests/unistdio/test-u32-vasprintf1.c: New file.
33374         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33375         * tests/unistdio/test-u32-vsprintf1.c: New file.
33376         * modules/unistdio/base: New file.
33377         * modules/unistdio/u-printf-args: New file.
33378         * modules/unistdio/ulc-asnprintf: New file.
33379         * modules/unistdio/ulc-asprintf: New file.
33380         * modules/unistdio/ulc-fprintf: New file.
33381         * modules/unistdio/ulc-printf-parse: New file.
33382         * modules/unistdio/ulc-snprintf: New file.
33383         * modules/unistdio/ulc-sprintf: New file.
33384         * modules/unistdio/ulc-vasnprintf: New file.
33385         * modules/unistdio/ulc-vasprintf: New file.
33386         * modules/unistdio/ulc-vfprintf: New file.
33387         * modules/unistdio/ulc-vsnprintf: New file.
33388         * modules/unistdio/ulc-vsprintf: New file.
33389         * modules/unistdio/u8-asnprintf: New file.
33390         * modules/unistdio/u8-asprintf: New file.
33391         * modules/unistdio/u8-printf-parse: New file.
33392         * modules/unistdio/u8-snprintf: New file.
33393         * modules/unistdio/u8-sprintf: New file.
33394         * modules/unistdio/u8-vasnprintf: New file.
33395         * modules/unistdio/u8-vasprintf: New file.
33396         * modules/unistdio/u8-vsnprintf: New file.
33397         * modules/unistdio/u8-vsprintf: New file.
33398         * modules/unistdio/u8-u8-asnprintf: New file.
33399         * modules/unistdio/u8-u8-asprintf: New file.
33400         * modules/unistdio/u8-u8-snprintf: New file.
33401         * modules/unistdio/u8-u8-sprintf: New file.
33402         * modules/unistdio/u8-u8-vasnprintf: New file.
33403         * modules/unistdio/u8-u8-vasprintf: New file.
33404         * modules/unistdio/u8-u8-vsnprintf: New file.
33405         * modules/unistdio/u8-u8-vsprintf: New file.
33406         * modules/unistdio/u16-asnprintf: New file.
33407         * modules/unistdio/u16-asprintf: New file.
33408         * modules/unistdio/u16-printf-parse: New file.
33409         * modules/unistdio/u16-snprintf: New file.
33410         * modules/unistdio/u16-sprintf: New file.
33411         * modules/unistdio/u16-vasnprintf: New file.
33412         * modules/unistdio/u16-vasprintf: New file.
33413         * modules/unistdio/u16-vsnprintf: New file.
33414         * modules/unistdio/u16-vsprintf: New file.
33415         * modules/unistdio/u16-u16-asnprintf: New file.
33416         * modules/unistdio/u16-u16-asprintf: New file.
33417         * modules/unistdio/u16-u16-snprintf: New file.
33418         * modules/unistdio/u16-u16-sprintf: New file.
33419         * modules/unistdio/u16-u16-vasnprintf: New file.
33420         * modules/unistdio/u16-u16-vasprintf: New file.
33421         * modules/unistdio/u16-u16-vsnprintf: New file.
33422         * modules/unistdio/u16-u16-vsprintf: New file.
33423         * modules/unistdio/u32-asnprintf: New file.
33424         * modules/unistdio/u32-asprintf: New file.
33425         * modules/unistdio/u32-printf-parse: New file.
33426         * modules/unistdio/u32-snprintf: New file.
33427         * modules/unistdio/u32-sprintf: New file.
33428         * modules/unistdio/u32-vasnprintf: New file.
33429         * modules/unistdio/u32-vasprintf: New file.
33430         * modules/unistdio/u32-vsnprintf: New file.
33431         * modules/unistdio/u32-vsprintf: New file.
33432         * modules/unistdio/u32-u32-asnprintf: New file.
33433         * modules/unistdio/u32-u32-asprintf: New file.
33434         * modules/unistdio/u32-u32-snprintf: New file.
33435         * modules/unistdio/u32-u32-sprintf: New file.
33436         * modules/unistdio/u32-u32-vasnprintf: New file.
33437         * modules/unistdio/u32-u32-vasprintf: New file.
33438         * modules/unistdio/u32-u32-vsnprintf: New file.
33439         * modules/unistdio/u32-u32-vsprintf: New file.
33440         * modules/unistdio/ulc-asnprintf-tests: New file.
33441         * modules/unistdio/ulc-vasnprintf-tests: New file.
33442         * modules/unistdio/ulc-vasprintf-tests: New file.
33443         * modules/unistdio/ulc-vsnprintf-tests: New file.
33444         * modules/unistdio/ulc-vsprintf-tests: New file.
33445         * modules/unistdio/u8-asnprintf-tests: New file.
33446         * modules/unistdio/u8-vasnprintf-tests: New file.
33447         * modules/unistdio/u8-vasprintf-tests: New file.
33448         * modules/unistdio/u8-vsnprintf-tests: New file.
33449         * modules/unistdio/u8-vsprintf-tests: New file.
33450         * modules/unistdio/u16-asnprintf-tests: New file.
33451         * modules/unistdio/u16-vasnprintf-tests: New file.
33452         * modules/unistdio/u16-vasprintf-tests: New file.
33453         * modules/unistdio/u16-vsnprintf-tests: New file.
33454         * modules/unistdio/u16-vsprintf-tests: New file.
33455         * modules/unistdio/u32-asnprintf-tests: New file.
33456         * modules/unistdio/u32-vasnprintf-tests: New file.
33457         * modules/unistdio/u32-vasprintf-tests: New file.
33458         * modules/unistdio/u32-vsnprintf-tests: New file.
33459         * modules/unistdio/u32-vsprintf-tests: New file.
33460         * MODULES.html.sh (Unicode string functions): Add the new modules.
33461
33462 2007-07-01  Bruno Haible  <bruno@clisp.org>
33463
33464         * lib/sprintf.c (sprintf): Limit the available length estimation,
33465         to avoid address wraparound.
33466         * lib/vsprintf.c (vsprintf): Likewise.
33467         * modules/sprintf-posix (Dependencies): Add stdint.
33468         * modules/vsprintf-posix (Dependencies): Likewise.
33469
33470 2007-07-01  Bruno Haible  <bruno@clisp.org>
33471
33472         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33473         Windows PATH as well. Conservative double-quoting. Comments.
33474
33475 2007-07-01  Bruno Haible  <bruno@clisp.org>
33476             Eric Blake  <ebb9@byu.net>
33477             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33478
33479         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33480         empty components in $PATH, denoting '.'.
33481
33482 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33483
33484         * gnulib-tool: Fix indentation.
33485         (func_create_megatestdir): Likewise.
33486         Report by Bruno Haible.
33487
33488 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33489
33490         Sync from Automake.
33491         * build-aux/gnupload: Fix shell portability issues with for loops.
33492         Report by Karl Berry.
33493
33494 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33495
33496         * build-aux/maint.mk (POURL): Use translationproject.org.
33497
33498 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33499             Bruno Haible  <bruno@clisp.org>
33500
33501         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33502         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33503         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33504         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33505         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33506
33507 2007-06-27  Bruno Haible  <bruno@clisp.org>
33508
33509         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33510         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33511
33512 2007-06-26  Karl Berry  <karl@gnu.org>
33513
33514         * MODULES.html.sh: remove xreadlink-with-size.
33515
33516 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33517
33518         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33519         method that I hope also handles the double-include problem noted
33520         by Bruno Haible in
33521         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33522
33523 2007-06-23  Bruno Haible  <bruno@clisp.org>
33524
33525         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33526         Don't let the 'mostlyclean' target fail if the last subdirectory could
33527         not be removed.
33528         Reported by Karl Berry.
33529
33530 2007-06-23  Bruno Haible  <bruno@clisp.org>
33531
33532         * gnulib-tool (echo): Add a speedier workaround for ksh.
33533         * tests/test-echo.sh: Likewise.
33534
33535 2007-06-23  Bruno Haible  <bruno@clisp.org>
33536
33537         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33538         * tests/test-echo.sh: Likewise.
33539
33540 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33541
33542         * gnulib-tool (IFS): Initialize early, so we don't set it to
33543         empty later.
33544         (self_abspathname): Rewrite algorithm to set it, reindent.
33545         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33546         (func_create_megatestdir): Merge some sed scripts.
33547
33548 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33549
33550         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33551         exposed by Sun Studio 11 cc on Solaris 8.
33552
33553 2007-06-22  Bruno Haible  <bruno@clisp.org>
33554
33555         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33556         backslashes.
33557         * tests/test-echo.sh: New file.
33558
33559 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33560
33561         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33562         simplify `sed_replace_build_aux' scripts, they are portable but
33563         echoing them with `echo' is not.
33564         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33565
33566 2007-06-21  Karl Berry  <karl@gnu.org>
33567
33568         * config/srclist.txt: guess we can't handle the licenses via
33569         srclist at the moment.
33570
33571 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33572
33573         * MODULES.html.sh: Add include_next.
33574         * modules/include_next: New file.
33575
33576 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33577
33578         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33579         INCLUDE_NEXT.
33580         (gl_CHECK_NEXT_HEADERS): New macro.
33581         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33582         the obsolescent gl_ABSOLUTE_HEADER.
33583         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33584         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33585         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33586         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33587         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33588         * m4/math_h.m4 (gl_MATH_H): Likewise.
33589         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33590         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33591         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33592         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33593         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33594         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33595         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33596         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33597         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33598         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33599         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33600         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33601         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33602         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33603         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33604         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33605         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33606         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33607         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33608         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33609         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33610         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33611         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33612         * lib/float_.h: Likewise.
33613         * lib/inttypes_.h: Likewise.
33614         * lib/math_.h: Likewise.
33615         * lib/search_.h: Likewise.
33616         * lib/signal_.h: Likewise.
33617         * lib/stdint_.h: Likewise.
33618         * lib/stdio_.h: Likewise.
33619         * lib/stdlib_.h: Likewise.
33620         * lib/string_.h: Likewise.
33621         * lib/sys_stat_.h: Likewise.
33622         * lib/sys_time_.h: Likewise.
33623         * lib/time_.h: Likewise.
33624         * lib/unistd_.h: Likewise.
33625         * lib/wchar_.h: Likewise.
33626         * lib/wctype_.h: Likewise.
33627         * lib/dirent_.h: Likewise.
33628         * lib/iconv_.h: Likewise.
33629         * lib/locale_.h: Likewise.
33630         * lib/netinet_in_.h: Likewise.
33631         * lib/sys_select_.h: Likewise.
33632         * lib/sys_socket_.h: Likewise.
33633         * lib/sysexits_.h: Likewise.
33634         * modules/fcntl (Depends-on): Depend on include_next, not
33635         absolute_header.
33636         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33637         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33638         * modules/fchdir: Likewise.
33639         * modules/float: Likewise.
33640         * modules/iconv_open: Likewise.
33641         * modules/inttypes: Likewise.
33642         * modules/locale: Likewise.
33643         * modules/math: Likewise.
33644         * modules/netinet_in: Likewise.
33645         * modules/search: Likewise.
33646         * modules/signal: Likewise.
33647         * modules/stdint: Likewise.
33648         * modules/stdio: Likewise.
33649         * modules/stdlib: Likewise.
33650         * modules/string: Likewise.
33651         * modules/sys_select: Likewise.
33652         * modules/sys_socket: Likewise.
33653         * modules/sys_stat: Likewise.
33654         * modules/sys_time: Likewise.
33655         * modules/sysexits: Likewise.
33656         * modules/time: Likewise.
33657         * modules/unistd: Likewise.
33658         * modules/wchar: Likewise.
33659         * modules/wctype: Likewise.
33660         * modules/sys_stat: Change maintainer to "all".
33661         * modules/unistd: Likewise.
33662
33663 2007-06-20  Karl Berry  <karl@gnu.org>
33664
33665         * config/srclist.txt: track www changes in license files.
33666
33667 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33668
33669         * build-aux/bootstrap: Remove stray dot.
33670         Make sure build_aux settings are honored when linking
33671         gnulib_extra_files.
33672
33673 2007-06-19  Eric Blake  <ebb9@byu.net>
33674
33675         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33676         Allow compilation on cygwin.
33677
33678 2007-06-19  Jim Meyering  <jim@meyering.net>
33679
33680         xreadlink-with-size: Remove module.  No longer used.
33681         Ex-callers now use xreadlink or mreadlink-with-size.
33682         * modules/xreadlink-with-size: Remove module.
33683         * lib/xreadlink-with-size.c: Remove file.
33684         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33685         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33686         just before the function definition *is* accurate.
33687
33688         Eliminate one way canonicalize_filename_mode could exit.
33689         * lib/canonicalize.c (canonicalize_filename_mode):
33690         Use mreadlink_with_size, not xreadlink_with_size.
33691
33692 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33693
33694         Detect porting problems to FreeBSD/arm, which has time_t wider than
33695         long int.  Original problem reported for GNU diff by Xin Li in
33696         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33697         * modules/getdate (Depends-on): Add intprops, verify.
33698         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33699         is an integer type no wider than long int.
33700
33701 2007-06-18  Jim Meyering  <jim@meyering.net>
33702
33703         New module: mreadlink-with-size.
33704         * MODULES.html.sh: Add mreadlink-with-size.
33705         * modules/mreadlink-with-size: New module
33706         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33707         not xreadlink-with-size.
33708         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33709
33710 2007-06-16  Bruno Haible  <bruno@clisp.org>
33711
33712         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33713         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33714         Reported by Gary V. Vaughan <gary@gnu.org>.
33715
33716 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33717
33718         Revamp lchown so that it lives in unistd.h where it belongs.
33719         * lib/lchown.h: Remove.
33720         * lib/dirchownmod.c: Don't include lib/lchown.h.
33721         * lib/fchownat.c: Likewise.
33722         * lib/openat.c: Likewise.
33723         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33724         does not follow symlinks.
33725         (EOPNOTSUPP): Define if not defined.
33726         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33727         is defined to 0.
33728         (lchown): New decl.
33729         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33730         Do not check for lchown decl.
33731         Set REPLACE_LCHOWN.
33732         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33733         REPLACE_LCHOWN.
33734         * modules/chown: Make it clear it follows symlinks.
33735         * modules/lchown: Make it clear it doesn't follow symlinks.
33736         (Files): Remove lib/lchown.h
33737         (Depends-on): Add unistd.
33738         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33739         (Include): Include <unistd.h>, not "lchown.h".
33740         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33741         REPLACE_LCHOWN.
33742
33743 2007-06-15  Jim Meyering  <jim@meyering.net>
33744
33745         Change license (GPL to LGPL) of fsusage and dependents.
33746         * modules/fsusage (License): Change to LGPL.
33747         * modules/full-read (License): Likewise.
33748         * modules/full-write (License): Likewise.
33749         * modules/safe-read (License): Likewise.
33750         * modules/safe-write (License): Likewise.
33751
33752 2007-06-14  Ben Pfaff  <blp@gnu.org>
33753
33754         Missing part of allocsa -> malloca transition.
33755         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33756         gl_MALLOCA.
33757
33758 2007-06-12  Bruno Haible  <bruno@clisp.org>
33759
33760         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33761         to ia64, x86_64, i386.
33762         Reported by Eric Blake.
33763
33764 2007-06-12  Bruno Haible  <bruno@clisp.org>
33765
33766         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33767         cross-compiling to x86_64.
33768
33769 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33770
33771         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33772         glitch reported by Ralf Wildenhues in
33773         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33774
33775         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33776         Vin Shelton.
33777
33778 2007-06-11  Bruno Haible  <bruno@clisp.org>
33779
33780         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33781         replacement string.
33782         Reported by Eric Blake.
33783
33784 2007-06-10  Bruno Haible  <bruno@clisp.org>
33785
33786         Prepare vasnprintf code for use with Unicode strings.
33787         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33788         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33789         TYPE_U32_STRING.
33790         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33791         a_u32_string variants.
33792         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33793         * lib/printf-args.c: Don't include config.h and the specification
33794         header if PRINTF_FETCHARGS is already defined.
33795         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33796         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33797         TYPE_U16_STRING, TYPE_U32_STRING.
33798         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33799         u16_directive, u16_directives, u32_directive, u32_directives): New
33800         types.
33801         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33802         New declarations.
33803         * lib/printf-parse.c: Don't include config.h and the specification
33804         header if PRINTF_PARSE is already defined. Eliminate the set of
33805         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33806         them now. Include c-ctype.h.
33807         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33808         directive and CHAR_T_ONLY_ASCII.
33809         * lib/vasnprintf.c: Don't include config.h and the specification header
33810         if VASNPRINTF is already defined.
33811         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33812         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33813         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33814         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33815         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33816         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33817         code accordingly.
33818         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33819         pad_ourselves also in this case, with the 'c' and 's' directives, and
33820         with a different notion of "width".
33821         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33822
33823 2007-06-10  Bruno Haible  <bruno@clisp.org>
33824
33825         * modules/unistr/u32-mbsnlen: New file.
33826         * lib/unistr/u32-mbsnlen.c: New file.
33827
33828         * modules/unistr/u16-mbsnlen: New file.
33829         * lib/unistr/u16-mbsnlen.c: New file.
33830
33831         * modules/unistr/u8-mbsnlen: New file.
33832         * lib/unistr/u8-mbsnlen.c: New file.
33833
33834         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33835         declarations.
33836
33837 2007-06-10  Bruno Haible  <bruno@clisp.org>
33838
33839         * lib/string_.h (mbsnlen): New declaration.
33840         * lib/mbsnlen.c: New file.
33841         * m4/mbsnlen.m4: New file.
33842         * modules/mbsnlen: New file.
33843         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33844         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33845         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33846
33847 2007-06-10  Bruno Haible  <bruno@clisp.org>
33848
33849         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33850
33851 2007-06-10  Bruno Haible  <bruno@clisp.org>
33852
33853         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33854         * lib/mbuiter.h: Likewise.
33855
33856 2007-06-10  Bruno Haible  <bruno@clisp.org>
33857
33858         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33859         declaration.
33860
33861 2007-06-10  Karl Berry  <karl@gnu.org>
33862
33863         * config/srclist.txt: remove gettext entries, Bruno prefers
33864         to update individually.
33865
33866 2007-06-10  Bruno Haible  <bruno@clisp.org>
33867
33868         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33869         'maxlen'. Ensure only length + width bytes are allocated, not
33870         length + 1 + width.
33871
33872 2007-06-09  Bruno Haible  <bruno@clisp.org>
33873
33874         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33875         (CHAR_T): Remove macro.
33876         (VASNPRINTF): Update.
33877
33878 2007-06-09  Bruno Haible  <bruno@clisp.org>
33879
33880         * MODULES.html.sh (Unicode string functions): Add the new modules.
33881
33882         * modules/uniconv/u32-conv-to-enc: New file.
33883         * lib/uniconv/u32-conv-to-enc.c: New file.
33884         * modules/uniconv/u32-conv-to-enc-tests: New file.
33885         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33886
33887         * modules/uniconv/u16-conv-to-enc: New file.
33888         * lib/uniconv/u16-conv-to-enc.c: New file.
33889         * lib/uniconv/u-conv-to-enc.h: New file.
33890         * modules/uniconv/u16-conv-to-enc-tests: New file.
33891         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33892
33893         * modules/uniconv/u8-conv-to-enc: New file.
33894         * lib/uniconv/u8-conv-to-enc.c: New file.
33895         * modules/uniconv/u8-conv-to-enc-tests: New file.
33896         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33897
33898         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33899         u32_conv_to_encoding): New declarations.
33900
33901 2007-06-09  Bruno Haible  <bruno@clisp.org>
33902
33903         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33904
33905 2007-06-09  Bruno Haible  <bruno@clisp.org>
33906
33907         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33908         * modules/malloca: Renamed from modules/allocsa, updated.
33909         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33910         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33911         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33912         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33913         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33914         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33915         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33916         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33917         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33918         * modules/c-strcasestr (Depends-on): Update.
33919         * lib/c-strcasestr.c: Update.
33920         * modules/c-strstr (Depends-on): Update.
33921         * lib/c-strstr.c: Update.
33922         * modules/canonicalize-lgpl (Depends-on): Update.
33923         * lib/canonicalize-lgpl.c: Update.
33924         * modules/clean-temp (Depends-on): Update.
33925         * lib/clean-temp.c: Update.
33926         * modules/csharpcomp (Depends-on): Update.
33927         * lib/csharpcomp.c: Update.
33928         * modules/csharpexec (Depends-on): Update.
33929         * lib/csharpexec.c: Update.
33930         * modules/javacomp (Depends-on): Update.
33931         * lib/javacomp.c: Update.
33932         * modules/javaexec (Depends-on): Update.
33933         * lib/javaexec.c: Update.
33934         * modules/mbscasestr (Depends-on): Update.
33935         * lib/mbscasestr.c: Update.
33936         * modules/mbsstr (Depends-on): Update.
33937         * lib/mbsstr.c: Update.
33938         * modules/setenv (Depends-on): Update.
33939         * lib/setenv.c: Update.
33940         * modules/strcasestr (Depends-on): Update.
33941         * lib/strcasestr.c: Update.
33942         * modules/striconveha (Depends-on): Update.
33943         * lib/striconveha.c: Update.
33944         * modules/relocatable-prog-wrapper (Files): Update.
33945         * lib/relocwrapper.c: Update.
33946         * build-aux/install-reloc: Update.
33947         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33948
33949 2007-06-08  Bruno Haible  <bruno@clisp.org>
33950
33951         Port to uClibc.
33952         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33953         * lib/fpurge.c (fpurge): Likewise.
33954         * lib/freading.c (freading): Likewise.
33955         * lib/fseeko.c (rpl_fseeko): Likewise.
33956         * lib/fseterr.c (fseterr): Likewise.
33957         * lib/fwriting.c (fwriting): Likewise.
33958         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33959
33960 2007-06-08  Bruno Haible  <bruno@clisp.org>
33961
33962         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33963         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33964         * modules/gettext (Files): Add m4/intlmacosx.m4.
33965
33966 2007-06-07  Bruno Haible  <bruno@clisp.org>
33967
33968         * modules/localename-tests: New file.
33969         * tests/test-localename.c: New file.
33970
33971         New module 'localename'.
33972         * lib/localename.h: New file.
33973         * lib/localename.c: New file, from GNU gettext.
33974         * m4/localename.m4: New file.
33975         * modules/localename: New file.
33976
33977 2007-06-07  Bruno Haible  <bruno@clisp.org>
33978
33979         Work around the lack of <wchar.h> on some builds of uClibc.
33980         * doc/headers/wchar.texi: Update.
33981         * lib/wchar_.h: Include <wchar.h> only if it exists.
33982         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33983         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33984         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33985         doesn't exist.
33986         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33987         * modules/mbfile (Depends-on): Add wchar.
33988         * modules/mbiter (Depends-on): Likewise.
33989         * modules/mbuiter (Depends-on): Likewise.
33990         Reported by Simon Josefsson.
33991
33992 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33993
33994         Work around problem reported by Steven M. Schweda in
33995         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33996         Tru64 5.1B with the Compaq compiler environment installed declares
33997         an 'isblank' function but does not define it in the C library.
33998         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33999         * lib/regex_internal.h (isblank): Likewise.
34000         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
34001         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
34002
34003 2007-06-05  Bruno Haible  <bruno@clisp.org>
34004
34005         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34006         ia64.
34007         * modules/printf-safe: New file.
34008         * modules/fprintf-posix (Depends-on): Add printf-safe.
34009         * modules/printf-posix (Depends-on): Likewise.
34010         * modules/snprintf-posix (Depends-on): Likewise.
34011         * modules/sprintf-posix (Depends-on): Likewise.
34012         * modules/vasnprintf-posix (Depends-on): Likewise.
34013         * modules/vasprintf-posix (Depends-on): Likewise.
34014         * modules/vfprintf-posix (Depends-on): Likewise.
34015         * modules/vprintf-posix (Depends-on): Likewise.
34016         * modules/vsnprintf-posix (Depends-on): Likewise.
34017         * modules/vsprintf-posix (Depends-on): Likewise.
34018         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34019         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34020         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34021         "no" on i386, x86_64, ia64.
34022         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34023         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34024         on i386, x86_64, ia64.
34025         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34026         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34027         on i386, x86_64, ia64.
34028         * tests/test-vasnprintf-posix.c: Include float.h.
34029         (LDBL80_WORDS): New macro.
34030         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34031         on i386, x86_64, ia64.
34032         * tests/test-vasprintf-posix.c: Include float.h.
34033         (LDBL80_WORDS): New macro.
34034         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34035         on i386, x86_64, ia64.
34036         * tests/test-snprintf-posix.c: Include float.h.
34037         * tests/test-sprintf-posix.c: Likewise.
34038         * tests/test-vsnprintf-posix.c: Likewise.
34039         * tests/test-vsprintf-posix.c: Likewise.
34040
34041 2007-06-05  Bruno Haible  <bruno@clisp.org>
34042
34043         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34044         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34045         non-IEEE numbers on i386, x86_64, ia64.
34046         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34047         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34048         * tests/test-isnanl.h: Include float.h.
34049         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34050
34051 2007-06-05  Bruno Haible  <bruno@clisp.org>
34052
34053         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34054         also the %a / %A. Handle the %a / %A code before this extra handling.
34055
34056 2007-06-05  Bruno Haible  <bruno@clisp.org>
34057
34058         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34059         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34060
34061 2007-06-05  Bruno Haible  <bruno@clisp.org>
34062
34063         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34064         typo in variable name.
34065
34066 2007-06-05  Eric Blake  <ebb9@byu.net>
34067
34068         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34069         Reported by Simon Josefsson.
34070
34071 2007-06-04  Bruno Haible  <bruno@clisp.org>
34072
34073         Avoid test failures on some PowerPC platforms.
34074         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34075         Define differently for PowerPC.
34076         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34077         Reported by Gary V. Vaughan <gary@gnu.org>.
34078
34079 2007-06-02  Bruno Haible  <bruno@clisp.org>
34080
34081         Fix test-stdint failure on FreeBSD/ia64.
34082         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34083         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34084         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34085         * doc/headers/stdint.texi: Update.
34086
34087 2007-06-01  Bruno Haible  <bruno@clisp.org>
34088
34089         * tests/test-binary-io.c (main): Pass a third argument to open().
34090         Reported by Gary V. Vaughan <gary@gnu.org>.
34091
34092 2007-06-01  Bruno Haible  <bruno@clisp.org>
34093
34094         * doc/functions/frexpl.texi: Update for mingw.
34095
34096 2007-06-01  Bruno Haible  <bruno@clisp.org>
34097
34098         * tests/test-lseek.c (main): Disable test of errno for invalid third
34099         argument.
34100         * doc/functions/lseek.texi: Update.
34101         Reported by Gary V. Vaughan <gary@gnu.org>.
34102
34103 2007-05-28  Bruno Haible  <bruno@clisp.org>
34104
34105         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34106
34107 2007-05-31  Eric Blake  <ebb9@byu.net>
34108
34109         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34110         cross compiling.
34111
34112 2007-05-30  Eric Blake  <ebb9@byu.net>
34113         and Bruno Haible  <bruno@clisp.org>
34114
34115         Work around mingw test failures exposed by m4-1.4.9b.
34116         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34117         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34118         moment.
34119
34120 2007-05-30  Bruno Haible  <bruno@clisp.org>
34121
34122         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34123         assuming that they are closed. Needed on HP-UX 11.
34124
34125 2007-05-29  Bruno Haible  <bruno@clisp.org>
34126
34127         Fix a problem with #include_next.
34128         * lib/dirent_.h: Split the double-inclusion guard.
34129         * lib/fcntl_.h: Likewise.
34130         * lib/float_.h: Likewise.
34131         * lib/iconv_.h: Likewise.
34132         * lib/inttypes_.h: Likewise.
34133         * lib/locale_.h: Likewise.
34134         * lib/math_.h: Likewise.
34135         * lib/netinet_in_.h: Likewise.
34136         * lib/search_.h: Likewise.
34137         * lib/signal_.h: Likewise.
34138         * lib/stdint_.h: Likewise.
34139         * lib/stdio_.h: Likewise.
34140         * lib/stdlib_.h: Likewise.
34141         * lib/string_.h: Likewise.
34142         * lib/sys_select_.h: Likewise.
34143         * lib/sys_socket_.h: Likewise.
34144         * lib/sys_stat_.h: Likewise.
34145         * lib/sys_time_.h: Likewise.
34146         * lib/sysexits_.h: Likewise.
34147         * lib/time_.h: Likewise.
34148         * lib/unistd_.h: Likewise.
34149         * lib/wchar_.h: Likewise.
34150         * lib/wctype_.h: Likewise.
34151
34152 2007-05-29  Bruno Haible  <bruno@clisp.org>
34153
34154         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34155         for the moment.
34156
34157 2007-05-29  Bruno Haible  <bruno@clisp.org>
34158
34159         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34160         invocation.
34161         Reported by Eric Blake.
34162
34163 2007-05-29  Bruno Haible  <bruno@clisp.org>
34164
34165         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34166         compiling case.
34167
34168 2007-05-29  Eric Blake  <ebb9@byu.net>
34169             Bruno Haible  <bruno@clisp.org>
34170
34171         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34172         cross compiles.
34173
34174 2007-05-28  Eric Blake  <ebb9@byu.net>
34175
34176         * modules/closein-tests (test_closein_LDADD): Support test on
34177         cygwin with libtool.
34178
34179 2007-05-28  Bruno Haible  <bruno@clisp.org>
34180
34181         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34182         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34183         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34184         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34185         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34186         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34187         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34188         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34189         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34190
34191 2007-05-28  Eric Blake  <ebb9@byu.net>
34192
34193         Unconditionally include <config.h> in unit tests.
34194         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34195         * tests/test-allocsa.c, tests/test-arcfour.c,
34196         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34197         tests/test-array_list.c, tests/test-array_oset.c,
34198         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34199         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34200         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34201         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34202         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34203         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34204         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34205         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34206         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34207         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34208         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34209         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34210         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34211         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34212         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34213         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34214         test-md5.c, test-memmem.c, test-printf-posix.c,
34215         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34216         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34217         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34218         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34219         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34220         test-vasnprintf-posix2.c, test-vasnprintf.c,
34221         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34222         test-vfprintf-posix.c, test-vprintf-posix.c,
34223         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34224         test-xvasprintf.c: Likewise.
34225
34226 2007-05-28  Bruno Haible  <bruno@clisp.org>
34227
34228         * gnulib-tool (func_import): Remember the --with-tests command-line
34229         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34230         Reported by Eric Blake.
34231
34232 2007-05-28  Bruno Haible  <bruno@clisp.org>
34233
34234         * modules/ftell-tests: New file.
34235         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34236         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34237
34238         * lib/ftell.c: New file.
34239         * modules/ftell: New file.
34240         * m4/ftell.m4: New file.
34241         * doc/functions/ftell.texi: Update.
34242         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34243         REPLACE_FTELL.
34244         * lib/stdio_.h (rpl_ftell): New declaration.
34245         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34246         REPLACE_FTELL.
34247
34248 2007-05-28  Eric Blake  <ebb9@byu.net>
34249
34250         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34251
34252 2007-05-28  Bruno Haible  <bruno@clisp.org>
34253
34254         * modules/fseek-tests: New file.
34255         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34256         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34257
34258         * lib/fseek.c: New file.
34259         * modules/fseek: New file.
34260         * m4/fseek.m4: New file.
34261         * doc/functions/fseek.texi: Update.
34262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34263         REPLACE_FSEEK.
34264         * lib/stdio_.h (rpl_fseek): New declaration.
34265         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34266         REPLACE_FSEEK.
34267
34268 2007-05-28  Bruno Haible  <bruno@clisp.org>
34269
34270         * lib/stdio_.h (fflush): More comments.
34271
34272 2007-05-28  Bruno Haible  <bruno@clisp.org>
34273
34274         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34275         runtime test.
34276
34277 2007-05-28  Eric Blake  <ebb9@byu.net>
34278
34279         Improve lseek module.
34280         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34281         * lib/unistd_.h (lseek): Scale back link warning message.
34282         * tests/test-lseek.c: Beef up test.
34283         * tests/test-lseek.sh: Exercise more facets of lseek.
34284         Reported by Bruno Haible.
34285
34286 2007-05-28  Bruno Haible  <bruno@clisp.org>
34287
34288         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34289         to define.
34290
34291 2007-05-27  Bruno Haible  <bruno@clisp.org>
34292
34293         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34294
34295 2007-05-27  Bruno Haible  <bruno@clisp.org>
34296
34297         * modules/openmp: New file.
34298         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34299         Noah Misch.
34300
34301 2007-05-26  Bruno Haible  <bruno@clisp.org>
34302
34303         * modules/chdir-long (Depends-on): Add fchdir.
34304         * modules/chdir-safer (Depends-on): Likewise.
34305         * modules/fts (Depends-on): Likewise.
34306         * modules/fts-lgpl (Depends-on): Likewise.
34307         * modules/openat (Depends-on): Likewise.
34308         * modules/savewd (Depends-on): Likewise.
34309
34310 2007-05-24  Eric Blake  <ebb9@byu.net>
34311
34312         Fix lseek on mingw.
34313         * modules/lseek: New module.
34314         * m4/lseek.m4: New file.
34315         * lib/lseek.c: New file.
34316         * modules/lseek-tests: New file.
34317         * tests/test-lseek.c: New file.
34318         * tests/test-lseek.sh: New file.
34319         * MODULES.html.sh: Document lseek module.
34320         * modules/fflush (Depends-on): Add lseek, fseeko.
34321         * modules/fseeko (Depends-on): Likewise.
34322         * modules/ftello (Depends-on): Likewise.
34323         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34324         broken.
34325         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34326         broken.
34327         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34328         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34329         * lib/ftello.c (rpl_ftello): Likewise.
34330         * tests/test-fseeko.c (main): Test this.
34331         * tests/test-fseeko.sh: Likewise.
34332         * tests/test-ftello.c (main): Likewise.
34333         * tests/test-ftello.sh: Likewise.
34334         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34335         implies replacing fseek.
34336         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34337         HAVE_FTELLO.
34338         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34339         * modules/unistd (Makefile.am): Likewise.
34340         * lib/unistd_.h (lseek): Declare a replacement.
34341         * doc/functions/lseek.texi (lseek): Document this fix.
34342         * doc/functions/fseek.texi (fseek): Likewise.
34343         * doc/functions/ftell.texi (ftell): Likewise.
34344
34345 2007-05-24  Bruno Haible  <bruno@clisp.org>
34346
34347         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34348         in the printed representation of a NaN.
34349         * tests/test-vasprintf-posix.c (test_function): Likewise.
34350         * tests/test-snprintf-posix.h (test_function): Likewise.
34351         * tests/test-sprintf-posix.h (test_function): Likewise.
34352         Reported by Eric Blake.
34353
34354 2007-05-23  Eric Blake  <ebb9@byu.net>
34355
34356         Fix fseeko/ftello on cygwin 1.5.24.
34357         * doc/functions/fseeko.texi (fseeko): Document the fix.
34358         * doc/functions/ftello.texi (ftello): Document the fix.
34359         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34360         * doc/functions/stdout.text (stdout): New file.
34361         * doc/functions/stderr.text (stderr): New file.
34362         * doc/gnulib.texi (Function Substitutes): Use new files.
34363         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34364         prior to 1.7.0.
34365         * tests/test-ftello.c (main): Likewise for ftello.
34366         * tests/test-fseeko.sh: New file.
34367         * tests/test-ftello.sh: New file.
34368         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34369         with seekable stdin.
34370         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34371         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34372         (gl_REPLACE_FSEEKO): New macro.
34373         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34374         * modules/fseeko (Files): Distribute fseeko.c.
34375         * modules/ftello (Files): Distribute ftello.c.
34376         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34377         mode.
34378         * lib/ftello.c (rpl_ftello): New file.
34379         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34380         fseeko, ftello.
34381         (gl_STDIN_LARGE_OFFSET): New macro.
34382         * modules/stdio (Makefile.am): Perform the replacement.
34383         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34384
34385 2007-05-23  Bruno Haible  <bruno@clisp.org>
34386
34387         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34388         GNULIB_POSIXCHECK is defined.
34389
34390 2007-05-21  Bruno Haible  <bruno@clisp.org>
34391
34392         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34393         Check also the output for NaN arguments. When cross-compiling, guess
34394         no on IRIX.
34395         * lib/vasnprintf.c: Update comments.
34396         * tests/test-vasnprintf-posix.c (strisnan): New function.
34397         (test_function): Use it.
34398         * tests/test-vasprintf-posix.c (strisnan): New function.
34399         (test_function): Use it.
34400         * tests/test-snprintf-posix.h (strisnan): New function.
34401         (test_function): Use it.
34402         * tests/test-sprintf-posix.h (strisnan): New function.
34403         (test_function): Use it.
34404         Reported by Eric Blake.
34405
34406 2007-05-20  Bruno Haible  <bruno@clisp.org>
34407
34408         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34409         numbers that fails on BeOS.
34410         * doc/functions/frexpl.texi: Update.
34411
34412 2007-05-20  Jim Meyering  <jim@meyering.net>
34413
34414         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34415         forced upon us by glibc-2.6.
34416
34417 2007-05-20  Bruno Haible  <bruno@clisp.org>
34418
34419         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34420         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34421         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34422         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34423         NEED_PRINTF_INFINITE.
34424         (is_infinitel): New function.
34425         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34426         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34427         gl_PREREQ_VASNPRINTF_INFINITE.
34428         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34429         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34430         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34431         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34432         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34433         gl_PREREQ_VASNPRINTF_INFINITE.
34434         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34435         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34436         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34437         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34438         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34439         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34440         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34441         * doc/functions/fprintf.texi: Update.
34442         * doc/functions/printf.texi: Update.
34443         * doc/functions/snprintf.texi: Update.
34444         * doc/functions/sprintf.texi: Update.
34445         * doc/functions/vfprintf.texi: Update.
34446         * doc/functions/vprintf.texi: Update.
34447         * doc/functions/vsnprintf.texi: Update.
34448         * doc/functions/vsprintf.texi: Update.
34449
34450 2007-05-20  Bruno Haible  <bruno@clisp.org>
34451
34452         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34453         was not found in libc.
34454         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34455
34456 2007-05-20  Bruno Haible  <bruno@clisp.org>
34457
34458         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34459         printed as "-nan" instead of "nan".
34460         * tests/test-vasprintf-posix.c (test_function): Likewise.
34461         * tests/test-snprintf-posix.h (test_function): Likewise.
34462         * tests/test-sprintf-posix.h (test_function): Likewise.
34463         Needed for HP-UX 11.
34464
34465 2007-05-20  Jim Meyering  <jim@meyering.net>
34466
34467         Fix buggy test for the fchownat-deref bug.
34468         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34469         symlink required for the run-test.  Without it, this test would
34470         always declare that fchownat doesn't work, and client code would
34471         unnecessarily use the replacement function with fixed libc.
34472         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34473         Reported by Greg Schafer.
34474
34475 2007-05-19  Bruno Haible  <bruno@clisp.org>
34476
34477         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34478         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34479         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34480         Needed for IRIX 6.5 and Solaris 2.5.1.
34481
34482 2007-05-19  Bruno Haible  <bruno@clisp.org>
34483
34484         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34485         (test_function): Skip tests involving -0.0 on platforms where
34486         -0.0 = 0.0.
34487         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34488         (test_function): Skip tests involving -0.0 on platforms where
34489         -0.0 = 0.0.
34490         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34491         (test_function): Skip tests involving -0.0 on platforms where
34492         -0.0 = 0.0.
34493         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34494         (test_function): Skip tests involving -0.0 on platforms where
34495         -0.0 = 0.0.
34496         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34497         tests.
34498         * tests/test-printf-posix.h (test_function): Likewise.
34499         * tests/test-printf-posix.output: Remove all -0.0 related results.
34500         Needed for IRIX 6.5.
34501
34502 2007-05-19  Bruno Haible  <bruno@clisp.org>
34503
34504         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34505         printed as "nan0x7fffffff" instead of "nan".
34506         * tests/test-vasprintf-posix.c (test_function): Likewise.
34507         * tests/test-snprintf-posix.h (test_function): Likewise.
34508         * tests/test-sprintf-posix.h (test_function): Likewise.
34509         * tests/test-fprintf-posix.h (NaN): Remove macro.
34510         (test_function): Remove all NaN related tests.
34511         * tests/test-printf-posix.h (NaN): Remove macro.
34512         (test_function): Remove all NaN related tests.
34513         * tests/test-printf-posix.output: Remove all NaN related results.
34514         Needed for IRIX 6.5.
34515
34516 2007-05-19  Bruno Haible  <bruno@clisp.org>
34517
34518         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34519         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34520
34521 2007-05-19  Bruno Haible  <bruno@clisp.org>
34522
34523         * lib/float_.h: New file.
34524         * m4/float_h.m4: New file.
34525         * modules/float: New file.
34526         * modules/isnanl (Dependencies): Add float.
34527         * modules/isnanl-nolibm (Dependencies): Likewise.
34528         * modules/mathl (Dependencies): Likewise.
34529         * modules/printf-frexpl (Dependencies): Likewise.
34530         * modules/signbit (Dependencies): Likewise.
34531         * modules/vasnprintf (Dependencies): Likewise.
34532         * doc/headers/float.texi: Update.
34533
34534 2007-05-19  Jim Meyering  <jim@meyering.net>
34535
34536         * lib/utimens.c (gl_futimens): Rename from futimens,
34537         now that glibc-2.6 declares futimens.
34538         * lib/utimens.h: Likewise.
34539
34540 2007-05-19  Bruno Haible  <bruno@clisp.org>
34541
34542         Avoid test failures on mingw.
34543         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34544         * tests/test-printf-posix.sh: Likewise.
34545         * tests/test-vfprintf-posix.sh: Likewise.
34546         * tests/test-vprintf-posix.sh: Likewise.
34547
34548 2007-05-19  Bruno Haible  <bruno@clisp.org>
34549
34550         Fix *printf result for NaN, Inf, -0.0 on mingw.
34551         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34552         * lib/vasnprintf.c: Include math.h and isnan.h.
34553         (is_infinite_or_zero): New function.
34554         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34555         values in the %f, %F, %e, %E, %g, %G directives.
34556         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34557         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34558         gl_PRINTF_INFINITE and test its result. Invoke
34559         gl_PREREQ_VASNPRINTF_INFINITE.
34560         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34561         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34562         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34563         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34564         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34565         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34566         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34567         * doc/functions/fprintf.texi: Update.
34568         * doc/functions/printf.texi: Update.
34569         * doc/functions/snprintf.texi: Update.
34570         * doc/functions/sprintf.texi: Update.
34571         * doc/functions/vfprintf.texi: Update.
34572         * doc/functions/vprintf.texi: Update.
34573         * doc/functions/vsnprintf.texi: Update.
34574         * doc/functions/vsprintf.texi: Update.
34575
34576 2007-05-19  Bruno Haible  <bruno@clisp.org>
34577
34578         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34579         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34580         Instead of multiplying with 10^k, set extra_zeroes to k.
34581         (scale10_round_long_double): Remove function.
34582
34583 2007-05-18  Bruno Haible  <bruno@clisp.org>
34584
34585         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34586         introduced on 2007-05-06.
34587
34588 2007-05-18  Bruno Haible  <bruno@clisp.org>
34589
34590         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34591         %g directives.
34592         * tests/test-vasprintf-posix.c (test_function): Likewise.
34593         * tests/test-snprintf-posix.h (test_function): Likewise.
34594         * tests/test-sprintf-posix.h (test_function): Likewise.
34595
34596 2007-05-18  Bruno Haible  <bruno@clisp.org>
34597
34598         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34599         (strmatch): New function.
34600         (test_function): Test the %f directive on numbers of various exponents.
34601         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34602         (strmatch): New function.
34603         (test_function): Test the %f directive on numbers of various exponents.
34604         * tests/test-snprintf-posix.h (strmatch): New function.
34605         (test_function): Test the %f directive on numbers of various exponents.
34606         * tests/test-sprintf-posix.h (strmatch): New function.
34607         (test_function): Test the %f directive on numbers of various exponents.
34608         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34609         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34610         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34611         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34612
34613 2007-05-18  Bruno Haible  <bruno@clisp.org>
34614
34615         Add support for 'long double' number output.
34616         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34617         * lib/vasnprintf.c: Include math.h and float+.h.
34618         (mp_limb_t): New type.
34619         (GMP_LIMB_BITS): New macro.
34620         (mp_twolimb_t): New type.
34621         (GMP_TWOLIMB_BITS): New macro.
34622         (mpn_t): New type.
34623         (multiply, divide, convert_to_decimal, decode_long_double,
34624         scale10_round_long_double, scale10_round_decimal_long_double,
34625         floorlog10l): New functions.
34626         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34627         for the %f, %F, %e, %E, %g, %G directives.
34628         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34629         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34630         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34631         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34632         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34633         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34634         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34635         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34636         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34637         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34638         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34639         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34640         * modules/snprintf-posix (Depends-on): Likewise.
34641         * modules/sprintf-posix (Depends-on): Likewise.
34642         * modules/vasnprintf-posix (Depends-on): Likewise.
34643         * modules/vasprintf-posix (Depends-on): Likewise.
34644         * modules/vfprintf-posix (Depends-on): Likewise.
34645         * modules/vsnprintf-posix (Depends-on): Likewise.
34646         * modules/vsprintf-posix (Depends-on): Likewise.
34647         * modules/vasnprintf (Files): Add lib/float+.h.
34648         * doc/functions/fprintf.texi: Update.
34649         * doc/functions/printf.texi: Update.
34650         * doc/functions/snprintf.texi: Update.
34651         * doc/functions/sprintf.texi: Update.
34652         * doc/functions/vfprintf.texi: Update.
34653         * doc/functions/vprintf.texi: Update.
34654         * doc/functions/vsnprintf.texi: Update.
34655         * doc/functions/vsprintf.texi: Update.
34656
34657 2007-05-18  Bruno Haible  <bruno@clisp.org>
34658
34659         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34660
34661 2007-05-18  Bruno Haible  <bruno@clisp.org>
34662
34663         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34664         for printing 64-bit integers. Needed for mingw.
34665
34666 2007-05-18  Bruno Haible  <bruno@clisp.org>
34667
34668         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34669         gl_FUNC_FREXPL_WORKS.
34670         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34671
34672 2007-05-18  Bruno Haible  <bruno@clisp.org>
34673
34674         * modules/frexpl-nolibm-tests: New file.
34675
34676         * modules/frexpl-nolibm: New file.
34677         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34678
34679 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34680
34681         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34682         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34683         GCC 4.2, which otherwise issues a lot of warnings.
34684         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34685         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34686         Likewise.
34687         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34688         * modules/iconv_open (iconv.h): Likewise.
34689         * modules/locale (locale.h): Likewise.
34690         * modules/netinet_in (netinet/in.h): Likewise.
34691         * modules/sys_select (sys_select.h): Likewise.
34692         * modules/sys_socket (sys/socket.h): Likewise.
34693         * modules/sys_stat (sys/stat.h): Likewise.
34694         * modules/sysexits (sysexits.h): Likewise.
34695         * modules/unistd (unistd.h): Likewise.
34696
34697 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34698
34699         * modules/closein-tests (Makefile.am): Distribute
34700         `test-closein.sh'.
34701
34702 2007-05-17  Bruno Haible  <bruno@clisp.org>
34703
34704         * tests/test-printf-posix.output: Renamed from
34705         tests/test-fprintf-posix.out.
34706         * modules/fprintf-posix-tests: Update.
34707         * modules/printf-posix-tests: Update.
34708         * modules/vfprintf-posix-tests: Update.
34709         * modules/vprintf-posix-tests: Update.
34710         * tests/test-fprintf-posix.sh: Update.
34711         * tests/test-printf-posix.sh: Update.
34712         * tests/test-vfprintf-posix.sh: Update.
34713         * tests/test-vprintf-posix.sh: Update.
34714         Reported by Ralf Wildenhues.
34715
34716 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34717
34718         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34719         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34720         GCC 4.2, which otherwise issues a lot of warnings.
34721         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34722         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34723         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34724         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34725         it should no longer be needed.
34726         * lib/string_.h: Likewise.
34727         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34728         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34729         * modules/inttypes (inttypes.h): Likewise.
34730         * modules/math (math.h): Likewise.
34731         * modules/search (search.h): Likewise.
34732         * modules/signal (signal.h): Likewise.
34733         * modules/stdint (stdint.h): Likewise.
34734         * modules/stdio (stdio.h): Likewise.
34735         * modules/stdlib (stdlib.h): Likewise.
34736         * modules/string (string.h): Likewise.
34737         * modules/sys_time (sys/time.h): Likewise.
34738         * modules/time (time.h): Likewise.
34739         * modules/wchar (wchar.h): Likewise.
34740         * modules/wctype (wtype.h): Likewise.
34741
34742 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34743
34744         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34745
34746 2007-05-13  Bruno Haible  <bruno@clisp.org>
34747
34748         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34749         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34750         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34751         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34752         (gl_PREREQ_STRTOK_R): Don't require it here.
34753
34754 2007-05-13  Bruno Haible  <bruno@clisp.org>
34755
34756         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34757         when used in C++ mode.
34758
34759 2007-05-12  Bruno Haible  <bruno@clisp.org>
34760
34761         * lib/linebuffer.h: Tweak doc.
34762         * lib/linebuffer.c: Likewise.
34763
34764 2007-05-12  James Youngman  <jay@gnu.org>
34765
34766         * lib/linebuffer.c (readlinebuffer_delim): New function,
34767         like readlinebuffer, but use a caller-specified delimiter.
34768         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34769         as the delimiter.
34770         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34771
34772 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34773
34774         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34775         * modules/openat (Files): Remove openat-die.c.
34776         (Depends-on): Add openat-die.
34777         * modules/openat-die: New module.
34778
34779 2007-05-06  Bruno Haible  <bruno@clisp.org>
34780
34781         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34782         Update with info about Cygwin.
34783         * doc/functions/fprintf.texi: Update.
34784         * doc/functions/printf.texi: Update.
34785         * doc/functions/snprintf.texi: Update.
34786         * doc/functions/sprintf.texi: Update.
34787         * doc/functions/vfprintf.texi: Update.
34788         * doc/functions/vprintf.texi: Update.
34789         * doc/functions/vsnprintf.texi: Update.
34790         * doc/functions/vsprintf.texi: Update.
34791         Reported by Eric Blake.
34792
34793 2007-05-06  Bruno Haible  <bruno@clisp.org>
34794
34795         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34796         padding ourselves for the floating-point directives.
34797         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34798         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34799         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34800         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34801         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34802         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34803         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34804         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34805         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34806         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34807         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34808         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34809         * tests/test-snprintf-posix.h (test_function): Also check the width
34810         and some flags in the %f directive.
34811         * tests/test-sprintf-posix.h (test_function): Likewise.
34812         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34813         * tests/test-vasprintf-posix.c (test_function): Likewise.
34814         * doc/functions/fprintf.texi: Update.
34815         * doc/functions/printf.texi: Update.
34816         * doc/functions/snprintf.texi: Update.
34817         * doc/functions/sprintf.texi: Update.
34818         * doc/functions/vfprintf.texi: Update.
34819         * doc/functions/vprintf.texi: Update.
34820         * doc/functions/vsnprintf.texi: Update.
34821         * doc/functions/vsprintf.texi: Update.
34822
34823 2007-05-06  Bruno Haible  <bruno@clisp.org>
34824
34825         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34826         pass the ' flag character to sprintf or snprintf.
34827         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34828         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34829         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34830         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34831         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34832         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34833         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34834         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34835         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34836         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34837         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34838         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34839         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34840         flag.
34841         * tests/test-sprintf-posix.h (test_function): Likewise.
34842         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34843         * tests/test-vasprintf-posix.c (test_function): Likewise.
34844         * doc/functions/fprintf.texi: Update.
34845         * doc/functions/printf.texi: Update.
34846         * doc/functions/snprintf.texi: Update.
34847         * doc/functions/sprintf.texi: Update.
34848         * doc/functions/vfprintf.texi: Update.
34849         * doc/functions/vprintf.texi: Update.
34850         * doc/functions/vsnprintf.texi: Update.
34851         * doc/functions/vsprintf.texi: Update.
34852
34853 2007-05-01  Bruno Haible  <bruno@clisp.org>
34854
34855         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34856
34857 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34858
34859         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34860         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34861
34862 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34863
34864         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34865         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34866         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34867
34868 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34869
34870         * lib/argp-help.c (struct hol_entry): New member `ord'.
34871         (HOL_ENTRY_PTRCMP): Use ord for comparison
34872         (hol_sort): Initialize ord.
34873
34874 2007-05-01  Bruno Haible  <bruno@clisp.org>
34875
34876         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34877         Reported by Eric Blake.
34878         * doc/gnulib.texi (Function Substitutes): Update.
34879
34880 2007-05-01  Bruno Haible  <bruno@clisp.org>
34881
34882         * doc/functions.texi: Remove file, now redundant through
34883         doc/functions/*.texi.
34884
34885 2007-05-01  Bruno Haible  <bruno@clisp.org>
34886
34887         * modules/argp (Depends-on): Add sleep.
34888
34889 2007-05-01  Bruno Haible  <bruno@clisp.org>
34890
34891         * modules/sleep-tests: New file.
34892         * tests/test-sleep.c: New file.
34893
34894         * modules/sleep: New file.
34895         * lib/sleep.c: New file.
34896         * m4/sleep.m4: New file.
34897         * lib/unistd_.h (sleep): New declaration.
34898         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34899         HAVE_SLEEP.
34900         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34901         * doc/functions/sleep.texi: Document the sleep module.
34902
34903 2007-05-01  Bruno Haible  <bruno@clisp.org>
34904
34905         * lib/sigprocmask.h: Remove file.
34906         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34907         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34908         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34909         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34910         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34911         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34912         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34913         HAVE_SIGSET_T as a shell variable.
34914         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34915         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34916         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34917         (Depends-on): Add signal. Remove verify.
34918         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34919         (Include): Mention <signal.h> instead of sigprocmask.h.
34920         * NEWS: Mention the change.
34921         * lib/fatal-signal.c: Don't include sigprocmask.h.
34922
34923 2007-05-01  Bruno Haible  <bruno@clisp.org>
34924
34925         * modules/signal: New file.
34926         * lib/signal_.h: New file.
34927         * m4/signal_h.m4: New file.
34928
34929 2007-05-01  Bruno Haible  <bruno@clisp.org>
34930
34931         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34932         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34933         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34934         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34935
34936 2007-05-01  Bruno Haible  <bruno@clisp.org>
34937
34938         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34939         configure time.
34940         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34941         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34942         * modules/sys_stat (Makefile.am): Substitute their values into
34943         sys/stat.h.
34944
34945 2007-05-01  Bruno Haible  <bruno@clisp.org>
34946
34947         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34948         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34949         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34950
34951 2007-05-01  Bruno Haible  <bruno@clisp.org>
34952
34953         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34954         'assert' module here.
34955
34956 2007-05-01  Bruno Haible  <bruno@clisp.org>
34957
34958         * doc/functions/*.texi: New files.
34959         * doc/functions/google-ranking.txt: New file.
34960         * doc/gnulib.texi (Function Substitutes): New chapter.
34961         (ctime, inet_ntoa): Remove sections.
34962         * doc/ctime.texi: Remove file.
34963         * doc/inet_ntoa.texi: Remove file.
34964         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34965         dependencies.
34966         (%.info): New rule, specifying a --reference-limit.
34967
34968 2007-05-01  Bruno Haible  <bruno@clisp.org>
34969
34970         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34971
34972 2007-05-01  Bruno Haible  <bruno@clisp.org>
34973
34974         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34975         the portability of 'mkdir' to mingw systems.
34976
34977 2007-05-01  Bruno Haible  <bruno@clisp.org>
34978
34979         * doc/headers/google-ranking.txt: New file.
34980
34981 2007-04-30  Eric Blake  <ebb9@byu.net>
34982
34983         Prefer fseeko to fseek.
34984         * modules/getpass (Depends-on): Add fseeko.
34985         * lib/getpass.c (getpass): Use fseeko, not fseek.
34986
34987 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34988
34989         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34990         assumes the sorting is stable, while most qsort implementations
34991         are not.  Use argument addresses to ensure they never compare as
34992         equal.
34993
34994         * tests/test-argp-2.sh (usage-indent test): Fix output
34995         (func_compare): Restore diff options
34996         * tests/test-argp.c: Restore #include "progname.h"
34997
34998 2007-04-29  Bruno Haible  <bruno@clisp.org>
34999
35000         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
35001         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35002         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
35003         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35004         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
35005         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35006         (TESTS, check_PROGRAMS): Add test-snprintf.
35007         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35008         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35009         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35010         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35011         assertions that fail on HP-UX, OSF/1, or IRIX.
35012         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35013
35014 2007-04-29  Bruno Haible  <bruno@clisp.org>
35015
35016         * MODULES.html.sh (posix_functions): Remove 'contents'.
35017
35018 2007-04-29  Karl Berry  <karl@gnu.org>
35019
35020         * config/srclist.txt (gendocs_template_min): new entry.
35021
35022 2007-04-29  Bruno Haible  <bruno@clisp.org>
35023
35024         Work around fpurge bug on BSD systems.
35025         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35026         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35027         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35028         fpurge to rpl_fpurge if the system already has this function.
35029         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35030         the case where the system already has this function. Correct invariants
35031         on BSD systems.
35032         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35033         BSD systems.
35034
35035 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35036
35037         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35038         proposed by Sven Verdoolaege.
35039
35040         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35041         options.
35042         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35043         (usage and help tests): Update
35044
35045 2007-04-29  Bruno Haible  <bruno@clisp.org>
35046
35047         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35048         Print more information in case of failure. Disable a test on BeOS.
35049
35050 2007-04-29  Bruno Haible  <bruno@clisp.org>
35051
35052         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35053         This helps debugging on systems on which no gdb is available.
35054
35055 2007-04-29  Bruno Haible  <bruno@clisp.org>
35056
35057         * lib/freading.h: Improve comments.
35058         * lib/fwriting.h: Likewise.
35059         * tests/test-freading.c (main): Don't check freading immediately after
35060         repositioning. Needed for glibc.
35061
35062 2007-04-29  Bruno Haible  <bruno@clisp.org>
35063
35064         * lib/freading.c (freading): Trivial simplification.
35065
35066 2007-04-28  Bruno Haible  <bruno@clisp.org>
35067
35068         * tests/test-fwriting.c (main): Also test the interaction between
35069         fflush and fwriting.
35070         * modules/fwriting-tests (Depends-on): Add fflush.
35071
35072         * tests/test-freading.c (main): Also test the interaction between
35073         fflush and freading.
35074         * modules/freading-tests (Depends-on): Add fflush.
35075
35076 2007-04-28  Bruno Haible  <bruno@clisp.org>
35077
35078         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35079         fseeko and ftello.
35080         Suggested by Eric Blake.
35081
35082 2007-04-28  Jim Meyering  <jim@meyering.net>
35083
35084         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35085         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35086         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35087
35088 2007-04-27  Eric Blake  <ebb9@byu.net>
35089
35090         * doc/headers/assert.texi (assert.h): Document assert module use.
35091
35092 2007-04-27  Bruno Haible  <bruno@clisp.org>
35093
35094         * doc/headers/*.texi: New files.
35095         * doc/gnulib.texi (Header File Substitutes): New chapter.
35096         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35097         dependencies.
35098         (standards.info ,standards.html, standards.dvi): Update dependencies.
35099         (mostlyclean, clean): New targets.
35100
35101 2007-04-27  Bruno Haible  <bruno@clisp.org>
35102
35103         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35104         * modules/sysexits (Files, Makefile.am): Update.
35105
35106         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35107         * modules/sys_socket (Files, Makefile.am): Update.
35108
35109         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35110         * modules/sys_stat (Files, Makefile.am): Update.
35111
35112 2007-04-27  Eric Blake  <ebb9@byu.net>
35113
35114         * lib/freading.h: Improve comments.
35115         * lib/fwriting.h: Likewise.
35116         * lib/fflush.c: Likewise.
35117
35118         Fix closein for mingw.
35119         * modules/closein-tests: Add tests for closein.
35120         * tests/test-closein.c: New file.
35121         * tests/test-closein.sh: Likewise.
35122         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35123         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35124
35125 2007-04-27  Bruno Haible  <bruno@clisp.org>
35126
35127         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35128         version is < 6.
35129         * lib/math_.h [__DECC]: Likewise.
35130         * lib/stdio_.h [__DECC]: Likewise.
35131         * lib/stdlib_.h [__DECC]: Likewise.
35132         * lib/string_.h [__DECC]: Likewise.
35133         * lib/time_.h [__DECC]: Likewise.
35134         * lib/wchar_.h [__DECC]: Likewise.
35135         * lib/wctype_.h [__DECC]: Likewise.
35136
35137 2007-04-27  Bruno Haible  <bruno@clisp.org>
35138
35139         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35140
35141 2007-04-27  Bruno Haible  <bruno@clisp.org>
35142
35143         * lib/fflush.c: Add comments.
35144         * modules/fpurge-tests (Depends-on): Add fflush.
35145         * modules/freadable-tests (Depends-on): Likewise.
35146         * modules/fwritable-tests (Depends-on): Likewise.
35147
35148 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35149
35150         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35151         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35152         Report by Bruno Haible <bruno@clisp.org>.
35153
35154 2007-04-26  Eric Blake  <ebb9@byu.net>
35155
35156         Fix fflush on mingw.
35157         * modules/fflush (Depends-on): Add freading.
35158         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35159         but unread data.
35160
35161 2007-04-26  Eric Blake  <ebb9@byu.net>
35162         and Bruno Haible  <bruno@clisp.org>
35163
35164         Implement freading and fwriting.
35165         * lib/freading.c: New file.
35166         * lib/freading.h: Likewise.
35167         * m4/freading.m4: Likewise.
35168         * modules/freading: Likewise.
35169         * modules/freading-tests: Likewise.
35170         * tests/test-freading.c: Likewise.
35171         * lib/fwriting.c: New file.
35172         * lib/fwriting.h: Likewise.
35173         * m4/fwriting.m4: Likewise.
35174         * modules/fwriting: Likewise.
35175         * modules/fwriting-tests: Likewise.
35176         * tests/test-fwriting.c: Likewise.
35177         * MODULES.html.sh (File stream based Input/Output): Mention them.
35178
35179 2007-04-26  Bruno Haible  <bruno@clisp.org>
35180
35181         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35182         'long' when we assume it.
35183         Suggested by Eric Blake.
35184
35185 2007-04-26  Bruno Haible  <bruno@clisp.org>
35186
35187         Ensure fseeko, ftello are declared on glibc systems.
35188         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35189         * modules/fseeko (configure.ac-early): Likewise.
35190         * modules/ftello (configure.ac-early): Likewise.
35191         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35192         AC_FUNC_FSEEKO for this.
35193         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35194         (gl_CHECK_FSEEKO): Remove macro.
35195
35196 2007-04-26  Bruno Haible  <bruno@clisp.org>
35197
35198         * tests/test-fflush.c (main): Also check the ftell result after
35199         fflush and fseek/fseeko.
35200         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35201         file descriptor position cache in the stream.
35202         * lib/fseeko.c (rpl_fseeko): Likewise.
35203
35204 2007-04-26  Bruno Haible  <bruno@clisp.org>
35205
35206         * modules/fflush-tests (Depends-on): Add fseeko.
35207
35208 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35209             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35210
35211         * lib/argz_.h: ensure error_t definition is obtained in same
35212         mechanism system argz.h would have.
35213         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35214         argz facilities are known bad.  Err on the side of caution if
35215         cross-compiling.
35216
35217 2007-04-25  Eric Blake  <ebb9@byu.net>
35218
35219         * lib/fpurge.c (includes): Use stdlib.h for free.
35220         * tests/test-fflush.c (main): Also test fflush-fseeko.
35221
35222 2007-04-25  Bruno Haible  <bruno@clisp.org>
35223
35224         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35225         * lib/fseeko.c: New file.
35226         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35227         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35228         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35229         gl_FUNC_FSEEKO.
35230         (gl_FUNC_FSEEKO): Invoke it.
35231         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35232         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35233         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35234
35235 2007-04-25  Bruno Haible  <bruno@clisp.org>
35236
35237         * modules/fflush (Depends-on): Add ftello.
35238
35239 2007-04-25  Bruno Haible  <bruno@clisp.org>
35240
35241         * modules/ftello-tests: New file.
35242         * tests/test-ftello.c: New file.
35243
35244         * modules/ftello: New file.
35245         * m4/ftello.m4: New file.
35246         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35247         HAVE_FTELLO.
35248         * lib/stdio_.h (ftello): New declaration.
35249         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35250         HAVE_FTELLO.
35251
35252 2007-04-25  Bruno Haible  <bruno@clisp.org>
35253
35254         * modules/fseeko-tests: New file.
35255         * tests/test-fseeko.c: New file.
35256
35257         * modules/fseeko: New file.
35258         * m4/fseeko.m4: New file.
35259         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35260         HAVE_FSEEKO.
35261         * lib/stdio_.h (fseeko): New declaration.
35262         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35263         HAVE_FSEEKO.
35264
35265 2007-04-25  Bruno Haible  <bruno@clisp.org>
35266
35267         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35268
35269 2007-04-25  Bruno Haible  <bruno@clisp.org>
35270
35271         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35272         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35273         * tests/test-unistd.c: Likewise.
35274         * tests/test-fcntl.c: Likewise.
35275
35276 2007-04-23  Eric Blake  <ebb9@byu.net>
35277
35278         * lib/fflush.c: Fix missing include.
35279         Reported by Bruno Haible.
35280
35281 2007-04-23  Bruno Haible  <bruno@clisp.org>
35282
35283         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35284         Reported by Eric Blake.
35285
35286 2007-04-23  Bruno Haible  <bruno@clisp.org>
35287
35288         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35289
35290 2007-04-23  Bruno Haible  <bruno@clisp.org>
35291
35292         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35293
35294 2007-04-23  Bruno Haible  <bruno@clisp.org>
35295
35296         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35297         Needed on HP-UX 11.
35298
35299 2007-04-16  Eric Blake  <ebb9@byu.net>
35300
35301         Make fflush rely on fpurge.
35302         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35303         open coding all variants.
35304         * modules/fflush (Depends-on): Add fpurge and unistd.
35305         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35306         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35307
35308         Fix --with-tests compilation on cygwin.
35309         * modules/argmatch-tests (Makefile.am): List gnulib library first
35310         in LDADD.
35311         * modules/argp-tests (Makefile.am): Likewise.
35312         * modules/array-list-tests (Makefile.am): Likewise.
35313         * modules/array-oset-tests (Makefile.am): Likewise.
35314         * modules/avltree-list-tests (Makefile.am): Likewise.
35315         * modules/avltree-oset-tests (Makefile.am): Likewise.
35316         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35317         * modules/carray-list-tests (Makefile.am): Likewise.
35318         * modules/dirname-tests (Makefile.am): Likewise.
35319         * modules/frexp-tests (Makefile.am): Likewise.
35320         * modules/isnanl-tests (Makefile.am): Likewise.
35321         * modules/linked-list-tests (Makefile.am): Likewise.
35322         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35323         * modules/lock-tests (Makefile.am): Likewise.
35324         * modules/rbtree-list-tests (Makefile.am): Likewise.
35325         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35326         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35327         * modules/tls-tests (Makefile.am): Likewise.
35328         * modules/tsearch-tests (Makefile.am): Likewise.
35329         * modules/xvasprintf-tests (Makefile.am): Likewise.
35330
35331         Fix fpurge for cygwin.
35332         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35333         value.
35334         * modules/fpurge-tests (Depends-on): Clean up trash.
35335
35336 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35337
35338         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35339
35340         * m4/autobuild.m4: Re-indent.
35341
35342 2007-04-13  Bruno Haible  <bruno@clisp.org>
35343
35344         * modules/fpurge-tests: New file.
35345         * tests/test-fpurge.c: New file.
35346
35347         * modules/fpurge: New file.
35348         * lib/fpurge.h: New file.
35349         * lib/fpurge.c: New file.
35350         * m4/fpurge.m4: New file.
35351
35352 2007-04-13  Bruno Haible  <bruno@clisp.org>
35353
35354         * modules/fbufmode-tests: New file.
35355         * tests/test-fbufmode.c: New file.
35356
35357         * modules/fbufmode: New file.
35358         * lib/fbufmode.h: New file.
35359         * lib/fbufmode.c: New file.
35360         * m4/fbufmode.m4: New file.
35361
35362 2007-04-13  Bruno Haible  <bruno@clisp.org>
35363
35364         * modules/fwritable-tests: New file.
35365         * tests/test-fwritable.c: New file.
35366
35367         * modules/fwritable: New file.
35368         * lib/fwritable.h: New file.
35369         * lib/fwritable.c: New file.
35370         * m4/fwritable.m4: New file.
35371
35372 2007-04-13  Bruno Haible  <bruno@clisp.org>
35373
35374         * modules/freadable-tests: New file.
35375         * tests/test-freadable.c: New file.
35376
35377         * modules/freadable: New file.
35378         * lib/freadable.h: New file.
35379         * lib/freadable.c: New file.
35380         * m4/freadable.m4: New file.
35381
35382 2007-04-13  Bruno Haible  <bruno@clisp.org>
35383
35384         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35385         MOSTLYCLEANFILES.
35386
35387 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35388
35389         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35390         gzip bootstrap.conf to avoid dragging in i18n machinery.
35391         (gnulib_tool_option): Use it.
35392
35393 2007-04-13  Bruno Haible  <bruno@clisp.org>
35394
35395         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35396         %F directives.
35397         * tests/test-vasprintf-posix.c (test_function): Likewise.
35398         * tests/test-snprintf-posix.h (test_function): Likewise.
35399         * tests/test-sprintf-posix.h (test_function): Likewise.
35400         * tests/test-fprintf-posix.h (test_function): Likewise.
35401         * tests/test-printf-posix.h (test_function): Likewise.
35402         * tests/test-fprintf-posix.out: Likewise.
35403
35404 2007-04-13  Bruno Haible  <bruno@clisp.org>
35405
35406         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35407         * modules/tls-tests (configure.ac): Likewise.
35408         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35409
35410 2007-04-13  Bruno Haible  <bruno@clisp.org>
35411
35412         * lib/tls.c (glthread_tls_get): Fix return type.
35413         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35414
35415 2007-04-12  Eric Blake  <ebb9@byu.net>
35416
35417         * modules/gettime (Depends-on): Remove gettime.
35418         Reported by Dmitry V. Levin.
35419
35420 2007-04-12  Bruno Haible  <bruno@clisp.org>
35421
35422         * modules/fflush (Include): Mention <stdio.h>.
35423         * modules/strtoimax (Include): Mention <inttypes.h>.
35424         * modules/strtoumax (Include): Likewise.
35425
35426 2007-04-12  Eric Blake  <ebb9@byu.net>
35427
35428         * .cvsignore: New file.
35429         * .gitignore: Likewise.
35430
35431 2007-04-12  Bruno Haible  <bruno@clisp.org>
35432
35433         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35434         not before, since $(LDADD) often contains libgnu.a.
35435         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35436         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35437         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35438         Needed on Cygwin.
35439
35440 2007-04-12  Eric Blake  <ebb9@byu.net>
35441
35442         Work around glibc's failure to flush stdin on fclose.
35443         * lib/closein.c (close_stdin): Flush stdin before closing.
35444
35445         Work around glibc's failure to reset seekable stdin on exit.
35446         * modules/closein: New module.
35447         * lib/closein.c: New file.
35448         * lib/closein.h: Likewise.
35449         * m4/closein.m4: Likewise.
35450         * MODULES.html.sh (File stream based Input/Output): Document it.
35451
35452 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35453
35454         * gnulib-tool: Rename generated 'autobuild' script to
35455         'do-autobuild' in --create-megatestdir output.
35456
35457         * doc/gnulib.texi (Build robot for gnulib): Fix.
35458
35459 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35460
35461         * modules/sysexits (Depends-on): Add absolute-header.
35462
35463 2007-04-12  Eric Blake  <ebb9@byu.net>
35464
35465         No need to preserve errno on success.
35466         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35467         Reported by Bruno Haible.
35468
35469 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35470
35471         * MODULES.html.sh (Support for maintaining and releasing
35472         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35473
35474 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35475
35476         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35477
35478 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35479
35480         * modules/autobuild: New module.
35481
35482         * m4/autobuild.m4: New file.
35483
35484 2007-04-11  Bruno Haible  <bruno@clisp.org>
35485
35486         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35487         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35488         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35489         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35490         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35491         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35492         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35493         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35494         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35495         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35496         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
35497         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35498         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35499         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
35500         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35501         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35502         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
35503         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35504         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35505         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
35506         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35507         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35508         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
35509         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35510         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35511         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_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         Reported by Eric Blake.
35515
35516 2007-04-11  Bruno Haible  <bruno@clisp.org>
35517
35518         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35519
35520 2007-04-10  Bruno Haible  <bruno@clisp.org>
35521
35522         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35523         for NaN and Infinity. Needed on FreeBSD 6.1.
35524         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35525         regarding results for "%010a" of Infinity and NaN.
35526         * tests/test-vasprintf-posix.c (test_function): Likewise.
35527         * tests/test-snprintf-posix.h (test_function): Likewise.
35528         * tests/test-sprintf-posix.h (test_function): Likewise.
35529         * tests/test-fprintf-posix.h (test_function): Likewise.
35530         * tests/test-printf-posix.h (test_function): Likewise.
35531         * tests/test-fprintf-posix.out: Likewise.
35532
35533 2007-04-10  Bruno Haible  <bruno@clisp.org>
35534
35535         * modules/locale-tests: New file.
35536         * tests/test-locale.c: New file.
35537
35538         * modules/locale: New file.
35539         * lib/locale_.h: New file.
35540         * m4/locale_h.m4: New file.
35541
35542 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35543             Bruno Haible  <bruno@clisp.org>
35544
35545         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35546         be determined, test for availability of the copysignf, copysign,
35547         copysignl functions.
35548         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35549         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35550         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35551
35552 2007-04-09  Eric Blake  <ebb9@byu.net>
35553
35554         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35555         * modules/stdio (Makefile.am): Support fflush.
35556         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35557         * modules/fflush: New file.
35558         * lib/fflush.c: Likewise.
35559         * m4/fflush.m4: Likewise.
35560         * modules/fflush-tests: New test.
35561         * tests/test-fflush.c: Likewise.
35562         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35563
35564 2007-04-06  Bruno Haible  <bruno@clisp.org>
35565
35566         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35567         (VASNPRINTF): Use signbit for faster determination whether to print a
35568         minus sign.
35569         * modules/vasnprintf (Files): Remove lib/float+.h.
35570         * modules/fprintf-posix (Depends-on): Add signbit.
35571         * modules/snprintf-posix (Depends-on): Likewise.
35572         * modules/sprintf-posix (Depends-on): Likewise.
35573         * modules/vasnprintf-posix (Depends-on): Likewise.
35574         * modules/vasprintf-posix (Depends-on): Likewise.
35575         * modules/vfprintf-posix (Depends-on): Likewise.
35576         * modules/vsnprintf-posix (Depends-on): Likewise.
35577         * modules/vsprintf-posix (Depends-on): Likewise.
35578
35579 2007-04-06  Bruno Haible  <bruno@clisp.org>
35580
35581         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35582         * tests/test-frexpl.c (main): Likewise.
35583         * tests/test-ldexpl.c (main): Likewise.
35584         * modules/frexp-tests (Depends-on): Add signbit.
35585         * modules/frexpl-tests (Depdends-on): Likewise.
35586         * modules/ldexpl-tests (Depdends-on): Likewise.
35587
35588 2007-04-06  Bruno Haible  <bruno@clisp.org>
35589
35590         * modules/signbit-tests: New file.
35591         * tests/test-signbit.c: New file.
35592
35593         * modules/signbit: New file.
35594         * lib/signbitf.c: New file.
35595         * lib/signbitd.c: New file.
35596         * lib/signbitl.c: New file.
35597         * m4/signbit.m4: New file.
35598         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35599         (signbit): New macro.
35600         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35601         REPLACE_SIGNBIT.
35602         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35603         REPLACE_FREXPL into math.h.
35604
35605 2007-04-06  Bruno Haible  <bruno@clisp.org>
35606
35607         * modules/isnanf-nolibm-tests: New file.
35608         * tests/test-isnanf.c: New file.
35609
35610         * modules/isnanf-nolibm: New file.
35611         * lib/isnanf.h: New file.
35612         * lib/isnanf.c: New file.
35613         * lib/isnan.c: Consider the USE_FLOAT macro.
35614         * m4/isnanf.m4: New file.
35615
35616 2007-04-06  Bruno Haible  <bruno@clisp.org>
35617
35618         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35619         (Link): New section.
35620
35621         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35622
35623 2007-04-06  Bruno Haible  <bruno@clisp.org>
35624
35625         Assume the 'long double' type.
35626         * m4/longdouble.m4: Remove file.
35627         * config/srclist.txt: Don't mention longdouble.m4.
35628         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35629         * lib/float+.h: Likewise.
35630         * lib/frexp.c: Likewise.
35631         * lib/printf-args.h: Likewise.
35632         * lib/printf-args.c: Likewise.
35633         * lib/printf-frexp.c: Likewise.
35634         * lib/printf-parse.c: Likewise.
35635         * lib/vasnprintf.c: Likewise.
35636         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35637         * m4/intl.m4: Likewise.
35638         * m4/isnanl.m4: Likewise.
35639         * m4/printf.m4: Likewise.
35640         * m4/printf-frexpl.m4: Likewise.
35641         * m4/vasnprintf.m4: Likewise.
35642         * modules/allocsa (Files): Remove m4/longdouble.m4.
35643         * modules/gettext (Files): Likewise.
35644         * modules/relocatable-prog-wrapper (Files): Likewise.
35645         * modules/vasnprintf (Files): Likewise.
35646         * modules/isnanl (Files): Likewise.
35647         (Include): Simplify.
35648         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35649         (Include): Simplify.
35650         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35651         (Include): Simplify.
35652         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35653         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35654         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35655         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35656         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35657         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35658         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35659         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35660         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35661         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35662         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35663         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35664         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35665         * tests/test-isnanl.c: Likewise.
35666         * tests/test-snprintf-posix.h: Likewise.
35667         * tests/test-sprintf-posix.h: Likewise.
35668         * tests/test-vasnprintf-posix.c: Likewise.
35669         * tests/test-vasnprintf-posix2.c: Likewise.
35670         * tests/test-vasprintf-posix.c: Likewise.
35671
35672 2007-04-06  Bruno Haible  <bruno@clisp.org>
35673
35674         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35675         * lib/math_.h [__DECC]: Include the overridden include file through
35676         #include_next, outside the double-inclusion guard.
35677         * lib/stdio_.h [__DECC]: Likewise.
35678         * lib/stdlib_.h [__DECC]: Likewise.
35679         * lib/string_.h [__DECC]: Likewise.
35680         * lib/time_.h [__DECC]: Likewise.
35681         * lib/wchar_.h [__DECC]: Likewise.
35682         * lib/wctype_.h [__DECC]: Likewise.
35683         * lib/inttypes_.h [__DECC]: Likewise.
35684         Reported by Albert Chin <china@thewrittenword.com> in
35685         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35686
35687 2007-04-04  Eric Blake  <ebb9@byu.net>
35688
35689         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35690         1.5.x.
35691
35692 2007-04-04  Bruno Haible  <bruno@clisp.org>
35693
35694         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35695         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35696
35697 2007-04-04  Bruno Haible  <bruno@clisp.org>
35698
35699         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35700         results for "%010a" of Infinity and NaN.
35701         * tests/test-vasprintf-posix.c (test_function): Likewise.
35702         * tests/test-snprintf-posix.h (test_function): Likewise.
35703         * tests/test-sprintf-posix.h (test_function): Likewise.
35704         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35705         * tests/test-printf-posix.h (test_function): Likewise.
35706         * tests/test-fprintf-posix.out: Update.
35707         Needed for FreeBSD 6.1.
35708
35709 2007-04-04  Bruno Haible  <bruno@clisp.org>
35710
35711         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35712         directly used by the gnulib modules nor by gnulib-tool.
35713
35714 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35715
35716         * DEPENDENCIES: Give overall description of version dependency
35717         desirability.  Use more-typical names for apps.
35718         Add shell, coreutils, diffutils, grep, tar, gzip.
35719
35720 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35721
35722         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35723
35724 2007-04-04  Karl Berry  <karl@gnu.org>
35725
35726         * MODULES.html.sh (func_module): missing '.
35727
35728 2007-04-03  Bruno Haible  <bruno@clisp.org>
35729
35730         * modules/argmatch-tests (Makefile.am): New variable
35731         test_argmatch_LDADD.
35732         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35733         * modules/array-list-tests (Makefile.am): New variable
35734         test_array_list_LDADD.
35735         * modules/array-oset-tests (Makefile.am): New variable
35736         test_array_oset_LDADD.
35737         * modules/avltree-list-tests (Makefile.am): New variable
35738         test_avltree_list_LDADD.
35739         * modules/avltree-oset-tests (Makefile.am): New variable
35740         test_avltree_oset_LDADD.
35741         * modules/avltreehash-list-tests (Makefile.am): New variable
35742         test_avltreehash_list_LDADD.
35743         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35744         test_canonicalize_lgpl_LDADD.
35745         * modules/carray-list-tests (Makefile.am): New variable
35746         test_carray_list_LDADD.
35747         * modules/dirname-tests (Makefile.am): New variable
35748         test_dirname_LDADD.
35749         * modules/linked-list-tests (Makefile.am): New variable
35750         test_linked_list_LDADD.
35751         * modules/linkedhash-list-tests (Makefile.am): New variable
35752         test_linkedhash_list_LDADD.
35753         * modules/rbtree-list-tests (Makefile.am): New variable
35754         test_rbtree_list_LDADD.
35755         * modules/rbtree-oset-tests (Makefile.am): New variable
35756         test_rbtree_oset_LDADD.
35757         * modules/rbtreehash-list-tests (Makefile.am): New variable
35758         test_rbtreehash_list_LDADD.
35759         * modules/xvasprintf-tests (Makefile.am): New variable
35760         test_xvasprintf_LDADD.
35761         Reported by Eric Blake.
35762
35763 2007-04-03  Eric Blake  <ebb9@byu.net>
35764
35765         * DEPENDENCIES: Weaken m4 requirements.
35766
35767 2007-04-03  Bruno Haible  <bruno@clisp.org>
35768
35769         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35770         * modules/isnanl-tests (configure.ac): Likewise.
35771
35772 2007-04-03  Ben Pfaff  <blp@gnu.org>
35773
35774         * modules/iconv_open: Add $(srcdir)/ to source directory
35775         references in Makefile fragments that call gperf, to fix VPATH
35776         builds.
35777
35778 2007-04-03  Bruno Haible  <bruno@clisp.org>
35779
35780         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35781         * lib/ldexpl.c: Undo last change.
35782
35783 2007-04-03  Bruno Haible  <bruno@clisp.org>
35784
35785         * modules/printf-frexpl (Depends-on): Undo last change.
35786         (Files): Add m4/ldexpl.m4.
35787
35788 2007-04-03  Bruno Haible  <bruno@clisp.org>
35789
35790         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35791         * modules/isnanl (Link): New section.
35792
35793         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35794         * modules/frexp (Link): New section.
35795
35796         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35797         * modules/frexpl (Link): New section.
35798
35799         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35800         * modules/ldexpl (Link): New section.
35801
35802 2007-04-03  Bruno Haible  <bruno@clisp.org>
35803
35804         * modules/TEMPLATE-EXTENDED: New file.
35805         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35806
35807 2007-04-03  Bruno Haible  <bruno@clisp.org>
35808
35809         * DEPENDENCIES: New file.
35810         Suggested by Simon Josefsson.
35811
35812 2007-04-03  Bruno Haible  <bruno@clisp.org>
35813
35814         * doc/gnulib.texi: Escape @.
35815
35816 2007-04-03  James Youngman  <jay@gnu.org>
35817         and Paul Eggert  <eggert@cs.ucla.edu>
35818
35819         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35820         birthtime on all systems that have birthtime, not just those which
35821         use st_birthtimensec rather than st_birthtim.  Putting zero in
35822         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35823         that the birth time is not available for files on an NFS mount.
35824
35825 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35826
35827         * modules/memxor: Move back from crypto/, suggested by Bruno.
35828         * modules/crypto/hmac-sha1: Fix memxor dependency.
35829
35830         * modules/crypto/gc: Moved from ../.
35831
35832 2007-04-02  Eric Blake  <ebb9@byu.net>
35833
35834         * lib/ldexpl.c (includes): Avoid libm.
35835
35836         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35837
35838 2007-04-02  Bruno Haible  <bruno@clisp.org>
35839
35840         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35841         on IRIX.
35842
35843 2007-04-02  Bruno Haible  <bruno@clisp.org>
35844
35845         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35846         x86 or x86_64 platforms running MacOS X.
35847         Reported by Ryan Schmidt <@ryandesign.com>.
35848
35849 2007-04-02  Bruno Haible  <bruno@clisp.org>
35850
35851         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35852         i386.
35853
35854 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35855
35856         * modules/crypto/arcfour: Moved from ../.
35857         * modules/crypto/arcfour-tests: Moved from ../.
35858         * modules/crypto/arctwo: Moved from ../.
35859         * modules/crypto/arctwo-tests: Moved from ../.
35860         * modules/crypto/des: Moved from ../.
35861         * modules/crypto/des-tests: Moved from ../.
35862         * modules/crypto/gc-arcfour: Moved from ../.
35863         * modules/crypto/gc-arcfour-tests: Moved from ../.
35864         * modules/crypto/gc-arctwo: Moved from ../.
35865         * modules/crypto/gc-arctwo-tests: Moved from ../.
35866         * modules/crypto/gc-des: Moved from ../.
35867         * modules/crypto/gc-des-tests: Moved from ../.
35868         * modules/crypto/gc-hmac-md5: Moved from ../.
35869         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35870         * modules/crypto/gc-hmac-sha1: Moved from ../.
35871         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35872         * modules/crypto/gc-md2: Moved from ../.
35873         * modules/crypto/gc-md2-tests: Moved from ../.
35874         * modules/crypto/gc-md4: Moved from ../.
35875         * modules/crypto/gc-md4-tests: Moved from ../.
35876         * modules/crypto/gc-md5: Moved from ../.
35877         * modules/crypto/gc-md5-tests: Moved from ../.
35878         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35879         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35880         * modules/crypto/gc-random: Moved from ../.
35881         * modules/crypto/gc-rijndael: Moved from ../.
35882         * modules/crypto/gc-rijndael-tests: Moved from ../.
35883         * modules/crypto/gc-sha1: Moved from ../.
35884         * modules/crypto/gc-sha1-tests: Moved from ../.
35885         * modules/crypto/gc-tests: Moved from ../.
35886         * modules/crypto/hmac-md5: Moved from ../.
35887         * modules/crypto/hmac-md5-tests: Moved from ../.
35888         * modules/crypto/hmac-sha1: Moved from ../.
35889         * modules/crypto/hmac-sha1-tests: Moved from ../.
35890         * modules/crypto/md2: Moved from ../.
35891         * modules/crypto/md2-tests: Moved from ../.
35892         * modules/crypto/md4: Moved from ../.
35893         * modules/crypto/md4-tests: Moved from ../.
35894         * modules/crypto/md5: Moved from ../.
35895         * modules/crypto/md5-tests: Moved from ../.
35896         * modules/crypto/memxor: Moved from ../.
35897         * modules/crypto/rijndael: Moved from ../.
35898         * modules/crypto/rijndael-tests: Moved from ../.
35899         * modules/crypto/sha1: Moved from ../.
35900
35901 2007-03-30  James Youngman  <jay@gnu.org>
35902
35903         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35904         rename() to change the ctime of a file (because ctime is unaffected
35905         by rename on jfs2 on AIX 5.1).
35906         (main): Start by doing cleanup, in case a previous run failed leaving
35907         test files behind.
35908
35909 2007-03-31  Bruno Haible  <bruno@clisp.org>
35910
35911         Support old proprietary implementations of iconv.
35912         * modules/iconv_open: New file.
35913         * lib/iconv_.h: New file.
35914         * m4/iconv_h.m4: New file.
35915         * lib/iconv_open.c: New file.
35916         * lib/iconv_open-aix.gperf: New file.
35917         * lib/iconv_open-hpux.gperf: New file.
35918         * lib/iconv_open-irix.gperf: New file.
35919         * lib/iconv_open-osf.gperf: New file.
35920         * m4/iconv_open.m4: New file.
35921         * modules/linebreak (Depends-on): Add iconv_open.
35922         * modules/striconv (Depends-on): Likewise.
35923         * modules/striconveh (Depends-on): Likewise.
35924         * modules/unicodeio (Depends-on): Likewise.
35925         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35926         (iconv_t)(-1).
35927         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35928         conversion if cd is (iconv_t)(-1).
35929         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35930         is not possible.
35931
35932 2007-03-31  Bruno Haible  <bruno@clisp.org>
35933
35934         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35935         work on Solaris either. Protect also second use of "autodetect_jp".
35936
35937 2007-03-31  Bruno Haible  <bruno@clisp.org>
35938
35939         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35940         the function is not present.
35941
35942 2007-03-31  Bruno Haible  <bruno@clisp.org>
35943
35944         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35945         the function is not present.
35946
35947 2007-03-31  Bruno Haible  <bruno@clisp.org>
35948
35949         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35950         a bug in HP-UX iconv_open().
35951
35952 2007-03-31  Bruno Haible  <bruno@clisp.org>
35953
35954         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35955         (Mathematics <math.h>): New section, add fpieee.
35956         (Input/output <stdio.h>): Add fseterr.
35957         (Mathematics <math.h>): New section, add printf-frexp.
35958         (Container data structures): Add sublist.
35959         (Core language properties): Add fpucw, inline.
35960         (Functions for greatest-width integer types <inttypes.h>): Add
35961         imaxabs, imaxdiv, inttypes.
35962         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35963         isnanl-nolibm, ldexp.
35964         (Mathematics <math.h>): New section, add printf-frexpl.
35965         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35966         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35967         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35968         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35969         (Unicode string functions): Add unistr/u*-mbtoucr.
35970         (Java): Add javacomp-script, javaexec-script.
35971         (C#): Add csharpcomp-script, csharpexec-script.
35972         (Support for building libraries and executables): Add havelib,
35973         relocatable-*.
35974         (Support for maintaining and releasing projects): Renamed from
35975         'Support for maintaining and release projects'. Add announce-gen.
35976
35977 2007-03-31  Bruno Haible  <bruno@clisp.org>
35978
35979         * README: Talk primarily about git.
35980         (git and CVS): Renamed from CVS.
35981         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35982         gnulib is available through git.
35983         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35984
35985 2007-03-30  Bruno Haible  <bruno@clisp.org>
35986
35987         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35988         * lib/poll_.h: Likewise.
35989         * lib/stat_.h: Likewise.
35990         * lib/sys_time_.h: Likewise.
35991         * lib/sysexit_.h: Likewise.
35992         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35993         * lib/stdbool_.h: Likewise.
35994         * lib/byteswap_.h: Add double-inclusion guard.
35995
35996 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35997
35998         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35999
36000 2007-03-30  Karl Berry  <karl@gnu.org>
36001
36002         * config/srclist-update: double space after USA in the license
36003         substitution, since that's how it's usually (?) written.
36004
36005 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36006
36007         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36008         reported by Bruno Haible.
36009
36010 2007-03-29  Bruno Haible  <bruno@clisp.org>
36011
36012         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36013         a bug in AIX iconv().
36014
36015 2007-03-29  Bruno Haible  <bruno@clisp.org>
36016
36017         * modules/ldexpl-tests: New file.
36018         * tests/test-ldexpl.c: New file.
36019
36020 2007-03-29  Bruno Haible  <bruno@clisp.org>
36021
36022         * lib/ldexpl.c: Include fpucw.h.
36023         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36024         multiplication.
36025         * modules/ldexpl (Depends-on): Add fpucw.
36026
36027 2007-03-29  Bruno Haible  <bruno@clisp.org>
36028
36029         * modules/ldexpl: New file.
36030         * m4/ldexpl.m4: New file.
36031         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36032         set.
36033         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36034         REPLACE_LDEXPL.
36035         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36036         REPLACE_LDEXPL.
36037         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36038         gl_FUNC_LDEXPL_WORKS.
36039         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36040         * modules/mathl (Files): Remove lib/ldexpl.c.
36041         (Depends-on): Add ldexpl.
36042
36043 2007-03-29  Bruno Haible  <bruno@clisp.org>
36044
36045         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36046
36047 2007-03-29  Bruno Haible  <bruno@clisp.org>
36048
36049         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36050         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36051         and possibly also HP-UX.
36052         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36053         work on AIX, IRIX, HP-UX, OSF/1.
36054         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36055         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36056         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36057         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36058         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36059         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36060
36061 2007-03-29  Bruno Haible  <bruno@clisp.org>
36062
36063         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36064
36065 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36066
36067         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36068         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36069
36070 2007-03-29  Eric Blake  <ebb9@byu.net>
36071
36072         * lib/acl-internal.h: Remove redundant include.
36073         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36074         Cygwin when a file is locked.
36075
36076 2007-03-29  Bruno Haible  <bruno@clisp.org>
36077
36078         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36079         file.
36080         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36081
36082 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36083
36084         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36085         try to remove a parent directory if the child couldn't be removed
36086         (except for the first rmdir, which could fail because the child
36087         doesn't exist).  Problem reported by Jeff Blaine in
36088         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36089
36090 2007-03-28  Bruno Haible  <bruno@clisp.org>
36091
36092         * lib/striconveh.c (utf8conv_carefully): New function.
36093         (mem_cd_iconveh_internal): Invoke it.
36094
36095 2007-03-28  Bruno Haible  <bruno@clisp.org>
36096
36097         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36098         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36099         input.
36100         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36101         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36102         unistr/u8-uctomb.
36103
36104 2007-03-28  Bruno Haible  <bruno@clisp.org>
36105
36106         * modules/unistr/u8-mbtoucr: New file.
36107         * lib/unistr/u8-mbtoucr.c: New file.
36108         * modules/unistr/u16-mbtoucr: New file.
36109         * lib/unistr/u16-mbtoucr.c: New file.
36110         * modules/unistr/u16-mbtoucr: New file.
36111         * lib/unistr/u16-mbtoucr.c: New file.
36112         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36113
36114 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36115             Bruno Haible  <bruno@clisp.org>
36116
36117         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36118         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36119         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36120
36121         * m4/stdio_h.m4: Add stubs for vasprintf too.
36122
36123         * modules/stdio: Support vasprintf in sed command.
36124
36125         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36126         vasprintf.h.  Add stdio module indicator.
36127
36128         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36129         vasprintf.h.
36130
36131         * lib/vasprintf.h: File removed.
36132
36133         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36134         * lib/vasprintf.c: Ditto.
36135         * lib/xvasprintf.c: Ditto.
36136         * tests/test-vasprintf-posix.c: Ditto.
36137         * tests/test-vasprintf.c: Ditto.
36138
36139 2007-03-27  Bruno Haible  <bruno@clisp.org>
36140
36141         Make vasnprintf multithread-safe.
36142         * lib/vasnprintf.c (decimal_point_char): New function.
36143         (VASNPRINTF): Use it.
36144         Suggested by Simon Josefsson.
36145
36146 2007-03-27  Eric Blake  <ebb9@byu.net>
36147
36148         Support sub-second birthtime on cygwin.
36149         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36150         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36151         (get_stat_birthtime): Also work with st_birthtim.
36152
36153 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36154
36155         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36156         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36157         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36158         (get_stat_birthtime_ns): Simplify compile-time tests.
36159         (get_stat_birthtime): Change the API to look like
36160         get_stat_mtime etc., except return a negative tv_nsec on error.
36161         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36162         Don't check for "spare" fields.
36163         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36164         or for struct stat.st_birthtime, as these tests aren't used.
36165         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36166
36167 2007-03-27  Bruno Haible  <bruno@clisp.org>
36168
36169         * lib/stat-time.h: Include <sys/stat.h>.
36170
36171 2007-03-27  James Youngman  <jay@gnu.org>
36172
36173         * lib/stat-time.h (get_stat_birthtime): New function for
36174           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36175         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36176           and its variants.
36177         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36178         * modules/stat-time-test: New file.
36179         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36180
36181 2007-03-26  Bruno Haible  <bruno@clisp.org>
36182
36183         Better support of signalling NaNs.
36184         * lib/atanl.c: Include isnanl.h.
36185         (atanl): Perform test for NaN at the beginning of the function and
36186         through a call to isnanl.
36187         * lib/cosl.c: Include isnanl.h.
36188         (cosl): Perform test for NaN at the beginning of the function and
36189         through a call to isnanl.
36190         * lib/ldexpl.c: Include isnanl.h.
36191         (ldexpl): Perform test for NaN through a call to isnanl.
36192         * lib/logl.c: Include isnanl.h.
36193         (logl): Perform test for NaN at the beginning of the function and
36194         through a call to isnanl.
36195         * lib/sinl.c: Include isnanl.h.
36196         (sinl): Perform test for NaN at the beginning of the function and
36197         through a call to isnanl.
36198         * lib/sqrtl.c: Include isnanl.h.
36199         (sqrtl): Perform test for NaN at the beginning of the function and
36200         through a call to isnanl.
36201         * lib/tanl.c: Include isnanl.h.
36202         (tanl): Perform test for NaN at the beginning of the function and
36203         through a call to isnanl.
36204         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36205         * modules/mathl (Depends-on): Add isnanl.
36206
36207 2007-03-26  Eric Blake  <ebb9@byu.net>
36208
36209         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36210         regression in logic sense of previous patch.
36211
36212 2007-03-26  Bruno Haible  <bruno@clisp.org>
36213
36214         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36215         unportable shell command "if ! ...".
36216         Reported by Ralf Wildenhues.
36217
36218 2007-03-25  Bruno Haible  <bruno@clisp.org>
36219
36220         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36221         <sysexits.h> file, and only add EX_CONFIG.
36222         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36223         absolute file name and whether it is sufficient. Substitute also
36224         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36225         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36226         ABSOLUTE_SYSEXITS_H into sysexits.h.
36227
36228 2007-03-25  Bruno Haible  <bruno@clisp.org>
36229
36230         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36231         hints is NULL.
36232
36233 2007-03-25  Bruno Haible  <bruno@clisp.org>
36234
36235         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36236         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36237
36238 2007-03-25  Bruno Haible  <bruno@clisp.org>
36239
36240         * lib/vasnprintf.c: Include langinfo.h.
36241         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36242         multithread-safe.
36243         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36244         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36245         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36246         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36247         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36248         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36249         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36250         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36251         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36252         Reported by Simon Josefsson.
36253
36254 2007-03-25  Bruno Haible  <bruno@clisp.org>
36255
36256         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36257         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36258         * modules/vasnprintf (Depends-on): Add stdint.
36259
36260 2007-03-25  Bruno Haible  <bruno@clisp.org>
36261
36262         * modules/fpieee: New file.
36263         * m4/fpieee.m4: New file.
36264         * modules/isnan-nolibm (Depends-on): Add fpieee.
36265         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36266         * modules/isnanl (Depends-on): Add fpieee.
36267
36268 2007-03-25  Bruno Haible  <bruno@clisp.org>
36269
36270         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36271
36272 2007-03-25  Bruno Haible  <bruno@clisp.org>
36273
36274         Avoid test failures on IRIX 6.5.
36275         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36276         (main): Use it.
36277         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36278         macros.
36279         (main): Use them.
36280
36281 2007-03-25  Bruno Haible  <bruno@clisp.org>
36282
36283         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36284         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36285         exists but doesn't work.
36286         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36287         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36288         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36289         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36290
36291 2007-03-25  Bruno Haible  <bruno@clisp.org>
36292
36293         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36294         returns inf. Needed on IRIX 6.5.
36295
36296 2007-03-25  Bruno Haible  <bruno@clisp.org>
36297
36298         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36299         (main): Use isnanl instead of x != x idiom.
36300         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36301
36302         * tests/test-frexp.c: Include isnan.h.
36303         (main): Use isnan instead of x != x idiom.
36304         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36305
36306 2007-03-25  Bruno Haible  <bruno@clisp.org>
36307
36308         * tests/test-frexp.c (NaN): New function/macro.
36309         (main): Use it instead of 0.0 / 0.0.
36310         * tests/test-isnan.c (NaN): New function/macro.
36311         (main): Use it instead of 0.0 / 0.0.
36312         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36313         (test_function): Use it instead of 0.0 / 0.0.
36314         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36315         (test_function): Use it instead of 0.0 / 0.0.
36316         * tests/test-snprintf-posix.h (NaN): New function/macro.
36317         (test_function): Use it instead of 0.0 / 0.0.
36318         * tests/test-sprintf-posix.h (NaN): New function/macro.
36319         (test_function): Use it instead of 0.0 / 0.0.
36320         * tests/test-fprintf-posix.h (NaN): New function/macro.
36321         (test_function): Use it instead of 0.0 / 0.0.
36322         * tests/test-printf-posix.h (NaN): New function/macro.
36323         (test_function): Use it instead of 0.0 / 0.0.
36324
36325         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36326
36327 2007-03-25  Bruno Haible  <bruno@clisp.org>
36328
36329         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36330
36331 2007-03-25  Bruno Haible  <bruno@clisp.org>
36332
36333         * lib/regexec.c (merge_state_with_log): Make static.
36334
36335 2007-03-25  Bruno Haible  <bruno@clisp.org>
36336
36337         * lib/trigl.c (kernel_rem_pio2): Make static.
36338
36339 2007-03-25  Bruno Haible  <bruno@clisp.org>
36340
36341         * lib/sincosl.c (sincosl_table): Make static.
36342
36343 2007-03-25  Bruno Haible  <bruno@clisp.org>
36344
36345         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36346         if the compiler does not support C99.
36347
36348 2007-03-25  Bruno Haible  <bruno@clisp.org>
36349
36350         * modules/time (Makefile.am): Ensure all rule action lines start with a
36351         tab.
36352
36353 2007-03-24  Bruno Haible  <bruno@clisp.org>
36354
36355         * modules/tsearch-tests: New file.
36356         * tests/test-tsearch.sh: New file.
36357         * tests/test-tsearch.c: New file, mostly copied from glibc.
36358
36359         * modules/search-tests: New file.
36360         * tests/test-search.c: New file.
36361
36362         * modules/search: New file.
36363         * lib/search_.h: New file, incorporating lib/tsearch.h.
36364         * m4/search_h.m4: New file.
36365         * lib/tsearch.h: Remove file.
36366         * lib/tsearch.c: Include search.h instead of tsearch.h.
36367         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36368         HAVE_TSEARCH.
36369         * modules/tsearch (Files): Remove lib/tsearch.h.
36370         (Depends-on): Add search.
36371         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36372         (Include): Change tsearch.h into search.h.
36373
36374 2007-03-24  Bruno Haible  <bruno@clisp.org>
36375
36376         * modules/fpucw: New file.
36377         * lib/fpucw.h: New file.
36378         * lib/frexp.c: Include fpucw.h.
36379         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36380         (FUNC): Use them.
36381         * lib/printf-frexp.c: Include fpucw.h.
36382         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36383         (FUNC): Use them.
36384         * lib/vasnprintf.c: Include fpucw.h.
36385         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36386         'long double' calculations.
36387         * tests/test-frexpl.c: Include fpucw.h.
36388         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36389         * tests/test-printf-frexpl.c: Include fpucw.h.
36390         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36391         * modules/frexpl (Depends-on): Add fpucw.
36392         * modules/printf-frexpl (Depends-on): Likewise.
36393         * modules/fprintf-posix (Depends-on): Likewise.
36394         * modules/snprintf-posix (Depends-on): Likewise.
36395         * modules/sprintf-posix (Depends-on): Likewise.
36396         * modules/vasnprintf-posix (Depends-on): Likewise.
36397         * modules/vasprintf-posix (Depends-on): Likewise.
36398         * modules/vfprintf-posix (Depends-on): Likewise.
36399         * modules/vsnprintf-posix (Depends-on): Likewise.
36400         * modules/vsprintf-posix (Depends-on): Likewise.
36401         * modules/frexpl-tests (Depends-on): Likewise.
36402         * modules/printf-frexpl-tests (Depends-on): Likewise.
36403
36404 2007-03-24  Bruno Haible  <bruno@clisp.org>
36405
36406         * lib/float+.h: New file.
36407         * lib/isnan.c: Include float+.h.
36408         (SIZE): New macro.
36409         (FUNC): Compare only SIZE bytes of the value.
36410         * lib/vasnprintf.c: Include float+.h.
36411         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36412         SIZEOF_LDBL or SIZEOF_DBL bytes.
36413         * modules/isnan-nolibm (Files): Add lib/float+.h.
36414         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36415         * modules/isnanl (Files): Add lib/float+.h.
36416         * modules/vasnprintf (Files): Add lib/float+.h.
36417
36418 2007-03-24  Bruno Haible  <bruno@clisp.org>
36419
36420         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36421         include isnanl-nolibm.h.
36422
36423 2007-03-24  Bruno Haible  <bruno@clisp.org>
36424
36425         * tests/test-read-file.c (main): Don't produce spurious output for
36426         expected situations. Make the test fail if it encountered unexpected
36427         results.
36428
36429 2007-03-24  Bruno Haible  <bruno@clisp.org>
36430
36431         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36432         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36433
36434 2007-03-24  Bruno Haible  <bruno@clisp.org>
36435
36436         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36437
36438 2007-03-24  Bruno Haible  <bruno@clisp.org>
36439
36440         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36441         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36442
36443         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36444         * modules/utf8-ucs4: Turn into a symbolic link to module
36445         unistr/u8-mbtouc.
36446
36447         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36448         utf8-ucs4-unsafe.
36449         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36450         unistr/u8-mbtouc-unsafe.
36451
36452         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36453         * modules/utf16-ucs4: Turn into a symbolic link to module
36454         unistr/u16-mbtouc.
36455
36456         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36457         utf16-ucs4-unsafe.
36458         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36459         unistr/u16-mbtouc-unsafe.
36460
36461         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36462         * modules/ucs4-utf8: Turn into a symbolic link to module
36463         unistr/u8-ubtomb.
36464
36465         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36466         * modules/ucs4-utf16: Turn into a symbolic link to module
36467         unistr/u16-ubtomb.
36468
36469 2007-03-24  Bruno Haible  <bruno@clisp.org>
36470
36471         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36472         Enable the function only if HAVE_INLINE.
36473         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36474         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36475         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36476         Enable the function only if HAVE_INLINE.
36477         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36478         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36479         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36480         Enable the function only if HAVE_INLINE.
36481         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36482         Enable the function only if HAVE_INLINE.
36483         * modules/utf8-ucs4: Update.
36484         * modules/utf8-ucs4-unsafe: Update.
36485         * modules/utf16-ucs4: Update.
36486         * modules/utf16-ucs4-unsafe: Update.
36487         * modules/ucs4-utf8: Update.
36488         * modules/ucs4-utf16: Update.
36489
36490 2007-03-24  Bruno Haible  <bruno@clisp.org>
36491
36492         * lib/utf8-ucs4.h: Remove file.
36493         * lib/utf8-ucs4-unsafe.h: Remove file.
36494         * lib/utf16-ucs4.h: Remove file.
36495         * lib/utf16-ucs4-unsafe.h: Remove file.
36496         * lib/ucs4-utf8.h: Remove file.
36497         * lib/ucs4-utf16.h: Remove file.
36498         * lib/unistr.h: Include their previous contents.
36499         * m4/utf-ucs4.m4: Remove file.
36500         * m4/ucs4-utf.m4: Remove file.
36501         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36502         (Depends-on): Add unistr/base.
36503         (configure.ac): Remove gl_UTF_UCS4.
36504         (Makefile.am): Update.
36505         (Include): Change to unistr.h.
36506         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36507         (Depends-on): Add unistr/base.
36508         (configure.ac): Remove gl_UTF_UCS4.
36509         (Makefile.am): Update.
36510         (Include): Change to unistr.h.
36511         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36512         (Depends-on): Add unistr/base.
36513         (configure.ac): Remove gl_UTF_UCS4.
36514         (Makefile.am): Update.
36515         (Include): Change to unistr.h.
36516         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36517         (Depends-on): Add unistr/base.
36518         (configure.ac): Remove gl_UTF_UCS4.
36519         (Makefile.am): Update.
36520         (Include): Change to unistr.h.
36521         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36522         (Depends-on): Add unistr/base.
36523         (configure.ac): Remove gl_UCS4_UTF.
36524         (Makefile.am): Update.
36525         (Include): Change to unistr.h.
36526         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36527         (Depends-on): Add unistr/base.
36528         (configure.ac): Remove gl_UCS4_UTF.
36529         (Makefile.am): Update.
36530         (Include): Change to unistr.h.
36531         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36532         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36533         utf8-ucs4-unsafe.h.
36534         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36535         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36536         utf16-ucs4-unsafe.h.
36537         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36538         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36539         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36540         * lib/unistr/u8-strchr.c: Likewise.
36541         * lib/unistr/u8-strrchr.c: Likewise.
36542         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36543         * lib/unistr/u16-strchr.c: Likewise.
36544         * lib/unistr/u16-strrchr.c: Likewise.
36545         * lib/striconveh.c: Update.
36546         * lib/linebreak.c: Update.
36547
36548 2007-03-24  Bruno Haible  <bruno@clisp.org>
36549
36550         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36551         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36552
36553 2007-03-22  Bruno Haible  <bruno@clisp.org>
36554
36555         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36556
36557 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36558
36559         * MODULES.html.sh (File system functions): New module write-any-file.
36560         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36561         * m4/write-any-file.m4: New files.
36562
36563 2007-03-23  Eric Blake  <ebb9@byu.net>
36564
36565         * gnulib-tool: Rearrange space-tab sequences, since some editors
36566         like to eat them.
36567
36568 2007-03-23  Eric Blake  <ebb9@byu.net>
36569
36570         * lib/version-etc.c (version_etc_va): Update license wording to
36571         be more concise.  Recommended by Richard Stallman.
36572
36573 2007-03-22  Bruno Haible  <bruno@clisp.org>
36574
36575         * lib/poll.c (MSG_PEEK): New fallback definition.
36576
36577 2007-03-22  Bruno Haible  <bruno@clisp.org>
36578
36579         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36580         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36581         (main): Update.
36582         Fixes a compilation error on BeOS.
36583
36584 2007-03-22  Bruno Haible  <bruno@clisp.org>
36585
36586         * modules/frexpl-tests: New file.
36587         * tests/test-frexpl.c: New file.
36588
36589         * modules/frexpl: New file.
36590         * m4/frexpl.m4: New file.
36591         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36592         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36593         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36594         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36595         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36596         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36597
36598 2007-03-22  Bruno Haible  <bruno@clisp.org>
36599
36600         * lib/frexpl.c: Share code with lib/frexp.c.
36601         * modules/mathl (Files): Add lib/frexp.c.
36602         (Depends-on): Add isnanl-nolibm.
36603
36604 2007-03-22  Bruno Haible  <bruno@clisp.org>
36605
36606         * modules/printf-frexp (Files): Add m4/frexp.m4.
36607         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36608         only if the found frexp function actually works.
36609
36610 2007-03-22  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/frexp.c: Remove older implementation that uses divisions.
36613
36614 2007-03-21  Bruno Haible  <bruno@clisp.org>
36615
36616         * modules/frexp-tests: New file.
36617         * tests/test-frexp.c: New file.
36618
36619         * modules/frexp: New file.
36620         * lib/frexp.c: New file.
36621         * m4/frexp.m4: New file.
36622         * lib/math_.h (frexp): New declaration.
36623         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36624         REPLACE_FREXP.
36625         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36626
36627 2007-03-21  Bruno Haible  <bruno@clisp.org>
36628
36629         * modules/isnanl-tests: New file.
36630         * tests/test-isnanl.c: New file.
36631
36632         * modules/isnanl: New file.
36633         * lib/isnanl.h: New file.
36634         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36635         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36636         gl_FUNC_ISNANL_WORKS.
36637         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36638         New macros.
36639
36640 2007-03-21  Bruno Haible  <bruno@clisp.org>
36641
36642         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36643         lib/isnanl.h.
36644         (Include): Update.
36645         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36646         * lib/vasnprintf.c: Update.
36647         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36648         tests/test-isnanl.h, remove tests/test-isnanl.c.
36649         (Makefile.am): Update.
36650         * tests/test-isnanl-nolibm.c: New file.
36651         * tests/test-isnanl.h: New file.
36652         * tests/test-isnanl.c: Remove file.
36653
36654 2007-03-21  Jim Meyering  <jim@meyering.net>
36655
36656         When trying to open ".", treat ESTALE like EACCES.
36657         * lib/savewd.c (savewd_save): Resort to forking not just upon
36658         failure with EACCES, but also when errno is ESTALE.
36659
36660 2007-03-20  Bruno Haible  <bruno@clisp.org>
36661
36662         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36663         Needed on AIX 5.1. Reported by Matthew Woehlke.
36664
36665 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36666
36667         Suggestions by Bruno Haible:
36668         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36669         our own.
36670         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36671         * modules/acl (Depends-on): Add gettext.
36672
36673 2007-03-19  Bruno Haible  <bruno@clisp.org>
36674
36675         * modules/iconvme: Remove file.
36676         * lib/iconvme.h: Remove file.
36677         * lib/iconvme.c: Remove file.
36678         * m4/iconvme.m4: Remove file.
36679
36680 2007-03-19  Bruno Haible  <bruno@clisp.org>
36681
36682         * doc/relocatable-maint.texi: Break long shell script line.
36683         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36684
36685 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36686
36687         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36688         handle file_has_acl.
36689         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36690         * lib/acl.c: Move header inclusions and related macro defns into
36691         lib/acl-internal.h.
36692         (S_ISLNK): Remove defn, since that's now done for us.
36693         (file_has_acl): Move to lib/file-has-acl.c.
36694         Call acl_trivial if available.  This is the crucial part of the fix.
36695         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36696         shared within the library.  Rewrite a bit, partly to make it compatible
36697         with the GNU coding style.
36698         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36699         Remove unnecessary double-quotes.
36700         Don't test for acl_to_text; the build will catch that.
36701         Replace acl_entries if it doesn't exist and it is needed.
36702         Check for -lsec and acl_trivial (as used on Solaris 10).
36703         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36704         lib/file-has-acl.c.
36705         (Depends-on): Add sys_stat, for S_ISLNK.
36706
36707 2007-03-19  Ben Pfaff  <blp@gnu.org>
36708
36709         * doc/gnulib.texi: Fix typos.
36710         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36711
36712 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36713
36714         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36715         If size is zero here, buf must be zero.
36716
36717 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36718
36719         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36720         <bruno@clisp.org>.
36721
36722 2007-03-18  Bruno Haible  <bruno@clisp.org>
36723
36724         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36725         Suggested by Eric Blake.
36726
36727 2007-03-18  Ben Pfaff  <blp@gnu.org>
36728
36729         * doc/relocatable.texi: Recommend using as prefix a directory
36730         that does not exist and will never be created.  Based on
36731         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36732         and others.
36733
36734 2007-03-17  Bruno Haible  <bruno@clisp.org>
36735
36736         * lib/fchownat.c: Include lchown.h.
36737
36738 2007-03-17  Bruno Haible  <bruno@clisp.org>
36739
36740         Fix endless loop when the given allocated size was > INT_MAX.
36741         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36742         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36743         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36744         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36745         * lib/sprintf.c (sprintf): Likewise.
36746
36747 2007-03-17  Bruno Haible  <bruno@clisp.org>
36748
36749         * tests/test-argp-2.sh (func_compare): Output a context diff.
36750
36751 2007-03-17  Bruno Haible  <bruno@clisp.org>
36752
36753         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36754         locale's decimal-point character.
36755
36756 2007-03-17  Bruno Haible  <bruno@clisp.org>
36757
36758         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36759         before comparing it. Needed because on some platforms (e.g. x86) a
36760         'long double' occupies less bytes than sizeof (long double).
36761
36762 2007-03-17  Bruno Haible  <bruno@clisp.org>
36763
36764         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36765         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36766         * tests/test-getaddrinfo.c (simple): Likewise.
36767         * tests/test-read-file.c (main): Likewise.
36768
36769 2007-03-17  Bruno Haible  <bruno@clisp.org>
36770
36771         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36772
36773 2007-03-17  Bruno Haible  <bruno@clisp.org>
36774
36775         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36776         unused variable.
36777
36778 2007-03-17  Bruno Haible  <bruno@clisp.org>
36779
36780         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36781         * tests/test-c-strncasecmp.c: Likewise.
36782
36783 2007-03-17  Bruno Haible  <bruno@clisp.org>
36784
36785         * modules/stdlib (Depends-on): Add unistd.
36786         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36787         Needed for MacOS X 10.3.
36788
36789 2007-03-17  Bruno Haible  <bruno@clisp.org>
36790
36791         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36792
36793 2007-03-17  Bruno Haible  <bruno@clisp.org>
36794
36795         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36796
36797 2007-03-17  Bruno Haible  <bruno@clisp.org>
36798
36799         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36800         to reflect files copied from gnulib (with or without modifications).
36801         Suggested by Jim Meyering.
36802
36803 2007-03-17  Eric Blake  <ebb9@byu.net>
36804
36805         * NEWS: Document stdlib change from 2007-02-18.
36806
36807 2007-03-17  Jim Meyering  <jim@meyering.net>
36808
36809         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36810         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36811         someone uses a name containing shell meta-characters.
36812         Reported by Alfred M. Szmidt.
36813
36814         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36815
36816 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36817
36818         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36819         and copy gettext configuration files only if configure.ac contains
36820         a use of AM_GNU_GETTEXT_VERSION.
36821
36822 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36823
36824         * build-aux/bootstrap (gnulib_name): New variable.
36825         (gnulib_tool_options): Use it.
36826
36827 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36828
36829         * tests/test-des.c: Use new namespace.
36830
36831 2007-03-15  Bruno Haible  <bruno@clisp.org>
36832
36833         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36834         Reported by James Youngman <jay@gnu.org>.
36835
36836 2007-03-15  Bruno Haible  <bruno@clisp.org>
36837
36838         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36839         declared prototype. Needed with cc on OSF/1 5.1.
36840
36841 2007-03-15  Bruno Haible  <bruno@clisp.org>
36842
36843         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36844         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36845         (struct gl_list_implementation): Add dispose_fn argument to the
36846         'create_empty', 'create' methods.
36847         (struct gl_list_impl_base): Add field 'dispose_fn'.
36848         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36849         argument.
36850         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36851         dispose_fn argument.
36852         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36853         dispose_fn on the dropped values.
36854         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36855         dispose_fn argument.
36856         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36857         dropped values.
36858         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36859         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36860         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36861         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36862         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36863         argument.
36864         (gl_tree_list_free): Call dispose_fn on the dropped values.
36865         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36866         the dropped values.
36867         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36868         Add dispose_fn argument.
36869         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36870         Call dispose_fn on the dropped values.
36871         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36872         Add dispose_fn argument.
36873         (gl_sublist_create): Initialize the 'dispose_fn' field.
36874         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36875         * tests/test-array_list.c (main): Update.
36876         * tests/test-carray_list.c (main): Update.
36877         * tests/test-avltree_list.c (main): Update.
36878         * tests/test-rbtree_list.c (main): Update.
36879         * tests/test-avltreehash_list.c (main): Update.
36880         * tests/test-rbtreehash_list.c (main): Update.
36881         * tests/test-linked_list.c (main): Update.
36882         * tests/test-linkedhash_list.c (main): Update.
36883         * tests/test-array_oset.c (main): Update.
36884
36885 2007-03-15  Bruno Haible  <bruno@clisp.org>
36886
36887         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36888         (gl_oset_create_empty): Add dispose_fn argument.
36889         (struct gl_oset_implementation): Add dispose_fn argument to
36890         'create_empty' method.
36891         (struct gl_oset_impl_base): Add dispose_fn field.
36892         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36893         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36894         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36895         values.
36896         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36897         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36898         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36899         dropped value.
36900         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36901         dropped value.
36902         * tests/test-array_oset.c (main): Update.
36903         * tests/test-avltree_oset.c (main): Update.
36904         * tests/test-rbtree_oset.c (main): Update.
36905         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36906
36907 2007-03-13  Bruno Haible  <bruno@clisp.org>
36908
36909         * tests/test-stdbool.c (i): Update after last patch.
36910
36911 2007-03-12  Bruno Haible  <bruno@clisp.org>
36912
36913         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36914         the iswprint macro. Needed on Solaris 2.5.1.
36915
36916 2007-03-12  Bruno Haible  <bruno@clisp.org>
36917
36918         * tests/test-printf-frexp.c (main): Declare x as volatile.
36919
36920 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36921
36922         * doc/gnulib.texi (Build robot for gnulib): New section.
36923
36924 2007-03-12  Jim Meyering  <jim@meyering.net>
36925
36926         * build-aux/bootstrap: New file.
36927         * build-aux/bootstrap.conf: New file, from coreutils.
36928
36929 2007-03-11  Bruno Haible  <bruno@clisp.org>
36930
36931         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36932
36933 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36934
36935         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36936         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36937         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36938
36939 2007-03-11  Bruno Haible  <bruno@clisp.org>
36940
36941         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36942         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36943
36944 2007-03-11  Bruno Haible  <bruno@clisp.org>
36945
36946         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36947         formula. Needed for SunPRO C 5.0.
36948
36949 2007-03-11  Bruno Haible  <bruno@clisp.org>
36950
36951         * modules/long-options (Depends-on): Add getopt.
36952
36953 2007-03-11  Bruno Haible  <bruno@clisp.org>
36954
36955         * modules/modechange (Depends-on): Add stdbool.
36956
36957 2007-03-11  Bruno Haible  <bruno@clisp.org>
36958
36959         * modules/i-ring (Depends-on): Add stdbool.
36960
36961 2007-03-11  Bruno Haible  <bruno@clisp.org>
36962
36963         * modules/gc-des (Depends-on): Add stdbool.
36964
36965 2007-03-11  Bruno Haible  <bruno@clisp.org>
36966
36967         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36968
36969 2007-03-11  Bruno Haible  <bruno@clisp.org>
36970
36971         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36972
36973 2007-03-11  Bruno Haible  <bruno@clisp.org>
36974
36975         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36976
36977 2007-03-11  Bruno Haible  <bruno@clisp.org>
36978
36979         * lib/vasnprintf.c (sprintf): Undefine.
36980
36981 2007-03-11  Bruno Haible  <bruno@clisp.org>
36982
36983         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36984         initializers in SunPRO C and Compaq C compilers.
36985
36986 2007-03-11  Bruno Haible  <bruno@clisp.org>
36987
36988         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36989         decrementing code ANSI C compliant.
36990
36991 2007-03-11  Bruno Haible  <bruno@clisp.org>
36992
36993         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36994         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36995
36996 2007-03-11  Bruno Haible  <bruno@clisp.org>
36997
36998         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36999         <stdbool.h> substitute doesn't pass.
37000
37001 2007-03-11  Bruno Haible  <bruno@clisp.org>
37002
37003         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
37004
37005 2007-03-11  Bruno Haible  <bruno@clisp.org>
37006
37007         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37008         script, for submission to autobuild.josefsson.org.
37009
37010 2007-03-10  Bruno Haible  <bruno@clisp.org>
37011
37012         * modules/canonicalize-lgpl-tests: New file.
37013         * tests/test-canonicalize-lgpl.sh: New file.
37014         * tests/test-canonicalize-lgpl.c: New file.
37015
37016         * modules/c-strcase-tests: New file.
37017         * tests/test-c-strcase.sh: New file.
37018         * tests/test-c-strcasecmp.c: New file.
37019         * tests/test-c-strncasecmp.c: New file.
37020
37021         * modules/atexit-tests: New file.
37022         * tests/test-atexit.sh: New file.
37023         * tests/test-atexit.c: New file.
37024
37025 2007-03-10  Bruno Haible  <bruno@clisp.org>
37026
37027         * tests/test-binary-io.sh: Use temporary filenames that are not so
37028         likely to clash with those of other tests (in a parallel make).
37029         * tests/test-binary-io.c: Likewise.
37030
37031 2007-03-10  Bruno Haible  <bruno@clisp.org>
37032
37033         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37034         fallback; use #error instead.
37035         Suggested by Simon Josefsson.
37036
37037 2007-03-10  Bruno Haible  <bruno@clisp.org>
37038
37039         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37040         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37041         first and the last.
37042
37043 2007-03-10  Bruno Haible  <bruno@clisp.org>
37044
37045         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37046
37047 2007-03-10  Bruno Haible  <bruno@clisp.org>
37048
37049         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37050         "make distcheck".
37051         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37052         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37053         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37054
37055 2007-03-10  Bruno Haible  <bruno@clisp.org>
37056
37057         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37058         variable.
37059         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37060         variable.
37061
37062 2007-03-09  Eric Blake  <ebb9@byu.net>
37063         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37064
37065         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37066         types are not being provided by gnulib.
37067         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37068         types are supported.
37069
37070 2007-03-10  Bruno Haible  <bruno@clisp.org>
37071
37072         * lib/stdio_.h (__attribute__): New macro.
37073         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37074         vsprintf): Specify __attribute__ __format__ for GCC.
37075         Suggested by Eric Blake.
37076
37077 2007-03-09  Bruno Haible  <bruno@clisp.org>
37078
37079         * modules/printf-posix-tests: New file.
37080         * tests/test-printf-posix.sh: New file.
37081         * tests/test-printf-posix.c: New file.
37082
37083         * modules/printf-posix: New file.
37084         * lib/printf.c: New file.
37085         * m4/printf-posix-rpl.m4: New file.
37086         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37087         REPLACE_PRINTF.
37088         * lib/stdio_.h (printf): New declaration.
37089         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37090         ____strfmon____): New macros.
37091         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37092         REPLACE_PRINTF.
37093
37094 2007-03-09  Bruno Haible  <bruno@clisp.org>
37095
37096         * tests/test-vasnprintf-posix2.sh: New file.
37097         * tests/test-vasnprintf-posix2.c: New file.
37098         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37099         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37100         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37101
37102         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37103         a locale dependent decimal point, rather than always '.'.
37104
37105 2007-03-09  Eric Blake  <ebb9@byu.net>
37106
37107         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37108         spite of platforms like Tandem/NSK that define it to -1.
37109
37110 2007-03-08  Bruno Haible  <bruno@clisp.org>
37111
37112         * modules/vprintf-posix-tests: New file.
37113         * tests/test-vprintf-posix.sh: New file.
37114         * tests/test-vprintf-posix.c: New file.
37115         * tests/test-printf-posix.h: New file.
37116
37117         * modules/vprintf-posix: New file.
37118         * lib/vprintf.c: New file.
37119         * m4/vprintf-posix.m4: New file.
37120         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37121         REPLACE_VPRINTF.
37122         * lib/stdio_.h (vprintf): New declaration.
37123         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37124         REPLACE_VPRINTF.
37125
37126 2007-03-08  Bruno Haible  <bruno@clisp.org>
37127
37128         * modules/fprintf-posix-tests: New file.
37129         * tests/test-fprintf-posix.sh: New file.
37130         * tests/test-fprintf-posix.c: New file.
37131
37132         * modules/fprintf-posix: New file.
37133         * lib/fprintf.c: New file.
37134         * m4/fprintf-posix.m4: New file.
37135         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37136         REPLACE_FPRINTF.
37137         * lib/stdio_.h (fprintf): New declaration.
37138         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37139         REPLACE_FPRINTF.
37140
37141 2007-03-08  Bruno Haible  <bruno@clisp.org>
37142
37143         * modules/vfprintf-posix-tests: New file.
37144         * tests/test-vfprintf-posix.sh: New file.
37145         * tests/test-vfprintf-posix.c: New file.
37146         * tests/test-fprintf-posix.h: New file.
37147         * tests/test-fprintf-posix.out: New file.
37148
37149         * modules/vfprintf-posix: New file.
37150         * lib/vfprintf.c: New file.
37151         * m4/vfprintf-posix.m4: New file.
37152         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37153         REPLACE_VFPRINTF.
37154         * lib/stdio_.h (vfprintf): New declaration.
37155         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37156         REPLACE_VFPRINTF.
37157
37158 2007-03-08  Bruno Haible  <bruno@clisp.org>
37159
37160         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37161
37162 2007-03-08  Bruno Haible  <bruno@clisp.org>
37163
37164         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37165         instead of 'expr' invocations.
37166         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37167         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37168         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37169         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37170         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37171         Suggested by Paul Eggert.
37172
37173 2007-03-08  Bruno Haible  <bruno@clisp.org>
37174
37175         * modules/fseterr-tests: New file.
37176         * tests/test-fseterr.c: New file.
37177
37178         * modules/fseterr: New file.
37179         * lib/fseterr.h: New file.
37180         * lib/fseterr.c: New file.
37181
37182 2007-03-08  Bruno Haible  <bruno@clisp.org>
37183
37184         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37185         * lib/getopt_.h: Likewise.
37186         * lib/mbswidth.h: Likewise.
37187         * lib/setenv.h: Likewise.
37188         * lib/vasnprintf.h: Likewise.
37189         * lib/vasprintf.h: Likewise.
37190         * lib/verror.h: Likewise.
37191         * lib/xsetenv.h: Likewise.
37192         * lib/xvasprintf.h: Likewise.
37193
37194 2007-03-08  Jim Meyering  <jim@meyering.net>
37195
37196         * users.txt: Add parted.
37197
37198         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37199
37200 2007-03-07  Bruno Haible  <bruno@clisp.org>
37201
37202         * m4/printf.m4: Make the shell script snippets copy&pastable.
37203
37204 2007-03-02  Bruno Haible  <bruno@clisp.org>
37205
37206         * lib/netinet_in_.h: New file.
37207         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37208         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37209         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37210         (Depends-on): Add absolute-header.
37211         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37212         into netinet/in.h.
37213
37214 2007-03-03  Bruno Haible  <bruno@clisp.org>
37215
37216         * lib/sys_select_.h: New file.
37217         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37218         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37219         * modules/sys_select (Files): Add lib/sys_select_.h.
37220         (Depends-on): Add absolute-header.
37221         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37222         into sys/select.h.
37223
37224 2007-03-02  Bruno Haible  <bruno@clisp.org>
37225
37226         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37227         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37228         values.
37229         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37230         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37231         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37232         * modules/sys_socket (Depends-on): Add absolute-header.
37233         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37234         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37235         (Include): Remove requirement of inclusion of <sys/types.h>.
37236
37237 2007-03-02  Bruno Haible  <bruno@clisp.org>
37238
37239         * lib/byteswap_.h (bswap_32): Fix formula.
37240
37241 2007-03-06  Bruno Haible  <bruno@clisp.org>
37242
37243         * modules/sprintf-posix-tests: New file.
37244         * tests/test-sprintf-posix.c: New file.
37245
37246         * modules/sprintf-posix: New file.
37247         * lib/sprintf.c: New file.
37248         * m4/sprintf-posix.m4: New file.
37249         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37250         REPLACE_SPRINTF.
37251         * lib/stdio_.h (sprintf): New declaration.
37252         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37253         REPLACE_SPRINTF.
37254
37255 2007-03-06  Bruno Haible  <bruno@clisp.org>
37256
37257         * modules/vsprintf-posix-tests: New file.
37258         * tests/test-vsprintf-posix.c: New file.
37259         * tests/test-sprintf-posix.h: New file.
37260
37261         * modules/vsprintf-posix: New file.
37262         * lib/vsprintf.c: New file.
37263         * m4/vsprintf-posix.m4: New file.
37264         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37265         REPLACE_VSPRINTF.
37266         * lib/stdio_.h (vsprintf): New declaration.
37267         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37268         REPLACE_VSPRINTF.
37269
37270 2007-03-06  Bruno Haible  <bruno@clisp.org>
37271
37272         * modules/vsnprintf (Depend-on): Remove minmax.
37273
37274 2007-03-06  Bruno Haible  <bruno@clisp.org>
37275
37276         * modules/snprintf-posix-tests: New file.
37277         * tests/test-snprintf-posix.c: New file.
37278
37279         * modules/snprintf-posix: New file.
37280         * m4/snprintf-posix.m4: New file.
37281         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37282         gl_FUNC_SNPRINTF.
37283         (gl_FUNC_SNPRINTF): Invoke it.
37284         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37285         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37286         is set.
37287         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37288
37289 2007-03-06  Bruno Haible  <bruno@clisp.org>
37290
37291         * modules/vsnprintf-posix-tests: New file.
37292         * tests/test-vsnprintf-posix.c: New file.
37293         * tests/test-snprintf-posix.h: New file.
37294
37295         * modules/vsnprintf-posix: New file.
37296         * m4/vsnprintf-posix.m4: New file.
37297         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37298         gl_FUNC_VSNPRINTF.
37299         (gl_FUNC_VSNPRINTF): Invoke it.
37300         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37301         * lib/stdio_.h (vsnprintf): Define as a replacement if
37302         REPLACE_VSNPRINTF is set.
37303         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37304
37305 2007-03-06  Bruno Haible  <bruno@clisp.org>
37306
37307         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37308         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37309
37310 2007-03-06  Bruno Haible  <bruno@clisp.org>
37311
37312         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37313         (asinl): Declare also if HAVE_DECL_ASINL is set.
37314         (atanl): Declare also if HAVE_DECL_ATANL is set.
37315         (ceill): Declare also if HAVE_DECL_CEILL is set.
37316         (cosl): Declare also if HAVE_DECL_COSL is set.
37317         (expl): Declare also if HAVE_DECL_EXPL is set.
37318         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37319         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37320         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37321         (logl): Declare also if HAVE_DECL_LOGL is set.
37322         (sinl): Declare also if HAVE_DECL_SINL is set.
37323         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37324         (tanl): Declare also if HAVE_DECL_TANL is set.
37325         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37326         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37327         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37328         declaration of frexpl, ldexpl.
37329         * modules/printf-frexpl (Depends-on): Add math.
37330         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37331
37332 2007-03-05  Bruno Haible  <bruno@clisp.org>
37333
37334         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37335         frexpl and ldexpl are declared.
37336         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37337
37338 2007-03-05  Bruno Haible  <bruno@clisp.org>
37339
37340         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37341         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37342
37343 2007-03-05  Bruno Haible  <bruno@clisp.org>
37344
37345         * lib/stdio_.h: Include <stddef.h>.
37346
37347 2007-03-05  Bruno Haible  <bruno@clisp.org>
37348
37349         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37350
37351 2007-03-05  Bruno Haible  <bruno@clisp.org>
37352
37353         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37354         NetBSD 4, from Ralf Wildenhues.
37355
37356 2007-03-04  Bruno Haible  <bruno@clisp.org>
37357
37358         * lib/vasprintf.h: Update #if logic for the case when the functions
37359         exist but are overridden.
37360
37361 2007-03-04  Bruno Haible  <bruno@clisp.org>
37362
37363         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37364         implementations: glibc-2.4 and MacOS X 10.3.
37365         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37366         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37367         * tests/test-vasprintf-posix.c (test_function): Likewise.
37368
37369 2007-03-04  Bruno Haible  <bruno@clisp.org>
37370
37371         * modules/vasprintf-posix-tests: New file.
37372         * tests/test-vasprintf-posix.c: New file.
37373
37374         * modules/vasprintf-posix: New file.
37375         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37376         defined.
37377         * m4/vasprintf-posix.m4: New file.
37378         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37379         gl_FUNC_VASPRINTF.
37380         (gl_FUNC_VASPRINTF): Invoke it.
37381         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37382         here.
37383         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37384
37385 2007-03-04  Bruno Haible  <bruno@clisp.org>
37386
37387         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37388         REPLACE_GETTIMEOFDAY.
37389         * modules/sys_time (Makefile.am): Likewise.
37390         * m4/sys_time_h.m4: Likewise.
37391         * m4/gettimeofday.m4: Likewise.
37392
37393 2007-03-04  Bruno Haible  <bruno@clisp.org>
37394
37395         * modules/vasnprintf-posix-tests: New file.
37396         * tests/test-vasnprintf-posix.c: New file.
37397
37398         * modules/vasnprintf-posix: New file.
37399         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37400         printf-frexpl.h.
37401         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37402         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37403         REPLACE_VASNPRINTF is defined.
37404         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37405         gl_FUNC_VASNPRINTF.
37406         (gl_FUNC_VASNPRINTF): Invoke it.
37407         * m4/vasnprintf-posix.m4: New file.
37408         * m4/printf.m4: New file.
37409
37410 2007-03-04  Bruno Haible  <bruno@clisp.org>
37411
37412         Compile progreloc.c only if --enable-relocatable is specified.
37413         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37414         if --enable-relocatable was specified.
37415         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37416         lib_SOURCES.
37417
37418 2007-03-04  Jim Meyering  <jim@meyering.net>
37419
37420         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37421         Use it consistently, rather than enumerating errno constants.
37422
37423 2007-03-04  Bruno Haible  <bruno@clisp.org>
37424
37425         * modules/xvasprintf-tests: New file.
37426         * tests/test-xvasprintf.c: New file.
37427
37428         * modules/vasprintf-tests: New file.
37429         * tests/test-vasprintf.c: New file.
37430
37431         * modules/vasnprintf-tests: New file.
37432         * tests/test-vasnprintf.c: New file.
37433
37434         * modules/vsnprintf-tests: New file.
37435         * tests/test-vsnprintf.c: New file.
37436
37437         * modules/snprintf-tests: New file.
37438         * tests/test-snprintf.c: New file.
37439
37440 2007-03-04  Bruno Haible  <bruno@clisp.org>
37441
37442         Compile relocatable.c only if --enable-relocatable is specified.
37443         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37444         gl_RELOCATABLE_LIBRARY.
37445         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37446         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37447         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37448         gl_RELOCATABLE_LIBRARY.
37449         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37450         (Makefile.am): Remove lib_SOURCES.
37451         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37452         gl_RELOCATABLE_LIBRARY.
37453         (Makefile.am): Remove lib_SOURCES.
37454         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37455         always.
37456         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37457         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37458
37459 2007-03-04  Bruno Haible  <bruno@clisp.org>
37460
37461         * modules/argmatch-tests: New file.
37462         * tests/test-argmatch.c: New file.
37463
37464         * tests/test-allocsa.c (main): Halve the number of loop runs.
37465
37466         * modules/alloca-opt-tests: New file.
37467         * tests/test-alloca-opt.c: New file.
37468
37469 2007-03-04  Jim Meyering  <jim@meyering.net>
37470
37471         Work around difference between Linux ACLs and Solaris 10 ZFS.
37472         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37473         for EINVAL.
37474
37475 2007-03-03  Bruno Haible  <bruno@clisp.org>
37476
37477         * modules/relocatable-prog (Depends-on): Add back progreloc's
37478         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37479
37480 2007-03-03  Bruno Haible  <bruno@clisp.org>
37481
37482         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37483         * modules/relocatable-lib: New file.
37484
37485 2007-03-03  Bruno Haible  <bruno@clisp.org>
37486
37487         * modules/relocatable-prog: Renamed from modules/relocatable.
37488         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37489
37490 2007-03-03  Bruno Haible  <bruno@clisp.org>
37491
37492         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37493         m4/relocatable-lib.m4.
37494         (Depends-on): Remove 'relocatable'.
37495         (configure.ac): Add gl_RELOCATABLE_NOP.
37496
37497 2007-03-03  Bruno Haible  <bruno@clisp.org>
37498
37499         * modules/relocatable-prog-wrapper: New file.
37500         * modules/relocatable (Depends-on): Add it. Remove all other
37501         dependencies except progname.
37502         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37503
37504         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37505         (gl_FUNC_STRERROR): Nop.
37506         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37507
37508         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37509         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37510
37511         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37512         (gl_FUNC_READLINK): Update.
37513
37514         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37515
37516 2007-03-03  Bruno Haible  <bruno@clisp.org>
37517
37518         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37519         * modules/xreadlink (Depends-on): Add unistd.
37520         * modules/xreadlink-with-size (Depends-on): Likewise.
37521
37522 2007-03-03  Bruno Haible  <bruno@clisp.org>
37523
37524         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37525         extracted from gt_FUNC_SETENV.
37526         (gt_FUNC_SETENV): Remove macro.
37527         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37528         remove gt_FUNC_SETENV.
37529
37530 2007-03-03  Bruno Haible  <bruno@clisp.org>
37531
37532         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37533         ENABLE_RELOCATABLE here.
37534         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37535
37536 2007-03-03  Bruno Haible  <bruno@clisp.org>
37537
37538         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37539         * tests/test-rbtreehash_list.c: Include progname.h.
37540         (main): Call set_program_name.
37541
37542         * modules/rbtree-oset-tests (Depends-on): Add progname.
37543         * tests/test-rbtree_oset.c: Include progname.h.
37544         (main): Call set_program_name.
37545
37546         * modules/rbtree-list-tests (Depends-on): Add progname.
37547         * tests/test-rbtree_list.c: Include progname.h.
37548         (main): Call set_program_name.
37549
37550         * modules/linked-list-tests (Depends-on): Add progname.
37551         * tests/test-linked_list.c: Include progname.h.
37552         (main): Call set_program_name.
37553
37554 2007-03-03  Bruno Haible  <bruno@clisp.org>
37555
37556         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37557         All uses of __restrict changed to _Restrict_.
37558         * lib/glob_.h (__restrict): Remove macro.
37559
37560 2007-03-02  Bruno Haible  <bruno@clisp.org>
37561
37562         * modules/gettext (configure.ac): Require gettext infrastructure
37563         from version 0.16.1.
37564
37565 2007-03-02  Bruno Haible  <bruno@clisp.org>
37566
37567         * modules/linkedhash-list-tests (Depends-on): Add progname.
37568         * tests/test-linkedhash_list.c: Include progname.h.
37569         (main): Call set_program_name.
37570
37571         * modules/carray-list-tests (Depends-on): Add progname.
37572         * tests/test-carray_list.c: Include progname.h.
37573         (main): Call set_program_name.
37574
37575         * modules/avltreehash-list-tests (Depends-on): Add progname.
37576         * tests/test-avltreehash_list.c: Include progname.h.
37577         (main): Call set_program_name.
37578
37579         * modules/avltree-oset-tests (Depends-on): Add progname.
37580         * tests/test-avltree_oset.c: Include progname.h.
37581         (main): Call set_program_name.
37582
37583         * modules/avltree-list-tests (Depends-on): Add progname.
37584         * tests/test-avltree_list.c: Include progname.h.
37585         (main): Call set_program_name.
37586
37587         * modules/array-oset-tests (Depends-on): Add progname.
37588         * tests/test-array_oset.c: Include progname.h.
37589         (main): Call set_program_name.
37590
37591         * modules/array-list-tests (Depends-on): Add progname.
37592         * tests/test-array_list.c: Include progname.h.
37593         (main): Call set_program_name.
37594
37595         * modules/argp-tests (Depends-on): Add progname.
37596         * tests/test-argp.c: Include argp.h first. Include progname.h.
37597         (main): Call set_program_name.
37598
37599 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37600
37601         * doc/gnulib-tool.texi (Initial import): Reword description of
37602         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37603         limited effect even if defined after the first system include.
37604
37605 2007-03-01  Bruno Haible  <bruno@clisp.org>
37606
37607         * build-aux/config.libpath: Update to libtool-1.5.22.
37608         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37609
37610 2007-03-01  Bruno Haible  <bruno@clisp.org>
37611
37612         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37613         foo_CFLAGS.
37614         Reported by Ralf Wildenhues.
37615
37616 2007-03-01  Bruno Haible  <bruno@clisp.org>
37617
37618         * build-aux/install-reloc: Remove object files left over by some
37619         compilers.
37620         Reported by Ralf Wildenhues.
37621
37622 2007-03-01  Bruno Haible  <bruno@clisp.org>
37623
37624         * build-aux/install-reloc: Break long lines.
37625
37626 2007-03-01  Bruno Haible  <bruno@clisp.org>
37627
37628         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37629         Reported by Ralf Wildenhues.
37630
37631 2007-03-01  Bruno Haible  <bruno@clisp.org>
37632
37633         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37634         include ordering constraints.
37635
37636 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37637
37638         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37639         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37640         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37641         as another example.
37642         * lib/time_.h: Fix misspelling.
37643         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37644         Require gl_HEADER_TIME_H_DEFAULTS.
37645         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37646         * m4/time_r.m4 (gl_TIME_R): Likewise.
37647         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37648
37649 2007-03-01  Bruno Haible  <bruno@clisp.org>
37650
37651         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37652         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37653
37654 2007-03-01  Jim Meyering  <jim@meyering.net>
37655
37656         * modules/xreadlink (Maintainer): Add my name.
37657         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37658
37659 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37660             Bruno Haible  <bruno@clisp.org>
37661
37662         * build-aux/install-reloc: Compile also c-ctype.c.
37663         * build-aux/relocatable.sh.in: New file.
37664         * doc/relocatable.texi: New file.
37665         * doc/relocatable-maint.texi: New file.
37666         * doc/gnulib.texi: Include relocatable-maint.texi.
37667         * lib/progreloc.c: Include unistd.h unconditionally.
37668         * lib/relocwrapper.c: Include unistd.h unconditionally.
37669         Include c-ctype.h.
37670         (add_dotbin): Use c_tolower.
37671         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37672         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37673         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37674         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37675         to m4/relocatable-lib.m4.
37676         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37677         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37678         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37679         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37680         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37681         * modules/relocatable: New file.
37682         * modules/relocatable-lib: New file.
37683         * modules/relocatable-script: New file.
37684
37685 2007-02-28  Bruno Haible  <bruno@clisp.org>
37686
37687         Import --enable-relocatable infrastructure.
37688         * build-aux/config.libpath: New file, from GNU gettext.
37689         * build-aux/install-reloc: New file, from GNU gettext.
37690         * build-aux/reloc-ldflags: New file, from GNU gettext.
37691         * lib/relocatable.h: New file, from GNU gettext.
37692         * lib/relocatable.c: New file, from GNU gettext.
37693         * lib/relocwrapper.c: New file, from GNU gettext.
37694         * m4/relocatable.m4: New file, from GNU gettext.
37695
37696 2007-02-28  Bruno Haible  <bruno@clisp.org>
37697
37698         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37699
37700         * modules/xreadlink: New file, from GNU gettext with modifications.
37701         * lib/xreadlink.c: New file, from GNU gettext.
37702         * lib/xreadlink.h: Add comments.
37703         (xreadlink): New declaration.
37704
37705         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37706         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37707         lib/xreadlink-with-size.c.
37708         (configure.ac): Remove gl_XREADLINK invocation.
37709         (Makefile.am): Augment lib_SOURCES.
37710         * m4/xreadlink.m4: Remove file.
37711         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37712         (xreadlink_with_size): Renamed from xreadink.
37713         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37714         * modules/canonicalize (Depends-on): Replace xreadlink with
37715         xreadlink-with-size.
37716         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37717
37718 2007-02-25  Jim Meyering  <jim@meyering.net>
37719
37720         * build-aux/announce-gen: When complaining about excess arguments,
37721         list them.
37722
37723 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37724
37725         * README: Document signed integer overflow situation more
37726         accurately.
37727
37728 2007-02-25  Bruno Haible  <bruno@clisp.org>
37729
37730         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37731         'a' or 'A' conversion.
37732
37733 2007-02-25  Bruno Haible  <bruno@clisp.org>
37734
37735         * modules/filename: Renamed from modules/pathname.
37736         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37737         lib/concatpath.c with lib/concat-filename.c.
37738         (Makefile.am): Update.
37739         (Include): Replace pathname.h with filename.h.
37740         * lib/filename.h: Renamed from lib/pathname.h.
37741         (concatenated_filename): Renamed from concatenated_pathname.
37742         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37743         (concatenated_filename): Renamed from concatenated_pathname.
37744         * lib/findprog.c: Include filename.h instead of pathname.h.
37745         (find_in_path): Update.
37746         * lib/javacomp.c: Include filename.h instead of pathname.h.
37747         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37748         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37749         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37750         is_oldgcj_14_13_usable, is_javac_usable): Update.
37751         * lib/javaexec.c: Include filename.h instead of pathname.h.
37752         (execute_java_class): Update.
37753         * modules/findprog: Update.
37754         * modules/javacomp: Update.
37755         * modules/javaexec: Update.
37756         * MODULES.html.sh (File system functions): Add 'filename', remove
37757         'pathname'.
37758
37759 2007-02-25  Bruno Haible  <bruno@clisp.org>
37760
37761         * modules/printf-frexpl-tests: New file.
37762         * tests/test-printf-frexpl.c: New file.
37763
37764         * modules/printf-frexpl: New file.
37765         * lib/printf-frexpl.h: New file.
37766         * lib/printf-frexpl.c: New file.
37767         * m4/printf-frexpl.m4: New file.
37768
37769 2007-02-25  Bruno Haible  <bruno@clisp.org>
37770
37771         * modules/printf-frexp-tests: New file.
37772         * tests/test-printf-frexp.c: New file.
37773
37774         * modules/printf-frexp: New file.
37775         * lib/printf-frexp.h: New file.
37776         * lib/printf-frexp.c: New file.
37777         * m4/printf-frexp.m4: New file.
37778
37779 2007-02-25  Bruno Haible  <bruno@clisp.org>
37780
37781         Assume automake >= 1.10 for the tests.
37782         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37783         * modules/arctwo-tests: Likewise.
37784         * modules/argp-tests: Likewise.
37785         * modules/avltree-list-tests: Likewise.
37786         * modules/avltree-oset-tests: Likewise.
37787         * modules/avltreehash-list-tests: Likewise.
37788         * modules/carray-list-tests: Likewise.
37789         * modules/crc-tests: Likewise.
37790         * modules/des-tests: Likewise.
37791         * modules/gc-arcfour-tests: Likewise.
37792         * modules/gc-arctwo-tests: Likewise.
37793         * modules/gc-des-tests: Likewise.
37794         * modules/gc-hmac-md5-tests: Likewise.
37795         * modules/gc-hmac-sha1-tests: Likewise.
37796         * modules/gc-md2-tests: Likewise.
37797         * modules/gc-md4-tests: Likewise.
37798         * modules/gc-md5-tests: Likewise.
37799         * modules/gc-pbkdf2-sha1-tests: Likewise.
37800         * modules/gc-rijndael-tests: Likewise.
37801         * modules/gc-sha1-tests: Likewise.
37802         * modules/gc-tests: Likewise.
37803         * modules/getaddrinfo-tests: Likewise.
37804         * modules/hmac-md5-tests: Likewise.
37805         * modules/hmac-sha1-tests: Likewise.
37806         * modules/linked-list-tests: Likewise.
37807         * modules/linkedhash-list-tests: Likewise.
37808         * modules/lock-tests: Likewise.
37809         * modules/md2-tests: Likewise.
37810         * modules/md4-tests: Likewise.
37811         * modules/md5-tests: Likewise.
37812         * modules/rbtree-list-tests: Likewise.
37813         * modules/rbtree-oset-tests: Likewise.
37814         * modules/rbtreehash-list-tests: Likewise.
37815         * modules/read-file-tests: Likewise.
37816         * modules/rijndael-tests: Likewise.
37817         * modules/stdint-tests: Likewise.
37818         * modules/tls-tests: Likewise.
37819
37820 2007-02-24  Bruno Haible  <bruno@clisp.org>
37821
37822         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37823         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37824         function; instead check whether isnan with a double argument links.
37825         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37826         function; instead check whether isnan with a 'long double' argument
37827         links.
37828         Reported by Eric Blake <ebb9@byu.net>.
37829
37830 2007-02-24  Bruno Haible  <bruno@clisp.org>
37831
37832         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37833         defined.
37834         * lib/isnanl.c: Remove all code. Just include isnan.c.
37835         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37836
37837 2007-02-25  Jim Meyering  <jim@meyering.net>
37838
37839         Avoid conflicting types for 'unsetenv' on FreeBSD.
37840         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37841         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37842         in stdlib.h.
37843
37844 2007-02-24  Bruno Haible  <bruno@clisp.org>
37845
37846         * modules/isnanl-nolibm-tests: New file.
37847         * tests/test-isnanl.c: New file.
37848
37849         * modules/isnanl-nolibm: New file.
37850         * lib/isnanl.h: New file.
37851         * lib/isnanl.c: New file.
37852         * m4/isnanl.m4: New file.
37853
37854 2007-02-24  Bruno Haible  <bruno@clisp.org>
37855
37856         * modules/isnan-nolibm-tests: New file.
37857         * tests/test-isnan.c: New file.
37858
37859         * modules/isnan-nolibm: New file.
37860         * lib/isnan.h: New file.
37861         * lib/isnan.c: New file.
37862         * m4/isnan.m4: New file.
37863
37864 2007-02-24  Bruno Haible  <bruno@clisp.org>
37865
37866         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37867         assume that an exponent fits in 20 bits.
37868
37869 2007-02-24  Jim Meyering  <jim@meyering.net>
37870
37871         * m4/regex.m4: Update the description of the configure-time option,
37872         --without-included-regex, to state accurately what the defaults are,
37873         and perhaps to give people an idea why using this option is risky.
37874
37875 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37876
37877         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37878         loops on small arguments.  This attempts to avoid the problem
37879         Bruno Haible reported for AIX 4.3.2 in
37880         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37881
37882 2007-02-23  Bruno Haible  <bruno@clisp.org>
37883
37884         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37885         Needed for help2man.
37886
37887 2007-02-23  Karl Berry  <karl@gnu.org>
37888
37889         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37890         exists, foo.h should be cvs-ignored, not committed.
37891
37892 2007-02-23  Eric Blake  <ebb9@byu.net>
37893
37894         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37895         * lib/stat-time.h (includes): Likewise.
37896         * lib/utimecmp.c (includes): Likewise.
37897         * lib/utimens.h (includes): Likewise.
37898         * lib/getdate.y (includes): Also include "timespec.h" for use
37899         internal to the module.
37900         * modules/utimens (Depends-on): Revert yesterday's patch.
37901         * modules/nanosleep (Depends-on): Add missing dependency.
37902
37903 2007-02-22  Bruno Haible  <bruno@clisp.org>
37904
37905         * lib/glob.c: Don't include getlogin_r.h.
37906
37907 2007-02-22  Jim Meyering  <jim@meyering.net>
37908
37909         * modules/utimens (Depends-on): Add timespec, required for
37910         utimens.h's inclusion of timespec.h.
37911
37912 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37913
37914         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37915         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37916         Schwab in
37917         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37918         I'll try to think of a better way to fix the Solaris problem.
37919
37920         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37921         like glibc; on Solaris 10, it fails with errno == EINVAL.
37922         POSIX says the behavior is unspecified if the first argument is NULL,
37923         so play it safe and never pass NULL to the system getcwd.
37924
37925 2007-02-21  Jim Meyering  <jim@meyering.net>
37926
37927         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37928         of gettimeofday.  It would conflict with the one now always
37929         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37930         an IRIX 6.5 build failure.
37931
37932 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37933
37934         Minor fixups to port to Solaris 10 with Sun C 5.8.
37935         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37936         * modules/getcwd (Depends-on): Add dirfd.
37937         * lib/putenv.c (putenv): #undef it.
37938         (rpl_putenv): New decl.
37939         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37940
37941 2007-02-20  Bruno Haible  <bruno@clisp.org>
37942
37943         * modules/stdio-tests: New file.
37944         * tests/test-stdio.c: New file.
37945
37946         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37947         (Depends-on): Add stdio.
37948         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37949         (Include): Use <stdio.h> instead of vsnprintf.h.
37950         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37951         HAVE_DECL_VSNPRINTF.
37952         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37953
37954         * modules/snprintf (Files): Remove lib/snprintf.h.
37955         (Depends-on): Add stdio.
37956         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37957         (Include): Use <stdio.h> instead of snprintf.h.
37958         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37959         HAVE_DECL_SNPRINTF.
37960         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37961         * lib/getaddrinfo.c: Likewise.
37962
37963         * modules/stdio: New file.
37964         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37965         * lib/snprintf.h: Remove file.
37966         * lib/vsnprintf.h: Remove file.
37967         * lib/.cppi-disable: Remove snprintf.h.
37968         * m4/stdio_h.m4: New file.
37969         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37970
37971 2007-02-20  Jim Meyering  <jim@meyering.net>
37972
37973         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37974         used by e.g., mingw.  From Bruno Haible.
37975
37976 2007-02-19  Bruno Haible  <bruno@clisp.org>
37977
37978         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37979         warnings.
37980         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37981
37982 2007-02-19  Bruno Haible  <bruno@clisp.org>
37983
37984         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37985         from mingw users.
37986
37987 2007-02-19  Bruno Haible  <bruno@clisp.org>
37988
37989         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37990         warnings.
37991         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37992
37993 2007-02-19  Jim Meyering  <jim@meyering.net>
37994
37995         Don't use FD after a successful "fdopendir (fd)".
37996         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37997         Reset it by calling dirfd on the just-obtained DIR*.
37998
37999         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
38000         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
38001
38002 2007-02-18  Bruno Haible  <bruno@clisp.org>
38003
38004         * lib/readlink.c: Include <unistd.h>.
38005         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38006         HAVE_READLINK.
38007         * modules/readlink (Depends-on): Add unistd.
38008         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38009         (Include): Add <unistd.h>.
38010
38011         * lib/getlogin_r.h: Remove file.
38012         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38013         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38014         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38015         HAVE_DECL_GETLOGIN_R.
38016         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38017         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38018         (Include): Use <unistd.h> instead of getlogin_r.h.
38019
38020         * lib/getcwd.h: Remove file.
38021         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38022         * lib/xgetcwd.c: Likewise.
38023         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38024         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38025         * modules/getcwd (Files): Remove lib/getcwd.h.
38026         (Depends-on): Add unistd.
38027         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38028         (Include): Use <unistd.h> instad of getcwd.h.
38029
38030         * lib/ftruncate.c: Include <unistd.h> first.
38031         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38032         Set HAVE_FTRUNCATE.
38033         * modules/ftruncate (Depends-on): Add unistd.
38034         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38035
38036         * lib/fchdir.c: Include <unistd.h> first.
38037         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38038         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38039         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38040         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38041         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38042
38043         * lib/dup2.c: Include <unistd.h> first.
38044         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38045         HAVE_DUP2.
38046         * modules/dup2 (Depends-on): Add unistd.
38047         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38048
38049         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38050         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38051         REPLACE_CHOWN. Don't define chown as a macro here.
38052         * modules/chown (Depends-on): Add unistd.
38053         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38054
38055         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38056         Add definition for GL_LINK_WARNING.
38057         (chown, dup2): New declarations.
38058         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38059         link warning.
38060         (ftruncate): New declaration.
38061         (getcwd): New declaration, taken from old getcwd.h.
38062         (getlogin_r): New declaration, taken from old getlogin_r.h.
38063         (readlink): New declaration.
38064         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38065         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38066         (gl_PREREQ_UNISTD): Remove macro.
38067         (gl_UNISTD_MODULE_INDICATOR): New macro.
38068         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38069         many new variables. Don't set UNISTD_H.
38070         * modules/unistd (Description): Change.
38071         (Depends-on): Add link-warning.
38072         (configure.ac): Update.
38073         (Makefile.am): Create unistd.h always. Substitute many new variables
38074         into it.
38075
38076 2007-02-18  Bruno Haible  <bruno@clisp.org>
38077
38078         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38079         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38080         HAVE_GETSUBOPT.
38081         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38082         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38083         * lib/getsubopt.h: Remove file.
38084         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38085         (Depends-on): Add stdlib.
38086         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38087         (Includes): Use <stdlib.h> instead of getsubopt.h.
38088         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38089         Set HAVE_GETSUBOPT.
38090         * lib/getsubopt.c: Don't include getsubopt.h.
38091
38092 2007-02-18  Bruno Haible  <bruno@clisp.org>
38093
38094         * modules/fchdir (Depends-on): Add dup2.
38095
38096 2007-02-18  Bruno Haible  <bruno@clisp.org>
38097
38098         * lib/stdlib_.h: Handle glibc's special invocation convention
38099         specially.
38100
38101 2007-02-18  Bruno Haible  <bruno@clisp.org>
38102
38103         * modules/stdlib-tests: New file.
38104         * tests/test-stdlib.c: New file.
38105
38106         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38107         (Depends-on): Add stdlib.
38108         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38109         (Includes): Use <stdlib.h> instead of mkstemp.h.
38110         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38111         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38112         * lib/mkstemp.c: Don't include mkstemp.h.
38113         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38114         * lib/stdlib--.h: Don't include mkstemp.h.
38115
38116         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38117         (Depends-on): Add stdlib.
38118         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38119         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38120         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38121         HAVE_MKDTEMP.
38122         * lib/mkdtemp.c: Don't include mkdtemp.h.
38123         * lib/clean-temp.c: Don't include mkdtemp.h.
38124
38125         * modules/exit (Files): Remove lib/exit.h.
38126         (Depends-on): Add stdlib.
38127         (Makefile.am): Remove lib_SOURCES.
38128         (Include): Use <stdlib.h> instead of exit.h.
38129         * lib/argmatch.c: Don't include exit.h.
38130         * lib/execute.c: Likewise.
38131         * lib/pagealign_alloc.c: Likewise.
38132         * lib/pipe.c: Likewise.
38133         * lib/wait-process.c: Likewise.
38134         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38135         * lib/exitfail.c: Likewise.
38136         * lib/savewd.c: Likewise.
38137         * lib/xsetenv.c: Likewise.
38138
38139         * modules/stdlib: New file.
38140         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38141         and extra comments about mkstemp().
38142         * lib/exit.h: Remove file.
38143         * lib/mkdtemp.h: Remove file.
38144         * lib/mkstemp.h: Remove file.
38145         * m4/stdlib_h.m4: New file.
38146         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38147
38148 2007-02-18  Bruno Haible  <bruno@clisp.org>
38149
38150         * modules/math-tests: New file.
38151         * tests/test-math.c: New file.
38152
38153         * modules/math: New file.
38154         * modules/mathl (Files): Remove lib/mathl.h.
38155         (Depends-on): Add math.
38156         (Makefile.am): Don't mention mathl.h.
38157         (Include): Use <math.h> instead of mathl.h.
38158         * lib/math_.h: New file.
38159         * lib/mathl.h: Remove file.
38160         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38161         mathl.h.
38162         * lib/asinl.c: Likewise.
38163         * lib/atanl.c: Likewise.
38164         * lib/ceill.c: Likewise.
38165         * lib/cosl.c: Likewise.
38166         * lib/expl.c: Likewise.
38167         * lib/floorl.c: Likewise.
38168         * lib/frexpl.c: Likewise.
38169         * lib/ldexpl.c: Likewise.
38170         * lib/logl.c: Likewise.
38171         * lib/sincosl.c: Likewise.
38172         * lib/sinl.c: Likewise.
38173         * lib/sqrtl.c: Likewise.
38174         * lib/tanl.c: Likewise.
38175         * lib/trigl.c: Likewise.
38176         * m4/math_h.m4: New file.
38177         * MODULES.html.sh (Mathematics): Add math.
38178
38179 2007-02-17  Bruno Haible  <bruno@clisp.org>
38180
38181         * modules/wctype-tests: New file.
38182         * tests/test-wctype.c: New file.
38183
38184         * modules/wchar-tests: New file.
38185         * tests/test-wchar.c: New file.
38186
38187         * modules/unistd-tests: New file.
38188         * tests/test-unistd.c: New file.
38189
38190         * modules/time-tests: New file.
38191         * tests/test-time.c: New file.
38192
38193         * modules/sysexits-tests: New file.
38194         * tests/test-sysexits.c: New file.
38195
38196         * modules/sys_time-tests: New file.
38197         * tests/test-sys_time.c: New file.
38198
38199         * modules/sys_stat-tests: New file.
38200         * tests/test-sys_stat.c: New file.
38201
38202         * modules/sys_socket-tests: New file.
38203         * tests/test-sys_socket.c: New file.
38204
38205         * modules/sys_select-tests: New file.
38206         * tests/test-sys_select.c: New file.
38207
38208         * modules/string-tests: New file.
38209         * tests/test-string.c: New file.
38210
38211         * modules/stdbool-tests: New file.
38212         * tests/test-stdbool.c: New file.
38213
38214         * modules/netinet_in-tests: New file.
38215         * tests/test-netinet_in.c: New file.
38216
38217         * modules/inttypes-tests: New file.
38218         * tests/test-inttypes.c: New file.
38219
38220         * modules/fcntl-tests: New file.
38221         * tests/test-fcntl.c: New file.
38222
38223         * modules/byteswap-tests: New file.
38224         * tests/test-byteswap.c: New file.
38225
38226         * modules/arpa_inet-tests: New file.
38227         * tests/test-arpa_inet.c: New file.
38228
38229 2007-02-17  Bruno Haible  <bruno@clisp.org>
38230
38231         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38232         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38233         if the corresponding module is not enabled. Emit link warnings if
38234         the function is used nevertheless.
38235         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38236         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38237         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38238         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38239         * modules/inttypes (Depends-on): Add link-warning.
38240         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38241         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38242         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38243         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38244         * modules/imaxdiv (configure.ac): Likewise.
38245         * modules/strtoimax (configure.ac): Likewise.
38246         * modules/strtoumax (configure.ac): Likewise.
38247
38248 2007-02-17  Bruno Haible  <bruno@clisp.org>
38249
38250         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38251         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38252         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38253         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38254
38255 2007-02-17  Bruno Haible  <bruno@clisp.org>
38256
38257         * modules/link-warning: New file.
38258         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38259         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38260         * modules/string (Depends-on): Add link-warning.
38261         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38262         string.h.
38263         * MODULES.html.sh (Support for building libraries and executables): Add
38264         link-warning.
38265
38266 2007-02-17  Bruno Haible  <bruno@clisp.org>
38267
38268         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38269         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38270         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38271         long lines.
38272
38273 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38274             Bruno Haible  <bruno@clisp.org>
38275
38276         * modules/tmpfile: New file.
38277         * lib/tmpfile.c: New file.
38278         * m4/tmpfile.m4: New file.
38279         * MODULES.html.sh (func_all_modules): New section "Input/output".
38280
38281 2007-02-15  Bruno Haible  <bruno@clisp.org>
38282
38283         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38284         (supports_delete_on_close): New function.
38285         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38286
38287 2007-02-14  Bruno Haible  <bruno@clisp.org>
38288
38289         * modules/mbspcasecmp-tests: New file.
38290         * tests/test-mbspcasecmp.sh: New file.
38291         * tests/test-mbspcasecmp.c: New file.
38292
38293         New module mbspcasecmp.
38294         * modules/mbspcasecmp: New file.
38295         * lib/mbspcasecmp.c: New file.
38296         * lib/string_.h (strncasecmp): Change warning message.
38297         (mbspcasecmp): New declaration.
38298         * m4/mbspcasecmp.m4: New file.
38299         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38300         GNULIB_MBSPCASECMP.
38301         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38302         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38303
38304 2007-02-14  Bruno Haible  <bruno@clisp.org>
38305
38306         * modules/mbsncasecmp-tests: New file.
38307         * tests/test-mbsncasecmp.sh: New file.
38308         * tests/test-mbsncasecmp.c: New file.
38309
38310         New module mbsncasecmp.
38311         * modules/mbsncasecmp: New file.
38312         * lib/mbsncasecmp.c: New file.
38313         * lib/string_.h (mbsncasecmp): New declaration.
38314         * m4/mbsncasecmp.m4: New file.
38315         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38316         GNULIB_MBSNCASECMP.
38317         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38318         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38319
38320 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38321
38322         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38323         Verify that it doesn't overlap with our flags.
38324         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38325         do not have the desired effect in multibyte locales; instead, use
38326         mbscasecmp.
38327         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38328         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38329         we don't require GNU fnmatch ourselves (if our users require it, they
38330         should do so explicitly).
38331
38332         Fix regex code so it doesn't rely on strcasecmp.
38333         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38334         Otherwise, include gnulib's langinfo.h.
38335         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38336         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38337         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38338         * modules/regex (FILES): Remove m4/codeset.m4.
38339         (Depends-on): Add localcharset.  Remove strcase.
38340
38341 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38342
38343         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38344         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38345
38346 2007-02-13  Bruno Haible  <bruno@clisp.org>
38347
38348         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38349         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38350
38351 2007-02-12  Bruno Haible  <bruno@clisp.org>
38352
38353         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38354         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38355         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38356         time warning rather than a link error.
38357
38358 2007-02-12  Bruno Haible  <bruno@clisp.org>
38359
38360         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38361         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38362         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38363
38364 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38365
38366         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38367         args, not 2.
38368
38369 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38370
38371         New module 'time', so that apps can include <time.h> as per
38372         POSIX and GNU instead of separate include files like time_r.h
38373         and timegm.h.  This implementation tries out a simpler approach
38374         for replacing decls in standard include files (as compared to
38375         the string module), somewhat as an experiment.
38376
38377         * config/srclist.txt: Comment out mktime.c for now.
38378         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38379         since it doesn't apply any more.  Use generic wording instead.
38380         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38381         'time'.
38382         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38383         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38384         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38385         Don't include <sys/types.h>; no longer needed since we assume C89.
38386         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38387         * lib/strftime.c: Likewise.
38388         * lib/time_r.c: Likewise.
38389         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38390         * lib/nanosleep.c: Include <time.h> first, to check interface.
38391         * lib/strptime.c: Likewise.
38392         * lib/time_r.c: Likewise.
38393         * lib/timegm.c: Likewise.
38394         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38395         needed.
38396         * lib/timegm.c: Don't include timegm.h; no longer needed.
38397         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38398         time.h now handles any problems in that area.
38399         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38400         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38401         that time.h defines struct timespec.
38402         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38403         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38404         handles that.
38405         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38406         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38407         needed.  Set REPLACE_LOCALTIME.
38408         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38409         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38410         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38411         nanosleep; time_h.m4 now does that.  Don't require
38412         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38413         module handles this now.
38414         * modules/getdate (Depends-on): Remove timespec.  Add time.
38415         * modules/nanosleep (Depends-on): Likewise.
38416         * modules/stat-time (Depends-on): Likewise.
38417         * modules/nanosleep (Include): Include time.h, not timespec.h.
38418         * modules/strptime (Files): Remove lib/strptime.h.
38419         (Depends-on): Add extensions, time.
38420         (Include): Include time.h, not strptime.h.
38421         * modules/time_r (Files): Remove lib/time_r.h.
38422         (Depends-on): Add time.
38423         (Include): Include time.h, not time_r.h.
38424         * modules/timegm: Likewise.
38425         * modules/timespec (Description): Now does timespec-related decls
38426         of our own, instead of struct timespec itself.
38427         (Depends-on): Add time; remove extensions.
38428         (Maintainer): Add self.
38429         * modules/utimecmp (Depends-on): Add time; remove timespec.
38430         * modules/utimens (Depends-on): Likewise.
38431         * modules/xnanosleep (Depends-on): Likewise.
38432
38433 2007-02-11  Bruno Haible  <bruno@clisp.org>
38434
38435         * lib/c-strstr.c: Include allocsa.h.
38436         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38437         * lib/c-strcasestr.c: Include allocsa.h.
38438         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38439         * lib/strcasestr.c: Include allocsa.h.
38440         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38441         * lib/mbsstr.c: Include allocsa.h.
38442         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38443         allocsa/freesa instead of malloc/free.
38444         * lib/mbscasestr.c: Include allocsa.h.
38445         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38446         allocsa/freesa instead of malloc/free.
38447         * modules/c-strstr (Depends-on): Add allocsa.
38448         * modules/c-strcasestr (Depends-on): Likewise.
38449         * modules/strcasestr (Depends-on): Likewise.
38450         * modules/mbsstr (Depends-on): Likewise.
38451         * modules/mbscasestr (Depends-on): Likewise.
38452
38453 2007-02-11  Bruno Haible  <bruno@clisp.org>
38454
38455         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38456
38457         * modules/mbsspn-tests: New file.
38458         * tests/test-mbsspn.sh: New file.
38459         * tests/test-mbsspn.c: New file.
38460
38461 2007-02-11  Bruno Haible  <bruno@clisp.org>
38462
38463         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38464
38465         * modules/mbspbrk-tests: New file.
38466         * tests/test-mbspbrk.sh: New file.
38467         * tests/test-mbspbrk.c: New file.
38468
38469 2007-02-11  Bruno Haible  <bruno@clisp.org>
38470
38471         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38472         unneeded cast.
38473
38474         * modules/mbscspn-tests: New file.
38475         * tests/test-mbscspn.sh: New file.
38476         * tests/test-mbscspn.c: New file.
38477
38478 2007-02-11  Bruno Haible  <bruno@clisp.org>
38479
38480         * modules/mbscasecmp-tests: New file.
38481         * tests/test-mbscasecmp.sh: New file.
38482         * tests/test-mbscasecmp.c: New file.
38483
38484 2007-02-11  Bruno Haible  <bruno@clisp.org>
38485
38486         Ensure O(n) worst-case complexity of mbscasestr.
38487         * lib/mbscasestr.c: Include stdbool.h.
38488         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38489         functions.
38490         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38491         the bookkeeping indicates that it's worth it.
38492         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38493
38494         * modules/mbscasestr-tests: New file.
38495         * tests/test-mbscasestr1.c: New file.
38496         * tests/test-mbscasestr2.sh: New file.
38497         * tests/test-mbscasestr2.c: New file.
38498         * tests/test-mbscasestr3.sh: New file.
38499         * tests/test-mbscasestr3.c: New file.
38500         * tests/test-mbscasestr4.sh: New file.
38501         * tests/test-mbscasestr4.c: New file.
38502         * m4/locale-tr.m4: New file.
38503
38504 2007-02-11  Bruno Haible  <bruno@clisp.org>
38505
38506         Ensure O(n) worst-case complexity of mbsstr.
38507         * lib/mbsstr.c: Include stdbool.h.
38508         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38509         functions.
38510         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38511         bookkeeping indicates that it's worth it.
38512         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38513
38514         * modules/mbsstr-tests: New file.
38515         * tests/test-mbsstr1.c: New file.
38516         * tests/test-mbsstr2.sh: New file.
38517         * tests/test-mbsstr2.c: New file.
38518         * tests/test-mbsstr3.sh: New file.
38519         * tests/test-mbsstr3.c: New file.
38520         * m4/locale-fr.m4: New file.
38521
38522 2007-02-11  Bruno Haible  <bruno@clisp.org>
38523
38524         * lib/mbsrchr.c (mbsrchr): Fix bug.
38525
38526         * modules/mbsrchr-tests: New file.
38527         * tests/test-mbsrchr.sh: New file.
38528         * tests/test-mbsrchr.c: New file.
38529
38530 2007-02-11  Bruno Haible  <bruno@clisp.org>
38531
38532         * lib/mbschr.c (mbschr): Fix bug.
38533
38534         * modules/mbschr-tests: New file.
38535         * tests/test-mbschr.sh: New file.
38536         * tests/test-mbschr.c: New file.
38537         * m4/locale-zh.m4: New file.
38538
38539 2007-02-11  Bruno Haible  <bruno@clisp.org>
38540
38541         Support for copying multibyte string iterators.
38542         * lib/mbiter.h: Include <string.h>.
38543         (mbiter_multi_copy): New function.
38544         (mbi_copy): New macro.
38545         * lib/mbuiter.h: Include <string.h>.
38546         (mbuiter_multi_copy): New function.
38547         (mbui_copy): New macro.
38548
38549 2007-02-11  Bruno Haible  <bruno@clisp.org>
38550
38551         New module mbslen.
38552         * modules/mbslen: New file.
38553         * lib/mbslen.c: New file.
38554         * lib/string_.h (mbslen): New declaration.
38555         * m4/mbslen.m4: New file.
38556         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38557         GNULIB_MBSLEN.
38558         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38559         * MODULES.html.sh (Internationalization functions): Add mbslen.
38560
38561 2007-02-11  Bruno Haible  <bruno@clisp.org>
38562
38563         Ensure O(n) worst-case complexity of strcasestr substitute.
38564         * lib/strcasestr.c: Include stdbool.h.
38565         (knuth_morris_pratt): New function.
38566         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38567         bookkeeping indicates that it's worth it.
38568         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38569
38570         * modules/strcasestr-tests: New file.
38571         * tests/test-strcasestr.c: New file.
38572
38573 2007-02-11  Bruno Haible  <bruno@clisp.org>
38574
38575         Ensure O(n) worst-case complexity of c_strcasestr.
38576         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38577         (knuth_morris_pratt): New function.
38578         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38579         the bookkeeping indicates that it's worth it.
38580         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38581
38582         * modules/c-strcasestr-tests: New file.
38583         * tests/test-c-strcasestr.c: New file.
38584
38585 2007-02-11  Bruno Haible  <bruno@clisp.org>
38586
38587         Ensure O(n) worst-case complexity of c_strstr.
38588         * lib/c-strstr.c: Include stdbool.h, string.h.
38589         (knuth_morris_pratt): New function.
38590         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38591         bookkeeping indicates that it's worth it.
38592         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38593
38594         * lib/c-strstr.c: Complete rewrite for maintainability.
38595
38596         * modules/c-strstr-tests: New file.
38597         * tests/test-c-strstr.c: New file.
38598
38599 2007-02-11  Bruno Haible  <bruno@clisp.org>
38600
38601         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38602         5.2.1 and earlier, whereby \055 was treated just like the range
38603         delimiter '-'.
38604         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38605
38606 2007-02-08  Bruno Haible  <bruno@clisp.org>
38607
38608         * modules/regex (Depends-on): Add stdbool.
38609         Reported by Dalibor Topic <robilad@kaffe.org>.
38610
38611 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38612
38613         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38614         Prefer returning from main to exiting from it.
38615         Remove unnecessary parens after sizeof.
38616
38617 2007-02-05  Bruno Haible  <bruno@clisp.org>
38618
38619         New module mbssep.
38620         * modules/mbssep: New file.
38621         * lib/mbssep.c: New file.
38622         * lib/string_.h (strsep): Add a conditional link warning.
38623         (mbssep): New declaration.
38624         * m4/mbssep.m4: New file.
38625         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38626         GNULIB_MBSSEP.
38627         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38628         * MODULES.html.sh (Internationalization functions): Add mbssep.
38629
38630 2007-02-05  Bruno Haible  <bruno@clisp.org>
38631
38632         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38633         Optimize search in case of 1 delimiter.
38634
38635 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38636
38637         * lib/acl.h: Include sys/types.h before sys/acl.h.
38638
38639 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38640
38641         Merge upstream fix for glibc bugzilla #3957:
38642
38643         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38644
38645         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38646         bit for RE_HAT_LISTS_NOT_NEWLINE.
38647         (build_charclass_op): Remove bogus comment.
38648
38649 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38650
38651         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38652
38653 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38654
38655         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38656         * lib/memmem.c [!defined _LIBC]: Include config.h.
38657
38658 2007-02-04  Bruno Haible  <bruno@clisp.org>
38659
38660         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38661         warning message.
38662
38663 2007-02-04  Bruno Haible  <bruno@clisp.org>
38664
38665         New module mbstok_r.
38666         * modules/mbstok_r: New file.
38667         * lib/mbstok_r.c: New file.
38668         * lib/string_.h (strtok_r): Change argument names to match the
38669         comments. Add a conditional link warning.
38670         (mbstok_r): New declaration.
38671         * m4/mbstok_r.m4: New file.
38672         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38673         GNULIB_MBSTOK_R.
38674         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38675         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38676
38677 2007-02-04  Bruno Haible  <bruno@clisp.org>
38678
38679         New module mbsspn.
38680         * modules/mbsspn: New file.
38681         * lib/mbsspn.c: New file.
38682         * lib/string_.h (strspn): Add a conditional link warning.
38683         (mbsspn): New declaration.
38684         * m4/mbsspn.m4: New file.
38685         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38686         GNULIB_MBSSPN.
38687         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38688         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38689
38690 2007-02-04  Bruno Haible  <bruno@clisp.org>
38691
38692         New module mbspbrk.
38693         * modules/mbspbrk: New file.
38694         * lib/mbspbrk.c: New file.
38695         * lib/string_.h (strpbrk): Add a conditional link warning.
38696         (mbspbrk): New declaration.
38697         * m4/mbspbrk.m4: New file.
38698         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38699         GNULIB_MBSPBRK.
38700         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38701         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38702
38703 2007-02-04  Bruno Haible  <bruno@clisp.org>
38704
38705         New module mbscspn.
38706         * modules/mbscspn: New file.
38707         * lib/mbscspn.c: New file.
38708         * lib/string_.h (strcspn): Add a conditional link warning.
38709         (mbscspn): New declaration.
38710         * m4/mbscspn.m4: New file.
38711         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38712         GNULIB_MBSCSPN.
38713         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38714         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38715
38716 2007-02-04  Bruno Haible  <bruno@clisp.org>
38717
38718         New module mbscasestr, reduced goal of strcasestr.
38719         * modules/mbscasestr: New file.
38720         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38721         (mbscasestr): Renamed from strcasestr.
38722         * lib/strcasestr.c: Don't include mbuiter.h.
38723         (strcasestr): Remove support for multibyte locales.
38724         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38725         Change the conditional link warning.
38726         (mbscasestr): New declaration.
38727         * m4/mbscasestr.m4: New file.
38728         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38729         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38730         REPLACE_STRCASESTR.
38731         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38732         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38733         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38734         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38735         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38736         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38737         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38738         (Depends-on): Remove mbuiter.
38739         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38740
38741 2007-02-04  Bruno Haible  <bruno@clisp.org>
38742
38743         Simplify handling of strncasecmp.
38744         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38745         the conditional link warning.
38746         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38747         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38748         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38749         * modules/strcase (configure.ac): Don't invoke
38750         gl_STRING_MODULE_INDICATOR.
38751         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38752
38753 2007-02-04  Bruno Haible  <bruno@clisp.org>
38754
38755         New module mbscasecmp, reduced goal of strcasecmp.
38756         * modules/mbscasecmp: New file.
38757         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38758         (mbscasecmp): Renamed from strcasecmp.
38759         * lib/strcasecmp.c: Don't include mbuiter.h.
38760         (strcasecmp): Remove support for multibyte locales.
38761         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38762         Change the conditional link warning.
38763         (mbscasecmp): New declaration.
38764         * m4/mbscasecmp.m4: New file.
38765         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38766         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38767         REPLACE_STRCASECMP.
38768         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38769         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38770         GNULIB_MBSCASECMP.
38771         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38772         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38773         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38774         (Depends-on): Remove mbuiter.
38775         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38776
38777 2007-02-04  Bruno Haible  <bruno@clisp.org>
38778
38779         New module mbsstr. Remove module strstr.
38780         * modules/mbsstr: New file.
38781         * modules/strstr: Remove file.
38782         * lib/mbsstr.c: Renamed from lib/strstr.c.
38783         (mbsstr): Renamed from strstr.
38784         * lib/string_.h (strstr): Remove declaration. Change the conditional
38785         link warning.
38786         (mbsstr): New declaration.
38787         * m4/mbsstr.m4: New file.
38788         * m4/strstr.m4: Remove file.
38789         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38790         REPLACE_STRSTR.
38791         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38792         Don't initialize GNULIB_STRSTR.
38793         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38794         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38795         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38796         (Support for systems lacking ANSI C 89): Remove strstr.
38797
38798 2007-02-04  Bruno Haible  <bruno@clisp.org>
38799
38800         New module mbsrchr.
38801         * modules/mbsrchr: New file.
38802         * lib/mbsrchr.c: New file.
38803         * lib/string_.h (strrchr): Add a conditional link warning.
38804         (mbsrchr): New declaration.
38805         * m4/mbsrchr.m4: New file.
38806         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38807         GNULIB_MBSRCHR.
38808         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38809         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38810
38811 2007-02-04  Bruno Haible  <bruno@clisp.org>
38812
38813         New module mbschr.
38814         * modules/mbschr: New file.
38815         * lib/mbschr.c: New file.
38816         * lib/string_.h (strchr): Add a conditional link warning.
38817         (mbschr): New declaration.
38818         * m4/mbschr.m4: New file.
38819         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38820         GNULIB_MBSCHR.
38821         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38822         * MODULES.html.sh (Internationalization functions): Add mbschr.
38823
38824 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38825
38826         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38827
38828         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38829
38830 2007-02-04  Bruno Haible  <bruno@clisp.org>
38831
38832         New module description section 'configure.ac-early'.
38833         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38834         (func_get_autoconf_early_snippet): New function.
38835         (func_import, func_create_testdir): Use it. Remove special cases for
38836         modules 'extensions' and 'lock'.
38837         * modules/extensions (configure.ac-early): Require
38838         gl_USE_SYSTEM_EXTENSIONS.
38839         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38840
38841 2007-02-04  Bruno Haible  <bruno@clisp.org>
38842
38843         Make use of gcj-4.3's -fsource and -ftarget option.
38844         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38845         and if so try the options -fsource and -ftarget.
38846         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38847         source_version, ftarget_option, target_version arguments.
38848         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38849         (is_envjavac_oldgcj_14_14_usable): Renamed from
38850         is_envjavac_gcj_14_14_usable.
38851         (is_envjavac_oldgcj_14_13_usable): Renamed from
38852         is_envjavac_gcj_14_13_usable.
38853         (is_gcj_present): Update.
38854         (is_gcj_43, is_gcj43_usable): New functions.
38855         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38856         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38857         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38858         try the options -fsource and -ftarget.
38859
38860 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38861
38862         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38863         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38864         larger value.
38865
38866 2007-02-03  Jim Meyering  <jim@meyering.net>
38867
38868         Give tools a better chance to allocate space for very large buffers.
38869         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38870
38871         Make pwd and readlink work also when run with an unreadable parent dir
38872         on systems with openat support.
38873         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38874         provided getcwd function, even when we have openat support.
38875         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38876
38877 2007-02-02  Bruno Haible  <bruno@clisp.org>
38878
38879         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38880         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38881         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38882         portability problems if one of these functions is only used on specific
38883         platforms.
38884         Reported by Paul Eggert.
38885
38886 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38887
38888         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38889         is causing more trouble than it's curing.
38890         * lib/regex_internal.h (__mempcpy): Remove.
38891         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38892         (and make the code a tad smaller to boot).
38893         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38894
38895 2007-02-02  Jim Meyering  <jim@meyering.net>
38896
38897         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38898         section, not in the Makefile.am: one.
38899
38900 2007-02-02  Eric Blake  <ebb9@byu.net>
38901
38902         * lib/strchrnul.c: Always include config.h first.
38903
38904         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38905         gnulib strstr is not necessary here.
38906
38907 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38908
38909         * m4/socklen.m4: Fix typo.
38910
38911 2007-02-02  Eric Blake  <ebb9@byu.net>
38912
38913         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38914         * modules/netinet_in (Makefile.am): Likewise.
38915
38916 2007-02-01  Bruno Haible  <bruno@clisp.org>
38917
38918         * lib/string_.h (GL_LINK_WARNING): New macro.
38919         (strcasecmp, strstr, strcasestr): If provided by the system,
38920         conditionally define as a macro that leads to a warning instead of to
38921         an error.
38922         (strncasecmp): Conditionally define as a macro that leads to a warning.
38923
38924 2007-02-01  Karl Berry  <karl@gnu.org>
38925
38926         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38927
38928 2007-02-01  Bruno Haible  <bruno@clisp.org>
38929
38930         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38931         renamings.
38932
38933 2007-02-01  Eric Blake  <ebb9@byu.net>
38934
38935         * modules/regex (Depends-on): Revert dependence on mempcpy.
38936         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38937         module's definition of mempcpy.
38938         Reported by Paul Eggert.
38939
38940 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38941
38942         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38943         the symbol XYZ before redefining it.  This fixes a problem with
38944         programs that don't use XYZ, when compiled on systems that define
38945         XYZ to something else.
38946
38947 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38948
38949         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38950         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38951         writeable to group or other and (2) is intended to have a special
38952         mode bit that is set or cleared.  In such a case, the directory
38953         should be neither group- nor other-writeable until the special
38954         mode bits are right.
38955
38956 2007-01-31  Eric Blake  <ebb9@byu.net>
38957
38958         * modules/mountlist (Depends-on): Add strstr.
38959
38960         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38961         bug.
38962         * modules/string (Makefile.am): Remove redundant replacement.
38963         * modules/regex (Depends-on): Add mempcpy.
38964
38965 2007-01-31  Bruno Haible  <bruno@clisp.org>
38966
38967         New module description field 'Link'.
38968         * gnulib-tool (func_usage): Document --extract-link-directive.
38969         (sed_extract_prog): Recognize 'Link' directive.
38970         (func_get_link_directive): New function.
38971         (func_import): Show summary of link directives.
38972         Handle --extract-link-directive option.
38973         * modules/acl (Link): New section.
38974         * modules/clock-time (Link): New section.
38975         * modules/euidaccess (Link): New section.
38976         * modules/gettext (Link): New section.
38977         * modules/iconv (Link): New section.
38978         * modules/lock (Link): New section.
38979         * modules/nanosleep (Link): New section.
38980         * modules/readline (Link): New section.
38981
38982 2007-01-27  Bruno Haible  <bruno@clisp.org>
38983
38984         Enforce the use of gnulib modules for unportable <string.h> functions.
38985         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38986         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38987         (gl_HEADER_STRING_H_BODY): Require it.
38988         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38989         the symbol XYZ to one that gives a link error.
38990         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38991         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38992         * modules/mempcpy (configure.ac): Likewise.
38993         * modules/memrchr (configure.ac): Likewise.
38994         * modules/stpcpy (configure.ac): Likewise.
38995         * modules/stpncpy (configure.ac): Likewise.
38996         * modules/strcase (configure.ac): Likewise.
38997         * modules/strcasestr (configure.ac): Likewise.
38998         * modules/strchrnul (configure.ac): Likewise.
38999         * modules/strdup (configure.ac): Likewise.
39000         * modules/strndup (configure.ac): Likewise.
39001         * modules/strnlen (configure.ac): Likewise.
39002         * modules/strpbrk (configure.ac): Likewise.
39003         * modules/strsep (configure.ac): Likewise.
39004         * modules/strstr (configure.ac): Likewise.
39005         * modules/strtok_r (configure.ac): Likewise.
39006
39007 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39008
39009         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39010
39011 2007-01-30  Jim Meyering  <jim@meyering.net>
39012
39013         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39014
39015 2007-01-29  Bruno Haible  <bruno@clisp.org>
39016
39017         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39018         * lib/execute.c: Likewise.
39019         * lib/pipe.c: Likewise.
39020         * lib/printf-args.h: Likewise.
39021         * lib/printf-args.c: Likewise.
39022         * lib/printf-parse.c: Likewise.
39023         * lib/vasnprintf.c: Likewise.
39024
39025 2007-01-29  Eric Blake  <ebb9@byu.net>
39026
39027         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39028         declaration.
39029
39030 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39031
39032         * lib/strptime.h (strptime): Use 'restrict' for args where
39033         POSIX requires this.
39034         * lib/strptime.c (strptime): Likewise.
39035         Change license notice from LGPL to GPL, since gnulib-tool will
39036         change this as needed.
39037         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39038         defined.
39039         Include "strptime.h" first, to check interface.
39040         Do not #undef _LIBC and _NL_CURRENT.
39041         Do not include <stdlib.h>; no longer needed.
39042         Include "time_r.h" and declare ptime_locale_status
39043         only if _LIBC is not defined.
39044         (__P): Remove unused macro.
39045         (match_string): Bring back glibc version, but use it only if _LIBC
39046         is defined.
39047         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39048         Remove unnecessary assertion and abort() call.
39049         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39050         * m4/strptime.m4: Fix serial number comment.
39051         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39052         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39053         (Depends-on): Add time_r.
39054
39055 2007-01-29  Bruno Haible  <bruno@clisp.org>
39056
39057         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39058         strptime.
39059         * modules/strptime (Depends-on): Add stdbool.
39060         * lib/strptime.h: Include <time.h> always. Add comments.
39061
39062 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39063
39064         * modules/strptime: New file.
39065         * lib/strptime.h: New file.
39066         * lib/strptime.c: New file.
39067         * m4/strptime.m4: New file.
39068
39069 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39070
39071         * MODULES.html.sh: New module mpsort.
39072         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39073
39074         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39075         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39076         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39077         All uses changed.
39078         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39079         All uses changed.
39080         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39081         to _Restrict_.
39082         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39083         the parameter matches the prototype.
39084
39085 2007-01-28  Jim Meyering  <jim@meyering.net>
39086
39087         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39088         sys/time.h here, reverting that part of the previous patch:
39089         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39090
39091 2007-01-28  Bruno Haible  <bruno@clisp.org>
39092
39093         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39094         value of $(SYS_TIME_H).
39095         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39096         remove it conditionally, too. [added by Jim Meyering]
39097         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39098         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39099         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39100         GETTIMEOFDAY_REPLACEMENT to 1.
39101
39102 2007-01-28  Bruno Haible  <bruno@clisp.org>
39103
39104         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39105         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39106         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39107         Set UNISTD_H instead of UNISTD_H2.
39108         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39109
39110 2007-01-28  Bruno Haible  <bruno@clisp.org>
39111
39112         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39113         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39114
39115 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39116
39117         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39118         (func_create_testdir): Ensure C locale for `grep' and `tr'
39119         character ranges.
39120         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39121         ACLOCAL_AMFLAGS parsing state machine.
39122
39123 2007-01-27  Bruno Haible  <bruno@clisp.org>
39124
39125         * modules/unistr/base: Update.
39126
39127 2007-01-27  Bruno Haible  <bruno@clisp.org>
39128
39129         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39130         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39131         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39132         modules/unistr/u32-mbtouc.
39133         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39134         * lib/unistr.h: Update.
39135         * lib/linebreak.c: Update.
39136         * modules/unistr/u32-mbtouc: Renamed from
39137         modules/unistr/u32-mbtouc-safe.
39138         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39139         * lib/unistr.h: Update.
39140         * lib/unistr/u32-to-u8.c: Update.
39141         * lib/unistr/u32-to-u16.c: Update.
39142
39143 2007-01-27  Bruno Haible  <bruno@clisp.org>
39144
39145         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39146         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39147         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39148         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39149         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39150         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39151         modules/unistr/u16-mbtouc.
39152         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39153         * lib/unistr.h: Update.
39154         * lib/linebreak.c: Update.
39155         * modules/linebreak: Update.
39156         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39157         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39158         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39159         * modules/unistr/u16-mbtouc: Renamed from
39160         modules/unistr/u16-mbtouc-safe.
39161         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39162         * lib/unistr.h: Update.
39163         * lib/unistr/u16-to-u8.c: Update.
39164         * modules/unistr/u16-to-u8: Update.
39165         * lib/unistr/u16-to-u32.c: Update.
39166         * modules/unistr/u16-to-u32: Update.
39167
39168 2007-01-27  Bruno Haible  <bruno@clisp.org>
39169
39170         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39171         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39172         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39173         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39174         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39175         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39176         modules/unistr/u8-mbtouc.
39177         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39178         * lib/unistr.h: Update.
39179         * lib/striconveh.c: Update.
39180         * modules/striconveh: Update.
39181         * lib/linebreak.c: Update.
39182         * modules/linebreak: Update.
39183         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39184         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39185         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39186         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39187         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39188         * lib/unistr.h: Update.
39189         * lib/striconveh.c: Update.
39190         * modules/striconveh: Update.
39191         * lib/unistr/u8-to-u16.c: Update.
39192         * modules/unistr/u8-to-u16: Update.
39193         * lib/unistr/u8-to-u32.c: Update.
39194         * modules/unistr/u8-to-u32: Update.
39195
39196 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39197
39198         Sync from Libtool.
39199         * lib/argz.c: Do not include strings.h nor memory.h, include
39200         string.h unconditionally.  Patch by Simon Josefsson.
39201
39202 2007-01-27  Bruno Haible  <bruno@clisp.org>
39203
39204         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39205         from gl_HEADER_STRING_H_BODY.
39206         (gl_HEADER_STRING_H_BODY): Require it.
39207         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39208         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39209         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39210         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39211         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39212         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39213         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39214         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39215         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39216         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39217         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39218         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39219         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39220         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39221         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39222
39223 2007-01-27  Bruno Haible  <bruno@clisp.org>
39224
39225         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39226         check_PROGRAMS into noinst_PROGRAMS.
39227         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39228         check_PROGRAMS in this case.
39229         (func_import): Set for_test to false.
39230         (func_create_testdir): Set for_test to true.
39231
39232 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39233             Bruno Haible  <bruno@clisp.org>
39234
39235         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39236         (Depends-on): Add string.
39237         (Includes): Use <string.h> instead of strcasestr.h.
39238         * modules/string (Makefile.am): Also substitute the value of
39239         REPLACE_STRCASESTR.
39240         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39241         assume strcasestr is declared in <string.h> not <strings.h>. Also
39242         set REPLACE_STRCASESTR.
39243         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39244         REPLACE_STRCASESTR.
39245         * lib/strcasestr.h: Remove file.
39246         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39247         * lib/string_.h (strcasestr): New declaration.
39248
39249 2007-01-27  Bruno Haible  <bruno@clisp.org>
39250
39251         * lib/string_.h: Use 'extern'.
39252
39253 2007-01-27  Jim Meyering  <jim@meyering.net>
39254
39255         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39256         of set-but-not-used local, "q".
39257
39258         * lib/mempcpy.c: Include <config.h> before <string.h>.
39259         This fixes a compilation error on HP-UX, due to the system's
39260         "restrict"-using mempcpy prototype.
39261
39262 2007-01-26  Bruno Haible  <bruno@clisp.org>
39263
39264         Small optimization.
39265         * lib/javacomp.c: Include c-strstr.h.
39266          (is_envjavac_gcj): Use c_strstr instead of strstr.
39267         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39268
39269 2007-01-26  Bruno Haible  <bruno@clisp.org>
39270
39271         * MODULES.html.sh (Unicode string functions): Add the new modules.
39272
39273         * modules/uniconv/u32-strconv-to-locale: New file.
39274         * lib/uniconv/u32-strconv-to-locale.c: New file.
39275
39276         * modules/uniconv/u16-strconv-to-locale: New file.
39277         * lib/uniconv/u16-strconv-to-locale.c: New file.
39278
39279         * modules/uniconv/u8-strconv-to-locale: New file.
39280         * lib/uniconv/u8-strconv-to-locale.c: New file.
39281
39282         * modules/uniconv/u32-strconv-from-locale: New file.
39283         * lib/uniconv/u32-strconv-from-locale.c: New file.
39284
39285         * modules/uniconv/u16-strconv-from-locale: New file.
39286         * lib/uniconv/u16-strconv-from-locale.c: New file.
39287
39288         * modules/uniconv/u8-strconv-from-locale: New file.
39289         * lib/uniconv/u8-strconv-from-locale.c: New file.
39290
39291         * modules/uniconv/u32-strconv-to-enc: New file.
39292         * lib/uniconv/u32-strconv-to-enc.c: New file.
39293         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39294         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39295
39296         * modules/uniconv/u16-strconv-to-enc: New file.
39297         * lib/uniconv/u16-strconv-to-enc.c: New file.
39298         * lib/uniconv/u-strconv-to-enc.h: New file.
39299         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39300         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39301
39302         * modules/uniconv/u8-strconv-to-enc: New file.
39303         * lib/uniconv/u8-strconv-to-enc.c: New file.
39304         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39305         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39306
39307         * modules/uniconv/u32-strconv-from-enc: New file.
39308         * lib/uniconv/u32-strconv-from-enc.c: New file.
39309         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39310         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39311
39312         * modules/uniconv/u16-strconv-from-enc: New file.
39313         * lib/uniconv/u16-strconv-from-enc.c: New file.
39314         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39315         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39316
39317         * modules/uniconv/u8-strconv-from-enc: New file.
39318         * lib/uniconv/u8-strconv-from-enc.c: New file.
39319         * lib/uniconv/u-strconv-from-enc.h: New file.
39320         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39321         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39322
39323         * modules/uniconv/u32-conv-from-enc: New file.
39324         * lib/uniconv/u32-conv-from-enc.c: New file.
39325         * modules/uniconv/u32-conv-from-enc-tests: New file.
39326         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39327
39328         * modules/uniconv/u16-conv-from-enc: New file.
39329         * lib/uniconv/u16-conv-from-enc.c: New file.
39330         * lib/uniconv/u-conv-from-enc.h: New file.
39331         * modules/uniconv/u16-conv-from-enc-tests: New file.
39332         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39333
39334         * modules/uniconv/u8-conv-from-enc: New file.
39335         * lib/uniconv/u8-conv-from-enc.c: New file.
39336         * modules/uniconv/u8-conv-from-enc-tests: New file.
39337         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39338
39339         * modules/uniconv/base: New file.
39340         * lib/uniconv.h: New file.
39341
39342 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39343
39344         * doc/gnulib-tool.texi (Initial import): Update to match current
39345         behavior with strdup module.
39346         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39347         * lib/memmem.h: Remove; all uses removed.  This is now done
39348         by <string.h>.
39349         * lib/mempcpy.h: Likewise.
39350         * lib/memrchr.h: Likewise.
39351         * lib/stpcpy.h: Likewise.
39352         * lib/stpncpy.h: Likewise.
39353         * lib/strcase.h: Likewise.
39354         * lib/strchrnul.h: Likewise.
39355         * lib/strdup.h: Likewise.
39356         * lib/strndup.h: Likewise.
39357         * lib/strnlen.h: Likewise.
39358         * lib/strpbrk.h: Likewise.
39359         * lib/strsep.h: Likewise.
39360         * lib/strstr.h: Likewise.
39361         * lib/strtok_r.h: Likewise.
39362         * lib/string_.h: New file.
39363         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39364         Rely on <string.h> instead.
39365         * lib/canon-host.c: Likewise.
39366         * lib/chdir-long.c: Likewise.
39367         * lib/concatpath.c: Likewise.
39368         * lib/exclude.c: Likewise.
39369         * lib/fchdir.c: Likewise.
39370         * lib/getaddrinfo.c: Likewise.
39371         * lib/getcwd.c: Likewise.
39372         * lib/getsubopt.c: Likewise.
39373         * lib/glob.c: Likewise.
39374         * lib/hard-locale.c: Likewise.
39375         * lib/iconvme.c: Likewise.
39376         * lib/javacomp.c: Likewise.
39377         * lib/mempcpy.c: Likewise.
39378         * lib/memrchr.c: Likewise.
39379         * lib/regex_internal.h: Likewise.
39380         * lib/stpncpy.c: Likewise.
39381         * lib/strcasecmp.c: Likewise.
39382         * lib/strchrnul.c: Likewise.
39383         * lib/strdup.c: Likewise.
39384         * lib/striconv.c: Likewise.
39385         * lib/striconveh.c: Likewise.
39386         * lib/striconveha.c: Likewise.
39387         * lib/strncasecmp.c: Likewise.
39388         * lib/strndup.c: Likewise.
39389         * lib/strnlen.c: Likewise.
39390         * lib/strsep.c: Likewise.
39391         * lib/strstr.c: Likewise.
39392         * lib/strtok_r.c: Likewise.
39393         * lib/userspec.c: Likewise.
39394         * lib/w32spawn.h: Likewise.
39395         * lib/xstrndup.c: Likewise.
39396         * lib/mountlist.c (strstr): Remove decl.
39397         * m4/string_h.m4: New file.
39398         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39399         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39400         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39401         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39402         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39403         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39404         Set REPLACE_STRCASECMP if necessary.
39405         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39406         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39407         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39408         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39409         HAVE_DECL_STRDUP if necessary.
39410         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39411         since gl_FUNC_STRNDUP does that now.
39412         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39413         Check for decl here...
39414         (gl_PREREQ_STRNLEN): ... not here.
39415         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39416         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39417         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39418         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39419         necessary.
39420         * modules/string: New file.
39421         * modules/memmem (Files): Remove special-purpose include file.
39422         (Depends-on): Add string.
39423         (Include): Include <string.h>, not the removed file.
39424         * modules/mempcpy: Likewise.
39425         * modules/memrchr: Likewise.
39426         * modules/stpcpy: Likewise.
39427         * modules/stpncpy: Likewise.
39428         * modules/strcase: Likewise.
39429         * modules/strchrnul: Likewise.
39430         * modules/strdup: Likewise.
39431         * modules/strndup: Likewise.
39432         * modules/strnlen: Likewise.
39433         * modules/strpbrk: Likewise.
39434         * modules/strsep: Likewise.
39435         * modules/strstr: Likewise.
39436         * modules/strtok_r: Likewise.
39437         * tests/test-dirname.c: Don't include "strdup.h", since
39438         <string.h> now suffices.
39439         * tests/test-memmem.c: Don't include "memmem.h", since
39440         <string.h> now suffices.
39441
39442 2007-01-25  Bruno Haible  <bruno@clisp.org>
39443
39444         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39445         *resultp is 0.
39446
39447         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39448         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39449         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39450         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39451
39452         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39453         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39454         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39455         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39456         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39457         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39458
39459 2007-01-24  Bruno Haible  <bruno@clisp.org>
39460
39461         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39462         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39463         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39464         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39465         gl_FUNC_FTS_CORE.
39466         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39467         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39468         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39469         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39470         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39471         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39472         gl_FUNC_FCHOWNAT.
39473         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39474         gl_FUNC_STRFTIME.
39475         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39476         Reported by Ralf Wildenhues.
39477
39478 2007-01-24  Bruno Haible  <bruno@clisp.org>
39479
39480         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39481         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39482         gl_GETADDRINFO.
39483         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39484         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39485         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39486
39487 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39488
39489         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39490         Don't use 'exit'; just return from 'main'.
39491         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39492
39493         * lib/fnmatch_.h: Readjust white space and comments to match
39494         glibc, to avoid spurious diffs.
39495
39496 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39497
39498         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39499         2004-12-01 change by Jakub Jelinek, since this code won't compile
39500         if !LIBC.  Problem reported by Bob Proulx.
39501
39502 2007-01-23  Bruno Haible  <bruno@clisp.org>
39503
39504         * lib/striconveh.c: Include c-strcaseeq.h.
39505         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39506         * modules/striconveh (Depends-on): Add c-strcaseeq.
39507
39508 2007-01-23  Bruno Haible  <bruno@clisp.org>
39509
39510         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39511
39512         * modules/c-strcaseeq: New file.
39513         * lib/c-strcaseeq.h: New file.
39514
39515         * modules/streq: New file.
39516         * lib/streq.h: New file.
39517
39518 2007-01-23  Bruno Haible  <bruno@clisp.org>
39519
39520         * modules/striconveha-tests: New file.
39521         * tests/test-striconveha.c: New file.
39522
39523         * lib/striconveha.h: Include <stdbool.h>.
39524         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39525         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39526         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39527         (mem_iconveha): New function.
39528         (str_iconveha_notranslit): Renamed from str_iconveha.
39529         (str_iconveha): New function.
39530         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39531         c-strcase.
39532
39533 2007-01-23  Bruno Haible  <bruno@clisp.org>
39534
39535         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39536         encodings without forgiving before trying any encoding with handler.
39537         (str_iconveha): Try all encodings without forgiving before trying any
39538         encoding with handler.
39539
39540 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39541
39542         Import the following changes from libc.
39543
39544         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39545
39546         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39547
39548         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39549
39550         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39551         normal_bracket label.
39552
39553         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39554
39555         [BZ #361]
39556         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39557         to normal_bracket after fetching the next character.
39558
39559 2007-01-22  Bruno Haible  <bruno@clisp.org>
39560
39561         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39562         argument.
39563         * lib/striconveh.c (iconv_carefully_1): New function.
39564         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39565         argument.
39566         (str_cd_iconveh): Update.
39567         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39568         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39569         * tests/test-striconveh.c (MAGIC): New macro.
39570         (new_offsets): New function.
39571         (main): Test call with and without offsets.
39572
39573 2007-01-22  Bruno Haible  <bruno@clisp.org>
39574
39575         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39576         * modules/sys_select (Makefile.am): Likewise.
39577         * modules/sys_socket (Makefile.am): Likewise.
39578         * modules/sys_time (Makefile.am): Likewise.
39579
39580 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39581
39582         * modules/gettimeofday (License): Change from GPL to LGPL, since
39583         gettimeofday is a library function.
39584
39585 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39586
39587         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39588
39589 2007-01-21  Bruno Haible  <bruno@clisp.org>
39590
39591         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39592
39593 2007-01-21  Bruno Haible  <bruno@clisp.org>
39594
39595         * modules/striconveha: New file.
39596         * lib/striconveha.h: New file.
39597         * lib/striconveha.c: New file.
39598         * MODULES.html.sh (Internationalization functions): Add striconveha.
39599         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39600         string.
39601         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39602
39603 2007-01-21  Bruno Haible  <bruno@clisp.org>
39604
39605         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39606         * lib/striconveh.c (str_iconveh): Likewise.
39607
39608 2007-01-21  Bruno Haible  <bruno@clisp.org>
39609
39610         * lib/striconveh.h (mem_iconveh): New declaration.
39611         * lib/striconveh.c (mem_iconveh): New function.
39612         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39613
39614 2007-01-21  Bruno Haible  <bruno@clisp.org>
39615
39616         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39617
39618         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39619         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39620         original result buffer.
39621         (str_cd_iconveh): Update.
39622         * tests/test-striconveh.c (main): Update.
39623
39624         * lib/striconv.h (mem_cd_iconv): Change specification.
39625         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39626         result buffer.
39627         (str_cd_iconv): Update.
39628         * tests/test-striconv.c (main): Update.
39629
39630 2007-01-21  Bruno Haible  <bruno@clisp.org>
39631
39632         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39633
39634 2007-01-20  Jim Meyering  <jim@meyering.net>
39635
39636         * lib/userspec.c (parse_with_separator): If a user or group string
39637         starts with "+", skip the corresponding name-to-ID look-up, since
39638         such a look-up must fail: user and group names may not include "+".
39639
39640 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39641
39642         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39643         since we now assume the sys_time module.
39644         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39645         check for sys/time.h; no longer needed.
39646         * modules/poll (Depends-on): Depend on sys_time.
39647
39648 2007-01-18  Bruno Haible  <bruno@clisp.org>
39649
39650         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39651         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39652
39653         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39654         gettimeofday.
39655
39656         * tests/test-gettimeofday.c: Include <time.h>.
39657         (dummy): Remove variable.
39658
39659         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39660         gl_HEADER_SYS_TIME_H.
39661         (gl_HEADER_SYS_TIME_H): New macro.
39662
39663         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39664         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39665         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39666         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39667         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39668         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39669         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39670         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39671         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39672         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39673         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39674
39675         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39676         last change; it caused a compilation error when cross-compiling to
39677         Cygwin.
39678
39679 2007-01-18  Jim Meyering  <jim@meyering.net>
39680
39681         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39682         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39683         than the race-prone "test -d sys || mkdir sys".
39684         (configure.ac): Use AC_PROG_MKDIR_P.
39685         * modules/sys_select: Likewise.
39686         * modules/sys_socket: Likewise.
39687         * modules/sys_time: Likewise.
39688
39689 2007-01-18  Eric Blake  <ebb9@byu.net>
39690
39691         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39692         replace gettimeofday.
39693         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39694         name, to avoid infinite recursion.
39695
39696 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39697
39698         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39699         module sys_time.
39700         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39701         assume timespec.h defines struct timeval.
39702         * lib/settime.c: Likewise.
39703         * lib/utimens.c: Likewise.
39704         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39705         since we now assume the gettimeofday module.
39706         * lib/tempname.c (__gen_tempname): Likewise.
39707         * lib/gettimeofday.h: Remove.
39708         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39709         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39710         Include <time.h>, for 'time()'.
39711         (localtime_buffer_addr): Also use this workaround if
39712         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39713         to simplify the uses.  All uses changed.
39714         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39715         that #undef is inside {}, and 'const' follows type name consistently.
39716         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39717         (gettimeofday): Do not use the maximum possible value for
39718         tv->tv_usec, since that might break usages other than ls.c.
39719         Instead, we'll leave ls.c alone.  This undoes today's patch
39720         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39721         we've never observed the problem but might as well keep the
39722         canary.
39723         * lib/nanosleep.c: Include timespec.h first, for interface check.
39724         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39725         now assume the sys_time module.
39726         * lib/tempname.c: Likewise.
39727         * lib/timespec.h: Likewise.
39728         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39729         needed.
39730         * lib/strftime.c: Likewise.
39731         * lib/timespec.h: Likewise.
39732         * lib/posixtm.c: Include posixtm.h first, for interface check.
39733         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39734         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39735         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39736         * lib/sys_time_.h: New file.
39737         * lib/timespec.h (struct timespec): Use long int, not long.
39738         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39739         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39740         Remove obsolescent call to AC_HEADER_TIME.
39741         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39742         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39743         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39744         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39745         Likewise.
39746         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39747         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39748         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39749         into the sys_time module.  Check for gettimeofday just once.
39750         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39751         for gettimeofday signature to just check the signature.  Merely
39752         compile it, since linking doesn't test signature.  Improve test for
39753         whether gettimeofday.o is actually needed.
39754         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39755         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39756         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39757         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39758         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39759         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39760         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39761         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39762         than worrying about sys/time.h.
39763         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39764         Don't bother worrying about TIME_WITH_SYS_TIME.
39765         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39766         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39767         * m4/sys_time_h.m4: New file.
39768         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39769         Don't include sys/time.h.  Return from main rather than exiting.
39770         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39771         all uses changed.
39772         * modules/gethrxtime (Depends-on): Add sys_time.
39773         * modules/gettime (Depends-on): Likewise.
39774         * modules/gettimeofday (Depends-on): Likewise.
39775         * modules/nanosleep (Depends-on): Likewise.
39776         * modules/settime (Depends-on): Likewise.
39777         * modules/tempname (Depends-on): Likewise.
39778         * modules/utimens (Depends-on): Likewise.
39779         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39780         (Include:) Change back to <sys/time.h>.
39781         (Maintainer:) Add self.
39782         * modules/sys_time: New file.
39783         * modules/tempname (Depends-on): Add gettimeofday.
39784         * tests/test-gettimeofday.c: Include <sys/time.h>
39785         rather than gettimeofday.h.
39786
39787 2007-01-17  Bruno Haible  <bruno@clisp.org>
39788
39789         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39790         the license default to GPL.
39791         (func_create_testdir): Don't complain if a module is LGPL and its
39792         tests module depends on GPLed modules.
39793
39794 2007-01-17  Bruno Haible  <bruno@clisp.org>
39795
39796         * lib/gettimeofday.c (gettimeofday): Add code for the case
39797         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39798         maximum possible value for tv->tv_usec, rather than the minimum one.
39799
39800 2005-10-08  Martin Lambers  <marlam@marlam.de>
39801 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39802 2007-01-16  Bruno Haible  <bruno@clisp.org>
39803
39804         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39805         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39806         gl_FUNC_GETTIMEOFDAY.
39807         (Include): Add gettimeofday.h.
39808         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39809         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39810         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39811         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39812         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39813         * lib/gettimeofday.h: New file.
39814         * lib/gettimeofday.c: Include <sys/timeb.h>.
39815         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39816         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39817         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39818         fall back on time().
39819
39820         * tests/test-gettimeofday.c: New file.
39821         * modules/gettimeofday-tests: New file.
39822
39823 2007-01-16  Eric Blake  <ebb9@byu.net>
39824
39825         * modules/fnmatch (Depends-on): Depend on wchar.
39826         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39827         * m4/fnmatch.m4: Likewise.
39828         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39829         * m4/mbchar.m4: Likewise.
39830         * modules/mbswidth (Depends-on): Depend on wchar.
39831         * lib/mbswidth.c: Assume <wchar.h>.
39832         * m4/mbswidth.m4: Likewise.
39833         * modules/quotearg (Depends-on): Depend on wchar.
39834         * lib/quotearg.c: Assume <wchar.h>.
39835         * m4/quotearg.m4: Likewise.
39836         * modules/regex (Depends-on): Depend on wchar.
39837         * lib/regex_internal.h: Assume <wchar.h>.
39838         * m4/regex.m4: Likewise.
39839         * modules/stdint (Depends-on): Depend on wchar.
39840         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39841         * m4/stdint.m4: Likewise.
39842         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39843         * modules/strftime (Depends-on): Depend on wchar.
39844         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39845         * modules/strtol (Depends-on): Depend on wchar.
39846         * lib/strtol.c: Assume <wchar.h>.
39847         * modules/wcwidth (Depends-on): Depend on wchar.
39848         * lib/wcwidth.h: Assume <wchar.h>.
39849         * m4/wcwidth.m4: Likewise.
39850
39851 2007-01-16  Bruno Haible  <bruno@clisp.org>
39852
39853         * modules/csharpexec-script: New, created from...
39854         * modules/csharpexec: ... this.
39855
39856 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39857
39858         * modules/javaexec-script: New, created from...
39859         * modules/javaexec: ... this.
39860
39861 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39862
39863         * modules/poll (Dependencies): Add sys_select.
39864
39865 2007-01-15  Jim Meyering  <jim@meyering.net>
39866
39867         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39868         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39869         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39870         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39871
39872 2007-01-15  Bruno Haible  <bruno@clisp.org>
39873
39874         * modules/striconveh: New file.
39875         * lib/striconveh.h: New file.
39876         * lib/striconveh.c: New file.
39877         * MODULES.html.sh (Internationalization functions): Add striconveh.
39878
39879         * modules/striconveh-tests: New file.
39880         * tests/test-striconveh.c: New file.
39881
39882 2007-01-15  Bruno Haible  <bruno@clisp.org>
39883
39884         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39885         not from GNU libiconv or GNU libc.
39886
39887 2007-01-15  Bruno Haible  <bruno@clisp.org>
39888
39889         * doc/gnulib-intro.texi (Copyright): Explain the different license
39890         terms for module descriptions, autoconf macros, tests, documentation.
39891
39892 2007-01-14  Bruno Haible  <bruno@clisp.org>
39893
39894         * modules/striconv-tests: New file.
39895         * tests/test-striconv.c: New file.
39896
39897 2007-01-14  Bruno Haible  <bruno@clisp.org>
39898
39899         * modules/iconv-tests: New file.
39900         * tests/test-iconv.c: New file.
39901
39902 2007-01-14  Bruno Haible  <bruno@clisp.org>
39903
39904         * gnulib-tool (func_get_license): For test modules, use the license of
39905         the main module.
39906
39907 2007-01-14  Bruno Haible  <bruno@clisp.org>
39908
39909         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39910         if iconv is found to exist.
39911
39912 2007-01-14  Bruno Haible  <bruno@clisp.org>
39913
39914         * modules/c-ctype-tests: New file.
39915         * tests/test-c-ctype.c: New file.
39916
39917 2007-01-14  Bruno Haible  <bruno@clisp.org>
39918
39919         * modules/binary-io-tests: New file.
39920         * tests/test-binary-io.sh: New file.
39921         * tests/test-binary-io.c: New file.
39922
39923 2007-01-14  Bruno Haible  <bruno@clisp.org>
39924
39925         * modules/array-oset-tests: New file.
39926         * tests/test-array_oset.c: New file.
39927
39928 2007-01-14  Bruno Haible  <bruno@clisp.org>
39929
39930         * modules/array-list-tests: New file.
39931         * tests/test-array_list.c: New file.
39932
39933 2007-01-14  Bruno Haible  <bruno@clisp.org>
39934
39935         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39936         and make.
39937         Reported by Simon Josefsson in
39938         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39939
39940 2007-01-14  Bruno Haible  <bruno@clisp.org>
39941
39942         * modules/allocsa-tests: New file.
39943         * tests/test-allocsa.c: New file.
39944
39945 2007-01-14  Bruno Haible  <bruno@clisp.org>
39946
39947         * modules/fchdir (Depends-on): Add absolute-header.
39948         * modules/unistd (Depends-on): Likewise.
39949
39950 2006-12-30  Bruno Haible  <bruno@clisp.org>
39951
39952         * modules/fchdir: New file.
39953         * modules/unistd (Files): Add lib/unistd_.h.
39954         (Makefile.am): Generate unistd.h from unistd_.h.
39955         * lib/fchdir.c: New file.
39956         * lib/dirent_.h: New file.
39957         * lib/unistd_.h: New file.
39958         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39959         * m4/fchdir.m4: New file.
39960         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39961         (gl_HEADER_UNISTD): Invoke it.
39962         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39963         function.
39964         * lib/backupfile.c (opendir, closedir): Undefine.
39965         * lib/chown.c (open, close): Undefine.
39966         * lib/clean-temp.c (open, close): Undefine.
39967         * lib/copy-file.c (open, close): Undefine.
39968         * lib/execute.c (open, close): Undefine.
39969         * lib/fsusage.c (open, close): Undefine.
39970         * lib/gc-gnulib.c (open, close): Undefine.
39971         * lib/getcwd.c (opendir, closedir): Undefine.
39972         * lib/glob.c (opendir, closedir): Undefine.
39973         * lib/javacomp.c (open, close): Undefine.
39974         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39975         * lib/openat-proc.c (open, close): Undefine.
39976         * lib/pagealign_alloc.c (open, close): Undefine.
39977         * lib/pipe.c (open, close): Undefine.
39978         * lib/progreloc.c (open, close): Undefine.
39979         * lib/savedir.c (opendir, closedir): Undefine.
39980         * lib/utime.c (open, close): Undefine.
39981         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39982
39983 2007-01-10  Bruno Haible  <bruno@clisp.org>
39984
39985         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39986
39987 2007-01-12  Eric Blake  <ebb9@byu.net>
39988
39989         Provide a robust <wchar.h>.  Further simplifications are now
39990         possible in other modules, but not included here.
39991         * modules/wchar: New module.
39992         * m4/wchar.m4: New file.
39993         * lib/wchar_.h: Likewise.
39994         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39995         of the new module.
39996         * MODULES.html.sh (Extended multibyte and wide character utilities):
39997         New section.
39998
39999 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
40000
40001         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
40002         to a reasonable default for memory allocation.
40003         (xreadlink): Don't allocate a huge buffer, to work around a buggy
40004         file system that reports garbage st_size values for symlinks.
40005         Problem reported by Liyang Hu.
40006
40007 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40008
40009         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40010         Emacs .#* auto-save files).
40011
40012 2007-01-11  Bruno Haible  <bruno@clisp.org>
40013
40014         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40015         directory.
40016
40017 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40018
40019         Use @...@ consistently in lib/wctype_.h.
40020         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40021         on it being set to 1 or 0.
40022         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40023         go back to AC_SUBSTing it.
40024         * modules/wctype (Makefile.am): Undo previous change.
40025
40026 2007-01-10  Eric Blake  <ebb9@byu.net>
40027
40028         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40029         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40030         * modules/wctype (Makefile.am): Likewise.
40031         Reported by Chris McGuire.
40032
40033 2007-01-10  Jim Meyering  <jim@meyering.net>
40034
40035         fts.c: a small readability/maintainability improvement
40036         * lib/fts.c (fts_read): Make this code slightly more readable and
40037         maintainable by hoisting the "sp->fts_cur = p" assignments to
40038         immediately follow the statements that set P.  Derived from
40039         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40040
40041 2007-01-10  Eric Blake  <ebb9@byu.net>
40042
40043         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40044         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40045         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40046         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40047         Reported by Chris McGuire.
40048
40049 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40050
40051         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40052         in sed script.
40053
40054 2007-01-09  Bruno Haible  <bruno@clisp.org>
40055
40056         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40057         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40058         variables.
40059         (func_module): Use them.
40060
40061 2007-01-09  Bruno Haible  <bruno@clisp.org>
40062
40063         * modules/unistr/base: New file.
40064         * lib/unistr.h: New file.
40065
40066         * modules/unistr/u8-to-u16: New file.
40067         * lib/unistr/u8-to-u16.c: New file.
40068
40069         * modules/unistr/u8-to-u32: New file.
40070         * lib/unistr/u8-to-u32.c: New file.
40071
40072         * modules/unistr/u16-to-u8: New file.
40073         * lib/unistr/u16-to-u8.c: New file.
40074
40075         * modules/unistr/u16-to-u32: New file.
40076         * lib/unistr/u16-to-u32.c: New file.
40077
40078         * modules/unistr/u32-to-u8: New file.
40079         * lib/unistr/u32-to-u8.c: New file.
40080
40081         * modules/unistr/u32-to-u16: New file.
40082         * lib/unistr/u32-to-u16.c: New file.
40083
40084         * modules/unistr/u8-check: New file.
40085         * modules/unistr/u16-check: New file.
40086         * modules/unistr/u32-check: New file.
40087         * lib/unistr/u8-check.c: New file.
40088         * lib/unistr/u16-check.c: New file.
40089         * lib/unistr/u32-check.c: New file.
40090
40091         * modules/unistr/u8-chr: New file.
40092         * modules/unistr/u16-chr: New file.
40093         * modules/unistr/u32-chr: New file.
40094         * lib/unistr/u8-chr.c: New file.
40095         * lib/unistr/u16-chr.c: New file.
40096         * lib/unistr/u32-chr.c: New file.
40097
40098         * modules/unistr/u8-cmp: New file.
40099         * modules/unistr/u16-cmp: New file.
40100         * modules/unistr/u32-cmp: New file.
40101         * lib/unistr/u8-cmp.c: New file.
40102         * lib/unistr/u16-cmp.c: New file.
40103         * lib/unistr/u32-cmp.c: New file.
40104
40105         * modules/unistr/u8-cpy: New file.
40106         * modules/unistr/u16-cpy: New file.
40107         * modules/unistr/u32-cpy: New file.
40108         * lib/unistr/u8-cpy.c: New file.
40109         * lib/unistr/u16-cpy.c: New file.
40110         * lib/unistr/u32-cpy.c: New file.
40111         * lib/unistr/u-cpy.h: New file.
40112
40113         * modules/unistr/u8-cpy-alloc: New file.
40114         * modules/unistr/u16-cpy-alloc: New file.
40115         * modules/unistr/u32-cpy-alloc: New file.
40116         * lib/unistr/u8-cpy-alloc.c: New file.
40117         * lib/unistr/u16-cpy-alloc.c: New file.
40118         * lib/unistr/u32-cpy-alloc.c: New file.
40119         * lib/unistr/u-cpy-alloc.h: New file.
40120
40121         * modules/unistr/u8-endswith: New file.
40122         * modules/unistr/u16-endswith: New file.
40123         * modules/unistr/u32-endswith: New file.
40124         * lib/unistr/u8-endswith.c: New file.
40125         * lib/unistr/u16-endswith.c: New file.
40126         * lib/unistr/u32-endswith.c: New file.
40127         * lib/unistr/u-endswith.h: New file.
40128
40129         * modules/unistr/u8-mblen: New file.
40130         * modules/unistr/u16-mblen: New file.
40131         * modules/unistr/u32-mblen: New file.
40132         * lib/unistr/u8-mblen.c: New file.
40133         * lib/unistr/u16-mblen.c: New file.
40134         * lib/unistr/u32-mblen.c: New file.
40135
40136         * modules/unistr/u8-mbtouc: New file.
40137         * modules/unistr/u16-mbtouc: New file.
40138         * modules/unistr/u32-mbtouc: New file.
40139         * lib/unistr/u8-mbtouc.c: New file.
40140         * lib/unistr/u16-mbtouc.c: New file.
40141         * lib/unistr/u32-mbtouc.c: New file.
40142
40143         * modules/unistr/u8-mbtouc-safe: New file.
40144         * modules/unistr/u16-mbtouc-safe: New file.
40145         * modules/unistr/u32-mbtouc-safe: New file.
40146         * lib/unistr/u8-mbtouc-safe.c: New file.
40147         * lib/unistr/u16-mbtouc-safe.c: New file.
40148         * lib/unistr/u32-mbtouc-safe.c: New file.
40149
40150         * modules/unistr/u8-move: New file.
40151         * modules/unistr/u16-move: New file.
40152         * modules/unistr/u32-move: New file.
40153         * lib/unistr/u8-move.c: New file.
40154         * lib/unistr/u16-move.c: New file.
40155         * lib/unistr/u32-move.c: New file.
40156         * lib/unistr/u-move.h: New file.
40157
40158         * modules/unistr/u8-next: New file.
40159         * modules/unistr/u16-next: New file.
40160         * modules/unistr/u32-next: New file.
40161         * lib/unistr/u8-next.c: New file.
40162         * lib/unistr/u16-next.c: New file.
40163         * lib/unistr/u32-next.c: New file.
40164
40165         * modules/unistr/u8-prev: New file.
40166         * modules/unistr/u16-prev: New file.
40167         * modules/unistr/u32-prev: New file.
40168         * lib/unistr/u8-prev.c: New file.
40169         * lib/unistr/u16-prev.c: New file.
40170         * lib/unistr/u32-prev.c: New file.
40171
40172         * modules/unistr/u8-set: New file.
40173         * modules/unistr/u16-set: New file.
40174         * modules/unistr/u32-set: New file.
40175         * lib/unistr/u8-set.c: New file.
40176         * lib/unistr/u16-set.c: New file.
40177         * lib/unistr/u32-set.c: New file.
40178         * lib/unistr/u-set.h: New file.
40179
40180         * modules/unistr/u8-startswith: New file.
40181         * modules/unistr/u16-startswith: New file.
40182         * modules/unistr/u32-startswith: New file.
40183         * lib/unistr/u8-startswith.c: New file.
40184         * lib/unistr/u16-startswith.c: New file.
40185         * lib/unistr/u32-startswith.c: New file.
40186         * lib/unistr/u-startswith.h: New file.
40187
40188         * modules/unistr/u8-stpcpy: New file.
40189         * modules/unistr/u16-stpcpy: New file.
40190         * modules/unistr/u32-stpcpy: New file.
40191         * lib/unistr/u8-stpcpy.c: New file.
40192         * lib/unistr/u16-stpcpy.c: New file.
40193         * lib/unistr/u32-stpcpy.c: New file.
40194         * lib/unistr/u-stpcpy.h: New file.
40195
40196         * modules/unistr/u8-stpncpy: New file.
40197         * modules/unistr/u16-stpncpy: New file.
40198         * modules/unistr/u32-stpncpy: New file.
40199         * lib/unistr/u8-stpncpy.c: New file.
40200         * lib/unistr/u16-stpncpy.c: New file.
40201         * lib/unistr/u32-stpncpy.c: New file.
40202         * lib/unistr/u-stpncpy.h: New file.
40203
40204         * modules/unistr/u8-strcat: New file.
40205         * modules/unistr/u16-strcat: New file.
40206         * modules/unistr/u32-strcat: New file.
40207         * lib/unistr/u8-strcat.c: New file.
40208         * lib/unistr/u16-strcat.c: New file.
40209         * lib/unistr/u32-strcat.c: New file.
40210         * lib/unistr/u-strcat.h: New file.
40211
40212         * modules/unistr/u8-strchr: New file.
40213         * modules/unistr/u16-strchr: New file.
40214         * modules/unistr/u32-strchr: New file.
40215         * lib/unistr/u8-strchr.c: New file.
40216         * lib/unistr/u16-strchr.c: New file.
40217         * lib/unistr/u32-strchr.c: New file.
40218
40219         * modules/unistr/u8-strcmp: New file.
40220         * modules/unistr/u16-strcmp: New file.
40221         * modules/unistr/u32-strcmp: New file.
40222         * lib/unistr/u8-strcmp.c: New file.
40223         * lib/unistr/u16-strcmp.c: New file.
40224         * lib/unistr/u32-strcmp.c: New file.
40225
40226         * modules/unistr/u8-strcpy: New file.
40227         * modules/unistr/u16-strcpy: New file.
40228         * modules/unistr/u32-strcpy: New file.
40229         * lib/unistr/u8-strcpy.c: New file.
40230         * lib/unistr/u16-strcpy.c: New file.
40231         * lib/unistr/u32-strcpy.c: New file.
40232         * lib/unistr/u-strcpy.h: New file.
40233
40234         * modules/unistr/u8-strcspn: New file.
40235         * modules/unistr/u16-strcspn: New file.
40236         * modules/unistr/u32-strcspn: New file.
40237         * lib/unistr/u8-strcspn.c: New file.
40238         * lib/unistr/u16-strcspn.c: New file.
40239         * lib/unistr/u32-strcspn.c: New file.
40240         * lib/unistr/u-strcspn.h: New file.
40241
40242         * modules/unistr/u8-strdup: New file.
40243         * modules/unistr/u16-strdup: New file.
40244         * modules/unistr/u32-strdup: New file.
40245         * lib/unistr/u8-strdup.c: New file.
40246         * lib/unistr/u16-strdup.c: New file.
40247         * lib/unistr/u32-strdup.c: New file.
40248         * lib/unistr/u-strdup.h: New file.
40249
40250         * modules/unistr/u8-strlen: New file.
40251         * modules/unistr/u16-strlen: New file.
40252         * modules/unistr/u32-strlen: New file.
40253         * lib/unistr/u8-strlen.c: New file.
40254         * lib/unistr/u16-strlen.c: New file.
40255         * lib/unistr/u32-strlen.c: New file.
40256         * lib/unistr/u-strlen.h: New file.
40257
40258         * modules/unistr/u8-strmblen: New file.
40259         * modules/unistr/u16-strmblen: New file.
40260         * modules/unistr/u32-strmblen: New file.
40261         * lib/unistr/u8-strmblen.c: New file.
40262         * lib/unistr/u16-strmblen.c: New file.
40263         * lib/unistr/u32-strmblen.c: New file.
40264
40265         * modules/unistr/u8-strmbtouc: New file.
40266         * modules/unistr/u16-strmbtouc: New file.
40267         * modules/unistr/u32-strmbtouc: New file.
40268         * lib/unistr/u8-strmbtouc.c: New file.
40269         * lib/unistr/u16-strmbtouc.c: New file.
40270         * lib/unistr/u32-strmbtouc.c: New file.
40271
40272         * modules/unistr/u8-strncat: New file.
40273         * modules/unistr/u16-strncat: New file.
40274         * modules/unistr/u32-strncat: New file.
40275         * lib/unistr/u8-strncat.c: New file.
40276         * lib/unistr/u16-strncat.c: New file.
40277         * lib/unistr/u32-strncat.c: New file.
40278         * lib/unistr/u-strncat.h: New file.
40279
40280         * modules/unistr/u8-strncmp: New file.
40281         * modules/unistr/u16-strncmp: New file.
40282         * modules/unistr/u32-strncmp: New file.
40283         * lib/unistr/u8-strncmp.c: New file.
40284         * lib/unistr/u16-strncmp.c: New file.
40285         * lib/unistr/u32-strncmp.c: New file.
40286
40287         * modules/unistr/u8-strncpy: New file.
40288         * modules/unistr/u16-strncpy: New file.
40289         * modules/unistr/u32-strncpy: New file.
40290         * lib/unistr/u8-strncpy.c: New file.
40291         * lib/unistr/u16-strncpy.c: New file.
40292         * lib/unistr/u32-strncpy.c: New file.
40293         * lib/unistr/u-strncpy.h: New file.
40294
40295         * modules/unistr/u8-strnlen: New file.
40296         * modules/unistr/u16-strnlen: New file.
40297         * modules/unistr/u32-strnlen: New file.
40298         * lib/unistr/u8-strnlen.c: New file.
40299         * lib/unistr/u16-strnlen.c: New file.
40300         * lib/unistr/u32-strnlen.c: New file.
40301         * lib/unistr/u-strnlen.h: New file.
40302
40303         * modules/unistr/u8-strpbrk: New file.
40304         * modules/unistr/u16-strpbrk: New file.
40305         * modules/unistr/u32-strpbrk: New file.
40306         * lib/unistr/u8-strpbrk.c: New file.
40307         * lib/unistr/u16-strpbrk.c: New file.
40308         * lib/unistr/u32-strpbrk.c: New file.
40309         * lib/unistr/u-strpbrk.h: New file.
40310
40311         * modules/unistr/u8-strrchr: New file.
40312         * modules/unistr/u16-strrchr: New file.
40313         * modules/unistr/u32-strrchr: New file.
40314         * lib/unistr/u8-strrchr.c: New file.
40315         * lib/unistr/u16-strrchr.c: New file.
40316         * lib/unistr/u32-strrchr.c: New file.
40317
40318         * modules/unistr/u8-strspn: New file.
40319         * modules/unistr/u16-strspn: New file.
40320         * modules/unistr/u32-strspn: New file.
40321         * lib/unistr/u8-strspn.c: New file.
40322         * lib/unistr/u16-strspn.c: New file.
40323         * lib/unistr/u32-strspn.c: New file.
40324         * lib/unistr/u-strspn.h: New file.
40325
40326         * modules/unistr/u8-strstr: New file.
40327         * modules/unistr/u16-strstr: New file.
40328         * modules/unistr/u32-strstr: New file.
40329         * lib/unistr/u8-strstr.c: New file.
40330         * lib/unistr/u16-strstr.c: New file.
40331         * lib/unistr/u32-strstr.c: New file.
40332         * lib/unistr/u-strstr.h: New file.
40333
40334         * modules/unistr/u8-strtok: New file.
40335         * modules/unistr/u16-strtok: New file.
40336         * modules/unistr/u32-strtok: New file.
40337         * lib/unistr/u8-strtok.c: New file.
40338         * lib/unistr/u16-strtok.c: New file.
40339         * lib/unistr/u32-strtok.c: New file.
40340         * lib/unistr/u-strtok.h: New file.
40341
40342         * modules/unistr/u8-uctomb: New file.
40343         * modules/unistr/u16-uctomb: New file.
40344         * modules/unistr/u32-uctomb: New file.
40345         * lib/unistr/u8-uctomb.c: New file.
40346         * lib/unistr/u16-uctomb.c: New file.
40347         * lib/unistr/u32-uctomb.c: New file.
40348
40349         * MODULES.html.sh (Unicode string functions): Add the new modules.
40350
40351 2007-01-08  Bruno Haible  <bruno@clisp.org>
40352
40353         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40354         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40355         subdirectories.
40356
40357 2007-01-08  Karl Berry  <karl@gnu.org>
40358
40359         * doc/error.texi: mention that main() fns must set program_name
40360         when progname is used.
40361
40362 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40363
40364         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40365         WCTYPE_H is empty, for the benefit of builds from non-distclean
40366         directories.  Problem reported by Eric Blake in
40367         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40368
40369 2007-01-08  Bruno Haible  <bruno@clisp.org>
40370
40371         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40372         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40373         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40374         PROVIDE_CANONICALIZE_FILENAME_MODE.
40375         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40376
40377 2007-01-08  Bruno Haible  <bruno@clisp.org>
40378
40379         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40380         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40381         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40382         * lib/fts.c: Likewise.
40383         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40384
40385 2006-12-25  Bruno Haible  <bruno@clisp.org>
40386
40387         * modules/utf8-ucs4-safe: New file.
40388         * lib/utf8-ucs4-safe.h: New file.
40389         * lib/unistr/utf8-ucs4-safe.c: New file.
40390
40391         * modules/utf16-ucs4-safe: New file.
40392         * lib/utf16-ucs4-safe.h: New file.
40393         * lib/unistr/utf16-ucs4-safe.c: New file.
40394
40395         * MODULES.html.sh (Unicode string functions): Add the new modules.
40396
40397 2007-01-08  Bruno Haible  <bruno@clisp.org>
40398
40399         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40400         (Depends-on): Add unitypes.
40401         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40402         (u8_mbtouc_aux): Move out to separate file.
40403         (u8_mbtouc): Use ucs4_t, uint8_t types.
40404         * lib/unistr/utf8-ucs4.c: New file.
40405
40406         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40407         (Depends-on): Add unitypes.
40408         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40409         (u16_mbtouc_aux): Move out to separate file.
40410         (u16_mbtouc): Use ucs4_t, uint16_t types.
40411         * lib/unistr/utf16-ucs4.c: New file.
40412
40413         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40414         (Depends-on): Add unitypes.
40415         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40416         (u8_uctomb_aux): Move out to separate file.
40417         (u8_uctomb): Use ucs4_t, uint8_t types.
40418         * lib/unistr/ucs4-utf8.c: New file.
40419
40420         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40421         (Depends-on): Add unitypes.
40422         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40423         (u16_uctomb_aux): Move out to separate file.
40424         (u16_uctomb): Use ucs4_t, uint16_t types.
40425         * lib/unistr/ucs4-utf16.c: New file.
40426
40427 2006-12-25  Bruno Haible  <bruno@clisp.org>
40428
40429         * modules/unitypes: New file.
40430         * lib/unitypes.h: New file.
40431         * MODULES.html.sh (func_all_modules): New section "Unicode string
40432         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40433         this section. Add unitypes.
40434
40435 2007-01-08  Bruno Haible  <bruno@clisp.org>
40436
40437         Avoid variable names that conflict with those from libtool.
40438         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40439         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40440         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40441         library_names_spec to acl_library_names_spec, hardcode_* to
40442         acl_hardcode_*.
40443         Reported by Ralf Wildenhues.
40444
40445 2007-01-08  Bruno Haible  <bruno@clisp.org>
40446
40447         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40448         definition.
40449         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40450         definition.
40451         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40452         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40453         definition.
40454         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40455         definition.
40456         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40457         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40458         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40459         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40460         definition.
40461         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40462         definition.
40463         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40464         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40465         GC_USE_<algorithm>.
40466         * lib/gc-libgcrypt.c: Likewise.
40467         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40468         * modules/gc-arctwo (configure.ac): Likewise.
40469         * modules/gc-des (configure.ac): Likewise.
40470         * modules/gc-hmac-md5 (configure.ac): Likewise.
40471         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40472         * modules/gc-md2 (configure.ac): Likewise.
40473         * modules/gc-md4 (configure.ac): Likewise.
40474         * modules/gc-md5 (configure.ac): Likewise.
40475         * modules/gc-random (configure.ac): Likewise.
40476         * modules/gc-rijndael (configure.ac): Likewise.
40477         * modules/gc-sha1 (configure.ac): Likewise.
40478
40479 2007-01-08  Bruno Haible  <bruno@clisp.org>
40480
40481         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40482         macro definition.
40483         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40484         definition.
40485         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40486         definition.
40487         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40488         * modules/fcntl-safer (configure.ac): Likewise.
40489         * modules/fopen-safer (configure.ac): Likewise.
40490         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40491         GNULIB_FWRITEERROR macro definition.
40492
40493 2007-01-08  Bruno Haible  <bruno@clisp.org>
40494
40495         * m4/gnulib-common.m4: New file.
40496         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40497         (func_get_filelist): Add m4/gnulib-common.m4.
40498
40499 2007-01-08  Bruno Haible  <bruno@clisp.org>
40500
40501         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40502         command.
40503
40504 2007-01-08  Jim Meyering  <jim@meyering.net>
40505
40506         Use a more robust test for a "can't happen" condition.
40507         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40508         narrowed the st_size value.  Presuming the "can't happen" condition
40509         is true, that narrowing could conceivably convert an invalid st_size
40510         value into a valid one.  Instead, use a change based on Matthew
40511         Woehlke's original patch.
40512
40513         Slight readability improvement: use an assert-like macro
40514         in place of literal "abort ()" uses.
40515         * lib/fts.c (fts_assert): Define.
40516         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40517         Use this macro instead of a bare 'abort'.
40518
40519 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40520
40521         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40522         simply work around them.
40523         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40524         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40525         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40526         declaring.
40527         Don't bother to define as macros, since the standard doesn't require it.
40528         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40529         longer worry about IRIX 5.3.
40530         (HAVE_WCTYPE_CTMP_BUG): Remove.
40531
40532 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40533
40534         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40535         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40536         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40537         Problems reported by Georg Schwarz for IRIX 5.3.
40538
40539         * gnulib-tool (autoconf_minversion): Take the maximum version number
40540         found, not the minimum.  Problem reported by James Youngman.
40541
40542 2007-01-03  Karl Berry  <karl@gnu.org>
40543
40544         * doc/error.texi: new file, explaining interaction with progname.
40545         * doc/gnulib.texi: include it.  Update copyright.
40546
40547 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40548
40549         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40550         AC_CANONICAL_HOST, to improve autobuild outputs.
40551
40552 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40553             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40554
40555         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40556         sockets, server sockets, and other file descriptors.  Count errors
40557         to compute the return value.  Reorder the code a bit to be easier
40558         to follow.  Don't set event bits that were not requested (except
40559         POLLERR and POLLHUP).
40560
40561 2007-01-01  Bruno Haible  <bruno@clisp.org>
40562
40563         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40564
40565 2007-01-03  Jim Meyering  <jim@meyering.net>
40566
40567         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40568
40569 2007-01-02  Bruno Haible  <bruno@clisp.org>
40570
40571         * modules/settime (Include): Require timespec.h.
40572         * modules/nanosleep (Include): Likewise.
40573
40574 2007-01-01  Bruno Haible  <bruno@clisp.org>
40575
40576         * gnulib-tool (func_emit_copyright_notice): Bump year.
40577         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40578
40579 2007-01-01  Bruno Haible  <bruno@clisp.org>
40580
40581         Improve support for OpenBSD.
40582         * build-aux/config.rpath (libname_spec): Export.
40583         (library_names_spec): New variable. Export.
40584         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40585         library_names_spec from the config.rpath output. Locate shared library
40586         through the name pattern in library_names_spec.
40587
40588 2007-01-01  Eric Blake  <ebb9@byu.net>
40589
40590         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40591
40592 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40593
40594         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40595         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40596         assume the C locale, and avoid an "eval" that could cause trouble.
40597         Problem with SORT reported by Bob Proulx.
40598
40599         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40600         Define.  Trivial patch from Henning Nielsen Lund, originally
40601         sent to bug-grep@gnu.org today.
40602
40603 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40604
40605         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40606         struct stat.  Problem reported by Henning Nielsen Lund.
40607         * lib/acl.c: Include acl.h first, to check interface.  Don't
40608         bother to include sys/types.h and sys/stat.h again.
40609
40610 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40611
40612         Import the following change from libc; problem reported by
40613         Sven Verdoolaege.
40614
40615         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40616
40617         [BZ #1373]
40618         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40619
40620 2006-12-28  Jim Meyering  <jim@meyering.net>
40621
40622         * build-aux/announce-gen: Do not assume that the package
40623         builds any of tar.gz, tar.bz2, and .xdelta files.
40624         Suggestion from Simon Josefsson.
40625
40626 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40627
40628         * modules/announce-gen: New file.
40629
40630 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40631
40632         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40633         handles its gotchas now.
40634         * lib/mbswidth.c: Likewise.
40635         * lib/wcwidth.h: Likewise.
40636         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40637         and iswcntrl; the wctype module does this stuff now.
40638         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40639         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40640         * modules/mbchar (Depends-on): Add wctype.
40641         * modules/mbswidth (Depends-on): Likewise.
40642         * modules/wcwidth (Depends-on): Likewise.
40643
40644 2006-12-27  Eric Blake  <ebb9@byu.net>
40645
40646         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40647         module uses more than what <wctype.h> is required to provide.
40648
40649 2006-12-26  Eric Blake  <ebb9@byu.net>
40650
40651         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40652
40653 2006-12-26  Eric Blake  <ebb9@byu.net>
40654
40655         * modules/absolute-header: New module.
40656         * modules/fcntl (Depends-on): Depend on it.
40657         * modules/inttypes (Depends-on): Likewise.
40658         * modules/stdint (Depends-on): Likewise.
40659         * modules/sys_stat (Depends-on): Likewise.
40660         * modules/wctype (Depends-on): Likewise.
40661         * MODULES.html.sh (Support for building libraries and
40662         executables): Document it.
40663
40664 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40665
40666         * gnulib-tool (SED): Remove, undoing previous change.
40667         The problem was that it broke coreutils on Solaris, because
40668         "sed --posix" leaked into a makefile.
40669         (sed): New alias, if 'alias' and GNU sed.
40670
40671 2006-12-24  Jim Meyering  <jim@meyering.net>
40672
40673         Work around an fchownat bug in glibc-2.4:
40674         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40675         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40676         in spite of the -P option.
40677         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40678         New macros.
40679         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40680         * modules/openat (Files): Add lib/fchownat.c.
40681         * lib/openat.c (fchownat): Don't define here.  Move to...
40682         * lib/fchownat.c: ...this new file.
40683
40684 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40685
40686         Fix bug reported by Bruno Haible in
40687         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40688         where quotearg.c didn't compile on Mac OS X 10.2 because it
40689         lacks <wchar.h> and wint_t.
40690         * lib/wctype_.h (__wctype_wint_t): New type.
40691         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40692         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40693         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40694         Arg is now of type __wctype_wint_t, not wint_t.
40695         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40696         substitute HAVE_WINT_T.
40697         * modules/wctype (Files): Add m4/wint_t.m4.
40698         (wctype.h): Substitute HAVE_WINT_T.
40699
40700 2006-12-23  Bruno Haible  <bruno@clisp.org>
40701
40702         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40703
40704 2006-12-23  Bruno Haible  <bruno@clisp.org>
40705
40706         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40707         S_ISLNK.
40708         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40709         mingw.
40710
40711 2006-12-22  Bruno Haible  <bruno@clisp.org>
40712
40713         * lib/copy-file.c: Include acl.h.
40714         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40715         Close the file descriptors only after being done with copy_acl.
40716         * modules/copy-file (Depends-on): Add acl.
40717
40718 2006-12-22  Bruno Haible  <bruno@clisp.org>
40719
40720         * gnulib-tool (SED): New variable.
40721         Use $SED instead of sed everywhere.
40722
40723 2006-12-22  Bruno Haible  <bruno@clisp.org>
40724
40725         * modules/no-c++: New file.
40726         * m4/no-c++.m4: New file.
40727         * MODULES.html.sh (Support for building libraries and executables):
40728         Add no-c++.
40729
40730 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40731
40732         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40733         Include <limits.h>, and use its INT_MAX to rewrite the
40734         j loop so that it does not overflow 'int'.  Problem reported by
40735         Ralf Wildenhues in
40736         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40737         Play it safe by shifting left by 1 rather than multiplying by 2,
40738         as GCC is less likely to optimize this away when the value
40739         is signed (when it assumes overflow leads to undefined behavior).
40740         Also, don't assume time_t uses two's complement.
40741
40742 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40743
40744         * MODULES.html.sh: New module wctype.
40745         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40746         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40747         <wctype.h>, since the new wctype module should fix this.
40748         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40749         the wctype module should arrange for it.
40750         * lib/regex_internal.h: Likewise.
40751         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40752         since the wctype module should handle this now.
40753         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40754         * modules/fnmatch (Depends-on): Add wctype.
40755         * modules/quotearg (Depends-on): Likewise.
40756         * modules/regex (Depends-on): Likewise.
40757
40758 2006-12-19  Bruno Haible  <bruno@clisp.org>
40759
40760         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40761         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40762
40763 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40764
40765         * modules/savewd (Depends-on): Fix dependency on fcntl.
40766
40767 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40768
40769         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40770         conforms to C99, rather than relying on the user's environment
40771         setting of STDINT_H.
40772
40773 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40774         and Eric Blake  <ebb9@byu.net>
40775
40776         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40777         This is more consistent with the other defines here.
40778         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40779         Port to z/OS.  Problem reported by Paul Gilmartin.
40780         Change local vars to use gl_ prefix rather than ac_.
40781         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40782         with other defines.
40783         * modules/double-slash-root: New module.
40784         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40785         (Depends-on): Add double-slash-root.
40786         * MODULES.html.sh (File system functions): Mention new module.
40787
40788 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40789
40790         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40791         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40792         This is for the benefit of gzip, which doesn't do i18n.
40793
40794 2006-12-12  Jim Meyering  <jim@meyering.net>
40795
40796         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40797         Reported by Andreas Schwab <schwab@suse.de>.
40798
40799 2006-12-12  Bruno Haible  <bruno@clisp.org>
40800
40801         Merge these changes.
40802         2006-09-05  Bruno Haible  <bruno@clisp.org>
40803         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40804         iconv_alloc succeeded.
40805         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40806         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40807         test for " && dest " at the end - dest is always != NULL there. Call
40808         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40809         with 2xNULL arguments, also to flush the state storage. Handle the
40810         IRIX iconv behaviour. Realloc the final result, to throw away unused
40811         memory.
40812
40813 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40814
40815         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40816         and fchmodat unconditionally, since glibc 2.4 has them.
40817         Problem reported by Arkadiusz Miskiewicz.
40818
40819 2006-12-10  Bruno Haible  <bruno@clisp.org>
40820
40821         * gnulib-tool (func_import): Show the include files only for those
40822         modules that are copied and specified.
40823         Reported by Karl Berry.
40824
40825 2006-12-08  Jim Meyering  <jim@meyering.net>
40826
40827         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40828         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40829
40830         * build-aux/announce-gen: Add two new options, both optional:
40831         --bootstrap-tools=TOOL_LIST
40832               a comma-separated list of tools, e.g.,
40833               autoconf,automake,bison,gnulib
40834         --gnulib-snapshot-date=DATE
40835               if gnulib is in the bootstrap tool list,
40836               then report this as the snapshot date.
40837               If not specified, use the current date/time.
40838               If you specify a date here, be sure it's UTC.
40839
40840 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40841
40842         * tests/test-argp-2.sh: Fix test to match actual output.
40843         (func_compare): Fix sed script to be portable.
40844
40845 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40846
40847         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40848         workaround for this case.  It is not autoconfigured now; offhand
40849         it's hard to see how to autoconfigure it.
40850
40851 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40852
40853         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40854         a directory that is about to be chowned.  Such a directory's
40855         initial file permissions should permit the owner only and this
40856         should not be changed until after the chown, since the group and
40857         other bits would be incorrect if they granted permission before
40858         the chown.
40859
40860         Fix porting problem for iswctype reported by Georg Schwarz in:
40861         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40862         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40863         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40864         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40865         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40866
40867 2006-12-03  Jim Meyering  <jim@meyering.net>
40868
40869         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40870         p->fts_statp may not yet be defined.
40871         (fts_read): Instead, set it in the caller, once p->fts_statp is
40872         sure to be defined, and corresponds to a top-level directory.
40873         This bug made du -x fail.  Here's the coreutils test case:
40874         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40875         Reported by Mike Frysinger.
40876
40877 2006-12-01  Jim Meyering  <jim@meyering.net>
40878
40879         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40880         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40881         Reported by Simon Josefsson.
40882
40883 2006-11-30  Jim Meyering  <jim@meyering.net>
40884
40885         * m4/warning.m4: Use the all-permissive copyright notice
40886         recommended by RMS (rather than LGPL).
40887         * m4/vararrays.m4: Likewise.
40888         * m4/flexmember.m4: Likewise.
40889
40890 2006-11-29  Bruno Haible  <bruno@clisp.org>
40891
40892         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40893         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40894         using +=.
40895         Reported by Simon Josefsson <simon@josefsson.org>.
40896
40897 2006-11-28  James Youngman <jay@gnu.org>
40898
40899         * README: Advise users that they might find the bug-gnulib@gnu.org
40900         and autotools-announce@gnu.org mailing lists useful.
40901
40902 2006-11-28  Bruno Haible  <bruno@clisp.org>
40903
40904         * m4/ptrdiff_max.m4: Remove file.
40905
40906 2006-11-21  Bruno Haible  <bruno@clisp.org>
40907
40908         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40909         _AC_COMPUTE_INT.
40910         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40911         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40912         _AC_COMPUTE_INT.
40913         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40914         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40915         _AC_COMPUTE_INT.
40916         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40917
40918 2006-11-28  Jim Meyering  <jim@meyering.net>
40919
40920         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40921         warning from "gcc -Wshadow" about shadowing the builtin.
40922
40923 2006-11-27  Bruno Haible  <bruno@clisp.org>
40924
40925         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40926         _AC_COMPUTE_INT.
40927         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40928
40929 2006-11-27  Bruno Haible  <bruno@clisp.org>
40930             Paul Eggert  <eggert@cs.ucla.edu>
40931
40932         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40933
40934 2006-11-26  Bruno Haible  <bruno@clisp.org>
40935
40936         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40937         noinst_LTLIBRARIES.
40938
40939 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40940             Bruno Haible  <bruno@clisp.org>
40941
40942         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40943         if compiling with "gcc -ansi".
40944
40945 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40946
40947         Fix some incompatibilities with gcc -ansi -pedantic.
40948         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40949         if compiling pedantically with GCC, unless it's C99 or later.
40950         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40951         it mishandles gcc -ansi -pedantic as well.
40952         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40953         if gcc -pedantic.
40954         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40955         initializers for struct if -pedantic, unless it's C99 or later.
40956
40957 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40958
40959         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40960         Don't close an fd more than once. Identical atimes indicate
40961         success, not failure.
40962
40963 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40964
40965         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40966
40967 2006-11-23  Jim Meyering  <jim@meyering.net>
40968
40969         * build-aux/announce-gen: New file.  From coreutils.
40970
40971 2006-11-22  Jim Meyering  <jim@meyering.net>
40972
40973         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40974         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40975         (fts_read): Use a temporary to narrow the overused st_size member
40976         before using it in a switch statement.  Reported by Matthew Woehlke.
40977
40978         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40979         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40980
40981 2006-11-20  Bruno Haible  <bruno@clisp.org>
40982
40983         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40984         changequote instead of pairs of brackets.
40985         Reported by Andreas Schwab <schwab@suse.de>.
40986
40987 2006-11-21  Jim Meyering  <jim@meyering.net>
40988
40989         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40990         so as to remain compatible with older compilers.
40991         Patch from Michael Deutschmann.
40992
40993 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40994
40995         * MODULES.html.sh (File system functions): Add openat.
40996
40997         * lib/openat.h (rpl_fstatat): New macro, if
40998         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40999         (fstatat): Define to rpl_fstatat under the same conditions,
41000         unless COMPILING_FSTATAT.
41001         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
41002         seems to have the bug.
41003         * lib/fstatat.c: New file.
41004         * modules/openat (Files): Add it.
41005
41006 2006-11-20  Bruno Haible  <bruno@clisp.org>
41007
41008         * Makefile: New file.
41009
41010 2006-11-20  Jim Meyering  <jim@meyering.net>
41011
41012         The beginnings of syntax-related checks for gnulib.
41013         * lib/Makefile: New file.
41014         * lib/t-idcache: New script.  Ensure that the two halves of
41015         idcache.c stay in sync.
41016
41017         * lib/idcache.c: Adjust comments in user- and group- portions to
41018         be more accurate, and to be consistent with one another.
41019
41020 2006-11-20  Jim Meyering  <jim@meyering.net>
41021
41022         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41023         continue using the flexible array member (thus, this module performs
41024         half as many malloc calls), with the addition that...
41025         (getgroup, getuser): Consistently record a non-match via an empty
41026         "name" string, and map an empty string match to a NULL return value.
41027         * modules/idcache (Depends-on): Re-add flexmember.
41028
41029         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41030         (getuidbyname, getgroup, getgidbyname): Likewise.
41031
41032         Use cleaner syntax: NULL rather than 0.
41033         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41034
41035 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41036
41037         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41038         It mishandled the case where the group was missing.
41039         Problem reported by Greg Schafer.
41040         * modules/idcache: Likewise.
41041
41042 2006-11-18  Jim Meyering  <jim@meyering.net>
41043
41044         * check-module (%exempt_header): Add exception for some
41045         conditionally-included headers.
41046
41047         * modules/i-ring (Depends-on): Add verify.
41048         (License): Change to LGPL.
41049
41050 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41051
41052         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41053         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41054         and inttostr.h.  Use snprintf rather than uinttostr, so that
41055         LGPLed code doesn't depend on GPLed.
41056
41057 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41058
41059         * modules/inline (License): Change from GPL to LGPL.
41060
41061 2006-11-17  Jim Meyering  <jim@meyering.net>
41062
41063         * modules/d-type (License): Switch to LGPL.
41064
41065 2006-11-15  Bruno Haible  <bruno@clisp.org>
41066
41067         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41068
41069 2006-11-15  Eric Blake  <ebb9@byu.net>
41070
41071         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41072         the module dependency.
41073
41074 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41075             Bruno Haible  <bruno@clisp.org>
41076
41077         * gnulib-tool (func_create_testdir): Add license consistency check.
41078
41079 2006-11-15  Eric Blake  <ebb9@byu.net>
41080
41081         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41082         random "(cached)" in configure output.
41083
41084 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41085
41086         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41087         test for conforming inttypes.h is both announced and cached.
41088
41089         * MODULES.html.sh (seen_modules, seen_files): New variables.
41090         (func_module): Rewrite to use a few less gnulib-tool and sed
41091         invocations.  Avoid a couple of quadratic algorithms for ...
41092         (missed_modules, missed_files): ... these, with ...
41093         (func_append, func_tmpdir): ... these new functions, from
41094         gnulib-tool.  Analogously, install traps for cleanup.
41095
41096         * tests/test-gc.c (main): Remove unused variables.
41097         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41098
41099 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41100
41101         * modules/inttostr (License): Change to LGPL.
41102
41103 2006-11-14  Eric Blake  <ebb9@byu.net>
41104
41105         * modules/tempname (License): Change to LGPL.
41106
41107 2006-11-14  Eric Blake  <ebb9@byu.net>
41108
41109         * doc/functions.texi (Function Portability): *printf functions on
41110         Cygwin now understand all POSIX size specifiers.
41111
41112 2006-11-14  Bruno Haible  <bruno@clisp.org>
41113
41114         * modules/c-ctype (License): Change to LGPL.
41115
41116 2006-11-12  Bruno Haible  <bruno@clisp.org>
41117
41118         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41119         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41120         for GNOME libraries, for which the include files are installed in
41121         subdirectories of $prefix/include.
41122
41123 2006-11-12  Bruno Haible  <bruno@clisp.org>
41124
41125         * m4/lib-link.m4: Require at least autoconf-2.54.
41126         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41127         name to underscores for the --with option.
41128
41129 2006-11-13  Bruno Haible  <bruno@clisp.org>
41130
41131         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41132         the tests directory.
41133         Reported by Ralf Wildenhues.
41134
41135 2006-11-13  Bruno Haible  <bruno@clisp.org>
41136
41137         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41138         (func_emit_initmacro_end): Undo the override here.
41139         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41140         Works around the famous automake error in coreutils.
41141
41142 2006-11-13  Eric Blake  <ebb9@byu.net>
41143
41144         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41145         element, not its node.
41146
41147 2006-11-12  Bruno Haible  <bruno@clisp.org>
41148
41149         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41150         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41151
41152 2006-11-12  Bruno Haible  <bruno@clisp.org>
41153
41154         * gnulib-tool: New option --local-symlink.
41155         (func_usage): Document it.
41156         (lsymbolic): New variable.
41157         (func_import, func_create_testdir): If --symlink was not specified,
41158         test whether --local-symlink was specified and the file comes from
41159         the local_gnulib_dir.
41160
41161 2006-11-12  Bruno Haible  <bruno@clisp.org>
41162
41163         * gnulib-tool (func_ln): New function.
41164         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41165
41166 2006-11-12  Bruno Haible  <bruno@clisp.org>
41167
41168         Finish support for source files in subdirectories.
41169         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41170         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41171         AUTOMAKE_OPTIONS.
41172         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41173
41174 2006-11-12  Bruno Haible  <bruno@clisp.org>
41175
41176         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41177         EXTRA_lib_SOURCES augmentation.
41178         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41179
41180 2006-11-12  Jim Meyering  <jim@meyering.net>
41181
41182         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41183         file descriptors.  This also averts a failure on systems with
41184         native openat support when a traversed directory lacks "x" access.
41185         * lib/fts_.h: Include "i-ring.h"
41186         (struct FTS) [fts_fd_ring]: New member.
41187         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41188         (FCHDIR): Add parentheses.
41189         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41190         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41191         When descending, rather than simply closing the previous
41192         fts_cwd_fd value, push that file descriptor onto the ring.
41193         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41194         (fts_open): Initialize the new fd_ring member.
41195         (fts_close): Clear the ring.
41196         (fts_safe_changedir): When possible, use our new fd_ring to skip
41197         the diropen and fstat and dev/ino comparison that would normally
41198         accompany a virtual `chdir ("..")'.
41199
41200         * modules/fts (Depends-on): Add i-ring.
41201         * modules/i-ring: New module.
41202         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41203         * m4/i-ring.m4: New file.
41204
41205 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41206
41207         * gnulib-tool (func_create_testdir): Fix replacement of
41208         `build-aux' in configure.ac.  Run autotools in gltests
41209         subdirectory.
41210         (func_create_testdir, func_create_megatestdir, test): There is
41211         no need for '--force' in most autotool invocations in a new
41212         tree.  Actually fail the whole test if any of the tools, or the
41213         configure or make stages fail.
41214
41215         Sync from Automake.
41216         * build-aux/gnupload: Revert last change.  Add pointer to upload
41217         instructions of the GNU Maintenance Instructions.
41218         Suggestion by Karl Berry.
41219
41220 2006-11-10  Jim Meyering  <jim@meyering.net>
41221
41222         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41223
41224 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41225
41226         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41227         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41228         (bind_textdomain_codeset) [! ENABLE_NLS]:
41229         Evaluate all the arguments.  That way, callers get compatible behavior
41230         if the arguments have side effects.  Also, it avoids some GCC
41231         diagnostics in some cases; Joel E. Denny reported problems when Bison
41232         was configured with --enable-gcc-warnigs.
41233
41234 2006-11-10  Jim Meyering  <jim@meyering.net>
41235
41236         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41237         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41238         account.
41239
41240 2006-11-10  Jim Meyering  <jim@meyering.net>
41241
41242         * modules/inline: New file/module.
41243         * modules/xalloc (Files): Remove m4/inline.m4.
41244         (Depends-on): Add inline, instead.
41245         * modules/oset: Likewise.
41246         * modules/list: Likewise.
41247
41248 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41249
41250         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41251         Problem reported by Matthew Woehlke.
41252
41253 2006-11-09  Bruno Haible  <bruno@clisp.org>
41254
41255         * lib/tempname.c (gen_tempname): Remove variant that invokes
41256         __gen_tempname.
41257         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41258         __gen_tempname.
41259
41260 2006-11-08  Bruno Haible  <bruno@clisp.org>
41261
41262         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41263         to 'yes' instead of 'cross-compiling'.
41264
41265 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41266
41267         * lib/quotearg.h (quotearg_free): New decl.
41268         * lib/quotearg.c (quotearg_free): New function.
41269         (slot0, nslots, slotvec0, slotvec):
41270         Now file-scope so that quotearg_free can get at them.
41271
41272 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41273
41274         Sync from Automake.
41275         * build-aux/gnupload: Add missing 'gnu' to example URL.
41276         Report by Karl Berry.
41277
41278 2006-11-08  Bruno Haible  <bruno@clisp.org>
41279
41280         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41281         Suggested by Paul Eggert.
41282
41283 2006-11-08  Jim Meyering  <jim@meyering.net>
41284
41285         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41286         It's already included if !_LIBC.
41287         (fts_safe_changedir): Add a comment.
41288
41289 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41290
41291         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41292         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41293         Matthew Woehlke.
41294
41295         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41296         definitions up, to avoid colliding with change below.
41297         (static_inline) [HAVE_INLINE]: New macro.
41298         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41299         Provide extern decls when !HAVE_INLINE.  Do not define unless
41300         static_inline is defined, either by us or by xmalloc.c.  Use
41301         static_inline rather than static inline.
41302         (XCALLOC): Optimize sizeof(T) = 1 case.
41303         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41304
41305 2006-11-07  Bruno Haible  <bruno@clisp.org>
41306
41307         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41308         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41309         AC_C_INLINE.
41310         * modules/xalloc (Files): Add m4/inline.m4.
41311
41312 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41313
41314         * README: Fix typo.
41315         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41316         (Miscellanous Notes): ...from this.
41317
41318 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41319
41320         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41321         Mention that offsetof should be used instead of sizeof.
41322         From Bruno Haible.
41323
41324 2006-11-07  Bruno Haible  <bruno@clisp.org>
41325
41326         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41327
41328 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41329
41330         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41331         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41332         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41333         (gl_tree_add_before, gl_tree_add_after):
41334         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41335         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41336         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41337         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41338         (gl_linked_add_after, gl_linked_add_at): Likewise.
41339         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41340         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41341         (gl_tree_add_before, gl_tree_add_after): Likewise.
41342         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41343         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41344         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41345
41346 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41347
41348         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41349
41350 2006-11-06  Bruno Haible  <bruno@clisp.org>
41351
41352         * m4/inline.m4: New file.
41353         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41354         * modules/list (Files): Add m4/inline.m4.
41355         * modules/oset (Files): Likewise.
41356
41357 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41358
41359         * lib/idcache.c: Include <stddef.h>, for offsetof.
41360         (struct userid.name): Change from char * to a flexible array member.
41361         All uses changed.
41362         * modules/idcache (Depends-on): Add flexmember.
41363
41364         * MODULES.html.sh (Core language properties): New module flexmember.
41365         * modules/flexmember, m4/flexmember.m4: New files.
41366
41367         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41368         inline functions that are identical with the old xnmalloc_inline,
41369         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41370         that we can avoid some unnecessary integer multiplications and
41371         divisions in the common case where the element size is known at
41372         compile time.
41373         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41374         needed.
41375         (xnboundedmalloc): Remove.
41376         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41377         arguments, for consistency with rest of this header.
41378         (xcharalloc): Rewrite using XNMALLOC.
41379         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41380         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41381         versions have been moved to lib/xalloc.h and renamed to be the
41382         non-*_inline versions.
41383         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41384         and xnrealloc functions, since those functions are now inline and
41385         now call us.
41386         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41387         renaming described above.
41388         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41389         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41390         captures the dependency in AC_C_INLINE.
41391
41392         New module canonicalize-lgpl, proposed by Charles Wilson in
41393         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41394         with a few small changes afterwards.
41395         * MODULES.html.sh (File system functions): New module
41396         canonicalize-lgpl.
41397         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41398         and canonicalize_file_name.
41399         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41400         * modules/canonicalize-lgpl: New files.
41401
41402 2006-11-05  Bruno Haible  <bruno@clisp.org>
41403
41404         * gnulib-tool (func_import, func_create_testdir): Create directories
41405         also for files in subdirectories of lib/.
41406
41407 2006-11-05  Bruno Haible  <bruno@clisp.org>
41408
41409         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41410         ANSI C compliant.
41411
41412 2006-11-03  Bruno Haible  <bruno@clisp.org>
41413
41414         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41415         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41416         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41417         (xnboundedmalloc): New inline function.
41418         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41419         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41420         xmalloc.
41421         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41422         xmalloc.
41423         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41424         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41425         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41426         xmalloc.
41427         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41428         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41429         xmalloc.
41430         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41431         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41432         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41433         xmalloc.
41434         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41435         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41436         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41437         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41438         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41439         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41440         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41441
41442 2006-11-03  Bruno Haible  <bruno@clisp.org>
41443
41444         * lib/c-ctype.h [C++]: Define functions without name mangling.
41445         * lib/fwriteerror.h [C++]: Likewise.
41446         * lib/gcd.h [C++]: Likewise.
41447         * lib/linebreak.h [C++]: Likewise.
41448
41449 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41450
41451         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41452         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41453         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41454         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41455         Check for functions and headers just once.
41456         Check for declaration of canonicalize_file_name.
41457         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41458
41459 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41460
41461         * gnulib-tool (func_import): Fix typo in actioncmd.
41462
41463 2006-11-02  Bruno Haible  <bruno@clisp.org>
41464
41465         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41466         newline sequence in the Makefile.am snippet as a space, like "make"
41467         does.
41468         Reported by Roger Persson <perrog@gmail.com>.
41469
41470 2006-11-01  Bruno Haible  <bruno@clisp.org>
41471
41472         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41473         already declared in <string.h>.
41474         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41475
41476 2006-11-01  Bruno Haible  <bruno@clisp.org>
41477
41478         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41479         * lib/strcase.h: Include <string.h>.
41480         (strcasecmp): Define to rpl_strcasecmp here.
41481
41482 2006-11-01  Bruno Haible  <bruno@clisp.org>
41483
41484         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41485
41486 2006-11-01  Eric Blake  <ebb9@byu.net>
41487
41488         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41489
41490         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41491
41492 2006-10-29  Bruno Haible  <bruno@clisp.org>
41493
41494         Make it compile in C++ mode.
41495         * lib/full-write.c (full_rw): Add a cast.
41496
41497 2006-11-01  Bruno Haible  <bruno@clisp.org>
41498
41499         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41500         be POSIX compliant.
41501         Reported by Roger Persson <perrog@gmail.com>.
41502
41503 2006-11-01  Eric Blake  <ebb9@byu.net>
41504
41505         * lib/getopt_.h: Fix comments.
41506
41507 2006-10-31  Eric Blake  <ebb9@byu.net>
41508
41509         * modules/tmpdir (Depends-on): Add sys_stat.
41510         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41511         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41512         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41513         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41514         tempname.
41515
41516 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41517
41518         Avoid some C++ diagnostics reported by Bruno Haible.
41519         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41520         xmalloc.
41521         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41522         (struct slotvec): Move to top level.
41523         (quotearg_n_options): Rewrite to avoid xmalloc.
41524         * lib/xalloc.h (xcharalloc): New function.
41525         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41526         [defined __cplusplus]: Add function template that provides result
41527         type propagation.  This part of the change is from Bruno Haible.
41528
41529 2006-10-29  Bruno Haible  <bruno@clisp.org>
41530
41531         Make it compile in C++ mode.
41532         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41533         * lib/strnlen1.c (strnlen1): Cast memchr result.
41534         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41535         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41536         (create_temp_dir): Rename local variable 'template'.
41537         (compile_csharp_using_sscli): Add cast.
41538         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41539         * lib/findprog.c (find_in_path): Likewise.
41540         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41541         * lib/wait-process.c (register_slave_subprocess): Likewise.
41542
41543 2006-10-22  Bruno Haible  <bruno@clisp.org>
41544
41545         * modules/tsearch: New file.
41546         * lib/tsearch.h: New file.
41547         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41548         * m4/tsearch.m4: New file.
41549         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41550
41551 2006-10-29  Eric Blake  <ebb9@byu.net>
41552
41553         * lib/arcfour.c: Assume config.h.
41554         * lib/arctwo.c: Likewise.
41555         * lib/base64.c: Likewise.
41556         * lib/check-version.c: Likewise.
41557         * lib/crc.c: Likewise.
41558         * lib/des.c: Likewise.
41559         * lib/gc-gnulib.c: Likewise.
41560         * lib/gc-libgcrypt.c: Likewise.
41561         * lib/gc-pbkdf2-sha1.c: Likewise.
41562         * lib/getaddrinfo.c: Likewise.
41563         * lib/getdelim.c: Likewise.
41564         * lib/getline.c: Likewise.
41565         * lib/hmac-md5.c: Likewise.
41566         * lib/hmac-sha1.c: Likewise.
41567         * lib/iconvme.c: Likewise.
41568         * lib/md2.c: Likewise.
41569         * lib/md4.c: Likewise.
41570         * lib/memxor.c: Likewise.
41571         * lib/read-file.c: Likewise.
41572         * lib/readline.c: Likewise.
41573         * lib/rijndael-alg-fst.c: Likewise.
41574         * lib/rijndael-api-fst.c: Likewise.
41575         * lib/xgetdomainname.c: Likewise.
41576
41577 2006-10-28  Eric Blake  <ebb9@byu.net>
41578
41579         * lib/xstrndup.c: Assume config.h.
41580
41581 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41582
41583         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41584         stat-macros.h is now for our own macros, whereas stat_h is for
41585         macros in the <sys/stat.h> name space.
41586         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41587         (STAT_MACROS_H): Remove.
41588         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41589         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41590         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41591         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41592         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41593         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41594         Move these macros to ...
41595         * lib/stat_.h: here.  Don't include stat-macros.h.
41596         * lib/canonicalize.c: Don't include stat-macros.h.
41597         * lib/chown.c: Likewise.
41598         * lib/euidaccess.c: Likewise.
41599         * lib/file-type.c: Likewise.
41600         * lib/filemode.c: Likewise.
41601         * lib/glob.c: Likewise.
41602         * lib/isapipe.c: Likewise.
41603         * lib/lchown.c: Likewise.
41604         * lib/lstat.c: Likewise.
41605         * lib/mkdir-p.c: Likewise.
41606         * lib/rmdir.c: Likewise.
41607         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41608         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41609         unless mkdir isn't declared, to speed up 'configure'.
41610         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41611         would define all the S_* symbols.
41612         * modules/canonicalize (Depends-on):
41613         Depend on sys_stat, not stat-macros.
41614         * modules/chown: Likewise.
41615         * modules/euidaccess: Likewise.
41616         * modules/filemode: Likewise.
41617         * modules/file-type: Likewise.
41618         * modules/glob: Likewise.
41619         * modules/isapipe: Likewise.
41620         * modules/lchown: Likewise.
41621         * modules/lstat: Likewise.
41622         * modules/mkancesdirs: Likewise.
41623         * modules/rmdir: Likewise.
41624         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41625         * modules/modechange: Likewise.
41626         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41627         (configure.ac): Remove gl_STAT_MACROS.
41628         * modules/sys_stat (Depends-on): Remove stat-macros.
41629
41630 2006-10-27  Bruno Haible  <bruno@clisp.org>
41631
41632         * m4/signed.m4: Remove file.
41633         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41634         invocation.
41635         * modules/vasnprintf (Files): Remove m4/signed.m4.
41636
41637 2006-10-27  Bruno Haible  <bruno@clisp.org>
41638
41639         Update to GNU gettext 0.16.
41640         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41641         m4/inttypes-h.m4, m4/signed.m4.
41642         * m4/gettext.m4: Update to GNU gettext 0.16.
41643         * m4/intl.m4: New file, from GNU gettext.
41644         * m4/intldir.m4: New file, from GNU gettext.
41645         * config/srclist.txt: Update
41646
41647 2006-10-27  Eric Blake  <ebb9@byu.net>
41648
41649         * MODULES.html.sh: Document tempname.
41650         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41651         dependencies.
41652         (Files): Move lib/tempname.c...
41653         * modules/tempname: ...to this new module.
41654         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41655         (gl_PREREQ_TEMPNAME): Move...
41656         * m4/tempname.m4: ...to this new file.
41657         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41658         * modules/sys_stat (Depends-on): Add stat-macros.
41659         * lib/stat_.h (includes): Pick up stat macros.
41660         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41661         if stat macros are broken.
41662         * lib/tempname.c (includes): No need to include "stat-macros.h".
41663         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41664         (direxists, __path_search) [!_LIBC]: Don't compile these in
41665         gnulib; the tmpdir module covers that.
41666         * lib/tempname.h: New file.
41667
41668 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41669
41670         * COPYING: Explain how gnulib-tool converts licence headers.
41671         Almost all wording by Eric Blake.
41672
41673 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41674
41675         * lib/mbchar.h (is_basic_table): Make read-only.
41676         * lib/mbchar.c (is_basic_table): Likewise.
41677         Reported by John Darrington.
41678
41679 2006-10-25  Bruno Haible  <bruno@clisp.org>
41680
41681         * lib/progname.h (set_program_name): Undefine before defining.
41682
41683 2006-10-25  Bruno Haible  <bruno@clisp.org>
41684
41685         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41686         false for non-gcc C++ compilers.
41687         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41688
41689 2006-10-24  Bruno Haible  <bruno@clisp.org>
41690
41691         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41692         iconv implementations like Irix iconv.
41693
41694 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41695
41696         * modules/vararrays: New file.
41697         * m4/vararrays.m4: New file, taken from diffutils.
41698         * MODULES.html.sh: New module vararrays.
41699
41700 2006-10-24  Karl Berry  <karl@gnu.org>
41701
41702         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41703         Don't call GNU Unix.
41704
41705 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41706
41707         * users.txt: Add Libtool.
41708
41709         Sync from Libtool:
41710
41711         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41712
41713         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41714         to gnulib's policy of including config.h unconditionally.
41715
41716 2006-10-24  Bruno Haible  <bruno@clisp.org>
41717
41718         * modules/wcwidth (Files): Add m4/wint_t.m4.
41719         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41720         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41721
41722 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41723
41724         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41725         to pacify GCC with some -W flags enabled.  Problem reported by
41726         Bruno Haible.
41727
41728 2006-10-24  Jim Meyering  <jim@meyering.net>
41729
41730         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41731         Reported by Karl Berry.
41732
41733 2006-10-23  Bruno Haible  <bruno@clisp.org>
41734
41735         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41736
41737 2006-10-24  Bruno Haible  <bruno@clisp.org>
41738
41739         * lib/gl_list.h: Use C comment style, not C++ comment style.
41740
41741 2006-10-23  Eric Blake  <ebb9@byu.net>
41742
41743         * lib/getaddrinfo.c (includes): Add missing include.
41744
41745 2006-10-23  Bruno Haible  <bruno@clisp.org>
41746             Paul Eggert  <eggert@cs.ucla.edu>
41747
41748         Ability to rename obstack_free.
41749         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41750         obstack_free.
41751         (obstack_free): Invoke the __obstack_free macro.
41752         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41753
41754 2006-10-23  Bruno Haible  <bruno@clisp.org>
41755             Paul Eggert  <eggert@cs.ucla.edu>
41756
41757         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41758         __argc, __argv from the declaration. (They are defined as macros on
41759         mingw.)
41760
41761 2006-10-22  Bruno Haible  <bruno@clisp.org>
41762
41763         * doc/gnulib-intro.texi: New file.
41764         * doc/gnulib.texi: Include it.
41765
41766 2006-10-21  Bruno Haible  <bruno@clisp.org>
41767
41768         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41769         "Introduction", "Miscellanous Notes", "Particular Modules".
41770
41771 2006-10-21  Bruno Haible  <bruno@clisp.org>
41772
41773         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41774         Change mostlyclean-local rule to avoid sh syntax error from bash
41775         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41776
41777 2006-10-23  Jim Meyering  <jim@meyering.net>
41778
41779         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41780         in place of snprintf.
41781
41782         * modules/inttostr (Files): Add lib/uinttostr.c.
41783         * lib/uinttostr.c (inttostr): New file/function.
41784         * lib/inttostr.h (uinttostr): Declare.
41785         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41786         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41787         Add uinttostr.
41788         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41789
41790 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41791
41792         * lib/canonicalize.c (ELOOP): Define if not already defined.
41793         Problem reported by Bruno Haible in
41794         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41795
41796 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41797
41798         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41799         Problem reported by Perry Smith and Ville Laurikari.
41800
41801         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41802         uses.
41803
41804 2006-10-19  Bruno Haible  <bruno@clisp.org>
41805
41806         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41807         for mingw.
41808
41809 2006-10-19  Bruno Haible  <bruno@clisp.org>
41810
41811         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41812         Needed for mingw.
41813
41814 2006-10-19  Bruno Haible  <bruno@clisp.org>
41815
41816         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41817
41818 2006-10-19  Bruno Haible  <bruno@clisp.org>
41819
41820         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41821         it.
41822
41823 2006-10-19  Bruno Haible  <bruno@clisp.org>
41824
41825         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41826         invocation.
41827
41828 2006-10-19  Bruno Haible  <bruno@clisp.org>
41829
41830         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41831         mountlist by default.
41832
41833 2006-10-16  Bruno Haible  <bruno@clisp.org>
41834
41835         * lib/c-strstr.c: Include c-strstr.h.
41836
41837 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41838
41839         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41840         in a slash.
41841
41842 2006-10-18  Bruno Haible  <bruno@clisp.org>
41843
41844         * lib/lock.h [C++]: Wrap definitions in extern "C".
41845
41846 2006-10-18  Bruno Haible  <bruno@clisp.org>
41847
41848         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41849         gl_LIBOBJS list.
41850
41851 2006-10-18  Bruno Haible  <bruno@clisp.org>
41852
41853         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41854
41855 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41856
41857         * lib/xstrtol.h: Include gettext.h.
41858         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41859         Problem reported by Eric Blake.
41860         * modules/xstrtol (Depends-on): Add gettext-h.
41861
41862 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41863
41864         * lib/strftime.c (advance): New macro.
41865         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41866         incomplete type, so you can't add 0 to it.  Problem and patch
41867         reported by Eelco Dolstra for dietlibc.
41868
41869 2006-10-18  Jim Meyering  <jim@meyering.net>
41870
41871         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41872         type for a local, and rename it: s/up/user_proc/.
41873
41874 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41875
41876         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41877         READ_UTMP_USER_PROCESS.
41878         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41879
41880 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41881
41882         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41883         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41884
41885 2006-10-17  Eric Blake  <ebb9@byu.net>
41886
41887         * lib/sigprocmask.c (sigprocmask): Fix typo.
41888
41889         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41890
41891         * modules/clean-temp (Makefile.am): Don't add to make output...
41892         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41893         config.h.
41894
41895 2006-10-17  Bruno Haible  <bruno@clisp.org>
41896
41897         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41898         differently if DEFAULT_TEXT_DOMAIN is set.
41899
41900 2006-10-16  Bruno Haible  <bruno@clisp.org>
41901
41902         * lib/clean-temp.c: Include fwriteerror.h.
41903
41904 2006-10-16  Bruno Haible  <bruno@clisp.org>
41905
41906         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41907
41908 2006-10-16  Bruno Haible  <bruno@clisp.org>
41909
41910         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41911         * lib/sigprocmask.h: Include <sys/types.h>.
41912         (sigset_t): Use the system's definition if present.
41913
41914 2006-10-17  Eric Blake  <ebb9@byu.net>
41915
41916         * lib/xvasprintf.c (includes): Assume config.h.
41917         * lib/xasprintf.c (includes): Likewise.
41918
41919 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41920
41921         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41922         at least as wide as intmax_t.
41923
41924 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41925
41926         (Imported from Automake.)
41927         * build-aux/gnupload: Update to version 1.1 of directive file.
41928
41929 2006-10-16  Eric Blake  <ebb9@byu.net>
41930
41931         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41932         match Automake 1.10a.
41933
41934 2006-10-14  Bruno Haible  <bruno@clisp.org>
41935
41936         * modules/sigprocmask: New file.
41937         * lib/sigprocmask.h: New file.
41938         * lib/sigprocmask.c: New file.
41939         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41940         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41941         request sigprocmask.o.
41942         (gl_PREREQ_SIGPROCMASK): New macro.
41943         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41944         (Depends-on): Add sigprocmask.
41945         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41946         gt_SIGNALBLOCKING. Test for 'raise' only once.
41947         * lib/fatal-signal.c: Include sigprocmask.h.
41948         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41949         unblock_fatal_signals): Define always.
41950         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41951         sigprocmask.
41952
41953 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41954
41955         Sync from Automake.
41956         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41957         which incorrectly sets the mode of an existing destination
41958         directory.  In some cases the unpatched install-sh could do the
41959         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41960         system.  We hope this is rare in practice, but it's clearly worth
41961         fixing.  Problem reported by Alex Unleashed in
41962         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41963         Also, don't bother to check for -m bugs unless we're using -m;
41964         suggested by Stepan Kasal.
41965
41966 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41967
41968         Sync from Automake.
41969         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41970         `-c' flag, so they appear at the same position as in %FASTDEP%
41971         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41972         which ignores unknown options only after the first non-option.
41973         Bug report against M4 by Nelson H. F. Beebe.
41974
41975 2006-10-13  Jim Meyering  <jim@meyering.net>
41976
41977         Fix a bug in yesterday's change.
41978         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41979         p->fts_statp->st_dev would be used uninitialized.
41980         Ensures that we always call fts_stat on the very first entry.
41981         Miklos Szeredi reported that find -xdev stopped working.
41982
41983 2006-10-12  Bruno Haible  <bruno@clisp.org>
41984
41985         * gnulib-tool (func_get_automake_snippet): Append an automatically
41986         computed EXTRA_DIST augmentation.
41987         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41988         * modules/alloca-opt (Makefile.am): Likewise.
41989         * modules/allocsa (Makefile.am): Likewise.
41990         * modules/arcfour (Makefile.am): Likewise.
41991         * modules/arctwo (Makefile.am): Likewise.
41992         * modules/argmatch (Makefile.am): Likewise.
41993         * modules/argz (Makefile.am): Likewise.
41994         * modules/atexit (Makefile.am): Likewise.
41995         * modules/backupfile (Makefile.am): Likewise.
41996         * modules/byteswap (Makefile.am): Likewise.
41997         * modules/c-strtod (Makefile.am): Likewise.
41998         * modules/c-strtold (Makefile.am): Likewise.
41999         * modules/calloc (Makefile.am): Likewise.
42000         * modules/canon-host (Makefile.am): Likewise.
42001         * modules/canonicalize (Makefile.am): Likewise.
42002         * modules/chdir-long (Makefile.am): Likewise.
42003         * modules/chdir-safer (Makefile.am): Likewise.
42004         * modules/check-version (Makefile.am): Likewise.
42005         * modules/chown (Makefile.am): Likewise.
42006         * modules/cloexec (Makefile.am): Likewise.
42007         * modules/close-stream (Makefile.am): Likewise.
42008         * modules/closeout (Makefile.am): Likewise.
42009         * modules/crc (Makefile.am): Likewise.
42010         * modules/csharpexec (Makefile.am): Likewise.
42011         * modules/cycle-check (Makefile.am): Likewise.
42012         * modules/des (Makefile.am): Likewise.
42013         * modules/dev-ino (Makefile.am): Likewise.
42014         * modules/dirfd (Makefile.am): Likewise.
42015         * modules/dirname (Makefile.am): Likewise.
42016         * modules/dup2 (Makefile.am): Likewise.
42017         * modules/eealloc (Makefile.am): Likewise.
42018         * modules/error (Makefile.am): Likewise.
42019         * modules/euidaccess (Makefile.am): Likewise.
42020         * modules/exclude (Makefile.am): Likewise.
42021         * modules/exitfail (Makefile.am): Likewise.
42022         * modules/fcntl-safer (Makefile.am): Likewise.
42023         * modules/fcntl (Makefile.am): Likewise.
42024         * modules/file-type (Makefile.am): Likewise.
42025         * modules/fileblocks (Makefile.am): Likewise.
42026         * modules/filemode (Makefile.am): Likewise.
42027         * modules/filenamecat (Makefile.am): Likewise.
42028         * modules/fnmatch (Makefile.am): Likewise.
42029         * modules/fopen-safer (Makefile.am): Likewise.
42030         * modules/fpending (Makefile.am): Likewise.
42031         * modules/fprintftime (Makefile.am): Likewise.
42032         * modules/free (Makefile.am): Likewise.
42033         * modules/fsusage (Makefile.am): Likewise.
42034         * modules/ftruncate (Makefile.am): Likewise.
42035         * modules/fts (Makefile.am): Likewise.
42036         * modules/gc-arcfour (Makefile.am): Likewise.
42037         * modules/gc-des (Makefile.am): Likewise.
42038         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42039         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42040         * modules/gc-md4 (Makefile.am): Likewise.
42041         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42042         * modules/gc-sha1 (Makefile.am): Likewise.
42043         * modules/gc (Makefile.am): Likewise.
42044         * modules/getaddrinfo (Makefile.am): Likewise.
42045         * modules/getcwd (Makefile.am): Likewise.
42046         * modules/getdelim (Makefile.am): Likewise.
42047         * modules/getdomainname (Makefile.am): Likewise.
42048         * modules/getgroups (Makefile.am): Likewise.
42049         * modules/gethostname (Makefile.am): Likewise.
42050         * modules/gethrxtime (Makefile.am): Likewise.
42051         * modules/getline (Makefile.am): Likewise.
42052         * modules/getloadavg (Makefile.am): Likewise.
42053         * modules/getlogin_r (Makefile.am): Likewise.
42054         * modules/getndelim2 (Makefile.am): Likewise.
42055         * modules/getopt (Makefile.am): Likewise.
42056         * modules/getpagesize (Makefile.am): Likewise.
42057         * modules/getpass-gnu (Makefile.am): Likewise.
42058         * modules/getpass (Makefile.am): Likewise.
42059         * modules/getsubopt (Makefile.am): Likewise.
42060         * modules/gettime (Makefile.am): Likewise.
42061         * modules/gettimeofday (Makefile.am): Likewise.
42062         * modules/getugroups (Makefile.am): Likewise.
42063         * modules/getusershell (Makefile.am): Likewise.
42064         * modules/glob (Makefile.am): Likewise.
42065         * modules/group-member (Makefile.am): Likewise.
42066         * modules/hard-locale (Makefile.am): Likewise.
42067         * modules/hash (Makefile.am): Likewise.
42068         * modules/hmac-md5 (Makefile.am): Likewise.
42069         * modules/hmac-sha1 (Makefile.am): Likewise.
42070         * modules/human (Makefile.am): Likewise.
42071         * modules/idcache (Makefile.am): Likewise.
42072         * modules/imaxabs (Makefile.am): Likewise.
42073         * modules/imaxdiv (Makefile.am): Likewise.
42074         * modules/inet_ntop (Makefile.am): Likewise.
42075         * modules/inet_pton (Makefile.am): Likewise.
42076         * modules/intprops (Makefile.am): Likewise.
42077         * modules/inttostr (Makefile.am): Likewise.
42078         * modules/inttypes (Makefile.am): Likewise.
42079         * modules/isapipe (Makefile.am): Likewise.
42080         * modules/javaversion (Makefile.am): Likewise.
42081         * modules/lchmod (Makefile.am): Likewise.
42082         * modules/lchown (Makefile.am): Likewise.
42083         * modules/localcharset (Makefile.am): Likewise.
42084         * modules/long-options (Makefile.am): Likewise.
42085         * modules/lstat (Makefile.am): Likewise.
42086         * modules/malloc (Makefile.am): Likewise.
42087         * modules/mathl (Makefile.am): Likewise.
42088         * modules/mbchar (Makefile.am): Likewise.
42089         * modules/md2 (Makefile.am): Likewise.
42090         * modules/md4 (Makefile.am): Likewise.
42091         * modules/md5 (Makefile.am): Likewise.
42092         * modules/memcasecmp (Makefile.am): Likewise.
42093         * modules/memchr (Makefile.am): Likewise.
42094         * modules/memcmp (Makefile.am): Likewise.
42095         * modules/memcoll (Makefile.am): Likewise.
42096         * modules/memcpy (Makefile.am): Likewise.
42097         * modules/memmem (Makefile.am): Likewise.
42098         * modules/memmove (Makefile.am): Likewise.
42099         * modules/mempcpy (Makefile.am): Likewise.
42100         * modules/memrchr (Makefile.am): Likewise.
42101         * modules/memset (Makefile.am): Likewise.
42102         * modules/memxor (Makefile.am): Likewise.
42103         * modules/mkancesdirs (Makefile.am): Likewise.
42104         * modules/mkdir-p (Makefile.am): Likewise.
42105         * modules/mkdir (Makefile.am): Likewise.
42106         * modules/mkdtemp (Makefile.am): Likewise.
42107         * modules/mkstemp (Makefile.am): Likewise.
42108         * modules/mktime (Makefile.am): Likewise.
42109         * modules/modechange (Makefile.am): Likewise.
42110         * modules/mountlist (Makefile.am): Likewise.
42111         * modules/nanosleep (Makefile.am): Likewise.
42112         * modules/obstack (Makefile.am): Likewise.
42113         * modules/openat (Makefile.am): Likewise.
42114         * modules/pagealign_alloc (Makefile.am): Likewise.
42115         * modules/pathmax (Makefile.am): Likewise.
42116         * modules/physmem (Makefile.am): Likewise.
42117         * modules/poll (Makefile.am): Likewise.
42118         * modules/posixtm (Makefile.am): Likewise.
42119         * modules/posixver (Makefile.am): Likewise.
42120         * modules/putenv (Makefile.am): Likewise.
42121         * modules/quote (Makefile.am): Likewise.
42122         * modules/quotearg (Makefile.am): Likewise.
42123         * modules/raise (Makefile.am): Likewise.
42124         * modules/read-file (Makefile.am): Likewise.
42125         * modules/readline (Makefile.am): Likewise.
42126         * modules/readlink (Makefile.am): Likewise.
42127         * modules/readtokens (Makefile.am): Likewise.
42128         * modules/readutmp (Makefile.am): Likewise.
42129         * modules/realloc (Makefile.am): Likewise.
42130         * modules/regex (Makefile.am): Likewise.
42131         * modules/rename-dest-slash (Makefile.am): Likewise.
42132         * modules/rename (Makefile.am): Likewise.
42133         * modules/rijndael (Makefile.am): Likewise.
42134         * modules/rmdir (Makefile.am): Likewise.
42135         * modules/rpmatch (Makefile.am): Likewise.
42136         * modules/safe-read (Makefile.am): Likewise.
42137         * modules/safe-write (Makefile.am): Likewise.
42138         * modules/same-inode (Makefile.am): Likewise.
42139         * modules/same (Makefile.am): Likewise.
42140         * modules/save-cwd (Makefile.am): Likewise.
42141         * modules/savedir (Makefile.am): Likewise.
42142         * modules/setenv (Makefile.am): Likewise.
42143         * modules/settime (Makefile.am): Likewise.
42144         * modules/sha1 (Makefile.am): Likewise.
42145         * modules/sig2str (Makefile.am): Likewise.
42146         * modules/snprintf (Makefile.am): Likewise.
42147         * modules/stat-macros (Makefile.am): Likewise.
42148         * modules/stat-time (Makefile.am): Likewise.
42149         * modules/stdbool (Makefile.am): Likewise.
42150         * modules/stdint (Makefile.am): Likewise.
42151         * modules/stdlib-safer (Makefile.am): Likewise.
42152         * modules/stpcpy (Makefile.am): Likewise.
42153         * modules/stpncpy (Makefile.am): Likewise.
42154         * modules/strcase (Makefile.am): Likewise.
42155         * modules/strcasestr (Makefile.am): Likewise.
42156         * modules/strchrnul (Makefile.am): Likewise.
42157         * modules/strcspn (Makefile.am): Likewise.
42158         * modules/strdup (Makefile.am): Likewise.
42159         * modules/strerror (Makefile.am): Likewise.
42160         * modules/strftime (Makefile.am): Likewise.
42161         * modules/strndup (Makefile.am): Likewise.
42162         * modules/strnlen (Makefile.am): Likewise.
42163         * modules/strpbrk (Makefile.am): Likewise.
42164         * modules/strsep (Makefile.am): Likewise.
42165         * modules/strstr (Makefile.am): Likewise.
42166         * modules/strtod (Makefile.am): Likewise.
42167         * modules/strtoimax (Makefile.am): Likewise.
42168         * modules/strtok_r (Makefile.am): Likewise.
42169         * modules/strtol (Makefile.am): Likewise.
42170         * modules/strtoll (Makefile.am): Likewise.
42171         * modules/strtoul (Makefile.am): Likewise.
42172         * modules/strtoull (Makefile.am): Likewise.
42173         * modules/strtoumax (Makefile.am): Likewise.
42174         * modules/strverscmp (Makefile.am): Likewise.
42175         * modules/sys_socket (Makefile.am): Likewise.
42176         * modules/sys_stat (Makefile.am): Likewise.
42177         * modules/sysexits (Makefile.am): Likewise.
42178         * modules/time_r (Makefile.am): Likewise.
42179         * modules/timegm (Makefile.am): Likewise.
42180         * modules/timespec (Makefile.am): Likewise.
42181         * modules/tmpfile-safer (Makefile.am): Likewise.
42182         * modules/trim (Makefile.am): Likewise.
42183         * modules/unistd-safer (Makefile.am): Likewise.
42184         * modules/unlinkdir (Makefile.am): Likewise.
42185         * modules/unlocked-io (Makefile.am): Likewise.
42186         * modules/userspec (Makefile.am): Likewise.
42187         * modules/utime (Makefile.am): Likewise.
42188         * modules/utimecmp (Makefile.am): Likewise.
42189         * modules/utimens (Makefile.am): Likewise.
42190         * modules/vasnprintf (Makefile.am): Likewise.
42191         * modules/vasprintf (Makefile.am): Likewise.
42192         * modules/vsnprintf (Makefile.am): Likewise.
42193         * modules/xalloc (Makefile.am): Likewise.
42194         * modules/xgetcwd (Makefile.am): Likewise.
42195         * modules/xnanosleep (Makefile.am): Likewise.
42196         * modules/xreadlink (Makefile.am): Likewise.
42197         * modules/xstrtod (Makefile.am): Likewise.
42198         * modules/xstrtol (Makefile.am): Likewise.
42199         * modules/xstrtold (Makefile.am): Likewise.
42200         * modules/yesno (Makefile.am): Likewise.
42201         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42202
42203 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42204
42205         * modules/error (Makefile.am): Distribute files through
42206         EXTRA_DIST, not lib_SOURCES.
42207
42208 2006-10-12  Eric Blake  <ebb9@byu.net>
42209
42210         * modules/error (Makefile.am): Distribute files in /lib.
42211         * modules/obstack (Makefile.am): Likewise.
42212
42213 2006-10-12  Bruno Haible  <bruno@clisp.org>
42214
42215         * modules/acl (Makefile.am): Distribute all files in lib/ through
42216         EXTRA_DIST.
42217         * modules/arcfour (Makefile.am): Likewise.
42218         * modules/arctwo (Makefile.am): Likewise.
42219         * modules/argmatch (Makefile.am): Likewise.
42220         * modules/argz (Makefile.am): Likewise.
42221         * modules/atexit (Makefile.am): Likewise.
42222         * modules/backupfile (Makefile.am): Likewise.
42223         * modules/c-strtod (Makefile.am): Likewise.
42224         * modules/c-strtold (Makefile.am): Likewise.
42225         * modules/calloc (Makefile.am): Likewise.
42226         * modules/canon-host (Makefile.am): Likewise.
42227         * modules/canonicalize (Makefile.am): Likewise.
42228         * modules/chdir-long (Makefile.am): Likewise.
42229         * modules/chdir-safer (Makefile.am): Likewise.
42230         * modules/check-version (Makefile.am): Likewise.
42231         * modules/chown (Makefile.am): Likewise.
42232         * modules/cloexec (Makefile.am): Likewise.
42233         * modules/close-stream (Makefile.am): Likewise.
42234         * modules/closeout (Makefile.am): Likewise.
42235         * modules/crc (Makefile.am): Likewise.
42236         * modules/cycle-check (Makefile.am): Likewise.
42237         * modules/des (Makefile.am): Likewise.
42238         * modules/dirfd (Makefile.am): Likewise.
42239         * modules/dirname (Makefile.am): Likewise.
42240         * modules/dup2 (Makefile.am): Likewise.
42241         * modules/euidaccess (Makefile.am): Likewise.
42242         * modules/exclude (Makefile.am): Likewise.
42243         * modules/exitfail (Makefile.am): Likewise.
42244         * modules/fcntl-safer (Makefile.am): Likewise.
42245         * modules/file-type (Makefile.am): Likewise.
42246         * modules/fileblocks (Makefile.am): Likewise.
42247         * modules/filemode (Makefile.am): Likewise.
42248         * modules/filenamecat (Makefile.am): Likewise.
42249         * modules/fnmatch (Makefile.am): Likewise.
42250         * modules/fopen-safer (Makefile.am): Likewise.
42251         * modules/fpending (Makefile.am): Likewise.
42252         * modules/fprintftime (Makefile.am): Likewise.
42253         * modules/free (Makefile.am): Likewise.
42254         * modules/fsusage (Makefile.am): Likewise.
42255         * modules/ftruncate (Makefile.am): Likewise.
42256         * modules/fts (Makefile.am): Likewise.
42257         * modules/gc (Makefile.am): Likewise.
42258         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42259         * modules/getaddrinfo (Makefile.am): Likewise.
42260         * modules/getcwd (Makefile.am): Likewise.
42261         * modules/getdelim (Makefile.am): Likewise.
42262         * modules/getdomainname (Makefile.am): Likewise.
42263         * modules/getgroups (Makefile.am): Likewise.
42264         * modules/gethostname (Makefile.am): Likewise.
42265         * modules/gethrxtime (Makefile.am): Likewise.
42266         * modules/getline (Makefile.am): Likewise.
42267         * modules/getloadavg (Makefile.am): Likewise.
42268         * modules/getlogin_r (Makefile.am): Likewise.
42269         * modules/getopt (Makefile.am): Likewise.
42270         * modules/getpass (Makefile.am): Likewise.
42271         * modules/getpass-gnu (Makefile.am): Likewise.
42272         * modules/getsubopt (Makefile.am): Likewise.
42273         * modules/gettime (Makefile.am): Likewise.
42274         * modules/gettimeofday (Makefile.am): Likewise.
42275         * modules/getugroups (Makefile.am): Likewise.
42276         * modules/getusershell (Makefile.am): Likewise.
42277         * modules/glob (Makefile.am): Likewise.
42278         * modules/group-member (Makefile.am): Likewise.
42279         * modules/hard-locale (Makefile.am): Likewise.
42280         * modules/hash (Makefile.am): Likewise.
42281         * modules/hmac-md5 (Makefile.am): Likewise.
42282         * modules/hmac-sha1 (Makefile.am): Likewise.
42283         * modules/human (Makefile.am): Likewise.
42284         * modules/idcache (Makefile.am): Likewise.
42285         * modules/imaxabs (Makefile.am): Likewise.
42286         * modules/imaxdiv (Makefile.am): Likewise.
42287         * modules/inet_ntop (Makefile.am): Likewise.
42288         * modules/inet_pton (Makefile.am): Likewise.
42289         * modules/inttostr (Makefile.am): Likewise.
42290         * modules/isapipe (Makefile.am): Likewise.
42291         * modules/lchown (Makefile.am): Likewise.
42292         * modules/long-options (Makefile.am): Likewise.
42293         * modules/lstat (Makefile.am): Likewise.
42294         * modules/malloc (Makefile.am): Likewise.
42295         * modules/mathl (Makefile.am): Likewise.
42296         * modules/mbchar (Makefile.am): Likewise.
42297         * modules/md2 (Makefile.am): Likewise.
42298         * modules/md4 (Makefile.am): Likewise.
42299         * modules/md5 (Makefile.am): Likewise.
42300         * modules/memcasecmp (Makefile.am): Likewise.
42301         * modules/memchr (Makefile.am): Likewise.
42302         * modules/memcmp (Makefile.am): Likewise.
42303         * modules/memcoll (Makefile.am): Likewise.
42304         * modules/memcpy (Makefile.am): Likewise.
42305         * modules/memmem (Makefile.am): Likewise.
42306         * modules/memmove (Makefile.am): Likewise.
42307         * modules/mempcpy (Makefile.am): Likewise.
42308         * modules/memrchr (Makefile.am): Likewise.
42309         * modules/memset (Makefile.am): Likewise.
42310         * modules/memxor (Makefile.am): Likewise.
42311         * modules/mkancesdirs (Makefile.am): Likewise.
42312         * modules/mkdir (Makefile.am): Likewise.
42313         * modules/mkdir-p (Makefile.am): Likewise.
42314         * modules/mkdtemp (Makefile.am): Likewise.
42315         * modules/mkstemp (Makefile.am): Likewise.
42316         * modules/mktime (Makefile.am): Likewise.
42317         * modules/modechange (Makefile.am): Likewise.
42318         * modules/mountlist (Makefile.am): Likewise.
42319         * modules/nanosleep (Makefile.am): Likewise.
42320         * modules/openat (Makefile.am): Likewise.
42321         * modules/pagealign_alloc (Makefile.am): Likewise.
42322         * modules/physmem (Makefile.am): Likewise.
42323         * modules/poll (Makefile.am): Likewise.
42324         * modules/posixtm (Makefile.am): Likewise.
42325         * modules/posixver (Makefile.am): Likewise.
42326         * modules/putenv (Makefile.am): Likewise.
42327         * modules/quote (Makefile.am): Likewise.
42328         * modules/quotearg (Makefile.am): Likewise.
42329         * modules/raise (Makefile.am): Likewise.
42330         * modules/read-file (Makefile.am): Likewise.
42331         * modules/readline (Makefile.am): Likewise.
42332         * modules/readlink (Makefile.am): Likewise.
42333         * modules/readtokens (Makefile.am): Likewise.
42334         * modules/readutmp (Makefile.am): Likewise.
42335         * modules/realloc (Makefile.am): Likewise.
42336         * modules/regex (Makefile.am): Likewise.
42337         * modules/rename (Makefile.am): Likewise.
42338         * modules/rename-dest-slash (Makefile.am): Likewise.
42339         * modules/rijndael (Makefile.am): Likewise.
42340         * modules/rmdir (Makefile.am): Likewise.
42341         * modules/rpmatch (Makefile.am): Likewise.
42342         * modules/safe-read (Makefile.am): Likewise.
42343         * modules/safe-write (Makefile.am): Likewise.
42344         * modules/same (Makefile.am): Likewise.
42345         * modules/save-cwd (Makefile.am): Likewise.
42346         * modules/savedir (Makefile.am): Likewise.
42347         * modules/setenv (Makefile.am): Likewise.
42348         * modules/settime (Makefile.am): Likewise.
42349         * modules/sha1 (Makefile.am): Likewise.
42350         * modules/sig2str (Makefile.am): Likewise.
42351         * modules/snprintf (Makefile.am): Likewise.
42352         * modules/stdlib-safer (Makefile.am): Likewise.
42353         * modules/stpcpy (Makefile.am): Likewise.
42354         * modules/stpncpy (Makefile.am): Likewise.
42355         * modules/strcase (Makefile.am): Likewise.
42356         * modules/strcasestr (Makefile.am): Likewise.
42357         * modules/strchrnul (Makefile.am): Likewise.
42358         * modules/strcspn (Makefile.am): Likewise.
42359         * modules/strdup (Makefile.am): Likewise.
42360         * modules/strerror (Makefile.am): Likewise.
42361         * modules/strftime (Makefile.am): Likewise.
42362         * modules/strndup (Makefile.am): Likewise.
42363         * modules/strnlen (Makefile.am): Likewise.
42364         * modules/strpbrk (Makefile.am): Likewise.
42365         * modules/strsep (Makefile.am): Likewise.
42366         * modules/strstr (Makefile.am): Likewise.
42367         * modules/strtod (Makefile.am): Likewise.
42368         * modules/strtoimax (Makefile.am): Likewise.
42369         * modules/strtok_r (Makefile.am): Likewise.
42370         * modules/strtol (Makefile.am): Likewise.
42371         * modules/strtoll (Makefile.am): Likewise.
42372         * modules/strtoul (Makefile.am): Likewise.
42373         * modules/strtoull (Makefile.am): Likewise.
42374         * modules/strtoumax (Makefile.am): Likewise.
42375         * modules/strverscmp (Makefile.am): Likewise.
42376         * modules/time_r (Makefile.am): Likewise.
42377         * modules/timegm (Makefile.am): Likewise.
42378         * modules/tmpfile-safer (Makefile.am): Likewise.
42379         * modules/unistd-safer (Makefile.am): Likewise.
42380         * modules/unlinkdir (Makefile.am): Likewise.
42381         * modules/userspec (Makefile.am): Likewise.
42382         * modules/utime (Makefile.am): Likewise.
42383         * modules/utimecmp (Makefile.am): Likewise.
42384         * modules/utimens (Makefile.am): Likewise.
42385         * modules/vasnprintf (Makefile.am): Likewise.
42386         * modules/vasprintf (Makefile.am): Likewise.
42387         * modules/vsnprintf (Makefile.am): Likewise.
42388         * modules/xalloc (Makefile.am): Likewise.
42389         * modules/xgetcwd (Makefile.am): Likewise.
42390         * modules/xnanosleep (Makefile.am): Likewise.
42391         * modules/xreadlink (Makefile.am): Likewise.
42392         * modules/xstrtod (Makefile.am): Likewise.
42393         * modules/xstrtol (Makefile.am): Likewise.
42394         * modules/xstrtold (Makefile.am): Likewise.
42395         * modules/yesno (Makefile.am): Likewise.
42396
42397 2006-10-12  Jim Meyering  <jim@meyering.net>
42398
42399         * m4/getloadavg.m4: Revert the change below.
42400
42401         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42402         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42403         fail with a symlink, which is what coreutils' ./bootstrap now
42404         creates by default.
42405
42406 2006-10-12  Bruno Haible  <bruno@clisp.org>
42407
42408         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42409         mingw.
42410         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42411         MSVC and mingw explicitly.
42412
42413 2006-10-11  Simon Josefsson  <jas@extundo.com>
42414             Bruno Haible  <bruno@clisp.org>
42415
42416         Add support for multiple gnulib-tool invocations in the scope of a
42417         single configure.ac file.
42418         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42419         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42420         with the same contents as the _LIBADD variable.
42421         (func_emit_initmacro_start, func_emit_initmacro_end,
42422         func_emit_initmacro_done): New functions.
42423         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42424         gl_LIBOBJS and gl_LTLIBOBJS.
42425
42426 2006-10-11  Bruno Haible  <bruno@clisp.org>
42427
42428         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42429         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42430         autoreconf. Instead, invoke autopoint explicitly but move back the
42431         *.m4 files from gnulib.
42432
42433 2006-10-11  Bruno Haible  <bruno@clisp.org>
42434
42435         * gnulib-tool (func_usage): Make module names after --create-testdir
42436         optional.
42437         (func_create_testdir): If no module was specified, use nearly all
42438         modules.
42439
42440 2006-10-12  Jim Meyering  <jim@meyering.net>
42441
42442         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42443         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42444         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42445         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42446         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42447         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42448         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42449         (fts_set_stat_required): New function.
42450         (fts_open): Defer the calls to fts_stat, if possible or requested.
42451         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42452         into fts_stat itself.
42453         (fts_read): Perform any required (deferred) fts_stat call.
42454         (fts_build): Likewise, for the directory we're about to open and read.
42455         In the readdir loop, carefully decide whether each entry will require
42456         an eventual call to fts_stat, using dirent.d_type info if available.
42457         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42458         a command line argument into this function.  Update all callers.
42459         Map a return value of FTS_DOT to FTS_D for a command line argument.
42460         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42461         Thanks to Miklos Szeredi for his tenacity and for the initial
42462         bug report about "find" failing on a FUSE-based file system.
42463
42464         * lib/fts.c (fts_open): Use consistent indentation.
42465
42466 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42467
42468         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42469         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42470         reported by Jim Meyering.  All uses of cache variables renamed
42471         to match Autoconf's.
42472         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42473         the other one.
42474
42475         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42476         Fix misspelling in diagnostic.
42477
42478 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42479
42480         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42481         defined.  Problem reported by Matthew Woehlke.
42482
42483         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42484         Add support for Tandem NonStop R series.
42485         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42486         Use new macro.
42487
42488         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42489         (has_trailing_slash): Omit size arg; all callers changed.
42490         Omit 'inline', since it doesn't help performance and we'd
42491         need to configure it.
42492         Don't count //, ///, etc. as having a trailing slash.
42493         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42494         (rpl_rename_dest_slash): On failure, use rename's errno rather
42495         than (in some cases) an incorrect or junk errno.
42496         Simplify code by removing need to compute length; this does
42497         cause it to make two passes instead of one over the file name,
42498         but it's worth it.
42499
42500         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42501         change, since Autoconf's version may no longer be appropriate now
42502         that we are using CVS Autoconf's version.  Add support for Tandem.
42503
42504 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42505             Bruno Haible  <bruno@clisp.org>
42506
42507         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42508         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42509         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42510         gl_AC_TYPE_LONG_LONG.
42511
42512         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42513         instead of HAVE_LONG_LONG.
42514         * lib/printf-args.c (printf_fetchargs): Likewise.
42515         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42516         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42517         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42518         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42519         gl_AC_TYPE_LONG_LONG.
42520
42521 2006-10-11  Bruno Haible  <bruno@clisp.org>
42522
42523         * m4/longlong.m4: Add comments.
42524         * m4/ulonglong.m4: Likewise.
42525
42526 2006-10-10  Bruno Haible  <bruno@clisp.org>
42527
42528         Make it possible to #define stpcpy, strdup to aliases.
42529         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42530         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42531
42532 2006-10-10  Bruno Haible  <bruno@clisp.org>
42533
42534         Make it possible to #define gcd to an alias.
42535         * lib/gcd.c: Include config.h.
42536
42537 2006-10-10  Bruno Haible  <bruno@clisp.org>
42538
42539         Make it possible to #define c_isascii to an alias.
42540         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42541         defined. Undefine the macros before defining them, to avoid gcc
42542         warnings.
42543         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42544         define NO_C_CTYPE_MACROS early.
42545
42546 2006-10-10  Bruno Haible  <bruno@clisp.org>
42547
42548         Make it possible to #define set_program_name to an alias.
42549         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42550         ENABLE_RELOCATABLE early.
42551
42552 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42553
42554         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42555         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42556         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42557         More generally, don't assume that 64-bit signed int is available
42558         if unsigned int is, and vice versa.
42559         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42560         unsigned symbols, not on their signed counterparts.
42561         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42562         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42563         (UINT64_C, UINTMAX_C):
42564         Likewise.
42565         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42566         unsigned counterparts.
42567         (Have_long_long, Unsigned): New macros.
42568         (Int): Renamed from INT.
42569         (strtoimax): Use the new macros.
42570         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42571         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42572         * modules/inttypes (inttypes.h): Substitute
42573         HAVE_UNSIGNED_LONG_LONG_INT.
42574         * modules/stdint (stdint.h): Likewise.
42575         (Files): Add m4/ulonglong.m4.
42576
42577 2006-10-10  Bruno Haible  <bruno@clisp.org>
42578
42579         Fix a gcc -Wshadow warning.
42580         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42581         to 'bucket'.
42582         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42583         gl_linked_indexof_from_to): Likewise.
42584         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42585         Likewise.
42586         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42587         Likewise.
42588         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42589         Reported by Eric Blake.
42590
42591 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42592
42593         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42594         for NetBSD.  Problem reported by Bruno Haible.
42595
42596 2006-10-09  Jim Meyering  <jim@meyering.net>
42597
42598         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42599         Patch from Bruno Haible.
42600
42601 2006-10-09  Jim Meyering  <jim@meyering.net>
42602
42603         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42604         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42605         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42606
42607 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42608
42609         Don't include <config.h> twice; this doesn't work in some cases,
42610         e.g., when config.h has "#define intmax_t long long int" and
42611         we include <config.h>, <inttypes.h>, <config.h> in that order.
42612         Problem reported by Matthew Woehlke in:
42613         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42614         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42615         * lib/fts-cycle.c: Don't include config.h.
42616         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42617         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42618         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42619         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42620         inttypes.h.
42621         * lib/xstrtoumax.c: Likewise.
42622         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42623         __strtol and the like, so that this module is more like its siblings.
42624         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42625         Remove; no longer needed now that we assume gnulib inttypes.h.
42626
42627 2006-10-08  Bruno Haible  <bruno@clisp.org>
42628
42629         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42630         option.
42631
42632 2006-10-07  Jim Meyering  <jim@meyering.net>
42633
42634         * modules/inttypes (inttypes.h): Revert what seems to have been
42635         an inadvertent part of today's change: use "|", not "/" in the
42636         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42637
42638 2006-10-07  Bruno Haible  <bruno@clisp.org>
42639
42640         * modules/sublist: New file.
42641
42642 2006-10-07  Bruno Haible  <bruno@clisp.org>
42643
42644         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42645         * modules/argz (argz.h): Likewise.
42646         * modules/arpa_inet (arpa/inet.h): Likewise.
42647         * modules/byteswap (byteswap.h): Likewise.
42648         * modules/configmake (configmake.h): Likewise.
42649         * modules/fcntl (fcntl.h): Likewise.
42650         * modules/fnmatch (fnmatch.h): Likewise.
42651         * modules/getopt (getopt.h): Likewise.
42652         * modules/glob (glob.h): Likewise.
42653         * modules/inttypes (inttypes.h): Likewise.
42654         * modules/netinet_in (netinet/in.h): Likewise.
42655         * modules/poll (poll.h): Likewise.
42656         * modules/stdbool (stdbool.h): Likewise.
42657         * modules/stdint (stdint.h): Likewise.
42658         * modules/sys_select (sys/select.h): Likewise.
42659         * modules/sys_socket (sys/socket.h): Likewise.
42660         * modules/sys_stat (sys/stat.h): Likewise.
42661         * modules/sysexits (sysexits.h): Likewise.
42662         * modules/unistd (unistd.h): Likewise.
42663         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42664         Add a "DO NOT EDIT" comment to the generated file.
42665         (func_import): Likewise for gnulib-comp.m4.
42666
42667 2006-10-07  Bruno Haible  <bruno@clisp.org>
42668
42669         * lib/gl_sublist.h: New file.
42670         * lib/gl_sublist.c: New file.
42671
42672 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42673
42674         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42675         name (relative to the original working directory) and the file
42676         name component (relative to the temporary working directory).  All
42677         callers changed.
42678         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42679         * lib/mkdir-p.c (make_dir_parents): Likewise.
42680         * lib/mkdir-p.h (make_dir_parents): Likewise.
42681
42682 2006-10-06  Eric Blake  <ebb9@byu.net>
42683
42684         Define several macros for use by the clean-temp module.
42685         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42686         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42687         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42688
42689         * lib/clean-temp.h (close_stream_temp): New declaration.
42690         * lib/clean-temp.c (includes): Pull in headers according to what
42691         other modules are in use.
42692         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42693
42694 2006-10-06  Bruno Haible  <bruno@clisp.org>
42695
42696         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42697         instead of fopen, fwriteerror.
42698
42699 2006-10-06  Bruno Haible  <bruno@clisp.org>
42700
42701         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42702         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42703         int.
42704         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42705         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42706         Return an error indicator.
42707         Suggested by Eric Blake.
42708
42709 2006-10-06  Bruno Haible  <bruno@clisp.org>
42710
42711         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42712         Reported by Eric Blake.
42713
42714 2006-10-06  Bruno Haible  <bruno@clisp.org>
42715
42716         * modules/closeout (Description): Mention stderr too.
42717
42718 2006-10-06  Bruno Haible  <bruno@clisp.org>
42719         and Paul Eggert  <eggert@cs.ucla.edu>
42720
42721         * lib/closeout.c (close_stdout): Also close stderr.
42722         * lib/closeout.h: Update comment.
42723
42724 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42725
42726         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42727         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42728         * lib/dirchownmod.c: Include lchown.h.
42729         * lib/lchown.c: Don't include files that lchown.h now includes.
42730         Don't declare chown, since lchown.h now does that.
42731         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42732         (lchown): Define to rpl_chown if lchown is declared but
42733         does not exist.  Declare using a prototype if lchown is not
42734         declared.  Add a copyright notice.
42735         * lib/mkstemp.h: Include <unistd.h>.
42736         * lib/openat.c: Include lchown.h.
42737
42738         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42739         we now test for that separately.
42740         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42741         rather than O_NOFOLLOW, when testing whether it's possible to
42742         avoid a race condition reliably.
42743         * lib/savewd.c (savewd_chdir): Likewise.
42744
42745         Remove macros that are no longer needed now that stdint.h is
42746         reliable.
42747         * lib/fsusage.c (UINTMAX_MAX): Remove.
42748         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42749         * lib/utimecmp.c (SIZE_MAX): Remove.
42750
42751         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42752
42753         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42754         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42755         O_NOATIME works.
42756
42757 2006-10-05  Bruno Haible  <bruno@clisp.org>
42758
42759         * lib/gl_list.h (gl_sortedlist_search_from_to,
42760         gl_sortedlist_indexof_from_to): New declarations.
42761         (gl_list_implementation): New fields sortedlist_search_from_to,
42762         sortedlist_indexof_from_to.
42763         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42764         inline functions.
42765         * lib/gl_list.c (gl_sortedlist_search_from_to,
42766         gl_sortedlist_indexof_from_to): New functions.
42767         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42768         function.
42769         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42770         (gl_array_sortedlist_search_from_to): New function.
42771         (gl_array_list_implementation): Update.
42772         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42773         function.
42774         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42775         (gl_carray_sortedlist_search_from_to): New function.
42776         (gl_carray_list_implementation): Update.
42777         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42778         gl_linked_sortedlist_indexof_from_to): New functions.
42779         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42780         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42781         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42782         gl_tree_sortedlist_indexof_from_to): New functions.
42783         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42784         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42785         Update.
42786         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42787         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42788         Update.
42789
42790 2006-10-05  Bruno Haible  <bruno@clisp.org>
42791
42792         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42793         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42794         (struct gl_list_implementation): Add fields search_from_to,
42795         indexof_from_to. Remove fields search, indexof.
42796         (gl_list_search): Use the search_from_to method.
42797         (gl_list_search_from, gl_list_search_from_to): New functions.
42798         (gl_list_indexof): Use the indexof_from_to method.
42799         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42800         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42801         (gl_list_search_from, gl_list_search_from_to): New functions.
42802         (gl_list_indexof): Use the indexof_from_to method.
42803         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42804         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42805         gl_array_indexof. Add start_index, end_index arguments.
42806         (gl_array_search_from_to): Renamed from gl_array_search. Add
42807         start_index, end_index arguments.
42808         (gl_array_remove, gl_array_list_implementation): Update.
42809         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42810         gl_carray_indexof. Add start_index, end_index arguments.
42811         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42812         start_index, end_index arguments.
42813         (gl_carray_remove, gl_carray_list_implementation): Update.
42814         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42815         gl_linked_search. Add start_index, end_index arguments.
42816         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42817         start_index, end_index arguments.
42818         (gl_linked_remove): Update.
42819         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42820         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42821         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42822         field to 'size_t'.
42823         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42824         gl_tree_search. Add start_index, end_index arguments.
42825         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42826         start_index, end_index arguments.
42827         (gl_tree_remove): Update.
42828         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42829         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42830         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42831         function.
42832         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42833         gl_tree_search. Add start_index, end_index arguments.
42834         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42835         start_index, end_index arguments.
42836         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42837         Update.
42838         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42839
42840 2006-10-05  Bruno Haible  <bruno@clisp.org>
42841
42842         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42843
42844         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42845         fwriteerror_temp): New declarations.
42846         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42847         (descriptors): New variable.
42848         (cleanup): First, close the descriptors.
42849         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42850         fclose_temp, fwriteerror_temp): New functions.
42851
42852 2006-10-04  Jim Meyering  <jim@meyering.net>
42853
42854         * lib/fts.c (fts_open): Tiny comment change.
42855
42856 2006-10-04  Bruno Haible  <bruno@clisp.org>
42857
42858         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42859         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42860         gl_LOCK_BODY.
42861         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42862         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42863         gl_LOCK_EARLY_BODY.
42864         (gl_LOCK): Require gl_LOCK_BODY.
42865
42866 2006-10-04  Bruno Haible  <bruno@clisp.org>
42867
42868         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42869         (gl_oset_search_atleast): New declaration.
42870         (struct gl_oset_implementation): Add field 'search_atleast'.
42871         (gl_oset_search_atleast): New inline function.
42872         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42873         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42874         (gl_array_oset_implementation): Update.
42875         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42876         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42877         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42878
42879 2006-10-04  Bruno Haible  <bruno@clisp.org>
42880
42881         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42882
42883 2006-10-03  Bruno Haible  <bruno@clisp.org>
42884
42885         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42886         from gl_avltreehash_list_implementation.
42887
42888 2006-10-03  Bruno Haible  <bruno@clisp.org>
42889
42890         * lib/gl_oset.c (gl_oset_add): Fix return type.
42891
42892 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42893
42894         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42895
42896 2006-10-02  Eric Blake  <ebb9@byu.net>
42897
42898         * modules/strnlen (Depends-on): Add extensions.
42899
42900 2006-10-02  Eric Blake  <ebb9@byu.net>
42901
42902         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42903         definition in 2.60+.
42904
42905 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42906
42907         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42908         checks.
42909
42910 2006-10-02  Bruno Haible  <bruno@clisp.org>
42911
42912         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42913         to the AUTOMAKE_OPTIONS.
42914         Reported by Jim Meyering.
42915
42916 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42917
42918         Work around bug in Solaris 10 /proc file system:
42919         /proc/self/fd/NNN/.. isn't the parent directory of
42920         the directory whose file descriptor is NNN.  This needs to
42921         be worked around at run time, not compile time, since a
42922         program might be built on Solaris 8, where things work, and
42923         run on Solaris 10.
42924         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42925         to use the following interface instead:
42926         (OPENAT_BUFFER_SIZE): New macro.
42927         (openat_proc_name): New function.
42928         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42929         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42930         Likewise.
42931         * lib/openat-proc.c: New file.
42932         * modules/openat (Files): Add lib/openat-proc.c.
42933         (Depends-on): Add same-inode, stdbool.
42934         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42935
42936 2006-09-29  Bruno Haible  <bruno@clisp.org>
42937
42938         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42939         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42940         argument. Set stdout_closed before testing for ferror, not after.
42941         (fwriteerror, fwriteerror_no_ebadf): New functions.
42942
42943 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42944
42945         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42946
42947 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42948
42949         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42950         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42951
42952 2006-09-28  Jim Meyering  <jim@meyering.net>
42953
42954         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42955         Include <unistd.h>.
42956
42957 2006-09-28  Bruno Haible  <bruno@clisp.org>
42958
42959         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42960         * modules/linkedhash-list (Depends-on): Likewise.
42961         * modules/rbtreehash-list (Depends-on): Likewise.
42962
42963 2006-09-28  Bruno Haible  <bruno@clisp.org>
42964
42965         * lib/strndup.h: Simplify the redefinition of strndup.
42966         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42967         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42968
42969 2006-09-28  Bruno Haible  <bruno@clisp.org>
42970
42971         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42972         * lib/gl_linkedhash_list.c: Likewise.
42973         * lib/gl_rbtreehash_list.c: Likewise.
42974
42975 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42976
42977         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42978         getaddrinfo.
42979
42980         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42981         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42982         it causes <stdio_ext.h> to cause a compile-time error.
42983         Problem reported by Nelson H. F. Beebe.
42984         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42985         of HAVE_DECL___PENDING.
42986
42987         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42988         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42989         declaration.
42990
42991 2006-09-27  Jim Meyering  <jim@meyering.net>
42992
42993         This file could end up with a definition for a function
42994         named __strndup, rather than rpl_strndup on a system with
42995         incomplete weak_alias support.
42996         * lib/strndup.c (strndup): Rename from __strndup.
42997         Remove #defines that used to map __strndup to strndup.
42998         Don't use K&R prototypes.
42999         Remove LIBC-related code, since this file is not sync'd with glibc.
43000         * lib/strndup.h: Revamp, accordingly.
43001         * m4/strndup.m4: Modernize.
43002
43003 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
43004
43005         * modules/savewd (Depends-on): Add 'raise'.
43006         * lib/savewd.c: Include <signal.h>, for 'raise'.
43007
43008 2006-09-26  Jim Meyering  <jim@meyering.net>
43009
43010         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43011         when we detect Darwin 8.7.0's acl_get_file bug.
43012         Rearrange to perform the new (below) run-test while $LIBS
43013         contains any acl-related library.  Set USE_ACL at the end.
43014         (gl_ACL_GET_FILE): New function.
43015
43016 2006-09-26  Eric Blake  <ebb9@byu.net>
43017
43018         * lib/verror.c: Include <config.h> unconditionally.
43019
43020 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43021
43022         * modules/clock-time (Maintainer): Add self.
43023         * modules/getlogin_r (Depends-on): Add extensions.
43024
43025 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43026
43027         * modules/clock-time: New module.
43028         * modules/nanosleep (Depends-on): Add clock-time.
43029         * modules/gethrxtime (Depends-on): Likewise.
43030         * modules/gettime (Depends-on): Likewise.
43031         * modules/settime (Depends-on): Likewise.
43032
43033         * modules/fts-lgpl: Depend on openat.
43034         * modules/mkancesdirs: Depend on savewd.
43035         * modules/mkdir-p: Likewise.
43036
43037 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43038
43039         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43040
43041         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43042         `gl_have_arbitrary_file_name_length_limit' to
43043         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43044         actually works between configure runs.
43045
43046 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43047             Bruno Haible  <bruno@clisp.org>
43048
43049         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43050
43051 2006-09-25  Jim Meyering  <jim@meyering.net>
43052
43053         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43054         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43055
43056 2006-09-25  Eric Blake  <ebb9@byu.net>
43057
43058         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43059         exec's in 2006-09-18 patch when shuffling fds.
43060
43061 2006-09-25  Bruno Haible  <bruno@clisp.org>
43062
43063         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43064         Reported by Jim Meyering.
43065
43066 2006-09-24  Jim Meyering  <jim@meyering.net>
43067
43068         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43069         compare a pointer against a literal "0".  That caused failures with
43070         at least HP-UX's hpcc.
43071
43072 2006-09-22  Simon Josefsson  <jas@extundo.com>
43073
43074         * modules/gc-sha1:
43075         * modules/gc-md4:
43076         * modules/gc-hmac-sha1:
43077         * modules/gc-hmac-md5:
43078         * modules/gc-des:
43079         * modules/gc-arcfour: Distribute more files.
43080
43081 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43082
43083         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43084         (gl_linked_iterator_from_to): Initialize struct completely.
43085         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43086         (gl_tree_iterator_from_to): Likewise
43087         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43088         * lib/gl_array_list.c [lint] (gl_array_iterator)
43089         (gl_array_iterator_from_to): Likewise.
43090         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43091         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43092         (gl_carray_iterator_from_to): Likewise.
43093
43094         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43095         * lib/md4.c (md4_process_block): Remove unused variable.
43096         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43097         parentheses for clarity.
43098
43099 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43100
43101         * modules/bison-i18n (Depends-on): Add gettext.
43102
43103 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43104
43105         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43106         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43107         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43108         also add missing comma that caused broken test.
43109         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43110         stdlib.h, for `abort'.
43111         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43112         variables.
43113         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43114         include unistd.h if present, for `rmdir'.
43115         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43116         variables.
43117         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43118         in the process include standard headers for prototypes.
43119         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43120         gets declared on GNU/Linux.
43121         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43122         unistd.h, for `rmdir'.
43123         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43124
43125         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43126         always true.
43127         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43128
43129         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43130
43131 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43132
43133         * gnulib-tool (func_version): Create output all at once.  This
43134         may help avoid triggering unnecessary SIGPIPEs, and at any
43135         rate it doesn't hurt.
43136
43137 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43138             Bruno Haible  <bruno@clisp.org>
43139
43140         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43141         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43142         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43143
43144         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43145         (gl_FUNC_VASPRINTF): Invoke it.
43146
43147 2006-09-22  Bruno Haible  <bruno@clisp.org>
43148
43149         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43150         getloadavg.c as first argument.
43151
43152 2006-09-22  Bruno Haible  <bruno@clisp.org>
43153
43154         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43155         at the beginning of the gl_INIT macro.
43156         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43157         gl_GETLOADAVG.
43158
43159 2006-09-22  Bruno Haible  <bruno@clisp.org>
43160
43161         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43162         module.
43163         Suggested by Ralf Wildenhues.
43164
43165 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43166
43167         Import this patch from libc:
43168
43169         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43170
43171         * lib/regex_internal.c (re_string_reconstruct): Handle
43172         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43173         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43174         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43175         re_string_context_at.
43176
43177         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43178         now requires it.
43179         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43180         gl_REGEX now does it for us.
43181         (gl_REGEX): Add test taken from
43182         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43183
43184         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43185         Check that large offsets work.  Modernize Autoconf usages.
43186         Prefer "yes" to mean a good thing rather than a bad.
43187         Don't put "#define mkstemp" in config.h, as this might interfere
43188         with standard system headers that "#define mkstemp mkstemp64".
43189
43190         * modules/mkstemp (Depends-on): Add extensions, so that
43191         mkstemp is visible on some platforms.
43192         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43193         (Include): Change to "mkstemp.h" from <stdlib.h>.
43194         (Files): Add mkstemp.h.
43195
43196         * lib/mkstemp.h: New file, since some standard headers
43197         #define mkstemp.
43198         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43199         Include "mkstemp.h".
43200         Make the _LIBC code resemble glibc original more,
43201         e.g., use K&R style.
43202         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43203         (mkstemp): Remove, since mkstemp.h does this for us.
43204         * lib/stdlib--.h: Include mkstemp.h.
43205
43206         Import this patch from libc:
43207
43208         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43209
43210         * lib/tempname.c (__gen_tempname): Change attempts_min
43211         into a macro.  Use preprocessor to decide how to initialize
43212         attempts [Coverity CID 67].
43213
43214 2006-09-20  Bruno Haible  <bruno@clisp.org>
43215
43216         * lib/mkdtemp.c: Import from libc.
43217         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43218                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43219                 attempts_min into a macro.  Use preprocessor to decide how to
43220                 initialize attempts [Coverity CID 67].
43221         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43222                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43223                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43224
43225 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43226
43227         * gnulib-tool (func_exit): New function, to allow to pass the
43228         exit status portably through the trap.  Use everywhere.
43229         (--help, --version): Signal a write error.
43230         (trap): catch SIGPIPE, for write errors.
43231         Exit at the end of the trap, with the correct exit status.
43232
43233 2006-09-19  Karl Berry  <karl@gnu.org>
43234
43235         * doc/gnulib.texi: note about the license texinfo files.
43236
43237 2006-09-19  Eric Blake  <ebb9@byu.net>
43238
43239         * gnulib-tool: Avoid space-tab.
43240
43241 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43242
43243         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43244         that prevented coreutils 6.1 from building.  Problem reported
43245         by Petter Reinholdtsen.
43246
43247 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43248
43249         * gnulib-tool (avoidlist): Fix typo that broke options like
43250         --avoid=lock that are used by coreutils bootstrap.
43251
43252 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43253
43254         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43255         more systematically.
43256
43257 2006-09-18  Jim Meyering  <jim@meyering.net>
43258
43259         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43260
43261 2006-09-18  Bruno Haible  <bruno@clisp.org>
43262
43263         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43264
43265 2006-09-18  Bruno Haible  <bruno@clisp.org>
43266
43267         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43268         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43269         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43270         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43271         * m4/gettext.m4: Require autoconf >= 2.52.
43272         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43273         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43274         of gl_cv_header_inttypes_h.
43275
43276 2006-09-18  Bruno Haible  <bruno@clisp.org>
43277
43278         * lib/javaversion.c: Include configmake.h.
43279
43280 2006-09-18  Bruno Haible  <bruno@clisp.org>
43281
43282         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43283         avoid that the while loops be executed in a subshell.
43284
43285 2006-09-18  Bruno Haible  <bruno@clisp.org>
43286
43287         * MODULES.html.sh (func_module): Break long lines.
43288         Suggested by Bruce Korb <bkorb@gnu.org>.
43289
43290 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43291
43292         Speed up by a factor of 1.12.
43293         * gnulib-tool (nl): New variable.
43294         (func_import): Rewrite include directive extraction to only read each
43295         directive once.
43296
43297 2006-09-17  Bruno Haible  <bruno@clisp.org>
43298
43299         * modules/javaversion (Makefile.am): Remove DEFS setting.
43300         (Depends-on): Add configmake, for PKGDATADIR definition.
43301
43302 2006-09-17  Bruno Haible  <bruno@clisp.org>
43303
43304         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43305
43306 2006-09-17  Bruno Haible  <bruno@clisp.org>
43307
43308         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43309         (func_modules_transitive_closure, func_modules_add_dummy,
43310         func_modules_to_filelist, func_import, func_create_testdir,
43311         func_create_megatestdir, ...): Use it wherever possible.
43312         Suggested by Ralf Wildenhues.
43313
43314 2006-09-16  Karl Berry  <karl@gnu.org>
43315
43316         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43317         to avoid sectioning errors.
43318         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43319         [ifinfo]: blank line after @center-ed titles.
43320         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43321         Spell FSF address consistently with others.
43322         (These changes approved by rms.)
43323
43324 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43325
43326         Speed up by a factor of 1.61.
43327         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43328         already checked module names again.
43329
43330 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43331
43332         Speed up by a factor of 1.13.
43333         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43334         for new_files, and the input to func_add_or_update.
43335
43336 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43337
43338         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43339         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43340
43341 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43342
43343         * modules/mkancesdirs (Depends-on): Add fcntl.
43344         * modules/savewd: New file.
43345         * MODULES.html.sh (File system functions): Add savewd.
43346
43347         * modules/configmake (Makefile.am): Add support for the
43348         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43349
43350 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43351
43352         * m4/savewd.m4: New file.
43353
43354 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43355
43356         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43357         (dirchownmod): New arg FD.  All callers changed.
43358         Use FD rather than opening the directory ourself, as opening is
43359         now the caller's responsibility.
43360         * lib/dirchownmod.h: Likewise.
43361         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43362         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43363         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43364         (test_dir): Remove.
43365         (mkancesdirs): Return length of prefix of FILE that has already
43366         been made, or -2 if there is a child doing the work.  Redo
43367         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43368         ".", and treat ".." specially since it might stray back into
43369         already-created areas.  Use a subprocess if necessary.  New arg
43370         WD; all users changed.  MAKE_DIR function should now return 1
43371         if it creates a directory that is not readable.  Return -2 if
43372         a child process is spun off.
43373         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43374         Adjust signature to match code.
43375         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43376         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43377         all users changed.
43378         * lib/savewd.c, lib/savewd.h: New files.
43379
43380 2006-09-15  Jim Meyering  <jim@meyering.net>
43381
43382         * modules/rename-dest-slash: New module.
43383         * MODULES.html.sh (posix_compat): Add it here.
43384
43385         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43386
43387 2006-09-15  Jim Meyering  <jim@meyering.net>
43388
43389         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43390         file.
43391
43392         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43393
43394 2006-09-15  Jim Meyering  <jim@meyering.net>
43395
43396         * lib/rename-dest-slash.c (has_trailing_slash): Use
43397         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43398         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43399         test before testing whether SRC is a directory.
43400         Suggestions from Bruno Haible.
43401
43402         Avoid a warning about an unused variable.
43403         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43404         into the #ifdef block where it's used.
43405
43406         * lib/rename-dest-slash.c: New file.
43407
43408 2006-09-14  Bruno Haible  <bruno@clisp.org>
43409
43410         * lib/allocsa.c: Include <config.h> unconditionally.
43411         * lib/asnprintf.c: Likewise.
43412         * lib/asprintf.c: Likewise.
43413         * lib/c-strcasecmp.c: Likewise.
43414         * lib/c-strcasestr.c: Likewise.
43415         * lib/c-strncasecmp.c: Likewise.
43416         * lib/c-strstr.c: Likewise.
43417         * lib/classpath.c: Likewise.
43418         * lib/clean-temp.c: Likewise.
43419         * lib/concatpath.c: Likewise.
43420         * lib/copy-file.c: Likewise.
43421         * lib/csharpcomp.c: Likewise.
43422         * lib/csharpexec.c: Likewise.
43423         * lib/execute.c: Likewise.
43424         * lib/fatal-signal.c: Likewise.
43425         * lib/findprog.c: Likewise.
43426         * lib/fwriteerror.c: Likewise.
43427         * lib/gl_array_list.c: Likewise.
43428         * lib/gl_array_oset.c: Likewise.
43429         * lib/gl_avltree_list.c: Likewise.
43430         * lib/gl_avltree_oset.c: Likewise.
43431         * lib/gl_avltreehash_list.c: Likewise.
43432         * lib/gl_carray_list.c: Likewise.
43433         * lib/gl_linked_list.c: Likewise.
43434         * lib/gl_linkedhash_list.c: Likewise.
43435         * lib/gl_list.c: Likewise.
43436         * lib/gl_oset.c: Likewise.
43437         * lib/gl_rbtree_list.c: Likewise.
43438         * lib/gl_rbtree_oset.c: Likewise.
43439         * lib/gl_rbtreehash_list.c: Likewise.
43440         * lib/imaxabs.c: Likewise.
43441         * lib/imaxdiv.c: Likewise.
43442         * lib/javacomp.c: Likewise.
43443         * lib/javaexec.c: Likewise.
43444         * lib/javaversion.c: Likewise.
43445         * lib/linebreak.c: Likewise.
43446         * lib/localcharset.c: Likewise.
43447         * lib/lock.c: Likewise.
43448         * lib/mbchar.c: Likewise.
43449         * lib/mbswidth.c: Likewise.
43450         * lib/mkdtemp.c: Likewise.
43451         * lib/pipe.c: Likewise.
43452         * lib/printf-args.c: Likewise.
43453         * lib/printf-parse.c: Likewise.
43454         * lib/progname.c: Likewise.
43455         * lib/progreloc.c: Likewise.
43456         * lib/readlink.c: Likewise.
43457         * lib/sh-quote.c: Likewise.
43458         * lib/stpcpy.c: Likewise.
43459         * lib/stpncpy.c: Likewise.
43460         * lib/strcasecmp.c: Likewise.
43461         * lib/strcasestr.c: Likewise.
43462         * lib/strcspn.c: Likewise.
43463         * lib/striconv.c: Likewise.
43464         * lib/strncasecmp.c: Likewise.
43465         * lib/strnlen1.c: Likewise.
43466         * lib/strstr.c: Likewise.
43467         * lib/strtok_r.c: Likewise.
43468         * lib/tls.c: Likewise.
43469         * lib/tmpdir.c: Likewise.
43470         * lib/unicodeio.c: Likewise.
43471         * lib/unsetenv.c: Likewise.
43472         * lib/vasnprintf.c: Likewise.
43473         * lib/vasprintf.c: Likewise.
43474         * lib/wait-process.c: Likewise.
43475         * lib/xallocsa.c: Likewise.
43476         * lib/xsetenv.c: Likewise.
43477         * lib/xstriconv.c: Likewise.
43478
43479 2006-09-13  Simon Josefsson  <jas@extundo.com>
43480
43481         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43482         that internally, suggested by Ralf Wildenhues
43483         <Ralf.Wildenhues@gmx.de>.
43484
43485 2006-09-13  Simon Josefsson  <jas@extundo.com>
43486
43487         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43488         @LIBOBJS@.
43489         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43490
43491 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43492
43493         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43494         longer worry about uses that don't define HAVE_CONFIG_H.
43495         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43496         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43497         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43498         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43499         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43500         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43501         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43502         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43503         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43504         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43505         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43506         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43507         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43508         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43509         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43510         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43511         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43512         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43513         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43514         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43515         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43516         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43517         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43518         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43519         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43520         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43521         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43522         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43523         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43524         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43525         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43526         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43527         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43528         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43529         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43530         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43531         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43532         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43533         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43534         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43535         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43536         Likewise.
43537
43538 2006-09-13  Eric Blake  <ebb9@byu.net>
43539
43540         * lib/getopt.c: Fix typo in last commit.
43541
43542 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43543
43544         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43545         dgettext.
43546
43547 2006-09-12  Jim Meyering  <jim@meyering.net>
43548
43549         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43550         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43551         Reported by Nelson H. F. Beebe.
43552
43553 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43554
43555         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43556         program_invocation_name and program_invocation_short_name are
43557         initialized.
43558         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43559         and program_invocation_short_name to argp.h, so they are visible
43560         to user programs.
43561         * lib/argp.h: Likewise
43562
43563 2006-09-10  Bruno Haible  <bruno@clisp.org>
43564
43565         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43566         m4/inttypes_h.m4, m4/uintmax_t.m4.
43567
43568 2006-09-10  Bruno Haible  <bruno@clisp.org>
43569
43570         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43571         gl_AC_TYPE_UINTMAX_T.
43572
43573 2006-09-10  Bruno Haible  <bruno@clisp.org>
43574
43575         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43576
43577 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43578
43579         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43580         convention.  Text proposed by Bruno Haible.
43581         (struct argp_option): Document the use of N_() wrappers.
43582
43583         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43584         '\v', and translate the two parts separately, instead of feeding
43585         the whole string to gettext.  This allows to exclude
43586         '\v' from the strings visible to the translator by writing doc
43587         strings as N_("..") "\v" N_("..").
43588
43589 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43590
43591         * config/srclist.txt: Undo latest change; the bug was fixed.
43592
43593 2006-09-09  Bruno Haible  <bruno@clisp.org>
43594
43595         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43596         assignments if building a library without libtool.
43597         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43598         in func_emit_lib_Makefile_am.
43599         (func_import): When building a static library libfoo.a, arrange to
43600         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43601         (func_create_testdir): Likewise.
43602         * modules/gc (configure.ac, Makefile.am): If building statically,
43603         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43604         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43605         * modules/striconv (configure.ac, Makefile.am): Likewise.
43606         Based on a suggestion by Ralf Wildenhues.
43607
43608 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43609
43610         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43611         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43612         Also:
43613
43614         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43615         Add year_2050_test to catch glibc bug 2821
43616         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43617
43618         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43619         Prefer #ifdef to #if.
43620
43621         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43622         Return from 'main' instead of calling 'exit'.
43623
43624 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43625
43626         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43627         returned the maximum time_t value rather than (time_t) -1.
43628         Problem originally reported by William Bardwell
43629         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43630
43631         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43632         Moved to here ...
43633         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43634         ... from here.
43635
43636 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43637
43638         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43639         2821 is fixed.
43640
43641 2006-09-08  Jim Meyering  <jim@meyering.net>
43642
43643         Don't make generated files read-only.  That would bother too many
43644         people.  However, do retain the ability to work when targets are
43645         read-only: remove the destination and temporary files before writing
43646         them (when generated via sed or echo), or by using the -f option for
43647         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43648         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43649         * modules/byteswap, modules/configmake, modules/fcntl:
43650         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43651         * modules/localcharset, modules/netinet_in, modules/poll:
43652         * modules/stdbool, modules/stdint, modules/sys_select:
43653         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43654
43655 2006-09-08  Jim Meyering  <jim@meyering.net>
43656
43657         Avoid new build failure on FreeBSD 6.0.
43658         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43659         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43660         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43661
43662 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43663
43664         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43665
43666 2006-09-07  Jim Meyering  <jim@meyering.net>
43667
43668         Fix global typo in last change: use chmod u-w, not chmod u-x.
43669         Spotted by Paul Eggert and Bruce Korb.
43670         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43671         * modules/byteswap, modules/configmake, modules/fcntl:
43672         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43673         * modules/localcharset, modules/netinet_in, modules/poll:
43674         * modules/stdbool, modules/stdint, modules/sys_select:
43675         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43676
43677 2006-09-06  Jim Meyering  <jim@meyering.net>
43678
43679         Make generated files be read-only.
43680         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43681         Ensure that each generated file is now read-only.
43682         * modules/argz: Likewise.
43683         * modules/arpa_inet: Likewise.
43684         * modules/byteswap: Likewise.
43685         * modules/configmake: Likewise.
43686         * modules/fcntl: Likewise.
43687         * modules/fnmatch: Likewise.
43688         * modules/getopt: Likewise.
43689         * modules/glob: Likewise.
43690         * modules/inttypes: Likewise.
43691         * modules/netinet_in: Likewise.
43692         * modules/poll: Likewise.
43693         * modules/stdbool: Likewise.
43694         * modules/stdint: Likewise.
43695         * modules/sys_select: Likewise.
43696         * modules/sys_socket: Likewise.
43697         * modules/sys_stat: Likewise.
43698         * modules/sysexits: Likewise.
43699         * modules/localcharset: Same as above, but continue using temporary
43700         file named "t-$@" (why different?) rather than the "$@-t" used
43701         everywhere else.
43702
43703         * modules/sysexits (Makefile.am): Replace literal occurrences
43704         of "sysexit.h" more readable, and more consistent, "$@".
43705
43706 2006-09-06  Bruno Haible  <bruno@clisp.org>
43707
43708         * modules/striconv: New file.
43709         * modules/xstriconv: New file.
43710         * MODULES.html.sh (Internationalization functions): Add striconv,
43711         xstriconv.
43712
43713 2006-09-06  Bruno Haible  <bruno@clisp.org>
43714
43715         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43716         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43717         not using libtool correctly.
43718
43719 2006-09-06  Bruno Haible  <bruno@clisp.org>
43720
43721         * lib/striconv.h: New file.
43722         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43723         iconvstring.c.
43724         * lib/xstriconv.h: New file.
43725         * lib/xstriconv.c: New file.
43726
43727 2006-09-06  Bruno Haible  <bruno@clisp.org>
43728
43729         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43730         lib_..._LDFLAGS.
43731
43732 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43733
43734         * lib/argz_.h: Sync from Libtool.
43735
43736         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43737                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43738
43739         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43740
43741 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43742
43743         * modules/trim: New file.
43744
43745 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43746
43747         * lib/trim.h: New file.
43748         * lib/trim.c: New file.
43749
43750 2006-09-05  Bruno Haible  <bruno@clisp.org>
43751
43752         * MODULES.html.sh (String handling): Add trim.
43753
43754 2006-09-04  Karl Berry  <karl@gnu.org>
43755
43756         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43757         until next release.
43758
43759 2006-09-03  Bruno Haible  <bruno@clisp.org>
43760
43761         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43762         correctly.
43763
43764 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43765
43766         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43767         not gl_GETLOADAVG.  Omit unneeded semicolons.
43768         Problems reported by Ralf Wildenhues in
43769         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43770         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43771         at the end, which is the usual gnulib style.
43772
43773         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43774         of doing all the work ourselves.
43775         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43776         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43777
43778 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43779
43780         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43781         Problem reported by Ralf Wildenhues in
43782         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43783
43784         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43785         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43786
43787 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43788
43789         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43790         yesterday's patch by changing test -n to test -z.
43791
43792 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43793
43794         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43795         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43796         the former is now obsolescent.
43797
43798         * modules/chdir-long (Depends-on): Add fcntl.
43799
43800 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43801
43802         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43803         obsolescent, and programs should use gnulib instead.
43804         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43805         but with prefixes changed.
43806
43807 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43808
43809         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43810         or stdbool.h, because they might not exist while configuring.
43811
43812         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43813         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43814         does that for us.
43815         (O_DIRECTORY): Remove.
43816
43817 2006-08-31  Eric Blake  <ebb9@byu.net>
43818
43819         * gnulib-tool: Don't let emacs change spaces to TAB.
43820
43821 2006-08-31  Bruno Haible  <bruno@clisp.org>
43822
43823         * gnulib-tool: When calling func_import more than once, do it in a
43824         subshell.
43825         Reported by Eric Blake <ebb9@byu.net>.
43826
43827 2006-08-31  Bruno Haible  <bruno@clisp.org>
43828
43829         * gnulib-tool (nl): Remove variable.
43830         (sed_transform_lib_file): Use more robust test for config-h module.
43831         (func_import): Fix typo in 2006-08-25 patch.
43832
43833 2006-08-31  Bruno Haible  <bruno@clisp.org>
43834
43835         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43836         specified, augment Makefile.am variables instead of assigning them.
43837
43838 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43839
43840         Work around a bug in both the Linux and SunOS 64-bit kernels:
43841         nanosleep mishandles sleeps for longer than 2**31 seconds.
43842         Problem reported by Frank v Waveren in
43843         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43844         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43845         Check for nanosleep bug.
43846         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43847
43848 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43849
43850         Work around a bug in both the Linux and SunOS 64-bit kernels:
43851         nanosleep mishandles sleeps for longer than 2**31 seconds.
43852         Problem reported by Frank v Waveren in
43853         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43854         * lib/nanosleep.c (BILLION): New constant.
43855         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43856         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43857         implementation.
43858
43859 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43860
43861         * modules/nanosleep (Depends-on): Add gettime.
43862
43863 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43864         and Simon Josefsson  <jas@extundo.com>
43865         and Oskar Liljeblad  <oskar@osk.mine.nu>
43866
43867         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43868         * gnulib-tool (func_import): New license type 'unmodifiable license
43869         text'.
43870         * modules/fdl: Use it.  Longer description.
43871         * module/gpl, module/lgpl: New files.
43872
43873 2006-08-30  Jim Meyering  <jim@meyering.net>
43874
43875         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43876         shadowing the parameter.
43877
43878 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43879
43880         Sync from Libtool:
43881
43882         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43883
43884         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43885         sharing with gnulib.  Report by Eric Blake.
43886
43887 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43888
43889         * modules/isapipe: New file.
43890         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43891
43892 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43893
43894         * modules/configmake (Makefile.am): Add a comment, and omit
43895         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43896         by Bruno Haible.
43897
43898 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43899
43900         * m4/isapipe.m4: New file.
43901
43902 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43903
43904         * lib/isapipe.c, lib/isapipe.h: New files.
43905
43906 2006-08-29  Jim Meyering  <jim@meyering.net>
43907
43908         * modules/configmake (Makefile.am): Make configmake.h depend on
43909         Makefile.  Otherwise, a stale configmake.h could hang around.
43910
43911 2006-08-29  Eric Blake  <ebb9@byu.net>
43912
43913         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43914         resolution of upstream bug 3044.
43915
43916 2006-08-29  Bruno Haible  <bruno@clisp.org>
43917
43918         * modules/localcharset (Depends-on): Add configmake.
43919         (Makefile.am): Remove setting of LIBDIR through DEFS.
43920
43921 2006-08-29  Bruno Haible  <bruno@clisp.org>
43922
43923         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43924         defined.
43925
43926 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43927
43928         * modules/fcntl: New file.
43929         * modules/chdir-safer (Depends-on): Add fcntl.
43930         * modules/fts: Likewise.
43931         * modules/mkdir-p: Likewise.
43932
43933         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43934         This undoes the most recent change, since we're now addressing the
43935         problem in a different way.
43936
43937         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43938         into output, since the output might be called Makefile.am even
43939         if $makefile_name is something different.
43940         (func_import): Use $makefile_am rather than
43941         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43942         empty.
43943
43944         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43945
43946 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43947
43948         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43949         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43950         recent change to stdint.m4, since we're now addressing the problem in a
43951         different way.
43952
43953 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43954
43955         * m4/fcntl_h.m4: New file.
43956
43957 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43958
43959         * lib/fcntl_.h: New file.
43960         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43961         the fcntl module.
43962         * lib/dirchownmod.c: Likewise.
43963         * lib/fts.c: Likewise.
43964
43965         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43966         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43967         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43968         just before including <inttypes.h>, to avoid circular inclusion.
43969
43970 2006-08-28  Jim Meyering  <jim@meyering.net>
43971
43972         * doc/visibility.texi: Actually read and correct the grammar of the
43973         sentence affected by yesterday's change.
43974
43975 2006-08-28  Eric Blake  <ebb9@byu.net>
43976
43977         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43978         needs wrapper.
43979
43980 2006-08-28  Eric Blake  <ebb9@byu.net>
43981
43982         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43983
43984 2006-08-28  Eric Blake  <ebb9@byu.net>
43985
43986         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43987
43988 2006-08-28  Bruno Haible  <bruno@clisp.org>
43989
43990         * modules/c-strstr: New file, from GNU gettext.
43991         * MODULES.html.sh (String handling): Add c-strstr.
43992
43993 2006-08-28  Bruno Haible  <bruno@clisp.org>
43994
43995         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43996         macros.
43997         Reported by Eric Blake.
43998
43999 2006-08-28  Bruno Haible  <bruno@clisp.org>
44000
44001         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
44002         (VASNPRINTF): Return a string of length > INT_MAX without failing.
44003         * lib/vasprintf.c: Include errno.h, limits.h.
44004         (EOVERFLOW): New fallback definition.
44005         (vasprintf): Test here whether the string length is > INT_MAX.
44006         * lib/vsnprintf.c: Include errno.h, limits.h.
44007         (EOVERFLOW): New fallback definition.
44008         (vsnprintf): Fix bug when generated string was too long for the buffer.
44009         Test here whether the string length is > INT_MAX.
44010
44011 2006-08-28  Bruno Haible  <bruno@clisp.org>
44012
44013         * lib/inttypes_.h (SCNX*): Remove definitions.
44014         Reported by Eric Blake.
44015
44016 2006-08-28  Bruno Haible  <bruno@clisp.org>
44017
44018         * lib/c-strstr.h: New file, from GNU gettext.
44019         * lib/c-strstr.c: New file, from GNU gettext.
44020
44021 2006-08-28  Bruno Haible  <bruno@clisp.org>
44022
44023         * gnulib-tool: Reorder some statements.
44024
44025 2006-08-28  Bruno Haible  <bruno@clisp.org>
44026
44027         * gnulib-tool: New option --makefile-name.
44028         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44029         $makefile_name.
44030         (func_import): Write $makefile_name to the cache file, and read it from
44031         there unless explicitly specified. Use $makefile_name as file name
44032         instead of Makefile.am. Adjust the recommendations accordingly.
44033
44034 2006-08-28  Bruno Haible  <bruno@clisp.org>
44035
44036         * gnulib-tool (func_verify_module): Check against misapplying patch.
44037
44038 2006-08-28  Bruno Haible  <bruno@clisp.org>
44039
44040         * gnulib-tool (func_relativize, func_relconcat): New functions.
44041         Give an error if --local-dir is given with --update.
44042         Remove trailing slashes from $local_gnulib_dir.
44043         (func_import): Store the relativized $local_gnulib_dir in
44044         gnulib-cache.m4, and read it from there if not specified explicitly.
44045
44046 2006-08-28  Bruno Haible  <bruno@clisp.org>
44047
44048         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44049         is the current directory. Respect also $local_gnulib_dir.
44050
44051 2006-08-28  Bruno Haible  <bruno@clisp.org>
44052             Simon Josefsson  <jas@extundo.com>
44053
44054         BeOS portability.
44055         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44056
44057 2006-08-27  Jim Meyering  <jim@meyering.net>
44058
44059         * doc/visibility.texi: Remove duplicate word: "pointer".
44060
44061 2006-08-26  Bruno Haible  <bruno@clisp.org>
44062
44063         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44064         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44065         (Makefile.am): Create inttypes.h from inttypes_.h.
44066         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44067
44068         * modules/imaxabs: New file.
44069
44070         * modules/imaxdiv: New file.
44071
44072 2006-08-26  Bruno Haible  <bruno@clisp.org>
44073
44074         * m4/inttypes.m4: New file.
44075         * m4/_inttypes_h.m4: Remove file.
44076         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44077         PRI_MACROS_BROKEN.
44078         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44079
44080         * m4/imaxabs.m4: New file.
44081
44082         * m4/imaxdiv.m4: New file.
44083
44084 2006-08-26  Bruno Haible  <bruno@clisp.org>
44085
44086         * lib/inttypes_.h: New file.
44087         * lib/inttypes.h: Remove file.
44088         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44089
44090         * lib/imaxabs.c: New file.
44091
44092         * lib/imaxdiv.c: New file.
44093
44094 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44095
44096         New config-h module, so that "make" output needn't be cluttered
44097         by -DHAVE_CONFIG_H.
44098         * MODULES.html.sh (Support for building libraries and executables):
44099         Add config-h.
44100         * modules/config-h: New file.
44101         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44102         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44103         the config-h module is used.
44104
44105         New configmake module, so that "make" output needn't be cluttered
44106         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44107         * MODULES.html.sh (Support for building libraries and executables):
44108         Add configmake.
44109         * modules/configmake: New file.
44110
44111 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44112
44113         * m4/config-h.m4: New file.
44114
44115 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44116
44117         * config/srclist.txt: Add elisp-comp.
44118
44119 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44120
44121         * MODULES.html.sh (Support for building libraries and executables):
44122         Add elisp-comp.
44123         * build-aux/elisp-comp: New file.
44124         * modules/elisp-comp: New file.
44125
44126 2006-08-24  Bruno Haible  <bruno@clisp.org>
44127
44128         * gnulib-tool (func_create_testdir): Use non-default values of
44129         sourcebase and m4base.
44130
44131 2006-08-24  Bruno Haible  <bruno@clisp.org>
44132
44133         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44134         HTML structure.
44135
44136 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44137
44138         * modules/openat (Depends-on): Add lchown.
44139
44140 2006-08-23  Bruno Haible  <bruno@clisp.org>
44141
44142         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44143         of gl_LOCK_EARLY instead of gl_LOCK.
44144
44145 2006-08-23  Bruno Haible  <bruno@clisp.org>
44146
44147         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44148         on OSF/1 to no.
44149         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44150
44151 2006-08-23  Bruno Haible  <bruno@clisp.org>
44152
44153         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44154         as unusable.
44155
44156         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44157         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44158         (gl_LOCK): New macro.
44159
44160 2006-08-22  Simon Josefsson  <jas@extundo.com>
44161
44162         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44163         to md5 module.
44164
44165 2006-08-22  Simon Josefsson  <jas@extundo.com>
44166
44167         * MODULES.html.sh: Add "Support for maintaining and release
44168         projects".
44169
44170         * build-aux/gnupload: New file, from coreutils.
44171
44172 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44173
44174         Avoid the need for AC_LIBSOURCES in m4 macros.
44175         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44176         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44177         * modules/check-version (EXTRA_DIST): Add check-version.h.
44178         * modules/crc (EXTRA_DIST): Add crc.h.
44179         * modules/des (EXTRA_DIST): Add des.h.
44180         * modules/gc (EXTRA_DIST): Add gc.h.
44181         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44182         * modules/getline (EXTRA_DIST): Add getline.h.
44183         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44184         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44185         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44186         * modules/md2 (EXTRA_DIST): Add md2.h.
44187         * modules/md4 (EXTRA_DIST): Add md4.h.
44188         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44189         * modules/read-file (EXTRA_DIST): Add read-file.h.
44190         * modules/readline (EXTRA_DIST): Add readline.h.
44191         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44192         rijndael-api-fst.h.
44193
44194 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44195
44196         * m4/rijndael.m4 (gl_ARCFOUR):
44197         * m4/arctwo.m4 (gl_ARCTWO):
44198         * m4/check-version.m4 (gl_CHECK_VERSION):
44199         * m4/crc.m4 (gl_CRC):
44200         * m4/des.m4 (gl_DES):
44201         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44202         * m4/gc.m4 (gl_GC):
44203         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44204         * m4/getline.m4 (gl_FUNC_GETLINE):
44205         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44206         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44207         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44208         * m4/md2.m4 (gl_MD2):
44209         * m4/md4.m4 (gl_MD4):
44210         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44211         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44212         * m4/readline.m4 (gl_FUNC_READLINE):
44213         * m4/rijndael.m4 (gl_RIJNDAEL):
44214         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44215         to get the necessary .h files and whatnot.
44216
44217 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44218
44219         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44220         gnulib rather than the other way around.
44221         * config/srclistvars.sh (COREUTILS): Remove.
44222
44223 2006-08-22  Jim Meyering  <jim@meyering.net>
44224
44225         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44226
44227         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44228
44229 2006-08-22  Eric Blake  <ebb9@byu.net>
44230
44231         * modules/regexprops-generic: New file.
44232         * MODULES.html.sh (Support for building documentation): List it.
44233
44234 2006-08-22  Eric Blake  <ebb9@byu.net>
44235
44236         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44237         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44238         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44239         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44240
44241 2006-08-22  Bruno Haible  <bruno@clisp.org>
44242
44243         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44244         and lib_LTLIBRARIES like the other lib_* variables.
44245
44246 2006-08-22  Bruno Haible  <bruno@clisp.org>
44247
44248         * build-aux/x-to-1.in: New file, from GNU gettext.
44249
44250 2006-08-22  Bruno Haible  <bruno@clisp.org>
44251
44252         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44253         <utmpx.h> exists.
44254
44255 2006-08-22  Bruno Haible  <bruno@clisp.org>
44256
44257         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44258         <utmpx.h> exists.
44259
44260 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44261
44262         BeOS portability.
44263         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44264         exist.
44265         Problem reported by Bruno Haible.
44266
44267 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44268
44269         Avoid the need for AC_LIBSOURCES in m4 macros.
44270         * modules/acl (EXTRA_DIST): Add acl.h.
44271         * modules/argmatch (Files): Add m4/argmatch.m4.
44272         (configure.ac): Add gl_ARGMATCH.
44273         (EXTRA_DIST): Renamed from lib_SOURCES, for
44274         consistency with the other modules.  Remove argmatch.c.
44275         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44276         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44277         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44278         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44279         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44280         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44281         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44282         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44283         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44284         * modules/closeout (EXTRA_DIST): Add closeout.h.
44285         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44286         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44287         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44288         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44289         dirname.h; remove basename.c and stripslash.c.
44290         * modules/exclude (EXTRA_DIST): Add exclude.h.
44291         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44292         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44293         * modules/file-type (EXTRA_DIST): Add file-type.h.
44294         * modules/filemode (EXTRA_DIST): Add filemode.h.
44295         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44296         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44297         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44298         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44299         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44300         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44301         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44302         * modules/getdate (EXTRA_DIST): Add getdate.c.
44303         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44304         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44305         * modules/getpass (EXTRA_DIST): Add getpass.h.
44306         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44307         * modules/group-member (EXTRA_DIST): Add group-member.h.
44308         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44309         * modules/hash (EXTRA_DIST): Add hash.h.
44310         * modules/human (EXTRA_DIST): Add human.h.
44311         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44312         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44313         * modules/lchown (EXTRA_DIST): Add lchown.h.
44314         * modules/long-options (EXTRA_DIST): Add long-options.h.
44315         * modules/lstat (EXTRA_DIST): Add lstat.h.
44316         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44317         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44318         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44319         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44320         * modules/memxor (EXTRA_DIST): Add memxor.h.
44321         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44322         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44323         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44324         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44325         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44326         * modules/physmem (EXTRA_DIST): Add physmem.h.
44327         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44328         * modules/posixver (EXTRA_DIST): Add posixver.h.
44329         * modules/quote (EXTRA_DIST): Add quote.h.
44330         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44331         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44332         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44333         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44334         regex_internal.h regexec.c.
44335         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44336         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44337         * modules/same (EXTRA_DIST): Add same.h.
44338         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44339         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44340         * modules/savedir (EXTRA_DIST): Add savedir.h.
44341         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44342         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44343         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44344         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44345         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44346         * modules/strdup (EXTRA_DIST): Add strdup.h.
44347         * modules/strftime (EXTRA_DIST): Add strftime.h.
44348         * modules/strndup (EXTRA_DIST): Add strndup.h.
44349         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44350         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44351         * modules/time_r (EXTRA_DIST): Add time_r.h.
44352         * modules/timespec (EXTRA_DIST): Add timespec.h.
44353         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44354         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44355         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44356         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44357         * modules/userspec (EXTRA_DIST): Add userspec.h.
44358         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44359         * modules/utimens (EXTRA_DIST): Add utimens.h.
44360         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44361         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44362         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44363         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44364         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44365         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44366         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44367         * modules/yesno (EXTRA_DIST): Add yesno.h.
44368
44369 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44370
44371         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44372
44373         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44374         * m4/dev-ino.m4, same-inode.m4: Remove.
44375
44376         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44377         * m4/acl.m4 (AC_FUNC_ACL):
44378         * m4/backupfile.m4 (gl_BACKUPFILE):
44379         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44380         * m4/canon-host.m4 (gl_CANON_HOST):
44381         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44382         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44383         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44384         * m4/cloexec.m4 (gl_CLOEXEC):
44385         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44386         * m4/closeout.m4 (gl_CLOSEOUT):
44387         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44388         * m4/dirname.m4 (gl_DIRNAME):
44389         * m4/exclude.m4 (gl_EXCLUDE):
44390         * m4/exitfail.m4 (gl_EXITFAIL):
44391         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44392         * m4/file-type.m4 (gl_FILE_TYPE):
44393         * m4/filemode.m4 (gl_FILEMODE):
44394         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44395         * m4/fpending.m4 (gl_FUNC_FPENDING):
44396         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44397         * m4/fts.m4 (gl_FUNC_FTS):
44398         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44399         * m4/getdate.m4 (gl_GETDATE):
44400         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44401         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44402         * m4/getpass.m4 (gl_FUNC_GETPASS):
44403         * m4/gettime.m4 (gl_GETTIME):
44404         * m4/getugroups.m4 (gl_GETUGROUPS):
44405         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44406         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44407         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44408         * m4/hash.m4 (gl_HASH):
44409         * m4/idcache.m4 (gl_IDCACHE):
44410         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44411         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44412         * m4/long-options.m4 (gl_LONG_OPTIONS):
44413         * m4/lstat.m4 (gl_FUNC_LSTAT):
44414         * m4/md5.m4 (gl_MD5):
44415         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44416         * m4/memcoll.m4 (gl_MEMCOLL):
44417         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44418         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44419         * m4/memxor.m4 (gl_MEMXOR):
44420         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44421         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44422         * m4/modechange.m4 (gl_MODECHANGE):
44423         * m4/mountlist.m4 (gl_MOUNTLIST):
44424         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44425         * m4/openat.m4 (gl_FUNC_OPENAT):
44426         * m4/pathmax.m4 (gl_PATHMAX):
44427         * m4/physmem.m4 (gl_PHYSMEM):
44428         * m4/posixtm.m4 (gl_POSIXTM):
44429         * m4/posixver.m4 (gl_POSIXVER):
44430         * m4/quote.m4 (gl_QUOTE):
44431         * m4/quotearg.m4 (gl_QUOTEARG):
44432         * m4/readtokens.m4 (gl_READTOKENS):
44433         * m4/readutmp.m4 (gl_READUTMP):
44434         * m4/regex.m4 (gl_REGEX):
44435         * m4/safe-read.m4 (gl_SAFE_READ):
44436         * m4/safe-write.m4 (gl_SAFE_WRITE):
44437         * m4/same.m4 (gl_SAME):
44438         * m4/save-cwd.m4 (gl_SAVE_CWD):
44439         * m4/savedir.m4 (gl_SAVEDIR):
44440         * m4/settime.m4 (gl_SETTIME):
44441         * m4/sha1.m4 (gl_SHA1):
44442         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44443         * m4/stat-macros.m4 (gl_STAT_MACROS):
44444         * m4/stat-time.m4 (gl_STAT_TIME):
44445         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44446         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44447         * m4/strdup.m4 (gl_FUNC_STRDUP):
44448         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44449         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44450         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44451         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44452         * m4/time_r.m4 (gl_TIME_R):
44453         * m4/timespec.m4 (gl_TIMESPEC):
44454         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44455         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44456         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44457         * m4/userspec.m4 (gl_USERSPEC):
44458         * m4/utimecmp.m4 (gl_UTIMECMP):
44459         * m4/utimens.m4 (gl_UTIMENS):
44460         * m4/xalloc.m4 (gl_XALLOC):
44461         * m4/xgetcwd.m4 (gl_XGETCWD):
44462         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44463         * m4/xreadlink.m4 (gl_XREADLINK):
44464         * m4/xstrtod.m4 (gl_XSTRTOD):
44465         * m4/yesno.m4 (gl_YESNO):
44466         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44467         to get the necessary .h files and whatnot.
44468
44469 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44470             Bruno Haible  <bruno@clisp.org>
44471
44472         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44473         /bin/sh understanding of '!' conditional negation.
44474
44475 2006-08-21  Jim Meyering  <jim@meyering.net>
44476
44477         * modules/openat (Depends-on): Really alphabetize.
44478
44479         * modules/acl (Depends-on): Add error and quote.
44480
44481         * check-module (find_included_lib_files): Add at-func.c to the
44482         ok-to-include-more-than-once white list.
44483
44484         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44485
44486 2006-08-21  Bruno Haible  <bruno@clisp.org>
44487
44488         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44489         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44490         Reported by Martin Lambers <marlam@marlam.de>.
44491
44492 2006-08-21  Bruno Haible  <bruno@clisp.org>
44493
44494         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44495         specify an installation location, don't emit a noinst_LIBRARIES or
44496         noinst_LTLIBRARIES assignment.
44497
44498 2006-08-21  Bruno Haible  <bruno@clisp.org>
44499
44500         BeOS portability.
44501         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44502         BeOS has mbrtowc() but no <wctype.h>.
44503
44504 2006-08-21  Bruno Haible  <bruno@clisp.org>
44505
44506         BeOS portability.
44507         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44508         exist.
44509
44510 2006-08-21  Bruno Haible  <bruno@clisp.org>
44511
44512         BeOS portability.
44513         * lib/mbchar.h: Include <wctype.h> only if it exists.
44514
44515 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44516
44517         Remove files that are no longer needed by their respective modules.
44518         * m4/obstack.m4: Remove.
44519         * m4/strerror_r.m4: Remove.
44520         * m4/uint32_t.m4: Remove.
44521         * m4/uintptr_t.m4: Remove.
44522         * m4/ullong_max.m4: Remove.
44523         * m4/xstrtoimax.m4: Remove.
44524         * m4/xstrtoumax.m4: Remove.
44525
44526         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44527         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44528         dependencies now capture this.
44529
44530         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44531         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44532         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44533         * m4/human.m4 (gl_HUMAN): Likewise.
44534         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44535         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44536
44537         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44538
44539         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44540         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44541         stdint.
44542         * m4/human.m4 (gl_HUMAN): Likewise.
44543         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44544         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44545         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44546         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44547         * m4/xstrtol (gl_XSTRTOL): Likewise.
44548
44549         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44550         AC_TYPE_LONG_LONG_INT.
44551         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44552         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44553         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44554         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44555
44556         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44557         on stdbool.
44558
44559         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44560         (gl_PREREQ_XSTRTOUL): Remove.
44561
44562         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44563
44564         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44565         mode.
44566
44567 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44568
44569         Add and change modules to make it easier for coreutils to use
44570         gnulib-tool.
44571         * modules/backupfile (Files): Remove m4/d-ino.m4.
44572         (Depends-on): Add d-ino.
44573         * modules/cycle-check (Depends-on): Add stdint.
44574         (lib_SOURCES): Add cycle-check.h.
44575         * modules/d-ino: New module.
44576         * modules/d-type: New module.
44577         * modules/error (Files): Remove m4/strerror_r.m4.
44578         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44579         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44580         m4/inttypes_h.m4, m4/uintmax_t.m4.
44581         (Depends-on): Add stdint.
44582         (lib_SOURCES): Add fsusage.h.
44583         * modules/getcwd (Files): Remove d-ino.m4.
44584         (Depends-on): Add d-ino.
44585         * modules/getndelim2 (Depends-on): Add stdint.
44586         * modules/glob (Files): Remove m4/d-type.m4.
44587         (Depends-on): Add d-type.
44588         * modules/host-os: New module.
44589         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44590         m4/inttypes_h.m4, m4/uintmax_t.m4.
44591         * Depends-on: Add stdint.
44592         (lib_SOURCES): Add human.h.
44593         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44594         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44595         m4/uintmax_t.m4, m4/ulonglong.m4.
44596         (Depends-on): Add stdint.
44597         (EXTRA_DIST): Add inttostr.h.
44598         * modules/lchmod: New module.
44599         * modules/link-follow: New module.
44600         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44601         (Depends-on): Add lchmod.
44602         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44603         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44604         (Depends-on): Add stdint.
44605         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44606         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44607         (Depends-on): Add stdint.
44608         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44609         * modules/perl: New module.
44610         * modules/regex (Depends-on): Add stdint.
44611         * modules/rmdir-errno: New module.
44612         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44613         m4/intmax_t.m4.
44614         (Depends-on): Add stdint.
44615         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44616         m4/uintmax_t.m4.
44617         (Depends-on): Add stdint.
44618         * modules/unlink-busy: New module.
44619         * modules/utimecmp (Depends-on): Add stdint.
44620         * modules/uptime: New module.
44621         * modules/winsz-ioctl: New module.
44622         * modules/winsz-termios: New module.
44623         * modules/xnanosleep (Depends-on): Add nanosleep.
44624         * modules/ullong_max: Remove.
44625         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44626         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44627         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44628         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44629         (Depends-on): Add inttypes.
44630         (lib_SOURCES): Add xstrtol.h.
44631         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44632         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44633         * MODULES.html.sh: Move 'assert' into the assert section.
44634         Move 'dummy' into the linking section.
44635         Remove ullong_max.
44636         Add section for compatibility checks for POSIX:2001 functions,
44637         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44638         winsz-ioctl, and winsz-termios into it.
44639         Add lchmod.
44640         Add top-level Misc section and put host-os, perl, and uptime
44641         into it.
44642
44643 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44644
44645         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44646         now assume the stdint module.  Do not include inttypes.h.
44647         * lib/fsusage.h: Likewise.
44648         * lib/getndelim2.c: Likewise.
44649         * lib/human.h: Likewise.
44650         * lib/inttostr.h: Likewise.
44651         * lib/obstack.c: Likewise.
44652         * lib/regex_internal.h: Likewise.
44653         * lib/tempname.c: Likewise.
44654         * lib/utimecmp.c: Likewise.
44655         * lib/xstrtol.h: Likewise.
44656
44657         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44658
44659         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44660         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44661         * lib/xtime.h: Likewise.
44662
44663 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44664
44665         * modules/openat (Files): Add lib/fchmodat.c.
44666         Fixes problem reported by Jay Youngman.
44667
44668 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44669
44670         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44671         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44672
44673 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44674             Bruno Haible  <bruno@clisp.org>
44675
44676         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44677         and is a script that invokes bison. Tighten the code. Add comments.
44678
44679 2006-08-18  Jim Meyering  <jim@meyering.net>
44680
44681         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44682         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44683         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44684         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44685
44686 2006-08-18  Bruno Haible  <bruno@clisp.org>
44687
44688         * modules/bison-i18n: New file.
44689         * MODULES.html.sh (Internationalization functions): Add it.
44690
44691 2006-08-18  Bruno Haible  <bruno@clisp.org>
44692
44693         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44694         sys/statvfs.h. When getmntinfo was found, check its declaration and
44695         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44696
44697 2006-08-18  Bruno Haible  <bruno@clisp.org>
44698
44699         * m4/bison-i18n.m4: New file, from bison.
44700
44701 2006-08-18  Bruno Haible  <bruno@clisp.org>
44702
44703         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44704         (ME_DUMMY): Treat "kernfs" as a dummy.
44705         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44706
44707 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44708
44709         Update from coreutils.
44710
44711         2006-08-15  Jim Meyering  <jim@meyering.net>
44712
44713         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44714
44715         2006-01-17  Jim Meyering  <jim@meyering.net>
44716
44717         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44718
44719         2006-01-11  Jim Meyering  <jim@meyering.net>
44720
44721         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44722         Check for the lchmod function.
44723
44724 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44725
44726         Update from coreutils.
44727
44728         * lib/__fpending.h: Add copyright notice.
44729         * lib/fprintftime.h: Likewise.
44730         * lib/savedir.c: Use (C) in copyright notice.
44731         * lib/savedir.h: Likewise.
44732
44733         2006-08-15  Jim Meyering  <jim@meyering.net>
44734
44735         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44736         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44737         in support of the EXPECTED_ERRNO macro.
44738         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44739         definitions.  Instead, define the appropriate symbols and include
44740         "at-func.c".
44741         * lib/mkdirat.c (mkdirat): Likewise.
44742         * lib/fchmodat.c (fchmodat): Likewise.
44743         (ENOSYS): Remove definition.
44744         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44745         it.  Don't include "unistd--.h" -- it wasn't ever used.
44746
44747         2006-01-17  Jim Meyering  <jim@meyering.net>
44748
44749         Rewrite fts.c not to change the current working directory,
44750         by using openat, fstatat, fdopendir, etc..
44751
44752         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44753         (HAVE_OPENAT_SUPPORT): Define.
44754         [_LIBC] (fchdir): Don't undef or define; no longer used.
44755         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44756         Now, this `function' always succeeds, and consumes its file descriptor
44757         parameter -- so callers must not close such FDs.  Update callers.
44758         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44759         (diropen): Add parameter, SP.  Adjust all callers.
44760         Implement using diropen_fd, rather than open.
44761         (fts_open): Initialize new member, fts_cwd_fd.
44762         Remove fts_rft-setting code.
44763         (fts_close): Close fts_cwd_fd, if necessary.
44764         (__opendir2): Define in terms of opendir or opendirat,
44765         depending on whether the FST_NOCHDIR flag is set.
44766         (fts_build): Since fts_safe_changedir consumes its FD, and since
44767         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44768         and close the dup'd file descriptor upon failure.
44769         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44770         (fts_safe_changedir): Tweak semantics to reflect that this function
44771         now calls cwd_advance_fd and hence consumes its FD argument.
44772         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44773         [struct FTS] (fts_rft): Remove now-unused member.
44774         [struct FTS] (fts_cycle.state): Improve comment.
44775
44776         * lib/openat.c (openat_needs_fchdir): New function.
44777         * lib/openat.h (openat_needs_fchdir): Declare it.
44778
44779 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44780
44781         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44782         Problem and fix reported by Pádraig Brady in
44783         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44784
44785 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44786
44787         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44788
44789 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44790
44791         * lib/memcoll.c (memcoll): Optimize for the common case where the
44792         arguments are bytewise equal.
44793
44794 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44795
44796         * doc/regexprops-generic.texi: Add a copyright notice.
44797
44798 2006-08-15  Bruno Haible  <bruno@clisp.org>
44799
44800         * modules/tmpdir (License): Change to LGPL.
44801
44802 2006-08-15  Bruno Haible  <bruno@clisp.org>
44803
44804         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44805         module.
44806
44807 2006-08-14  Simon Josefsson  <jas@extundo.com>
44808
44809         * config/srclist.txt: Add gnupload.
44810
44811 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44812
44813         Change copyright notice from LGPL 2 to GPL 2, since that's the
44814         standard form used in the gnulib repository.
44815         * tests/test-lock.c: Likewise.
44816         * tests/test-stdint.c: Likewise.
44817         * tests/test-tls.c: Likewise.
44818
44819         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44820         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44821         Add copyright notice.
44822
44823         * check-module: Add copyright notice.  Output a copyright
44824         notice if "--version" is specified.
44825         * modules/COPYING: New file.
44826         * tests/test-getaddrinfo.c: Add copyright notice.
44827         * tests/test-verify.c: Likewise.
44828
44829 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44830
44831         Change copyright notice from LGPL 2 to GPL 2, since that's the
44832         standard form used in the gnulib repository.
44833         * lib/lock.c: LGPL -> GPL.
44834         * lib/lock.h: Likewise.
44835         * lib/strnlen1.c: Likewise.
44836         * lib/strnlen1.h: Likewise.
44837         * lib/tls.c: Likewise.
44838         * lib/tls.h: Likewise.
44839         * lib/tmpdir.c: Likewise.
44840
44841         * lib/TODO: Remove; this belongs only in coreutils.
44842
44843 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44844
44845         Add copyright notices to long-enough files that lack them, since
44846         otherwise the files aren't clearly free.  Use the same notice that
44847         getdate.texi already uses.
44848         * doc/alloca-opt.texi: Add copyright notice.
44849         * doc/alloca.texi: Likewise.
44850         * doc/ctime.texi: Likewise.
44851         * doc/functions.texi: Likewise.
44852         * doc/gcd.texi: Likewise.
44853         * doc/gnulib-tool.texi: Likewise.
44854         * doc/inet_ntoa.texi: Likewise.
44855         * doc/visibility.texi: Likewise.
44856
44857         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44858         * doc/quote.texi: Add copyright notice.
44859
44860         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44861         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44862         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44863         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44864         is now obsolete, and give a pointer to the Sun list.
44865         Add copyright notice.
44866
44867 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44868
44869         * config/srclistvars.sh: Add copyright notice.
44870
44871 2006-08-14  Eric Blake  <ebb9@byu.net>
44872
44873         Import the following change from libc:
44874
44875         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44876
44877         Upstream bug 2997.
44878         * lib/misc/error.c: Add space between program name and message if file
44879         name is missing.
44880
44881 2006-08-12  Karl Berry  <karl@gnu.org>
44882
44883         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44884         remove, these originate in gnulib now.
44885
44886 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44887
44888         * doc/Makefile (standards.info standards.html standards.dvi):
44889         Also depend on make-stds.texi.
44890
44891 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44892
44893         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44894         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44895
44896         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44897         in wchar_t.  Problem reported by Eric Blake.
44898
44899         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44900         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44901         Also, help the compiler to keep LEN in a register.
44902
44903 2006-08-11  Eric Blake  <ebb9@byu.net>
44904
44905         * users.txt: Sort.  Add tar.
44906
44907 2006-08-11  Bruno Haible  <bruno@clisp.org>
44908
44909         * users.txt: New file.
44910
44911 2006-08-11  Bruno Haible  <bruno@clisp.org>
44912
44913         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44914         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44915
44916 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44917
44918         * modules/snprintf (Depends-on): Remove minmax.
44919         (Maintainer): Add self and Bruno.
44920
44921 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44922
44923         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44924         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44925         (EOVERFLOW): Define if the system does not.
44926         Do not include "minmax.h"; it wasn't used.
44927         (snprintf): Don't assume size_t promotes to an unsigned type.
44928         Fix bug when generated string was too long for the buffer: the
44929         buffer's contents are supposed to be the initial prefix of the
44930         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44931         exceeds INT_MAX; do the check ourselves.
44932
44933         Import the following changes from libc:
44934
44935         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44936
44937         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44938         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44939         set wc to the byte which couldn't be converted.
44940         (re_string_reconstruct): Don't clear valid_raw_len before calling
44941         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44942         tip_context using re_string_context_at.
44943
44944         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44945
44946         * lib/posix/regex.h: g++ still cannot handled [restrict].
44947
44948         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44949
44950         * lib/posix/regex.h: Remove special handling for VMS.
44951
44952 2006-08-10  Jim Meyering  <jim@meyering.net>
44953
44954         * modules/same-inode: New module.
44955         * modules/dev-ino: New module.
44956         * modules/cycle-check: Depend on these modules, rather than simply
44957         including their .h files.
44958         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44959         required via m4/cycle-check.m4.
44960         * modules/same: Depend on new same-inode module, rather than
44961         including same-inode.h.
44962         * modules/chdir-safer: New file.
44963
44964         * modules/chown (Depends-on): Add stat-macros.
44965
44966 2006-08-10  Jim Meyering  <jim@meyering.net>
44967
44968         * m4/cycle-check.m4: New file.
44969         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44970         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44971
44972 2006-08-10  Eric Blake  <ebb9@byu.net>
44973
44974         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44975         in from original proposal.
44976
44977 2006-08-10  Eric Blake  <ebb9@byu.net>
44978         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44979
44980         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44981         namespace.
44982
44983 2006-08-10  Bruno Haible  <bruno@clisp.org>
44984
44985         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44986         as well.
44987
44988 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44989
44990         Sync from coreutils.
44991
44992         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44993
44994         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44995         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44996
44997 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44998
44999         * modules/restrict: Remove; no longer needed now that we assume
45000         Autoconf 2.59 or later.
45001         * MODULES.html.sh: Remove 'restrict'.
45002         * modules/argp (Depends-on): Remove 'restrict'.
45003         * modules/base64 (Depends-on): Likewise.
45004         * modules/gc (Depends-on): Likewise.
45005         * modules/getaddrinfo (Depends-on): Likewise.
45006         * modules/glob (Depends-on): Likewise.
45007         * modules/inet_ntop (Depends-on): Likewise.
45008         * modules/inet_pton (Depends-on): Likewise.
45009         * modules/memxor (Depends-on): Likewise.
45010         * modules/regex (Depends-on): Likewise.
45011         * modules/strtok_r (Depends-on): Likewise.
45012         * modules/time_r (Depends-on): Likewise.
45013
45014 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45015
45016         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45017         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45018         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45019         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45020         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45021         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45022         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45023         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45024
45025         Merge from coreutils.
45026         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45027         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45028         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45029         * m4/time_r.m4 (gl_TIME_R): Likewise.
45030
45031 2006-08-09  Karl Berry  <karl@gnu.org>
45032
45033         * config/srclist.txt: no more gettext-tools, per Bruno.
45034
45035 2006-08-08  Eric Blake  <ebb9@byu.net>
45036
45037         * modules/verror: New module.
45038         * MODULES.html.sh: Document it.
45039
45040 2006-08-08  Eric Blake  <ebb9@byu.net>
45041
45042         * lib/verror.h, lib/verror.c: New files.
45043
45044 2006-08-08  Eric Blake  <ebb9@byu.net>
45045
45046         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45047         verror_at_line output complies with GNU Coding Standards even when
45048         file is NULL.
45049
45050 2006-08-07  Bruno Haible  <bruno@clisp.org>
45051
45052         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45053         versions of AIX.
45054         Reported by Ralf Wildenhues.
45055
45056 2006-08-07  Bruno Haible  <bruno@clisp.org>
45057
45058         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45059         in an AC_DEFUN. Needed so that the autoconf snippets can use
45060         AC_REQUIRE.
45061
45062 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45063
45064         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45065         Initialize pkgdata_DATA.
45066         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45067         overriding it.
45068
45069 2006-08-06  Eric Blake  <ebb9@byu.net>
45070
45071         * lib/error.h: Fold in some upstream changes from glibc.
45072         * lib/error.c: Likewise.
45073
45074 2006-08-04  Bruno Haible  <bruno@clisp.org>
45075
45076         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45077         Make the mostlyclean-local rule depend on mostlyclean-generic.
45078         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45079
45080 2006-07-31  Bruno Haible  <bruno@clisp.org>
45081
45082         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45083         <stdlib.h>, <string.h>.
45084
45085 2006-07-30  Bruno Haible  <bruno@clisp.org>
45086
45087         * modules/readlink (License): Change to LGPL.
45088
45089 2006-07-30  Bruno Haible  <bruno@clisp.org>
45090
45091         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45092         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45093         set PKGDATADIR to point to it.
45094
45095 2006-07-30  Bruno Haible  <bruno@clisp.org>
45096
45097         * modules/csharpexec (configure.ac): Comment out macro invocation.
45098         * modules/javaexec (configure.ac): Likewise.
45099         * modules/javacomp-script (configure.ac): Likewise.
45100
45101         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45102
45103 2006-07-30  Bruno Haible  <bruno@clisp.org>
45104
45105         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45106         linked-list.
45107
45108 2006-07-30  Bruno Haible  <bruno@clisp.org>
45109
45110         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45111
45112 2006-07-30  Bruno Haible  <bruno@clisp.org>
45113
45114         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45115         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45116         get removed.
45117
45118 2006-07-29  Bruno Haible  <bruno@clisp.org>
45119
45120         Make it possible for gnulib-tool to work with locally modified or
45121         augmented gnulib repositories.
45122         * gnulib-tool (func_usage): Document --local-dir option.
45123         (local_gnulib_dir): New variable.
45124         Handle --local-dir option.
45125         (func_lookup_file): New function.
45126         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45127         (func_get_description, func_get_filelist, func_get_description,
45128         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45129         func_get_automake_snippet, func_get_include_directive,
45130         func_get_license, func_get_maintainer): Use func_lookup_file.
45131         (func_import, func_create_testdir): Use func_lookup_file.
45132
45133 2006-07-29  Bruno Haible  <bruno@clisp.org>
45134
45135         * modules/setenv (Depends-on): Add unistd.
45136
45137 2006-07-29  Bruno Haible  <bruno@clisp.org>
45138
45139         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45140
45141 2006-07-29  Bruno Haible  <bruno@clisp.org>
45142
45143         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45144
45145 2006-07-29  Bruno Haible  <bruno@clisp.org>
45146
45147         * gnulib-tool (import, update): If there is no Makefile.am, look at
45148         aclocal.m4, instead of bailing out.
45149
45150 2006-07-29  Bruno Haible  <bruno@clisp.org>
45151
45152         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45153         Categorize the options by when they are useful.
45154
45155 2006-07-29  Bruno Haible  <bruno@clisp.org>
45156
45157         * gnulib-tool (func_usage): Document option --no-libtool.
45158         Handle option --no-libtool.
45159         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45160         for changed semantics of $libtool variable.
45161         (func_import): Likewise. If libtool is not used, show this through
45162         an option --no-libtool.
45163         (func_create_testdir): Update.
45164
45165 2006-07-29  Bruno Haible  <bruno@clisp.org>
45166
45167         * gnulib-tool (func_import): Extend error message about missing
45168         --doc-base.
45169
45170 2006-07-29  Bruno Haible  <bruno@clisp.org>
45171
45172         * gnulib-tool (func_import): Don't create the $docbase directory if
45173         there is no file to store there.
45174
45175 2006-07-29  Bruno Haible  <bruno@clisp.org>
45176
45177         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45178         relevant, look for configure.ac there, not in the current directory.
45179         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45180
45181 2006-07-29  Bruno Haible  <bruno@clisp.org>
45182
45183         * gnulib-tool (SORT): New variable.
45184         (func_usage): Undocument --assume-autoconf option.
45185         Remove --assume-autoconf option handling.
45186         (autoconf_minversion): Determine from the contents of configure.ac.
45187         (func_import): Remove autoconf_minversion handling.
45188         Suggested by Eric Blake.
45189
45190 2006-07-29  Bruno Haible  <bruno@clisp.org>
45191
45192         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45193
45194 2006-07-29  Bruno Haible  <bruno@clisp.org>
45195
45196         * config/srclist.txt (*setenv.[ch]): Remove rules.
45197
45198 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45199
45200         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45201
45202 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45203
45204         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45205         arpa/inet.h.
45206
45207 2006-07-28  Simon Josefsson  <jas@extundo.com>
45208
45209         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45210         * modules/inet_pton (Depends-on): Likewise.
45211
45212 2006-07-28  Simon Josefsson  <jas@extundo.com>
45213
45214         * m4/netinet_in_h.m4: New file.
45215
45216 2006-07-28  Simon Josefsson  <jas@extundo.com>
45217
45218         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45219         #include's.
45220
45221 2006-07-28  Simon Josefsson  <jas@extundo.com>
45222
45223         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45224         #include's.
45225
45226 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45227
45228         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45229         setgid on directories only if they set these bits.
45230         * lib/modechange.h: Remove obsolete comment about masks.
45231
45232 2006-07-28  Eric Blake  <ebb9@byu.net>
45233
45234         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45235         macro expansion.
45236
45237 2006-07-28  Bruno Haible  <bruno@clisp.org>
45238
45239         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45240
45241 2006-07-28  Bruno Haible  <bruno@clisp.org>
45242
45243         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45244
45245 2006-07-28  Bruno Haible  <bruno@clisp.org>
45246
45247         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45248         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45249         Define fallbacks.
45250         Avoids link error on FreeBSD 4.x.
45251         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45252
45253         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45254         encoding.
45255         * lib/mbswidth.c (iswcntrl): Likewise.
45256
45257 2006-07-27  Bruno Haible  <bruno@clisp.org>
45258
45259         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45260         test.
45261
45262 2006-07-27  Bruno Haible  <bruno@clisp.org>
45263
45264         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45265         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45266         defined.
45267
45268 2006-07-26  Eric Blake  <ebb9@byu.net>
45269
45270         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45271
45272 2006-07-26  Eric Blake  <ebb9@byu.net>
45273
45274         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45275         like mingw that lack mkstemp.
45276         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45277         avoid compilation warning on mingw.
45278
45279 2006-07-26  Bruno Haible  <bruno@clisp.org>
45280
45281         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45282         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45283         INT_FAST*_MIN, INTPTR_MIN.
45284
45285 2006-07-25  Bruno Haible  <bruno@clisp.org>
45286
45287         * modules/version-etc (Depends-on): Add stdarg.
45288
45289 2006-07-25  Bruno Haible  <bruno@clisp.org>
45290
45291         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45292         complex commands.
45293
45294 2006-07-25  Bruno Haible  <bruno@clisp.org>
45295
45296         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45297         defined in <stdarg.h> or config.h.
45298
45299 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45300
45301         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45302         (gl_STDIO_SAFER): Remove.
45303
45304 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45305
45306         * MODULES.html.sh (File stream based Input/Output):
45307         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45308         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45309         * modules/fopen-safer, modules/tmpfile-safer: New files.
45310         * modules/stdio-safer: Remove.
45311
45312 2006-07-24  Bruno Haible  <bruno@clisp.org>
45313
45314         * modules/tmpdir: New file.
45315         * MODULES.html.sh (File system functions): Add it.
45316
45317 2006-07-24  Bruno Haible  <bruno@clisp.org>
45318
45319         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45320         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45321
45322 2006-07-24  Bruno Haible  <bruno@clisp.org>
45323
45324         * modules/clean-temp: New file.
45325
45326 2006-07-24  Bruno Haible  <bruno@clisp.org>
45327
45328         * m4/tmpdir.m4: New file, from GNU gettext.
45329
45330 2006-07-24  Bruno Haible  <bruno@clisp.org>
45331
45332         * lib/tmpdir.h: New file, from GNU gettext.
45333         * lib/tmpdir.c: New file, from GNU gettext.
45334
45335 2006-07-24  Bruno Haible  <bruno@clisp.org>
45336
45337         * lib/clean-temp.h: New file, from GNU gettext.
45338         * lib/clean-temp.c: New file, from GNU gettext.
45339
45340 2006-07-23  Eric Blake  <ebb9@byu.net>
45341
45342         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45343         (Depends-on): Add binary-io.
45344
45345 2006-07-23  Eric Blake  <ebb9@byu.net>
45346
45347         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45348
45349 2006-07-23  Eric Blake  <ebb9@byu.net>
45350
45351         * lib/tmpfile-safer.c: New file.
45352         * lib/stdio-safer.h (fopen_safer): Add prototype.
45353         * lib/stdio--.h (tmpfile): Make safer.
45354
45355 2006-07-23  Bruno Haible  <bruno@clisp.org>
45356
45357         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45358         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45359         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45360         gl_linked_remove_at): Use it.
45361
45362 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45363         and Simon Josefsson <jas@extundo.com>
45364
45365         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45366
45367         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45368
45369 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45370
45371         * modules/close-stream: New file.
45372         * modules/closeout (Description): Make it clear that it exits
45373         with a diagnostic on error.
45374         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45375         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45376
45377 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45378
45379         * m4/close-stream.m4: New file.
45380
45381 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45382
45383         * lib/close-stream.c, lib/close-stream.h: New files.
45384
45385 2006-07-22  Bruno Haible  <bruno@clisp.org>
45386
45387         Merge from GNU gettext 0.15.
45388
45389         2006-05-01  Bruno Haible  <bruno@clisp.org>
45390
45391                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45392
45393         2006-07-22  Bruno Haible  <bruno@clisp.org>
45394
45395                 * modules/javaversion: New file.
45396                 * MODULES.html.sh (Java): Add javaversion.
45397
45398         2006-03-12  Bruno Haible  <bruno@clisp.org>
45399
45400                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45401
45402         2005-12-04  Bruno Haible  <bruno@clisp.org>
45403
45404                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45405                 (untested).
45406
45407         2006-06-21  Bruno Haible  <bruno@clisp.org>
45408
45409                 Avoid warnings from recent versions of mcs.
45410                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45411                 -o, -L, -r any more. Use options documented since mcs-1.0
45412                 instead. Similarly for -g.
45413
45414         2005-12-04  Bruno Haible  <bruno@clisp.org>
45415
45416                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45417                 .resources, not .resource.
45418
45419         2005-07-09  Bruno Haible  <bruno@clisp.org>
45420
45421                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45422                 add a .dll suffix.
45423                 Reported by Mark Junker <mjscod@gmx.de>.
45424
45425         2006-07-22  Bruno Haible  <bruno@clisp.org>
45426
45427                 * modules/gettext: Upgrade to gettext-0.15.
45428                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45429                 m4/visibility.m4.
45430                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45431
45432 2006-07-22  Bruno Haible  <bruno@clisp.org>
45433
45434         Merge from GNU gettext 0.15.
45435
45436         2006-03-25  Bruno Haible  <bruno@clisp.org>
45437
45438                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45439
45440         2006-07-21  Bruno Haible  <bruno@clisp.org>
45441
45442                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45443                 "1.1".
45444
45445         2006-05-09  Bruno Haible  <bruno@clisp.org>
45446
45447                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45448                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45449                 for the conftestver execution.
45450
45451         2006-05-01  Bruno Haible  <bruno@clisp.org>
45452
45453                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45454                 optional target-version argument. Verify that the compiler
45455                 groks source of the specified source-version, or add -source
45456                 option as necessary. Verify that the compiler produces
45457                 bytecode in the specified target-version, or add -target and
45458                 -source options as necessary. Make the result of the test
45459                 available as variable CONF_JAVAC. Also log error output in
45460                 config.log.
45461
45462         2006-03-11  Bruno Haible  <bruno@clisp.org>
45463
45464                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45465
45466         2006-05-09  Bruno Haible  <bruno@clisp.org>
45467
45468                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45469                 CLASSPATH_SEPARATOR to a semicolon.
45470
45471         2006-03-12  Bruno Haible  <bruno@clisp.org>
45472
45473                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45474                 available as variable CONF_JAVA, for subsequent autoconf
45475                 tests. Also log error output in config.log.
45476
45477         2006-07-19  Bruno Haible  <bruno@clisp.org>
45478
45479                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45480                 that getline works on glibc2 systems. Needed to avoid trouble
45481                 in relocatable.c.
45482                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45483
45484         2005-12-04  Bruno Haible  <bruno@clisp.org>
45485
45486                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45487                 launcher (untested).
45488
45489         2005-12-04  Bruno Haible  <bruno@clisp.org>
45490
45491                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45492
45493         2006-07-22  Bruno Haible  <bruno@clisp.org>
45494
45495                 * gettext.m4: Update from GNU gettext-0.15.
45496                 * nls.m4: Likewise.
45497                 * po.m4: Likewise.
45498                 * inttypes-pri.m4: Likewise.
45499                 * inttypes-h.m4: Renamed from inttypes.m4.
45500                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45501
45502 2006-07-22  Bruno Haible  <bruno@clisp.org>
45503
45504         Merge from GNU gettext 0.15.
45505
45506         2005-07-05  Bruno Haible  <bruno@clisp.org>
45507
45508                 * printf-args.c (printf_fetchargs): Work around broken
45509                 definition of wint_t on mingw.
45510
45511         2005-02-12  Bruno Haible  <bruno@clisp.org>
45512
45513                 * xallocsa.h: Add extern "C" for C++.
45514
45515         2006-05-17  Bruno Haible  <bruno@clisp.org>
45516
45517                 Cygwin portability.
45518                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45519
45520         2006-04-30  Bruno Haible  <bruno@clisp.org>
45521
45522                 * progreloc.c: Include <mach-o/dyld.h> if available.
45523                 (find_executable): Use _NSGetExecutablePath when possible.
45524
45525         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45526
45527                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45528                 function.
45529
45530         2005-12-29  Bruno Haible  <bruno@clisp.org>
45531
45532                 * progreloc.c (set_program_name_and_installdir): Fix
45533                 compilation error.
45534
45535         2005-12-04  Bruno Haible  <bruno@clisp.org>
45536
45537                 Cygwin portability.
45538                 * progreloc.c: Include <windows.h> also on Cygwin.
45539                 (find_executable): Add support for Cygwin.
45540                 (set_program_name_and_installdir): Handle also platforms with
45541                 nonempty EXEEXT.
45542
45543         2006-07-11  Bruno Haible  <bruno@clisp.org>
45544
45545                 * javacomp.c: Fix a comment.
45546                 Reported by Jim Meyering.
45547
45548         2006-04-30  Bruno Haible  <bruno@clisp.org>
45549
45550                 * javacomp.h (compile_java_class): Add source_version,
45551                 target_version arguments.
45552                 * javacomp.c: Rewritten to choose only a compiler that
45553                 respects the specified source_version and target_version.
45554
45555         2006-06-27  Bruno Haible  <bruno@clisp.org>
45556
45557                 Assume correct S_ISDIR macro.
45558                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45559
45560         2006-07-22  Bruno Haible  <bruno@clisp.org>
45561
45562                 * javaversion.h: New file, from GNU gettext.
45563                 * javaversion.c: New file, from GNU gettext.
45564                 * javaversion.java: New file, from GNU gettext.
45565                 * javaversion.class: New file, from GNU gettext.
45566
45567         2006-05-17  Bruno Haible  <bruno@clisp.org>
45568
45569                 Cygwin portability.
45570                 * javaexec.c (execute_java_class): Test for jview program
45571                 also on Cygwin.
45572
45573         2006-04-09  Bruno Haible  <bruno@clisp.org>
45574
45575                 * fatal-signal.c: Don't include string.h.
45576                 (at_fatal_signal): Use a copying loop instead of memcpy.
45577
45578         2005-12-04  Bruno Haible  <bruno@clisp.org>
45579
45580                 * csharpexec.c: Add support for 'clix' launcher (untested).
45581                 (execute_csharp_using_sscli): New function.
45582                 (execute_csharp_program): Call it.
45583
45584         2006-06-21  Bruno Haible  <bruno@clisp.org>
45585
45586                 Avoid warnings from recent versions of mcs.
45587                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45588                 -o, -L, -r any more. Use options documented since mcs-1.0
45589                 instead. Similarly for -g.
45590
45591         2005-07-09  Bruno Haible  <bruno@clisp.org>
45592
45593                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45594                 add a .dll suffix.
45595                 Reported by Mark Junker <mjscod@gmx.de>.
45596
45597         2006-06-17  Bruno Haible  <bruno@clisp.org>
45598
45599                 * config.charset: Update for NetBSD 3.0.
45600
45601         2006-05-17  Bruno Haible  <bruno@clisp.org>
45602
45603                 Cygwin portability.
45604                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45605
45606         2006-05-16  Bruno Haible  <bruno@clisp.org>
45607
45608                 * localcharset.c [CYGWIN]: Include <windows.h>.
45609                 (get_charset_aliases): For Cygwin, return the same CPxxx
45610                 aliases list as under WIN32.
45611                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45612                 the environment variables. Fall back to GetACP().
45613
45614         2006-04-05  Bruno Haible  <bruno@clisp.org>
45615
45616                 * config.charset: Update Juan Manuel Guerrero's address.
45617
45618         2005-02-12  Bruno Haible  <bruno@clisp.org>
45619
45620                 * allocsa.h: Add extern "C" for C++.
45621
45622         2005-02-10  Bruno Haible  <bruno@clisp.org>
45623
45624                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45625                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45626
45627         2006-07-22  Bruno Haible  <bruno@clisp.org>
45628
45629                 * gettext.h: Update to GNU gettext-0.15.
45630
45631 2006-07-22  Bruno Haible  <bruno@clisp.org>
45632
45633         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45634         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45635         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45636
45637 2006-07-21  Eric Blake  <ebb9@byu.net>
45638
45639         * modules/stdlib-safer: New file.
45640         * MODULES.html.sh (File stream based Input/Output): Add
45641         stdlib-safer.
45642
45643 2006-07-21  Eric Blake  <ebb9@byu.net>
45644
45645         * lib/stdlib-safer.h: New file from coreutils, required by
45646         stdlib--.h.
45647
45648 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45649
45650         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45651
45652 2006-07-20  Bruno Haible  <bruno@clisp.org>
45653
45654         * gnulib-tool: Recognize new option --assume-autoconf.
45655         (autoconf_minversion): New variable.
45656         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45657
45658 2006-07-20  Bruno Haible  <bruno@clisp.org>
45659
45660         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45661
45662 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45663
45664         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45665         Reindent and repaginate.
45666
45667 2006-07-19  Derek Price  <derek@ximbiot.com>
45668
45669         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45670         Correct grammar.
45671
45672 2006-07-17  Bruno Haible  <bruno@clisp.org>
45673
45674         * modules/list: New file.
45675         * modules/array-list: New file.
45676         * modules/carray-list, modules/carray-list-tests: New files.
45677         * modules/linked-list, modules/linked-list-tests: New files.
45678         * modules/avltree-list, modules/avltree-list-tests: New files.
45679         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45680         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45681         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45682         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45683         * modules/oset: New file.
45684         * modules/array-oset: New file.
45685         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45686         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45687         * tests/test-carray_list.c: New file.
45688         * tests/test-linked_list.c: New file.
45689         * tests/test-avltree_list.c: New file.
45690         * tests/test-rbtree_list.c: New file.
45691         * tests/test-linkedhash_list.c: New file.
45692         * tests/test-avltreehash_list.c: New file.
45693         * tests/test-rbtreehash_list.c: New file.
45694         * tests/test-avltree_oset.c: New file.
45695         * tests/test-rbtree_oset.c: New file.
45696         * MODULES.html.sh (Container data structures): New section.
45697
45698 2006-07-17  Bruno Haible  <bruno@clisp.org>
45699
45700         * m4/gl_list.m4: New file.
45701
45702 2006-07-17  Bruno Haible  <bruno@clisp.org>
45703
45704         * lib/gl_list.h: New file.
45705         * lib/gl_list.c: New file.
45706         * lib/gl_array_list.h: New file.
45707         * lib/gl_array_list.c: New file.
45708         * lib/gl_carray_list.h: New file.
45709         * lib/gl_carray_list.c: New file.
45710         * lib/gl_linked_list.h: New file.
45711         * lib/gl_linked_list.c: New file.
45712         * lib/gl_anylinked_list1.h: New file.
45713         * lib/gl_anylinked_list2.h: New file.
45714         * lib/gl_avltree_list.h: New file.
45715         * lib/gl_avltree_list.c: New file.
45716         * lib/gl_anyavltree_list1.h: New file.
45717         * lib/gl_anyavltree_list2.h: New file.
45718         * lib/gl_rbtree_list.h: New file.
45719         * lib/gl_rbtree_list.c: New file.
45720         * lib/gl_anyrbtree_list1.h: New file.
45721         * lib/gl_anyrbtree_list2.h: New file.
45722         * lib/gl_anytree_list1.h: New file.
45723         * lib/gl_anytree_list2.h: New file.
45724         * lib/gl_linkedhash_list.h: New file.
45725         * lib/gl_linkedhash_list.c: New file.
45726         * lib/gl_anyhash_list1.h: New file.
45727         * lib/gl_anyhash_list2.h: New file.
45728         * lib/gl_avltreehash_list.h: New file.
45729         * lib/gl_avltreehash_list.c: New file.
45730         * lib/gl_rbtreehash_list.h: New file.
45731         * lib/gl_rbtreehash_list.c: New file.
45732         * lib/gl_anytreehash_list1.h: New file.
45733         * lib/gl_anytreehash_list2.h: New file.
45734
45735         * lib/gl_oset.h: New file.
45736         * lib/gl_oset.c: New file.
45737         * lib/gl_array_oset.h: New file.
45738         * lib/gl_array_oset.c: New file.
45739         * lib/gl_avltree_oset.h: New file.
45740         * lib/gl_avltree_oset.c: New file.
45741         * lib/gl_rbtree_oset.h: New file.
45742         * lib/gl_rbtree_oset.c: New file.
45743         * lib/gl_anytree_oset.h: New file.
45744
45745 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45746
45747         * m4/mkancesdirs.m4: New file.
45748         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45749         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45750         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45751         it.
45752
45753 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45754
45755         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45756         * lib/mkancesdirs.h: New files.
45757         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45758         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45759         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45760         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45761         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45762         callers changed.  Revamp internals significantly, by not
45763         attempting to create directories that are temporarily more
45764         permissive than the final results.  Do not attempt to use
45765         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45766         This removes some race conditions, fixes some bugs, and simplifies
45767         things.  Use new dirchownmod function to do owner and mode changes.
45768         * lib/mkdir-p.h: Likewise.
45769         * lib/modechange.c (octal_to_mode): New function.
45770         (struct mode_change): New member mentioned.
45771         (make_node_op_equals): New arg mentioned.  All callers changed.
45772         (mode_compile): Keep track of which mode bits the user has explicitly
45773         mentioned.
45774         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45775         New arg PMODE_BITS, to keep track of which mode bits the user
45776         mentioned; it treats S_ISUID and S_ISGID speciall.
45777         All callers changed.
45778         * lib/modechange.h: Likewise.
45779
45780 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45781
45782         * MODULES.html.sh: Add mkancestors.
45783         * modules/mkancesdirs: New module.
45784         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45785         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45786         The chdir-safer and afs files are now orphans; I'll remove them
45787         unless someone speaks up.
45788         Add lib/dirchownmod.c, lib/dirchownmod.h.
45789         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45790         Add lchown, mkancesdirs.
45791         (Maintainer): Add self.
45792
45793 2006-07-15  Karl Berry  <karl@gnu.org>
45794
45795         * gnulib-tool: help message wording/arrangement.
45796
45797 2006-07-14  Simon Josefsson  <jas@extundo.com>
45798
45799         * doc/gnulib.texi (Libtool and Windows): New section.
45800
45801 2006-07-12  Simon Josefsson  <jas@extundo.com>
45802
45803         * modules/gendocs (License): Fix license, approved by Karl.
45804
45805 2006-07-12  Eric Blake  <ebb9@byu.net>
45806
45807         * MODULES.html.sh: Add gendocs.
45808
45809 2006-07-11  Eric Blake  <ebb9@byu.net>
45810
45811         * modules/fdl: New module, to install doc/fdl.texi.
45812         * MODULES.html.sh: Add new section for documentation modules.
45813         * gnulib-tool: Avoid space-tab.
45814         (--doc-base): New option, to manage files from doc.
45815
45816 2006-07-11  Eric Blake  <ebb9@byu.net>
45817
45818         * m4/absolute-header.m4: Fix comments to match recent change.
45819
45820 2006-07-11  Eric Blake  <ebb9@byu.net>
45821
45822         * gnulib-tool: List --doc-base before --tests-base.
45823
45824 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45825
45826         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45827
45828 2006-07-11  Bruno Haible  <bruno@clisp.org>
45829
45830         * README: Mention where to put documentation.
45831
45832 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45833
45834         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45835
45836 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45837
45838         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45839         to stdint.m4.
45840
45841 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45842
45843         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45844         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45845         "no/such/file/stdint.h" when there is no such file, so that
45846         the resulting C code can be parsed by dodgy compilers.
45847         Problems reported by Bob Proulx.
45848
45849 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45850
45851         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45852         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45853         macros into the GNU _D_EXACT_NAMLEN.
45854         * lib/savedir.c:  Likewise.
45855         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45856
45857 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45858         and Paul Eggert  <eggert@cs.ucla.edu>
45859
45860         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45861         * m4/savedir.m4:
45862         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45863         macros into the GNU _D_EXACT_NAMLEN.
45864
45865 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45866
45867         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45868         around the absolute name, to work around a problem with the HP-UX
45869         11.23 native C compiler, reported by Bob Proulx.
45870
45871 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45872
45873         * doc/maintain.texi, make-stds.texi: Sync from
45874         <http://savannah.gnu.org/projects/gnustandards>.
45875
45876 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45877
45878         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45879
45880 2006-07-09  Jim Meyering  <jim@meyering.net>
45881
45882         * m4/glob.m4: Remove a doubled word in a comment.
45883
45884 2006-07-09  Jim Meyering  <jim@meyering.net>
45885
45886         * lib/argp-pv.c: Remove a doubled word in a comment.
45887         * lib/check-version.c (check_version): Likewise.
45888         * lib/javacomp.c (compile_java_class): Likewise.
45889
45890 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45891
45892         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45893         for the benefit of people using Autoconf 2.60.  If you want to
45894         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45895         (or m4/onceonly.m4, if pre-2.57) manually.
45896
45897 2006-07-08  Jim Meyering  <jim@meyering.net>
45898
45899         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45900         comment.
45901         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45902         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45903         comment.
45904
45905 2006-07-08  Jim Meyering  <jim@meyering.net>
45906
45907         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45908
45909 2006-07-07  Simon Josefsson  <jas@extundo.com>
45910
45911         * tests/test-crc.c: Change expected crc value, the test vector
45912         were probably computed using the old broken crc.c?
45913
45914 2006-07-06  Simon Josefsson  <jas@extundo.com>
45915
45916         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45917         now the canonical place for the M4 file).
45918
45919         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45920         from the sys_socket dependency now.
45921
45922         * modules/inet_pton (Files): Ditto.
45923
45924         * modules/inet_ntop (Files): Ditto.
45925
45926 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45927
45928         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45929         not gl_PREREQ_GETUSERSHELL.
45930
45931 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45932
45933         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45934         with only one argument, for Autoconf 2.60.
45935         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45936         expand to nothing, so add a shell command to avoid syntax error.
45937         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45938
45939 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45940
45941         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45942
45943 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45944
45945         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45946         no longer needed.  Check for isblank decl.
45947         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45948         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45949         of existence.
45950
45951 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45952
45953         * lib/getloadavg.c: Use __VMS, not VMS.
45954         * lib/getopt.c: Likewise.
45955         * lib/getpagesize.h: Likewise.
45956         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45957         and probably does not work.
45958
45959 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45960
45961         * lib/.cppi-disable: Add wcwidth.
45962         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45963         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45964         (ISGRAPH): Remove.  All uses changed to isgraph.
45965         (FOLD) [!defined _LIBC]: Remove special case.
45966         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45967         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45968         HAVE_ISBLANK.
45969         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45970         case.
45971
45972 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45973
45974         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45975         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45976         brackets.  Other minor changes to suppress some compiler
45977         warnings.
45978
45979 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45980         and Paul Eggert  <eggert@cs.ucla.edu>
45981
45982         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45983         of invoking obsolescent AC_HEADER_DIRENT macro.
45984         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45985         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45986         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45987         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45988         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45989         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45990         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45991         * m4/readdir.m4: Remove; no longer needed.
45992
45993 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45994         and Paul Eggert  <eggert@cs.ucla.edu>
45995
45996         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45997         Don't worry about this obsolete case any more.
45998         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45999         directories.
46000         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
46001         worry about this obsolete case any more.
46002         * lib/fts.c: Likewise.
46003         * lib/getcwd.c: Likewise.
46004         * lib/glob.h: Likewise.
46005         * lib/savedir.c: Likewise.
46006
46007 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46008
46009         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46010         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46011         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46012         needed.
46013         All uses removed.
46014         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46015         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46016         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46017         needed.
46018         * m4/getdate.m4 (gl_GETDATE): Likewise.
46019         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46020         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46021         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46022         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46023         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46024         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46025         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46026         needed.
46027
46028 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46029
46030         * lib/memcasecmp.c: Include <limits.h>.
46031         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46032         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46033         Don't assume isdigit succeeds only on '0' through '9'.
46034
46035 2006-07-05  Eric Blake  <ebb9@byu.net>
46036
46037         * modules/getaddrinfo (Depends-on): Add snprintf.
46038
46039 2006-07-05  Eric Blake  <ebb9@byu.net>
46040
46041         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46042         to avoid 'header present but could not be compiled' on cygwin.
46043
46044 2006-07-05  Eric Blake  <ebb9@byu.net>
46045
46046         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46047         missing from netdb.h.
46048         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46049
46050 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46051
46052         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46053         no longer needed.
46054         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46055         * m4/getdate.m4 (gl_GETDATE): Likewise.
46056         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46057         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46058         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46059         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46060         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46061
46062 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46063
46064         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46065         All uses of is_space replaced by isspace.
46066         * lib/exit.h: Don't talk about STDC_HEADERS.
46067         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46068         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46069         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46070         replaced by isprint etc.
46071         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46072         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46073         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46074         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46075         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46076         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46077
46078 2006-07-05  Bruno Haible  <bruno@clisp.org>
46079
46080         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46081         the function exists, before testing against AIX.
46082         Reported by Martin Lambers <marlam@marlam.de>.
46083
46084 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46085
46086         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46087         From Mark D. Baushke.
46088
46089 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46090
46091         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46092         to the absolute name, not just one, to bypass Sun C 5.8's
46093         "warning: #include of /usr/include/... may be non-portable".
46094
46095 2006-07-04  Eric Blake  <ebb9@byu.net>
46096
46097         * modules/dirname-tests: New test module.
46098         * tests/test-dirname.c: New file, replacing dirname.c
46099         TEST_DIRNAME section that was recently deleted.
46100
46101 2006-07-04  Bruno Haible  <bruno@clisp.org>
46102
46103         Assume ANSI C header files and <ctype.h> functions.
46104         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46105         (mbsnwidth): Use isprint, iscntrl instead.
46106
46107 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46108
46109         Merge from coreutils.
46110         * MODULES.html.sh: Add xstrtold.
46111         * modules/xstrtold: New file.
46112         * modules/cycle-check (Files): Add lib/same-inode.h.
46113         * modules/dirname (Files): Add m4/double-slash-root.m4.
46114         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46115         * modules/mkdir-p (Files): Add lib/same-inode.h.
46116         * modules/same (Files): Add lib/same-inode.h.
46117
46118 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46119
46120         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46121         This is to keep the terminology clean; POSIX talks about
46122         "absolute pathnames", not "full pathnames", but the GNU
46123         Coding Standards say to use "path" for something else;
46124         so use "absolute" to keep both sides happy.
46125         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46126         Set gl_absolute_header, not gl_full_header_path.
46127         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46128         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46129         All uses changed.
46130
46131         Merge from coreutils.
46132
46133         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46134
46135         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46136         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46137         want to require the building of c-strtod.o.
46138         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46139         needs -lm directly.
46140         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46141
46142         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46143
46144         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46145         --as-needed option if available.  Problem reported by Albert Chin in
46146         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46147         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46148         cc merely issues a bunch of annoying warnings for --as-needed
46149         (this problem was reported by Bob Proulx).  Also, try linking with
46150         -lm to detect a bug in binutils 2.16 (this problem was reported
46151         by Ralf Wildenhues).
46152
46153         2006-06-18  Jim Meyering  <jim@meyering.net>
46154
46155         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46156         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46157         macro.
46158         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46159         also check for glibc-2.4's abort-inducing bug.
46160
46161         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46162         Low-probability clean-up should be to use rmdir to get rid of
46163         the just-created directory, not unlink.
46164
46165         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46166         configure fail, and request a bug report to inform us about it.
46167         Add a comment that, barring reports to the contrary, in 2007 we'll
46168         assume ftruncate is universally available.
46169
46170         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46171
46172         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46173
46174         2006-03-12  Jim Meyering  <jim@meyering.net>
46175
46176         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46177         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46178         * m4/same.m4 (gl_SAME): Likewise.
46179         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46180
46181         2006-03-11  Eric Blake  <ebb9@byu.net>
46182
46183         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46184         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46185         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46186         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46187
46188 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46189
46190         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46191         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46192         reported by Mark D. Baushke, one in
46193         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46194
46195         Merge from coreutils.
46196
46197         * lib/.cppi-disable: Add stdint_.h.
46198         * lib/.cvsignore: Add stdint.h.
46199
46200         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46201
46202         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46203         both double and long double versions.
46204         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46205         * lib/xstrtold.c: New file.
46206         * lib/xstrtod.h (xstrtold): New decl.
46207
46208         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46209
46210         * lib/filemode.c (setst): Remove.
46211         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46212         (arguably) clearer, and the generated code is a bit smaller on my
46213         Debian GNU/Linux stable x86 host.
46214
46215         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46216
46217         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46218         Assume that filemode.h includes sys/types.h and sys/stat.h.
46219         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46220         (ftypelet): Reorder to put common cases first, for efficiency.
46221         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46222         to do 'M'.
46223         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46224         of 10, for compatibility with FreeBSD.  All callers changed.
46225         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46226         types that can't be deduced solely from st_mode.  First arg is now a
46227         const pointer.
46228         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46229         (strmode): Renamed from mode_string.
46230         (filemodestring): New decl.
46231         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46232         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46233         needed.
46234         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46235
46236         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46237
46238         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46239         fsusage.h now does that.  Include fsusage.h first, to test interface.
46240         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46241         at most one method (the old code could have generated decls that
46242         didn't conform to C89, not that this was ever exercised).
46243         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46244
46245         2006-03-19  Jim Meyering  <jim@meyering.net>
46246
46247         Work even in a chroot where d_ino values for entries in "/"
46248         don't match the stat.st_ino values for the same names.
46249         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46250         number, iterate through all entries again, using lstat instead.
46251         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46252         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46253
46254         * lib/getcwd.c (__getcwd): Clarify a comment.
46255         Use memcpy in place of a call to strcpy.
46256
46257         2006-03-12  Jim Meyering  <jim@meyering.net>
46258
46259         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46260         matches that of the current directory (which we're about to chdir ".."
46261         out of), then save the dev-ino of the parent, instead.
46262
46263         * lib/same-inode.h (SAME_INODE): New file/macro.
46264         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46265         Include "same-inode.h", instead.
46266         * lib/same.c: Likewise.
46267         * lib/cycle-check.h: Include "same-inode.h".
46268         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46269         * lib/cycle-check.c (SAME_INODE): Remove definition.
46270         * lib/root-dev-ino.h: Include "same-inode.h".
46271
46272         2006-03-11  Eric Blake  <ebb9@byu.net>
46273
46274         * lib/same.c (same_name): s/base_name/last_component/
46275         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46276         * lib/filenamecat.c (file_name_concat): Likewise.
46277
46278         2006-03-11  Eric Blake  <ebb9@byu.net>,
46279                     Paul Eggert  <eggert@cs.ucla.edu>
46280
46281         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46282         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46283         drive prefix.
46284         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46285         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46286         (last_component): New method.
46287         * lib/dirname.c (dir_len): Determine when drive letters need a
46288         subsequent slash.  Preserve // when it is special.
46289         (dir_name): Don't append dot when drive letter is absolute.
46290         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46291         * lib/basename.c (base_name): New semantics - malloc the result.
46292         Preserve // when it is special.  Preserve relative files that look
46293         like drive letters.
46294         (base_len): Preserve // when it is special.
46295         (last_component): New method, similar to old base_name semantics.
46296         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46297         base_name.  Strip redundant slashes from ///.
46298
46299 2006-07-03  Jim Meyering  <jim@meyering.net>
46300
46301         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46302         macro is used before the first cycle_check call.
46303
46304 2006-07-03  Eric Blake  <ebb9@byu.net>
46305
46306         * modules/dirname (Depends-on): Add xstrndup.
46307
46308 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46309
46310         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46311         test cases, so that config.log is a bit easier to follow.
46312
46313 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46314
46315         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46316         both are 64 bits, since this seems to be the tradition, and this
46317         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46318         we ever run into a host that prefers long long to long in this
46319         case, we'll need another configure-time test.  Problem reported by
46320         Jim Meyering.
46321
46322 2006-07-02  Eric Blake  <ebb9@byu.net>
46323
46324         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46325
46326 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46327
46328         * modules/inttypes (Depends-on): No longer depends on stdint.
46329         * modules/stdint (Description): Say more about assumptions.
46330         Say that the fast types might differ.  Say macros are used.
46331         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46332         (Makefile.am): Revise list of substituted symbols to match
46333         new stdint.m4.
46334         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46335         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46336         * tests/test-stdint.c (verify_same_types)
46337         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46338         the code conforms to C99/C89.
46339         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46340         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46341
46342 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46343
46344         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46345         but fix a bug, by requiring at least 64 bits.
46346         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46347         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46348         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46349         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46350
46351         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46352         changes.  Make 2.59 a prerequisite.  Check and substitute for
46353         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46354         inttypes.h.  Do not use special include files; just use the
46355         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46356         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46357         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46358         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46359         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46360         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46361         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46362         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46363         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46364         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46365         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46366         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46367         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46368         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46369         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46370         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46371         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46372         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46373         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46374         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46375         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46376         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46377         not check for things that C99 does not require, e.g., int8_t.  If
46378         a test isn't needed unless <stdint.h> isn't working, and is
46379         unlikely to be needed for any other reason, then don't do it
46380         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46381         size_t, since we assume C89 freestanding at least.  Do not check
46382         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46383         the right thing even if the types are not defined.  Instead use:
46384         (gl_STDINT_TYPE_PROPERTIES): New macro.
46385         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46386         testing whether <sys/types.h> clashes, as Autoconf does this for
46387         us now.  All uses removed.
46388         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46389         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46390         (gl_CHECK_TYPE_SAME):
46391         Remove; no longer needed.
46392         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46393         exists, since we'll return 0 anyway in that case.
46394         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46395
46396 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46397
46398         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46399         possible collision with system files.
46400         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46401         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46402         WCHAR_MIN and WCHAR_MAX in this case.
46403         (<stddef.h>): Do not include; no longer needed.
46404         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46405         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46406         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46407         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46408         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46409         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46410         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46411         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46412         !defined(__c99))]: Include in this case too, since it's harmless
46413         now.
46414         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46415         dangerous to do so.
46416         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46417         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46418         (_STDINT_MIN, _STDINT_MAX): New macros.
46419         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46420         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46421         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46422         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46423         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46424         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46425         macros, not typedefs; this simplifies things quite a bit.
46426         Use long int for all types narrower than int64_t.
46427         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46428         Define in terms of long long int or int64_t or long int,
46429         not int64_t or int32_t.  This saves some compile-time testing.
46430         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46431         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46432         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46433         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46434         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46435         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46436         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46437         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46438         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46439         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46440         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46441         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46442         undef any previous version and define our own version, for
46443         simplicity and consistency with the new macros for types.
46444         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46445         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46446         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46447         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46448         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46449         @WINT_T_SUFFIX@ to keep things simple here.
46450         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46451         Simplify by assuming typical 8/16/32/64 host, since we're
46452         already doing that elsewhere anyway.
46453         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46454         and assume long long int is 64 bits if available.  This
46455         speeds up 'configure'.
46456
46457 2006-07-01  Eric Blake  <ebb9@byu.net>
46458
46459         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46460         Reported by Andreas Buening.
46461
46462 2006-07-01  Eric Blake  <ebb9@byu.net>
46463
46464         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46465
46466 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46467
46468         * lib/getaddrinfo.c: fixed typo
46469
46470 2006-06-29  Jim Meyering  <jim@meyering.net>
46471
46472         * modules/strftime (Maintainer): Add my name, since with the
46473         FPRINTFTIME changes strftime.c has forked from glibc.
46474
46475 2006-06-29  Eric Blake  <ebb9@byu.net>
46476
46477         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46478
46479 2006-06-29  Eric Blake  <ebb9@byu.net>
46480
46481         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46482
46483 2006-06-29  Eric Blake  <ebb9@byu.net>
46484
46485         * lib/stat_.h: New file.
46486
46487 2006-06-29  Eric Blake  <ebb9@byu.net>
46488
46489         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46490         unused static function.
46491
46492 2006-06-29  Eric Blake  <ebb9@byu.net>
46493
46494         * doc/functions.texi (Function Portability): Document missing lstat
46495         on mingw.
46496
46497 2006-06-29  Eric Blake  <ebb9@byu.net>
46498
46499         * MODULES.html.sh: Add sys_stat.
46500         * modules/sys_stat: New module.
46501         * modules/mkstemp (Depends-on): Add sys_stat.
46502
46503 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46504
46505         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46506
46507 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46508
46509         * m4/c-bs-a.m4: Removed.
46510
46511 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46512
46513         * lib/strftime.c: Assume strftime() exists.
46514
46515 2006-06-29  Derek Price  <derek@ximbiot.com>
46516
46517         * modules/c-bs-a: Removed - \a is C89.
46518         * MODULES.html.sh: Remove c-bs-a.
46519
46520 2006-06-29  Bruno Haible  <bruno@clisp.org>
46521
46522         * modules/wcwidth (License): Change to LGPL.
46523
46524 2006-06-28  Simon Josefsson  <jas@extundo.com>
46525
46526         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46527         on _WIN32.
46528
46529         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46530         getnameinfo.
46531
46532 2006-06-28  Simon Josefsson  <jas@extundo.com>
46533
46534         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46535
46536 2006-06-28  Simon Josefsson  <jas@extundo.com>
46537
46538         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46539         functions there.  It will succeed on Windows XP, but on Windows
46540         2000 and (presumably) earlier, it will fail, and use the internal
46541         re-implementation.
46542         (use_win32_p): New function.
46543         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46544         Support AI_NUMERICSERV to disable getservbyname.
46545         (getnameinfo): New function, only supports
46546         NI_NUMERICHOST|NI_NUMERICSERV for now.
46547
46548         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46549         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46550         getnameinfo.
46551
46552 2006-06-28  Eric Blake  <ebb9@byu.net>
46553
46554         * modules/wcwidth: New file.
46555         * modules/mbchar (Depends-on): Add wcwidth.
46556         * modules/mbswidth (Depends-on): Add wcwidth.
46557         * MODULES.html.sh: Add wcwidth.
46558
46559 2006-06-28  Eric Blake  <ebb9@byu.net>
46560
46561         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46562         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46563
46564 2006-06-28  Eric Blake  <ebb9@byu.net>
46565
46566         * lib/xvasprintf.h: Fix comments.
46567
46568 2006-06-28  Eric Blake  <ebb9@byu.net>
46569
46570         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46571         * lib/mbswidth.c (wcwidth): Move from here...
46572         * lib/wcwidth.h: ...to this new file.
46573
46574 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46575
46576         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46577
46578         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46579         it's obsolete.
46580         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46581
46582 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46583
46584         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46585         Autoconf 2.60 says this stuff was obsolete.
46586
46587 2006-06-28  Bruno Haible  <bruno@clisp.org>
46588
46589         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46590
46591 2006-06-28  Bruno Haible  <bruno@clisp.org>
46592
46593         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46594         gt_TYPE_WCHAR_T.
46595
46596 2006-06-28  Bruno Haible  <bruno@clisp.org>
46597
46598         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46599         declaration for wcwidth.
46600         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46601
46602 2006-06-28  Bruno Haible  <bruno@clisp.org>
46603
46604         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46605         (mkdir): Define using _mkdir.
46606
46607 2006-06-28  Bruno Haible  <bruno@clisp.org>
46608
46609         * lib/getaddrinfo.h: Fix POSIX URL.
46610         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46611         _WIN32.
46612         (use_win32_p): Make static.
46613         (getaddrinfo): Reject service name if it is empty or does not consist
46614         solely of decimal digits, or if its value is > 65535.
46615         (getnameinfo): Remove useless casts.
46616
46617 2006-06-27  Simon Josefsson  <jas@extundo.com>
46618
46619         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46620         Eggert and Martin Lambers.
46621
46622 2006-06-27  Simon Josefsson  <jas@extundo.com>
46623
46624         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46625         Eggert and Martin Lambers.
46626
46627 2006-06-27  Bruno Haible  <bruno@clisp.org>
46628
46629         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46630         result to 0, not to empty.
46631         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46632
46633 2006-06-27  Bruno Haible  <bruno@clisp.org>
46634
46635         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46636
46637 2006-06-26  Simon Josefsson  <jas@extundo.com>
46638
46639         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46640         present.
46641
46642 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46643
46644         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46645         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46646         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46647
46648 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46649
46650         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46651
46652 2006-06-26  Bruno Haible  <bruno@clisp.org>
46653
46654         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46655
46656 2006-06-26  Bruno Haible  <bruno@clisp.org>
46657
46658         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46659
46660 2006-06-26  Bruno Haible  <bruno@clisp.org>
46661
46662         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46663         SGI C compiler in pre-C99 mode.
46664         Suggested by Mark D. Baushke and Larry Jones.
46665
46666 2006-06-26  Bruno Haible  <bruno@clisp.org>
46667
46668         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46669         WCHAR_MAX.
46670         Reported by Mark D. Baushke and Larry Jones.
46671
46672 2006-06-26  Bruno Haible  <bruno@clisp.org>
46673
46674         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46675         in pre-C99 mode.
46676         Suggested by Mark D. Baushke and Larry Jones.
46677
46678 2006-06-23  Simon Josefsson  <jas@extundo.com>
46679             Bruno Haible  <bruno@clisp.org>
46680
46681         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46682         Emit mostlyclean-local rule.
46683         (func_emit_tests_Makefile_am): Likewise.
46684         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46685
46686 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46687
46688         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46689
46690 2006-06-23  Bruno Haible  <bruno@clisp.org>
46691
46692         * tests/test-stdint.c: Update to match ISO C 99 Technical
46693         Corrigendum 1.
46694
46695 2006-06-23  Bruno Haible  <bruno@clisp.org>
46696
46697         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46698
46699 2006-06-23  Bruno Haible  <bruno@clisp.org>
46700
46701         * lib/stdint_.h: Treat IRIX like OpenBSD.
46702
46703 2006-06-23  Bruno Haible  <bruno@clisp.org>
46704
46705         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46706         ISO C 99 Technical Corrigendum 1.
46707
46708 2006-06-22  Simon Josefsson  <jas@extundo.com>
46709
46710         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46711         MinGW.
46712
46713 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46714
46715         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46716         needed.  Some compiler complained about some of them.  Problem reported
46717         by Larry Jones in
46718         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46719
46720 2006-06-21  Simon Josefsson  <jas@extundo.com>
46721
46722         * tests/test-getaddrinfo.c: New file.
46723
46724         * modules/getaddrinfo-tests: New file.
46725
46726         * MODULES.html.sh: Add inet_pton.
46727
46728         * modules/inet_pton: New file.
46729
46730 2006-06-21  Simon Josefsson  <jas@extundo.com>
46731
46732         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46733         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46734         of using the (limited) gnulib implementation on Windows XP.
46735
46736         * m4/inet_pton.m4: New file.
46737
46738 2006-06-21  Simon Josefsson  <jas@extundo.com>
46739
46740         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46741         variable.
46742
46743         * lib/socket_.h: Don't define WINVER.
46744
46745         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46746         slightly modified to work in gnulib.
46747
46748 2006-06-21  Simon Josefsson  <jas@extundo.com>
46749
46750         * doc/gnulib.texi (Windows sockets): Add.
46751
46752 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46753
46754         * lib/read-file.c (fread_file): Start with buffer allocation of
46755         0 bytes rather than 1 byte; this simplifies the code.
46756         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46757         code to free buffer and save/restore errno.
46758         (internal_read_file): Remove unused local.
46759
46760 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46761
46762         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46763         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46764         Problem reported by Denis Excoffier in
46765         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46766
46767 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46768
46769         * modules/sys_socket, modules/socklen: Include sys/types since
46770         FreeBSD 4.x's sys/socket.h needs it.
46771
46772 2006-06-19  Simon Josefsson  <jas@extundo.com>
46773
46774         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46775
46776 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46777
46778         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46779
46780 2006-06-19  Bruno Haible  <bruno@clisp.org>
46781
46782         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46783         and FULL_PATH_INTTYPES_H in angle brackets.
46784         Reported by Mark D. Baushke <mdb@gnu.org>.
46785
46786 2006-06-17  Eric Blake  <ebb9@byu.net>
46787
46788         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46789         errno.
46790
46791 2006-06-17  Bruno Haible  <bruno@clisp.org>
46792
46793         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46794         <sys/inttypes.h>.
46795
46796 2006-06-17  Bruno Haible  <bruno@clisp.org>
46797
46798         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46799         whether errno is declared. Assume <errno.h> declares errno.
46800
46801 2006-06-17  Bruno Haible  <bruno@clisp.org>
46802
46803         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46804
46805 2006-06-17  Bruno Haible  <bruno@clisp.org>
46806
46807         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46808         problem on Solaris 2.5.1.
46809
46810 2006-06-16  Eric Blake  <ebb9@byu.net>
46811
46812         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46813         * lib/unicodeio.c [!defined errno]: Likewise.
46814         * lib/strtol.c [!defined errno]: Likewise.
46815         * lib/strtod.c [!defined errno]: Likewise.
46816
46817 2006-06-15  Eric Blake  <ebb9@byu.net>
46818
46819         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46820
46821 2006-06-15  Eric Blake  <ebb9@byu.net>
46822
46823         * config/srclist.txt (ssize_t.m4): Lose sync.
46824
46825 2006-06-15  Bruno Haible  <bruno@clisp.org>
46826
46827         * modules/stdint (Files): Include m4/full-header-path.m4,
46828         m4/size_max.m4, m4/wchar_t.m4.
46829         (Makefile.am): Many more substitutions.
46830         * modules/stdint-tests: New file.
46831         * tests/test-stdint.c: New file.
46832
46833 2006-06-15  Bruno Haible  <bruno@clisp.org>
46834
46835         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46836         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46837         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46838         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46839         gl_CHECK_TYPE_SAME): New macros.
46840
46841 2006-06-15  Bruno Haible  <bruno@clisp.org>
46842
46843         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46844
46845 2006-06-15  Bruno Haible  <bruno@clisp.org>
46846
46847         * lib/stdint_.h: Rewritten to be fully auto-configured.
46848         Fixes bug on HP-UX/IA64.
46849
46850 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46851
46852         * lib/getdate.y (__attribute__): Don't define if already defined.
46853         Problem reported by Larry Jones.
46854         * lib/utimens.c (__attribute__): Likewise.
46855
46856 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46857
46858         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46859         reported by Andreas Schwab.
46860
46861 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46862             Bruno Haible  <bruno@clisp.org>
46863
46864         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46865         check for the declaration of strnlen and a run test that exposes the
46866         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46867         rpl_strndup.
46868
46869 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46870             Bruno Haible  <bruno@clisp.org>
46871
46872         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46873
46874 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46875
46876         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46877         compile test, for Tru64 4.0D.
46878
46879 2006-05-28  Karl Berry  <karl@gnu.org>
46880
46881         * config/srclist.txt (printf-args.c): lose sync.
46882
46883 2006-05-26  Martin Lambers  <marlam@marlam.de>
46884
46885         * lib/getpass.c: Updates the test for the native W32 API, and adds
46886         missing includes, thus fixing compilation warnings.
46887
46888 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46889
46890         * lib/exclude.c (exclude_fnmatch): New function.
46891         (excluded_file_name): Call exclude_fnmatch.
46892         * lib/exclude.h (excluded_file_name): New prototype
46893
46894 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46895
46896         * lib/tempname.c (small_open, large_open): New macros.
46897         (__open, __open64) [!_LIBC]: Remove.
46898         (__gen_tempname): Use small_open and large_open instead of __open
46899         and __open64.  This fixes a portability bug on HP-UX 11.11i
46900         reported by Simon Wing-Tang in
46901         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46902
46903 2006-05-24  Bruno Haible  <bruno@clisp.org>
46904
46905         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46906         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46907         Reported by Thorsten Maerz <torte@netztorte.de> via
46908         Aaron Stone <aaron@serendipity.cx>.
46909
46910 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46911
46912         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46913         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46914         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46915         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46916         not really conditional on the cache.
46917         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46918
46919 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46920
46921         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46922         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46923         (my_usleep): Don't mishandle maximum value.
46924
46925 2006-05-19  Jim Meyering  <jim@meyering.net>
46926
46927         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46928
46929 2006-05-17  Bruno Haible  <bruno@clisp.org>
46930
46931         Cygwin portability.
46932         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46933
46934 2006-05-17  Bruno Haible  <bruno@clisp.org>
46935
46936         * lib/stdint_.h: Fix recognition of Cygwin.
46937
46938 2006-05-15  Bruno Haible  <bruno@clisp.org>
46939
46940         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46941         on libtool patch by Ralf Wildenhues.
46942
46943 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46944
46945         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46946         test for C99 conformance; (bool) 0.5 is an integer constant
46947         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46948         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46949
46950 2006-05-11  Simon Josefsson  <jas@extundo.com>
46951
46952         * m4/xvasprintf.m4: Fix obvious typo.
46953
46954 2006-05-11  Jim Meyering  <jim@meyering.net>
46955
46956         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46957         James Lemley.
46958
46959 2006-05-10  Simon Josefsson  <jas@extundo.com>
46960
46961         * lib/md4.c: Typo fix, update copyright years.
46962         (K1, K2): Don't use L because it turn computations into 64-bit on
46963         64-bit platforms.
46964
46965 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46966
46967         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46968         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46969         unwanted sign propagation, e.g., on hosts with 64-bit int.
46970         There still are some problems with reeelly weird theoretical hosts
46971         (e.g., 33-bit int) but it's not worth worrying about now.
46972         * lib/sha1.c (rol): Likewise.
46973         (K1, K2, K3, K4): Remove unnecessary L suffix.
46974
46975 2006-05-10  Bruno Haible  <bruno@clisp.org>
46976
46977         * lib/des.c: Cast to avoid warnings.
46978
46979 2006-05-09  Bruno Haible  <bruno@clisp.org>
46980
46981         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46982         (Depends-on): Depend also on xsize, stdarg.
46983         (configure.ac): Add gl_XVASPRINTF.
46984
46985 2006-05-09  Bruno Haible  <bruno@clisp.org>
46986
46987         * m4/xvasprintf.m4: New file.
46988
46989 2006-05-09  Bruno Haible  <bruno@clisp.org>
46990
46991         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46992         (EOVERFLOW): Define fallback value.
46993         (xstrcat): New function.
46994         (xvasprintf): Recognize the special case of a string concatenation.
46995
46996 2006-05-08  Eric Blake  <ebb9@byu.net>
46997
46998         * gnulib-tool (func_version): Base copyright year on CVS date.
46999         (func_emit_copyright_notice): New function.
47000         (func_emit_lib_Makefile_am): Use it.
47001         (func_emit_tests_Makefile_am): Likewise.
47002         (func_import): Likewise.
47003
47004 2006-05-08  Bruno Haible  <bruno@clisp.org>
47005
47006         * modules/stdarg: New file.
47007         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47008
47009 2006-05-08  Bruno Haible  <bruno@clisp.org>
47010
47011         * m4/stdarg.m4: New file, from GNU gettext.
47012
47013 2006-05-08  Bruno Haible  <bruno@clisp.org>
47014
47015         * config/srclist.txt (build-aux/config.rpath): different from latest
47016         release.
47017
47018 2006-05-08  Bruno Haible  <bruno@clisp.org>
47019
47020         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47021
47022 2006-05-05  Jim Meyering  <jim@meyering.net>
47023
47024         * m4/warning.m4: New file, derived from bison's file by the same name.
47025
47026 2006-05-03  Bruno Haible  <bruno@clisp.org>
47027
47028         * lib/stdint_.h: Shorter URL.
47029         * lib/inttypes.h: Likewise.
47030
47031 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47032
47033         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47034
47035 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47036
47037         * lib/verify.h: Document the internals better.  Most of this change
47038         was written by Bruno Haible.
47039
47040 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47041
47042         * doc/verify.texi: New file, partly based on a proposal by
47043         Bruno Haible.
47044
47045 2006-05-02  Bruno Haible  <bruno@clisp.org>
47046
47047         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47048         test from here...
47049         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47050
47051 2006-04-29  Bruno Haible  <bruno@clisp.org>
47052
47053         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47054         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47055
47056 2006-04-29  Bruno Haible  <bruno@clisp.org>
47057
47058         * gnulib-tool: Make --update option actually work.
47059
47060 2006-04-29  Bruno Haible  <bruno@clisp.org>
47061
47062         * doc/gcd.texi: New file.
47063         * doc/gnulib.texi: Include it.
47064
47065 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47066
47067         * lib/getdate.y (get_date): When adding relative date, start with the
47068         initial time, not with the result of the first mktime call.
47069
47070 2006-04-25  Bruno Haible  <bruno@clisp.org>
47071
47072         * gnulib-tool (func_import): Output the include directives in three
47073         blocks, sorted separately.
47074         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47075
47076 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47077
47078         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47079         to define main with arguments, for C++.  Reported by Eric Blake.
47080         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47081         Prefer 'int main ()' to 'int main (void)', for C++.
47082         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47083         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47084         for 'main', for C99 and C++.
47085
47086 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47087
47088         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47089         Don't assume that exit status -1 is valid.
47090         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47091         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47092         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47093         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47094         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47095         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47096         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47097         functions can be used without declaring them, or that you can
47098         exit with status -1.
47099         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47100
47101 2006-04-24  Karl Berry  <karl@gnu.org>
47102
47103         * config/srclist.txt (longdouble.m4): sync lost.
47104
47105 2006-04-24  Eric Blake  <ebb9@byu.net>
47106
47107         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47108
47109 2006-04-24  Bruno Haible  <bruno@clisp.org>
47110
47111         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47112         poll() implementation in AIX.
47113         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47114
47115 2006-04-24  Bruno Haible  <bruno@clisp.org>
47116
47117         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47118         assigned exactly once.
47119
47120 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47121             Bruno Haible  <bruno@clisp.org>
47122
47123         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47124         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47125         for AM_CPPFLAGS.
47126
47127 2006-04-23  Bruno Haible  <bruno@clisp.org>
47128
47129         * modules/copy-file: Depend on unistd.
47130         * modules/execute: Likewise.
47131         * modules/fatal-signal: Likewise.
47132         * modules/findprog: Likewise.
47133         * modules/mkdtemp : Likewise.
47134         * modules/pipe: Likewise.
47135         * modules/wait-process: Likewise.
47136
47137 2006-04-23  Bruno Haible  <bruno@clisp.org>
47138
47139         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47140         condition was already detected.
47141         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47142
47143 2006-04-23  Bruno Haible  <bruno@clisp.org>
47144
47145         * lib/copy-file.c: Include <unistd.h> unconditionally.
47146         * lib/execute.c: Likewise.
47147         * lib/fatal-signal.c: Likewise.
47148         * lib/findprog.c: Likewise.
47149         * lib/mkdtemp.c: Likewise.
47150         * lib/pipe.h: Likewise.
47151         * lib/pipe.c: Likewise.
47152         * lib/wait-process.h: Likewise.
47153
47154 2006-04-23  Bruno Haible  <bruno@clisp.org>
47155
47156         * gnulib-tool (func_usage): Fix --import description. Document
47157         --update.
47158         (func_import): Create temporary file in a temporary directory, if
47159         --dry-run is specified. Silence errors from 'grep' when there are no
47160         m4 files in $m4dir.
47161         (func_create_testdir): Silence errors from 'grep' when there are no
47162         m4 files in $m4dir.
47163         Reported by Karl Berry <karl@freefriends.org>.
47164
47165 2006-04-20  Bruno Haible  <bruno@clisp.org>
47166
47167         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47168         one argument, so that the code will be portable to Autoconf 2.60.
47169         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47170         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47171         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47172
47173 2006-04-19  Derek Price  <derek@ximbiot.com>
47174             Eric Blake  <ebb9@byu.net>
47175
47176         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47177         rather than "/full/path.h".  Update comment to match.  Shorten &
47178         generalize m4_translit call via AS_TR_CPP.
47179
47180 2006-04-19  Derek Price  <derek@ximbiot.com>
47181             Eric Blake  <ebb9@byu.net>
47182
47183         * lib/inttypes.h: Correct grammar in comment.
47184
47185 2006-04-18  Derek Price  <derek@ximbiot.com>
47186             Paul Eggert  <eggert@cs.ucla.edu>
47187
47188         * modules/inttypes: New file.
47189         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47190
47191 2006-04-18  Derek Price  <derek@ximbiot.com>
47192             Paul Eggert  <eggert@cs.ucla.edu>
47193
47194         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47195         New files.
47196
47197 2006-04-18  Derek Price  <derek@ximbiot.com>
47198             Paul Eggert  <eggert@cs.ucla.edu>
47199
47200         * lib/inttypes.h: New file.
47201         * lib/strtoimax.c: Assume <inttypes.h>.
47202
47203 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47204
47205         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47206         isn't mounted.  Problem reported by Kir Kolyshkin.
47207
47208 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47209
47210         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47211         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47212         Derek R. Price.
47213         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47214         implementation.
47215
47216 2006-04-12  Eric Blake  <ebb9@byu.net>
47217
47218         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47219         is now done automatically by the corresponding Autoconf macro.
47220
47221 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47222
47223         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47224         time_r.h.
47225
47226 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47227
47228         Merge regex changes from libc, removing some of our
47229         POSIX-conformance changes that were rejected and redoing them in a
47230         less-intrusive way.
47231
47232         * lib/regcomp.c (re_compile_internal, init_dfa):
47233         Length arg is now size_t, not Idx.  All uses changed.
47234         (peek_token): Forward decl now says internal_function.
47235         (__re_error_msgid, __re_error_msgid_idx):
47236         Now static rather than extern with attribute_hidden.
47237         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47238         For some reason libc prefers K&R style defns for external functions.
47239         (regerror) [!defined _LIBC]: Likewise.
47240         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47241         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47242         (build_range_exp, build_collating_symbol):
47243         Use K&R-style defn.
47244         (re_compile_fastmap): Use '\0' to memset, not 0.
47245         (utf8_sb_map): Make the calculations more obvious.
47246         (init_dfa, parse_bracket_exp, build_charclass_op):
47247         Call calloc and cast result, as glibc does.
47248         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47249         (build_range_exp, build_collating_symbol):
47250         Now internal functions.
47251
47252         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47253
47254         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47255         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47256         Don't depend on VMS; depend on __VMS instead, for POSIX
47257         namespace cleanness.
47258         (regoff_t): Define to ssize_t, not long int.
47259
47260         Remove the REG_ macros named below.  Instead, make the old names
47261         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47262         __USE_GNU_REGEX.
47263         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47264         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47265         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47266         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47267         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47268         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47269         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47270         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47271         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47272         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47273         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47274         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47275         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47276         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47277         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47278         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47279         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47280         (REG_NREGS):
47281         Remove.  All uses replaced by the old RE_* names.
47282         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47283         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47284         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47285         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47286         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47287         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47288         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47289         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47290         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47291         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47292         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47293         Don't bother having these macros be independent of each others'
47294         values, since they no longer exist in the POSIX name space.
47295
47296         Rename the following member names back to their old names,
47297         unless !__USE_GNU_REGEX.  All uses changed back.
47298         (buffer): Renamed from re_buffer.
47299         (allocated): Renamed from re_allocated.
47300         (used): Renamed from re_used.
47301         (syntax): Renamed from re_syntax.
47302         (fastmap): Renamed from re_fastmap.
47303         (translate): Renamed from re_translate.
47304         (can_be_null): Renamed from re_can_be_null.
47305         (regs_allocated): Renamed from re_regs_allocated.
47306         (fastmap_accurate): Renamed from re_fastmap_accurate.
47307         (no_sub): Renamed from re_no_sub.
47308         (not_bol): Renamed from re_not_bol.
47309         (not_eol): Renamed from re_not_eol.
47310         (newline_anchor): Renamed from re_newline_anchor.
47311         (num_regs): Renamed from rm_num_regs.
47312         (start): Renamed from rm_start.
47313         (end): Renamed from rm_end.
47314
47315         (free_state): Move up a bit.
47316
47317         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47318         #define to be empty.
47319         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47320         when that is what is intended.
47321         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47322         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47323         (MAX): New macro.
47324         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47325         All uses changed back to re_malloc, etc.  It's now the caller's
47326         responsibility to check for overflow; all callers changed.
47327         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47328         (re_x2nrealloc): Remove.
47329         (free_state): Remove decl.
47330
47331         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47332         (re_set_registers, re_exec):
47333         Use K&R-style defn.
47334
47335         2006-01-31  Roland McGrath  <roland@redhat.com>
47336
47337         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47338         Reported by Mike Frysinger <vapier@gentoo.org>.
47339
47340         2006-01-15  Andreas Jaeger  <aj@suse.de>
47341
47342         [BZ #1950]
47343         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47344         build_wcs_upper_buffer change.
47345         (build_wcs_upper_buffer): Change return type.
47346
47347         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47348
47349         * lib/regex_internal.h: Include <stdint.h> if available.
47350
47351         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47352
47353         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47354
47355         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47356
47357         * lib/regcomp.c: Adjust for changed secondary hash function.
47358
47359         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47360
47361         * lib/regex.h: Pretty printing.
47362         Clean up namespace a bit.
47363
47364         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47365
47366         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47367         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47368
47369         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47370                     Ulrich Drepper  <drepper@redhat.com>
47371
47372         [BZ #1302]
47373         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47374         changed.
47375         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47376
47377         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47378
47379         [BZ #281]
47380         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47381         * lib/regcomp.c: Remove unnecessary uses of
47382         unsigned RE_TRANSLATE_TYPE.
47383         * lib/regex_internal.h: Likewise.
47384         * lib/regex_internal.c: Likewise.
47385         * lib/regexec.c: Likewise.
47386         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47387
47388         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47389
47390         * lib/regexec.c (find_recover_state): Remove unnecessary
47391         initialization.
47392         (transit_state_bkref): Make DFA a const pointer.
47393         (get_subexp): Likewise.
47394         (check_arrival): Likewise.
47395         (update_cur_sifted_state): Likewise.
47396         (re_search_internal): Likewise.
47397         (prune_impossible_nodes): Likewise.
47398         (acquire_init_state_context): Likewise.
47399         (proceed_next_node): Likewise.
47400         (set_regs): Likewise.
47401         (free_fail_stack_return): Likewise.
47402         (check_arrival_expand_ecl): Mark DFA parameter as const.
47403         (check_arrival_expand_ecl_sub): Likewise.
47404         (check_subexp_limits): Likewise.
47405         (sub_epsilon_src_nodes):  Likewise.
47406         (add_epsilon_src_nodes):  Likewise.
47407         (merge_state_array): Likewise.
47408         (update_regs): Likewise.
47409         (build_trtable): Likewise.
47410         (sift_states_backward): Mark MCTX parameter as const.
47411         (build_sifted_states): Likewise.
47412         (update_cur_sifted_state): Likewise.
47413         (sift_states_mkref): Likewise.
47414         (check_arrival_expand_ecl): Mark eclosure as const.
47415         (check_dst_limits_calc_pos_1): Likewise.
47416         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47417         pointer.
47418
47419         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47420
47421         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47422         (transit_state_sb): Likewise.
47423         (transit_state_mb): Likewise.
47424         (sift_states_iter_mb): Likewise.
47425         (check_arrival_add_next_nodes): Likewise.
47426         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47427         [_LIBC] (re_search_2_stub): Use mempcpy.
47428
47429         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47430         mbrtowc for very simple UTF-8 case.
47431
47432         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47433         a pointer-to-const.
47434         (re_acquire_state_context): Likewise.
47435         * lib/regex_internal.h: Adjust prototypes.
47436
47437         * lib/regex.c: Prevent using C++ compilers.
47438
47439         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47440         (re_acquire_state_context): Likewise.
47441
47442 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47443
47444         * modules/regex (Depends-on): Add ssize_t.
47445
47446 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47447
47448         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47449         translation table.
47450
47451 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47452
47453         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47454
47455 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47456             Bruno Haible  <bruno@clisp.org>
47457
47458         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47459         <sys/types.h> and <inttypes.h>.
47460
47461 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47462
47463         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47464         `__error_t_defined', so argp.h will not typedef the former.
47465
47466 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47467
47468         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47469         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47470         glibc names.  Even if glibc is changed to conform to POSIX, the
47471         traditional names will be available anyway, since regex depends on
47472         the extensions module.  Also, fix a longstanding typo in the
47473         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47474         reported by Emanuele Giaquinta.  Also, change sense of cached
47475         variable, so that the message makes sense.
47476
47477 2006-03-24  Simon Josefsson  <jas@extundo.com>
47478
47479         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47480         including some doc fixes.
47481         (base64_encode_alloc): Fix +1 bug on allocation failures.
47482
47483 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47484
47485         * lib/base64.c (base64_encode): Do not read past end of array with
47486         unsanitized input on systems with CHAR_BIT > 8.
47487
47488 2006-03-24  Eric Blake  <ebb9@byu.net>
47489
47490         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47491
47492 2006-03-22  Karl Berry  <karl@gnu.org>
47493
47494         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47495         * config/srclistvars.sh (COREUTILS): new var.
47496
47497 2006-03-17  Jim Meyering  <jim@meyering.net>
47498
47499         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47500         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47501
47502 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47503
47504         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47505         no longer needs it.  Instead, check that regoff_t is as least
47506         as wide as ptrdiff_t.
47507
47508         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47509         so that our regex.h stays compatible with the installed regex.
47510         This is helpful for installers who configure --without-included-regex.
47511         Problem reported by Emanuele Giaquinta.
47512
47513 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47514
47515         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47516         Typedef to long int, not to off_, as POSIX will likely change
47517         in that direction.
47518
47519 2006-03-15  Eric Blake  <ebb9@byu.net>
47520
47521         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47522
47523 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47524
47525         * lib/argp-help.c (validate_uparams): Fix typo
47526         * lib/argp-parse.c (argp_default_options): Consistently begin help
47527         messages with a lowercase letter.
47528
47529 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47530
47531         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47532         overrun buffers and shouldn't be used (much as gets shouldn't be
47533         used).
47534         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47535
47536 2006-03-08  Simon Josefsson  <jas@extundo.com>
47537
47538         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47539         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47540
47541 2006-03-08  Simon Josefsson  <jas@extundo.com>
47542
47543         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47544         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47545
47546 2006-03-08  Simon Josefsson  <jas@extundo.com>
47547
47548         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47549         signal that configure disabled the device.
47550
47551 2006-03-08  Simon Josefsson  <jas@extundo.com>
47552
47553         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47554         languages.
47555
47556 2006-03-07  Simon Josefsson  <jas@extundo.com>
47557
47558         * modules/getopt (Depends-on): Add unistd.
47559
47560         * modules/unistd: New file.
47561
47562 2006-03-07  Simon Josefsson  <jas@extundo.com>
47563
47564         * modules/gc-random: New file.
47565
47566 2006-03-07  Simon Josefsson  <jas@extundo.com>
47567
47568         * m4/unistd_h.m4: New file.
47569
47570 2006-03-07  Simon Josefsson  <jas@extundo.com>
47571
47572         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47573         test to be side-effect free by storing the result in the cache
47574         variable gl_cv_lib_readline, and moving the assignment of
47575         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47576         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47577
47578 2006-03-07  Simon Josefsson  <jas@extundo.com>
47579
47580         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47581         error on missing devices (the functions will return an error).
47582
47583         * m4/gc.m4: Move random stuff to gc-random.m4
47584
47585 2006-03-07  Simon Josefsson  <jas@extundo.com>
47586
47587         * lib/unistd_.h: New file.
47588
47589 2006-03-07  Simon Josefsson  <jas@extundo.com>
47590
47591         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47592
47593 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47594
47595         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47596         Problem reported by Juan Manuel Guerrero.
47597
47598 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47599
47600         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47601         the unistd module.
47602         * lib/getlogin_r.c: Likewise.
47603         * lib/getlogin_r.h: Likewise.
47604         * lib/glob.c: Likewise.
47605         * lib/pagealign_alloc.c: Likewise.
47606         * lib/unistd_.h: Remove; no longer needed.
47607
47608 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47609
47610         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47611         Add unistd.
47612         * modules/c-stack (Depends-on): Add unistd.
47613         * modules/getlogin_r: Likewise.
47614         * modules/glob: Likewise.
47615         * modules/pagealign_alloc: Likewise.
47616         * modules/unistd (Files): Remove lib/unistd_.h.
47617         (EXTRA_DIST): Remove.
47618         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47619         need unistd_.h.
47620         (MOSTLYCLEANFILES): Remove unistd.h-t.
47621
47622 2006-03-03  Simon Josefsson  <jas@extundo.com>
47623
47624         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47625
47626 2006-03-03  Simon Josefsson  <jas@extundo.com>
47627
47628         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47629         libidn and bison.
47630
47631 2006-03-03  Simon Josefsson  <jas@extundo.com>
47632
47633         * build-aux/maint.mk: Add indent target.
47634
47635 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47636
47637         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47638         our replacement poll.h in any case, to avoid a differing
47639         declaration from a system header.  Seen on AIX.
47640
47641 2006-03-01  Simon Josefsson  <jas@extundo.com>
47642
47643         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47644         <kasal@ucw.cz>.
47645
47646 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47647
47648         * modules/gettime (Depends-on): Add extensions module.
47649         * modules/nanosleep (Depends-on): Likewise.
47650         * modules/settime (Depends-on): Likewise.
47651
47652 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47653
47654         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47655         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47656         pedantically.
47657         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47658         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47659
47660         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47661         not "==".  Reported by Ralf Wildenhues.
47662
47663 2006-03-01  Karl Berry  <karl@gnu.org>
47664
47665         * doc/Copyright/request-*: new files, synced from gnuorg.
47666
47667 2006-03-01  Karl Berry  <karl@gnu.org>
47668
47669         * config/srclist.txt (Copyright/*): new entries.
47670
47671 2006-02-28  Simon Josefsson  <jas@extundo.com>
47672
47673         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47674
47675 2006-02-27  Simon Josefsson  <jas@extundo.com>
47676
47677         * lib/base64.h: Indent #define's.  From Jim Meyering
47678         <jim@meyering.net>.
47679
47680 2006-02-27  Jim Meyering  <jim@meyering.net>
47681
47682         Revert the change of 2006-02-24, so these files can continue
47683         to be sync'd from gettext.
47684         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47685         of `config.h'.
47686
47687 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47688
47689         * modules/intprops: New file.
47690         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47691         Add intprops.
47692         * modules/getloadavg (Files): Remove lib/intprops.h.
47693         (Depends-on): Add intprops.
47694         * modules/human: Likewise.
47695         * modules/inttostr: Likewise.
47696         * modules/openat: Likewise.
47697         * modules/sig2str: Likewise.
47698         * modules/userspec: Likewise.
47699         * modules/utimecmp: Likewise.
47700         * modules/xnanosleep: Likewise.
47701         * modules/xstrtol: Likewise.
47702
47703 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47704
47705         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47706         * modules/lock-tests (TESTS): Use $(EXEEXT).
47707         * modules/tls-tests: Likewise.
47708         * modules/argp-tests: Likewise.
47709         (check_PROGRAMS): New var, replacing...
47710         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47711
47712 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47713
47714         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47715         `config.h'.
47716
47717 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47718
47719         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47720
47721 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47722
47723         Sync from coreutils.
47724         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47725         gl_CHDIR_SAFER.
47726
47727 2006-02-22  Jim Meyering  <jim@meyering.net>
47728
47729         Sync from coreutils.
47730         * m4/chdir-safer.m4: New file.
47731
47732 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47733
47734         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47735         AT_FDCWD exceeds INT_MAX.
47736         * lib/openat.h (AT_FDCWD): Likewise.
47737
47738 2006-02-17  Eric Blake  <address@hidden>
47739
47740         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47741
47742 2006-02-16  Simon Josefsson  <jas@extundo.com>
47743
47744         * modules/getaddrinfo (Depends-on): Add sys_socket.
47745
47746 2006-02-15  Simon Josefsson  <jas@extundo.com>
47747
47748         * build-aux/maint.mk: Add dsyntax-check rule.
47749
47750 2006-02-15  Eric Blake  <ebb9@byu.net>
47751
47752         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47753         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47754         'present but cannot compile' warnings on cygwin.
47755         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47756         use ws2tcpip.h if sys/socket.h works.
47757         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47758         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47759
47760 2006-02-14  Simon Josefsson  <jas@extundo.com>
47761
47762         * modules/maintainer-makefile (Files): Rename.
47763
47764         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47765         and (the local) Makefile.cfg to maint-cfg.mk.
47766
47767         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47768         to the latter.
47769
47770         * modules/maintainer-makefile: New module.
47771
47772         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47773         severaly stripped to make it possible to build it up from scratch
47774         with reliable tests.
47775
47776         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47777         fixes to permit overriding the default actions when configure and
47778         makefile are not available.
47779
47780 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47781
47782         Sync from coreutils.
47783         * modules/lstat (Depends-on): Don't depend on xalloc.
47784         (License): Change from GPL to LGPL, since this is now simply a
47785         replacement for a libc function.
47786
47787 2006-02-14  Jim Meyering  <jim@meyering.net>
47788
47789         Sync from coreutils.
47790
47791         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47792         failure on deficient systems, and simplify gnulib lgpl dependencies.
47793         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47794         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47795
47796         * lib/xalloc-die.c: Remove unused definition of N_.
47797
47798 2006-02-14  Jim Meyering  <jim@meyering.net>
47799
47800         Sync from coreutils.
47801         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47802         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47803         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47804         double-quote uses of that variable, to accommodate the rare case in
47805         which getmntent is available in none of the libraries checked.  This
47806         happens at least on FreeBSD 5.0.
47807
47808 2006-02-13  Simon Josefsson  <jas@extundo.com>
47809
47810         * gnulib-tool (Usage): Fix --import, from
47811         karl@freefriends.org (Karl Berry).
47812
47813 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47814
47815         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47816
47817 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47818
47819         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47820         "autoupdate" on 2005-12-12.
47821
47822 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47823
47824         * modules/closeout (Depends-on): Remove atexit.
47825
47826 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47827
47828         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47829         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47830
47831 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47832
47833         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47834         __EXTENSIONS__ if this causes compilation to fail.  Problem
47835         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47836         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47837
47838 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47839
47840         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47841         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47842         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47843         All uses changed.
47844
47845 2006-01-26  Simon Josefsson  <jas@extundo.com>
47846
47847         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47848         prototype is visible on mingw32.
47849
47850         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47851         for mingw32.
47852
47853         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47854         mingw32).
47855
47856 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47857
47858         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47859         attempt to open for write; this always fails, at least on POSIX
47860         hosts.  This reinstates the 2006-01-09 change, which was
47861         inadvertently removed.
47862
47863 2006-01-26  Bruno Haible  <bruno@clisp.org>
47864
47865         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47866         Reported by Paul Eggert.
47867
47868 2006-01-26  Bruno Haible  <bruno@clisp.org>
47869             Paul Eggert  <eggert@cs.ucla.edu>
47870
47871         * lib/stdbool_.h (_Bool)
47872         [(! (defined __cplusplus || defined __BEOS__)
47873           && !defined __GNUC__
47874           && !(defined __HP_cc || defined __xlc__
47875                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47876                || defined __sgi))]:
47877         #define to signed char in these cases too; this simplifies
47878         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47879         etc., separately) and makes it more conservative.
47880
47881 2006-01-25  Simon Josefsson  <jas@extundo.com>
47882
47883         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47884         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47885         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47886
47887 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47888
47889         * lib/argp-namefrob.h: Bugfix. Remove stray #
47890
47891 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47892
47893         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47894         so that we test the test.
47895         Check for yet another HP-UX cc bug involving *bool |= bool.
47896
47897 2006-01-25  Karl Berry  <karl@gnu.org>
47898
47899         * config/srclist.txt (vasnprintf.c): sync lost.
47900
47901 2006-01-25  Jim Meyering  <jim@meyering.net>
47902
47903         Sync from the stable (b5) branch of coreutils:
47904
47905         * lib/fts.c (fts_children): Don't let close() clobber errno from
47906         failed fchdir().
47907
47908         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47909         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47910         a dangling symlink.  That can also happen at least for ELOOP.
47911         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47912         FYI, this bug predates the inclusion of fts.c in coreutils.
47913
47914         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47915         in their own block, so pre-c99 compilers don't object.
47916
47917         Avoid the double-free (first in fts_read, second in fts_close) that
47918         would occur when an `active' directory is made inaccessible (e.g.,
47919         via chmod a-x) during a traversal.
47920         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47921         before returning.  Reproduce this failure by
47922         mkdir -p a/b; cd a; chmod a-x . b
47923         Reported by Stavros Passas.
47924
47925 2006-01-25  Jim Meyering  <jim@meyering.net>
47926
47927         * lib/fileblocks.c: Remove more useless parentheses.
47928         * lib/readutmp.h: Likewise.
47929
47930 2006-01-25  Bruno Haible  <bruno@clisp.org>
47931
47932         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47933         warnings.
47934         Reported by Paul Eggert.
47935
47936 2006-01-25  Bruno Haible  <bruno@clisp.org>
47937
47938         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47939         rid of a trap command. For Solaris sh.
47940         Reported by Mark D. Baushke <mdb@gnu.org>.
47941
47942 2006-01-24  Simon Josefsson  <jas@extundo.com>
47943
47944         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47945         Bruno.
47946
47947 2006-01-24  Karl Berry  <karl@gnu.org>
47948
47949         * config/srclist.txt (argp-namefrob.h): sync lost.
47950
47951 2006-01-24  Jim Meyering  <jim@meyering.net>
47952
47953         * modules/openat (Files): Add lib/intprops.h.
47954         From Mark D. Baushke.
47955
47956 2006-01-24  Jim Meyering  <jim@meyering.net>
47957
47958         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47959         Reported by Mark D. Baushke.
47960
47961 2006-01-24  Jim Meyering  <jim@meyering.net>
47962
47963         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47964
47965 2006-01-24  Bruno Haible  <bruno@clisp.org>
47966
47967         * modules/strnlen (Maintainer): Change from glibc to all.
47968
47969 2006-01-24  Bruno Haible  <bruno@clisp.org>
47970
47971         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47972         Patch by Paul Eggert.
47973
47974 2006-01-24  Bruno Haible  <bruno@clisp.org>
47975
47976         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47977         already has it.
47978         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47979         2005-11-26.
47980
47981         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47982         'signed char' to avoid problems with the built-in _Bool type.
47983         Reported by Paul Eggert on 2005-11-26.
47984
47985 2006-01-24  Bruno Haible  <bruno@clisp.org>
47986
47987         * gnulib-tool (func_import): Avoid constructing complicated sed
47988         expressions inside backquote.
47989         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47990
47991 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47992
47993         These changes imported from libc.
47994         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47995         test and two separate function calls.
47996         * lib/strndup.c (__strndup): Add libc_hidden_def.
47997
47998 2006-01-23  Simon Josefsson  <jas@extundo.com>
47999
48000         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
48001         Remove the test_*_SOURCES variable: automake infers it by default.
48002         * modules/tls-tests: Likewise.
48003
48004 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48005
48006         Work around porting bugs reported by Dieter in
48007         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48008         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48009         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48010         Include "getopt.h" first, to check interface.
48011         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48012         !HAVE_DECL_GETENV.
48013         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48014         (__strndup): Revert to K&R-style function dfns, the glibc style.
48015         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48016         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48017         Include strnlen.h first, to get prototype properly.
48018         (strnlen): Renamed from __strnlen.
48019         Remove weak alias.
48020
48021 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48022
48023         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48024
48025 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48026
48027         * config/srclist.txt: Adjust to reflect glibc reorganization.
48028         This affects only comments.
48029
48030 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48031
48032          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48033          Reported by Bruce Korb <bkorb@gnu.org>.
48034
48035 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48036
48037         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48038         to pacify gcc -Wswitch-default.
48039
48040 2006-01-22  Bruno Haible  <bruno@clisp.org>
48041
48042         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48043         temporary buffer for sprintf, take into account the precision also
48044         for 'd', 'i', 'u', 'o', 'x', 'X'.
48045
48046 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48047
48048         * modules/argp-tests: New module
48049         * tests/test-argp.c: New file
48050         * tests/test-argp-2.sh: New file
48051
48052 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48053
48054         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48055         (__argp_base_name): Removed
48056         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48057         typo.
48058         (__argp_base_name): Provide macro definition or extern declaration
48059         depending on the configuration
48060
48061 2006-01-20  Simon Josefsson  <jas@extundo.com>
48062
48063         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48064
48065 2006-01-20  Simon Josefsson  <jas@extundo.com>
48066
48067         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48068
48069 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48070
48071         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48072         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48073         Suggested by Bruno Haible.
48074
48075 2006-01-20  Karl Berry  <karl@gnu.org>
48076
48077         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48078         until changes propagate, I guess.
48079
48080 2006-01-19  Simon Josefsson  <jas@extundo.com>
48081
48082         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48083
48084 2006-01-19  Simon Josefsson  <jas@extundo.com>
48085
48086         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48087
48088 2006-01-19  Simon Josefsson  <jas@extundo.com>
48089
48090         * gnulib-tool: Set check_PROGRAMS.
48091
48092         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48093         modules/des-tests, modules/gc-arcfour-tests,
48094         modules/gc-arctwo-tests, modules/gc-des-tests,
48095         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48096         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48097         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48098         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48099         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48100         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48101         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48102         test_*_SOURCES.
48103
48104 2006-01-18  Simon Josefsson  <jas@extundo.com>
48105
48106         * modules/socklen (Depends-on): Depend on sys_socket.
48107
48108 2006-01-18  Simon Josefsson  <jas@extundo.com>
48109
48110         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48111         modules/des-tests, modules/gc-arcfour-tests,
48112         modules/gc-arctwo-tests, modules/gc-des-tests,
48113         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48114         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48115         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48116         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48117         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48118         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48119         $(EXEEXT) to automake TESTS variable, for mingw32.
48120
48121 2006-01-17  Simon Josefsson  <jas@extundo.com>
48122
48123         * modules/socklen (Include): Need sys/socket.h.
48124
48125 2006-01-17  Bruno Haible  <bruno@clisp.org>
48126
48127         * modules/ssize_t (Include): Add <sys/types.h>.
48128
48129 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48130
48131         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48132         it's not portable and it doesn't work with cross-compiles.
48133         Problem reported by Bruno Haible.  Fix missing-$ typo in
48134         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48135         -zignore from being used with Sun's C compiler.
48136
48137 2006-01-12  Simon Josefsson  <jas@extundo.com>
48138
48139         * lib/base64.c: Fix warning, reported by Bruno Haible
48140         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48141
48142 2006-01-12  Bruno Haible  <bruno@clisp.org>
48143
48144         * modules/ldd: New file.
48145         * build-aux/ldd.sh.in: New file.
48146         * MODULES.html.sh (Support for building libraries and executables): Add
48147         ldd.
48148
48149 2006-01-12  Bruno Haible  <bruno@clisp.org>
48150
48151         * m4/ldd.m4: New file.
48152
48153 2006-01-12  Bruno Haible  <bruno@clisp.org>
48154
48155         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48156         endless loop while replacing $auxdir with build-aux.
48157
48158 2006-01-11  Simon Josefsson  <jas@extundo.com>
48159
48160         * lib/stdint_.h (SIZE_MAX): Add missing (.
48161
48162 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48163
48164         Sync from coreutils.
48165         * lib/md5.c: Fix commentary typos.
48166         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48167         * lib/md5.h (__attribute__): Remove; unused.
48168         * lib/sha1.c: Fix commentary to match md5 better.
48169         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48170         so that we don't need to worry about alignment.  All uses changed.
48171         This merges the 2005-10-28 md5 change into sha1.
48172
48173 2006-01-11  Jim Meyering  <jim@meyering.net>
48174
48175         Sync from coreutils.
48176         * lib/md5.c (OP): Fix spacing.
48177
48178 2006-01-11  Bruno Haible  <bruno@clisp.org>
48179
48180         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48181         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48182         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48183
48184 2006-01-11  Bruno Haible  <bruno@clisp.org>
48185
48186         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48187         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48188         the "early" section as well.
48189
48190 2006-01-11  Bruno Haible  <bruno@clisp.org>
48191
48192         Avoid "ar: no archive members specified" error on MacOS X.
48193         * gnulib-tool (func_modules_add_dummy): New function.
48194         (func_import, func_create_testdir): Invoke it.
48195
48196 2006-01-11  Bruno Haible  <bruno@clisp.org>
48197
48198         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48199         with $auxdir in AC_CONFIG_FILES statements.
48200
48201 2006-01-11  Bruno Haible  <bruno@clisp.org>
48202
48203         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48204         Initialize also noinst_HEADERS to empty.
48205
48206 2006-01-11  Bruno Haible  <bruno@clisp.org>
48207
48208         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48209         variables.
48210         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48211         autoreconf.
48212
48213 2006-01-11  Bruno Haible  <bruno@clisp.org>
48214
48215         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48216         overridable by the user.
48217         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48218
48219 2006-01-10  Simon Josefsson  <jas@extundo.com>
48220
48221         * modules/sys_socket: New file.
48222
48223 2006-01-10  Simon Josefsson  <jas@extundo.com>
48224
48225         * m4/sys_socket_h.m4: New file.
48226
48227 2006-01-10  Simon Josefsson  <jas@extundo.com>
48228
48229         * lib/socket_.h: New file.
48230
48231 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48232
48233         * modules/readutmp (Maintainer): Add myself.
48234
48235 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48236
48237         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48238         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48239         People who are still concerned with buggy memcmp implementations
48240         can invoke gl_FUNC_MEMCMP themselves.
48241
48242 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48243
48244         * lib/regex_internal.h (BITSET_WORD_BITS):
48245         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48246         preprocessor mishandles large unsigned values as if they were signed.
48247         Problem reported by Claudio Fontana in
48248         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48249
48250 2006-01-10  Jim Meyering  <jim@meyering.net>
48251
48252         Avoid the double-free (first in fts_read, second in fts_close) that
48253         would occur when an `active' directory is made inaccessible (e.g.,
48254         via chmod a-x) during a traversal.
48255         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48256         before returning.  Reproduce this failure by
48257         mkdir -p a/b; cd a; chmod a-x . b
48258         Reported by Stavros Passas.
48259
48260         Sync from coreutils.
48261         * lib/sha1.c: Tweak grammar in a comment.
48262
48263 2006-01-10  Jim Meyering  <jim@meyering.net>
48264
48265         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48266         Patch by Joerg Sonnenberger.
48267
48268 2006-01-10  Bruno Haible  <bruno@clisp.org>
48269
48270         * modules/readutmp: Depend on module free.
48271         * modules/strtok_r: Depend on module restrict.
48272
48273 2006-01-10  Bruno Haible  <bruno@clisp.org>
48274
48275         * modules/gettext (configure.ac): Add an invocation of
48276         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48277
48278 2006-01-10  Bruno Haible  <bruno@clisp.org>
48279
48280         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48281         Reported by Werner Lemberg <wl@gnu.org>.
48282
48283 2006-01-10  Bruno Haible  <bruno@clisp.org>
48284
48285         * lib/localcharset.c: Update from GNU gettext.
48286
48287 2006-01-10  Bruno Haible  <bruno@clisp.org>
48288
48289         * lib/argp.h (__const): Remove macro. Use const instead.
48290         * lib/argp-fmtstream.h (__const): Likewise.
48291         * lib/glob_.h (__const): Remove macro.
48292         * lib/glob-libc.h: Use const instead of __const.
48293
48294 2006-01-10  Bruno Haible  <bruno@clisp.org>
48295
48296         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48297         variable.
48298         Needed to avoid an automake error regarding the 'gettext' module.
48299
48300 2006-01-09  Simon Josefsson  <jas@extundo.com>
48301
48302         * modules/inet_ntop (Depends-on): Add restrict.
48303
48304 2006-01-09  Simon Josefsson  <jas@extundo.com>
48305
48306         * modules/gc-rijndael-tests (License): Put under LGPL.
48307
48308         * modules/gc-des-tests (License): Likewise.
48309
48310         * modules/gc-arcfour-tests (License): Likewise.
48311
48312         * modules/gc-arctwo-tests (License): Likewise.
48313
48314         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48315
48316         * modules/gc-hmac-sha1-tests (Files): Likewise.
48317
48318         * modules/gc-hmac-md5-tests (License): Likewise.
48319
48320         * modules/gc-sha1-tests (License): Likewise.
48321
48322         * modules/gc-md5-tests (License): Likewise.
48323
48324         * modules/gc-md4-tests (License): Likewise.
48325
48326         * modules/gc-md2-tests (License): Likewise.
48327
48328         * modules/gc-tests (License): Likewise.
48329
48330         * modules/des-tests (License): Likewise.
48331
48332         * modules/md4-tests (License): Likewise.
48333
48334         * modules/md2-tests (License): Likewise.
48335
48336 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48337
48338         Sync from coreutils:
48339
48340         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48341         * modules/lib-ignore: New file.
48342         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48343         chdir-safer.m4, lchmod.m4.
48344         * modules/openat: Add mkdirat.c, openat-priv.h.
48345
48346 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48347
48348         Sync from coreutils.
48349         * m4/lib-ignore.m4: New file.
48350         * m4/lchmod.m4: New file.
48351
48352 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48353
48354         Sync from coreutils.
48355         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48356         for write access: POSIX says that must fail.
48357         * lib/fts.c (diropen): Likewise.
48358         * lib/save-cwd.c (save_cwd): Likewise.
48359         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48360         well, for minor improvements on hosts that lack O_DIRECTORY.
48361         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48362         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48363         Fall back on chown if open failed with EACCES.
48364
48365         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48366         Report an error at compile-time if only a 1-second nominal clock
48367         resolution is found.
48368
48369         * lib/lchmod.h: New file.
48370         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48371         (make_dir_parents): Use lchown rather than chown, and
48372         lchmod rather than chmod.
48373
48374         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48375         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48376         "proc" reported by n0dalus.
48377
48378         * lib/mountlist.c: Include <limits.h>.
48379         (dev_from_mount_options)
48380         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48381         New function.  It no longer assumes "dev=" has the System V meaning
48382         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48383         (read_file_system_list)
48384         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48385         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48386         dev= in that case.
48387
48388         * lib/posixtm.h (PDS_PRE_2000): New macro.
48389         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48390         allow_century.  All usages changed.  Reject dates outside the range
48391         1969-1999 if PDS_PRE_2000 is used.
48392
48393 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48394
48395         Sync from coreutils.
48396         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48397         (Time of day items): Mention the possibility of leap seconds.
48398         Problem reported by Dr. David Alan Gilbert.
48399
48400 2006-01-09  Jim Meyering  <jim@meyering.net>
48401
48402         Sync from coreutils.
48403
48404         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48405
48406         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48407
48408         * lib/modechange.c (mode_compile): Reject an invalid mode string
48409         that starts with an octal digit.  From Andreas Gruenbacher.
48410
48411         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48412         and dup to open_safer and dup_safer, respectively.
48413         (openat_permissive): Fix typo in comment.
48414
48415         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48416         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48417         (_): Remove; no longer needed.
48418         (openat): Renamed from rpl_openat; no need for rpl_openat
48419         since openat.h renames openat for us.
48420         Replace most of the body with a call to openat_permissive,
48421         to avoid duplicate code.
48422         Port to (probably hypothetical) environments were mode_t is
48423         wider than int.
48424         (openat_permissive): Require mode arg, so that we can check
48425         types better.  Put it just after flags.  Change cwd failure
48426         indicator from pointer-to-bool to pointer-to-errno-value.
48427         All callers changed.
48428         Invoke openat_save_fail and/or openat_restore_fail if
48429         cwd_errno is null, so that openat can call us.
48430         (openat_permissive, fdopendir, fstatat, unlinkat):
48431         Simplify errno handling to avoid some duplicate code,
48432         as it's OK to set errno on success.
48433         * lib/openat.h: Revamp code so that function macros depend on
48434         __OPENAT_PREFIX only, not also on AT_FDCWD.
48435         (openat_ro): Remove.  Caller changed to use openat_permissive.
48436         (openat_permissive): Now a macro, if not a function.
48437         (openat_restore_fail, openat_save_fail): Now always functions,
48438         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48439
48440         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48441         and openat.c.
48442         * lib/mkdirat.c: Include openat-priv.h.
48443         Remove definitions of macros defined therein.
48444         * lib/openat.c: Likewise.
48445
48446         * lib/mkdirat.c (mkdirat): New file and function.
48447         * lib/openat.h (mkdirat): Declare.
48448
48449         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48450
48451         * lib/openat.h (openat_permissive): Declare.
48452         (openat_ro): Define.
48453
48454         * lib/openat.c (EXPECTED_ERRNO): New macro.
48455         (openat_permissive): New function -- used in remove.c rewrite.
48456         (all functions): Set errno just before returning, only if there
48457         was an actual failure.
48458         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48459
48460         Emulate openat-family functions using Linux's procfs, if possible.
48461         Idea and some code based on Ulrich Drepper's glibc changes.
48462
48463         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48464         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48465         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48466         before falling back on save_cwd and restore_cwd.
48467         (fdopendir, fstatat, unlinkat): Likewise.
48468
48469         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48470         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48471
48472         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48473         as second argument to va_arg.  Otherwise, some versions of gcc
48474         warn that `if this code is reached, the program will abort'.
48475
48476 2006-01-09  Jim Meyering  <jim@meyering.net>
48477
48478         Sync from coreutils.
48479         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48480         Require openat-priv.h.
48481
48482 2006-01-09  Bruno Haible  <bruno@clisp.org>
48483
48484         * modules/strnlen (Include): Use strnlen.h.
48485
48486 2006-01-09  Bruno Haible  <bruno@clisp.org>
48487
48488         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48489
48490 2006-01-09  Bruno Haible  <bruno@clisp.org>
48491
48492         * lib/sysexit_.h (EX_OK): New macro.
48493         Suggested by Martin Lambers <marlam@marlam.de>.
48494
48495 2006-01-09  Bruno Haible  <bruno@clisp.org>
48496
48497         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48498         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48499
48500 2006-01-09  Bruno Haible  <bruno@clisp.org>
48501
48502         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48503         numbers.
48504
48505 2006-01-09  Bruno Haible  <bruno@clisp.org>
48506
48507         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48508         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48509         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48510         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48511
48512 2006-01-09  Bruno Haible  <bruno@clisp.org>
48513
48514         * build-aux/javacomp.sh.in: New file, moved from lib/.
48515         * modules/javacomp-script (Files): Update.
48516         (configure.ac): Add AC_CONFIG_FILES invocation.
48517         (EXTRA_DIST): Remove variable.
48518
48519         * build-aux/javaexec.sh.in: New file, moved from lib/.
48520         * modules/javaexec (Files): Update.
48521         (configure.ac): Add AC_CONFIG_FILES invocation.
48522         (EXTRA_DIST): Remove javaexec.sh.in.
48523
48524         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48525         * modules/csharpcomp-script (Files): Update.
48526         (configure.ac): Add AC_CONFIG_FILES invocation.
48527         (EXTRA_DIST): Remove variable.
48528
48529         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48530         * modules/csharpexec (Files): Update.
48531         (configure.ac): Add AC_CONFIG_FILES invocation.
48532         (EXTRA_DIST): Remove csharpexec.sh.in.
48533
48534 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48535
48536         Sync from coreutils.
48537
48538         Add POSIX ACL support
48539         * lib/acl.h (copy_acl, set_acl): Add declarations.
48540         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48541         systems other than Linux.
48542         (chmod_or_fchmod): New function: use fchmod when possible,
48543         and chmod otherwise.
48544         (file_has_acl): Add a POSIX ACL implementation, with a
48545         Linux-specific subcase.
48546         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48547         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48548         acls are unsupported.
48549         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48550         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48551         are unsupported.
48552
48553 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48554
48555         Sync from coreutils.
48556         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48557
48558 2006-01-07  Bruno Haible  <bruno@clisp.org>
48559
48560         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48561         gl_EARLY.
48562
48563 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48564
48565         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48566         Problem reported for Mingw by Mark Junker.
48567
48568 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48569
48570         * README: Gnulib normally doesn't generate a tarball.
48571
48572 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48573
48574         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48575         long int, not int, for nanosecond counts, so that people who are
48576         used to POSIX struct timespec won't be surprised.  Reported by Jim
48577         Meyering.
48578
48579 2005-12-28  Bruno Haible  <bruno@clisp.org>
48580
48581         * build-aux/config.rpath: Update from GNU gettext.
48582
48583 2005-12-16  Jim Meyering  <jim@meyering.net>
48584
48585         * modules/fprintftime: New module.
48586         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48587
48588 2005-12-16  Jim Meyering  <jim@meyering.net>
48589
48590         * m4/fprintftime.m4: New file.
48591
48592 2005-12-16  Jim Meyering  <jim@meyering.net>
48593
48594         * lib/fprintftime.c, lib/fprintftime.h: New files.
48595
48596 2005-12-15  Simon Josefsson  <jas@extundo.com>
48597
48598         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48599         new m4/socklen.m4.
48600
48601 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48602
48603         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48604         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48605
48606 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48607
48608         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48609         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48610         struct uparams is valid. Fall back to the default values if it is
48611         not.
48612
48613 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48614
48615         * modules/argp (Files): Add argp-pin.c
48616         (Depends-on): dirname
48617         (lib_SOURCES): Add argp-pin.c
48618
48619 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48620
48621         * m4/argp.m4:  Check if program_invocation_name and
48622         program_invocation_short_name are declared and define appropriate
48623         macros if they are not.
48624
48625 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48626
48627         * lib/argp-help.c (__argp_base_name): New function
48628         (__argp_short_program_name): Rewrite using __argp_base_name
48629         * lib/argp-namefrob.h: Define program_invocation_name and
48630         program_invocation_short_name if requested
48631         (__argp_base_name): Add prototype
48632         * lib/argp-parse.c (argp_def): Use gettext wrappers
48633         (argp_default_parser): Use __argp_base_name
48634         * lib/argp-pin.c: New file. Defines program_invocation_name and
48635         program_invocation_short_name on systems that lack them.
48636
48637 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48638
48639         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48640         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48641         porting problem reported by Georg Schwarz in
48642         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48643
48644 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48645
48646         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48647         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48648         porting problem reported by Georg Schwarz in
48649         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48650
48651 2005-12-05  Bruno Haible  <bruno@clisp.org>
48652
48653         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48654         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48655         Reported by Mark Junker <mjscod@gmx.de>.
48656
48657 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48658
48659         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48660         Use implementation from Albert Chin, with some
48661         comments/corrections by Stepan Kasal and myself.
48662
48663 2005-12-02  Bruno Haible  <bruno@clisp.org>
48664
48665         * gnulib-tool (func_import): Accept GPLed build tool modules when
48666         --lgpl is given.
48667         * modules/csharpcomp-script: New file.
48668         * modules/csharpcomp: Depend on it.
48669         * modules/javacomp-script: New file.
48670         * modules/javacomp: Depend on it.
48671         Suggested by Simon Josefsson.
48672
48673 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48674
48675         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48676         statement, to work around an HP-UX 10.20 compiler bug reported by
48677         Peter O'Gorman.
48678
48679 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48680
48681         * modules/savedir (Depends-on): Add openat.
48682
48683 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48684
48685         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48686         (uintmax_t) [defined uintmax_t]: Do not declare.
48687         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48688         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48689         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48690         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48691         sake of portability to weird hosts that C allows (though we don't
48692         know of any practical examples).
48693
48694         * lib/savedir.h (fdsavedir): New decl.
48695         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48696         contains most of the former guts of savedir.
48697         (savedir): Use savedirstream.
48698         Include "openat.h".
48699
48700 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48701
48702         * modules/obstack (Files): Add m4/ulonglong.m4.
48703         Problem reported by Davide Angelocola.
48704
48705 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48706
48707         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48708         coreutils no longer futzes with rounding modes.
48709
48710 2005-11-14  Jim Meyering  <jim@meyering.net>
48711
48712         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48713         replacement of mkstemp.
48714
48715 2005-11-10  Simon Josefsson  <jas@extundo.com>
48716
48717         * lib/readline.c: Remove EOL.
48718
48719 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48720
48721         * modules/gethrxtime (Depends-on): Add gettime.
48722
48723 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48724
48725         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48726         or gettimeofday; no longer needed.
48727
48728 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48729
48730         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48731         time business.
48732         (gethrxtime) [! (HAVE_NANOUPTIME
48733         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48734         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48735         our own approximation.
48736
48737 2005-11-08  Eric Blake  <ebb9@byu.net>
48738
48739         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48740
48741 2005-11-08  Eric Blake  <ebb9@byu.net>
48742
48743         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48744
48745 2005-11-04  Bruno Haible  <bruno@clisp.org>
48746
48747         * gnulib-tool: Implement --update mode.
48748
48749 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48750
48751         Fix porting problem reported by Theodoros V. Kalamatianos.
48752         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48753         Don't assume that futimes failing means we must fail.
48754
48755 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48756
48757         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48758         variables to suggest the intended function of the PATH_MAX check.
48759
48760 2005-10-30  Kean Johnston  <jkj@sco.com>
48761
48762         Trivial changes to support SCO systems.
48763         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48764         as PATH_MAX.
48765         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48766         where __ptr is null when no I/O is pending.
48767
48768 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48769
48770         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48771         leave errno alone.  Problem reported by Dmitry V. Levin.
48772
48773 2005-10-28  Simon Josefsson  <jas@extundo.com>
48774
48775         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48776         Test more.
48777
48778         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48779
48780         * modules/md2, modules/md2-tests: New files.
48781
48782 2005-10-28  Simon Josefsson  <jas@extundo.com>
48783
48784         * m4/inet_ntop.m4: More tests.
48785
48786         * m4/gc-md2.m4, md2.m4: New file.
48787
48788 2005-10-28  Simon Josefsson  <jas@extundo.com>
48789
48790         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48791         "restrict" keywords, as per POSIX.  Protect the function
48792         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48793         Don't use K&R prototypes.  Check the sprintf return values.
48794         Re-define EAFNOSUPPORT if not present.  Indent.
48795
48796         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48797         suggested by Bruno Haible <bruno@clisp.org>.
48798
48799         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48800
48801         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48802
48803         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48804         libgcrypt).
48805
48806         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48807
48808         * lib/md2.h, lib/md2.c: New files.
48809
48810 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48811
48812         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48813         errno alone.  Problem reported by Frederic Jolliton.
48814
48815 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48816
48817         * modules/verify (License): Change from GPL to LGPL.  This is a
48818         tiny module and there are apparently near-equivalents that are
48819         under the BSD license.
48820
48821 2005-10-24  Simon Josefsson  <jas@extundo.com>
48822
48823         * modules/sha1: Relicense to LGPL.
48824
48825 2005-10-24  Simon Josefsson  <jas@extundo.com>
48826
48827         * lib/md4.h: Shrink buffer size, now that we changed the type.
48828
48829 2005-10-23  Simon Josefsson  <jas@extundo.com>
48830
48831         * gnulib-tool (func_import): Fix --tests-base.
48832
48833 2005-10-22  Simon Josefsson  <jas@extundo.com>
48834
48835         * modules/arcfour (Depends-on): Need stdint.
48836
48837 2005-10-22  Simon Josefsson  <jas@extundo.com>
48838
48839         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48840         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48841
48842 2005-10-22  Simon Josefsson  <jas@extundo.com>
48843
48844         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48845         suggested by Bruno Haible <bruno@clisp.org>.
48846
48847 2005-10-22  Simon Josefsson  <jas@extundo.com>
48848
48849         * lib/crc.h: Include stddef.h, for size_t.
48850
48851 2005-10-22  Simon Josefsson  <jas@extundo.com>
48852
48853         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48854         arcfour_context struct (simplify test vector testing in GNU
48855         Shishi).
48856
48857 2005-10-21  Simon Josefsson  <jas@extundo.com>
48858
48859         * modules/des, modules/des-tests: New files.
48860
48861         * modules/gc-des, modules/gc-des-tests: New files.
48862
48863         * tests/test-des.c, tests/test-gc-des.c: New file.
48864
48865 2005-10-21  Simon Josefsson  <jas@extundo.com>
48866
48867         * modules/arctwo, modules/arctwo-tests: New files.
48868
48869         * tests/test-arctwo.c: New file.
48870
48871         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48872
48873         * tests/test-gc-arctwo.c: New file.
48874
48875 2005-10-21  Simon Josefsson  <jas@extundo.com>
48876
48877         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48878         Bruno Haible <bruno@clisp.org>.
48879
48880         * m4/gc-des.m4: New file.
48881
48882 2005-10-21  Simon Josefsson  <jas@extundo.com>
48883
48884         * m4/arctwo.m4: New file.
48885
48886         * m4/gc-arctwo.m4: New file.
48887
48888 2005-10-21  Simon Josefsson  <jas@extundo.com>
48889
48890         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48891         block.
48892
48893 2005-10-21  Simon Josefsson  <jas@extundo.com>
48894
48895         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48896         <bruno@clisp.org>.
48897
48898         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48899
48900         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48901         Bruno Haible <bruno@clisp.org>.
48902
48903         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48904         <bruno@clisp.org>.
48905
48906 2005-10-21  Simon Josefsson  <jas@extundo.com>
48907
48908         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48909
48910 2005-10-21  Simon Josefsson  <jas@extundo.com>
48911
48912         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48913
48914 2005-10-21  Simon Josefsson  <jas@extundo.com>
48915
48916         * lib/des.h, lib/des.c: New files.
48917
48918         * lib/gc-gnulib.c: Support DES.c
48919
48920 2005-10-21  Simon Josefsson  <jas@extundo.com>
48921
48922         * lib/arctwo.h, lib/arctwo.c: New files.
48923
48924         * lib/gc-gnulib.c: Support ARCTWO.
48925
48926 2005-10-21  Simon Josefsson  <jas@extundo.com>
48927
48928         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48929         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48930
48931 2005-10-21  Simon Josefsson  <jas@extundo.com>
48932
48933         * gnulib-tool (func_import, func_create_testdir): Define automake
48934         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48935         Makefile.am snippet),
48936         suggested by Bruno Haible <bruno@clisp.org>.
48937
48938         * modules/gc (Makefile.am): Use it.
48939
48940 2005-10-21  Bruno Haible  <bruno@clisp.org>
48941
48942         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48943         patch.
48944
48945 2005-10-19  Simon Josefsson  <jas@extundo.com>
48946
48947         * tests/test-gc-rijndael.c: New file.
48948
48949         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48950
48951 2005-10-19  Simon Josefsson  <jas@extundo.com>
48952
48953         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48954         interface too.
48955
48956 2005-10-19  Simon Josefsson  <jas@extundo.com>
48957
48958         * tests/test-gc-arcfour.c: New file.
48959
48960         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48961
48962 2005-10-19  Simon Josefsson  <jas@extundo.com>
48963
48964         * modules/gc-md4, modules/gc-md4-tests: New file.
48965
48966         * tests/test-gc-md4.c: New file.
48967
48968 2005-10-19  Simon Josefsson  <jas@extundo.com>
48969
48970         * m4/gc-md4.m4: New file.
48971
48972 2005-10-19  Simon Josefsson  <jas@extundo.com>
48973
48974         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48975         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48976         <kasal@ucw.cz>.
48977
48978 2005-10-19  Simon Josefsson  <jas@extundo.com>
48979
48980         * m4/gc-arcfour.m4: New file.
48981
48982         * m4/gc-rijndael.m4: New file.
48983
48984 2005-10-19  Simon Josefsson  <jas@extundo.com>
48985
48986         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48987
48988 2005-10-19  Simon Josefsson  <jas@extundo.com>
48989
48990         * lib/gc-gnulib.c: Support ARCFOUR.
48991
48992 2005-10-19  Simon Josefsson  <jas@extundo.com>
48993
48994         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48995         support.
48996
48997         * lib/gc.h: Add ECB enum type.
48998
48999         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
49000
49001 2005-10-18  Simon Josefsson  <jas@extundo.com>
49002
49003         * tests/test-md5.c: New file.
49004
49005         * modules/md5-tests: New file.
49006
49007 2005-10-18  Simon Josefsson  <jas@extundo.com>
49008
49009         * tests/test-md4.c: New file.
49010
49011         * modules/md4, modules/md4-tests: New files.
49012
49013 2005-10-18  Simon Josefsson  <jas@extundo.com>
49014
49015         * m4/md4.m4: New file.
49016
49017 2005-10-18  Simon Josefsson  <jas@extundo.com>
49018
49019         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49020
49021 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49022
49023         * gnulib-tool (func_create_testdir): Omit the second check whether
49024         BUILT_SOURCES in nonempty.
49025
49026 2005-10-17  Simon Josefsson  <jas@extundo.com>
49027
49028         * tests/test-rijndael.c: New file.
49029
49030 2005-10-17  Simon Josefsson  <jas@extundo.com>
49031
49032         * modules/sha1: Depend on stdint instead of md5.
49033
49034         * modules/md5: Depend on stdint, remove uint32_t.
49035
49036 2005-10-17  Simon Josefsson  <jas@extundo.com>
49037
49038         * modules/gc-sha1-tests: New file.
49039
49040         * tests/test-gc-sha1.c: New file.
49041
49042 2005-10-17  Simon Josefsson  <jas@extundo.com>
49043
49044         * m4/md5.m4: Remove call to uint32_t.m4.
49045
49046 2005-10-17  Simon Josefsson  <jas@extundo.com>
49047
49048         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49049
49050         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49051         md5.h.
49052
49053         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49054
49055         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49056
49057 2005-10-17  Simon Josefsson  <jas@extundo.com>
49058
49059         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49060
49061 2005-10-17  Simon Josefsson  <jas@extundo.com>
49062
49063         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49064
49065 2005-10-17  Simon Josefsson  <jas@extundo.com>
49066
49067         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49068
49069         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49070
49071 2005-10-17  Bruno Haible  <bruno@clisp.org>
49072
49073         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49074         that it can also be used in a test.
49075
49076 2005-10-16  Bruno Haible  <bruno@clisp.org>
49077
49078         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49079         TESTS_ENVIRONMENT, so that individual tests can augment it.
49080
49081         * gnulib-tool (func_create_testdir): Use an intermediate target for
49082         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49083         macros, like $(ALLOCA_H), which cannot be passed through the command
49084         line.
49085
49086 2005-10-15  Simon Josefsson  <jas@extundo.com>
49087
49088         * modules/rijndael-tests: New file.
49089
49090         * modules/rijndael: New file.
49091
49092 2005-10-15  Simon Josefsson  <jas@extundo.com>
49093
49094         * m4/rijndael.m4: New file.
49095
49096 2005-10-15  Simon Josefsson  <jas@extundo.com>
49097
49098         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49099
49100         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49101
49102 2005-10-14  Simon Josefsson  <jas@extundo.com>
49103
49104         * tests/test-arcfour.c: New file.
49105
49106         * modules/arcfour, modules/arcfour-tests: New files.
49107
49108 2005-10-14  Simon Josefsson  <jas@extundo.com>
49109
49110         * m4/arcfour.m4: New file.
49111
49112 2005-10-14  Simon Josefsson  <jas@extundo.com>
49113
49114         * lib/arcfour.h, lib/arcfour.c: New files.
49115
49116 2005-10-14  Roland McGrath  <roland@redhat.com>
49117
49118         Import from libc.  [BZ #1331]
49119         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49120         macro argument.
49121         Reported by Matej Vela <vela@debian.org>.
49122
49123 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49124
49125         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49126         include <wchar.h>; no longer needed.
49127
49128 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49129
49130         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49131
49132 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49133         and  Ulrich Drepper  <drepper@redhat.com>
49134
49135         Import from libc.
49136         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49137         instead of inline stream orientation test and two separate
49138         function calls.  Pay no attention to USE_IN_LIBIO.
49139
49140 2005-10-13  Simon Josefsson  <jas@extundo.com>
49141
49142         * modules/gc-hmac-md5-tests: New file.
49143
49144         * tests/test-gc-hmac-sha1.c: New file.
49145
49146         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49147
49148         * modules/gc-hmac-md5-tests: New file.
49149
49150         * tests/test-gc-md5.c: New file.
49151
49152         * modules/gc-md5-tests: New file.
49153
49154 2005-10-13  Simon Josefsson  <jas@extundo.com>
49155
49156         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49157         Move memory allocation outside of loop.
49158
49159 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49160
49161         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49162         intermediate directory is in a read-only file system.  Problem
49163         reported by Eric Blake.
49164
49165 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49166
49167         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49168
49169 2005-10-12  Simon Josefsson  <jas@extundo.com>
49170
49171         * tests/test-hmac-sha1.c: New file.
49172
49173         * modules/hmac-sha1-tests: New file.
49174
49175         * modules/hmac-sha1: New file.
49176
49177 2005-10-12  Simon Josefsson  <jas@extundo.com>
49178
49179         * modules/gc-sha1: New file.
49180
49181 2005-10-12  Simon Josefsson  <jas@extundo.com>
49182
49183         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49184
49185         * tests/test-gc-pbkdf2-sha1.c: New file.
49186
49187 2005-10-12  Simon Josefsson  <jas@extundo.com>
49188
49189         * modules/gc-md5, modules/gc-hmac-md5: New files.
49190
49191         * modules/gc (Files): Remove md5, memxor and hmac files.
49192
49193 2005-10-12  Simon Josefsson  <jas@extundo.com>
49194
49195         * m4/gc-pbkdf2-sha1.m4: New file.
49196
49197         * m4/gc-hmac-sha1.m4: New file.
49198
49199         * m4/gc-sha1: New file.
49200
49201         * m4/hmac-sha1.m4: New file.
49202
49203 2005-10-12  Simon Josefsson  <jas@extundo.com>
49204
49205         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49206
49207         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49208
49209 2005-10-12  Simon Josefsson  <jas@extundo.com>
49210
49211         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49212         suggested by Bruno Haible <bruno@clisp.org>.
49213
49214 2005-10-12  Simon Josefsson  <jas@extundo.com>
49215
49216         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49217
49218 2005-10-12  Simon Josefsson  <jas@extundo.com>
49219
49220         * lib/gc-pbkdf2-sha1.c: New file.
49221
49222         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49223
49224 2005-10-12  Simon Josefsson  <jas@extundo.com>
49225
49226         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49227
49228         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49229
49230 2005-10-12  Simon Josefsson  <jas@extundo.com>
49231
49232         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49233         GC_USE_HMAC_MD5, respectively.
49234
49235         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49236         (gc_md5): Fix typo.
49237
49238         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49239
49240         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49241
49242         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49243
49244 2005-10-12  Bruno Haible  <bruno@clisp.org>
49245
49246         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49247         Reported by Stepan Kasal <kasal@ucw.cz>.
49248
49249 2005-10-11  Simon Josefsson  <jas@extundo.com>
49250
49251         * tests/test-crc.c: New file.
49252
49253         * modules/crc, modules/crc-tests: New files.
49254
49255 2005-10-11  Simon Josefsson  <jas@extundo.com>
49256
49257         * m4/crc.m4: New file.
49258
49259 2005-10-11  Simon Josefsson  <jas@extundo.com>
49260
49261         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49262
49263         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49264
49265         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49266
49267 2005-10-11  Simon Josefsson  <jas@extundo.com>
49268
49269         * lib/crc.h, lib/crc.c: New files.
49270
49271         * lib/gc.h (gc_hash_buffer): Add doc.
49272
49273 2005-10-11  Bruno Haible  <bruno@clisp.org>
49274
49275         * modules/c-strcasestr: New file.
49276         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49277
49278 2005-10-11  Bruno Haible  <bruno@clisp.org>
49279
49280         * modules/c-strcase: New file.
49281         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49282
49283 2005-10-11  Bruno Haible  <bruno@clisp.org>
49284
49285         * lib/strcasecmp.c: Include limits.h.
49286         (strcasecmp): Avoid integer overflow on exotic platforms.
49287         * lib/strncasecmp.c: Include limits.h.
49288         (strncasecmp): Avoid integer overflow on exotic platforms.
49289         Reported by Paul Eggert.
49290
49291 2005-10-11  Bruno Haible  <bruno@clisp.org>
49292
49293         * lib/c-strcasestr.h: New file, from GNU gettext.
49294         * lib/c-strcasestr.c: New file, from GNU gettext.
49295
49296 2005-10-11  Bruno Haible  <bruno@clisp.org>
49297
49298         * lib/c-strcase.h: New file, from GNU gettext.
49299         * lib/c-strcasecmp.c: New file, from GNU gettext.
49300         * lib/c-strncasecmp.c: New file, from GNU gettext.
49301
49302 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49303
49304         * modules/mempcpy (License): GPL -> LGPL.
49305         * modules/strchrnul (License): Likewise.
49306         * modules/sysexits (License): Likewise.
49307
49308 2005-10-08  Simon Josefsson  <jas@extundo.com>
49309
49310         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49311
49312 2005-10-07  Simon Josefsson  <jas@extundo.com>
49313
49314         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49315
49316 2005-10-06  Simon Josefsson  <jas@extundo.com>
49317
49318         * tests/test-hmac-md5.c: New file.
49319
49320         * modules/hmac-md5-tests: New file.
49321
49322         * modules/hmac-md5: New file.
49323
49324 2005-10-06  Simon Josefsson  <jas@extundo.com>
49325
49326         * m4/hmac-md5.m4: New file.
49327
49328         * m4/memxor.m4: Require gl_C_RESTRICT.
49329
49330 2005-10-06  Simon Josefsson  <jas@extundo.com>
49331
49332         * lib/memxor.c (memxor): Avoid casts and warnings.
49333
49334 2005-10-06  Simon Josefsson  <jas@extundo.com>
49335
49336         * lib/hmac-md5.c: New file.
49337
49338         * lib/hmac.h: New file.
49339
49340 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49341
49342         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49343         promotes to int, not unsigned int, to catch the AIX 5.3
49344         compiler bug.
49345
49346 2005-10-05  Simon Josefsson  <jas@extundo.com>
49347
49348         * modules/memxor: New file.
49349
49350         * modules/iconv (Files): Move config.rpath to havelib, it is used
49351         there.
49352
49353         * modules/havelib (Files): Add config.rpath.
49354
49355 2005-10-05  Simon Josefsson  <jas@extundo.com>
49356
49357         * m4/memxor.m4: New file.
49358
49359 2005-10-05  Simon Josefsson  <jas@extundo.com>
49360
49361         * lib/memxor.c (memxor): Fix compiler error.
49362
49363         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49364         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49365
49366         * lib/memxor.h, lib/memxor.c: New files.
49367
49368         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49369         we assume all systems have it, suggested by Jim Meyering
49370         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49371         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49372         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49373         same reasons.
49374
49375 2005-10-05  Simon Josefsson  <jas@extundo.com>
49376
49377         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49378
49379 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49380
49381         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49382         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49383         needed, since the source code now assumes these .h files.
49384
49385 2005-10-05  Derek Price  <derek@ximbiot.com>
49386
49387         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49388
49389 2005-10-05  Bruno Haible  <bruno@clisp.org>
49390
49391         * modules/stdint (License): Change to LGPL.
49392
49393 2005-10-04  Simon Josefsson  <jas@extundo.com>
49394
49395         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49396         D. Baushke" <mdb@gnu.org>.
49397
49398 2005-10-04  Bruno Haible  <bruno@clisp.org>
49399
49400         * lib/verify.h (verify_true): Provide alternative definition for C++.
49401
49402 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49403
49404         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49405         (SSIZE_MAX): New macro, if not already defined.
49406         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49407         than 2 GiB.
49408
49409 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49410
49411         Sync from coreutils.
49412         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49413         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49414         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49415         ULLONG_MAX doesn't work with 2.7.2.1.
49416
49417 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49418
49419         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49420         From Ben Pfaff.
49421
49422         * modules/exclude (Depends-on): Depend on verify.
49423         * modules/strtoimax (Depends-on): Likewise.
49424         * modules/utimecmp (Depends-on): Likewise.
49425
49426 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49427
49428         * lib/exclude.c: Include verify.h.
49429         (verify): Remove.  All callers changed to use verify.h's version.
49430         * lib/strtoimax.c: Likewise.
49431         * lib/utimecmp.c: Likewis.e
49432
49433         Sync from coreutils.
49434         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49435         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49436         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49437         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49438         bother returning ENOSYS if settimeofday or stime fails; just let
49439         them return whatever errno they want to return.
49440         * lib/utimens.c: Include unistd.h, for dup2.
49441         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49442         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49443
49444 2005-10-02  Jim Meyering  <jim@meyering.net>
49445
49446         Sync from coreutils.
49447         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49448         from glibc-2.2.5 that fails for read-only files.
49449
49450 2005-10-02  Jim Meyering  <jim@meyering.net>
49451
49452         Sync from coreutils.
49453         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49454         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49455         `#if HAVE_CONFIG_H'.
49456         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49457         Remove AT_FDCWD test.
49458         Do not consume the fd unless successful.
49459         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49460         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49461         block, so that we don't even try to compile it if settimeofday is
49462         available.  This works around a compilation failure on OSF1 V5.1,
49463         due to stime requiring a `long int*' while tv_sec is `int'.
49464
49465 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49466
49467         Sync from coreutils.
49468         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49469         against `yes', rather than just testing for nonempty.
49470
49471 2005-10-01  Simon Josefsson  <jas@extundo.com>
49472
49473         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49474         and Darwin.
49475
49476         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49477         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49478         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49479         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49480         Check if struct addrinfo is declared.
49481
49482 2005-10-01  Simon Josefsson  <jas@extundo.com>
49483
49484         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49485         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49486         AI_* and EAI_* definitions.  Protect function declarations.
49487
49488 2005-10-01  Jim Meyering  <jim@meyering.net>
49489
49490         Sync from coreutils.
49491
49492         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49493         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49494         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49495         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49496         in the inet and nsl libraries.  Required on Solaris 5.7.
49497
49498 2005-10-01  Jim Meyering  <jim@meyering.net>
49499
49500         Sync from coreutils.
49501         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49502         in the inet and nsl libraries.  Required on Solaris 5.7.
49503
49504 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
49505
49506         * lib/getdelim.c (getdelim): Remove unused variables.
49507
49508 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49509
49510         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49511         so that the code works even with ancient cpp.  Portability problem
49512         with GCC 2.7.2.1 reported by Thomas M.Ott.
49513
49514 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49515
49516         * modules/regex (Depends-on): Add strcase.
49517
49518         * modules/gethostname (Licence): Change from GPL to LGPL, since
49519         gethostname.c is a trivial implementation of a standard library
49520         function.
49521         * modules/poll (License): Change from GPL to LGPL, since it's
49522         derived from LGPL code.
49523
49524 2005-09-27  Jim Meyering  <jim@meyering.net>
49525
49526         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49527         HAVE_CONFIG_H.
49528
49529         * lib/intprops.h (signed_type_or_expr__): Define.
49530         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49531         for unsigned types.
49532
49533 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49534
49535         * lib/verify.h (verify_expr): Remove, replacing with:
49536         (verify_true): New macro that returns true instead of void.
49537         (verify_type__): Remove.
49538         (verify): Use verify_true rather than verify_type__.
49539
49540 2005-09-26  Bruno Haible  <bruno@clisp.org>
49541
49542         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49543         is necessary.
49544         (lib_SOURCES): Remove mbchar.c.
49545         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49546         (Files): Add m4/mbrtowc.m4.
49547         * modules/mbiter: Likewise.
49548         * modules/mbuiter: Likewise.
49549
49550 2005-09-26  Bruno Haible  <bruno@clisp.org>
49551
49552         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49553         compile mbchar.c if they are not both present.
49554         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49555         * m4/mbiter.m4 (gl_MBITER): Likewise.
49556         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49557         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49558         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49559
49560 2005-09-25  Jim Meyering  <jim@meyering.net>
49561
49562         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49563         also uses socklen_t.
49564
49565 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49566
49567         * lib/utimens.c (ENOSYS): Define if not already defined.
49568         (futimens): Support having a null PATH if the file descriptor
49569         is nonnegative.
49570
49571         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49572         Remove.
49573         (__attribute): Define to empty unless GCC 3.1 or later.
49574         This works around a core dump on OpenBSD 3.4, which has GCC
49575         2.95.3, which dumps core when given __attribute__(()).  It also
49576         simplifies other tests, since we really don't want to bother with
49577         worrying about which ancient version of GCC supported what.
49578         Original problem reported by Yoann Vandoorselaere, with part of
49579         the fix suggested by Derek Price.
49580
49581 2005-09-24  Jim Meyering  <jim@meyering.net>
49582
49583         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49584         so we can once again use a positive bitfield width of 1 -- now we
49585         don't have to explain why we were using a bitfield width of 2.
49586
49587 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49588
49589         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49590         and similarly for the other external symbols.  Problem reported
49591         by James Gallager.
49592
49593         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49594         bug reported by Jim Meyering.
49595
49596         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49597         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49598         not needed, since socklen is a prerequisite module.
49599
49600 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49601
49602         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49603         Problem reported by Eric Blake.
49604         (getaddrinfo): Initialize se so that it's not garbage.
49605         Redo internal storage allocation so that it doesn't make unportable
49606         assumptions about alignment.
49607         Fix a memory leak.
49608
49609         * lib/utimens.c (futimens): Use futimesat if available.
49610         Prefer it to futimes since it doesn't have the futimes bug.
49611
49612         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49613         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49614         Instead, declare a function that returns a pointer to an array,
49615         and use verify_type__ to declare the size of the array.
49616         Problem and germ of a solution reported by Bruno Haible.
49617         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49618         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49619
49620 2005-09-23  Jim Meyering  <jim@meyering.net>
49621
49622         Sync from coreutils.
49623         Correct build failure (socklen_t not defined) on at least
49624         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49625         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49626
49627 2005-09-23  Jim Meyering  <jim@meyering.net>
49628
49629         * modules/getaddrinfo (Depends-on): Add socklen.
49630
49631 2005-09-23  Bruno Haible  <bruno@clisp.org>
49632
49633         * tests/test-verify.c: New file.
49634
49635 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49636
49637         Sync from coreutils.
49638
49639         * modules/argmatch (Depends-on): Add verify.
49640         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49641         unistd-safer.
49642         * modules/save-cwd (Depends-on): Likewise.
49643
49644         * modules/openat (Files): Add lib/openat-die.c.
49645         (Depends-on): Remove error, exitfail.
49646         Add dirname.
49647
49648         * modules/verify: New file.
49649         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49650         with "verify" module.
49651
49652 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49653
49654         Sync from coreutils.
49655
49656         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49657         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49658         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49659         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49660         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49661         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49662         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49663         Don't bother checking for string.h, stdlib.h, unistd.h.
49664         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49665         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49666         module's job.
49667         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49668         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49669
49670         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49671         (gl_GETDATE): Use it.
49672
49673         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49674
49675 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49676
49677         Sync from coreutils.
49678
49679         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49680         stat-time.h.
49681         * lib/argmatch.h: Include verify.h
49682         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49683         (ARGMATCH_ASSERT): Remove; unused.
49684         * lib/canonicalize.c: Assume STDC_HEADERS.
49685         * lib/exclude.c: Include "strcase.h".
49686         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49687         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49688         and stdio-safer.h.
49689         (getusershell): Call fopen, not fopen_safer.
49690         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49691         Do not include unistd-safer.h.
49692         (save_cwd): Don't call fd_safer; no longer needed
49693         now that we include fcntl--.h.
49694
49695         * lib/getdate.y (relative_time): New type.
49696         (RELATIVE_TIME_0): New constant.
49697         (parser_control): Use relative_time instead of doing it ourselves.
49698         (%union): Add new relative_time rel member.
49699         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49700         Now typeless.
49701         (relunit, relunit_snumber): Now of type rel.
49702         (zone, rel, relunit, get_date): Adjust to above changes.
49703
49704         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49705         Do not include unistd-safer.h.
49706         (getloadavg): Don't call fd_safer; no longer needed
49707         now that we include fcntl--.h.
49708
49709         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49710         (make_dir_parents): Treat ENOSYS like EEXIST.
49711
49712         Improve quality of diagnostics on restore_cwd failure.
49713         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49714         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49715         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49716         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49717         each time through the loop.  Do not diagnose restore_cwd failure;
49718         that is the caller's job (and perhaps the caller does not care).
49719
49720         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49721         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49722         If the file already exists but is not a directory, don't bother
49723         to try to make its parents.
49724         Close potential file descriptor leak if we can't chdir("/") (!).
49725         Don't always return true if chdir($PWD) fails; return true only
49726         if the requested action was done successfully (except for the
49727         chdir($PWD)).
49728         Don't log final directory unless we actually made it.
49729         Refactor to avoid duplicate code to fix up permissions.
49730         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49731
49732         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49733         to make it a bit faster and (I hope) clearer.
49734         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49735         Fix bug in formats like %2N.
49736
49737         * lib/verify.h: New file.
49738
49739 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49740
49741         Sync from coreutils.
49742         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49743
49744 2005-09-22  Jim Meyering  <jim@meyering.net>
49745
49746         Sync from coreutils.
49747
49748         * m4/lstat.m4 (gl_FUNC_LSTAT):
49749         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49750         Remove obsolete comment.
49751         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49752         * m4/xstrtod.m4: Likewise.
49753
49754         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49755
49756 2005-09-22  Jim Meyering  <jim@meyering.net>
49757
49758         Sync from coreutils.
49759
49760         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49761
49762         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49763         the .tm_year member, since otherwise gcc-4.0 would now warn about
49764         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49765
49766         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49767         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49768
49769         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49770         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49771         when run in a time zone for which daylight savings time is in effect
49772         for the starting date.
49773
49774         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49775         stop us from restricting permissions of just-created absolute-named
49776         directories.
49777         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49778         to restore initial working directory.
49779         * lib/mkdir-p.c (make_dir_parents): New parameter:
49780         different_working_dir, to tell caller if/when we change the working
49781         directory and are unable to return to the initial one.
49782         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49783         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49784         `return false'.  This fixes a bug introduced on 2004-07-30.
49785
49786         * lib/openat.c (fdopendir): Be sure to close the supplied
49787         file descriptor before returning.  This makes our replacement
49788         implementation a little closer to Solaris's, where fdopendir
49789         ties the file descriptor to the returned DIR* pointer.
49790         * lib/openat.c (unlinkat): New function.
49791         * lib/openat.h (unlinkat): Add prototype.
49792         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49793         (openat_restore_fail): Rename from openat_restore_die.
49794         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49795
49796         Provide an alternative to exiting immediately upon save_cwd or
49797         restore_cwd failure.  Now, an application can arrange e.g.,
49798         to perform a longjump in that case.
49799         * lib/openat.c: Include dirname.h.
49800         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49801         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49802         and openat_restore_die rather than calling error directly.
49803         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49804
49805         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49806         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49807         define.
49808
49809         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49810         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49811                             int utc, int nanoseconds);
49812         Background:
49813         date should not have to allocate a megabyte of virtual memory to
49814         handle a format argument like +%1048575T.  When implemented with
49815         strftime, it must allocate such a buffer, use strftime to fill it
49816         in, print it, then free it.
49817         With fprintftime, it simply prints everything and exits.
49818         With no need for memory allocation, that's one fewer way to fail.
49819         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49820         optional field width, not before, so we accept %9:z, not %:9z.
49821         (my_strftime): Be sure to use L_('x') for literals.
49822
49823         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49824         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49825         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49826         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49827         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49828         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49829         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49830         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49831         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49832         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49833         * lib/xgethostname.c, lib/xreadlink.c:
49834         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49835
49836         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49837         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49838         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49839         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49840         and don't include <sys/file.h>).
49841
49842 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49843
49844         Sync from coreutils.
49845
49846         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49847         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49848         [!LDAV_DONE]: Avoid unused variable warning.
49849
49850 2005-09-21  Bruno Haible  <bruno@clisp.org>
49851
49852         * lib/unicodeio.h (unicode_to_mb): New declaration.
49853
49854 2005-09-20  Derek Price  <derek@ximbiot.com>
49855
49856         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49857         getaddrinfo.h.
49858
49859 2005-09-20  Bruno Haible  <bruno@clisp.org>
49860
49861         * gnulib-tool: Remove trailing slashes from the values specified for
49862         --source-base, --m4-base, --tests-base, --aux-dir.
49863         Suggested by Simon Josefsson <jas@extundo.com>.
49864
49865 2005-09-20  Bruno Haible  <bruno@clisp.org>
49866
49867         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49868         func_modules_to_filelist, func_import, func_create_testdir): Make all
49869         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49870         change when gnulib-tool is invoked in a different locale.
49871
49872 2005-09-19  Simon Josefsson  <jas@extundo.com>
49873
49874         * m4/socklen.m4: Fix typo.
49875
49876 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49877
49878         Use a consistent style for including <config.h>.
49879         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49880         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49881         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49882         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49883         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49884         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49885         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49886         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49887         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49888         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49889         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49890         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49891         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49892         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49893         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49894         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49895         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49896         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49897         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49898         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49899         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49900         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49901         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49902         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49903         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49904         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49905         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49906         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49907         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49908         lib/xstrtoumax.c, lib/yesno.c:
49909         Standardize inclusion of config.h.
49910         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49911         lib/inttostr.h:  Removed inclusion of config.h from header files.
49912         * lib/inttostr.c:  Adjusted in-tree users.
49913         * lib/timespec.h: Remove superfluous warning to include config.h.
49914         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49915         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49916         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49917         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49918         config.h with HAVE_CONFIG_H.
49919
49920 2005-09-19  Jim Meyering  <jim@meyering.net>
49921
49922         * modules/pathmax (License): Change to LGPL.
49923
49924 2005-09-19  Derek Price  <derek@ximbiot.com>
49925
49926         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49927
49928 2005-09-19  Bruno Haible  <bruno@clisp.org>
49929
49930         * gnulib-tool (import): Provide default for --tests-base.
49931
49932 2005-09-19  Bruno Haible  <bruno@clisp.org>
49933
49934         * doc/quote.texi: New file, extracted from gnulib.texi.
49935         * doc/ctime.texi: New file, extracted from gnulib.texi.
49936         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49937         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49938         * doc/gnulib.texi: Include them.
49939
49940 2005-09-18  Bruno Haible  <bruno@clisp.org>
49941
49942         Portability fix.
49943         * gnulib-tool (func_readlink): New function.
49944         (func_ln_if_changed): Use it.
49945
49946 2005-09-18  Bruno Haible  <bruno@clisp.org>
49947
49948         * gnulib-tool: Support --with-tests also with --import.
49949         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49950         (func_import): Use variables $testsbase and $inctests. Emit a
49951         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49952         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49953         SUBDIRS += $testsdir.
49954         (func_create_testdir): Update.
49955
49956 2005-09-18  Bruno Haible  <bruno@clisp.org>
49957
49958         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49959         instead of $dry_run.
49960         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49961         (func_ln_if_changed): Don't handle dry-run here.
49962         (func_import): In dry-run mode, detect more precisely which actions
49963         would be performed, and don't use "...ing" verbs.
49964
49965 2005-09-18  Bruno Haible  <bruno@clisp.org>
49966
49967         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49968         (func_import): Use join on two temporary files instead of three nested
49969         loops, in order to determine which files are new or old.
49970
49971 2005-09-18  Bruno Haible  <bruno@clisp.org>
49972
49973         * gnulib-tool (func_import): Comment out code that spits out the
49974         new files with --dry-run.
49975
49976 2005-09-18  Bruno Haible  <bruno@clisp.org>
49977
49978         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49979
49980 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49981
49982         * lib/stat-time.h: New file.
49983         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49984         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49985         in a different way.
49986         (timespec_cmp): New function.
49987         * lib/utimecmp.c: Include stat-time.h.
49988         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49989         members exist, not on the obsolescent ST_MTIM_NSEC.
49990         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49991
49992 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49993
49994         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49995
49996 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49997
49998         * MODULES.html.sh (File system functions): Add stat-time.
49999         * modules/stat-time: New file.
50000         * modules/timespec (Files): Remove m4/st_mtim.m4; this
50001         is now done in a different way, by the stat-time module.
50002         * modules/utimecmp (Depends-on): Add stat-time.
50003
50004 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
50005
50006         * m4/st_mtim.m4: Remove.  Superseded by...
50007         * m4/stat-time.m4: New file.
50008         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50009         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50010
50011 2005-09-15  Derek Price  <derek@ximbiot.com>
50012
50013         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50014
50015 2005-09-15  Derek Price  <derek@ximbiot.com>
50016
50017         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50018         * lib/regex_internal.c: Ditto, using this...
50019         (__GNUC_PREREQ): ...new macro.
50020         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50021         using...
50022         (__GNUC_PREREQ): ...this new macro.
50023
50024         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50025
50026 2005-09-15  Derek Price  <derek@ximbiot.com>
50027             Paul Eggert  <eggert@cs.ucla.edu>
50028
50029         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50030         changes, consolidating in...
50031         * lib/regex_internal.h: ...this file.
50032
50033 2005-09-13  Jim Meyering  <jim@meyering.net>
50034
50035         * lib/canon-host.c: Filter through gnu indent and reword comments
50036         slightly.
50037         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50038
50039 2005-09-13  Derek Price  <derek@ximbiot.com>
50040
50041         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50042         failure.
50043         Reported by Jim Meyering  <jim@meyering.net>.
50044
50045 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50046
50047         * lib/base64.c: Typo.
50048         (base64_encode): Put b64str in initialized data section.
50049
50050 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50051
50052         Merge glibc and coreutils changes into gnulib, plus a few
50053         extra fixes.
50054         * lib/md5.c: Use #error rather than a string.
50055         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50056         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50057         (__attribute__): Define to empty for non recent-GCC.
50058         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50059         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50060         Renamed from their non-__ counterparts, with new macros replacing
50061         them if not _LIBC.  Add __THROW attribute.
50062         (rol): Remove.
50063         (struct md5_ctx): Align buffer if using GCC.
50064         * lib/sha1.h (struct sha1_ctx): Likewise.
50065         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50066         The old name was backwards.
50067         (NOTSWAP): Remove; not used.
50068         (rol): New macro, moved here from md5.h.
50069         (sha1_process_block): Remove a FIXME that doesn't make sense.
50070
50071 2005-09-12  Derek Price  <derek@ximbiot.com>
50072
50073         Return usable errors from canon-host.
50074         * lib/canon-host.h: New file.
50075         * lib/canon-host.c (canon_host): Wrap...
50076         (canon_host_r): ...this new function, which now relies exclusively on
50077         getaddrinfo.
50078         (ch_strerror): New function.
50079         (last_cherror): New global.
50080         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50081         interface.
50082         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50083         void *.
50084         (freeaddrinfo): Free ai->ai_canonname when set.
50085
50086 2005-09-12  Derek Price  <derek@ximbiot.com>
50087
50088         Make canon-host require getaddrinfo.
50089         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50090         AC_LIBSOURCE canon-host.h.  Call...
50091         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50092         gl_GETADDRINFO.
50093         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50094
50095 2005-09-12  Derek Price  <derek@ximbiot.com>
50096
50097         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50098         LGPL.
50099         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50100
50101 2005-09-12  Derek Price  <derek@ximbiot.com>
50102
50103         * lib/gai_strerror.c: Include config.h when available.  Include
50104         getaddrinfo.h before other headers to test interface.
50105         Reported by Larry Jones <lawrence.jones@ugs.com>.
50106
50107 2005-09-12  Derek Price  <derek@ximbiot.com>
50108             Paul Eggert  <eggert@cs.ucla.edu>
50109
50110         * modules/glob (Files): Add glob-libc.h.
50111
50112 2005-09-12  Derek Price  <derek@ximbiot.com>
50113             Paul Eggert  <eggert@cs.ucla.edu>
50114
50115         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50116         glob_.h, glob-libc.h.
50117         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50118
50119 2005-09-12  Derek Price  <derek@ximbiot.com>
50120             Paul Eggert  <eggert@cs.ucla.edu>
50121
50122         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50123         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50124         protecting things that should be done only in gnulib contexts.
50125         * lib/glob_.h: New file, containing only the glob things needed for
50126         gnulib.
50127         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50128         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50129         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50130         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50131         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50132         and to respect the namespace rules better.
50133
50134 2005-09-08  Simon Josefsson  <jas@extundo.com>
50135
50136         * modules/socklen: New file.
50137
50138 2005-09-08  Simon Josefsson  <jas@extundo.com>
50139
50140         * m4/socklen.m4: New file.
50141
50142 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50143
50144         * modules/utimens (Files): Add m4/utimbuf.m4, since
50145         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50146         Reported by Sergey Poznyakoff.
50147
50148 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50149
50150         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50151         definitions, since that's the preferred style in glibc.
50152         Fix a minor spacing issue, and update copyright notice to match
50153         glibc's.
50154
50155 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50156
50157         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50158
50159 2005-09-06  Simon Josefsson  <jas@extundo.com>
50160
50161         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50162         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50163
50164 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50165
50166         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50167         warning.
50168
50169 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50170
50171         * config/srclist.txt: Add glibc bug 1302.
50172
50173 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50174
50175         Change bitset word type from unsigned int to unsigned long int,
50176         as this has better performance on typical 64-bit hosts.
50177         Port bitset code to hosts with unusual word sizes.
50178         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50179         (build_collating_symbol):
50180         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50181         argument is a bitset.  This is merely a style issue, but it makes
50182         it clearer that an entire array is expected.
50183         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50184         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50185         Port to the case where bitset_word is not the same as unsigned int.
50186         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50187         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50188         Likewise.
50189         * lib/regexec.c (check_dst_limits_calc_pos_1,
50190         check_subexp_matching_top):
50191         (build_trtable, group_nodes_into_DFAstates):
50192         Likewise.
50193         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50194         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50195         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50196         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50197         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50198         * lib/regcomp.c (optimize_subexps, lower_subexp):
50199         Work even if bitset_word has holes in its bitwise representation.
50200         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50201         * lib/regexec.c (check_dst_limits_calc_pos_1,
50202         check_subexp_matching_top):
50203         Likewise.
50204         * lib/regex_internal.c (re_string_reconstruct):
50205         Don't assume UCHAR_MAX == 255.
50206         * lib/regex_internal.h (bitset_set_all): Likewise.
50207         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50208         All uses changed.
50209         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50210         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50211         All uses changed.
50212         (BITSET_WORD_MAX): New macro.
50213         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50214         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50215         (bitset_empty, bitset_copy):
50216         Prefer sizeof (bitset) to multiplying it out ourselves.
50217         (bitset_not_merge): Remove; unused.
50218         (bitset_contain): Return bool, not unsigned int with one bit on.
50219         All callers changed.
50220         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50221         alignment than re_node_set; do this by defining a new internal
50222         type struct dests_alloc and using it to allocate memory.
50223
50224 2005-09-05  Bruno Haible  <bruno@clisp.org>
50225
50226         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50227         links.
50228
50229 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50230
50231         * modules/size_max (Makefile.am): Add size_max.h
50232
50233 2005-09-04  Derek Price  <derek@ximbiot.com>
50234
50235         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50236
50237 2005-09-03  Simon Josefsson  <jas@extundo.com>
50238
50239         * gnulib-tool: Fix typo.
50240
50241 2005-09-03  Simon Josefsson  <jas@extundo.com>
50242
50243         * config/srclist.txt: Add glibc bug 1293.
50244
50245 2005-09-03  Derek Price  <derek@ximbiot.com>
50246
50247         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50248         From Larry Jones <lawrence.jones@ugs.com>.
50249
50250 2005-09-02  Simon Josefsson  <jas@extundo.com>
50251
50252         * modules/socklen: New file.
50253
50254 2005-09-02  Simon Josefsson  <jas@extundo.com>
50255
50256         * modules/havelib: New module.
50257
50258         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50259         Use havelib.
50260
50261 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50262
50263         Check for arithmetic overflow when calculating sizes, to prevent
50264         some buffer-overflow issues.  These patches are conservative, in the
50265         sense that when I couldn't determine whether an overflow was possible,
50266         I inserted a run-time check.
50267         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50268         macros.
50269         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50270         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50271         (re_xnrealloc, re_x2nrealloc): New inline functions.
50272         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50273         parse_bracket_exp):
50274         (build_equiv_class, build_charclass): Check for arithmetic overflow
50275         in size expression calculations.
50276         * lib/regex_internal.c (re_string_realloc_buffers):
50277         (build_wcs_upper_buffer, re_node_set_add_intersect):
50278         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50279         (re_dfa_add_node, register_state): Likewise.
50280         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50281         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50282         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50283         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50284
50285 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50286
50287         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50288         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50289
50290 2005-09-02  Bruno Haible  <bruno@clisp.org>
50291
50292         Support for lib vs. lib64 distinction on biarch platforms.
50293         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50294         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50295         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50296
50297 2005-09-02  Bruno Haible  <bruno@clisp.org>
50298
50299         * gnulib-tool (import): In the other first-use case, provide defaults
50300         as well.
50301
50302 2005-09-02  Bruno Haible  <bruno@clisp.org>
50303
50304         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50305         patches not yet found in the latest gettext release.
50306
50307 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50308
50309         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50310         to avoid a collision with bits/local_lim.h in glibc.
50311         All uses changed.  Problem reported by Dmitry V. Levin in
50312         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50313
50314         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50315         bugs in int versus size_t comparisons.
50316         (re_string_context_at): Fix bug where the code assumed that
50317         Idx is signed.
50318
50319         Use bool where appropriate.
50320         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50321         All callers changed.
50322         (calc_eclosure_iter): Likewise, for ROOT arg.
50323         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50324         (build_charclass_op): Likewise, for NON_MATCH arg.
50325         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50326         (re_string_construct_common): Likewise, for ICASE arg.
50327         * lib/regexec.c (re_search_2_stub, re_search_stub):
50328         Likewise, for RET_LEN arg.
50329         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50330         (set_regs): Likewise, for FL_BACKTRACK arg.
50331         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50332         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50333         (calc_eclosure_iter, parse_bracket_exp):
50334         Use bool for internal variables that are booleans.
50335         * lib/regexec.c (re_search_internal, check_matching,
50336         proceed_next_node):
50337         (set_regs, build_sifted_states, sift_states_bkref):
50338         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50339         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50340         (find_collation_sequence_value):
50341         Likewise.
50342         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50343         (re_node_set_compare):
50344         Return bool, not int. All callers changed.
50345         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50346         (build_trtable, check_node_accept): Likewise.
50347         * lib/regex_internal.h: Include stdbool.h.
50348
50349         Fix bugs uncovered when converting to bool.
50350         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50351         failure instead of charging ahead blindly.
50352         * lib/regex_internal.c (register_state): Likewise.
50353         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50354         for freeing internal storage.
50355         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50356         bitset pieces used as boolean, to avoid undefined behavior
50357         on hosts that do int overflow checking.
50358
50359 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50360
50361         * config/srclist.txt: Add glibc bugs 1285-1287.
50362
50363 2005-09-01  Jim Meyering  <jim@meyering.net>
50364
50365         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50366         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50367         Require gl_STAT_MACROS, too.
50368
50369 2005-09-01  Bruno Haible  <bruno@clisp.org>
50370
50371         * gnulib-tool (import): In the first-use case, provide defaults.
50372
50373 2005-09-01  Bruno Haible  <bruno@clisp.org>
50374
50375         * gnulib-tool (func_import): Remove the .tmp files.
50376
50377 2005-09-01  Bruno Haible  <bruno@clisp.org>
50378
50379         * gnulib-tool (func_import): Fix handling of symbolic links.
50380
50381 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50382
50383         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50384         old glibc regex code mishandles strings longer than 2**31 bytes.
50385         This patch fixes this when the regex code is used in gnulib
50386         (i.e., outside glibc).
50387
50388         This patch should not affect the use of the regex code inside
50389         glibc.  No doubt this problem also needs to be handled for glibc
50390         as well, but the result will be an incompatible change to the
50391         glibc ABI, and the old ABI will have to be supported too.  That
50392         can be the the subject for another patch.
50393
50394         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50395         governing whether the rest of this patch is active.  By default,
50396         the macro is disabled and the patch has no effect.
50397         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50398         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50399         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50400         (re_match_2, re_set_registers): Use the new types.
50401         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50402         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50403         New macros.
50404         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50405         (re_string_context_at, bin_tree_t, re_dfastate_t):
50406         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50407         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50408         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50409         (re_string_char_size_at, re_string_wchar_at):
50410         (re_string_elem_size_at):
50411         Use the new types and macros to port to 64-bit hosts.
50412         Use unsigned types for internal values, so that the code
50413         mostly works even for arrays larger than SSIZE_MAX.
50414         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50415         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50416         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50417         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50418         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50419         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50420         (calc_inveclosure, parse_dup_op, build_range_exp):
50421         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50422         (fetch_number, create_token_tree, mark_opt_subexp):
50423         Likewise.
50424         * lib/regex_internal.c (re_string_construct_common,
50425         create_ci_newstate):
50426         (create_cd_newstate, re_string_allocate, re_string_construct):
50427         (re_string_realloc_buffers, build_wcs_upper_buffer):
50428         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50429         (re_string_reconstruct, re_string_peek_byte_case):
50430         (re_string_fetch_byte_case, re_string_context_at):
50431         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50432         (re_node_set_init_copy, re_node_set_add_intersect):
50433         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50434         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50435         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50436         (re_acquire_state, re_acquire_state_context, register_state):
50437         Likewise.
50438         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50439         search_cur_bkref_entry):
50440         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50441         (re_search_internal, re_search_2_stub, re_search_stub)
50442         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50443         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50444         (update_cur_sifted_state, check_dst_limits):
50445         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50446         (check_subexp_limits, sift_states_bkref, merge_state_array):
50447         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50448         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50449         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50450         (expand_bkref_cache, check_node_accept_bytes):
50451         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50452         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50453         (acquire_init_state_context, check_halt_node_context):
50454         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50455         (sift_states_backward, clean_state_log_if_needed):
50456         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50457         (find_recover_state, transit_state_sb, transit_state_mb):
50458         (transit_state_bkref, build_trtable, match_ctx_clean):
50459         Likewise.
50460         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50461         to work around an assumption that REG_MISSING is negative.
50462
50463         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50464         (seek_collating_symbol_entry) [defined _LIBC]:
50465         (lookup_collation_sequence_value) [defined _LIBC]:
50466         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50467         Use prototypes rather than old-style function definitions.
50468         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50469         (transit_state_sb) [0]:
50470         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50471
50472         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50473         rm_eo.
50474
50475         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50476         (optimize_subexps, lower_subexp):
50477         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50478         since the signed shift might overflow.  Use 1u<<31 instead.
50479         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50480         Likewise.
50481         * lib/regexec.c (check_dst_limits_calc_pos_1,
50482         check_subexp_matching_top): Likewise.
50483
50484         * lib/regcomp.c (optimize_subexps, lower_subexp):
50485         Use CHAR_BIT rather than 8, for clarity.
50486         * lib/regexec.c (check_dst_limits_calc_pos_1):
50487         (check_subexp_matching_top): Likewise.
50488         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50489         have to worry about portability issues when shifting it left.
50490         Remove no-longer-needed test for table_size > 0.
50491         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50492         in a word, as the resulting behavior is undefined.
50493         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50494         in one case, a <= should have been an <, and in another case the
50495         whole test was missing.
50496         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50497         the standard name CHAR_BIT.
50498         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50499         this is not true on one's complement and signed-magnitude hosts.
50500
50501         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50502         next_last_offset.
50503         (struct re_dfa_t): Remove unused member states_alloc.
50504         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50505
50506 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50507
50508         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50509         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50510         and large-file glibc and in 32-bit large-file Solaris.
50511
50512 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50513
50514         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50515         lengths fit in regoff_t; this isn't true if regoff_t is the same
50516         width as size_t.
50517         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50518         (= START + RANGE) instead of RANGE.  This avoids overflow
50519         problems when regoff_t is the same width as size_t.
50520         All callers changed.
50521         (re_search_2_stub): Check for overflow when adding the
50522         sizes of the two strings.
50523         (re_search_stub): Check for overflow when adding START
50524         to RANGE; if it occurs, substitute the extreme value.
50525
50526 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50527
50528         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50529
50530 2005-08-31  Jim Meyering  <jim@meyering.net>
50531
50532         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50533         a pointer-to-const.
50534         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50535         (register_state): Likewise.
50536         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50537         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50538         (group_nodes_into_DFAstates): Likewise.
50539
50540 2005-08-31  Jim Meyering  <jim@meyering.net>
50541
50542         * check-module: Add a FIXME comment.
50543
50544 2005-08-31  Eric Blake  <ebb9@byu.net>
50545
50546         * modules/unistd-safer (Files): Add unistd--.h.
50547         * modules/stdio-safer (Files): Add stdio--.h.
50548
50549 2005-08-31  Derek Price  <derek@ximbiot.com>
50550
50551         * lib/getdelim.c (getdelim): Return EOF on EOF.
50552         Reported by Larry Jones <lawrence.jones@ugs.com>.
50553
50554 2005-08-31  Bruno Haible  <bruno@clisp.org>
50555
50556         Avoid unnecessary diffs in the generated lib/Makefile.am.
50557         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50558         the generated files.
50559         (func_import): Don't set cmd.
50560
50561 2005-08-31  Bruno Haible  <bruno@clisp.org>
50562
50563         * lib/strstr.c: Include <stddef.h>, for NULL.
50564         * lib/strcasestr.c: Likewise.
50565         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50566
50567 2005-08-31  Bruno Haible  <bruno@clisp.org>
50568
50569         * gnulib-tool: New option --macro-prefix.
50570         (func_import): Use macro_prefix.
50571         (import): Handle option --macro-prefix.
50572
50573 2005-08-31  Bruno Haible  <bruno@clisp.org>
50574
50575         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50576         Also use new variables cached_lgpl, cached_libtool.
50577
50578 2005-08-31  Bruno Haible  <bruno@clisp.org>
50579
50580         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50581         always instantiating them.
50582
50583 2005-08-31  Bruno Haible  <bruno@clisp.org>
50584
50585         * gnulib-tool (func_import): Read the previous cached settings
50586         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50587         earlier added by gnulib but are now dropped. Warn when a gnulib file
50588         overwrites a non-gnulib file.
50589
50590 2005-08-31  Bruno Haible  <bruno@clisp.org>
50591
50592         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50593         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50594         projects that don't keep autogenerated files in CVS. Put into
50595         actioncmd only the specified modules, not the transitive closure.
50596
50597 2005-08-31  Bruno Haible  <bruno@clisp.org>
50598
50599         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50600         Create directories that shall be filled.
50601         (import): Don't look for gl_* macros in configure.ac. Recurse across
50602         all directories containing a gnulib-cache.m4 files, if meaningful.
50603
50604 2005-08-31  Bruno Haible  <bruno@clisp.org>
50605
50606         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50607         (import): Set seen_libtool when we see gl_LIBTOOL.
50608
50609 2005-08-31  Bruno Haible  <bruno@clisp.org>
50610
50611         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50612         declaration macro definitions from generated gnulib.m4.
50613
50614 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50615
50616         * lib/iconvme.h: Add prototype for iconv_alloc.
50617
50618 2005-08-29  Simon Josefsson  <jas@extundo.com>
50619
50620         * lib/iconvme.c: Fix errno.
50621
50622 2005-08-29  Bruno Haible  <bruno@clisp.org>
50623
50624         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50625         that it works when the directory contains spaces.
50626
50627 2005-08-29  Bruno Haible  <bruno@clisp.org>
50628
50629         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50630
50631 2005-08-29  Bruno Haible  <bruno@clisp.org>
50632
50633         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50634         Emit more advice.
50635
50636 2005-08-29  Bruno Haible  <bruno@clisp.org>
50637         and Stepan Kasal  <kasal@ucw.cz>
50638
50639         * check-module: If more parameters are given, check each of them
50640         separately; add more exceptions, as noted by Jim Meyering.
50641         (check_module): New procedure.
50642         (%exempt_header): Now contains all exceptions.
50643
50644 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50645
50646         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50647
50648 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50649
50650         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50651
50652 2005-08-28  Bruno Haible  <bruno@clisp.org>
50653
50654         * m4/gnulib-tool.m4: New file.
50655
50656 2005-08-27  Jim Meyering  <jim@meyering.net>
50657
50658         * modules/unistd-safer (Files): Add pipe-safer.c.
50659         * modules/fcntl-safer (Files): Add creat-safer.c.
50660
50661 2005-08-27  Jim Meyering  <jim@meyering.net>
50662
50663         * m4/stdlib-safer.m4: New file.  From coreutils.
50664         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50665         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50666         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50667         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50668         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50669
50670 2005-08-27  Jim Meyering  <jim@meyering.net>
50671
50672         * lib/fopen-safer.c: Merge minor changes from coreutils.
50673         * lib/dup-safer.c: Likewise.
50674         * lib/fd-safer.c: Likewise.
50675
50676         Merge from coreutils.
50677         * lib/stdio--.h: New file.
50678         * lib/stdlib--.h: New file.
50679         * lib/mkstemp-safer.c: New file.
50680
50681         GNU tar needs these.
50682         * lib/pipe-safer.c: New file.
50683         * lib/creat-safer.c: New file.
50684         * lib/fcntl--.h (creat): Define to creat_safer.
50685         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50686         * lib/unistd--.h (pipe): Define to pipe_safer.
50687         * lib/unistd-safer.h: Declare pipe_safer.
50688
50689 2005-08-26  Simon Josefsson  <jas@extundo.com>
50690
50691         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50692         Haible <bruno@clisp.org>.
50693
50694 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50695
50696         * lib/regex_internal.h: Remove all references to
50697         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50698         or better.
50699         (bitset_not, bitset_merge, bitset_not_merge):
50700         (bitset_mask, re_string_allocate, re_string_construct):
50701         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50702         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50703         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50704         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50705         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50706         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50707         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50708         (re_acquire_state_context):
50709         Remove unnecessary forward decls.
50710         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50711         Put __attribute at function definition,
50712         now that the function decl has been removed.
50713         * lib/regex_internal.c (re_string_peek_byte_case):
50714         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50715         Likewise.
50716
50717 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50718
50719         * m4/regex.m4: Add AC_PREREQ(2.50).
50720         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50721
50722 2005-08-25  Simon Josefsson  <jas@extundo.com>
50723
50724         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50725         __fsetlocking.
50726
50727 2005-08-25  Simon Josefsson  <jas@extundo.com>
50728
50729         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50730         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50731         GLIBC specific code.
50732
50733 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50734
50735         Make regex safe for g++.  This fixes one real bug (an "err"
50736         that should have been "*err").  g++ problem reported by
50737         Sam Steingold.
50738         * lib/regex_internal.h (re_calloc): New macro, consistent with
50739         re_malloc etc.  All callers of calloc changed to use re_calloc.
50740         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50741         not int.  All callers changed.
50742         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50743         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50744         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50745         (find_recover_state): Change "err" to "*err"; this fixes what
50746         appears to be a real bug.
50747         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50748         versus int.
50749
50750 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50751
50752         * modules/regex (Depends-on): Add malloc, since the code
50753         assumes that !malloc(0) means failure.
50754
50755 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50756
50757         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50758
50759         alloca modernization/simplification for regex.
50760         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50761         needs to be at the start of the file, and can be moved into
50762         regex_internal.h and simplified.
50763         * lib/regex_internal.h: Include <alloca.h>.
50764         (__libc_use_alloca) [!defined _LIBC]: New macro.
50765         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50766         now works outside glibc.
50767
50768 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50769
50770         * config/srclist.txt: Add glibc bugs 1241, 1245.
50771
50772 2005-08-25  Jim Meyering  <jim@meyering.net>
50773
50774         * lib/open-safer.c: Include <config.h>.
50775         Otherwise, we'd lose LARGEFILE support in any file using
50776         e.g. "fcntl--.h"
50777
50778 2005-08-25  Bruno Haible  <bruno@clisp.org>
50779
50780         * m4/minmax.m4: Require autoconf 2.52.
50781         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50782         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50783         alternatives of translit over the alphabet.
50784         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50785
50786 2005-08-24  Simon Josefsson  <jas@extundo.com>
50787
50788         * tests/test-getpass.c: New file.
50789
50790 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50791
50792         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50793         for GNU regex features.
50794
50795 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50796
50797         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50798         * lib/regex.h (regerror): Likewise.
50799
50800         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50801         requires this.  (The code never needed it.)
50802
50803         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50804         All uses of recently-renamed identifiers changed to use the new,
50805         POSIX-compliant names.  The code will build and run just fine
50806         without these changes, but it's better to eat our own dog food
50807         and use the standard-conforming names.
50808
50809         * lib/regex.h: Fix a multitude of POSIX name space violations.
50810         These changes have an effect only for programs that define
50811         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50812         do not change anything for programs compiled in the normal way.
50813         Also, there is no effect on the ABI.
50814
50815         (_REGEX_SOURCE): New macro.
50816         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50817         defined and _GNU_SOURCE is not; this fixes a name space violation.
50818
50819         Rename the following macros to obey POSIX requirements.
50820         The old names are still visible as macros if _REGEX_SOURCE is defined.
50821         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50822         RE_BACKSLASH_ESCAPE_IN_LISTS.
50823         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50824         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50825         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50826         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50827         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50828         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50829         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50830         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50831         (REG_INTERVALS): renamed from RE_INTERVALS.
50832         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50833         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50834         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50835         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50836         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50837         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50838         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50839         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50840         RE_UNMATCHED_RIGHT_PAREN_ORD.
50841         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50842         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50843         (REG_DEBUG): renamed from RE_DEBUG.
50844         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50845         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50846         unusual, since we can't clash with the POSIX REG_ICASE.
50847         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50848         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50849         (REG_NO_SUB): renamed from RE_NO_SUB.
50850         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50851         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50852         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50853         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50854         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50855         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50856         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50857         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50858         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50859         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50860         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50861         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50862         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50863         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50864         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50865         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50866         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50867         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50868         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50869         (REG_FIXED): Renamed from REGS_FIXED.
50870         (REG_NREGS): Renamed from RE_NREGS.
50871
50872         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50873         of other REG_* macros, since POSIX says the user is allowed to
50874         #undef these macros selectively.
50875
50876         (reg_errcode_t): Update comment stating what other tables need
50877         to be consistent.
50878
50879         Rename the following enum values to obey POSIX requirements.
50880         The old names are still visible as macros.
50881         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50882         is not defined, since GNU is supposed to be a superset of POSIX as
50883         much as possible, and since we want reg_errcode_t to be a signed
50884         type for implementation consistency.
50885         (_REG_NOERROR): Renamed from REG_NOERROR.
50886         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50887         (_REG_BADPAT): Renamed from REG_BADPAT.
50888         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50889         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50890         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50891         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50892         (_REG_EBRACK): Renamed from REG_EBRACK.
50893         (_REG_EPAREN): Renamed from REG_EPAREN.
50894         (_REG_EBRACE): Renamed from REG_EBRACE.
50895         (_REG_BADBR): Renamed from REG_BADBR.
50896         (_REG_ERANGE): Renamed from REG_ERANGE.
50897         (_REG_ESPACE): Renamed from REG_ESPACE.
50898         (_REG_BADRPT): Renamed from REG_BADRPT.
50899         (_REG_EEND): Renamed from REG_EEND.
50900         (_REG_ESIZE): Renamed from REG_ESIZE.
50901         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50902         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50903         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50904         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50905         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50906
50907         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50908         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50909         changed.  But support the old name if the new one is not defined
50910         and if _REGEX_SOURCE.
50911
50912         Change the following member names in struct re_pattern_buffer.
50913         The old names are still supported if !_REGEX_SOURCE.
50914         The new names are always supported, regardless of _REGEX_SOURCE.
50915         (re_buffer): Renamed from buffer.
50916         (re_allocated): Renamed from allocated.
50917         (re_used): Renamed from used.
50918         (re_syntax): Renamed from syntax.
50919         (re_fastmap): Renamed from fastmap.
50920         (re_translate): Renamed from translate.
50921         (re_can_be_null): Renamed from can_be_null.
50922         (re_regs_allocated): Renamed from regs_allocated.
50923         (re_fastmap_accurate): Renamed from fastmap_accurate.
50924         (re_no_sub): Renamed from no_sub.
50925         (re_not_bol): Renamed from not_bol.
50926         (re_not_eol): Renamed from not_eol.
50927         (re_newline_anchor): Renamed from newline_anchor.
50928
50929         Change the following member names in struct re_registers.
50930         The old names are still supported if !_REGEX_SOURCE.
50931         The new names are always supported, regardless of _REGEX_SOURCE.
50932         (rm_num_regs): Renamed from num_regs.
50933         (rm_start): Renamed from start.
50934         (rm_end): Renamed from end.
50935
50936         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50937         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50938         Prepend __ to parameter names.
50939
50940         Undo yesterday's changes.
50941
50942 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50943
50944         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50945         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50946         lib/regex.c.
50947
50948 2005-08-24  Jim Meyering  <jim@meyering.net>
50949
50950         Sync from coreutils.
50951         * m4/fcntl-safer.m4: New file.
50952
50953         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50954         and object files for this module.
50955
50956 2005-08-24  Jim Meyering  <jim@meyering.net>
50957
50958         Sync from coreutils.
50959         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50960
50961 2005-08-24  Jim Meyering  <jim@meyering.net>
50962
50963         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50964         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50965
50966 2005-08-24  Jim Meyering  <jim@meyering.net>
50967
50968         * modules/fcntl-safer: New module.
50969         * modules/fts (Depends-on): Add fcntl-safer.
50970         * MODULES.html.sh (File descriptor based Input/Output):
50971         Add fcntl-safer.
50972
50973 2005-08-24  Bruno Haible  <bruno@clisp.org>
50974
50975         Support for unit test modules.
50976         * modules/README: Mention tests modules.
50977         * modules/TEMPLATE-TESTS: New file.
50978         * gnulib-tool: New options --extract-tests-module, --with-tests and
50979         --tests-base (unused for the moment).
50980         (testsbase, inctests): New variables.
50981         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50982         (func_verify_module): Exclude TEMPLATE-TESTS.
50983         (func_verify_nontests_module, func_verify_tests_module): New functions.
50984         (func_get_dependencies): Add implicit dependency for tests modules.
50985         (func_get_tests_module): New function.
50986         (func_modules_transitive_closure): When --with-tests was specified,
50987         include the unit tests as well, unless explicitly avoided.
50988         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50989         (func_emit_tests_Makefile_am): New function.
50990         (func_create_testdir): When --with-tests was specified, emit a
50991         tests/ directory.
50992         * MODULES.html.sh (Future developments): Update.
50993
50994 2005-08-24  Bruno Haible  <bruno@clisp.org>
50995
50996         * modules/tls-tests: New file.
50997         * tests/test-tls.c: New file, from GNU gettext.
50998
50999 2005-08-24  Bruno Haible  <bruno@clisp.org>
51000
51001         * modules/lock-tests: New file.
51002         * tests/test-lock.c: New file, from GNU gettext.
51003
51004 2005-08-24  Bruno Haible  <bruno@clisp.org>
51005
51006         * lib/lock.h: Add multiple inclusion guard.
51007         * lib/tls.h: Add multiple inclusion guard.
51008
51009 2005-08-24  Bruno Haible  <bruno@clisp.org>
51010
51011         * gnulib-tool: Add support for the --aux-dir option to
51012         --create-testdir, --create-megatestdir, --test, --megatest.
51013         (func_create_testdir, func_create_megatestdir): Optionally emit a
51014         AC_CONFIG_AUX_DIR directive.
51015         (create-testdir, create-megatestdir, test, megatest): Provide a
51016         default value for $auxdir.
51017
51018 2005-08-24  Bruno Haible  <bruno@clisp.org>
51019
51020         * gnulib-tool (import): Use compound statement instead of subshell
51021         where possible.
51022
51023 2005-08-24  Bruno Haible  <bruno@clisp.org>
51024
51025         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51026
51027 2005-08-24  Bruno Haible  <bruno@clisp.org>
51028
51029         * gnulib-tool (func_version): Update.
51030
51031 2005-08-24  Bruno Haible  <bruno@clisp.org>
51032
51033         * gnulib-tool (func_import, func_create_testdir,
51034         func_create_megatestdir): Quote all autoconf macro arguments.
51035
51036 2005-08-24  Bruno Haible  <bruno@clisp.org>
51037
51038         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51039         option --force, because --force causes the aclocal.m4 of each
51040         subdirectory to be newer than the corresponding config.h.in.
51041
51042 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51043
51044         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51045         All contents moved to gl_REGEX.
51046         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51047         assume that it does.
51048
51049 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51050
51051         * lib/regex.h (REG_NOSYS)
51052         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51053         Define, since POSIX requires it as of 2001.
51054         (_REG_ENOSYS)
51055         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51056         New private symbol, used to keep the enum signed in all cases.
51057         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51058         Youngman in
51059         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51060
51061         * lib/regex_internal.c (re_string_skip_chars, register_state):
51062         (calc_state_hash):
51063         Remove forward decls; no longer needed now that we use prototypes.
51064         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51065         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51066         (clean_state_log_if_needed): Likewise.
51067
51068 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51069
51070         * config/srclist.txt: Add glibc bugs 1231-1233.
51071
51072 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51073
51074         Fix problems reported by Sam Steingold in
51075         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51076         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51077         assumed that reg_errcode_t is a signed type, which is not
51078         necessarily true if _XOPEN_SOURCE is not defined.
51079         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51080         since some compilers warn about it otherwise.
51081
51082 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51083
51084         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51085         (init_word_char, create_initial_state, duplicate_node_closure):
51086         (fetch_token, peek_token_bracket, build_range_exp):
51087         (build_collating_symbol): Remove forward decls; no longer needed
51088         now that we use prototypes.
51089
51090         * lib/regcomp.c:
51091         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51092         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51093         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51094         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51095         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51096         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51097         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51098         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51099         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51100         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51101         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51102         (build_charclass, build_charclass_op, fetch_number, create_tree):
51103         (create_token_tree, mark_opt_subexp, duplicate_tree):
51104         Use prototypes rather than old-style definitions.
51105
51106         * lib/regex_internal.c:
51107         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51108         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51109         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51110         (re_string_reconstruct, re_string_peek_byte_case):
51111         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51112         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51113         (re_node_set_init_copy, re_node_set_add_intersect):
51114         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51115         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51116         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51117         (re_acquire_state, re_acquire_state_context, register_state):
51118         (create_ci_newstate, create_cd_newstate, free_state):
51119         Likewise.
51120         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51121         re_search_2):
51122         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51123         (re_search_internal, prune_impossible_nodes):
51124         (acquire_init_state_context, check_matching, static):
51125         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51126         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51127         (update_regs, sift_states_backward, build_sifted_states):
51128         (clean_state_log_if_needed, merge_state_array):
51129         (update_cur_sifted_state, add_epsilon_src_nodes):
51130         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51131         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51132         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51133         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51134         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51135         (check_arrival, check_arrival_add_next_nodes):
51136         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51137         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51138         (check_node_accept_bytes, check_node_accept, extend_buffers):
51139         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51140         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51141         (sift_ctx_init):
51142         Likewise.
51143
51144         * lib/regex_internal.h:
51145         (re_string_allocate, re_string_construct, re_string_reconstruct):
51146         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51147         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51148         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51149         (re_string_context_at, re_string_peek_byte_case):
51150         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51151         is defined, since we now use prototypes always.
51152
51153         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51154         C89 or better.  All uses removed.
51155
51156 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51157
51158         * config/srclist.txt: Add glibc bugs 1220-1227.
51159
51160 2005-08-20  Jim Meyering  <jim@meyering.net>
51161
51162         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51163         of unused local, dfa.
51164
51165 2005-08-20  Bruno Haible  <bruno@clisp.org>
51166
51167         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51168
51169 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51170
51171         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51172         (re_node_set_insert_last, re_dfa_add_node):
51173         Rename local variables to avoid GCC shadowing warnings.
51174
51175 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51176
51177         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51178         [defined lint]: Suppress bogus uninitialized-variable warnings.
51179
51180         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51181         and let the caller return REG_ESPACE if out of space.  This
51182         removes an uninitialied-variable warning with GCC 4.0.1, and also
51183         avoids taking the address of a local variable.  All callers
51184         changed.
51185
51186 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51187
51188         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51189         $LIBCSRC/posix/regexec.c.
51190         Add glibc bug 1217 for regcomp.c.
51191
51192 2005-08-19  Jim Meyering  <jim@meyering.net>
51193
51194         * lib/regexec.c (proceed_next_node): Redo local variables to
51195         avoid GCC shadowing warnings.
51196
51197 2005-08-18  Bruno Haible  <bruno@clisp.org>
51198
51199         * lib/strstr.c (strstr): Fix return value in multibyte case.
51200         * lib/strcasestr.c (strcasestr): Likewise.
51201
51202 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51203
51204         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51205
51206 2005-08-17  Jim Meyering  <jim@meyering.net>
51207
51208         Make the %s format (seconds since the epoch) work for a negative
51209         number and when used with a zero-padded field width, e.g. %015s.
51210
51211         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51212         label so that it precedes the code to set `digits'.  Otherwise,
51213         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51214         print `00-22'.  Now, it prints `-0022', as it should.
51215
51216 2005-08-17  Bruno Haible  <bruno@clisp.org>
51217
51218         * modules/strstr (Files): Add m4/mbrtowc.m4.
51219         (Depends-on): Add mbuiter.
51220
51221 2005-08-17  Bruno Haible  <bruno@clisp.org>
51222
51223         * modules/strcasestr: New file.
51224         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51225         strcasestr.
51226
51227 2005-08-17  Bruno Haible  <bruno@clisp.org>
51228
51229         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51230
51231 2005-08-17  Bruno Haible  <bruno@clisp.org>
51232
51233         * modules/mbuiter: New file.
51234         * MODULES.html.sh (Extended multibyte and wide character utilities):
51235         Add mbuiter.
51236
51237 2005-08-17  Bruno Haible  <bruno@clisp.org>
51238
51239         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51240         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51241
51242 2005-08-17  Bruno Haible  <bruno@clisp.org>
51243
51244         * m4/strcasestr.m4: New file.
51245
51246 2005-08-17  Bruno Haible  <bruno@clisp.org>
51247
51248         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51249         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51250
51251 2005-08-17  Bruno Haible  <bruno@clisp.org>
51252
51253         * lib/strcasestr.h: New file.
51254         * lib/strcasestr.c: New file.
51255
51256 2005-08-17  Bruno Haible  <bruno@clisp.org>
51257
51258         * lib/strcasecmp.c: Use mbuiter.h.
51259
51260 2005-08-17  Bruno Haible  <bruno@clisp.org>
51261
51262         * lib/mbuiter.h: New file.
51263
51264 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51265
51266         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51267         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51268         and gl_GETOPT are both invoked via different paths (as happens
51269         with GNU tar CVS because it uses both argp and getopt), the former
51270         wins.
51271
51272 2005-08-16  Bruno Haible  <bruno@clisp.org>
51273
51274         * modules/tls: New file.
51275         * MODULES.html.sh (Multithreading): Add tls.
51276
51277 2005-08-16  Bruno Haible  <bruno@clisp.org>
51278
51279         * modules/strnlen1: New file.
51280         * MODULES.html.sh (String handling): Add strnlen1.
51281
51282 2005-08-16  Bruno Haible  <bruno@clisp.org>
51283
51284         * modules/strcase (Files): Add m4/mbrtowc.m4.
51285         (Depends-on): Add strnlen1, mbchar.
51286
51287 2005-08-16  Bruno Haible  <bruno@clisp.org>
51288
51289         * modules/mbiter: New file.
51290         * MODULES.html.sh (Extended multibyte and wide character utilities):
51291         Add mbiter.
51292
51293 2005-08-16  Bruno Haible  <bruno@clisp.org>
51294
51295         * modules/mbfile: New file.
51296         * MODULES.html.sh (Extended multibyte and wide character utilities):
51297         Add mbfile.
51298
51299 2005-08-16  Bruno Haible  <bruno@clisp.org>
51300
51301         * modules/mbchar: New file.
51302         * MODULES.html.sh (Extended multibyte and wide character utilities):
51303         New section.
51304
51305 2005-08-16  Bruno Haible  <bruno@clisp.org>
51306
51307         * m4/tls.m4: New file, from GNU gettext.
51308
51309 2005-08-16  Bruno Haible  <bruno@clisp.org>
51310
51311         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51312         always.
51313         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51314
51315 2005-08-16  Bruno Haible  <bruno@clisp.org>
51316
51317         * m4/mbiter.m4: New file.
51318
51319 2005-08-16  Bruno Haible  <bruno@clisp.org>
51320
51321         * m4/mbfile.m4: New file.
51322
51323 2005-08-16  Bruno Haible  <bruno@clisp.org>
51324
51325         * m4/mbchar.m4: New file.
51326
51327 2005-08-16  Bruno Haible  <bruno@clisp.org>
51328
51329         * lib/tls.h: New file, from GNU gettext.
51330         * lib/tls.c: New file, from GNU gettext.
51331
51332 2005-08-16  Bruno Haible  <bruno@clisp.org>
51333
51334         * lib/strnlen1.h: New file.
51335         * lib/strnlen1.c: New file.
51336
51337 2005-08-16  Bruno Haible  <bruno@clisp.org>
51338
51339         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51340         (mbi_init): Update.
51341         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51342         NUL byte, not after it.
51343
51344 2005-08-16  Bruno Haible  <bruno@clisp.org>
51345
51346         * lib/strcase.h (strcasecmp): Add note in comments.
51347         * lib/strncasecmp.c: Use code from strcasecmp.c.
51348         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51349         (strcasecmp): Work correctly in multibyte locales.
51350
51351 2005-08-16  Bruno Haible  <bruno@clisp.org>
51352
51353         * lib/mbiter.h: New file.
51354
51355 2005-08-16  Bruno Haible  <bruno@clisp.org>
51356
51357         * lib/mbfile.h: New file.
51358
51359 2005-08-16  Bruno Haible  <bruno@clisp.org>
51360
51361         * lib/mbchar.h: New file.
51362         * lib/mbchar.c: New file.
51363
51364 2005-08-16  Bruno Haible  <bruno@clisp.org>
51365
51366         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51367         the valid ones. Makes the comparison operations transitive:
51368         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51369         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51370
51371 2005-08-15  Simon Josefsson  <jas@extundo.com>
51372
51373         * modules/ssize_t (License): Change to 'unlimited'.
51374
51375         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51376
51377 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51378
51379         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51380         Add comments for each pending glibc patch.
51381
51382 2005-08-15  Bruno Haible  <bruno@clisp.org>
51383
51384         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51385         __cplusplus is defined.
51386
51387 2005-08-14  Jim Meyering  <jim@meyering.net>
51388
51389         Sync from coreutils.
51390
51391         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51392         Use the hash-table-based cycle-detection code not just when
51393         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51394         Reported by James Youngman in
51395         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51396         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51397         FTS_TIGHT_CYCLE_CHECK.
51398         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51399         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51400         once again.
51401         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51402         * lib/fts.c (fd_safer): Remove decl.
51403         Include fcntl--.h rather than unistd-safer.h
51404         (fts_safe_changedir): Don't call fd_safer; no longer needed
51405         now that we include fcntl--.h.
51406
51407 2005-08-12  Simon Josefsson  <jas@extundo.com>
51408
51409         * modules/getndelim2: Use ssize_t module.
51410         * modules/getnline: Likewise.
51411         * modules/safe-read: Likewise.
51412         * modules/xreadlink: Likewise.
51413
51414         * modules/ssize_t: New file.
51415
51416 2005-08-12  Simon Josefsson  <jas@extundo.com>
51417
51418         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51419
51420 2005-08-12  Simon Josefsson  <jas@extundo.com>
51421
51422         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51423         ssize_t.
51424
51425 2005-08-12  Simon Josefsson  <jas@extundo.com>
51426
51427         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51428         readline, getdelim and check_version.
51429         (Support for systems lacking ISO C 99: Sizes of integer types):
51430         Add size_max.
51431
51432 2005-08-12  Bruno Haible  <bruno@clisp.org>
51433
51434         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51435
51436 2005-08-11  Simon Josefsson  <jas@extundo.com>
51437
51438         * modules/readline: New file.
51439
51440         * modules/strnlen (Files): Add strnlen.h.
51441
51442 2005-08-11  Simon Josefsson  <jas@extundo.com>
51443
51444         * m4/readline.m4: New file.
51445
51446 2005-08-11  Simon Josefsson  <jas@extundo.com>
51447
51448         * lib/readline.h, readline.c: New file.
51449
51450 2005-08-11  Simon Josefsson  <jas@extundo.com>
51451
51452         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51453         gl_AVOID.
51454
51455 2005-08-11  Bruno Haible  <bruno@clisp.org>
51456
51457         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51458
51459 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51460
51461         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51462
51463 2005-08-10  Simon Josefsson  <jas@extundo.com>
51464
51465         * tests/test-iconvme.c: New file.
51466
51467 2005-08-10  Simon Josefsson  <jas@extundo.com>
51468
51469         * m4/strnlen.m4: New file.
51470
51471         * m4/strndup.m4: Don't check for strnlen declaration, done in
51472         strnlen.m4.
51473
51474 2005-08-10  Simon Josefsson  <jas@extundo.com>
51475
51476         * lib/strndup.c: Use strnlen.h.
51477
51478         * lib/strnlen.h: New file.
51479
51480 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51481
51482         * README: Typos.
51483
51484 2005-08-02  Simon Josefsson  <jas@extundo.com>
51485
51486         * modules/readline: New file.
51487
51488 2005-08-02  Simon Josefsson  <jas@extundo.com>
51489
51490         * modules/getdelim: New file.
51491
51492         * modules/getline: Rewrite, don't use getndelim2.
51493
51494 2005-08-02  Simon Josefsson  <jas@extundo.com>
51495
51496         * m4/getline.m4: Separate out getdelim stuff into separate module.
51497
51498         * m4/getdelim.m4: New file.
51499
51500 2005-08-02  Simon Josefsson  <jas@extundo.com>
51501
51502         * lib/getline.h, getline.c: Rewrite.
51503
51504         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51505
51506 2005-07-31  Bruno Haible  <bruno@clisp.org>
51507
51508         * lib/lock.h (gl_lock_initializer): New macro.
51509         (gl_lock_define_initialized): Use it.
51510         (gl_rwlock_initializer): New macro.
51511         (gl_rwlock_define_initialized): Use it.
51512         (gl_recursive_lock_initializer): New macro.
51513         (gl_recursive_lock_define_initialized): Use it.
51514
51515 2005-07-30  Karl Berry  <karl@gnu.org>
51516
51517         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51518         Report from Ben Pfaff, regarding getopt.
51519
51520 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51521
51522         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51523         normal way.
51524         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51525         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51526         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51527         (gl_GETOPT): Use the new macros.  Most of the implementation
51528         is moved to the new macros.  This is for programs like Emacs
51529         that don't want all the functionality of gl_GETOPT.
51530
51531 2005-07-26  Bruno Haible  <bruno@clisp.org>
51532
51533         * m4/lock.m4: Update from GNU gettext.
51534
51535 2005-07-26  Bruno Haible  <bruno@clisp.org>
51536
51537         * lib/lock.h: Update from GNU gettext.
51538         * lib/lock.c: Update from GNU gettext.
51539
51540 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51541
51542         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51543         obsolescent AC_TRY_RUN.  Include the default includes files, for
51544         'exit'.
51545
51546 2005-07-24  Bruno Haible  <bruno@clisp.org>
51547
51548         * modules/visibility: New file.
51549         * MODULES.html.sh (Misc): Add visibility.
51550
51551 2005-07-24  Bruno Haible  <bruno@clisp.org>
51552
51553         * m4/visibility.m4: New file.
51554
51555 2005-07-24  Bruno Haible  <bruno@clisp.org>
51556
51557         * doc/visibility.texi: New file.
51558
51559 2005-07-22  Bruno Haible  <bruno@clisp.org>
51560
51561         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51562         $(ALLOCA_H), redundant through BUILT_SOURCES.
51563         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51564         redundant through BUILT_SOURCES.
51565         * modules/byteswap (Makefile.am): Remove explicit dependency on
51566         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51567         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51568         $(FNMATCH_H), redundant through BUILT_SOURCES.
51569         * modules/getopt (Makefile.am): Remove explicit dependency on
51570         $(GETOPT_H), redundant through BUILT_SOURCES.
51571         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51572         redundant through BUILT_SOURCES.
51573         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51574         redundant through BUILT_SOURCES.
51575         * modules/stdbool (Makefile.am): Remove explicit dependency on
51576         $(STDBOOL_H), redundant through BUILT_SOURCES.
51577         * modules/stdint (Makefile.am): Remove explicit dependency on
51578         $(STDINT_H), redundant through BUILT_SOURCES.
51579         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51580         Remove explicit dependency on $(SYSEXITS_H).
51581         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51582
51583 2005-07-18  Simon Josefsson  <jas@extundo.com>
51584
51585         * lib/check-version.c (check_version): Accept identical versions too.
51586
51587 2005-07-18  Bruno Haible  <bruno@clisp.org>
51588
51589         * modules/lock: New file.
51590         * MODULES.html.sh (Multithreading): New section.
51591
51592 2005-07-18  Bruno Haible  <bruno@clisp.org>
51593
51594         * m4/lock.m4: New file, from GNU gettext.
51595
51596 2005-07-18  Bruno Haible  <bruno@clisp.org>
51597
51598         * lib/lock.h: New file, from GNU gettext.
51599         * lib/lock.c: New file, from GNU gettext.
51600
51601 2005-07-18  Bruno Haible  <bruno@clisp.org>
51602
51603         * lib/lock.h (gl_once_t): New type.
51604         (gl_once_define, gl_once): New macros.
51605         * lib/lock.c (fresh_once): New variable.
51606         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51607         functions.
51608
51609 2005-07-16  Simon Josefsson  <jas@extundo.com>
51610
51611         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51612         workaround, suggested by Bruno.
51613
51614 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51615
51616         * modules/xalloc (Depends-on): Add xalloc-die.
51617         * modules/xvasprintf (Depends-on): Add xalloc-die.
51618
51619 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51620
51621         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51622         with a minor change.
51623
51624 2005-07-15  Bruno Haible  <bruno@clisp.org>
51625
51626         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51627         When using lib/poll.c, define poll as rpl_poll.
51628
51629 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51630
51631         * modules/argp (Depends-on): Remove unlocked-io.
51632
51633 2005-07-14  Derek Price  <derek@ximbiot.com>
51634
51635         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51636         for glob symlink bug.
51637
51638 2005-07-14  Bruno Haible  <bruno@clisp.org>
51639
51640         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51641         Instead, test for *_unlocked function declarations directly.
51642
51643 2005-07-11  Simon Josefsson  <jas@extundo.com>
51644
51645         * modules/size_max: New file.
51646
51647         * modules/xsize: Depend on size_max module for size_max.m4.
51648
51649 2005-07-11  Simon Josefsson  <jas@extundo.com>
51650
51651         * lib/size_max.h: New file.
51652
51653 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51654
51655         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51656         copyright symbol and the year.
51657         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51658         (version_etc_va): Use parameterized copyright notice.
51659         Reword to conform to the current GNU coding standards.
51660
51661 2005-07-11  Karl Berry  <karl@gnu.org>
51662
51663         * doc/gnulib.texi (Quoting): new node.
51664         (Initial import): more info, from Patrice.
51665
51666 2005-07-11  Bruno Haible  <bruno@clisp.org>
51667
51668         * gnulib-tool (func_usage): Document option --avoid.
51669         (Command line options): Handle --avoid.
51670         (func_acceptable): New function.
51671         (func_modules_transitive_closure): Use it.
51672
51673 2005-07-11  Bruno Haible  <bruno@clisp.org>
51674
51675         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51676         Reported by Jim Meyering.
51677
51678 2005-07-10  Bruno Haible  <bruno@clisp.org>
51679
51680         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51681         Needed when size_t is smaller than 'unsigned int'.
51682         Reported by Paul Eggert.
51683
51684 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51685
51686         * modules/argp (Depends-on): Add unlocked-io
51687
51688 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51689
51690         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51691         block of defines.
51692
51693 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51694
51695         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51696         fix now.
51697
51698 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51699         and Paul Eggert  <eggert@cs.ucla.edu>
51700
51701         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51702         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51703
51704 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51705
51706         * modules/regex (Files): Add lib/regex_internal.c,
51707         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51708         (Depends-on): Add extensions.
51709         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51710
51711 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51712
51713         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51714         pathconf.
51715         * m4/same.m4 (gl_SAME): Likewise.
51716         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51717
51718         * m4/regex.m4: Adjust to new libc regex implementation.
51719         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51720         all the .c and .h parts of (the new) regex.
51721         Quote the m4 stuff better.
51722         Check for RE_ICASE bug of old gnulib.
51723         Check for REG_STARTEND of recent libc.
51724         Rename local variables from jm_* to gl_*.
51725         Quote operand of "test -f".
51726         Say "recent enough" version of libc, not "version 2".
51727         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51728         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51729         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51730         Remove check for btowc, isascii.
51731         Require AM_LANGINFO_CODESET.
51732
51733 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51734
51735         * lib/regex.c, regex.h: Sync from libc.
51736         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51737         * lib/regexec.c:
51738         New files, synced from libc, except that regex_internal.h
51739         currently has a small porting fix.
51740
51741 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51742
51743         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51744         regex_internal.c, regexec.c.
51745         Add regex_internal.h too, but as a comment, since the libc version
51746         is currently broken in gnulib mode.
51747
51748 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51749
51750         Support programs like Emacs that use gnulib but not gettext.
51751         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51752         * modules/gettext-h: New file.
51753         * modules/gettext (Files): Remove lib/gettext.h.
51754         (Depends-on): Add gettext-h.
51755         (Makefile.am): Remove lib_SOURCES.
51756         * modules/argmatch, modules/c-stack, modules/closeout:
51757         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51758         * modules/execute, modules/file-type, modules/getaddrinfo:
51759         * modules/getopt, modules/human, modules/javacomp:
51760         * modules/javaexec, modules/mkdir-p, modules/obstack:
51761         * modules/openat, modules/pagealign_alloc, modules/pipe:
51762         * modules/quotearg, modules/regex, modules/rpmatch:
51763         * modules/unicodeio, modules/userspec, modules/version-etc:
51764         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51765         * modules/xsetenv:
51766         Depend on gettext-h, not gettext.
51767
51768 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51769
51770         * gnulib-tool (func_import): Add support for 'public domain' license.
51771         * modules/alloca, modules/atexit, modules/memmove:
51772         Now public domain, not GPL.
51773         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51774         * modules/realloc, modules/strerror, modules/strtod:
51775         Now LGPL, not GPL.
51776
51777 2005-07-05  Bruno Haible  <bruno@clisp.org>
51778
51779         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51780         autoconf CVS. Needed for mingw.
51781
51782 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51783
51784         Remove the dependency of the strftime module on the tzset module.
51785         * modules/strftime (Depends-on): Remove dependency on tzset.
51786
51787 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51788
51789         Remove the dependency of the strftime module on the tzset module.
51790         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51791         gl_FUNC_TZSET_CLOBBER.
51792
51793 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51794
51795         Remove the dependency of the strftime module on the tzset module.
51796         * lib/strftime.c (my_strftime)
51797         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51798         Copy the input structure, to work around some of the bug with
51799         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51800         Solaris releases, you should also use the tzset module, but we won't
51801         require it as a dependency any more since we don't want LGPLed code
51802         to depend on GPLed code.
51803
51804 2005-07-02  Jim Meyering  <jim@meyering.net>
51805
51806         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51807         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51808         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51809         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51810
51811 2005-07-02  Jim Meyering  <jim@meyering.net>
51812
51813         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51814
51815 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51816
51817         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51818         declares only 'struct timespec;' (!).
51819
51820 2005-07-01  Jim Meyering  <jim@meyering.net>
51821
51822         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51823         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51824         * lib/save-cwd.c, tempname.c:
51825         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51826         and don't include <sys/file.h>).
51827
51828 2005-06-29  Jim Meyering  <jim@meyering.net>
51829
51830         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51831         type name.  Use the variable name instead.
51832         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51833         Likewise.
51834
51835 2005-06-28  Simon Josefsson  <jas@extundo.com>
51836
51837         * modules/check-version (Files): Add check-version.m4.
51838
51839 2005-06-28  Simon Josefsson  <jas@extundo.com>
51840
51841         * m4/check-version.m4: New file, suggested by Jim Meyering
51842         <jim@meyering.net>.
51843
51844 2005-06-28  Simon Josefsson  <jas@extundo.com>
51845
51846         * lib/check-version.h, lib/check-version.c: New files.
51847
51848 2005-06-28  Simon Josefsson  <jas@extundo.com>
51849
51850         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51851         collision with global variable.  Better indentation.  Don't
51852         increment buffer pointer beyond buffer end.  Based on comments
51853         from Paul Eggert <eggert@cs.ucla.edu>.
51854
51855         * lib/base64.h: Indent.
51856
51857 2005-06-28  Simon Josefsson  <jas@extundo.com>
51858
51859         * doc/gnulib.texi (Library version handling): New section.
51860
51861 2005-06-28  Jim Meyering  <jim@meyering.net>
51862
51863         * check-module (find_included_lib_files): Hard-code another
51864         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51865         but modules/fts-lgpl (correctly) does not list those files.
51866
51867         * modules/canonicalize (Files): Add lib/pathmax.h.
51868
51869 2005-06-25  Simon Josefsson  <jas@extundo.com>
51870
51871         * modules/check-version: New file.
51872
51873 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51874
51875         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51876         initializer of struct addrinfo, as an indication that we don't
51877         care how many members the structure has.
51878
51879 2005-06-24  Derek Price  <derek@ximbiot.com>
51880         and Bruno Haible  <bruno@clisp.org>
51881
51882         Remove stat module & update lstat.
51883         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51884         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51885         * m4/stat.m4: Remove this file.
51886
51887 2005-06-24  Derek Price  <derek@ximbiot.com>
51888         and Bruno Haible  <bruno@clisp.org>
51889
51890         Remove stat module & update lstat.
51891         * lib/stat.c: Remove this file...
51892         (slash_aware_lstat): ...moving this content and its support...
51893         * lib/lstat.c (rpl_lstat): ...into here.
51894         * lib/lstat.h: New file.
51895
51896 2005-06-24  Derek Price  <derek@ximbiot.com>
51897         and Bruno Haible  <bruno@clisp.org>
51898
51899         Remove stat module & update lstat.
51900         * config/srclist.txt (libc sources): Remove stat.
51901
51902 2005-06-24  Derek Price  <derek@ximbiot.com>
51903         and Bruno Haible  <bruno@clisp.org>
51904
51905         Remove stat module & update lstat.
51906         * MODULES.html.sh (stat): Remove.
51907         * MODULES.html: Regenerated.
51908         * modules/lstat (Description): Correct function name.
51909         (Files): Add "lstat.h".
51910         (Depends-on): Remove stat, add xalloc, stat-macros.
51911         * modules/stat: Remove this file.
51912         (Include): Add "lstat.h", remove <sys/stat.h>.
51913
51914 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51915
51916         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51917         (ranged_convert): Don't save conversion in a temporary struct.
51918         This causes a warning with GCC 4.0.0, and anyway in the typical
51919         case it's not worth the extra 100 bytes or so of code.
51920         (ranged_convert, __mktime_internal): When calling a function via a
51921         pointer P, use P () rather than (*P) (), as we now assume C89 or
51922         better.
51923
51924 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51925
51926         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51927         "who -r" failed to give output.  Problem reported by Tim Waugh.
51928
51929         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51930         (xcalloc): Use it to avoid needless tests.
51931         Problem reported by Jim Meyering.
51932
51933 2005-06-20  Derek Price  <derek@ximbiot.com>
51934
51935         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51936         unnecessary for Autoconfs > 2.59c.
51937
51938 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51939
51940         * lib/argp.h (__option_is_short): Check upper limit of
51941         __key. Isprint() requires its argument to have the value
51942         of an unsigned char or EOF.
51943
51944 2005-06-16  Jim Meyering  <jim@meyering.net>
51945
51946         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51947         when either N or S is zero.
51948
51949 2005-06-16  Derek Price  <derek@ximbiot.com>
51950
51951         * m4/bison.m4: Declare YACC & YFLAGS precious.
51952
51953 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51954
51955         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51956         multibyte string or pattern, fall back on unibyte matching.
51957         Problem reported by James Youngman.
51958
51959 2005-06-08  Bruno Haible  <bruno@clisp.org>
51960
51961         * modules/csharpcomp: New file.
51962         * MODULES.html.sh (C#): Add csharpcomp.
51963
51964 2005-06-08  Bruno Haible  <bruno@clisp.org>
51965
51966         * m4/csharpcomp.m4: New file, from GNU gettext.
51967
51968 2005-06-08  Bruno Haible  <bruno@clisp.org>
51969
51970         * lib/csharpcomp.h: New file, from GNU gettext.
51971         * lib/csharpcomp.c: New file, from GNU gettext.
51972         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51973
51974 2005-06-08  Bruno Haible  <bruno@clisp.org>
51975
51976         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51977         warning on mingw.
51978
51979 2005-06-07  Derek Price  <derek@ximbiot.com>
51980
51981         Sync from CVS.
51982         * lib/glob_.h: Indent nested #ifdef.
51983
51984 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51985
51986         Sync from coreutils.
51987         Use "file name" when talking about file names, instead of "filename"
51988         or "path", as per the GNU coding standards.
51989         * lib/mkdir-p.c: Renamed from makepath.c.
51990         (make_dir_parents): Renamed from make_path.  All callers changed.
51991         * lib/mkdir-p.h: Likewise.  All includers changed.
51992         * lib/filenamecat.c: Renamed from path-concat.c.
51993         (file_name_concat): Renamed from path_concat.  All callers changed.
51994         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51995         * lib/filenamecat.h: Likewise.  All includers changed.
51996         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51997         in comments or local variable names.
51998         * lib/basename.c: Likewise.
51999         * lib/canonicalize.c, canonicalize.h: Likewise.
52000         * lib/dirname.c, dirname.h: Likewise.
52001         * lib/euidaccess.c: Likewise.
52002         * lib/exclude.c: Likewise
52003         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
52004         * lib/fsusage.c, fsuage.h: Likewise.
52005         * lib/fts.c, fts_.h: Likewise.
52006         * lib/getcwd.c: Likewise.
52007         * lib/getloadavg.c: Likewise.
52008         * lib/mkstemp.c: Likewise.
52009         * lib/mountlist.c, mountlist.h: Likewise.
52010         * lib/openat.c, openat.h: Likewise.
52011         * lib/readlink-stub.c: Likewise.
52012         * lib/readutmp.c, readutmp.h: Likewise.
52013         * lib/rename.c: Likewise.
52014         * lib/rmdir.c: Likewise.
52015         * lib/same.c: Likewise.
52016         * lib/savedir.c: Likewise.
52017         * lib/stripslash.c: Likewise.
52018         * lib/tempname.c: Likewise.
52019         * lib/xreadlink.c: Likewise.
52020         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52021         All uses changed.
52022         * lib/exclude.h: Likewise.
52023
52024         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52025         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52026         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52027         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52028         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52029         files have been getting away with it for years (MORE/BSD 4.3
52030         is extinct now).
52031         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52032         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52033
52034         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52035         Define to 256, not 255, as per modern POSIX.
52036
52037 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52038
52039         Sync from coreutils.
52040         Use "file name" when talking about file names, instead of "filename"
52041         or "path", as per the GNU coding standards.
52042         * MODULES.html.sh: mkdir-p renamed from makepath.
52043         filenamecat renamed from path-concat.
52044         * modules/filenamecat: Renamed from modules/path-concat.
52045         (Files): filenamecat.h and filenamecat.c renamed from
52046         path-concat.h and path-concat.c.
52047         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52048         (Include): filenamecat.h, not path-concat.h.
52049         * modules/mkdir-p: Renamed from modules/makepath.
52050         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52051         makepath.c.
52052         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52053         (Include): mkdir-p.h, not makepath.h.
52054
52055 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52056
52057         Sync from coreutils.
52058         * m4/mkdir-p.m4: Renamed from makepath.m4.
52059         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52060         Rename files from makepath.c to mkdir-p.c, and from
52061         makepath.h to mkdir-p.h.
52062         * m4/filenamecat.m4: Renamed from path-concat.m4.
52063         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52064         Rename files from path-concat.c to filenamecat.c,
52065         and from path-concat.h to filenamecat.h.
52066         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52067         "file name" in local variables or comments.
52068         * m4/rename.m4: Likewise.
52069
52070 2005-06-01  Bruno Haible  <bruno@clisp.org>
52071
52072         * modules/csharpexec: New file.
52073         * MODULES.html.sh (C#): New section.
52074
52075 2005-06-01  Bruno Haible  <bruno@clisp.org>
52076
52077         * m4/csharp.m4: New file, from GNU gettext.
52078         * m4/csharpexec.m4: New file, from GNU gettext.
52079
52080 2005-06-01  Bruno Haible  <bruno@clisp.org>
52081
52082         * lib/csharpexec.h: New file, from GNU gettext.
52083         * lib/csharpexec.c: New file, from GNU gettext.
52084         * lib/csharpexec.sh.in: New file, from GNU gettext.
52085
52086 2005-05-31  Derek Price  <derek@ximbiot.com>
52087             Paul Eggert  <eggert@cs.ucla.edu>
52088
52089         Sync from cvs.
52090         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52091
52092 2005-05-31  Derek Price  <derek@ximbiot.com>
52093             Paul Eggert  <eggert@cs.ucla.edu>
52094
52095         Sync from cvs.
52096         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52097
52098 2005-05-29  Derek Price  <derek@ximbiot.com>
52099
52100         * config/srclist.txt (glob_.h, glob.c): Add these files.
52101
52102 2005-05-29  Derek Price  <derek@ximbiot.com>
52103
52104         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52105         * modules/glob: New file.
52106         * modules/getlogin_r: Add link to POSIX spec in description.
52107
52108 2005-05-29  Derek Price  <derek@ximbiot.com>
52109             Paul Eggert  <eggert@cs.ucla.edu>
52110
52111         * m4/glob.m4: New file.
52112
52113 2005-05-29  Derek Price  <derek@ximbiot.com>
52114             Paul Eggert  <eggert@cs.ucla.edu>
52115
52116         * lib/glob_.h, lib/glob.c: New files.
52117
52118 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52119
52120         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52121         * modules/fts-lgpl (Depends-on): Remove gettext.
52122
52123 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52124
52125         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52126         and don't require gt_INTTYPES_PRI.
52127
52128 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52129
52130         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52131
52132         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52133         the configuration hassle isn't worth it.
52134         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52135         (LONGEST_MODIFIER, PRIuMAX): Remove.
52136
52137 2005-05-27  Bruno Haible  <bruno@clisp.org>
52138
52139         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52140
52141 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52142
52143         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52144         _POSIX_PTHREAD_SEMANTICS for Solaris.
52145
52146 2005-05-25  Derek Price  <derek@ximbiot.com>
52147
52148         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52149
52150 2005-05-25  Derek Price  <derek@ximbiot.com>
52151             Paul Eggert  <eggert@cs.ucla.edu>
52152
52153         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52154         * lib/getlogin_r.c, getlogin_r.h: New files.
52155
52156 2005-05-25  Bruno Haible  <bruno@clisp.org>
52157             Derek Price  <derek@ximbiot.com>
52158
52159         * lib/getlogin_r.h: Simplify API documentation.
52160
52161 2005-05-23  Derek Price  <derek@ximbiot.com>
52162
52163         * modules/minmax (Files): Add m4/minmax.m4.
52164         (configure.ac): Add gl_MINMAX.
52165
52166 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52167
52168         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52169         so that unistd-safer.h (GPL'ed code) need not be included.
52170
52171 2005-05-22  Bruno Haible  <bruno@clisp.org>
52172
52173         * m4/minmax.m4: New file.
52174         Based on a patch by Derek Price <derek@ximbiot.com>.
52175
52176 2005-05-22  Bruno Haible  <bruno@clisp.org>
52177
52178         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52179         (INT64_MIN): Fix definition.
52180         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52181
52182         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52183         NEED_SIGNED_INT_TYPES.
52184
52185         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52186         HAVE_SYSTEM_INTTYPES.
52187
52188 2005-05-22  Bruno Haible  <bruno@clisp.org>
52189
52190         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52191         Also include <sys/param.h> if it defines MIN, MAX.
52192         Based on a patch by Derek Price <derek@ximbiot.com>.
52193
52194 2005-05-21  Jim Meyering  <jim@meyering.net>
52195
52196         * modules/fts (Files): Add m4/inttypes-pri.m4.
52197         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52198
52199 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52200
52201         New fts module.
52202         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52203         (setup_dir, free_dir): New functions.
52204         (enter_dir, leave_dir): Define trivial
52205         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52206         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52207         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52208         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52209         Move to fts-cycle.c.
52210         (fts_open): Use setup_dir.
52211         (fts_close): Use free_dir.
52212         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52213         This adds a label and some gotos, but the alternatives were messier.
52214         Check for memory allocation failure when entering a dir.
52215         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52216         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52217         (FTS): New member fts_cycle, that is a union that contains the
52218         old active_dir_ht and cycle_state.  All uses changed to mention
52219         fts_cycle.ht and fts_cycle.state.
52220         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52221         fts.c, with the following changes:
52222         (setup_dir, free_dir): New functions.
52223         (enter_dir): Now returns bool.  Return true if successful, false
52224         if memory exhausted.  All callers changed.
52225         Do not bother partly cleaning up on
52226         memory allocation failure; that is free_dir's job.
52227         However, free ad if hash_insert fails, to avoid memory leak.
52228         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52229         fts->fts_options to see which union member to use.
52230
52231 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52232
52233         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52234         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52235
52236 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52237
52238         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52239
52240 2005-05-20  Jim Meyering  <jim@meyering.net>
52241
52242         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52243         Now a macro, to pacify GCC.
52244
52245 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52246
52247         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52248         of -1.
52249
52250 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52251
52252         * lib/chown.c (rpl_chown): Return -1 on failure.
52253
52254 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52255
52256         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52257         Don't check for stddef.h.
52258         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52259         don't use its results.
52260         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52261         since we include them unconditionally.  Don't require
52262         AM_STDBOOL_H, since stdbool is a prerequisite.
52263         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52264         since we assume C89 or better.
52265         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52266         as we don't use their results.
52267         Don't check for fchdir, memmove, memset, strrchr, as we use
52268         them unconditionally.
52269         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52270         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52271
52272 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52273
52274         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52275         Include <stddef.h> unconditionally, since we assume C89 now.
52276         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52277         * lib/fts.c: Include fts_.h first, to check interface.
52278         Do not include intprops.h; no longer needed.
52279         Include cycle-check.h and hash.h, since fts_.h no longer does.
52280         Remove unnecessary casts of closedir to void.
52281         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52282         decide whether to decrement nlinks.
52283         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52284         (FTS): Use struct hash_table * instead of Hash_table, so that
52285         we no longer need to include hash.h here.
52286
52287 2005-05-18  Jim Meyering  <jim@meyering.net>
52288
52289         * modules/dirfd (License): Change to LGPL.  Most of the code
52290         is already in the public domain.
52291
52292 2005-05-18  Jim Meyering  <jim@meyering.net>
52293
52294         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52295         Reported by Yoann Vandoorselaere.
52296
52297 2005-05-17  Jim Meyering  <jim@meyering.net>
52298
52299         * m4/fts.m4: New file, from coreutils.
52300
52301 2005-05-17  Jim Meyering  <jim@meyering.net>
52302
52303         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52304
52305 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52306
52307         Sync from coreutils.
52308         * m4/unlinkdir.m4: New file.
52309
52310 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52311
52312         Sync from coreutils.
52313         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52314         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52315         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52316         White space changes only.
52317         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52318         special.
52319         * lib/yesno.c: Include getline.h, not ctype.h.
52320         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52321         Use getline to remove arbitrary restriction on response length.
52322
52323 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52324
52325         * config/srclist-update: Spell out "Street" in FSF postal
52326         mail address; this is the style the FSF seems to prefer.
52327
52328         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52329         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52330         this updates FSF postal mail address.
52331
52332         Sync from coreutils.
52333         * modules/unlinkdir: New file.
52334         * modules/yesno (Depends-on): Add getline.
52335         * MODULES.html.sh (File system functions): Add unlinkdir.
52336
52337 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52338
52339         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52340         lib/strsep.h:
52341         Change the initial comment to refer to GPL, not LGPL.
52342         gnulib-tool will change it to LGPL as needed.
52343
52344         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52345         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52346         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52347         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52348         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52349         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52350         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52351         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52352         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52353         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52354         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52355         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52356         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52357         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52358         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52359         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52360         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52361         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52362         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52363         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52364         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52365         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52366         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52367         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52368         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52369         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52370         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52371         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52372         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52373         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52374         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52375         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52376         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52377         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52378         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52379         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52380         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52381         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52382         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52383         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52384         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52385         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52386         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52387         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52388         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52389         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52390         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52391         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52392         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52393         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52394         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52395         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52396         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52397         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52398         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52399         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52400         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52401         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52402         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52403         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52404         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52405         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52406         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52407         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52408         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52409         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52410         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52411         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52412         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52413         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52414         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52415         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52416         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52417         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52418         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52419         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52420         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52421         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52422         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52423         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52424         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52425         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52426         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52427         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52428         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52429         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52430         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52431         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52432         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52433         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52434         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52435         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52436         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52437         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52438         lib/yesno.c, lib/yesno.h:
52439         Update FSF postal mail address.
52440
52441 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52442
52443         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52444         tests/test-memmem.c, tests/test-stpncpy.c:
52445         Update FSF postal mail address.
52446
52447 2005-05-13  Bruno Haible  <bruno@clisp.org>
52448
52449         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52450         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52451         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52452         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52453         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52454         Add support for 64-bit integers in the MSVC compiler.
52455
52456 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52457
52458         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52459
52460 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52461
52462         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52463
52464 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52465
52466         * doc/getdate.texi (General date syntax): Don't say that date
52467         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52468         Problem reported by Nic Ferrier.
52469
52470 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52471
52472         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52473         specified in ai_socktype. Fix invalid ai_protocol
52474         check. ai_protocol is usually set to 0 or depending on
52475         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52476         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52477         ai_socktype / ai_protocol in the returned addrinfo structure.
52478
52479 2005-05-10  Simon Josefsson  <jas@extundo.com>
52480
52481         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52482         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52483
52484 2005-05-10  Karl Berry  <karl@gnu.org>
52485
52486         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52487         (from http://www.gnu.org/licenses).
52488         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52489         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52490         fdl.texi suffices.
52491
52492 2005-05-10  Karl Berry  <karl@gnu.org>
52493
52494         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52495         (COPYING.DOC): remove.
52496
52497         * config/srclist-update: new FSF address.
52498
52499 2005-05-10  Derek Price  <derek@ximbiot.com>
52500
52501         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52502         possible.
52503
52504 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52505             Bruno Haible  <bruno@clisp.org>
52506
52507         * modules/inet_ntop: New file.
52508         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52509         inet_ntop.
52510
52511 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52512             Bruno Haible  <bruno@clisp.org>
52513
52514         * m4/inet_ntop.m4: New file.
52515
52516 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52517             Bruno Haible  <bruno@clisp.org>
52518
52519         * lib/inet_ntop.h: New file.
52520         * lib/inet_ntop.c: New file, from glibc with modifications.
52521
52522 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52523
52524         * modules/time_r (License): Change to LGPL.
52525         * modules/extensions (License): Change to LGPL.  Actually,
52526         the license is more permissive than that, but currently gnulib-tool
52527         doesn't know how to handle more-permissive licenses.
52528
52529         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52530         Problem reported by Dave Love.
52531
52532 2005-05-08  Jim Meyering  <jim@meyering.net>
52533
52534         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52535         blank.
52536
52537 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52538
52539         * modules/argmatch (Depends-on): Add stdbool.
52540         * modules/backupfile (Depends-on): Likewise.
52541         * modules/chdir-long (Depends-on): Likewise.
52542         * modules/closeout (Depends-on): Likewise.
52543         * modules/cycle-check (Depends-on): Likewise.
52544         * modules/dirname (Depends-on): Likewise.
52545         * modules/fnmatch (Depends-on): Likewise.
52546         * modules/fsusage (Depends-on): Likewise.
52547         * modules/fwriteerror (Depends-on): Likewise.
52548         * modules/getcwd (Depends-on): Likewise.
52549         * modules/getloadavg (Depends-on): Likewise.
52550         * modules/hard-locale (Depends-on): Likewise.
52551         * modules/makepath (Depends-on): Likewise.
52552         * modules/mountlist (Depends-on): Likewise.
52553         * modules/nanosleep (Depends-on): Likewise.
52554         * modules/posixtm (Depends-on): Likewise.
52555         * modules/quotearg (Depends-on): Likewise.
52556         * modules/readtokens (Depends-on): Likewise.
52557         * modules/readtokens0 (Depends-on): Likewise.
52558         * modules/readutmp (Depends-on): Likewise.
52559         * modules/save-cwd (Depends-on): Likewise.
52560         * modules/strftime (Depends-on): Likewise.
52561         * modules/userspec (Depends-on): Likewise.
52562         * modules/utimecmp (Depends-on): Likewise.
52563         * modules/xgetcwd (Depends-on): Likewise.
52564         * modules/xnanosleep (Depends-on): Likewise.
52565         * modules/xstrtod (Depends-on): Likewise.
52566         * modules/yesno (Depends-on): Likewise.
52567
52568 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52569
52570         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52571         needless checks.
52572
52573 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52574
52575         Merge from coreutils.  Among other things,
52576         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52577         * lib/fd-safer.c: New file.
52578         * lib/fcntl-safer.h, open-safer.c: Remove.
52579         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52580         * lib/dup-safer.c: Include unistd-safer.h first.
52581         Don't include errno.h.
52582         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52583         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52584         * lib/file-type.c: Rely on file-type.h change.
52585         * lib/getloadavg.c: Include unistd-safer.h.
52586         (getloadavg): Use safer open.
52587         * lib/getusershell.c: Include "stdio-safer.h".
52588         (getusershell): Use safer fopen.
52589         * lib/long-options.c (long_options): Use NULL rather than 0.
52590         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52591         'free'.
52592         * lib/modechange.c: Likewise.
52593         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52594         (MODE_DONE): New constant.
52595         (struct mode_change): Remove 'next' member.
52596         (make_node_op_equals): New function; like the old one of the
52597         same name, except it allocates an array.
52598         (mode_compile, mode_create_from_ref): Use it.
52599         (mode_compile): Allocate result as an array, not a linked list.
52600         Parse octal string ourself, so that we catch mistakes like "+0".
52601         (mode_adjust): Arg is an array, not a linked list.
52602         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52603         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52604         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52605         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52606         Remove.  This is now stat-macros.h's job.
52607         (talloc): Remove.  All callers replaced by xalloc, so that
52608         our invokers don't have to worry about reporting memory failures.
52609         (make_node_op_equals): Remove.
52610         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52611         New constants.
52612         (struct mode_change): Moved here from modechange.h.
52613         (mode_append_entry): Remove.
52614         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52615         apps to have incorrect behavior.  Use simpler algorithm for head
52616         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52617         Detect more invalid usages rather than having somewhat-random behavior.
52618         Don't insert an "a=" action, as that leads to incorrect behavior.
52619         (mode_compile, mode_create_from_ref): Return NULL on error instead
52620         of an enum, since now there's only one way to have an error.  All
52621         callers changed.
52622         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52623         at the correct time.  Simplify calculation of "+u" and its ilk.
52624         Don't mishandle "+X".
52625         (mode_free): Remove "register" and localize decls.
52626         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52627         (struct mode_change): Move to modechange.c; callers don't
52628         need to see this stuff.
52629         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52630         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52631         (mode_change, mode_adjust): Reflect the new signatures noted above.
52632         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52633         that might redefine system include files.
52634         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52635         (my_usleep): Use NULL rather than (void *) 0.
52636         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52637         Use siginterrupt to specify that system calls should be interrupted.
52638         (rpl_nanosleep): Move initialization of suspended closer to call of
52639         my_usleep.
52640         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52641         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52642         (desirable_utmp_entry): New function.
52643         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52644         using x2nrealloc, to simplify logic.
52645         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52646         size calculation.  Do not assume utmp file is a regular file.
52647         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52648         (READ_UTMP_CHECK_PIDS): New constant.
52649         * lib/save-cwd.c: Include unistd-safer.h.
52650         (save_cwd): Use fd_safer.
52651         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52652         [!_LIBC] Include "stat-macros.h" instead.
52653         * lib/unistd-safer.h (fd_safer): New decl.
52654
52655 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52656
52657         * modules/getloadavg (Depends-on): Add unistd-safer.
52658         * modules/getusershell (Depends-on): Add stdio-safer.
52659         * modules/lstat (Depends-on): Remove xalloc.
52660         * modules/mkstemp (Depends-on): Add stat-macros.
52661         * modules/modechange (Depends-on): Remove xstrtol.
52662         Add stat-macros, xalloc.
52663         * modules/save-cwd (Depends-on): Add unistd-safer.
52664         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52665         * modules/unistd-safer (Files): Add lib/fd-safer.c
52666         (Makefile.am): Remove lib_SOURCES.
52667
52668         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52669         Remove fcntl-safer; unistd-safer supersedes it.
52670
52671 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52672
52673         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52674         AC_HEADER_STAT.
52675         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52676         (gl_PREREQ_CHOWN): Remove.
52677         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52678         it.  Don't require AC_HEADER_STAT.
52679         (gl_PREREQ_LSTAT): Remove.
52680         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52681         Don't require AC_HEADER_STAT.
52682         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52683         (gl_PREREQ_RMDIR): Remove.
52684         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52685         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52686         the stat-macros module a prerequisite.
52687         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52688         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52689         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52690         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52691         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52692         variable names.
52693         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52694         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52695         variable prefixes.
52696         * m4/fcntl-safer.m4: Remove.
52697         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52698         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52699         Invoke gl_PREREQ_FD_SAFER.
52700         (gl_PREREQ_FD_SAFER): New macro.
52701         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52702         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52703         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52704         Remove duplicate call to AC_LIBOBJ(readutmp).
52705         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52706
52707         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52708         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52709
52710 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52711
52712         * MODULES.html.sh (Misc): Add byteswap.
52713
52714 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52715
52716         * modules/getcwd (Depends-on): Add extensions.
52717         * modules/openat (Depends-on): Likewise.
52718
52719 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52720
52721         * modules/byteswap: New file.
52722
52723 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52724
52725         * m4/byteswap.m4: New file.
52726
52727 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52728
52729         * lib/byteswap_.h: New file.
52730
52731 2005-04-25  Karl Berry  <karl@gnu.org>
52732
52733         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52734
52735 2005-04-25  Albert Chin  <china@thewrittenword.com>
52736
52737         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52738         Toolkit C bug.
52739
52740 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52741
52742         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52743         (func_ln_if_changed) Remove forcibly for no error message
52744         in case file does not exist.
52745
52746 2005-04-19  Simon Josefsson  <jas@extundo.com>
52747
52748         * gnulib-tool (Options): Make --symlink mean --symbolic.
52749
52750 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52751
52752         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52753
52754 2005-04-16  Simon Josefsson  <jas@extundo.com>
52755
52756         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52757
52758 2005-04-15  Simon Josefsson  <jas@extundo.com>
52759
52760         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52761
52762 2005-04-15  Simon Josefsson  <jas@extundo.com>
52763
52764         * gnulib-tool: Rename --symlink to --symbolic.
52765
52766 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52767
52768         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52769         symbolic links to files instead of copying/moving.  Add --aux-dir,
52770         specifying directory relative --dir where auxiliary build tools
52771         are placed.
52772
52773 2005-04-14  Bruno Haible  <bruno@clisp.org>
52774
52775         * modules/allocsa (License): Change to LGPL.
52776         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52777
52778 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52779
52780         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52781         that "UTC +1 second" continues to work.  Problem reported
52782         by Dmitry V. Levin.
52783         (relunit_snumber): New rule.
52784         (relunit): Use it.
52785
52786 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52787
52788         * lib/getdate.y (universal_time_zone_table): New constant.
52789         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52790         universal_time_zone_table.
52791         (lookup_zone): Prefer universal_time_zone_table to
52792         local_time_zone_table, so that "GMT" time stamps are allowed in
52793         London during the summer.  Problem reported by Ian Abbott.
52794
52795 2005-04-12  Jim Meyering  <jim@meyering.net>
52796
52797         * lib/human.c (humblock): Set *options even when returning due to
52798         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52799         warning from gcc-4.
52800
52801 2005-04-09  Jim Meyering  <jim@meyering.net>
52802
52803         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52804         -Wuninitialized: initialize tm0.tm_year.
52805
52806 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52807
52808         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52809         count, since there's no maximum.  All uses changed.
52810         Add member dsts_seen.
52811         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52812         not being INT_MAX.
52813         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52814         Use pc_rels_seen to decide whther a date is absolute.
52815
52816         * lib/getdate.y (number): Don't overwrite year.
52817         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52818         check.
52819
52820 2005-04-02  Simon Josefsson  <jas@extundo.com>
52821
52822         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52823         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52824
52825 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52826
52827         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52828         where no absolute path name can be longer than PATH_MAX.
52829
52830 2005-03-27  Jim Meyering  <jim@meyering.net>
52831
52832         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52833
52834 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52835
52836         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52837         "one's complement" -> "ones' complement" in comment, as per Knuth.
52838         "value of type" -> "type or expression" in comment.
52839         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52840
52841 2005-03-26  Jim Meyering  <jim@meyering.net>
52842
52843         Comment nits.
52844         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52845         Correct typos: s/or/of/.
52846
52847 2005-03-26  Jim Meyering  <jim@meyering.net>
52848
52849         * modules/check-include-files: Move to ../ and rename to...
52850         * check-module: ...this.
52851
52852 2005-03-25  Jim Meyering  <jim@meyering.net>
52853
52854         * modules/xvasprintf (Files): Add xalloc.h.
52855
52856 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52857
52858         * modules/gettext (Files): config/config.rpath ->
52859         build-aux/config.rpath
52860         * modules/iconv (Files): Likewise.
52861         Problem reported by Oskar Liljeblad.
52862
52863 2005-03-23  Jim Meyering  <jim@meyering.net>
52864
52865         * modules/check-include-files: New script to check for
52866         missing dependencies, multiple includes, etc.
52867
52868         * modules/c-strtold (Depends-on): Add xalloc.
52869         * modules/c-strtod (Depends-on): Add xalloc.
52870         * modules/hash (Depends-on): Add xalloc.
52871         (Files): Remove lib/xalloc.h.
52872
52873         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52874         * modules/userspec (Files): Add lib/inttostr.h.
52875
52876 2005-03-23  Jim Meyering  <jim@meyering.net>
52877
52878         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52879
52880 2005-03-22  Jim Meyering  <jim@meyering.net>
52881
52882         * modules/stat-macros: New module.
52883         * modules/canonicalize, modules/euidaccess, modules/file-type,
52884         * modules/filemode, modules/lchown, modules/makepath,
52885         * modules/rmdir, modules/stat: Depend on new stat-macros module
52886         rather than listing lib/stat-macros.h manually.
52887         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52888
52889 2005-03-22  Jim Meyering  <jim@meyering.net>
52890
52891         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52892
52893 2005-03-22  Bruno Haible  <bruno@clisp.org>
52894
52895         * config/srclist.txt: Replace target directory 'config' with
52896         'build-aux'.
52897         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52898         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52899         ../build-aux/.
52900
52901 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52902
52903         * modules/chdir-long (Depends-on): Add mempcpy.
52904
52905         * modules/acl, modules/backupfile, modules/c-strtod,
52906         modules/c-strtold, modules/canon-host, modules/canonicalize,
52907         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52908         modules/exclude, modules/exitfail, modules/file-type,
52909         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52910         modules/getdate, modules/getline, modules/getpagesize,
52911         modules/getpass, modules/getugroups, modules/group-member,
52912         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52913         modules/inttostr, modules/long-options, modules/makepath,
52914         modules/md5, modules/memcasecmp, modules/memcoll,
52915         modules/modechange, modules/mountlist, modules/path-concat,
52916         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52917         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52918         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52919         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52920         modules/strftime, modules/strndup, modules/strverscmp,
52921         modules/timespec, modules/unlocked-io, modules/userspec,
52922         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52923         modules/yesno:
52924         Remove lib_SOURCES line from Makefile.am section, as this is now
52925         done automatically by the corresponding Autoconf macro.
52926
52927 2005-03-21  Jim Meyering  <jim@meyering.net>
52928
52929         Changes imported from coreutils.
52930
52931         * lib/cycle-check.c: Don't include xalloc.h.
52932
52933         * lib/path-concat.c: Don't include assert.h.
52934         (path_concat): Remove assertion that would have triggered
52935         for ABASE starting with more than one slash.
52936         Reported by Andreas Schwab.
52937
52938         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52939         properly when ABASE is an absolute file name.
52940         Correct the description of this function.
52941         Include <assert.h>.
52942         Add an assertion and a test driver.
52943         This fixes a bug introduced on 2004-07-02.
52944         Andreas Schwab reported the resulting failure of cp --parents:
52945         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52946
52947 2005-03-21  Jim Meyering  <jim@meyering.net>
52948
52949         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52950         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52951
52952 2005-03-21  Jim Meyering  <jim@meyering.net>
52953         and  Paul Eggert  <eggert@cs.ucla.edu>
52954
52955         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52956         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52957         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52958         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52959         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52960         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52961         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52962         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52963         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52964         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52965         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52966         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52967         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52968         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52969         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52970         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52971         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52972         for these modules.
52973
52974 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52975
52976         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52977         (which shouldn't happen), generate nothing instead of returning 0
52978         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52979
52980 2005-03-16  Bruno Haible  <bruno@clisp.org>
52981
52982         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52983         HAVE_LONGLONG_64BIT.
52984
52985 2005-03-16  Bruno Haible  <bruno@clisp.org>
52986
52987         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52988         HAVE_LONGLONG_64BIT.
52989
52990 2005-03-16  Bruno Haible  <bruno@clisp.org>
52991
52992         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52993         HAVE_LONGLONG_64BIT.
52994
52995 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52996
52997         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52998         reliably distinguish strftime failure from empty output on POSIX
52999         hosts.
53000
53001 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
53002
53003         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
53004         (iconv_string): Don't guess a size-zero buffer, as that might cause
53005         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53006         result would be 'too large', where 'too large' is (heuristically)
53007         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53008         overflow concerns.  This will prevent some unwanted malloc failures
53009         when the inputs are very large.
53010
53011 2005-03-15  Karl Berry  <karl@gnu.org>
53012
53013         * config/srclist.txt (config.rpath): from gettext.
53014         * config/config.rpath: update.
53015
53016 2005-03-15  Bruno Haible  <bruno@clisp.org>
53017
53018         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53019         to 'negate'.
53020
53021         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53022         variable.
53023
53024         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53025         results.
53026
53027 2005-03-14  Simon Josefsson  <jas@extundo.com>
53028
53029         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53030         <fx@gnu.org>.
53031
53032 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53033
53034         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53035         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53036         intprops.h.
53037         * lib/strtol.c: Likewise.
53038
53039 2005-03-14  Jim Meyering  <jim@meyering.net>
53040
53041         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53042         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53043         to be nonzero so that we (and caller) can detect the difference
53044         between a valid zero-length expansion and an error return, even
53045         when the underlying strftime fails before writing anything into
53046         that location.
53047
53048 2005-03-14  Bruno Haible  <bruno@clisp.org>
53049
53050         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53051         Update from GNU gettext 0.14.3.
53052
53053 2005-03-10  Jim Meyering  <jim@meyering.net>
53054
53055         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53056
53057 2005-03-10  Jim Meyering  <jim@meyering.net>
53058
53059         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53060         so that this module works on systems without fchdir.
53061
53062 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53063
53064         Factor int-properties macros into a single file, except for
53065         glibc-related files.
53066         * lib/intprops.h: New file.
53067         * lib/getloadavg.c: Include it instead of limits.h.
53068         (INT_STRLEN_BOUND): Remove.
53069         * lib/human.c: Include intprops.h.
53070         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53071         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53072         302/1000.
53073         * lib/inttostr.h: Include intprops.h instead of limits.h.
53074         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53075         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53076         for consistency with intprops.h.
53077         (time_t_is_integer, twos_complement_arithmetic): Use them.
53078         * lib/sig2str.h: Include <signal.h>, intprops.h.
53079         (INT_STRLEN_BOUND): Remove.
53080         * lib/strftime.c (TYPE_SIGNED): Remove.
53081         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53082         * lib/strtol.c: Adjust comments to match intprops.h.
53083         * lib/userspec.c: Include intprops.h.
53084         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53085         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53086         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53087         instead of rolling our own expressions.
53088         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53089
53090         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53091         instead of int.
53092         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53093         the right thing even if adding 1900 would overflow.  Similarly
53094         for tm_mon + 1 and tm_yday + 1.
53095         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53096         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53097         (DO_SIGNED_NUMBER): New macro.
53098         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53099
53100 2005-03-07  Bruno Haible  <bruno@clisp.org>
53101
53102         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53103
53104 2005-03-07  Bruno Haible  <bruno@clisp.org>
53105
53106         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53107
53108 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53109
53110         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53111         (func_import): Only replace files via --import when they have actually
53112         changed.
53113
53114 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53115
53116         * m4/mmap-anon.m4: New file.
53117         * m4/pagealign_alloc.m4: New file.
53118
53119 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53120             Bruno Haible  <bruno@clisp.org>
53121
53122         * modules/pagealign_alloc: New file.
53123         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53124
53125 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53126             Bruno Haible  <bruno@clisp.org>
53127
53128         * lib/pagealign_alloc.h: New file.
53129         * lib/pagealign_alloc.c: New file.
53130
53131 2005-03-03  Bruno Haible  <bruno@clisp.org>
53132
53133         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53134         Use an all-permissive copyright notice, recommended by RMS.
53135
53136 2005-03-02  Bruno Haible  <bruno@clisp.org>
53137
53138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53139         of AIX, the replacement has to be done only after <string.h> is
53140         included, therefore not in config.h. stpncpy.h does the replacement,
53141         and stpncpy.c uses it.
53142
53143 2005-03-02  Bruno Haible  <bruno@clisp.org>
53144
53145         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53146         stpncpy.c uses it.
53147
53148 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53149
53150         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53151         The workaround isn't strictly needed for POSIX conformance, and
53152         it's too much of a pain to configure and maintain.  We'll ask
53153         people to fix their kernels instead.
53154         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53155         (NANOSLEEP_BUG_WORKAROUND): Remove.
53156         (xnanosleep): Remove the workaround.
53157
53158 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53159
53160         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53161         Reported by Derek Price.
53162         (Include): Add "timespec.h".
53163
53164         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53165
53166 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53167
53168         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53169         to detect nanosleep bug.
53170
53171 2005-03-01  Bruno Haible  <bruno@clisp.org>
53172
53173         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53174
53175 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53176
53177         * modules/gethrxtime: New file.
53178         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53179         (Depends-on): Add gethrxtime.
53180         (configure.ac): Add gl_XNANOSLEEP.
53181         (Makefile.am): Remove lib_SOURCES line.
53182
53183 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53184
53185         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53186         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53187
53188 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53189
53190         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53191         * lib/timespec.h (gettime): Return void, since it always
53192         succeeds now.  All uses changed.
53193         * lib/gettime.c (gettime) Likewise.
53194         [HAVE_NANOTIME]: Prefer nanotime.
53195         Assume gettimeofday succeeds, as POSIX requires.
53196         Assime time () succeeds, since other code already does.
53197         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53198         (timespec_subtract): Remove.
53199         (NANOSLEEP_BUG_WORKAROUND): New constant.
53200         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53201         things considerably.  Use it only on GNU/Linux hosts, since the
53202         workaround shouldn't be needed elsewhere.
53203
53204 2005-02-24  Bruno Haible  <bruno@clisp.org>
53205
53206         * modules/gettext (Files): Add m4/glibc2.m4.
53207
53208 2005-02-24  Bruno Haible  <bruno@clisp.org>
53209
53210         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53211         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53212         * m4/progtest.m4:
53213         Update from GNU gettext 0.14.2.
53214         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53215
53216 2005-02-24  Bruno Haible  <bruno@clisp.org>
53217
53218         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53219         * lib/config.charset: Update from GNU gettext 0.14.2.
53220
53221 2005-02-24  Bruno Haible  <bruno@clisp.org>
53222
53223         * lib/gettext.h: Update from GNU gettext 0.14.2.
53224
53225 2005-02-23  Simon Josefsson  <jas@extundo.com>
53226
53227         * m4/iconvme.m4: New file.
53228
53229 2005-02-23  Jim Meyering  <jim@meyering.net>
53230
53231         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53232         change.
53233         Thanks to Bruno Haible for catching it.
53234
53235 2005-02-22  Simon Josefsson  <jas@extundo.com>
53236
53237         * modules/iconvme: New file.
53238
53239         * MODULES.html.sh: Add iconvme.
53240
53241 2005-02-22  Simon Josefsson  <jas@extundo.com>
53242
53243         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53244
53245 2005-02-22  Simon Josefsson  <jas@extundo.com>
53246
53247         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53248
53249 2005-02-22  Jim Meyering  <jim@meyering.net>
53250
53251         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53252         s/ifndef/ifdef/.
53253
53254 2005-02-20  Neil Conway  <neilc@samurai.com>
53255
53256         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53257         returned by OSX/Darwin if the specified buffer is not large
53258         enough for the hostname.
53259
53260 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53261
53262         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53263         pass it to _help, otherwise the latter coredumps trying to
53264         dereference state.root_argp.
53265
53266 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53267
53268         * modules/chdir-long (Depends-on): Add memrchr.
53269         * modules/memrchr (Files): Add lib/memrchr.h.
53270         (Include): "memrchr.h".
53271
53272 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53273
53274         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53275
53276 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53277
53278         * lib/memrchr.h: New file.
53279         * lib/chdir-long.c: Include it.
53280         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53281         Don't bother including stddef.h.
53282
53283 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53284
53285         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53286         inclusion.
53287         Include <sys/types.h>, for dev_t.
53288         (ME_DUMMY, ME_REMOTE): Move from here....
53289         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53290         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53291         Dmitry V. Levin.
53292         Include mountlist.h first, to test the interface.
53293
53294 2005-01-29  Bruno Haible  <bruno@clisp.org>
53295
53296         * lib/progname.c (program_name): Initialize.
53297         Needed when linking statically on MacOS X.
53298
53299 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53300
53301         Sync from coreutils.
53302         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53303         (Depends-on): Add c-strtod.
53304         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53305
53306 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53307
53308         Sync from coreutils.
53309         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53310
53311         Remove files that are specific to coreutils.
53312         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53313
53314 2005-01-28  Bruno Haible  <bruno@clisp.org>
53315
53316         * modules/javacomp: New file.
53317         * MODULES.html.sh (Java): Add javacomp.
53318
53319 2005-01-28  Bruno Haible  <bruno@clisp.org>
53320
53321         * m4/javacomp.m4: New file, from GNU gettext.
53322
53323 2005-01-28  Bruno Haible  <bruno@clisp.org>
53324
53325         * lib/javacomp.sh.in: New file, from GNU gettext.
53326         * lib/javacomp.h: New file, from GNU gettext.
53327         * lib/javacomp.c: New file, from GNU gettext.
53328
53329 2005-01-26  Simon Josefsson  <jas@extundo.com>
53330
53331         * lib/gai_strerror.c: Use GPL in header.
53332
53333 2005-01-26  Bruno Haible  <bruno@clisp.org>
53334
53335         * modules/javaexec: New file.
53336         * MODULES.html.sh (Java): Add javaexec.
53337
53338 2005-01-26  Bruno Haible  <bruno@clisp.org>
53339
53340         * m4/javaexec.m4: New file, from GNU gettext.
53341
53342 2005-01-26  Bruno Haible  <bruno@clisp.org>
53343
53344         * lib/javaexec.sh.in: New file, from GNU gettext.
53345         * lib/javaexec.h: New file, from GNU gettext.
53346         * lib/javaexec.c: New file, from GNU gettext.
53347
53348 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53349
53350         * modules/lchown (Depends-on): Remove lchown.h
53351
53352 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53353
53354         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53355         must be defined if the header file was not found, in order
53356         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53357
53358 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53359
53360         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53361         initializers for struct pentry_state.
53362         (__argp_error): Check return value of __asprintf
53363         (__argp_failure): Translate error message
53364
53365         * lib/argp-parse.c: Removed braces around the expansion of N_()
53366
53367 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53368
53369         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53370         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53371         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53372         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53373         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53374         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53375         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53376         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53377         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53378         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53379         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53380         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53381         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53382         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53383         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53384         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53385         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53386         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53387         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53388         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53389         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53390         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53391         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53392         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53393         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53394         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53395         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53396         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53397         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53398         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53399         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53400         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53401         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53402         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53403         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53404         Use an all-permissive copyright notice, recommended by RMS.
53405
53406 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53407
53408         * modules/chdir-long (Depends-on): Remove mempcpy.
53409
53410 2005-01-21  Jim Meyering  <jim@meyering.net>
53411
53412         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53413         same value as for Solaris 9.
53414
53415         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53416         component length.  This included changing the parameter to be
53417         of type `char *' rather than `char const *'.
53418         * lib/chdir-long.h (chdir_long): Update prototype.
53419
53420         * lib/openat.c (fdopendir, fstatat): New functions.
53421         * lib/openat.h: Include headers required for use of DIR and struct
53422         stat.
53423         [AT_SYMLINK_NOFOLLOW]: Define.
53424         (fdopendir, fstatat): Add prototypes.
53425
53426 2005-01-21  Bruno Haible  <bruno@clisp.org>
53427
53428         * modules/classpath: New file.
53429         * MODULES.html.sh (Java): Add classpath.
53430
53431 2005-01-21  Bruno Haible  <bruno@clisp.org>
53432
53433         * lib/classpath.h: New file, from GNU gettext.
53434         * lib/classpath.c: New file, from GNU gettext.
53435
53436 2005-01-20  Simon Josefsson  <jas@extundo.com>
53437
53438         * modules/version-etc-fsf: New file.
53439
53440 2005-01-20  Simon Josefsson  <jas@extundo.com>
53441
53442         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53443         * lib/version-etc.c: Remove version_etc_copyright.
53444         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53445         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53446
53447 2005-01-20  Simon Josefsson  <jas@extundo.com>
53448
53449         * lib/base64.h (isbase64): Add.
53450
53451         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53452         using a unsigned prototype, don't inline.
53453         (base64_decode): Use it.
53454
53455 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53456
53457         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53458         it.
53459
53460 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53461
53462         * lib/save-cwd.c (save_cwd): Remove code to support the case
53463         where fchdir is missing or flaky.
53464
53465 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53466
53467         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53468
53469 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53470
53471         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53472         AC_LIBSOURCES now does this.
53473         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53474         with new ullong_max module.
53475
53476 2005-01-19  Bruno Haible  <bruno@clisp.org>
53477
53478         * modules/sh-quote: New file.
53479         * MODULES.html.sh (Executing programs): Add sh-quote.
53480
53481 2005-01-19  Bruno Haible  <bruno@clisp.org>
53482
53483         * lib/sh-quote.h: New file, from GNU gettext.
53484         * lib/sh-quote.c: New file, from GNU gettext.
53485
53486 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53487
53488         Merge from coreutils.
53489         * m4/ullong_max.m4: New file.
53490         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53491         (gl_MACROS): Assume localeconv exists.
53492
53493 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53494
53495         Merge changes from coreutils, as described below in several
53496         changelogs dated today.
53497
53498         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53499         (O_DIRECTORY): Remove; not needed here, since "." must be
53500         a directory.  All uses removed.
53501         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53502         universal on Suns, and we also need to test for IRIX.
53503         Revamp code to use 'if' rather than '#if'.
53504         Avoid unnecessary comparison of cwd->desc to 0.
53505
53506         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53507         for known valid error numbers rather than observed invalid ones.
53508
53509 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53510
53511         * modules/ullong_max: New file.
53512
53513         * modules/chdir-long, modules/openat: New files.
53514         * modules/save-cwd (Depends-on): Depend on chdir-long.
53515         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53516
53517 2005-01-18  Jim Meyering  <jim@meyering.net>
53518
53519         Merge from coreutils.
53520         * m4/chdir-long.m4, m4/openat.m4: New files.
53521         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53522         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53523         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53524         is sane and DOES follow symlinks.  Besides, testing 20 different
53525         systems found no broken chown implementations.
53526         Prompted by a change in rsync's copy of this macro.
53527         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53528
53529         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53530
53531         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53532         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53533         NULL-means-set-to-current-time semantics.
53534         Remove temporary file immediately, rather than waiting
53535         for configure's at-exit trap code to do it.
53536
53537 2005-01-18  Jim Meyering  <jim@meyering.net>
53538
53539         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53540
53541         * lib/utimens.c (futimens): Account for the fact that futimes
53542         can also fail with errno == ENOSYS or errno == ENOENT.
53543         Patch from Dmitry V. Levin.
53544
53545         Change the name of the robust chdir function from chdir to chdir_long.
53546         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53547         (restore_cwd): Use chdir_long, not chdir.
53548         * lib/chdir-long.c: Renamed from chdir.c.
53549         * lib/chdir-long.h: Renamed from chdir.h.
53550         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53551         Hurd.
53552
53553 2005-01-18  Bruno Haible  <bruno@clisp.org>
53554
53555         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53556         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53557         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53558         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53559         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53560         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53561         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53562         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53563         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53564         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53565         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53566         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53567         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53568         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53569         Use an all-permissive copyright notice, recommended by RMS.
53570
53571 2005-01-18  Bob Proulx  <bob@proulx.com>
53572
53573         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53574         simplify offsetof() macro construct to avoid compile failure with
53575         native HP-UX 11.0 ANSI C compiler.
53576
53577 2005-01-17  Bruno Haible  <bruno@clisp.org>
53578
53579         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53580         redundant because stpncpy.m4 takes care of it.
53581
53582 2005-01-17  Bruno Haible  <bruno@clisp.org>
53583
53584         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53585
53586 2005-01-17  Bruno Haible  <bruno@clisp.org>
53587
53588         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53589         used.
53590
53591 2005-01-17  Bruno Haible  <bruno@clisp.org>
53592
53593         * lib/fwriteerror.h (fwriteerror): Change specification to include
53594         fclose.
53595         * lib/fwriteerror.c: Include <stdbool.h>.
53596         (fwriteerror): At the end, close the file stream. Record whether
53597         stdout was already closed.
53598
53599 2005-01-17  Bruno Haible  <bruno@clisp.org>
53600
53601         * lib/execute.c (environ): Declare if needed.
53602         * lib/pipe.c (environ): Likewise.
53603         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53604
53605 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53606
53607         * modules/argp: Depend on vsnprintf
53608
53609 2005-01-10  Jim Meyering  <jim@meyering.net>
53610
53611         * modules/closeout (Depends-on): Add atexit.
53612
53613 2005-01-06  Bruno Haible  <bruno@clisp.org>
53614
53615         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53616
53617 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53618
53619         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53620         definitions to be after all include files, to avoid collisions.
53621         Problem reported by Bob Proulx.
53622
53623 2005-01-04  Jim Meyering  <jim@meyering.net>
53624
53625         Changes imported from coreutils.
53626         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53627         as the mkstemp template, use a temporary directory and an
53628         8.3-friendly template to avoid trouble on systems like DJGPP.
53629         Reported by Juan M. Guerrero via Stepan Kasal.
53630         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53631         close. Remove the temporary directory right away, rather than waiting
53632         for configure's at-exit trap code to do it.
53633         Suggestion from Stepan Kasal.
53634
53635 2005-01-01  Simon Josefsson  <jas@extundo.com>
53636
53637         * gnulib-tool: Print #include directives when --import'ing.
53638
53639 2004-12-28  Simon Josefsson  <jas@extundo.com>
53640
53641         * tests/test-base64.c: Include required header files.  Remove
53642         unused variables.
53643
53644 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53645
53646         * modules/error (Depends-on): Remove gettext.
53647
53648 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53649
53650         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53651         not needed.  This removes a dependency on the gettext module.
53652         [defined _LIBC]: Do not include <libintl.h>; not needed.
53653
53654 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53655
53656         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53657         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53658
53659 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53660
53661         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53662         HAVE_DECL_STRTOLD.
53663
53664 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53665
53666         * modules/getdate (Depends-on): Remove alloca-opt.
53667
53668 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53669
53670         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53671
53672 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53673
53674         * lib/argp-parse.c: Include <stddef.h>.
53675         (alignof, alignto): New macros.
53676         (parser_init): Don't assume that void * is aligned sufficiently
53677         for struct option.
53678
53679         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53680         need to extend the stack.
53681         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53682         large.
53683
53684 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53685
53686         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53687
53688 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53689
53690         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53691         (2004-10-24) change.  Apparently this was a false alarm.
53692
53693         * modules/getdate: Depend on alloca-opt, not alloca.
53694
53695 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53696
53697         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53698         Remove now-obsolete comment about AIX.
53699         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53700         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53701         (YYMAXDEPTH): New macro.
53702
53703 2004-12-18  Simon Josefsson  <jas@extundo.com>
53704
53705         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53706
53707 2004-12-18  Bruno Haible  <bruno@clisp.org>
53708
53709         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53710
53711 2004-12-18  Bruno Haible  <bruno@clisp.org>
53712
53713         * lib/fatal-signal.c (fatal_signals): Make non-const.
53714         (init_fatal_signals): New function.
53715         (uninstall_handlers, install_handlers): Ignore signals that were set to
53716         SIG_IGN.
53717         (at_fatal_signal): Call init_fatal_signals.
53718         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53719         SIG_IGN.
53720         Reported by Paul Eggert.
53721
53722 2004-12-18  Bruno Haible  <bruno@clisp.org>
53723
53724         * doc/alloca.texi: New file.
53725         * doc/alloca-opt.texi: New file.
53726
53727 2004-12-17  Jim Meyering  <jim@meyering.net>
53728
53729         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53730         Otherwise, install-sh could exit with improper exit status when
53731         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53732
53733 2004-12-16  Simon Josefsson  <jas@extundo.com>
53734
53735         * tests/test-base64.c: Add license.
53736
53737 2004-12-15  Stepan Kasal  <address@hidden>
53738
53739         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53740
53741 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53742
53743         * modules/getcwd (Files): Add m4/d-ino.m4.
53744         Suggested by Mark D. Baushke.
53745
53746 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53747
53748         * lib/getdate.y (textint): New member "negative".
53749         (time_zone_hhmm): New function.
53750         Expect 14 shift-reduce conflicts, not 13.
53751         (o_colon_minutes): New rule.
53752         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53753         (yylex): Set the "negative" member of signed numbers.
53754
53755 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53756
53757         * doc/getdate.texi (Time of day items, Time zone items):
53758         Describe new formats +00:00, UTC+00:00.
53759
53760 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53761
53762         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53763         spurious "-l"s.  Problem reported by Stepan Kasal.
53764
53765 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53766
53767         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53768         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53769
53770 2004-12-04  Simon Josefsson  <jas@extundo.com>
53771
53772         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53773         Vandoorselaere <yoann@prelude-ids.org>.
53774
53775 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53776
53777         Changes imported from coreutils.
53778         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53779         exist.
53780         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53781
53782 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53783
53784         Changes imported from coreutils.
53785         * lib/hard-locale.c: Assume <locale.h> exists.
53786         Include "strdup.h".
53787         (GLIBC_VERSION): New macro.
53788         (hard_locale): Assume setlocale exists.
53789         Rewrite to avoid #ifdef.
53790         Use strdup rather than malloc + strcpy.
53791         * lib/human.c: Assume <locale.h> exists.
53792         (human_readable): Assume localeconv exists.
53793
53794 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53795
53796         * modules/hard-locale (Depends-on): Add strdup.
53797
53798 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53799
53800         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53801         convert T2, not T.  (Imported from libc.)
53802
53803 2004-11-30  Simon Josefsson  <jas@extundo.com>
53804
53805         * modules/restrict (License): Change to LGPL.
53806
53807 2004-11-30  Simon Josefsson  <jas@extundo.com>
53808
53809         * m4/restrict.m4: Add copyright and copying conditions.
53810
53811 2004-11-30  Simon Josefsson  <jas@extundo.com>
53812
53813         * m4/base64.m4: New file.
53814
53815 2004-11-30  Simon Josefsson  <jas@extundo.com>
53816
53817         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53818         base64.
53819
53820         * tests/test-base64.c: New file.
53821
53822         * modules/base64: New file.
53823
53824 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53825
53826         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53827         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53828
53829         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53830
53831 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53832
53833         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53834         (__getcwd.c): Don't restore errno; glibc doesn't.
53835         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53836         first, falling back to our code only if its results look suspicious.
53837         Ensure that the resulting buffer is only as large as necessary.
53838
53839         * lib/readutmp.c: Include readutmp.h first.
53840         Include <errno.h>, since readutmp.h no longer does that.
53841         * lib/readutmp.h: Don't include <errno.h>,
53842         <sys/param.h>, <time.h>; not needed to establish interface.
53843         (errno): Remove decl.
53844         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53845         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53846         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53847
53848 2004-11-28  Simon Josefsson  <jas@extundo.com>
53849
53850         * lib/base64.h, base64.c: New file.
53851
53852 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53853
53854         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53855
53856 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53857
53858         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53859         (Depends-on): Remove pathmax, same.  Add mempcpy.
53860         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53861         (Makefile.am): Append getcwd.h to lib_SOURCES.
53862         (Include): Add getcwd.h.
53863         (Maintainer): Change from Jim Meyering to "all, glibc",
53864         since getdate now uses intended-for-glibc code.
53865         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53866         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53867
53868 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53869
53870         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53871         HP's ANSI C compiler.
53872         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53873         Declaring int functions causes warnings on some modern systems and
53874         shouldn't be needed to compile on ancient ones.
53875         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53876         defined.
53877
53878         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53879         with the following changes.
53880         (__set_errno): Parenthesize properly.
53881         Include <stdbool.h>.
53882         (MIN, MAX, MATCHING_INO): New macros.
53883         (__getcwd): Define with prototype, not K&R form.
53884         Use heuristics to allocate default buffer on stack if possible.
53885         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53886         behavior, and to avoid the PATH_MAX limit when computing
53887         ../../../../...
53888         Use MATCHING_INO to compare inode number to file.
53889         Check for arithmetic overflow in size calculations.
53890         Fix bug in reallocation of dot array that caused getcwd to fail
53891         on directories nested deeper than 75.
53892         Be more careful about saving errno on error.
53893         Do not use realloc; use only free+malloc, as this is a bit
53894         more flexible and avoids a needless copy operation.
53895         Do not inspect st_dev and st_ino for symbolic links; POSIX
53896         doesn't specify the latter.
53897         Check for closedir errors.
53898         Avoid needless casts.
53899         Use "#ifdef weak_alias" around weak_alias, to be like other
53900         glibc code.
53901         The following changes to getcwd.c have effect only when used in
53902         gnulib; they have no effect inside glibc proper.
53903         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53904         as alloca isn't used.
53905         (alloca, __alloca): Likewise.
53906         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53907         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53908         unconditionally, as gnulib assumes C89 or better.
53909         Do not include <sys/param.h>.
53910         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53911         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53912         better.
53913         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53914         Include <dirent.h> in a way that is compatible with modern Autoconf.
53915         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53916         New macros, if not already defined.
53917         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53918         Use "_LIBC", not "defined _LIBC", for consistency.
53919         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53920         a mempcpy module.
53921         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53922         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53923         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53924         credit only to Jim Meyering and adjust the copyright dates.
53925         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53926         <stdlib.h>, <unistd.h>, "pathmax.h".
53927         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53928         (INITIAL_BUFFER_SIZE): Remove.
53929         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53930
53931 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53932
53933         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53934         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53935         Use the _ONCE methods, for efficiency.
53936         Check for fcntl.h.  In test program, include <errno.h>
53937         and <fcntl.h> if available.  Remove old K&R cruft from
53938         test program.  Check for common errors in GNU/Linux,
53939         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53940         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53941         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53942         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53943         name accordingly.
53944         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53945         accommodate new getcwd.c.
53946         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53947         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53948         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53949         that's all we need now.
53950
53951 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53952
53953         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53954         argp-parse.c depends on getopt internals, that means we should
53955         always use our getopt, to be on the safe side.
53956         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53957         order not to spoil the result of an eventual previous invocation
53958         of gl_GETOPT_SUBSTITUTE.
53959
53960 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53961
53962         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53963         redefinition warnings. To avoid them, include the defines
53964         in `#if !defined __need_getopt ... #endif'. The only place
53965         where __getopt_argv_const is used is in definitions
53966         of getopt_long and getopt_long_only below, which are as well
53967         protected by `#ifndef __need_getopt'.
53968         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53969         __need_getopt after including <stdio.h> and <unistd.h> These
53970         headers might have defined it.
53971
53972 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53973
53974         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53975
53976 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53977
53978         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53979         (futimens): New function, which uses futimes if available.
53980         (futimens, utimens): Support timespec==NULL, with same semantics
53981         as utime and utimens.
53982         * lib/utimens.h (futimens): New decl.
53983
53984 2004-11-23  Jim Meyering  <jim@meyering.net>
53985
53986         * lib/getopt_.h: Remove trailing blanks.
53987
53988 2004-11-23  Jim Meyering  <jim@meyering.net>
53989
53990         * lib/__fpending.c: Add comment.
53991
53992 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53993
53994         * modules/canonicalize (Depends-on): Add xreadlink.
53995         Problem reported by James Youngman.
53996
53997 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53998
53999         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
54000         New macros.
54001         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
54002         optopt): Use them instead of invoking ## directly; otherwise, the
54003         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
54004
54005 2004-11-19  Bruno Haible  <bruno@clisp.org>
54006
54007         * lib/strtok_r.c: Move comments from here...
54008         * lib/strtok_r.h: ... to here.
54009
54010 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54011
54012         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54013         implementations that mishandle size_t overflow.
54014
54015 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54016
54017         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54018         might fail.  Problem reported by Yoann Vandoorselaere.
54019         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54020         implementations that mishandle size_t overflow.
54021
54022 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54023
54024         * modules/canon-host (Depends-on): Add strdup.
54025
54026 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54027
54028         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54029
54030 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54031
54032         * lib/canon-host.c: Include "strdup.h".
54033         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54034         Use strdup instead of malloc/strcpy to duplicate strings.
54035
54036         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54037         (human_space_before_unit): New constant.
54038         * lib/human.c (human_readable): Support it.
54039
54040         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54041         (xgetcwd): Set errno correctly when failing.
54042         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54043         the failure is actually due to a PATH_MAX problem.
54044
54045         Further getopt changes to make it more likely that glibc will
54046         buy the changes back.
54047         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54048         (getopt): Use it, so to preserve glibc semantic
54049         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54050         when compiling for libc.
54051         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54052         (getopt_long, getopt_long_only): Use it.
54053
54054         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54055         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54056         (getopt): Argv is now char * const *, as per standard.
54057         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54058         not char *__getopt_argv_const *.
54059         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54060         _getopt_long_only_r): Likewise.
54061         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54062         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54063         _getopt_long_r, _getopt_long_only_r): Likewise.
54064         * lib/getopt_.h (__getopt_argv_const): Remove.
54065         (getopt): Argv is now char * const *, as per standard.
54066
54067         * lib/getdate.y (tORDINAL): New token.
54068         (day, relunit): Allow it for relative times.
54069         (relative_time_table): Use tORDINAL for ordinals.
54070
54071 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54072
54073         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54074         Document that "second" isn't allowed as an ordinal number.
54075
54076 2004-11-16  Jim Meyering  <jim@meyering.net>
54077
54078         * modules/closeout (Depends-on): Add fpending.
54079
54080 2004-11-15  Jim Meyering  <jim@meyering.net>
54081
54082         * lib/closeout.c: Include "__fpending.h" once again.
54083         Include <stdbool.h>.
54084         (close_stdout): Don't fail just because stdout was closed initially,
54085         since some programs don't write to stdout in the normal course of
54086         operation (other than --version and --help), and we don't want this
54087         function to make e.g. `touch file >&-' fail.
54088         But do fail if it was closed and someone has tried to write to it.
54089         E.g., `printf foo >&-' must fail.
54090
54091 2004-11-13  Jim Meyering  <jim@meyering.net>
54092
54093         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54094
54095 2004-11-12  Simon Josefsson  <jas@extundo.com>
54096
54097         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54098         small doc fix is still pending.
54099
54100 2004-11-11  Simon Josefsson  <jas@extundo.com>
54101
54102         * modules/strtok_r: New file.
54103
54104         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54105         strtok_r.
54106
54107 2004-11-11  Simon Josefsson  <jas@extundo.com>
54108
54109         * m4/strtok_r.m4: New file.
54110
54111         * m4/getopt.m4: Replace opterr.
54112
54113 2004-11-11  Simon Josefsson  <jas@extundo.com>
54114
54115         * lib/strtok_r.h, strtok_r.c: New file.
54116
54117 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54118
54119         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54120         of replacing opterr, getopt, etc.  This should handle the
54121         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54122
54123 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54124
54125         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54126         we can stop lying to compilers about the constness of argv when we
54127         are compiled outside glibc.
54128         (getopt, getopt_long, getopt_long_only): Use it.
54129         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54130         _getopt_internal, getopt): Likewise.
54131         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54132         _getopt_long_only_r): Likewise.
54133         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54134         _getopt_long_r, _getopt_long_only_r): Likewise.
54135
54136         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54137         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54138         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54139         the other external symbols.
54140         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54141         declaration, since the above renaming now works around collisions.
54142
54143 2004-11-11  Jim Meyering  <jim@meyering.net>
54144
54145         * lib/linebreak.c: Remove trailing blanks.
54146         * lib/alloca_.h: Likewise.
54147         * lib/acosl.c: Likewise.
54148         * lib/euidaccess.c: Likewise.
54149         * lib/allocsa.h: Likewise.
54150
54151 2004-11-10  Simon Josefsson  <jas@extundo.com>
54152
54153         * m4/getaddrinfo.m4: New file.
54154
54155 2004-11-10  Simon Josefsson  <jas@extundo.com>
54156
54157         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54158
54159 2004-11-10  Simon Josefsson  <jas@extundo.com>
54160
54161         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54162         getaddrinfo.
54163
54164         * modules/getaddrinfo: New file.
54165
54166 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54167
54168         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54169
54170 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54171
54172         * lib/mktime.c (SHR): New macro, which is a portable
54173         substitute for >> that should work even on Crays.
54174         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54175         Problem reported by Mark D. Baushke in
54176         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54177         * lib/getdate.y (SHR): Likewise.
54178         (tm_diff): Use it.
54179         * lib/strftime.c (SHR): Likewise.
54180         (tm_diff): Use it.
54181         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54182         quote_these_too, so that right shifts are well defined.  All uses
54183         changed.
54184
54185 2004-11-10  Jim Meyering  <jim@meyering.net>
54186
54187         Ensure that no close failure goes unreported.
54188         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54189         return early when it seems there's nothing to flush.
54190         Don't include __fpending.h.
54191
54192 2004-11-10  Jim Meyering  <jim@meyering.net>
54193
54194         * modules/closeout (Depends-on): Remove fpending.
54195
54196 2004-11-10  Jim Meyering  <jim@meyering.net>
54197
54198         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54199
54200 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54201
54202         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54203         gl_FUNC_STRFTIME.
54204         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54205         and AC_REQUIRE when possible, to avoid duplicate checks.
54206         Check for <wchar.h>.
54207
54208 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54209
54210         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54211
54212 2004-11-09  Bruno Haible  <bruno@clisp.org>
54213
54214         * m4/sockpfaf.m4: New file.
54215
54216 2004-11-05  Bruno Haible  <bruno@clisp.org>
54217
54218         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54219         Reported by Mark D. Baushke <mdb@cvshome.org>.
54220
54221 2004-11-04  Bruno Haible  <bruno@clisp.org>
54222
54223         2004-09-11  Bruno Haible  <bruno@clisp.org>
54224                 * allocsa.valgrind: New file.
54225         2004-02-06  Bruno Haible  <bruno@clisp.org>
54226                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54227                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54228                 Reported by Christopher Seip <chris.seip@hp.com>.
54229
54230 2004-11-04  Bruno Haible  <bruno@clisp.org>
54231
54232         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54233         (Makefile.am): Distribute it.
54234
54235 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54236
54237         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54238         with errno == ERANGE if the buffer is too small.
54239         Problem reported by Mark D. Baushke.
54240
54241 2004-11-03  Albert Chin  <china@thewrittenword.com>
54242             Paul Eggert  <eggert@cs.ucla.edu>
54243
54244         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54245         equivalent, substitute $ac_type for equivalent type rather than
54246         blindly using uint32_t *always* which won't work if uint32_t is not
54247         available.  Define _UINT32_T to work around typedef of uint32_t if
54248         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54249         2.5.1.
54250
54251 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54252
54253         * m4/jm-macros.m4: Sync from coreutils.
54254         (gl_MACROS): Check for mbrlen, for pathchk.
54255         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54256
54257 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54258
54259         * lib/xreadlink.c (MAXSIZE): New macro.
54260         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54261         size does not exceed MAXSIZE.  Avoid cast.
54262         As suggested by Mark D. Baushke in
54263         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54264         if readlink fails with buffer size just under MAXSIZE, try again
54265         with MAXSIZE.
54266
54267 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54268
54269         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54270
54271 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54272         and  Paul Eggert  <eggert@cs.ucla.edu>
54273
54274         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54275         (get_date): Overparenthesize to avoid GCC warning.
54276
54277 2004-11-02  Bruno Haible  <bruno@clisp.org>
54278
54279         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54280         returns void.
54281
54282 2004-11-02  Bruno Haible  <bruno@clisp.org>
54283
54284         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54285         function returns void.
54286
54287 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54288
54289         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54290         fflush_unlocked, flockfile, funlockfile, funlockfile,
54291         fputs_unlocked, putc_unlocked.
54292
54293 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54296         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54297         already declared.
54298
54299 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54300
54301         * modules/getdate (Files): Add doc/getdate.texi.
54302         (Depends-on): Add setenv, xalloc.
54303
54304 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54305
54306         * lib/getdate.y: Add support for TZ="foo" within a date string.
54307         Fix some bugs near time_t boundaries.  Reject dates with
54308         out-of-range components, e.g., "Sept 31".
54309         Include <stdlib.h>, "setenv.h", "xalloc.h".
54310         (ISDIGIT_LOCALE): Remove; unused.
54311         Note that the TZ and time functions used here are not reentrant.
54312         (mktime_ok, get_tz): New functions.
54313         (TZBUFSIZE): New constant.
54314         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54315         This requires that we sometimes generate our own TZ="XXX..." setting.
54316
54317 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54318
54319         * doc/getdate.texi: New file, from coreutils with modifications for
54320         the new TZ parsing.
54321
54322 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54323
54324         * lib/mktime.c (not_equal_tm): Remove redundant check.
54325
54326 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54327
54328         * modules/regex (lib_SOURCES): Add regex.c.
54329         Reported by James Youngman in
54330         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54331
54332 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54333
54334         * lib/getdate.y: Use Bison 1.875 features, and some minor
54335         code cleanups.  This change does not affect semantics.
54336         Don't include <stdlib.h>; no longer needed.
54337         Don't include unlocked-io.h; only the "#if TEST" code uses
54338         stdio, and performance isn't crucial there.
54339         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54340         Bison 1.875 features as described below.
54341         All uses of "PC." replaced by "pc->".
54342         (YYSTYPE): Add a forward declaration.
54343         (yylex, yyerror): Use full prototypes in forward decls.
54344         Use "%pure-parser" rather than obsolescent "%pure_parser".
54345         Use %parse-param and %lex-param instead of obsolescent
54346         YYPARSE_PARAM and YYLEX_PARAM.
54347         (meridian_table, month_and_day_table, time_units_table,
54348         relative_time_table, time_zone_table, military_table,
54349         lookup_zone, lookup_word, get_date):
54350         Use NULL instead of 0 where appropriate.
54351         (to_hour): Avoid abort (), to avoid a dependency on
54352         stdlib.h.
54353         (yyerror, yylex): Now accepts parser_control * arg.
54354         (main) [TEST]: Use '\0' rather than 0 for char.
54355
54356 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54357
54358         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54359
54360 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54361
54362         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54363         It's now the caller's responsibility to handle the case where
54364         !HAVE_GETPAGESIZE && !defined getpagesize.
54365
54366         * lib/mktime.c (leapyear): Arg is long int, not int.
54367
54368 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54369
54370         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54371
54372 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54373
54374         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54375         missing.  Problem reported by James Youngman.
54376
54377 2004-10-16  Simon Josefsson  <jas@extundo.com>
54378
54379         * gnulib-tool: Fix comments.  Fix parse problem.
54380         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54381
54382 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54383
54384         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54385         implementation of getopt_long.  Problem reported by Alexander Taler in:
54386         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54387
54388 2004-10-15  Bruno Haible  <bruno@clisp.org>
54389
54390         * gnulib-tool: Untabify. Initialize supplied_libname.
54391         (func_usage): More homogenous output.
54392         (func_modules_transitive_closure, func_modules_to_filelist,
54393         func_emit_lib_Makefile_am): New functions.
54394         (func_import): New function, extracted from big case statement. Use
54395         func_get_license, func_modules_transitive_closure,
54396         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54397         opt_lgpl. Don't use test -a, as it's not portable.
54398         (func_create_testdir): Use func_modules_transitive_closure,
54399         func_modules_to_filelist, func_emit_lib_Makefile_am.
54400
54401 2004-10-15  Bruno Haible  <bruno@clisp.org>
54402
54403         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54404
54405 2004-10-15  Bruno Haible  <bruno@clisp.org>
54406
54407         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54408         the portions belonging to each module.
54409         Suggested by Derek Robert Price <derek@ximbiot.com>.
54410
54411 2004-10-12  Simon Josefsson  <jas@extundo.com>
54412
54413         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54414         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54415         to real functions.
54416
54417 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54418
54419         * modules/vsnprintf: New file.
54420
54421 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54422
54423         * m4/vsnprintf.m4: New file.
54424
54425 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54426
54427         * lib/vsnprintf.h: New file.
54428         * lib/vsnprintf.c: New file.
54429
54430 2004-10-11  Bruno Haible  <bruno@clisp.org>
54431
54432         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54433         vsnprintf.
54434
54435 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54436
54437         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54438
54439 2004-10-07  Bruno Haible  <bruno@clisp.org>
54440
54441         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54442         fits into the provided buffer.
54443
54444 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54445
54446         * lib/diacrit.c, diacrit.h: Add GPL notice.
54447
54448         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54449         notice.
54450         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54451         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54452         This avoids a potential constant-folding bug.
54453
54454 2004-10-05  Bruno Haible  <bruno@clisp.org>
54455
54456         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54457         for the declaration of strsep.
54458
54459 2004-10-05  Bruno Haible  <bruno@clisp.org>
54460
54461         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54462
54463 2004-10-04  Simon Josefsson  <jas@extundo.com>
54464
54465         * modules/memmem: New file.
54466         * tests/test-memmem.c: New file.
54467         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54468
54469 2004-10-04  Simon Josefsson  <jas@extundo.com>
54470
54471         * m4/memmem.m4: New file.
54472
54473 2004-10-04  Simon Josefsson  <jas@extundo.com>
54474
54475         * lib/memmem.h: New file.
54476         * lib/memmem.c: New file, taken from glibc.
54477
54478 2004-10-04  Simon Josefsson  <jas@extundo.com>
54479
54480         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54481         '#ifdef USE_UNLOCKED_IO'.
54482
54483 2004-10-04  Simon Josefsson  <jas@extundo.com>
54484
54485         * config/srclist.txt: Add memmem from glibc.
54486
54487 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54488
54489         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54490
54491         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54492         modules/exclude, modules/getdate, modules/getline,
54493         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54494         modules/getusershell, modules/linebuffer, modules/md5,
54495         modules/mountlist, modules/posixtm, modules/readtokens,
54496         modules/readutmp, modules/regex, modules/sha1,
54497         modules/version-etc, modules/yesno:
54498         Remove dependency on unlocked-io.
54499
54500 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54501
54502         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54503
54504         * m4/unlocked-io.m4: Add copyright notice.
54505         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54506
54507 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54508
54509         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54510         * lib/xmalloc.c (xmemdup): Likewise.
54511         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54512         XFREE): Remove these long-obsolescent macros.
54513         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54514         * lib/xstrdup.c: Remove.
54515
54516         * lib/regex.c (re_comp): Cast gettext return value to char *,
54517         Problem reported by Martin Neitzel via Mark D. Baushke.
54518
54519 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54520
54521         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54522         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54523         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54524         regex.c, sha1.c, version-etc.c, yesno.c:
54525         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54526         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54527         the includer's responsibility.
54528
54529         Sync from coreutils.
54530
54531         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54532         points to the start of a string, as the C Standard says the
54533         resulting behavior is undefined.
54534
54535         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54536         simple -> simple_backups, numbered_existing ->
54537         numbered_existing_backups, numbered -> numbered_backups
54538         to avoid shadowing problems.  All uses changed.
54539         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54540         * lib/backupfile.c (check_extension, numbered_backup):
54541         Rename locals to avoid shadowing 'basename'.
54542         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54543         once.
54544
54545         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54546         * lib/.cvsignore: Add getopt.h.
54547
54548 2004-10-04  Bruno Haible  <bruno@clisp.org>
54549
54550         * modules/README: New file.
54551         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54552         not a module.
54553
54554 2004-10-02  Jim Meyering  <jim@meyering.net>
54555
54556         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54557
54558 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54559
54560         * modules/strsep: New file.
54561
54562 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54563
54564         * m4/strsep.m4: New file.
54565
54566 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54567
54568         * lib/strsep.h: New file.
54569         * lib/strsep.c: New file.
54570
54571 2004-10-01  Simon Josefsson  <jas@extundo.com>
54572
54573         * lib/snprintf.c (snprintf): Handle size==0.
54574
54575 2004-10-01  Simon Josefsson  <jas@extundo.com>
54576             Bruno Haible  <bruno@clisp.org>
54577
54578         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54579         (snprintf): Declare 'args'.
54580
54581 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54582
54583         * lib/snprintf.c: Remove comments as to why each header is needed.
54584
54585 2004-10-01  Bruno Haible  <bruno@clisp.org>
54586
54587         * MODULES.html.sh: Add strsep.
54588
54589 2004-09-30  Simon Josefsson  <jas@extundo.com>
54590
54591         * modules/snprintf: New file.
54592
54593 2004-09-30  Simon Josefsson  <jas@extundo.com>
54594
54595         * m4/snprintf.m4: New file.
54596
54597 2004-09-30  Simon Josefsson  <jas@extundo.com>
54598
54599         * lib/snprintf.h, lib/snprintf.c: New files.
54600
54601 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54602
54603         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54604         (hol_entry_help): Never translate an empty string.
54605         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54606         * lib/argp.h (OPTION_NO_TRANS): New option.
54607
54608 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54609
54610         * modules/argp (Maintainer): Replace Simon Josefsson
54611         by Sergey Poznyakoff.
54612
54613 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54614
54615         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54616         changes merged back into glibc.
54617
54618 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54619
54620         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54621
54622 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54623
54624         * lib/xvasprintf.c: Include xalloc.h.
54625         (xvasprintf): Use xalloc_die, not xmalloc_die.
54626
54627 2004-09-29  Bruno Haible  <bruno@clisp.org>
54628
54629         * modules/alloca-opt: New file, derived from modules/alloca.
54630         * modules/allocsa: Depend on alloca-opt instead of alloca.
54631         * modules/setenv: Likewise.
54632         * modules/vasnprintf: Likewise.
54633         * MODULES.html.sh: Add alloca-opt.
54634
54635 2004-09-28  Simon Josefsson  <jas@extundo.com>
54636
54637         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54638         LGPL, and to replace license template from GPL to LGPL.
54639
54640 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54641
54642         * modules/dummy: Change license to LGPL.
54643
54644 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54645
54646         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54647
54648 2004-09-24  Simon Josefsson  <jas@extundo.com>
54649
54650         * modules/minmax (License): Change from GPL to LGPL.
54651
54652 2004-09-23  Simon Josefsson  <jas@extundo.com>
54653
54654         * gnulib-tool (--import): Typo.
54655
54656 2004-09-23  Simon Josefsson  <jas@extundo.com>
54657
54658         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54659
54660 2004-09-22  Bruno Haible  <bruno@clisp.org>
54661
54662         * modules/*: Add 'License' field.
54663         * gnulib-tool: Accept --extract-license option.
54664         (func_get_license): New function.
54665
54666 2004-09-21  Bruno Haible  <bruno@clisp.org>
54667
54668         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54669         Reported by Simon Josefsson.
54670
54671 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54672
54673         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54674         gl_AC_TYPE_LONG_LONG.
54675
54676 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54677
54678         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54679
54680 2004-09-18  Simon Josefsson  <jas@extundo.com>
54681         and  Paul Eggert  <eggert@cs.ucla.edu>
54682
54683         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54684         calls with autoreconf.  Define GL_LIB.
54685
54686 2004-09-14  Karl Berry  <karl@gnu.org>
54687
54688         * config/srclist.txt: unsync setenv.c, sigh.
54689
54690 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54691
54692         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54693         Problem reported by Bruno Haible in:
54694         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54695
54696 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54697
54698         * config/srclist.txt: Comment out argp-pvh.c.
54699
54700 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54701
54702         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54703         in case some system header has #define'd it.  Problem reported by
54704         Soeren D. Schulze in
54705         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54706
54707 2004-09-09  Karl Berry  <karl@gnu.org>
54708
54709         * regex.[ch]: delete from the root.  These were supposed to be
54710                 synced with emacs cvs, but this has not happened for about
54711                 a year, and anyway nothing else uses emacs regex.[ch].
54712                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54713                 lib/regex[.ch] is untouched.
54714
54715 2004-09-09  Bruno Haible  <bruno@clisp.org>
54716
54717         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54718
54719 2004-09-09  Bruno Haible  <bruno@clisp.org>
54720
54721         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54722         modifications.
54723         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54724
54725 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54726
54727         * modules/xvasprintf: New file.
54728         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54729
54730 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54731
54732         * lib/xvasprintf.h: New file.
54733         * lib/xvasprintf.c: New file.
54734         * lib/xasprintf.c: New file.
54735
54736 2004-09-08  Bruno Haible  <bruno@clisp.org>
54737
54738         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54739
54740 2004-09-08  Bruno Haible  <bruno@clisp.org>
54741
54742         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54743         length is > INT_MAX.
54744         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54745         more.
54746
54747 2004-09-08  Bruno Haible  <bruno@clisp.org>
54748
54749         * lib/stdint_.h: New file, taken from GNU clisp.
54750
54751 2004-09-08  Bruno Haible  <bruno@clisp.org>
54752             Oskar Liljeblad  <oskar@osk.mine.nu>
54753
54754         * modules/stdint: New file.
54755         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54756
54757 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54758
54759         Import from coreutils.
54760         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54761         strings on unbounded length.  alloca's performance benefits aren't
54762         that important here.
54763         (V_STRDUP): Remove.
54764         (parse_with_separator): New function, with most of the internals
54765         of the old parse_user_spec.  Allow user to omit both user and group,
54766         for compatibility with FreeBSD.
54767         Clone only the user name, not the entire spec.
54768         Do not set *uid, *gid unless entirely successful.
54769         Avoid memory leak in some failing cases.
54770         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54771         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54772         (parse_user_spec): Rewrite to use parse_with_separator.
54773
54774 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54775
54776         * modules/userspec: Don't depend on alloca.
54777
54778 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54779
54780         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54781
54782 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54783
54784         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54785         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54786         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54787
54788 2004-08-16  Simon Josefsson  <jas@extundo.com>
54789
54790         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54791         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54792         Add --dry-run for --import.
54793         Let user provided command line parameters override configure.ac
54794         settings.
54795
54796 2004-08-12  Simon Josefsson  <jas@extundo.com>
54797
54798         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54799         as discussed with Paul Eggert in threads rooted at
54800         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54801         and
54802         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54803         Before, the test was empty, and relied on ELIDE_CODE in source
54804         code.)
54805         (gl_PREREQ_GETOPT): New macro.
54806         (gl_GETOPT): Use them.
54807
54808 2004-08-12  Simon Josefsson  <jas@extundo.com>
54809
54810         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54811         * lib/getopt_.h: Renamed from getopt.h.
54812
54813 2004-08-12  Simon Josefsson  <jas@extundo.com>
54814
54815         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54816         Change default library name from libfoo to libgnu.
54817         Now, if you have a configure.ac that says:
54818                 gl_SOURCE_BASE(gl)
54819                 gl_M4_BASE(gl/m4)
54820                 gl_MODULES(error getopt etcetera)
54821                 gl_INIT
54822         you can import all you need by running:
54823                 ../gnulib/gnulib-tool --import
54824
54825         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54826         (Makefile.am): Rewrite, use logic from argz.
54827         (Include): Use <getopt.h> instead of "getopt.h".
54828
54829 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54830
54831         * modules/argp (Files): Add m4/unlocked-io.m4.
54832         (Depends-on): Add extensions.
54833
54834 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54835
54836         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54837         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54838         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54839         Check for program_invocation_name, program_invocation_short_name,
54840         flockfile, funlockfile, features.h, _getopt_long_only_r.
54841
54842 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54843
54844         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54845         its complicated substitute.
54846         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54847         and program_invocation_name.
54848         (__argp_basename) [!_LIBC]: Remove; the only use was
54849         replaced by its body.
54850         (__argp_short_program_name): Change condition from
54851         !defined __argp_short_program_name to
54852         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54853         to match argp-namefrob.h.
54854         (__argp_failure): Don't assume strerror_r returns char *.
54855         * lib/argp-parse.c (N_): Define unconditionally.
54856         (argp_default_options): Fill out initializers with 0 to avoid
54857         gcc warnings.
54858
54859 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54860
54861         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54862         getopt1.c.
54863
54864 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54865
54866         Merge from coreutils.
54867
54868         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54869
54870         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54871         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54872
54873 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54874
54875         Merge from coreutils.
54876
54877         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54878         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54879         for Reliant Unix 5.43.
54880
54881         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54882         (union fooround): Use uintmax_t, not long int.
54883         The rest is a merge from libc:
54884         [defined _LIBC]: Include <shlib-compat.h>.
54885         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54886
54887         * lib/settime.c (settime): Recode to avoid warning with
54888         Sun Forte C 6U2.
54889
54890         * lib/strverscmp.c: Convert to UTF-8.
54891
54892 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54893
54894         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54895         m4/uintmax_t.m4.
54896
54897 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54898
54899         * modules/xalloc-die: New file.
54900         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54901
54902         * modules/md5 (Files): Add m4/uint32_t.m4.
54903         * modules/sha1: Renamed from modules/sha.
54904         (Files):
54905         Rename lib/sha.h to lib/sha1.h.
54906         Rename lib/sha.c to lib/sha1.c.
54907         Rename m4/sha.m4 to m4/sha1.m4.
54908         (lib_SOURCES): Likewise.
54909         (configure.ac): Rename gl_SHA to gl_SHA1.
54910         (Include): sha.h -> sha1.h.
54911
54912 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54913
54914         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54915         * m4/sha1.m4: Renamed from sha.m4.
54916         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54917
54918 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54919
54920         * lib/obstack.h (obstack_empty_p):
54921         Don't assume that chunk->contents is suitably aligned.
54922         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54923         Likewise. Problem reported by Benno in
54924         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54925
54926         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54927         readable.  This could be improved further but it'd take some work.
54928
54929 2004-08-08  Simon Josefsson  <jas@extundo.com>
54930
54931         * modules/xgethostname (Depends-on): Remove exit and error (not
54932         used).
54933
54934         * modules/getpass-gnu: Add getpass.h.
54935         (Depends-on): Add stdbool.
54936         * modules/getpass: Add getpass.h.
54937
54938 2004-08-08  Simon Josefsson  <jas@extundo.com>
54939
54940         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54941         Check getpass declaration.
54942
54943 2004-08-08  Simon Josefsson  <jas@extundo.com>
54944
54945         * lib/xgethostname.c: Don't include error.h (not used).
54946
54947         * lib/getpass.h: Add.
54948         * lib/getpass.c: Include getpass.h first.
54949
54950 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54951
54952         * lib/xalloc-die.c: New file.
54953         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54954         All uses removed.
54955         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54956         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54957         xalloc-die.c.
54958         (_, N_, xalloc_die): Move to xalloc-die.c.
54959         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54960         so that we needn't mess with xalloc_msg_memory_exhausted.
54961
54962         * lib/sha1.h: Renamed from sha.h.
54963         (SHA1_H): Renamed from _SHA_H.
54964         (sha1_ctx): Renamed from sha_ctx.
54965         (sha1_init_ctx): Renamed from sha_init_ctx.
54966         (sha1_process_block): Renamed from sha_process_block.
54967         (sha1_process_bytes): Renamed from sha_process_bytes.
54968         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54969         (sha1_read_ctx): Renamed from sha_read_ctx.
54970         (sha1_stream): Renamed from sha_stream.
54971         (sha1_buffer): Renamed from sha_buffer.
54972         * lib/sha1.c: Likewise; renamed from sha.c.
54973         Do not include <sys/types.h>.
54974         Include <stddef.h> rather than <stdlib.h>.
54975
54976 2004-08-08  Bruno Haible  <bruno@clisp.org>
54977
54978         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54979         FILESYSTEM_PREFIX_LEN.
54980         * lib/progreloc.c: Likewise.
54981         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54982
54983 2004-08-06  Simon Josefsson  <jas@extundo.com>
54984
54985         * modules/progname (Depends-on): Don't depend on stdbool.
54986
54987 2004-08-06  Simon Josefsson  <jas@extundo.com>
54988
54989         * modules/getsubopt: New file.
54990         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54991         getsubopt.
54992
54993 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54994
54995         More merge from coreutils.
54996
54997         * m4/utimens.m4, m4/utimecmp.m4: New files.
54998         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54999         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
55000         prereq.m4, sha.m4: Import changes from coreutils.
55001
55002 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55003
55004         More merge from coreutils.
55005         * modules/raise, modules/readtokens0, modules/utimens:
55006         * modules/utimecmp, module/xnanosleep: New files.
55007         * modules/strftime: Add lib/strftime.h.
55008         Change include from <time.h> to "strftime.h".
55009         * modules/yesno: Add lib/yesno.h.
55010         * modules/backupfile: Remove lib/addext.c.
55011         * modules/euidaccess: Add stat-macros.h.
55012         * modules/canonicalize, modules/euidaccess,
55013         modules/filemode, modules/lchown, modules/makepath,
55014         modules/rmdir, modules/stat: Likewise.
55015
55016 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55017
55018         Merge from tar.
55019         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55020         SIZE_MAX is a valid preprocessor constant.
55021         (__argp_basename): Change from "#ifndef _LIBC"
55022         to "#ifndef __argp_short_program_name", so that
55023         we don't compile these functions for tar.
55024
55025         More merges from coreutils.
55026         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55027         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55028         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55029         * lib/addext.c: Remove; no longer needed.
55030         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55031         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55032         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55033         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55034         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55035         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55036         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55037         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55038         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55039         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55040         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55041         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55042         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55043         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55044         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55045         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55046         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55047         Import changes from coreutils.
55048
55049 2004-08-05  Simon Josefsson  <jas@extundo.com>
55050
55051         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55052
55053 2004-08-05  Simon Josefsson  <jas@extundo.com>
55054
55055         * m4/getsubopt.m4: New file.
55056
55057 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55058
55059         Merge from coreutils.
55060
55061         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55062         * m4/getcwd-path-max.m4: New files.
55063
55064         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55065         FILESYSTEM_PREFIX_LEN ->
55066         FILE_SYSTEM_PREFIX_LEN.
55067         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55068         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55069         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55070         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55071
55072         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55073         prerequisite modules now handle the DOS stuff.
55074         Don't check for unistd.h.
55075
55076 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55077
55078         Merge from coreutils.
55079
55080         * lib/.gdb-history: Remove; this doesn't belong here.
55081
55082         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55083         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55084         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55085         * lib/getcwd.c: New files.
55086
55087         * lib/dirname.h: Include <stdbool.h>.
55088         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55089         for consistency with POSIX terminology.  All uses changed.
55090         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55091         (strip_trailing_slashes): Use bool for booleans.
55092         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55093
55094         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55095         sometimes returns a positive errno value even when it succeeds.
55096         (print_errno_message) [!LIBC]: Fall back on strerror if
55097         __strerror_r fails.
55098
55099         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55100         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55101         (longest_relative_suffix): New function.
55102         (path_concat): Use it.  Assume first argument is not NULL.
55103         Port to DOS.  Omit redundant separators.
55104         Report an error instead of returning NULL.
55105         Use mempcpy instead of memcpy.
55106         (xpath_concat): Remove: not declared or used.
55107
55108         * lib/same.h: Include <stdbool.h>
55109         (same_name): Return bool, not int.
55110         * lib/same.c (same_name): Likewise.
55111         (errno): Don't declare; we assume C89 or better now.
55112
55113         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55114         if not already defined.
55115
55116         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55117         * lib/dup-safer.c (errno): Likewise.
55118
55119 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55120
55121         Merge from coreutils.
55122         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55123         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55124         * modules/path-concat: Don't depend on strdup.
55125
55126 2004-08-03  Simon Josefsson  <jas@extundo.com>
55127
55128         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55129         * lib/progname.h: Don't include stdbool.h.
55130
55131 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55132
55133         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55134         * MODULES.html.sh (func_all_modules): Remove fatal.
55135
55136 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55137
55138         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55139
55140 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55141
55142         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55143         working.
55144
55145 2004-08-02  Simon Josefsson  <jas@extundo.com>
55146
55147         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55148         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55149         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55150
55151 2004-08-01  Simon Josefsson  <jas@extundo.com>
55152
55153         * lib/xgetdomainname.c: Include stdlib.h, for free().
55154
55155 2004-07-19  Bruno Haible  <bruno@clisp.org>
55156
55157         * MODULES.html.sh (func_all_modules): Add dummy.
55158
55159 2004-07-16  Simon Josefsson  <jas@extundo.com>
55160
55161         * modules/dummy: New file.
55162
55163 2004-07-16  Simon Josefsson  <jas@extundo.com>
55164
55165         * lib/dummy.c: New file.
55166
55167 2004-07-16  Bruno Haible  <bruno@clisp.org>
55168
55169         * lib/backupfile.h: Add extern "C" for C++.
55170         * lib/closeout.h: Likewise.
55171         * lib/copy-file.h: Likewise.
55172         * lib/findprog.h: Likewise.
55173         * lib/full-write.h: Likewise.
55174         * lib/pathname.h: Likewise.
55175         * lib/progname.h: Likewise.
55176         * lib/stpcpy.h: Likewise.
55177         * lib/stpncpy.h: Likewise.
55178         * lib/strcase.h: Likewise.
55179         * lib/strstr.h: Likewise.
55180         * lib/xalloc.h: Likewise.
55181
55182         * lib/mbswidth.h: Add extern "C" for C++.
55183         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55184
55185 2004-07-13  Robert Millan  <robertmh@gnu.org>
55186
55187         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55188
55189 2004-07-09  Simon Josefsson  <jas@extundo.com>
55190
55191         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55192         failed without this.)
55193
55194 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55195
55196         * modules/chown (Files): Add lib/fchown-stub.c, since
55197         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55198
55199 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55200
55201         * lib/fchown-stub.c: New file.
55202
55203 2004-06-24  Jim Meyering  <jim@meyering.net>
55204
55205         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55206
55207 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55208
55209         * modules/argz: Omit "#include".
55210
55211         * MODULES.html.sh (func_all_modules): Add calloc, to match
55212         2004-06-01 addition of calloc module.
55213
55214 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55215
55216         * m4/argz.m4: New file, which is autoupdated from libtool.
55217
55218 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55219
55220         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55221         libtool.
55222
55223 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55224
55225         * config/srclist-update: Don't insist on "USA." before the
55226         close-comment, as libtool omits the period and puts the */ on a
55227         separate line.
55228         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55229         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55230
55231 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55232
55233         * modules/argz: New file.
55234         * MODULES.html.sh (func_all_modules): Add argz.
55235
55236 2004-06-12  Jim Meyering  <jim@meyering.net>
55237         and  Paul Eggert  <eggert@cs.ucla.edu>
55238
55239         * modules/hash (Files): Add lib/xalloc.h.
55240         * modules/pipe (Depends-on): Add wait-process.
55241         * modules/stat (Depends-on): Add xalloc.
55242         * modules/userspec (Files): Add lib/userspec.h.
55243         * modules/xstrto
55244
55245         Upgrade from gettext-0.13.
55246         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55247         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55248         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55249
55250 2004-06-10  Jim Meyering  <jim@meyering.net>
55251
55252         * lib/calloc.c: New file.
55253
55254 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55255
55256         * lib/getdate.y (yylex): Allow space between sign and number.
55257         Problem reported by Dan Jacobson.
55258
55259 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55260
55261         Merge from coreutils CVS.
55262
55263         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55264         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55265         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55266         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55267         xstrtol.m4: Fix copyright date and/or serial number.
55268
55269         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55270         See if we need an fchown replacement.
55271         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55272         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55273         and use the replacement function if we detect either defect.
55274
55275         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55276         gl_UTIMECMP.
55277
55278 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55279         and  Jim Meyering  <jim@meyering.net>
55280
55281         Merge from coreutils CVS.
55282
55283         * lib/stat-macros.h: New file, with contents from file-type.h
55284         and coreutils' system.h.
55285         * lib/file-type.c: Include "stat-macros.h".
55286         * lib/file-type.h (file_type): Move all macro definitions to new file,
55287         stat-macros.h.
55288
55289         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55290         Wrap old code with this conditional.
55291         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55292         function that does not dereference symlinks.
55293         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55294
55295         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55296         dependency problems.
55297         (xreadlink): Accept new arg SIZE, for efficiency.
55298         All decls and uses changed.
55299         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55300
55301         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55302         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55303
55304         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55305         sysexits.h.
55306
55307 2004-06-01  Jim Meyering  <jim@meyering.net>
55308
55309         * m4/calloc.m4: New file.
55310
55311 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55312
55313         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55314         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55315         Also, fix a typo in a diagnostic.
55316
55317 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55318
55319         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55320         or AC_FUNC_REALLOC.
55321
55322 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55323
55324         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55325         macros to be defined.
55326         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55327         the allocator returns NULL because the requested size is zero.
55328
55329 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55330
55331         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55332         var.  Add comment explaining why libc still defines it.  This
55333         merges the following patch from glibc:
55334         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55335
55336 2004-05-20  Andreas Schwab  <schwab@suse.de>
55337
55338         * m4/free.m4: Replace free if it not known to work, not the other
55339         way round.
55340
55341 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55342
55343         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55344         present in glibc since revision 1.1 of this file.
55345         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55346         obstack_alignment_mask, obstack_alloc, obstack_base,
55347         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55348         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55349         obstack_grow0, obstack_init, obstack_int_grow,
55350         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55351         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55352         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55353         nonexistent functions.
55354
55355 2004-05-18  Karl Berry  <karl@gnu.org>
55356
55357         * config/srclist.txt: break link for vasnprintf.c.
55358
55359 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55360
55361         Port obstack to the AS/400, where pointers are 16 bytes wide and
55362         you cannot cast an integer to a valid pointer.  This patch is
55363         currently waiting to be integrated into glibc; see
55364         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55365
55366         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55367         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55368         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55369         (struct obstack): temp member is now a union of a pointer and
55370         an integer, instead of an integer.  All integer uses changed.
55371         This does not affect the physical layout of struct obstack,
55372         except on hosts (like the AS/400) where the size or alignment of
55373         void * is greater than that of ptrdiff_t.
55374         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55375         __STDC__)]: Store temporary in pointer member of union, not
55376         integer member.
55377         * lib/obstack.c: Include <stddef.h>, for offsetof.
55378         (struct fooalign): Remove; it doesn't need a name.
55379         (union fooround): Change double to long double, and add void *.
55380         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55381         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55382         not a macro.  Hence the values are always int; so remove all
55383         casts-to-int in uses.
55384
55385 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55386
55387         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55388         we can get this patch merged into glibc.
55389
55390 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55391             Paul Eggert  <eggert@cs.ucla.edu>
55392
55393         * m4/argp: Depend on alloca.
55394
55395 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55396             Paul Eggert  <eggert@cs.ucla.edu>
55397
55398         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55399         freecoding.
55400
55401 2004-05-17  Bruno Haible  <bruno@clisp.org>
55402
55403         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55404         precision that consists of a '.' followed by an empty digit string.
55405         Patch by Tor Lillqvist <tml@iki.fi>.
55406
55407 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55408
55409         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55410         for backward compatibility with older code.  We need our own
55411         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55412         it under some other name, and our alloca.h will define it.
55413
55414 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55415             Derek Price  <derek@ximbiot.com>
55416
55417         * lib/alloca.c: Include <alloca.h>, to get our interface.
55418         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55419         include <alloca.h> first.  Use C89 prototype for alloca; this
55420         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55421         Use #elif for simplicity, since we can assume C89 now.
55422         Don't try to source the system alloca.h since it will not be found
55423         and to prevent recursively including its replacement.
55424         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55425         * lib/regex.c: Likewise.
55426
55427 2004-05-16  Derek Price  <derek@ximbiot.com>
55428             Paul Eggert  <eggert@cs.ucla.edu>
55429
55430         getline cleanup.  This changes the getndelim2 API: both order of
55431         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55432         no delimiter).
55433
55434         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55435         interface does that.
55436         (getline): Always use getdelim, so that we don't have two
55437         copies of this code.
55438         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55439         if available.
55440         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55441         (GETNDELIM2_MAXIMUM): New macro.
55442         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55443         instead of the old practice of delim2==0.  All callers changed.
55444         Return -1 on overflow, instead of returning junk.
55445         Do not set *linesize unless allocation succeeds.
55446         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55447         that we include sys/types.h.
55448         * lib/getnline.h: Likewise.
55449         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55450         (getndelim2): Reorder arguments.
55451         * lib/getnline.c (getnline, getndelim):
55452         Don't discard the NMAX argument.
55453         (getnline): Invoke getndelim, to avoid code duplication.
55454         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55455         of (size_t) -1 by callers of the getnline family.
55456
55457 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55458
55459         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55460         Check for gettimeofday.
55461         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55462         Check for settimeofday, stime.
55463
55464 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55465
55466         * lib/nanosleep.c (suspended): Change its type from int to
55467         sig_atomic_t volatile.
55468         (first_call): Make it private to rpl_nanosleep, and have it
55469         be zero initially as that's a bit faster.
55470         (my_usleep): Round up fractional times instead of truncating them,
55471         as this is the usual meaning for 'sleep'.
55472
55473         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55474         doesn't work.
55475         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55476         (ENOSYS): Define if not defined.
55477         (settime): Fall back on stime if it exists and settimeofday fails.
55478         But don't bother with fallbacks if a method fails with errno == EPERM.
55479
55480 2004-05-11  Jim Meyering  <jim@meyering.net>
55481
55482         Prior to this change, the save_cwd caller required read access to the
55483         current directory on most systems (ones with the fchdir function).
55484
55485         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55486         fails, try write-only, and finally, resort to using xgetcwd.
55487
55488 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55489
55490         * lib/obstack.c, obstack.h: Import changes from libc.
55491
55492 2004-04-28  Bruno Haible  <bruno@clisp.org>
55493
55494         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55495         also implicitly appends .exe to executables.
55496         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55497         accepts Windows pathnames.
55498         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55499         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55500         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55501         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55502         Reported by Derek Robert Price <derek@ximbiot.com>.
55503
55504 2004-04-21  Karl Berry  <karl@gnu.org>
55505
55506         * config/srclist.txt (localcharset.c): break sync.
55507
55508 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55509
55510         * m4/host-os.m4: Add a copyright notice.
55511
55512 2004-04-20  Jim Meyering  <jim@meyering.net>
55513
55514         Change UTILS_ to gl_ in AC_DEFINE'd names.
55515         Change utils_- and jm_-prefixed variables, too.
55516         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55517         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55518         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55519
55520         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55521         Don't emit trailing blanks.
55522         Also rename jm_-prefixed variables to have gl_ prefix.
55523
55524         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55525         Also rename jm_-prefixed variables to have gl_ prefix.
55526
55527         * m4/jm-macros.m4: Reflect the renamings.
55528         * m4/prereq.m4: Likewise.
55529
55530 2004-04-20  Jim Meyering  <jim@meyering.net>
55531
55532         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55533         memory.
55534
55535 2004-04-20  Jim Meyering  <jim@meyering.net>
55536             Bruno Haible  <bruno@clisp.org>
55537
55538         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55539         memory when realloc fails.
55540
55541 2004-04-19  Jim Meyering  <jim@meyering.net>
55542
55543         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55544         now that readutmp.c may call `free (0)'.
55545
55546 2004-04-19  Bruno Haible  <bruno@clisp.org>
55547
55548         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55549         * m4/inttypes_h.m4: Likewise.
55550         * m4/stdint_h.m4: Likewise.
55551         * m4/intmax_t.m4: Likewise.
55552         * m4/uintmax_t.m4: Likewise.
55553
55554 2004-04-18  Jim Meyering  <jim@meyering.net>
55555
55556         * m4/prereq.m4: Don't forbid jm_ prefix.
55557
55558         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55559         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55560         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55561         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55562         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55563         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55564         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55565         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55566         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55567         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55568         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55569         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55570         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55571         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55572         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55573         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55574         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55575         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55576         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55577
55578 2004-04-18  Jim Meyering  <jim@meyering.net>
55579
55580         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55581         failure, don't leak memory and do call END_UTMP_ENT.
55582
55583 2004-04-16  Jim Meyering  <jim@meyering.net>
55584
55585         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55586         coreutils' stat program.
55587         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55588
55589 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55590
55591         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55592         C89.
55593         (CHAR_BIT): Remove, since we assume C89.
55594         Include <stdint.h> if available, as per current Autoconf CVS advice.
55595
55596 2004-03-31  Jim Meyering  <jim@meyering.net>
55597
55598         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55599         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55600         * m4/xalloc.m4: Likewise.
55601
55602 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55603
55604         Merge from coreutils.
55605
55606         * m4/inttostr.m4: New file.
55607         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55608         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55609         Require gl_CLOCK_TIME.
55610         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55611
55612 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55613
55614         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55615         not bool, to be more consistent with Unix conventions.
55616         Suggested by Bruno Haible.
55617
55618         Merge from coreutils.
55619
55620         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55621         * lib/umaxtostr.c: New files.
55622
55623         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55624         the usual <time.h> dance.
55625         (get_date): Change signature to support fractional time stamps.
55626         All callers changed.
55627         * lib/getdate.y: Include "getdate.h" first, as we can now
55628         assume C89 and don't need to worry about 'const'.
55629         Similarly, include "unlocked-io.h" near start, not in middle.
55630         Include <limits.h>.
55631         (textint.value): Use long int rather than int.
55632         (textint.digits): Use size_t rather than int.
55633         (BILLION, LOG10_BILLION): New constants.
55634         (parser_control): New member rel_ns.  Members day_ordinal,
55635         time_zone, month, day, hour, minutes, rel_year, rel_month,
55636         rel_day, rel_hour, rel_minutes, rel_seconds
55637         are now long int, not int.  Member seconds is now struct timespec,
55638         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55639         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55640         not int.
55641         (%union.intval): Now long int, not int.
55642         New member timespec.
55643         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55644         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55645         (spec): Now is a timespec or an item list.
55646         (timespec, items): New nonterminals.
55647         (time, rel, relunit, number, get_date):
55648         Add support for fractional seconds.
55649         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55650         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55651         (to_hour): First arg is now long int, not int.
55652         (to_year): Returns long int, not int.
55653         Don't treat year -70 like 70.
55654         (tm_diff): Returns long int, not int.
55655         (lookup_word): Use bool instead of int when appropriate.
55656         (yylex): Use size_t for count, not int.
55657         Detect overflow when parsing large integer constants.
55658         Add support for fractions.
55659         (get_date): Make pointers 'const' if possible.
55660         Use more-portable code to detect integer overflow.
55661         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55662         Don't use ctime; it's not reliable if the year has >4 digits.
55663
55664         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55665         This is for compatibility with BSD.
55666
55667         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55668         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55669         From coreutils' system.h.
55670
55671         * lib/userspec.c: Don't include "posixver.h".
55672         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55673         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55674         compatible extension.  Simplify code by removing a boolean int
55675         that was always nonzero if a string was nonnull.
55676
55677 2004-03-30  Jim Meyering  <jim@meyering.net>
55678
55679         Merge from coreutils.
55680
55681         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55682         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55683         on some systems one must include <grp.h> before it.
55684         Reported by Christian Krackowizer.
55685
55686 2004-03-30  Jim Meyering  <jim@meyering.net>
55687
55688         Merge from coreutils.
55689
55690         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55691
55692         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55693         an empty input stream.
55694
55695         * lib/readtokens.c: Include <stdbool.h>.
55696         (readtoken): Use `size_t' rather than int/long.
55697         All callers adjusted.
55698         Use `bool' rather than `int' where appropriate.
55699         Use memset rather than an explicit loop.
55700         Use x2nrealloc rather than xrealloc.
55701         Allow the use of `\0' as a delimiter.
55702         (readtokens): Likewise.
55703         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55704
55705 2004-03-30  Jim Meyering  <jim@meyering.net>
55706
55707         * m4/realloc.m4: Remove file, since now it does no more than
55708         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55709         the `configure.ac' section of module/realloc.
55710         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55711
55712 2004-03-30  Bruno Haible  <bruno@clisp.org>
55713
55714         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55715         nonnull.
55716
55717 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55718
55719         Merge changes to getloadavg.c from coreutils and Emacs.
55720
55721         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55722         Define to an expression, not to the empty string.
55723         Include cloexec.h and xalloc.h.
55724         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55725         Use set_cloexec_flag rather than rolling our own.
55726         * lib/cloexec.c, lib/cloexec.h: New files.
55727
55728 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55729
55730         * m4/cloexec.m4: New file.
55731
55732 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55733
55734         * lib/getopt.h: Sync with libc CVS.
55735
55736 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55737             Bruno Haible  <bruno@clisp.org>
55738
55739         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55740         mbswidth.
55741
55742 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55743             Bruno Haible  <bruno@clisp.org>
55744
55745         * lib/mbswidth.h: Include <wchar.h> only if
55746         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55747         <wchar.h>.
55748         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55749
55750 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55751
55752         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55753         Sync with libc CVS.
55754         * lib/getopt_int.h: New file, also synced from libc.
55755
55756 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55757
55758         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55759         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55760         Bring back getopt.c, getopt.h, getopt1.c.
55761
55762 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55763
55764         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55765         All uses changed.  Check for sa_sigaction member; this fixes
55766         a bug first reported by Jason Andrade in
55767         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55768
55769 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55770
55771         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55772         '#if' expressions.  Unlike the code it replaces, it does not
55773         depend on (defined _SC_PAGESIZE).  However, it does depend on
55774         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55775         first reported by Jason Andrade in
55776         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55777
55778 2004-02-25  Simon Josefsson  <jas@extundo.com>
55779
55780         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55781
55782 2004-02-25  Simon Josefsson  <jas@extundo.com>
55783
55784         * lib/strdup.h: New file.
55785         * lib/strdup.c: Include it.
55786         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55787         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55788
55789 2004-02-23  Karl Berry  <karl@gnu.org>
55790
55791         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55792         (from fencepost.gnu.org:/gd/gnuorg).
55793
55794 2004-02-23  Karl Berry  <karl@gnu.org>
55795
55796         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55797         * config/srclist.txt: add maintain/standards documents.
55798
55799 2004-02-18  Bruno Haible  <bruno@clisp.org>
55800
55801         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55802         Reported by Derek Robert Price <derek@ximbiot.com>.
55803
55804 2004-02-16  Karl Berry  <karl@gnu.org>
55805
55806         * config/mkinstalldirs, install-sh: update from automake.
55807
55808 2004-02-06  Karl Berry  <karl@gnu.org>
55809
55810         * m4/po.m4: update from gettext 0.14.1.
55811
55812 2004-02-06  Karl Berry  <karl@gnu.org>
55813
55814         * lib/config.charset: update from gettext 0.14.1.
55815
55816 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55817
55818         Add comments and code, prompted by suggestions from Bruno Haible
55819         for sh-quote.
55820         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55821         describing the enum quoting_style values.
55822         * lib/quotearg.c (quotearg_alloc): New function.
55823         (quotearg_buffer_restyled): Treat lone { and } as special.
55824         Treat = as special.  Work around bug with older shells
55825         that "see" a '\' that is really the 2nd byte of a multibyte char.
55826         Quote empty string with shell_quoting_style.
55827
55828 2004-02-03  Bruno Haible  <bruno@clisp.org>
55829
55830         * m4/pipe.m4: New file, from GNU gettext.
55831
55832 2004-02-03  Bruno Haible  <bruno@clisp.org>
55833
55834         * lib/pipe.h: New file, from GNU gettext.
55835         * lib/pipe.c: New file, from GNU gettext.
55836
55837 2004-01-27  Bruno Haible  <bruno@clisp.org>
55838
55839         * m4/execute.m4: New file, from GNU gettext.
55840
55841 2004-01-27  Bruno Haible  <bruno@clisp.org>
55842
55843         * lib/execute.h: New file, from GNU gettext.
55844         * lib/execute.c: New file, from GNU gettext.
55845         * lib/w32spawn.h: New file, from GNU gettext.
55846
55847 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55848
55849         Merge from diffutils.
55850
55851         * lib/file-type.c (file_type): Add typed memory objects.
55852         * lib/file-type.h (S_TYPEISTMO): New macro.
55853
55854         * lib/c-stack.h (c_stack_action): Remove argv argument.
55855         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55856         (die): Don't calculate message unless segv_action returns.
55857         (get_stack_location, min_address_from_argv, max_address_from_argv,
55858         volatile stack_base, volatile_stack_size): Remove.
55859         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55860         that every segmentation violation is a stack overflow.  (Ouch!)
55861         See Debian bug 136249 (still outstanding) for more info about why
55862         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55863
55864 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55865
55866         Exit-status fix from coreutils.
55867
55868         Use exit_failure consistently in place of EXIT_FAILURE,
55869         so that program exit statuses are consistent on failure.
55870
55871         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55872         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55873         * lib/argmatch.h: Comment fix to match the above.
55874         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55875         Now a macro referring to exit_failure, instead of a separate
55876         variable.  Include "exitfail.h" to get it.
55877         * lib/xstrtol.h: Include "exitfail.h".
55878         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55879
55880         * lib/long-options.c (parse_long_options): Use prototype
55881         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55882         for clarity.
55883
55884 2004-01-21  Jim Meyering  <jim@meyering.net>
55885
55886         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55887         so as not to conflict with a different-sized __mktime_internal
55888         function in GNU libc.
55889         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55890         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55891
55892 2004-01-20  Karl Berry  <karl@gnu.org>
55893
55894         * config/config.guess: update from config.
55895
55896         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55897
55898 2004-01-20  Bruno Haible  <bruno@clisp.org>
55899
55900         Safer stack allocation.
55901         * lib/setenv.c: Include allocsa.h.
55902         (alloca): Remove fallback definition.
55903         (freea): Remove macro.
55904         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55905         instead of freea.
55906
55907 2004-01-20  Bruno Haible  <bruno@clisp.org>
55908
55909         * m4/eealloc.m4: New file, from GNU gettext.
55910
55911 2004-01-20  Bruno Haible  <bruno@clisp.org>
55912
55913         * m4/allocsa.m4: New file, from GNU gettext.
55914
55915 2004-01-20  Bruno Haible  <bruno@clisp.org>
55916
55917         * lib/xallocsa.h: New file, from GNU gettext.
55918         * lib/xallocsa.c: New file, from GNU gettext.
55919
55920 2004-01-20  Bruno Haible  <bruno@clisp.org>
55921
55922         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55923
55924 2004-01-20  Bruno Haible  <bruno@clisp.org>
55925
55926         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55927         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55928         specially.
55929
55930 2004-01-20  Bruno Haible  <bruno@clisp.org>
55931
55932         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55933         patch.
55934
55935 2004-01-20  Bruno Haible  <bruno@clisp.org>
55936
55937         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55938
55939 2004-01-20  Bruno Haible  <bruno@clisp.org>
55940
55941         * lib/eealloc.h: New file.
55942
55943 2004-01-20  Bruno Haible  <bruno@clisp.org>
55944
55945         * lib/binary-io.h: Avoid warnings on Cygwin.
55946
55947 2004-01-20  Bruno Haible  <bruno@clisp.org>
55948
55949         * lib/allocsa.h: New file, from GNU gettext.
55950         * lib/allocsa.c: New file, from GNU gettext.
55951
55952 2004-01-18  Karl Berry  <karl@gnu.org>
55953
55954         * doc/gpl.texi, doc/lgpl.texi: new files.
55955
55956 2004-01-18  Karl Berry  <karl@gnu.org>
55957
55958         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55959         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55960
55961 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55962
55963         Merge from coreutils.
55964
55965         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55966         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55967         (gl_DEFAULT_POSIX2_VERSION): Move
55968         the documentation from 'configure' into 'config.hin',
55969         so that 'configure --help' isn't burdened by it and
55970         we don't have to worry about its formatting there.
55971         Reword the documentation so that it's more succinct
55972         and can be run together into a single paragraph.
55973         * m4/same.m4 (gl_SAME): Check for pathconf.
55974
55975 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55976
55977         Merge from coreutils.
55978
55979         * lib/posixver.c: Include posixver.h.
55980
55981         * lib/same.c: Include <stdbool.h>, <limits.h>.
55982         (_POSIX_NAME_MAX): Define if not defined.
55983         (MIN): New macro.
55984         (same_name): If file names are silently truncated, report
55985         that the file names are the same if they are the same after
55986         the silent truncation.
55987
55988         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55989         conversion function.
55990         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55991         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55992         longer needed.
55993
55994 2004-01-15  Jim Meyering  <jim@meyering.net>
55995
55996         Merge from coreutils.
55997
55998         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55999         if no library is required.
56000         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
56001         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
56002         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
56003         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
56004         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
56005         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56006         value, $ac_cv_search_crypt, if it's "none required".
56007         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56008         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56009         not gl_FUNC_GETLOADAVG.
56010         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56011         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56012
56013 2004-01-15  Jim Meyering  <jim@meyering.net>
56014
56015         Merge from coreutils.
56016
56017         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56018         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56019         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56020
56021         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56022         optional configure-time default.
56023
56024         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56025
56026         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56027
56028 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56029
56030         Merge from coreutils.
56031
56032         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56033         value, $ac_cv_search_nanosleep, if it's "none required".
56034
56035 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56036
56037         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56038         with like-named macro in fnmatch.c.
56039         (EXT): Use an internal constant instead.
56040
56041         Merge fnmatch patches from glibc.
56042         * lib/fnmatch.c (mbsinit): Remove define.
56043         Add libc_hidden_ver (__fnmatch, fnmatch).
56044         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56045         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56046
56047 2004-01-14  Karl Berry  <karl@gnu.org>
56048
56049         * config/install-sh: update from automake.
56050
56051 2004-01-13  Karl Berry  <karl@gnu.org>
56052
56053         * config/install-sh: update from automake.
56054
56055 2004-01-09  Karl Berry  <karl@gnu.org>
56056
56057         * config/install-sh: update from automake.
56058
56059 2004-01-05  Karl Berry  <karl@gnu.org>
56060
56061         * config/config.{sub,guess}: update from config.
56062
56063 2003-12-31  Karl Berry  <karl@gnu.org>
56064
56065         * config/depcomp: update from automake.
56066
56067 2003-12-14  Karl Berry  <karl@gnu.org>
56068
56069         * lib/config.charset: update from gettext-runtime.
56070
56071 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56072
56073         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56074         Bug reported by Alfred M. Szmidt.
56075
56076 2003-12-03  Bruno Haible  <bruno@clisp.org>
56077
56078         * m4/gettext.m4: Upgrade from gettext-0.13.
56079         * m4/po.m4: Upgrade from gettext-0.13.
56080         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56081         * m4/intmax.m4: New file, from gettext-0.13.
56082         * m4/printf-posix.m4: New file, from gettext-0.13.
56083
56084 2003-11-29  Karl Berry  <karl@gnu.org>
56085
56086         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56087
56088 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56089             Bruno Haible  <bruno@clisp.org>
56090
56091         * lib/printf-parse.h: Don't include sys/types.h.
56092         (ARG_NONE): New macro.
56093         (char_directive): Change type of *arg_index fields to size_t.
56094         * lib/printf-parse.c: Don't include sys/types.h.
56095         (SSIZE_MAX): Remove macro.
56096         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56097         Remove unnecessary overflow check.
56098         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56099         fields.
56100
56101 2003-11-25  Bruno Haible  <bruno@clisp.org>
56102
56103         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56104
56105 2003-11-25  Bruno Haible  <bruno@clisp.org>
56106
56107         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56108         gt_TYPE_SSIZE_T.
56109
56110 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56111
56112         * modules/alloca: Remove dependency on xalloc.
56113
56114 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56115
56116         * lib/alloca.c: Remove dependency on xalloc module.
56117         (xalloc_die): Remove.
56118         (memory_full) [!defined emacs]: New macro.
56119         [!defined emacs]: Don't include xalloc.h.
56120         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56121         address arithmetic overflows.  Change datatypes a bit to avoid
56122         unnecessary casts.
56123
56124 2003-11-22  Jim Meyering  <jim@meyering.net>
56125
56126         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56127         s/size/size_t/.
56128
56129 2003-11-21  Karl Berry  <karl@gnu.org>
56130
56131         * config/config.{sub,guess}: update from config.
56132
56133 2003-11-18  Karl Berry  <karl@gnu.org>
56134
56135         * config/config.{sub,guess}: update from config.
56136
56137         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56138
56139 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56140
56141         * README: Mention that S+T cannot overflow if S is the size of
56142         an existing object and T is sufficiently small.
56143
56144 2003-11-17  Jim Meyering  <jim@meyering.net>
56145
56146         On systems without utime and without a utimes function capable of
56147         dealing with a NULL struct utimbuf* argument, this utime replacement
56148         could -- in unusual circumstances -- leak a file descriptor.
56149         * lib/utime.c: Include <unistd.h> and <errno.h>.
56150         (utime_null): Be sure to close `fd' and to preserve errno.
56151         Reported by Geoff Collyer via Arnold Robbins.
56152
56153 2003-11-17  Bruno Haible  <bruno@clisp.org>
56154
56155         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56156         (Depends-on): Add xsize.
56157
56158 2003-11-17  Bruno Haible  <bruno@clisp.org>
56159
56160         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56161
56162 2003-11-17  Bruno Haible  <bruno@clisp.org>
56163
56164         * lib/vasnprintf.c (alloca): Remove fallback definition.
56165         (freea): Remove definition.
56166         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56167         Reported by Paul Eggert.
56168
56169 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56170             Bruno Haible  <bruno@clisp.org>
56171
56172         Protect against address arithmetic overflow.
56173         * lib/printf-args.h: Include stddef.h.
56174         (arguments): Change type of field 'count' to size_t.
56175         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56176         'unsigned int' where appropriate.
56177         * lib/printf-parse.h: Include sys/types.h.
56178         (char_directive): Change type of *arg_index fields to ssize_t.
56179         (char_directives): Change type of fields 'count', max_*_length to
56180         size_t.
56181         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56182         (SSIZE_MAX): Define fallback value.
56183         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56184         instead of 'int' where appropriate. Check a_allocated, d_allocated
56185         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56186         * lib/vasnprintf.c: Include xsize.h.
56187         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56188         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56189         overflow. Avoid wraparound when converting a width or precision from
56190         decimal to binary.
56191
56192 2003-11-16  Bruno Haible  <bruno@clisp.org>
56193
56194         Update from GNU gettext.
56195         * lib/printf-parse.c: Generalize to it can be compiled for wide
56196         strings.
56197         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56198         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56199         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56200         SNPRINTF): New macros.
56201         Don't include <alloca.h> if the file is used inside libintl.
56202         (local_wcslen): New function, for Solaris 2.5.1.
56203         (VASNPRINTF): Use it instead of wcslen.
56204
56205 2003-11-16  Bruno Haible  <bruno@clisp.org>
56206
56207         * lib/xsize.h (xmax): New function.
56208         (xsum, xsum3, xsum4): Declare as "pure" functions.
56209
56210 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56211
56212         * modules/xalloc (Files): Undo latest change, since xalloc.h
56213         no longer needs SIZE_MAX or PTRDIFF_MAX.
56214
56215 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56216
56217         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56218         gl_PTRDIFF_MAX.
56219
56220 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56221
56222         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56223         "return", to pacify some unknown compiler.  Problem reported
56224         by Joerg Schilling.
56225
56226 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56227
56228         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56229         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56230         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56231         heuristic is just as accurate as far as we know, and it removes a
56232         dependency on size_max.m4 and ptrdiff_max.m4.
56233
56234 2003-11-11  Bruno Haible  <bruno@clisp.org>
56235
56236         * modules/xsize (Files): Add m4/size_max.m4.
56237         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56238
56239 2003-11-11  Bruno Haible  <bruno@clisp.org>
56240
56241         * m4/size_max.m4: New file.
56242         * m4/ptrdiff_max.m4: New file.
56243         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56244         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56245         (gl_XALLOC): Invoke it.
56246
56247 2003-11-11  Bruno Haible  <bruno@clisp.org>
56248
56249         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56250         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56251         defined.
56252
56253 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56254
56255         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56256         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56257         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56258         From Bruno Haible.
56259         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56260         not (size_t) -1, since it's defined here.
56261
56262 2003-11-09  Karl Berry  <karl@gnu.org>
56263
56264         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56265
56266 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56267
56268         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56269         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56270         Reject sizes of exactly SIZE_MAX bytes.
56271         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56272         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56273
56274 2003-11-05  Bruno Haible  <bruno@clisp.org>
56275
56276         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56277         SIZE_MAX defined in <limits.h> on Solaris.
56278
56279 2003-11-04  Jim Meyering  <jim@meyering.net>
56280
56281         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56282         variable names, rather than @VAR@.
56283         * modules/poll: Likewise.
56284
56285 2003-11-04  Bruno Haible  <bruno@clisp.org>
56286
56287         * modules/xsize: New file.
56288         * modules/linebreak: Depend on xsize.
56289         * MODULES.html.sh (func_all_modules): Add xsize.
56290
56291 2003-11-04  Bruno Haible  <bruno@clisp.org>
56292
56293         * m4/xsize.m4: New file.
56294
56295 2003-11-04  Bruno Haible  <bruno@clisp.org>
56296
56297         * lib/xsize.h: New file.
56298         * lib/linebreak.c: Include xsize.h.
56299         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56300         argument for overflow.
56301         Suggested by Paul Eggert.
56302
56303 2003-11-03  Karl Berry  <karl@gnu.org>
56304
56305         * config/config.{guess,sub}: update from config.
56306
56307 2003-11-03  Jim Meyering  <jim@meyering.net>
56308
56309         * modules/userspec (lib_SOURCES): Add userspec.h.
56310         (Include): Add "userspec.h".
56311         Improve description.
56312
56313 2003-11-03  Jim Meyering  <jim@meyering.net>
56314
56315         * lib/userspec.c: Include "userspec.h".
56316         * lib/userspec.h: New file.
56317
56318 2003-11-03  Bruno Haible  <bruno@clisp.org>
56319
56320         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56321
56322 2003-11-03  Bruno Haible  <bruno@clisp.org>
56323
56324         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56325         available, to avoid (extremely rare) race condition.
56326         Suggested by Paul Eggert.
56327
56328 2003-11-02  Karl Berry  <karl@gnu.org>
56329
56330         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56331
56332 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56333
56334         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56335         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56336         (read_filesystem_list): Set and use me_type_malloced.
56337         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56338         whatever the type happens to be), for brevity and consistency.
56339         Check for size calculation overflow on Alphas running OSF/1.
56340
56341 2003-10-31  Jim Meyering  <jim@meyering.net>
56342
56343         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56344
56345         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56346
56347 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56348             Bruno Haible  <bruno@clisp.org>
56349
56350         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56351         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56352
56353 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56354
56355         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56356         netbsd*-gnu*.  Suggested by Robert Millan.
56357
56358 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56359
56360         * modules/group-member: Depend on stdbool.
56361
56362 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56363
56364         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56365
56366 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56367
56368         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56369         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56370         after the 'gnu' in these cases.  This fixes some bugs in the
56371         previous change, and is based on suggestions by Robert Millan.
56372
56373 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56374
56375         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56376         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56377         no longer needed.
56378         * lib/quotearg.c (quotearg_n_options): Use it.
56379         * lib/group-member.c: Include <stdbool.h>.
56380         (free_group_info): Arg is now const *; don't free arg.
56381         (get_group_info): Now returns bool and accepts struct group_info *,
56382         rather than returning a malloc'ed struct group_info *.
56383         All uses changed.  Check for overflow in internal size calculation.
56384
56385         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56386         rather than xmalloc/xrealloc.
56387         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56388         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56389         conformance bug: the old code used a pointer after freeing the
56390         storage that it addressed.
56391         * lib/hash.c (hash_initialize): Simplify the code by using
56392         xalloc_oversized rather than doing it by hand.
56393         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56394         the buffer preserved.  Use free and xmalloc instead.
56395         * lib/quotearg.c (quotearg_n_options): Likewise.
56396         Use a simpler test for size overflow.  Don't use xalloc_oversized
56397         because unsigned int might be wider than size_t (!); this suggests
56398         that we should switch from unsigned int to size_t for slot numbers.
56399
56400 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56401
56402         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56403         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56404         NetBSD kernels.  Requested by Richard Stallman.
56405
56406 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56407
56408         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56409         to allocate the returned structure.  Do not allocate a subarray,
56410         as x2nrealloc will do that.
56411         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56412         instead of xnrealloc.
56413         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56414
56415 2003-10-27  Bruno Haible  <bruno@clisp.org>
56416
56417         * lib/stdbool_.h: Better support for BeOS.
56418
56419 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56420
56421         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56422         now uses inline.
56423
56424 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56425
56426         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56427         callers that want to do their own size-overflow checking.  Include
56428         <stdbool.h>, since xalloc_oversized returns bool.
56429         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56430         to use xalloc_oversized.
56431
56432         Add two functions x2realloc, x2nrealloc, for programs that grow
56433         arrays dynamically by doubling their sizes.
56434         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56435         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56436         New functions.
56437
56438         Port to C99 semantics for 'inline' of external functions.
56439         Bug reported by Bruno Haible.
56440         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56441         with the old contents of xnmalloc.
56442         (xnmalloc, xmalloc): Use it.
56443         (xnrealloc_inline): New static inline function,
56444         with the old contents of xnrealloc.
56445         (xnrealloc, xrealloc): Use it.
56446
56447         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56448         that.
56449
56450 2003-10-26  Karl Berry  <karl@gnu.org>
56451
56452         * config/srclist.txt (COPYING.DOC): no longer available from
56453         /gd/gnuorg; don't know where the ultimate source is.
56454
56455 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56456
56457         Fix several address-calculation bugs in the hash modules,
56458         plus some minor code cleanup.
56459
56460         * lib/hash.h: Include <stdbool.h>, for bool.
56461         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56462         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56463         hash_get_n_entries, hash_get_max_bucket_length,
56464         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56465         hash_rehash): Use size_t rather than unsigned.
56466         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56467         hash_get_n_buckets_used, hash_get_n_entries,
56468         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56469         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56470         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56471         Likewise.
56472         (SIZE_MAX): Define if not defined.
56473         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56474         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56475         hash_print):
56476         Use const * when possible.
56477         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56478         (check_tuning): Fix bug: if tuning parameters were very close to
56479         0 or 1, rounding errors could have caused subscript violations.
56480         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56481         (hash_initialize): Add 'fail:' label
56482         to free table and return NULL, and use it to simplify code.
56483         Use calloc rather than clearing the storage ourself.
56484         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56485         buffer size calculations.
56486         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56487         Include <stddef.h>, for size_t.
56488         * lib/hash-pjw.c (hash_pjw): Likewise.
56489         Switch to method described by Bruno Haible.
56490         Include <limits.h>, for CHAR_BIT.
56491         (SIZE_BITS): New macro.
56492
56493 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56494
56495         * m4/getline.m4 (AM_FUNC_GETLINE):
56496         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56497         hosts.  Problem reported by Derek Robert Price in
56498         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56499         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56500         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56501
56502 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56503
56504         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56505         ceiling the allocation at NMAX bytes rather than silently
56506         discarding input bytes before NMAX is reached.  This makes
56507         a difference only if NMAX exceeds SIZE_MAX / 2.
56508
56509         * lib/obstack.c: Merge from glibc.
56510         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56511         Add libc_hidden_def (_obstack_newchunk).
56512         (_obstack_free) [! defined _LIBC]: Remove.
56513         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56514         a clone of the function body.
56515         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56516         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56517
56518         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56519         glibc.
56520         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56521         arg to memcpy.
56522
56523         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56524         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56525         Don't use lvalue casts, as GCC plans to remove support for them
56526         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56527         was also present in the non-GCC version, indicating that this
56528         code had always been buggy and had never been widely used.
56529         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56530         Use the fast variant of each macro, rather than copying the
56531         definiens of the fast variant; that way, we'll be more likely to
56532         catch future bugs in the fast variants.
56533
56534 2003-10-20  Bruno Haible  <bruno@clisp.org>
56535
56536         * modules/wait-process: New file.
56537         * MODULES.html.sh (func_all_modules): Add wait-process.
56538
56539 2003-10-20  Bruno Haible  <bruno@clisp.org>
56540
56541         * m4/wait-process.m4: New file.
56542
56543 2003-10-20  Bruno Haible  <bruno@clisp.org>
56544
56545         * lib/wait-process.h: New file, from GNU gettext.
56546         * lib/wait-process.c: New file, from GNU gettext.
56547
56548 2003-10-19  Jim Meyering  <jim@meyering.net>
56549
56550         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56551         HPUX 10.20.
56552
56553 2003-10-18  Karl Berry  <karl@gnu.org>
56554
56555         * config/config.guess: update from config.
56556
56557 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56558
56559         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56560         (getgroups): First arg is int, not size_t.
56561         Don't let 'free' mangle errno.
56562
56563 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56564
56565         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56566
56567 2003-10-16  Karl Berry  <karl@gnu.org>
56568
56569         * config/config.{guess,sub}: update from config.
56570
56571 2003-10-16  Jim Meyering  <jim@meyering.net>
56572
56573         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56574         memcpy.
56575
56576 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56577
56578         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56579         (SIZE_MAX): Remove.
56580         (new_exclude, add_exclude_file): Initial size no longer needs to
56581         be a power of 2.
56582         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56583         our own address arithmetic overflow checking.
56584
56585         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56586         (fnmatch): Do not alloca more than 2000 wide characters;
56587         instead, use malloc for large buffers.
56588         Check for address arithmetic overflow, and return -1
56589         with errno set to ENOMEM in that case.
56590         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56591         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56592         instead, return -1.  Check for address arithmetic overflow.
56593
56594 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56595
56596         Handle invalid suffixes and overflow independently, so that
56597         callers can treat them independently as needed.  Fix some bugs in
56598         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56599         suffix for a human-readable blocksize.  The major caller-visible
56600         change is the addition of a new
56601         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56602         that both overflow and suffix chars were found.
56603
56604         * lib/human.c (humblock): Don't check separately for invalid suffix
56605         char; that is xstrtoumax's job (now that its bug is fixed).
56606         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56607         INTMAX_MAX]: New macros.
56608         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56609         TYPE_MAXIMUM): New macros.
56610         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56611         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56612         if overflow occurs, as it's what __strtol does and it's more useful
56613         in practice.
56614         (__xstrtol): If __strtol reports some error other than ERANGE,
56615         reflect it to the caller as LONGINT_INVALID.  If it reports
56616         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56617         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56618         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56619         value.
56620         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56621         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56622         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56623         [defined UINTMAX_MAX]: New macros.
56624
56625 2003-10-14  Bruno Haible  <bruno@clisp.org>
56626
56627         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56628
56629 2003-10-14  Bruno Haible  <bruno@clisp.org>
56630
56631         * m4/sig_atomic_t: New file, from GNU gettext.
56632         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56633
56634 2003-10-14  Bruno Haible  <bruno@clisp.org>
56635
56636         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56637         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56638         Also use volatile where needed.
56639
56640 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56641
56642         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56643         Change maintainer from Bruno Haible to 'all'.
56644
56645 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56646
56647         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56648
56649 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56650
56651         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56652         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56653         and define in terms of the other primitives.
56654         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56655         (SIZE_MAX): Define if not already defined.
56656         (array_size_overflow): New function.
56657         (xalloc_die): Abort instead of exiting if 'error' returns.
56658         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56659         (xmalloc, xrealloc): Use them.
56660         (xcalloc): Check for address arithmetic overflow.
56661         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56662         a bit faster than strcpy.
56663
56664 2003-10-10  Simon Josefsson  <jas@extundo.com>
56665
56666         * modules/argp (Depends-on): Add restrict and strcase.
56667
56668 2003-10-10  Simon Josefsson  <jas@extundo.com>
56669
56670         * m4/argp.m4: Add AC_C_INLINE.
56671
56672 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56673
56674         Merge getpass from libc, plus a few fixes.
56675
56676         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56677         Include <stdbool.h>.
56678         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56679         __fsetlocking to empty.
56680         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56681         do include <bits/libc-lock.h>.
56682         Do not include <fcntl.h>; not needed.
56683         [_LIBC]: Include <wchar.h>.
56684         (NOTCANCEL_MODE): New macro.
56685         (flockfile, funlockfile) [_LIBC]: New macros.
56686         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56687         [!_LIBC]: New macros.
56688         (call_fclose): New function.
56689         (getpass): Use it.  Save tty stream separately; this simplifies the
56690         code and makes it more reliable if stdin happens to equal stdout.
56691         Invoke __fsetlocking on tty.
56692         Handle thread cancellation if needed.
56693         Namespace cleanup (use __tcgetattr, __getline).
56694         Use bool for Booleans.
56695         [USE_IN_LIBIO]: Handle wide streams.
56696         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56697         stream might go where.
56698
56699         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56700         doesn't have to include <stdio.h> before us.
56701         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56702         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56703         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56704         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56705         if not declared, so that we can use getpass.c code from libc without
56706         rewriting it.
56707         (flockfile, ftrylockfile, funlockfile): New macros.
56708
56709 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56710
56711         * modules/getpass: Depend on stdbool.
56712
56713 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56714
56715         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56716
56717 2003-10-07  Karl Berry  <karl@gnu.org>
56718
56719         * config/config.{guess,sub}: update from config.
56720
56721 2003-10-06  Jim Meyering  <jim@meyering.net>
56722             Bruno Haible  <bruno@clisp.org>
56723
56724         This lets translators provide better translations for the
56725         "Written by ..." part of --version output.
56726         * lib/version-etc.h: Include stdarg.h.
56727         (version_etc_copyright): Declare as readonly.
56728         (version_etc): Make this function variadic with a NULL-terminated list
56729         of author name strings.
56730         (version_etc_va): New declaration.
56731         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56732         (version_etc_copyright): Declare as readonly.
56733         (version_etc_va): New function. Provide a different translatable string
56734         for each possible number of authors < 10. Abbreviate when there are 10
56735         authors or more.
56736         (version_etc): Make this function variadic. Call version_etc_va.
56737         Suggestion from Gary V. Vaughan.
56738
56739         * lib/long-options.h (parse_long_options): Change prototype: the
56740         authors string is moved to the end and becomes variadic.
56741         * lib/long-options.c: Include stdarg.h.
56742         (parse_long_options): Make this function variadic, too.
56743         Call version_etc_va, not version_etc.
56744
56745 2003-10-06  Bruno Haible  <bruno@clisp.org>
56746
56747         * modules/version-etc-2: Remove file.
56748         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56749
56750 2003-10-06  Bruno Haible  <bruno@clisp.org>
56751
56752         * modules/fatal-signal: New file.
56753         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56754
56755 2003-10-06  Bruno Haible  <bruno@clisp.org>
56756
56757         * m4/fatal-signal.m4: New file.
56758         * m4/signalblocking.m4: New file, from GNU gettext.
56759
56760 2003-10-06  Bruno Haible  <bruno@clisp.org>
56761
56762         * lib/version-etc-2.h: Remove file.
56763         * lib/version-etc-2.c: Remove file.
56764
56765 2003-10-06  Bruno Haible  <bruno@clisp.org>
56766
56767         * lib/fatal-signal.h: New file, from GNU gettext.
56768         * lib/fatal-signal.c: New file, from GNU gettext.
56769
56770 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56771
56772         * README: Rework advice for preventing empty .o files.
56773         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56774         not <sys/types.h>.
56775
56776 2003-10-04  Karl Berry  <karl@gnu.org>
56777
56778         * lib/argp*: update from libc.
56779
56780 2003-10-04  Karl Berry  <karl@gnu.org>
56781
56782         * config/config.{guess,sub}: update from config.
56783
56784 2003-10-02  Bruno Haible  <bruno@clisp.org>
56785
56786         * modules/lchown (Include): Add lchown.h.
56787         * modules/time_r (Include): Use "..." syntax.
56788         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56789
56790 2003-10-01  Simon Josefsson  <jas@extundo.com>
56791
56792         * MODULES.html.sh (func_all_modules): Move gethostname from section
56793         'based on' to section 'lacking' POSIX:2001.
56794
56795 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56796
56797         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56798         to output mode on the same stream.
56799
56800 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56801
56802         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56803         Fix arg typo in previous patch.
56804
56805 2003-09-28  Jim Meyering  <jim@meyering.net>
56806
56807         * lib/error.c: Correct cpp indentation.
56808
56809 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56810
56811         * modules/free: New file.
56812
56813 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56814
56815         * m4/free.m4: New file.
56816
56817 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56818
56819         * lib/minmax.h (MIN, MAX)
56820         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56821         Omit the special code that used __typeof__, since we worry that
56822         it could be more trouble than it's worth.  See:
56823         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56824         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56825
56826         * lib/free.c: New file.
56827
56828 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56829
56830         Trivial fixes to Makefile.am parts of module listings.
56831         * modules/strstr: Append strstr.h to lib_SOURCES.
56832         * modules/strcase: Likewise, for strcase.h.
56833
56834 2003-09-27  Karl Berry  <karl@gnu.org>
56835
56836         * config/mkinstalldirs: update from automake.
56837
56838 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56839
56840         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56841         (error_tail): Do not loop, reallocating temporary buffer, since
56842         the output cannot contain more wide characters than the input
56843         contains bytes, the size must be big enough already.  This avoids
56844         one potential size overflow calculation.  Check for size overflow
56845         when calculating temporary buffer size.  Free temporary buffer
56846         when done, if it was allocated with malloc; this plugs a memory
56847         leak.  Remove casts from void * to pointers, that are no longer
56848         needed now that we're assuming C89 or better.
56849
56850         Merge error changes from glibc.
56851
56852         * lib/error.c, error.h: Update copyright notice header to match glibc.
56853         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56854         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56855         Disable cancellation while printing error.
56856         * lib/error.h: Prepend __ to parameter names.
56857
56858 2003-09-26  Jim Meyering  <jim@meyering.net>
56859
56860         * lib/error.c (error_tail): Move some declarations
56861         into inner scope where the local variables are used.
56862
56863 2003-09-26  Bruno Haible  <bruno@clisp.org>
56864
56865         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56866         stpncpy().
56867         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56868
56869 2003-09-26  Bruno Haible  <bruno@clisp.org>
56870
56871         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56872         (stpncpy): Define as alias for gnu_stpncpy.
56873         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56874
56875 2003-09-25  Simon Josefsson  <jas@extundo.com>
56876
56877         * lib/xgetdomainname.h: New file.
56878         * lib/xgetdomainname.c: New file.
56879
56880 2003-09-25  Simon Josefsson  <jas@extundo.com>
56881             Bruno Haible  <bruno@clisp.org>
56882
56883         * modules/getdomainname: New file.
56884         * modules/xgetdomainname: New file.
56885         * MODULES.html.sh (func_all_modules): Add getdomainname,
56886         xgetdomainname.
56887
56888 2003-09-25  Simon Josefsson  <jas@extundo.com>
56889             Bruno Haible  <bruno@clisp.org>
56890
56891         * m4/getdomainname.m4: New file.
56892
56893 2003-09-25  Simon Josefsson  <jas@extundo.com>
56894             Bruno Haible  <bruno@clisp.org>
56895
56896         * lib/getdomainname.h: New file.
56897         * lib/getdomainname.c: New file.
56898
56899 2003-09-25  Karl Berry  <karl@gnu.org>
56900
56901         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56902
56903 2003-09-25  Karl Berry  <karl@gnu.org>
56904
56905         * config/install-sh: update from automake.
56906
56907 2003-09-25  Bruno Haible  <bruno@clisp.org>
56908
56909         * modules/version-etc-2: New file, from modules/version-etc with
56910         modifications.
56911         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56912
56913 2003-09-25  Bruno Haible  <bruno@clisp.org>
56914
56915         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56916         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56917
56918 2003-09-24  Simon Josefsson  <jas@extundo.com>
56919
56920         * modules/xgethostname: Add xgethostname.h.
56921
56922 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56923
56924         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56925         the buffer associated with the argument.  Bug reported by
56926         Simon Josefsson.
56927
56928 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56929
56930         * README: Document assumptions that 'int' is at least 32 bits
56931         wide, that integer arithmetic is 2's complement without overflow,
56932         that there are no holes in integer values, that adding sizes of
56933         two nonoverlapping objects can't overflow, and that all-bits-zero
56934         yields scalar zero.  Fix spelling and capitalization typos.
56935
56936 2003-09-19  Karl Berry  <karl@gnu.org>
56937
56938         * lib/argp.h: update from libc.
56939
56940 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56941
56942         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56943         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56944         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56945
56946 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56947
56948         * gnulib-tool: Use "test -h", not "test -L", for portability
56949         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56950         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56951         (sed_extract_prog): Issue s commands one-by-one, rather than
56952         using \| in one s command.
56953
56954 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56955
56956         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56957         input error, instead of returning NULL the next time we are called
56958         (and therefore losing track of errno).
56959
56960 2003-09-16  Bruno Haible  <bruno@clisp.org>
56961
56962         * gnulib-tool (func_create_testdir): Warn about duplicated
56963         dependencies.
56964
56965 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56966
56967         * modules/argmatch, modules/fatal, modules/obstack,
56968         modules/xalloc, modules/xgethostname: Sort dependencies by
56969         importance, not alphabetically.
56970
56971 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56972
56973         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56974         fails, so that the caller gets the proper errno.
56975
56976         * lib/readutmp.c (read_utmp): Likewise.
56977         Check for fstat error.  Close stream and free storage
56978         when failing.
56979
56980 2003-09-14  Karl Berry  <karl@gnu.org>
56981
56982         * config/srclist.txt (strdup.c): disable for c89 changes.
56983
56984 2003-09-14  Jim Meyering  <jim@meyering.net>
56985
56986         * lib/getloadavg.c: Correct cpp indentation.
56987         * lib/strdup.c: Likewise.
56988         * lib/vasnprintf.c: Likewise.
56989
56990 2003-09-14  Bruno Haible  <bruno@clisp.org>
56991
56992         * modules/fwriteerror: New file.
56993         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56994
56995 2003-09-14  Bruno Haible  <bruno@clisp.org>
56996
56997         * lib/fwriteerror.h: New file.
56998         * lib/fwriteerror.c: New file.
56999
57000 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57001
57002         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
57003         modules/xgethostname, modules/xalloc: Depend on exit.
57004
57005 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57006
57007         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57008
57009         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57010         and AC_MINIX, too, so that their extensions are available.
57011
57012         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57013         This macro has been superseded by gl_BACKUPFILE.
57014
57015         More patches to assume C89 or better.
57016
57017         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57018
57019         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57020         unconditionally.
57021         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57022         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57023         Include <string.h>, <stdlib.h> unconditionally.
57024         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57025         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57026         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57027         headers or for string.h.
57028         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57029         or strtoul.
57030
57031         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57032         headers.
57033         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57034         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57035         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57036         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57037         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57038         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57039         memcpy, memset.
57040         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57041         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57042         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57043         strtol.
57044         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57045         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57046         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57047         strtoul.
57048
57049 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57050
57051         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57052         * lib/obstack.c [!defined _LIBC]: Likewise.
57053         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57054         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57055         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57056
57057         More changes to assume C89 or better.
57058
57059         * lib/error.c (error_tail): Assume vprintf.
57060
57061         * lib/argmatch.c (getenv): Remove decl.
57062         * lib/progreloc.c (get_full_program_name): Define via prototype.
57063         * lib/setenv.c (clearenv): Likewise.
57064         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57065         needed.
57066         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57067         (malloc, memcpy): Remove decls.
57068         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57069         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57070         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57071         (memcpy): Remove macro.
57072         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57073         (__P): Remove.  All uses removed.
57074         (PTR): Remove.  All uses changed to void *.
57075         (CHAR_BIT, NULL): Remove.
57076         (spaces, zeros, memset_space, memset_zero)
57077         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57078         Remove.
57079         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57080         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57081         Define with prototype.
57082         Remove now-unnecessary prototype decl.
57083         (extra_args_spec): Assume ANSI C.  All uses changed.
57084         (extra_args_spec_iso): Remove.
57085         (my_strftime, emacs_strftimeu): Define via prototype.
57086         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57087         unconditionally.
57088         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57089         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57090         (strtoul, strtol): Remove decls.
57091         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57092         LONG_MAX): Remove.
57093         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57094         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57095         (LOCALE_PARAM_PROTO): New macro.
57096         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57097         (INTERNAL (strtol), strtol): Define with a prototype.
57098         (PARAMS): Remove.  All uses removed.
57099         * lib/tempname.c: Include <string.h> unconditionally.
57100         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57101         * lib/xgethostname.c (main): Define with a prototype.
57102         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57103         Include <stdlib.h> unconditionally.
57104         (calloc, malloc, realloc, free): Remove decls.
57105         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57106         Include <stdlib.h> unconditionally.  Sort include file names.
57107         (strtod): Remove.
57108         (xstrtod): Define with a prototype.
57109         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57110         (strtol, strtoul): Remove decls.
57111
57112 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57113
57114         More patches to assume C89 or better.
57115         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57116         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57117         string.h, memchr, STDC_HEADERS.
57118
57119 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57120
57121         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57122         Include <stdlib.h>, <string.h> unconditionally.
57123         Remove now-unnecessary cast to char *.
57124         * lib/strnlen.c: Include <string.h> unconditionally.
57125         * lib/yesno.c (yesno): Define with a prototype.
57126
57127 2003-09-11  Bruno Haible  <bruno@clisp.org>
57128
57129         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57130
57131 2003-09-10  Jim Meyering  <jim@meyering.net>
57132
57133         * lib/error.c: Correct indentation of cpp directives.
57134
57135 2003-09-10  Bruno Haible  <bruno@clisp.org>
57136
57137         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57138         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57139         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57140         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57141         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57142         <stdlib.h> and <string.h> checks.
57143         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57144         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57145
57146 2003-09-10  Bruno Haible  <bruno@clisp.org>
57147
57148         * lib/strcspn.c: Include <string.h> unconditionally.
57149         * lib/strpbrk.c: Include <string.h> unconditionally.
57150         * lib/strstr.c: Include <string.h> unconditionally.
57151         * lib/unicodeio.c: Include <string.h> unconditionally.
57152         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57153         * lib/unsetenv.c: Likewise.
57154         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57155         * lib/yesno.c: Include <stdlib.h> unconditionally.
57156         (rpmatch): Add prototype.
57157
57158 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57159
57160         More patches to assume C89 or better.
57161         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57162         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57163         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57164         or for string.h.
57165         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57166         stdlib.h.
57167         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57168         C headers.
57169         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57170         string.h.
57171         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57172         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57173         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57174         or for string.h.
57175         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57176         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57177         C headers.
57178         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57179         memcpy.
57180         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57181         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57182         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57183         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57184         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57185         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57186         string.h, free.
57187         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57188         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57189         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57190         C headers, or for string.h.
57191         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57192         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57193         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57194         headers, memory.h, stdlib.h, string.h, strings.h.
57195         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57196         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57197         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57198         strchr.
57199         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57200         headers, memory.h, string.h.
57201         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57202         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57203         free.
57204         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57205         headers.
57206         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57207         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57208         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57209         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57210         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57211
57212 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57213
57214         More K&R removal.
57215
57216         * lib/acosl.c (main): Use a prototype.
57217         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57218         tanl.c: Likewise.
57219
57220         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57221
57222         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57223         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57224         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57225         with a prototype.
57226         * lib/getopt.c (const): Remove macro.
57227         Include <string.h> unconditionally.
57228         (my_index): Remove; all uses changed to strchr.
57229         (strlen): Remove decl.
57230         (exchange): Remove forward decl; no longer needed.
57231         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57232         Define with prototype.
57233         * lib/getopt1.c (const): Remove macro.
57234         (getopt_long, getopt_long_only, main): Define with prototype.
57235
57236         * lib/getugroups.c: Include <string.h> unconditionally.
57237
57238         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57239         (getusershell, setusershell, endusershell, readname, main):
57240         Define with prototypes.
57241
57242         * lib/group-member.c: Include group-member.h first.
57243         Include <stdlib.h> unconditionally.
57244
57245         * lib/hard-locale.c: Include hard-locale.h first.
57246         Include <stdlib.h>, <string.h> unconditionally.
57247
57248         * lib/hash.c (free, malloc): Remove decls.
57249         Include <stdlib.h> unconditionally.
57250
57251         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57252         (getenv): Do not declare.
57253
57254         * lib/idcache.c: Include <string.h> unconditionally.
57255
57256         * lib/long-options.c: Include long-options.h first, to test interface.
57257         Include <stdlib.h> unconditionally.
57258
57259         * lib/makepath.c: Include makepath.h first, to test interface.
57260         Include <stdlib.h> and <string.h> unconditionally.
57261
57262         * lib/linebuffer.c: Include <stdlib.h>.
57263         (free): Remove decl.
57264
57265         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57266         stddef.h. rpl_malloc returns void *, not char *.
57267         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57268         prototype.
57269
57270         * lib/md5.h: Include <limits.h> unconditionally.
57271         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57272         (__P): Remove; all uses removed.
57273         * lib/md5.c: Include "md5.h" first.
57274         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57275         md5_buffer, md5_process_bytes, md5_process_block):
57276         Define with prototypes.
57277         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57278         * lib/sha.c: Include "sha.h" first.
57279         Include <stdlib.h>, <string.h> unconditionally.
57280
57281         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57282         * lib/memcmp.c (__ptr_t): Likewise.
57283         * lib/memrchr.c (__ptr_t): Likewise.
57284         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57285         Include <string.h> unconditionally.
57286         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57287         * lib/memchr.c: Include <stdlib.h> unconditionally.
57288         * lib/memchr.c (LONG_MAX): Remove.
57289         * lib/memrchr.c (LONG_MAX): Likewise.
57290         * lib/memchr.c (__memchr): Define via a prototype.
57291         * lib/memrchr.c (__memrchr): Likewise.
57292         * lib/memcmp.c (__P): Remove, and remove all uses.
57293         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57294         Remove forward decls; no longer needed.
57295         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57296         Use types required by C89 in prototype.
57297
57298         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57299         * lib/savedir.c: Likewise.
57300         * lib/mkdir.c (free): Remove decl.
57301         * lib/rmdir.c (rmdir): Define with a prototype.
57302         * lib/savedir.c: Include savedir.h first, to test interface.
57303
57304         * lib/mktime.c (STDC_HEADERS): Remove.
57305         Include <stdlib.h>, <string.h> unconditionally.
57306
57307         * lib/modechange.c: Include <stdlib.h> unconditionally.
57308         (malloc): Remove decl.
57309
57310         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57311         (free): Remove decl.
57312
57313         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57314         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57315         (This type really should be intptr_t, but that's a C99ism.)
57316         (_obstack_memcpy): Remove: all uses changed to memcpy.
57317         Include <string.h> unconditionally.
57318         (struct obstack): Assume __STDC__ for types of members
57319         chunkfun, freefun, extra_arg.
57320         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57321         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57322         obstack_begin, obstack_specify_allocation,
57323         obstack_specify_allocation_with_arg, obstack_chunkfun,
57324         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57325         Remove unprototyped decls and the macros that use them.
57326         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57327         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57328         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57329         (defined __STDC__ && __STDC__)]:
57330         Remove nonprototyped code.
57331         Include <stdlib.h> unconditionally.
57332         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57333         _obstack_allocated_p, _obstack_free, obstack_free,
57334         _obstack_memory_used, print_and_abort):
57335         Define using prototypes.
57336         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57337         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57338         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57339         obstack_next_free, obstack_object_size, obstack_room) [0]:
57340         Remove unused, unprototyped code.
57341
57342         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57343
57344         * lib/physmem.c (physmem_total, physmem_available, main): Define
57345         with prototypes.
57346
57347         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57348         (main): Define with a prototype.
57349
57350         * lib/posixver.c (getenv): Remove decl.
57351
57352         * lib/putenv.c (malloc): Returns void *, not char *.
57353         Include <string.h> unconditionally.
57354         (strchr, memcpy, NULL): Do not define.
57355
57356         * lib/readtokens.c: Include readtokens.h first, to test interface.
57357         Include <stdlib.h>, <string.h> unconditionally.
57358         (init_tokenbuffer): Define with a prototype.
57359
57360         * lib/regex.c (PARAMS): Remove.  All uses removed.
57361         All uses of _RE_ARGS removed, too.
57362         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57363         unconditionally.
57364         (bzero): Assume memset exists.
57365         (memcmp, memcpy, NULL): Remove.
57366         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57367         char, or assignments to local vars of type signed char.
57368         (init_syntax_once, PREFIX(extract_number_and_incr),
57369         PREFIX(print_partial_compiled_pattern),
57370         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57371         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57372         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57373         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57374         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57375         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57376         wcs_compile_range, byte_compile_range, truncate_wchar,
57377         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57378         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57379         count_mbs_length, wcs_re_match_2_internal,
57380         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57381         PREFIX(alt_match_null_string_p),
57382         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57383         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57384         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57385         now-unnecessary declaration, if any.
57386         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57387         regcomp, regexec):
57388         Remove now-unnecessary casts among pointer types.
57389         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57390
57391         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57392         (free): Remove decl.
57393
57394         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57395
57396         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57397         (free): Remove decl.
57398
57399         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57400         * lib/xgetcwd.c: Likewise.
57401
57402         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57403         (free): Remove decl.
57404
57405         * lib/strchrnul.c (strchrnul): Define with a prototype.
57406         Fix bug: c_in was not converted to char before searching.
57407
57408         The following changes are not K&R related:
57409
57410         * lib/group-member.h: Include <sys/types.h>, so that this file is
57411         self-contained.
57412         * lib/makepath.h: Likewise.
57413
57414         * lib/getusershell.c (readname, default_index, line_size, readname):
57415         Use size_t, not int, for sizes.
57416         (readname): If the size overflows, report an error instead of
57417         looping forever.
57418
57419 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57420
57421         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57422         libc.
57423
57424 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57425
57426         * README: New section: portability guidelines.
57427
57428 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57429
57430         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57431         C89 spec.
57432
57433 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57434
57435         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57436
57437 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57438
57439         Assume C89 or better; remove K&R cruft.
57440         A few of these changes were first proposed by Derek Robert Price
57441         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57442
57443         * lib/addext.c: Include <string.h> unconditionally.
57444         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57445         Don't declare getenv or malloc.
57446
57447         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57448         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57449         (NULL): Remove.
57450         (find_stack_direction, alloca): Use prototypes.
57451
57452         * lib/atexit.c (atexit): Define using a prototype.
57453
57454         * lib/basename.c, dirname.c, stripslash.c:
57455         Include <string.h> unconditionally.
57456
57457         * lib/bcopy.c: Include <stddef.h>.
57458         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57459
57460         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57461
57462         * lib/error.h (error, error_at_line, error_print_progname)
57463         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57464         * lib/error.c: Include error.h first, to check interface.
57465         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57466         (VA_START): Remove; all uses changeed to va_start.
57467         (exit, strerror): Remove decls.
57468         (error_print_progname): Prototype uncondionally.
57469         Don't include <errno.h>; no longer needed.
57470         (private_strerror): Remove.
57471         (error_tail): Always define.
57472         (error, error_at_line): Assume C89 or better; always use prototypes.
57473         * lib/fatal.c: Include "fatal.h" first, to test interface.
57474         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57475         (VA_START): Remove; all uses changed to va_start.
57476         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57477         this case.
57478         (exit): Remove decl.
57479         (fatal): Prototype unconditionally.  Assume va_start works.
57480         Abort at end, to pacify gcc.
57481
57482         * lib/euidaccess.c (main): Define with a prototype.
57483
57484         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57485
57486         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57487
57488         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57489         prototypes.
57490         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57491         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57492         (getenv): Remove decl.
57493         (fnmatch): Define using a prototype.
57494         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57495         (FCT): Define using a prototype.
57496
57497         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57498
57499         * lib/gethostname.c: Include <stddef.h>.
57500         (gethostname): Define with prototype.  Length is size_t, not int.
57501
57502 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57503
57504         Assume C89 or better; remove K&R cruft.
57505         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57506         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57507         string.h, getenv, malloc.
57508         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57509         headers.
57510         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57511         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57512         do not check for strerror.
57513         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57514         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57515         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57516         do not check for doprnt or vprintf.
57517         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57518         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57519
57520 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57521
57522         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57523         getversion.c should have been removed then, but was accidentally
57524         preserved.
57525
57526         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57527         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57528
57529 2003-09-08  Karl Berry  <karl@gnu.org>
57530
57531         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57532                 config, forget about prep.
57533
57534         * config/depcomp, missing: update from automake.
57535
57536 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57537
57538         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57539         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57540
57541 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57542
57543         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57544         copy_tm_result.  Bug reported by Simon Josefsson in
57545         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57546
57547 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57548
57549         * m4/time_r.m4: New file.
57550         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57551         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57552         is. Check for timegm declaration.
57553         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57554         Do not check for gmtime_r.
57555         Replace mktime if __mktime_internal does not exist and if mktime
57556         hasn't been replaced already.
57557
57558 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57559
57560         * lib/time_r.c, lib/time_r.h: New files.
57561
57562         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57563         __localtime_r.
57564         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57565         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57566
57567         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57568         __gmtime_r.
57569         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57570         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57571         Include <time_r.h>.
57572
57573         * lib/timegm.c: Switch to glibc implementation, with the following
57574         changes:
57575         [defined HAVE_CONFIG_H]: Include <config.h>.
57576         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57577         (__mktime_internal) [!defined _LIBC]: New decl.
57578         (__gmtime_r) [!defined _LIBC]: New macro and function.
57579         (timegm): Use a prototype, since gnulib assumes C89.
57580         Do not bother declaring tmp to be const, as it's not really usefu.
57581         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57582         (timegm): Declare only if HAVE_DECL_TIMEGM.
57583
57584 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57585
57586         * MODULES.html.sh (func_all_modules): Add time_r.
57587         * modules/time_r: New file.
57588         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57589         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57590
57591 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57592
57593         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57594         Bug reported by Lute Kamstra in
57595         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57596
57597         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57598         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57599         course with correspondingly smaller numbers for tomorrow and
57600         yesterday.  From Tadayoshi Funaba.  Originally installed into
57601         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57602         coreutils merge?).
57603
57604 2003-08-31  Simon Josefsson  <jas@extundo.com>
57605
57606         * modules/timegm: New file.
57607         * MODULES.html.sh (func_all_modules): Add timegm.
57608
57609 2003-08-31  Simon Josefsson  <jas@extundo.com>
57610
57611         * m4/timegm.m4: New file.
57612
57613 2003-08-31  Simon Josefsson  <jas@extundo.com>
57614
57615         * lib/timegm.h: New file.
57616         * lib/timegm.c: New file.  Based on
57617         wget-1.8.2/src/http.c:mktime_from_utc.
57618
57619 2003-08-31  Karl Berry  <karl@gnu.org>
57620
57621         * lib/argp.h: update from libc.
57622
57623 2003-08-28  Bruno Haible  <bruno@clisp.org>
57624
57625         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57626         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57627         followed by '#define fnmatch fnmatch_posix' gives an error.
57628
57629 2003-08-28  Bruno Haible  <bruno@clisp.org>
57630
57631         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57632         warning on QNX, which defines O_BINARY to 000000.
57633
57634 2003-08-27  Jim Meyering  <jim@meyering.net>
57635
57636         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57637         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57638         would fail after 32.  Reported by Danny Levinson.  Details here:
57639         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57640
57641 2003-08-24  Bruno Haible  <bruno@clisp.org>
57642
57643         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57644         MSVC7 <stdio.h> is included later.
57645
57646 2003-08-22  Simon Josefsson  <jas@extundo.com>
57647
57648         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57649
57650 2003-08-20  Karl Berry  <karl@gnu.org>
57651
57652         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57653
57654 2003-08-20  Bruno Haible  <bruno@clisp.org>
57655
57656         * modules/progname: New file.
57657         * MODULES.html.sh (func_all_modules): Add progname.
57658
57659 2003-08-20  Bruno Haible  <bruno@clisp.org>
57660
57661         * lib/progname.h: New file, from GNU gettext.
57662         * lib/progname.c: New file, from GNU gettext.
57663         * lib/progreloc.c: New file, from GNU gettext.
57664
57665 2003-08-19  Jim Meyering  <jim@meyering.net>
57666
57667         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57668         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57669
57670 2003-08-19  Bruno Haible  <bruno@clisp.org>
57671
57672         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57673         more.
57674
57675 2003-08-19  Bruno Haible  <bruno@clisp.org>
57676
57677         * lib/xstrdup.c: Assume <string.h> exists.
57678
57679 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57680
57681         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57682         in makefile rules.
57683
57684 2003-08-18  Jim Meyering  <jim@meyering.net>
57685
57686         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57687         * m4/lib-ld.m4: Likewise.
57688
57689 2003-08-18  Jim Meyering  <jim@meyering.net>
57690
57691         * lib/setenv.h: Indent nested cpp directive.
57692         * lib/vasnprintf.c: Remove trailing blanks.
57693
57694 2003-08-17  Simon Josefsson  <jas@extundo.com>
57695
57696         * modules/xstrndup: New file.
57697         * MODULES.html.sh (func_all_modules): Add xstrndup.
57698
57699 2003-08-17  Simon Josefsson  <jas@extundo.com>
57700
57701         * modules/argp: Fix autoconf macro name. Add more dependencies.
57702
57703 2003-08-17  Simon Josefsson  <jas@extundo.com>
57704
57705         * m4/xstrndup.m4: New file.
57706
57707 2003-08-17  Simon Josefsson  <jas@extundo.com>
57708
57709         * m4/argp.m4: New file.
57710
57711 2003-08-17  Simon Josefsson  <jas@extundo.com>
57712             Bruno Haible  <bruno@clisp.org>
57713
57714         * lib/xstrndup.h: New file.
57715         * lib/xstrndup.c: New file.
57716
57717 2003-08-17  Bruno Haible  <bruno@clisp.org>
57718
57719         * modules/strndup (Files, Include): Add lib/strndup.h.
57720
57721 2003-08-17  Bruno Haible  <bruno@clisp.org>
57722
57723         * modules/euidaccess (Files): Add lib/euidaccess.h.
57724
57725 2003-08-17  Bruno Haible  <bruno@clisp.org>
57726
57727         * lib/strndup.h: New file.
57728
57729 2003-08-17  Bruno Haible  <bruno@clisp.org>
57730
57731         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57732         like AC_GNU_SOURCE.
57733         * modules/extensions (configure.ac): Comment out the invocation of
57734         gl_USE_SYSTEM_EXTENSIONS.
57735
57736 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57737
57738         Merges from coreutils, etc.
57739         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57740         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57741         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57742         fixing a typo.
57743         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57744         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57745
57746 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57747
57748         Document merge from coreutils.
57749         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57750         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57751         * modules/utime: Add m4/utimes-null.m4.
57752
57753 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57754
57755         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57756         space, undoing this 2003-08-12 change:
57757         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57758
57759 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57760
57761         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57762         strtoul.c from libc, undoing this 2003-08-12 change:
57763         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57764
57765 2003-08-16  Jim Meyering  <jim@meyering.net>
57766
57767         Merges from coreutils.
57768         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57769         prefix.  Adjust cache variables similarly.  Create 500 rather than
57770         just 300 files, to exercise bug on Darwin6.5, too.
57771         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57772         $missing_dir.
57773         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57774         AM_SYS_POSIX_TERMIOS.
57775         Reported by mkc@mathdogs.com.
57776         Also change use of $am_cv_sys_posix_termios
57777         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57778         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57779         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57780         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57781         in /proc/mounts until it finds one with matching device number.  This
57782         is unnecessary when the FILE argument *is* a mount point.  No stat call
57783         is necessary in that case.  So, disable the statvfs-testing code on
57784         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57785         as RedHat bug# 84846.
57786         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57787         to 1MB, so as not to render systems with no stack size limit (e.g.,
57788         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57789         Include <unistd.h>.  On some systems,
57790         it is required for the definition of _SC_PAGESIZE.
57791
57792 2003-08-16  Jim Meyering  <jim@meyering.net>
57793
57794         Merge from coreutils.
57795         * lib/xstrtoimax.c: #else #if -> #elif.
57796         * lib/xstrtoumax.c: Likewise.
57797
57798 2003-08-16  Jim Meyering  <jim@meyering.net>
57799
57800         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57801         * m4/utimes.m4: Removed.
57802         * m4/utimes-null.m4: Renamed from utimes.m4.
57803
57804         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57805         to 1MB, so as not to render systems with no stack size limit (e.g.,
57806         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57807         Include <unistd.h>.  On some systems,
57808         it is required for the definition of _SC_PAGESIZE.
57809
57810 2003-08-16  Jim Meyering  <jim@meyering.net>
57811         and Paul Eggert  <eggert@cs.ucla.edu>
57812
57813         Merges from coreutils, etc.
57814
57815         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57816         using the latest version from cvs.  This avoids problems with #line
57817         directives using a vendor (Sun) compiler.
57818         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57819         Don't set GETGROUPS_LIB here; now it's
57820         done via getgroups.m4's wrapper function.
57821         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57822         rather than just in sh-util/configure.in, so that the
57823         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57824         same.
57825         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57826         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57827         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57828         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57829         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57830         Remove code that is now done by the newly-required macros.
57831         Append $(EXEEXT) to DF_PROG.
57832         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57833         Do not invoke or require the following here,
57834         since prereq.m4 or some gnulib .m4 now does this for us:
57835         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57836         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57837         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57838         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57839         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57840         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57841         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57842         AC_FUNC_OBSTACK.
57843         Do not replace the following functions, as this is now the job
57844         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57845         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57846         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57847         atexit getpass, strdup, getpagesize.
57848         Replace 'raise'.
57849         Do not check for the following functions, as this is now the job
57850         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57851         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57852         setregid.
57853         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57854         Check for sys/sysctl.h.
57855         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57856         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57857         of checking for ssize_t ourselves.
57858
57859         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57860         Require every macro that gnulib/modules/* suggests for us.
57861         (jm_PREREQ_ADDEXT): New macro.
57862         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57863         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57864
57865         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57866         (gl_PHYSMEM): Use it.
57867         Also check for `table' function.
57868         Check for new headers and functions.
57869         Add check for sys/sysmp.h.
57870         With suggestions from Kaveh Ghazi.
57871         Ignore headers that are present but cannot be compiled.  This
57872         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57873         C 5.4.
57874
57875 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57876
57877         Document merge from coreutils.
57878         * modules/userspec: Depend on posixver.
57879         * modules/strftime: Depend on tzset.
57880
57881 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57882
57883         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57884         rather than tab, after '#' in shell-script copyright notices.
57885         Suggested by Bruno Haible.
57886
57887 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57888
57889         * config/srclist-update: Use three spaces, rather than tab, after '#'
57890         in shell-script copyright notices.  Suggested by Bruno Haible.
57891         Remove unnecessary parenthesization in regular expression.
57892
57893 2003-08-15  Jim Meyering  <jim@meyering.net>
57894
57895         Merge from coreutils.
57896         * lib/xgethostname.c: Include <stdlib.h>.
57897         (xghostname): Don't exit for anything other than memory-related
57898         failure; just return NULL.
57899         * lib/userspec.c: Include "posixver.h".
57900         (parse_user_spec): Accept `.' as a separator only
57901         in pre-POSIX-200112 mode.
57902         * lib/strtoimax.c: Use #elif rather than #else #if.
57903         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57904         Remove function, now that we can rely on a working tzset function.
57905         [!_LIBC]: Ensure that the required autoconf test has been run.
57906         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57907         Use underlying_strftime for %r.
57908         * lib/sha.c: Merge in some clean-up and optimization changes from
57909         glibc.
57910         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57911         Ensure that it is a multiple of 64.
57912         Rearrange loop exit tests so as to avoid performing an
57913         additional fread after encountering an error or EOF.
57914         * lib/realloc.c: Update copyright date.
57915
57916 2003-08-15  Jim Meyering  <jim@meyering.net>
57917         and Paul Eggert  <eggert@twinsun.com>
57918
57919         Merge from coreutils.
57920         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57921         member but strut utmpx does not.  Needed for AIX 4.3.3.
57922         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57923
57924 2003-08-15  Jim Meyering  <jim@meyering.net>
57925         and Paul Eggert  <eggert@cs.ucla.edu>
57926
57927         Merges from coreutils, etc.
57928         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57929         Require gl_FUNC_TZSET_CLOBBER.
57930         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57931         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57932         members.
57933
57934 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57935
57936         Help the merge from coreutils.
57937         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57938         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57939         * m4/tzset.m4: Use it too.
57940
57941 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57942
57943         * modules/tzset: New file.
57944
57945 2003-08-14  Jim Meyering  <jim@meyering.net>
57946
57947         Merges from coreutils.
57948         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57949         variable names, rather than @FNMATCH_H@.
57950         * modules/alloca: Likewise for $(ALLOCA_H).
57951
57952         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57953         the three copies of the literal target, `fnmatch.h'.
57954         * modules/alloca (alloca.h): Likewise.
57955
57956 2003-08-14  Jim Meyering  <jim@meyering.net>
57957
57958         Merge from coreutils.
57959         * m4/tzset.m4: New file.
57960         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57961         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57962         otherwise, AIX 5.1 systems would end up using the latter.
57963         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57964         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57965         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57966         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57967
57968 2003-08-14  Jim Meyering  <jim@meyering.net>
57969
57970         Merge from coreutils.
57971         * lib/obstack.h: Whitespace changes.
57972         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57973         and xcalloc return values.
57974         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57975         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57976         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57977         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57978         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57979         error from mntctl.
57980         Use mntctl's return value to drive the entry-processing loop, since
57981         we can't rely on the value of the vmt_length member in the last
57982         entry.  On some systems doing so could result in exhausting
57983         virtual memory.  Based in part on a patch from Mike Jetzer.
57984
57985 2003-08-14  Jim Meyering  <jim@meyering.net>
57986         and Paul Eggert  <eggert@twinsun.com>
57987
57988         Merges from coreutils, plus other fixes.
57989         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57990         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57991         for credits and details.  Thanks to Kaveh Ghazi for helping
57992         to keep these files in sync.
57993         (ARRAY_SIZE): Define it.
57994         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57995         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57996         (memcasecmp): Don't assume size_t fits in unsigned int.
57997         Remove casts and duplicate code.
57998         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57999         (memcpy): Remove definition.
58000         Merge in some clean-up and optimization changes from glibc.
58001         [BLOCKSIZE]: Move definition to top of file.
58002         Ensure that it is a multiple of 64.
58003         Rearrange loop exit tests so as to avoid performing an
58004         additional fread after encountering an error or EOF.
58005         * lib/md5.h (md5_uintptr): Define.
58006         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58007         return to the initial working directory.  Preserve errno
58008         for caller.
58009         * lib/idcache.c: Include "xalloc.h".
58010         (xmalloc, xrealloc): Remove decls.
58011         (getuser): Remove casts no longer required in C89.
58012         * lib/human.c: Include stdio.h, for sprintf.
58013         * lib/group-member.c: Include "xalloc.h".
58014         (xmalloc, xrealloc): Remove decls.
58015         (get_group_info): Remove casts no longer required in C89.
58016         * lib/getusershell.c (readname): Remove casts no longer required in
58017         C89.
58018         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58019         * lib/getline.c: Whitespace fix, from coreutils.
58020
58021 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58022
58023         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58024         Check for isascii.
58025
58026         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58027         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58028         Undo previous (whitespace-only) change.
58029
58030 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58031
58032         * lib/exclude.c: Include <ctype.h>
58033         (IN_CTYPE_DOMAIN): New macro.
58034         (is_space): New fn.
58035         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58036         and empty lines.
58037
58038         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58039         Undo previous (whitespace-only) change.
58040
58041 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58042
58043         * config/srclist-update: Change update back to the old behavior,
58044         leaving whitespace alone.  Use one 'sed' command rather than a
58045         pipeline.
58046         (fixlicense): Now a variable, not a function.
58047         (remove_trailing_blanks): Remove.
58048         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58049         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58050         Undo previous (whitespace-only) change.
58051
58052 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58053
58054         Merge from coreutils.
58055         * modules/euidaccess: Add lib_SOURCES, include for new
58056         file euidaccess.h
58057
58058 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58059
58060         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58061         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58062         Normalize leading white space and remove trailing white space.
58063
58064         Merge from coreutils
58065         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58066
58067         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58068         0.12.1.  These files are now being upgraded automatically by
58069         ../config/srclist-update.
58070
58071 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58072
58073         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58074         Normalize leading white space and remove trailing white space.
58075         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58076         notice, as per ../config/srclist-update.
58077
58078         Merge from coreutils.
58079         * lib/euidaccess.h: New file.
58080         * lib/euidaccess.c: Include it.
58081         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58082         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58083         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58084
58085 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58086
58087         * config/srclist-update: Add copyright notice.
58088         (remove_id_lines, remove_trailing_blanks): New constants.
58089         (fixfile): Use them to normalize spacing a bit in copied files.
58090         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58091         Normalize leading white space and remove trailing white space.
58092
58093         * config/texinfo.tex: Sync with texinfo.
58094
58095         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58096         strtoul.c from libc, to merge coreutils whitespace changes.
58097
58098         * config/srclist.txt: Get the following m4 files from gettext:
58099         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58100         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58101         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58102         wint_t.m4.
58103
58104 2003-08-12  Karl Berry  <karl@gnu.org>
58105
58106         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58107         been made.
58108
58109 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58110
58111         * modules/gnu-source, m4/gnu-source.m4:
58112         Remove; we're assuming Autoconf 2.54 or later now.
58113         Suggested by Bruno Haible.
58114         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58115
58116 2003-08-11  Bruno Haible  <bruno@clisp.org>
58117
58118         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58119
58120 2003-08-11  Bruno Haible  <bruno@clisp.org>
58121
58122         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58123         (vasnprintf): Use it instead of wcslen.
58124
58125 2003-08-11  Bruno Haible  <bruno@clisp.org>
58126
58127         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58128         value to ensure that _Bool promotes to int. Use #define for _Bool when
58129         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58130
58131 2003-08-10  Karl Berry  <karl@gnu.org>
58132
58133         * lib/regex.h: update from libc (whitespace fix).
58134
58135 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58136
58137         Merge some files from coreutils.  These changes were
58138         originally made by Jim Meyering.
58139         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58140         many older Unixes require this.
58141         * lib/alloca.c (alloca): Remove cast to argument of free;
58142         no longer needed in C89.
58143         * lib/alloca_.h, regex.h: Fix white space to match
58144         what GNU indent does.
58145
58146 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58147
58148         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58149         apparently Emacs's Unicode mode got confused before my 2003-08-05
58150         checkin.
58151
58152 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58153
58154         * m4/extensions.m4: New file.
58155         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58156         Require gl_USE_SYSTEM_EXTENSIONS.
58157         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58158         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58159
58160 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58161
58162         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58163         * modules/extensions, modules/gnu-source: New files.
58164         * modules/timespec, modules/unlocked-io: Depend on extensions.
58165
58166 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58167
58168         * modules/restrict: New file.
58169         * MODULES.html.sh (func_all_modules): Add restrict.
58170         * modules/regex: Depend on restrict.
58171
58172 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58173
58174         * m4/restrict.m4: New file.
58175         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58176
58177 2003-08-07  Bruno Haible  <bruno@clisp.org>
58178
58179         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58180         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58181
58182 2003-08-07  Bruno Haible  <bruno@clisp.org>
58183
58184         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58185         makes the module 'getndelim2' compatible with the module 'getline'.
58186
58187 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58188
58189         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58190         byte with "\201" to avoid glitches when editing that source file
58191         with multi-gnome-terminal.
58192
58193 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58194
58195         * lib/bumpalloc.h: Remove.
58196
58197 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58198
58199         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58200         * modules/bumpalloc: Remove.
58201
58202 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58203
58204         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58205         GNU coding style.
58206
58207         Merge from coreutils.
58208         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58209         1. From glibc.
58210         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58211         from Karl Berry, implemented by Jim Meyering.
58212         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58213         from Dmitry V. Levin.
58214         Remove anachronistic cast of xrealloc.
58215         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58216         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58217         type. Otherwise, it wouldn't compile with at least /bin/cc on
58218         ymp-cray-unicos9.0.2.X.
58219         Combine two mostly-identical uses of alloca into one.
58220         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58221
58222 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58223
58224         [From Emacs.]
58225
58226         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58227         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58228         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58229         obsolete NLIST_NAME_UNION.
58230         [__GNU__]: Undef BSD and FSCALE.
58231         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58232
58233 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58234
58235         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58236         an enum type, so that it's guaranteed to promote to int.  See:
58237         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58238
58239 2003-08-03  Karl Berry  <karl@gnu.org>
58240
58241         * config/depcomp: update from automake.
58242
58243 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58244
58245         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58246         (strerror): Don't assume that a printable int fits in 14 bytes.
58247
58248 2003-07-31  Bruno Haible  <bruno@clisp.org>
58249
58250         * modules/getpass-gnu: New file.
58251         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58252
58253 2003-07-31  Bruno Haible  <bruno@clisp.org>
58254
58255         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58256
58257 2003-07-24  Karl Berry  <karl@gnu.org>
58258
58259         * config/missing: update from automake.
58260
58261 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58262             Bruno Haible  <bruno@clisp.org>
58263
58264         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58265         * lib/getline.c (getline, getdelim): Likewise.
58266         Remove _GNU_SOURCE define; now it's defined in config.h through
58267         m4/getline.m4.
58268
58269 2003-07-23  Karl Berry  <karl@gnu.org>
58270
58271         * config/config.sub: update from prep.
58272
58273 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58274
58275         * modules/xalloc (Depends-on): Add exitfail.
58276         * modules/xmemcoll: Likewise.
58277
58278 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58279
58280         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58281         over-parenthesization in macros.
58282
58283         Sync with coreutils.
58284
58285         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58286         required by C99.
58287
58288         Use `exit_failure' for xalloc and xmemcoll instead of their own
58289         private exit-failure variables.
58290         * lib/xalloc.h (xalloc_exit_failure): Remove.
58291         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58292         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58293         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58294         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58295         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58296
58297 2003-07-20  Jim Meyering  <jim@meyering.net>
58298
58299         * modules/closeout (Depends-on): Add exitfail.
58300         Suggestion from Bruno Haible.
58301
58302 2003-07-19  Karl Berry  <karl@gnu.org>
58303
58304         * config/config.sub: update from prep.
58305
58306 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58307
58308         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58309         Remove.
58310         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58311         to test that it can stand by itself.  Include "exitfail.h".
58312         Clients should set exit_failure instead.
58313         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58314
58315 2003-07-18  Bruno Haible  <bruno@clisp.org>
58316
58317         * modules/getndelim2: New file.
58318         * modules/getline: Share files with module getndelim2.
58319         * modules/getnline: Depend on getndelim2 instead of sharing files with
58320         it. Add getnline.c to lib_SOURCES.
58321         * MODULES.html.sh (func_all_modules): Add getndelim2.
58322
58323 2003-07-18  Bruno Haible  <bruno@clisp.org>
58324
58325         * m4/getndelim2.m4: New file.
58326         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58327         invoke gl_PREREQ_GETNDELIM2.
58328         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58329         gl_PREREQ_GETNDELIM2.
58330         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58331         gl_GETNDELIM2.
58332
58333 2003-07-18  Bruno Haible  <bruno@clisp.org>
58334
58335         * lib/getndelim2.h: New file.
58336         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58337         getndelim2.h.
58338         (getndelim2): Make non-static. Change return type to ssize_t.
58339         * lib/getline.h: Change argument names.
58340         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58341         * lib/getnline.c: Include getndelim2.h.
58342
58343 2003-07-18  Andreas Schwab  <schwab@suse.de>
58344
58345         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58346
58347 2003-07-17  Karl Berry  <karl@gnu.org>
58348
58349         * config/config.sub: update from prep.
58350
58351 2003-07-17  Bruno Haible  <bruno@clisp.org>
58352
58353         * modules/getnline: New file.
58354         * modules/getline: Add lib/getndelim2.c to source file list.
58355         * MODULES.html.sh (func_all_modules): Add getnline.
58356
58357 2003-07-17  Bruno Haible  <bruno@clisp.org>
58358
58359         * m4/getnline.m4: New file.
58360
58361 2003-07-17  Bruno Haible  <bruno@clisp.org>
58362
58363         * m4/Makefile.am.in: Remove file.
58364         * m4/Makefile.am: Remove file.
58365         * m4/Makefile.in: Remove file.
58366
58367 2003-07-17  Bruno Haible  <bruno@clisp.org>
58368
58369         * lib/getnline.h: New file.
58370         * lib/getnline.c: New file.
58371         * lib/getndelim2.c: New file, extracted from getline.c.
58372         (getndelim2): Renamed from getdelim2, with added nmax argument.
58373         * lib/getline.c: Include getndelim2.c.
58374         (getdelim2): Moved out to getndelim2.c.
58375         (getline, getdelim): Update.
58376
58377 2003-07-17  Bruno Haible  <bruno@clisp.org>
58378
58379         * lib/Makefile.am: Remove file.
58380         * lib/Makefile.in: Remove file.
58381
58382 2003-07-17  Bruno Haible  <bruno@clisp.org>
58383
58384         * configure.in: Remove file.
58385         * Makefile.in: Remove file.
58386
58387 2003-07-17  Bruno Haible  <bruno@clisp.org>
58388
58389         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58390
58391 2003-07-16  Karl Berry  <karl@gnu.org>
58392
58393         * config/srclist-update: was running fixlicense twice, which caused
58394                 texinfo.tex to be nullified for some reason.  Simplify,
58395                 $gplsrc is no longer needed as far as I can see?
58396
58397 2003-07-16  Jim Meyering  <jim@meyering.net>
58398
58399         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58400
58401 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58402
58403         * config/srclist.txt: Get the following files from gettext-runtime/intl
58404         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58405         ref-del.sin.  From Bruno Haible.
58406         * config/srclist-update (fixfile): Change grep pattern again, since the
58407         previous fix didn't work (there was another trailing $).  Use
58408         '[$]' to escape the $s.
58409
58410 2003-07-15  Karl Berry  <karl@gnu.org>
58411
58412         * lib/vasnprintf.c: update from gettext.
58413
58414 2003-07-15  Karl Berry  <karl@gnu.org>
58415
58416         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58417         gets expanded when surrounded by '$'.
58418
58419 2003-07-15  Jim Meyering  <jim@meyering.net>
58420
58421         * modules/save-cwd: Don't depend on error.  From Derek Price.
58422
58423 2003-07-15  Jim Meyering  <jim@meyering.net>
58424
58425         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58426
58427 2003-07-14  Simon Josefsson  <jas@extundo.com>
58428
58429         * modules/mempcpy: New file.
58430         * MODULES.html.sh (func_all_modules): Add mempcpy.
58431
58432 2003-07-14  Simon Josefsson  <jas@extundo.com>
58433
58434         * m4/mempcpy.m4: New file.
58435
58436 2003-07-14  Simon Josefsson  <jas@extundo.com>
58437
58438         * lib/mempcpy.h: New file.
58439         * lib/mempcpy.c: New file.
58440
58441 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58442
58443         * modules/getdate, modules/posixtm: Depend on mktime.
58444
58445 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58446
58447         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58448         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58449         unicodeio.c, unicodeio.h, unlocked-io.h:
58450         Switch from LGPL to GPL.
58451
58452 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58453
58454         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58455         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58456         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58457         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58458         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58459         updated automatically by ../config/srclist-update.  This changes
58460         their license from LPGL to GPL.
58461
58462 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58463
58464         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58465         assumed to refer to the root of the most recent stable gettext version.
58466         * config/srclistvars.sh: Add defaults for eggert.
58467         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58468         Match "This program" as well as "The program".  This is needed
58469         for gettext.
58470
58471 2003-07-14  Jim Meyering  <jim@meyering.net>
58472
58473         Don't emit diagnostics.  Let callers do that.
58474         * lib/save-cwd.c: Don't include "error.h".
58475         (save_cwd): Don't call error.  Ensure that errno is valid
58476         when returning nonzero.
58477
58478         * lib/save-cwd.h (restore_cwd): Update prototype.
58479         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58480         Simplify.  Don't call error upon failure.  Let callers do that.
58481         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58482         when auditing is enabled.  But don't bother updating the #if.
58483
58484 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58485
58486         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58487         it breaks C++ compilation.
58488         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58489
58490 2003-07-10  Simon Josefsson  <jas@extundo.com>
58491
58492         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58493
58494 2003-07-10  Jim Meyering  <jim@meyering.net>
58495
58496         * m4/clock_time.m4: Remove trailing blank.
58497         * m4/intmax_t.m4: Likewise.
58498
58499 2003-07-10  Jim Meyering  <jim@meyering.net>
58500
58501         * lib/vasnprintf.c: Remove trailing blanks.
58502         Make cpp indentation consistent.
58503
58504 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58505
58506         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58507         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58508         Switch from LGPL to GPL.
58509
58510 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58511
58512         * config/srclist.txt: Sort sublists.  Add
58513         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58514         that differ from gnulib for one reason or another; we'd like this list
58515         to be smaller but for now let's document what we have.
58516
58517 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58518
58519         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58520         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58521         and sweeter "eval x=$x".
58522         * config/srclist.txt: Get lib/argp* from glibc.
58523
58524 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58525
58526         * lib/mktime.c: Fix some boundary cases and remove need for floating
58527         point.
58528
58529         Issue a compile-time diagnostic if time_t is floating point, or if
58530         two's complement arithmetic is not in effect, or if arithmetic
58531         right shift does not propagate the sign.  These assumptions were
58532         all in the original code but they weren't checked.
58533
58534         (TIME_T_MIDPOINT, verify): New macros.
58535         (__isleap): Remove; it has integer overflow problems.
58536         (leapyear): New function, without those problems.
58537         (ydhms_tm_diff): Remove; splitting into two parts.
58538         (ydhms_diff): New function, containing the arithmetic part of
58539         the old ydhms_tm_diff function.  Issue a compile-time
58540         diagnostic if we are not using C99 integer division.
58541         Avoid casts when possible.
58542         (guess_time_tm): New function, containing the checking part of
58543         the old ydhms_tm_diff function.  Return the new value, rather than
58544         the difference between it and the old.  Accept a new argument T
58545         so that *T specifies the old value.  Check for overflow in the result.
58546
58547         (__mktime_internal): Use a time_t offset, not a long int offset.
58548         This undoes the 2003-06-04 change, which is no longer needed now
58549         that we have better overflow checking.
58550         (localtime_offset): Likewise.
58551
58552         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58553         and long are 64-bit but int is only 32-bit.
58554         (ydhms_diff): Use long int to store year1 and yday1.
58555         Issue a compile-time diagnostic if long int is not wide enough.
58556
58557         (__mktime_internal): Use long int to store adjusted year and yday.
58558         Use plain C rather than preprocessor commands, if that doesn't
58559         affect efficiency.
58560         Check for overflow (and try to repair) after each probe
58561         rather than checking only at the very end.  This avoids some bugs
58562         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58563         does not equal GMT offset at maximum time).
58564         Use integer to check for overflow rather than floating point; this
58565         is more portable to non-IEEE hosts, and is a tad faster.
58566         When we detect that we are oscillating between two values,
58567         don't check whether tm_isdst has the requested value, since
58568         we already know the answer.  When tm_isdst has the wrong value,
58569         use a different heuristic to find the right one, based on the
58570         extreme values actually observed in practice in tz2003a,
58571         rather than the (overly optimistic) "previous 3 calendar quarters".
58572
58573         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58574         "T const" to accommodate glibc style.
58575         (check_result): Use less-confusing report format.  "long" -> "long int.
58576         (main): Likewise.
58577         Don't loop if the iteration overflows time_t.
58578         Allow a negative step in the iteration.
58579
58580 2003-07-06  Karl Berry  <karl@gnu.org>
58581
58582         * config/depcomp: update from automake.
58583         * config/config.sub: update from prep.
58584
58585 2003-07-03  Karl Berry  <karl@gnu.org>
58586
58587         * config/config.guess: update from prep.
58588
58589 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58590
58591         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58592         xreadlink.c now includes it unconditionally.
58593
58594 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58595
58596         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58597         having it depend on HAVE_SYS_TYPES_H.
58598
58599 2003-07-01  Bruno Haible  <bruno@clisp.org>
58600
58601         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58602         <sys/types.h> should be sufficient.
58603         Reported by Paul Eggert.
58604
58605 2003-06-26  Karl Berry  <karl@gnu.org>
58606
58607         * config/depcomp: update from automake.
58608
58609 2003-06-26  Bruno Haible  <bruno@clisp.org>
58610
58611         * modules/human: Depend on module stdbool.
58612
58613 2003-06-25  Bruno Haible  <bruno@clisp.org>
58614
58615         * modules/readlink: New file.
58616         * modules/xreadlink: Depend on it.
58617         * MODULES.html.sh (func_all_modules): Add readlink.
58618
58619 2003-06-25  Bruno Haible  <bruno@clisp.org>
58620
58621         * m4/readlink.m4: New file.
58622
58623 2003-06-25  Bruno Haible  <bruno@clisp.org>
58624
58625         * lib/readlink.c: New file.
58626
58627 2003-06-22  Karl Berry  <karl@gnu.org>
58628
58629         * config/srclist.txt: update mkinstalldirs from automake.
58630         * config/mkinstalldirs: update.
58631
58632 2003-06-22  Bruno Haible  <bruno@clisp.org>
58633
58634         Portability to mingw32.
58635         * m4/ssize_t.m4: New file, from GNU gettext.
58636         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58637         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58638
58639 2003-06-22  Bruno Haible  <bruno@clisp.org>
58640
58641         * modules/safe-read: Add m4/ssize_t.m4.
58642         * modules/xreadlink: Add m4/ssize_t.m4.
58643
58644 2003-06-20  Bruno Haible  <bruno@clisp.org>
58645
58646         Assume C89, so PARAMS isn't needed.
58647         * lib/unicodeio.h (PARAMS): Remove.
58648         * lib/unicodeio.c: Don't use PARAMS.
58649
58650 2003-06-18  Karl Berry  <karl@gnu.org>
58651
58652         * config/config.{guess,sub}: update from prep.
58653
58654 2003-06-18  Jim Meyering  <jim@meyering.net>
58655
58656         Merge changes from coreutils.
58657         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58658         Remove explicit declarations of xmalloc and realloc.
58659         Include xalloc.h.
58660         (read_utmp): Remove anachronistic cast of xmalloc.
58661
58662 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58663
58664         Assume C89, so PARAMS isn't needed.
58665         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58666         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58667         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58668         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58669         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58670         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58671         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58672         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58673         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58674         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58675         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58676         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58677         no longer needed. Anyway, config.h should always be included before any
58678         other file.
58679
58680 2003-06-11  Simon Josefsson  <jas@extundo.com>
58681
58682         * modules/sysexits: New file.
58683         * MODULES.html.sh (func_all_modules): Add sysexits.
58684
58685 2003-06-11  Simon Josefsson  <jas@extundo.com>
58686
58687         * lib/sysexit_.h: New file.
58688
58689 2003-06-11  Derek Price  <derek@ximbiot.com>
58690
58691         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58692         necessary.
58693
58694 2003-06-11  Bruno Haible  <bruno@clisp.org>
58695
58696         * m4/sysexits.m4: New file.
58697
58698 2003-06-10  Simon Josefsson  <jas@extundo.com>
58699
58700         * lib/argp.h: New file, from glibc.
58701         * lib/argp-ba.c: New file, from glibc.
58702         * lib/argp-eexst.c: New file, from glibc.
58703         * lib/argp-fmtstream.c: New file, from glibc.
58704         * lib/argp-fmtstream.h: New file, from glibc.
58705         * lib/argp-fs-xinl.c: New file, from glibc.
58706         * lib/argp-help.c: New file, from glibc.
58707         * lib/argp-namefrob.h: New file, from glibc.
58708         * lib/argp-parse.c: New file, from glibc.
58709         * lib/argp-pv.c: New file, from glibc.
58710         * lib/argp-pvh.c: New file, from glibc.
58711         * lib/argp-xinl.c: New file, from glibc.
58712
58713 2003-06-10  Simon Josefsson  <jas@extundo.com>
58714
58715         * modules/strchrnul: New file.
58716
58717 2003-06-10  Simon Josefsson  <jas@extundo.com>
58718
58719         * modules/argp: New file.
58720
58721 2003-06-10  Simon Josefsson  <jas@extundo.com>
58722
58723         * m4/strchrnul.m4: New file.
58724
58725 2003-06-10  Simon Josefsson  <jas@extundo.com>
58726
58727         * lib/strchrnul.h: New file.
58728         * lib/strchrnul.c: New file.
58729
58730 2003-06-10  Bruno Haible  <bruno@clisp.org>
58731
58732         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58733
58734 2003-06-07  Karl Berry  <karl@gnu.org>
58735
58736         * config/config.{guess,sub}: update from prep.
58737
58738 2003-06-07  Jim Meyering  <jim@meyering.net>
58739
58740         * modules/strtod: Use $(...) notation, not @...@ for
58741         AC_REPLACE'd variables.
58742         * modules/localcharset: Likewise.
58743
58744 2003-06-07  Jim Meyering  <jim@meyering.net>
58745
58746         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58747         in place of my name in the copyright comment.
58748         Remove definition and uses of __P.
58749
58750         From coreutils.
58751         * lib/stat.c: Don't declare xmalloc explicitly.
58752         Instead, include "xalloc.h".
58753         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58754         xrealloc, and xcalloc return values.
58755         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58756         Improve comment.
58757         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58758
58759 2003-06-07  Bruno Haible  <bruno@clisp.org>
58760
58761         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58762         avoid AC_CONFIG_LINKS.
58763         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58764         fnmatch.h, to avoid AC_CONFIG_LINKS.
58765         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58766
58767 2003-06-07  Bruno Haible  <bruno@clisp.org>
58768
58769         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58770         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58771         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58772         directory.
58773         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58774         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58775         directory.
58776
58777 2003-06-06  Jim Meyering  <jim@meyering.net>
58778
58779         Merge from coreutils.
58780         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58781         Consolidate declarations and initializations of *_base* locals.
58782
58783         Merge from coreutils.
58784         This avoids a core dump on systems without GNU putenv,
58785         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58786         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58787         (unsetenv): New static function, from GNU libc.
58788         (rpl_putenv): Use it.
58789
58790         * lib/modechange.c: Remove trailing blanks.
58791
58792         Merge from coreutils.
58793         * lib/fsusage.c: Remove declaration of statfs.
58794         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58795
58796         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58797
58798 2003-06-06  Jim Meyering  <jim@meyering.net>
58799
58800         * lib/stdbool_.h: Renamed from stdbool.h.in.
58801
58802 2003-06-06  Jim Meyering  <jim@meyering.net>
58803             Bruno Haible  <bruno@clisp.org>
58804
58805         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58806         Adjust Makefile.am snippet not to redirect directly to target.
58807         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58808
58809 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58810
58811         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58812         mismatch, look in future quarters as well as past.  This fixes a
58813         bug when processing fall-backwards gaps immediately after a long
58814         period of daylight-saving time.
58815
58816         * lib/mktime.c: Assume freestanding C89 or better.
58817         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58818         (__P): Remove; not used.
58819         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58820         (mktime, not_equal_tm, print_tm, check_result,
58821         main): Use prototypes.  Use const * where appropriate.
58822         (main): Fix typo in testing code that uncovered by above changes.
58823         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58824
58825 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58826
58827         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58828         locale.h, localeconv.  This merges changes from coreutils.
58829
58830         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58831         It can be removed after the next Autoconf is released.
58832         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58833         needed.
58834
58835 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58836
58837         * lib/mktime.c: Fix Debian bug 177940
58838         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58839         (localtime_offset): Now long int, not time_t, because we want it
58840         to be guaranteed to be signed.  All uses changed.
58841         (__mktime_internal): If overflow would occur when adding offset,
58842         don't add it.
58843
58844         Merge 'human' changes from coreutils.  Rewrite to support
58845         locale-specific notations like thousands separators.
58846         * lib/human.c: Simplify authorship notice.
58847         Include human.h immediately after config.h.
58848         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58849         <limits.h>: Do not include, since human.h does.
58850         (SIZE_MAX, UINTMAX_MAX): New macros.
58851         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58852         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58853         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58854         (power_letter): Renamed from suffixes.
58855         (generate_suffix_backwards): Remove.
58856         (adjust_value): Now takes int style (because of human.h changes)
58857         and long double value (for greater precision on some platforms).
58858         (group_number): New function.
58859         (human_readable): Use it.  Use integer options, not enum.
58860         Put the options before the sizes in the arg list.
58861         Support all the new options.
58862         The old human_readable function has been removed;
58863         use inttostr.h instead.
58864         (human_readable, default_block_size, humblock):
58865         Use uintmax_t, not int, for block sizes.
58866         (human_readable_inexact, block_size_types): Remove.
58867         (block_size_opts): New constant.
58868         (human_options): Renamed from human_block_size, with new signature
58869         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58870         * lib/human.h: Add copyright and authorship notice.
58871         Include <limits.h> and <stdbool.h> unconditionally.
58872         (PARAMS): Remove.  All uses removed.
58873         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58874         (enum human_inexact_style): Remove tag; now a nameless enum.
58875         (human_floor, human_ceiling, human_round_to_even): Now have
58876         values 2, 0, 1 rather than -1, 1, 0.
58877         (human_group_digits, human_suppress_point_zero, human_autoscale,
58878         human_base_1024, human_SI, human_B): New constants.
58879         (human_readable_inexact, human_block_size): Remove.
58880         (human_readable): Size args are now uintmax_t, not int.
58881         (human_options): New decl.
58882
58883         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58884         unnecessary now that we assume C89 or better.  This change
58885         imported from coreutils.
58886
58887         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58888         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58889         in the 2003-05-30 sync from glibc.
58890
58891         .h files should stand alone, but we shouldn't include <sys/types.h>
58892         if we can get away with just <stddef.h>.
58893
58894         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58895         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58896         rather than <sys/types.h>, as we merely need size_t.
58897         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58898         to get size_t.
58899         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58900         Include <stdio.h>, to get FILE.
58901         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58902         memcasecmp.h has included <stddef.h> and all we need is size_t.
58903         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58904         our interface, instead of including <sys/types.h>
58905
58906 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58907
58908         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58909         now, as glibc mktime is buggy on non-glibc systems.
58910
58911 2003-06-03  Karl Berry  <karl@gnu.org>
58912
58913         * config/config.sub: update from prep.
58914
58915 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58916
58917         [from coreutils]
58918         Fix some minor time-related bugs with POSIX time arguments.
58919         Some valid time stamps were being rejected (notably -1, and
58920         time stamps before 1900 on 64-bit hosts).  And some invalid
58921         time stamps were being accepted, e.g. September 31.
58922
58923         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58924         that we can return (time_t) -1 successfully.
58925         * lib/posixtm.c: Likewise.
58926         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58927         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58928         (t): Remove static var.
58929         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58930         of static var.  All uses changed.
58931         (year): Do not reject years before 1900; they can occur with
58932         64-bit time_t.
58933         (posix_time_parse): Do not check for out-of-range components;
58934         that is now the caller's responsibility, since our checks were
58935         only approximations.
58936         (posixtime): Use mktime to check for out-of-range components,
58937         since it knows them exactly.
58938         If mktime returns (time_t) -1, check whether an error actually occurred
58939         by invoking localtime on -1.
58940         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58941         posixtime failures better.
58942         Improve the test data (in comments only).
58943
58944 2003-06-02  Karl Berry  <karl@gnu.org>
58945
58946         * config/mkinstalldirs (version): new variable.
58947         (--version): new option.
58948         (usage): improve message.
58949
58950 2003-05-30  Karl Berry  <karl@gnu.org>
58951
58952         * lib/mktime.c: update from libc.
58953
58954 2003-05-30  Bruno Haible  <bruno@clisp.org>
58955
58956         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58957         * config/config.rpath: Upgrade to gettext-0.12.1.
58958
58959 2003-05-30  Bruno Haible  <bruno@clisp.org>
58960
58961         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58962         * m4/nls.m4: New file, from gettext-0.12.1.
58963         * m4/po.m4: New file, from gettext-0.12.1.
58964         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58965
58966 2003-05-30  Bruno Haible  <bruno@clisp.org>
58967
58968         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58969         * lib/localcharset.h: Likewise.
58970         * lib/localcharset.c: Likewise.
58971
58972 2003-05-29  Karl Berry  <karl@gnu.org>
58973
58974         * config/config.rpath: update from gettext.
58975
58976 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58977
58978         Assume the headers required for C89 freestanding compilers.
58979         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58980         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58981         * m4/human.m4 (gl_HUMAN): Likewise.
58982         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58983         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58984         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58985         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58986         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58987         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58988
58989 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58990
58991         Assume the headers required for C89 freestanding compilers.
58992         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58993         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58994         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58995         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58996         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58997         define, since <limits.h> is guaranteed to do that.
58998         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58999         * lib/exclude.c: Include <stdbool.h> unconditionally.
59000         * lib/tempname.c: Include <stddef.h> unconditionally.
59001         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
59002         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
59003         <stddef.h> does that.
59004         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
59005         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59006         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59007         needed.
59008         * lib/xstrtol.c: Likewise.
59009         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59010         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59011
59012         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59013         warnings on some platforms.
59014
59015         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59016         arbitrarily.
59017
59018 2003-05-26  Jim Meyering  <jim@meyering.net>
59019
59020         Merge in a change from coreutils:
59021         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59022         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59023         that condition, rather than `-1' which is slightly misleading.
59024         Change the name of the cache variable to have the gl_ prefix.
59025         Prompted by a patch from Richard Dawe for DJGPP.
59026
59027 2003-05-24  Karl Berry  <karl@gnu.org>
59028
59029         * config/config.guess: update from prep.
59030
59031 2003-05-22  Karl Berry  <karl@gnu.org>
59032
59033         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59034
59035 2003-05-20  Karl Berry  <karl@gnu.org>
59036
59037         * config/config.guess: update from prep.
59038
59039 2003-05-18  Karl Berry  <karl@gnu.org>
59040
59041         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59042         might actually be set by the user.
59043
59044         * config/depcomp, install-sh, mdate-sh: update from automake.
59045
59046 2003-05-17  Bruno Haible  <bruno@clisp.org>
59047
59048         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59049         invalid expansion for AC_EGREP_CPP.
59050         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59051         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59052         Suggested by Akim Demaille <akim@epita.fr> in
59053         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59054
59055 2003-05-12  Jim Meyering  <jim@meyering.net>
59056
59057         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59058         the space-padded-by-default conversion specifiers, %e, %k, %l.
59059
59060 2003-05-12  Bruno Haible  <bruno@clisp.org>
59061
59062         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59063         the string is longer than 4 KB.
59064
59065 2003-05-11  Karl Berry  <karl@gnu.org>
59066
59067         * config/config.{guess,sub}: update from prep.
59068
59069 2003-05-09  Bruno Haible  <bruno@clisp.org>
59070
59071         * modules/error: Add m4/strerror_r.m4 to file list.
59072
59073 2003-05-03  Bruno Haible  <bruno@clisp.org>
59074
59075         Upgrade to Unicode-4.0.
59076         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59077         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59078         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59079         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59080         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59081         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59082         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59083         Change width of U+E0100..U+E01EF from 1 to 0.
59084
59085 2003-04-25  Jim Meyering  <jim@meyering.net>
59086
59087         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59088         of type size_t, not int.
59089
59090 2003-04-25  Bruno Haible  <bruno@clisp.org>
59091
59092         * lib/copy-file.c: Include <stddef.h>, for size_t.
59093
59094 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59095
59096         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59097         code which expansion is under static control.  Patch imported from
59098         Akim Demaille's patch to Bison; see
59099         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59100
59101 2003-04-14  Bruno Haible  <bruno@clisp.org>
59102
59103         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59104
59105 2003-04-11  Jim Meyering  <jim@meyering.net>
59106
59107         Merge changes from Coreutils.
59108
59109         2003-03-22  Jim Meyering  <jim@meyering.net>
59110
59111         * lib/strftime.c (widen): Cast alloca return value to proper type.
59112
59113         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59114
59115         From GNU libc.
59116         * lib/strftime.c (my_strftime): Handle very large width
59117         specifications for numeric values correctly.  Improve checks for
59118         overflow.
59119
59120         2003-01-19  Jim Meyering  <jim@meyering.net>
59121
59122         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59123         definitions.
59124         (nl_get_alt_digit) [! defined my_strftime]: Define.
59125         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59126         _nl_get_alt_digit and _nl_get_walt_digit.
59127
59128         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59129         libc. These changes have no effect outside of _LIBC.
59130
59131 2003-04-10  Bruno Haible  <bruno@clisp.org>
59132
59133         * modules/findprog: New file.
59134         * MODULES.html.sh (func_all_modules): Add it.
59135
59136 2003-04-10  Bruno Haible  <bruno@clisp.org>
59137
59138         * m4/findprog.m4: New file.
59139         * m4/eaccess.m4: New file.
59140
59141 2003-04-10  Bruno Haible  <bruno@clisp.org>
59142
59143         * lib/findprog.h: New file, from GNU gettext.
59144         * lib/findprog.c: New file, from GNU gettext.
59145
59146 2003-04-05  Jim Meyering  <jim@meyering.net>
59147
59148         Merge changes from Coreutils.
59149
59150         * lib/exclude.h (PARAMS): Remove definition and uses.
59151         * lib/exclude.c: Remove uses of `PARAMS'.
59152
59153         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59154         Add test-cases for DOS filenames. Declare program_name.
59155         (main): Set up program_name.  Patch by Rich Dawe.
59156
59157         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59158         error from mntctl.
59159         Use mntctl's return value to drive the entry-processing loop, since
59160         we can't rely on the value of the vmt_length member in the last
59161         entry.  On some systems doing so could result in exhausting
59162         virtual memory.  Based in part on a patch from Mike Jetzer.
59163
59164 2003-04-04  Bruno Haible  <bruno@clisp.org>
59165
59166         * modules/linebreak: New file.
59167         * MODULES.html.sh (func_all_modules): Add it.
59168
59169 2003-04-04  Bruno Haible  <bruno@clisp.org>
59170
59171         * m4/linebreak.m4: New file.
59172
59173 2003-04-04  Bruno Haible  <bruno@clisp.org>
59174
59175         * lib/linebreak.h: New file, from GNU gettext.
59176         * lib/linebreak.c: New file, from GNU gettext with slight
59177         modifications.
59178         * lib/lbrkprop.h: New file, from GNU gettext.
59179
59180 2003-04-03  Bruno Haible  <bruno@clisp.org>
59181
59182         * modules/utf8-ucs4: New file.
59183         * modules/utf16-ucs4: New file.
59184         * modules/ucs4-utf8: New file.
59185         * modules/ucs4-utf16: New file.
59186         * MODULES.html.sh (func_all_modules): Add them.
59187
59188 2003-04-03  Bruno Haible  <bruno@clisp.org>
59189
59190         * m4/utf-ucs4.m4: New file.
59191         * m4/ucs4-utf.m4: New file.
59192
59193 2003-04-03  Bruno Haible  <bruno@clisp.org>
59194
59195         * lib/utf8-ucs4.h: New file, from GNU gettext.
59196         * lib/utf16-ucs4.h: New file, from GNU gettext.
59197         * lib/ucs4-utf8.h: New file, from GNU gettext.
59198         * lib/ucs4-utf16.h: New file, from GNU gettext.
59199
59200 2003-04-02  Bruno Haible  <bruno@clisp.org>
59201
59202         * modules/binary-io: New file.
59203         * MODULES.html.sh (func_all_modules): Add it.
59204
59205 2003-04-02  Bruno Haible  <bruno@clisp.org>
59206
59207         * lib/binary-io.h: New file, from GNU gettext.
59208
59209 2003-04-01  Bruno Haible  <bruno@clisp.org>
59210
59211         * modules/pathname: New file.
59212         * MODULES.html.sh (func_all_modules): Add it.
59213
59214 2003-04-01  Bruno Haible  <bruno@clisp.org>
59215
59216         * lib/pathname.h: New file, from GNU gettext.
59217         * lib/concatpath.c: New file, from GNU gettext.
59218
59219 2003-03-30  Bruno Haible  <bruno@clisp.org>
59220
59221         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59222
59223 2003-03-30  Bruno Haible  <bruno@clisp.org>
59224
59225         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59226         function chown() doesn't exist.
59227
59228 2003-03-28  Bruno Haible  <bruno@clisp.org>
59229
59230         * modules/copy-file: New file.
59231         * MODULES.html.sh (func_all_modules): Add it.
59232
59233 2003-03-28  Bruno Haible  <bruno@clisp.org>
59234
59235         * m4/copy-file.m4: New file.
59236
59237 2003-03-28  Bruno Haible  <bruno@clisp.org>
59238
59239         * lib/copy-file.h: New file, from GNU gettext.
59240         * lib/copy-file.c: New file, from GNU gettext.
59241
59242 2003-03-18  Jim Meyering  <jim@meyering.net>
59243
59244         * lib/quote.c (quote_n): Fix typo in comment.
59245
59246 2003-03-18  Bruno Haible  <bruno@clisp.org>
59247
59248         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59249         checking.
59250         * m4/onceonly_2_57.m4: Likewise.
59251
59252 2003-03-17  Bruno Haible  <bruno@clisp.org>
59253
59254         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59255         (m4_quote): Remove macro.
59256         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59257
59258 2003-03-14  Jim Meyering  <jim@meyering.net>
59259
59260         Merge changes from Coreutils.
59261         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59262         to be const, in order to avoid warnings.
59263         (obstack_room): Likewise.
59264         (obstack_empty_p): Likewise.
59265
59266 2003-03-14  Bruno Haible  <bruno@clisp.org>
59267
59268         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59269         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59270
59271 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59272
59273         Merge changes from Bison.
59274         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59275         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59276         when compiling Bison 1.875's `bitset bset = obstack_alloc
59277         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59278         * lib/hash.c: Include <stdbool.h> unconditionally.
59279
59280 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59281
59282         * m4/onceonly.m4 (m4_quote): New macro.
59283         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59284         Quote AC_FOREACH variable-expansions properly.
59285
59286 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59287
59288         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59289
59290 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59291
59292         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59293         Reported by Bruce Becker; see:
59294         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59295
59296 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59297             Bruno Haible  <bruno@clisp.org>
59298
59299         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59300         Reported by John Hughes, see
59301         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59302
59303 2003-02-20  Bruno Haible  <bruno@clisp.org>
59304
59305         * MODULES.html.sh (func_all_modules): Add poll.
59306
59307 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59308
59309         * modules/poll: New file.
59310
59311 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59312
59313         * lib/poll_.h: New file.
59314         * lib/poll.c: New file.
59315
59316 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59317
59318         * m4/poll.m4: New file.
59319
59320 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59321
59322         * modules/mathl: New file.
59323
59324 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59325
59326         * lib/mathl.h: New file.
59327         * lib/acosl.c: New file.
59328         * lib/asinl.c: New file.
59329         * lib/atanl.c: New file.
59330         * lib/ceill.c: New file.
59331         * lib/cosl.c: New file.
59332         * lib/expl.c: New file.
59333         * lib/floorl.c: New file.
59334         * lib/frexpl.c: New file.
59335         * lib/ldexpl.c: New file.
59336         * lib/logl.c: New file.
59337         * lib/sincosl.c: New file.
59338         * lib/sinl.c: New file.
59339         * lib/sqrtl.c: New file.
59340         * lib/tanl.c: New file.
59341         * lib/trigl.c: New file.
59342         * lib/trigl.h: New file.
59343
59344 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59345
59346         * m4/mathl.m4: New file.
59347
59348 2003-02-18  Bruno Haible  <bruno@clisp.org>
59349
59350         * MODULES.html.sh (func_all_modules): Add mathl.
59351
59352 2003-02-17  Bruno Haible  <bruno@clisp.org>
59353
59354         * modules/mkdtemp: New module.
59355         * MODULES.html.sh (func_all_modules): Add it.
59356
59357 2003-02-17  Bruno Haible  <bruno@clisp.org>
59358
59359         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59360
59361 2003-02-17  Bruno Haible  <bruno@clisp.org>
59362
59363         * lib/mkdtemp.h: New file, from GNU gettext.
59364         * lib/mkdtemp.c: New file, from GNU gettext.
59365
59366 2003-02-02  Jim Meyering  <jim@meyering.net>
59367
59368         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59369         e.g. glibc-2.2.93.
59370
59371 2003-01-31  Bruno Haible  <bruno@clisp.org>
59372
59373         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59374         'rpl_rename'.
59375         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59376         'rpl_strnlen'.
59377         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59378         'rpl_strtod'.
59379         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59380         'rpl_utime'.
59381
59382 2003-01-31  Bruno Haible  <bruno@clisp.org>
59383
59384         * lib/rename.c: #undef rename before defining rpl_rename.
59385         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59386
59387 2003-01-30  Bruno Haible  <bruno@clisp.org>
59388
59389         * modules/vasnprintf, modules/vasprintf: New modules.
59390         * MODULES.html.sh (func_all_modules): Add them.
59391
59392 2003-01-30  Bruno Haible  <bruno@clisp.org>
59393
59394         * m4/signed.m4: New file, from GNU gettext.
59395         * m4/longdouble.m4: New file, from GNU gettext.
59396         * m4/wchar_t.m4: New file, from GNU gettext.
59397         * m4/wint_t.m4: New file, from GNU gettext.
59398         * m4/vasnprintf.m4: New file.
59399         * m4/vasprintf.m4: New file.
59400
59401 2003-01-30  Bruno Haible  <bruno@clisp.org>
59402
59403         * lib/printf-args.h: New file, from GNU gettext.
59404         * lib/printf-args.c: New file, from GNU gettext.
59405         * lib/printf-parse.h: New file, from GNU gettext.
59406         * lib/printf-parse.c: New file, from GNU gettext.
59407         * lib/vasnprintf.h: New file, from GNU gettext.
59408         * lib/vasnprintf.c: New file, from GNU gettext.
59409         * lib/asnprintf.c: New file, from GNU gettext.
59410         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59411         * lib/vasprintf.c: New file, from GNU gettext.
59412         * lib/asprintf.c: New file, from GNU gettext.
59413
59414 2003-01-29  Bruno Haible  <bruno@clisp.org>
59415
59416         * modules/stpncpy: New module.
59417         * MODULES.html.sh (func_all_modules): Add it.
59418
59419 2003-01-29  Bruno Haible  <bruno@clisp.org>
59420
59421         * m4/stpncpy.m4: New file.
59422
59423 2003-01-29  Bruno Haible  <bruno@clisp.org>
59424
59425         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59426         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59427
59428 2003-01-28  Bruno Haible  <bruno@clisp.org>
59429
59430         * modules/c-ctype: New module.
59431         * MODULES.html.sh (func_all_modules): Add it.
59432
59433 2003-01-28  Bruno Haible  <bruno@clisp.org>
59434
59435         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59436         Paul Eggert.
59437         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59438         Paul Eggert.
59439
59440 2003-01-27  Bruno Haible  <bruno@clisp.org>
59441
59442         * modules/xsetenv: New module.
59443         * MODULES.html.sh (func_all_modules): Add it.
59444
59445 2003-01-27  Bruno Haible  <bruno@clisp.org>
59446
59447         * lib/xsetenv.h: New file, from GNU gettext.
59448         * lib/xsetenv.c: New file, from GNU gettext.
59449
59450 2003-01-23  Jim Meyering  <jim@meyering.net>
59451
59452         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59453         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59454
59455 2003-01-23  Bruno Haible  <bruno@clisp.org>
59456
59457         * modules/minmax: New module.
59458         * MODULES.html.sh (func_all_modules): Add it.
59459
59460 2003-01-23  Bruno Haible  <bruno@clisp.org>
59461
59462         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59463         Eggert.
59464
59465 2003-01-22  Bruno Haible  <bruno@clisp.org>
59466
59467         * modules/exit: New module.
59468         * MODULES.html.sh (func_all_modules): Add it.
59469
59470 2003-01-22  Bruno Haible  <bruno@clisp.org>
59471
59472         * lib/exit.h: New file, from GNU gettext.
59473
59474 2003-01-19  Bruno Haible  <bruno@clisp.org>
59475
59476         * gnulib-tool: Recognize option --extract-maintainer.
59477         (func_get_maintainer): New function.
59478         * modules/*: Add Maintainer entry.
59479
59480 2003-01-16  Jim Meyering  <jim@meyering.net>
59481
59482         * m4/regex.m4: The `regex' struct is both input and output.
59483         Initialize it before each use.  Patch by Tim Waugh.
59484
59485 2003-01-16  Bruno Haible  <bruno@clisp.org>
59486
59487         * MODULES.html.sh: Add a table of contents. Add the module name as
59488         leftmost column. Add hyperlinks.
59489
59490 2003-01-15  Bruno Haible  <bruno@clisp.org>
59491
59492         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59493
59494 2003-01-15  Bruno Haible  <bruno@clisp.org>
59495
59496         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59497         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59498         suffix.
59499
59500 2003-01-15  Bruno Haible  <bruno@clisp.org>
59501
59502         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59503
59504 2003-01-15  Bruno Haible  <bruno@clisp.org>
59505
59506         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59507         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59508
59509 2003-01-14  Jim Meyering  <jim@meyering.net>
59510
59511         * lib/same.c (same_name): Tweak a comment.
59512
59513 2003-01-14  Bruno Haible  <bruno@clisp.org>
59514
59515         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59516         when a string comparison is sufficient.
59517
59518 2003-01-14  Bruno Haible  <bruno@clisp.org>
59519
59520         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59521         'unsigned int'.
59522
59523 2003-01-14  Bruno Haible  <bruno@clisp.org>
59524
59525         * lib/hash-pjw.c: Add comment about low quality of this function.
59526
59527 2003-01-13  Bruno Haible  <bruno@clisp.org>
59528
59529         * modules/stpcpy: Distribute lib/stpcpy.h.
59530         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59531
59532 2003-01-13  Bruno Haible  <bruno@clisp.org>
59533
59534         * modules/*: Add a description.
59535         * modules/strpbrk: Fix Makefile.am snippet.
59536         * modules/strtoimax: Fix dependencies.
59537         * modules/strtoumax: Likewise.
59538
59539 2003-01-13  Bruno Haible  <bruno@clisp.org>
59540
59541         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59542         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59543         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59544
59545 2003-01-13  Bruno Haible  <bruno@clisp.org>
59546
59547         * gnulib-tool (func_create_testdir): Store config/* files in the main
59548         directory.
59549         * config.rpath: Move to ...
59550         * config/config.rpath: ... here.
59551         * modules/gettext: Contains config/config.rpath, not config.rpath.
59552         * modules/iconv: Likewise.
59553
59554 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59555
59556         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59557         to avoid collisions with libcurses and libreadline.
59558
59559         * m4/getstr.m4: Remove.
59560         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59561
59562 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59563
59564         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59565         to avoid collisions with libcurses and libreadline.
59566
59567         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59568         * lib/getstr.h, getstr.c: Remove.
59569         * lib/getline.c: Include "getline.h", to check interface.
59570         Move body of old getstr.c here: this defines MIN_CHUNK and
59571         declares getdelim2, which is renamed from getstr.
59572         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59573
59574         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59575         All uses changed.
59576         * lib/linebuffer.h: Likewise.
59577         (readline): Remove backward-compatibility macro.
59578
59579 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59580
59581         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59582         to avoid collisions with libcurses and libreadline.
59583         * getstr: Remove.
59584         * MODULES.html.sh: Remove getstr.
59585         * modules/getline: Depend on unlocked-io, not getstr.
59586
59587 2003-01-12  Jim Meyering  <jim@meyering.net>
59588
59589         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59590
59591 2003-01-10  Bruno Haible  <bruno@clisp.org>
59592
59593         * modules/alloca: Change Makefile.am requirements. Simplify Include
59594         requirements. Add lib/alloca_.h to file list.
59595
59596 2003-01-10  Bruno Haible  <bruno@clisp.org>
59597
59598         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59599
59600 2003-01-10  Bruno Haible  <bruno@clisp.org>
59601
59602         * lib/alloca_.h: New file.
59603         * lib/getdate.y: Unconditionally include alloca.h.
59604         * lib/makepath.c: Likewise.
59605         * lib/setenv.c: Likewise.
59606         * lib/userspec.c: Likewise.
59607
59608 2003-01-09  Karl Berry  <karl@gnu.org>
59609
59610         * MODULES.html.sh: include `dirname $0` in PATH, to find
59611         gnulib-tool.
59612
59613 2003-01-09  Bruno Haible  <bruno@clisp.org>
59614
59615         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59616         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59617
59618 2003-01-09  Bruno Haible  <bruno@clisp.org>
59619
59620         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59621
59622 2003-01-09  Bruno Haible  <bruno@clisp.org>
59623
59624         * lib/stdbool.h.in: New file.
59625
59626 2003-01-09  Bruno Haible  <bruno@clisp.org>
59627
59628         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59629         * MODULES.html.sh: Likewise.
59630
59631 2003-01-08  Jim Meyering  <jim@meyering.net>
59632
59633         * lib/full-write.c: Undefine and define-away `const' after inclusion
59634         of errno.h, not before.  Suggestion from Bruno Haible.
59635
59636 2003-01-08  Bruno Haible  <bruno@clisp.org>
59637
59638         * modules/full-read: Depend on full-write.
59639
59640 2003-01-08  Bruno Haible  <bruno@clisp.org>
59641
59642         * lib/safe-read.c: Include specification header first, to ensure its
59643         selfcontainedness.
59644         * lib/full-write.c: Likewise.
59645
59646 2003-01-07  Jim Meyering  <jim@meyering.net>
59647
59648         * lib/full-write.c: Rework so that it may serve to define full_read,
59649         too.
59650         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59651
59652 2003-01-07  Bruno Haible  <bruno@clisp.org>
59653
59654         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59655         <inttypes.h>.
59656         * lib/xstrtol.h: Likewise.
59657         * lib/xstrtoimax.c: Likewise.
59658         * lib/xstrtoumax.c: Likewise.
59659         * lib/human.h: Likewise.
59660
59661         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59662         on systems that have <inttypes.h> but not <stdint.h>.
59663
59664 2003-01-07  Bruno Haible  <bruno@clisp.org>
59665
59666         * MODULES.html.sh: Add copyright notice.
59667         (missed_files): Omit CVS directory entries.
59668         (func_module): Make it work with sed-3.02.
59669         * MODULES.txt: Remove file.
59670
59671 2003-01-06  Jim Meyering  <jim@meyering.net>
59672
59673         * lib/version-etc.c: Update year in translatable copyright string.
59674
59675 2003-01-03  Karl Berry  <karl@gnu.org>
59676
59677         * config/config.{guess,sub}: update from prep.
59678
59679 2003-01-02  Karl Berry  <karl@gnu.org>
59680
59681         * doc/COPYING.DOC: belatedly updated to 1.2.
59682
59683 2003-01-01  Karl Berry  <karl@gnu.org>
59684
59685         * gnulib-tool (func_verify_module): report module name $module in
59686         error message, not $1.
59687         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59688         be created, only if it doesn't exist.
59689         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59690
59691 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59692
59693         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59694
59695 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59696
59697         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59698         memcmp if strcoll doesn't work.
59699
59700 2002-12-31  Bruno Haible  <bruno@clisp.org>
59701
59702         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59703         nonempty.
59704
59705 2002-12-31  Bruno Haible  <bruno@clisp.org>
59706
59707         * lib/memcoll.c (STRCOLL): New macro.
59708         (memcoll): Use it.
59709
59710 2002-12-31  Bruno Haible  <bruno@clisp.org>
59711
59712         * lib/localcharset.h: New file.
59713         * lib/localcharset.c: Include it.
59714         * lib/unicodeio.c: Likewise.
59715
59716 2002-12-31  Bruno Haible  <bruno@clisp.org>
59717
59718         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59719         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59720
59721 2002-12-31  Bruno Haible  <bruno@clisp.org>
59722
59723         * lib/getline.h: Include <stddef.h>, for size_t.
59724
59725         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59726         * lib/unicodeio.c: Don't include <stddef.h>.
59727
59728 2002-12-31  Bruno Haible  <bruno@clisp.org>
59729
59730         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59731         HAVE_TM_ZONE.
59732
59733 2002-12-24  Karl Berry  <karl@gnu.org>
59734
59735         * config/config.guess: update from prep.
59736
59737 2002-12-24  Bruno Haible  <bruno@clisp.org>
59738
59739         General infrasructure.
59740         * m4/README: Rewritten.
59741         * m4/onceonly.m4: New file.
59742         * m4/onceonly_2_57.m4: New file.
59743
59744         Module atexit.
59745         * m4/atexit.m4: New file.
59746
59747         Module strtod.
59748         * m4/strtod.m4: New file.
59749
59750         Module strtol.
59751         * m4/strtol.m4: New file.
59752
59753         Module strtoul.
59754         * m4/strtoul.m4: New file.
59755
59756         Module memchr.
59757         * m4/memchr.m4: New file.
59758
59759         Module memcmp.
59760         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59761         (jm_FUNC_MEMCMP): Invoke it.
59762
59763         Module memcpy.
59764         * m4/memcpy.m4: New file.
59765
59766         Module memmove.
59767         * m4/memmove.m4: New file.
59768
59769         Module memset.
59770         * m4/memset.m4: New file.
59771
59772         Module strcspn.
59773         * m4/strcspn.m4: New file.
59774
59775         Module strpbrk.
59776         * m4/strpbrk.m4: New file.
59777
59778         Module strstr.
59779         * m4/strstr.m4: New file.
59780
59781         Module strerror.
59782         * m4/strerror.m4: New file.
59783
59784         Module mktime.
59785         * m4/mktime.m4: Renamed from jm-mktime.m4.
59786         (gl_PREREQ_MKTIME): New macro.
59787         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59788
59789         Module malloc.
59790         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59791         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59792         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59793
59794         Module realloc.
59795         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59796         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59797         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59798
59799         Module strftime.
59800         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59801         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59802         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59803         gl_TM_GMTOFF.
59804         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59805
59806         Module xalloc.
59807         * m4/xalloc.m4: New file.
59808
59809         Module alloca.
59810         * m4/alloca.m4: New file.
59811
59812         Module putenv.
59813         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59814         (jm_FUNC_PUTENV): Invoke it.
59815
59816         Module setenv.
59817         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59818         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59819         when invoked twice.
59820         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59821         gt_FUNC_SETENV.
59822
59823         Module memrchr.
59824         * m4/memrchr.m4: New file.
59825
59826         Module stpcpy.
59827         * m4/stpcpy.m4: New file.
59828
59829         Module strcase.
59830         * m4/strcase.m4: New file.
59831
59832         Module strdup.
59833         * m4/strdup.m4: New file.
59834
59835         Module strnlen.
59836         * m4/strnlen.m4: New file.
59837
59838         Module strndup.
59839         * m4/strndup.m4: New file.
59840
59841         Module xstrtod.
59842         * m4/xstrtod.m4: New file.
59843
59844         Module xstrtol.
59845         * m4/xstrtol.m4: New file.
59846
59847         Module getdate.
59848         * m4/getdate.m4: New file.
59849
59850         Module unlocked-io.
59851         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59852         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59853         * m4/jm-glibc-io.m4n: Remove file.
59854
59855         Module long-options.
59856         * m4/long-options.m4: New file.
59857
59858         Module md5.
59859         * m4/md5.m4: New file.
59860
59861         Module sha.
59862         * m4/sha.m4: New file.
59863
59864         Module getstr.
59865         * m4/getstr.m4: New file.
59866
59867         Module getline.
59868         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59869         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59870         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59871         simply getline. Infoke gl_PREREQ_GETLINE.
59872
59873         Module obstack.
59874         * m4/obstack.m4: New file.
59875
59876         Module hash.
59877         * m4/hash.m4: New file.
59878
59879         Module readtokens.
59880         * m4/readtokens.m4: New file.
59881
59882         Module strverscmp.
59883         * m4/strverscmp.m4: New file.
59884
59885         Module stdbool.
59886         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59887         OSF/1.
59888
59889         Module strtoll.
59890         * m4/strtoll.m4: New file.
59891
59892         Module strtoull.
59893         * m4/strtoull.m4: New file.
59894
59895         Module strtoimax.
59896         * m4/strtoimax.m4: New file.
59897
59898         Module strtoumax.
59899         * m4/strtoumax.m4: New file.
59900
59901         Module xstrtoimax.
59902         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59903         jm_AC_PREREQ_XSTRTOIMAX.
59904         Moved the strtol prerequisites to strtol.m4.
59905         Moved the strtoll prerequisites to strtoll.m4.
59906         Moved the strtoimax prerequisites to strtoimax.m4.
59907
59908         Module xstrtoumax.
59909         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59910         jm_AC_PREREQ_XSTRTOUMAX.
59911         Moved the strtoul prerequisites to strtoul.m4.
59912         Moved the strtoull prerequisites to strtoull.m4.
59913         Moved the strtoumax prerequisites to strtoumax.m4.
59914
59915         Module chown.
59916         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59917         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59918
59919         Module dup2.
59920         * m4/dup2.m4: New file.
59921
59922         Module ftruncate.
59923         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59924         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59925
59926         Module getgroups.
59927         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59928         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59929
59930         Module gettimeofday.
59931         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59932         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59933         gl_PREREQ_GETTIMEOFDAY.
59934
59935         Module mkdir.
59936         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59937         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59938
59939         Module mkstemp.
59940         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59941         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59942         jm_AC_TYPE_UINTMAX_T.
59943         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59944
59945         Module stat.
59946         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59947         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59948
59949         Module lstat.
59950         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59951         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59952
59953         Module timespec.
59954         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59955         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59956         * m4/st_mtim.m4: Indentation.
59957
59958         Module nanosleep.
59959         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59960         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59961         gl_PREREQ_NANOSLEEP.
59962
59963         Module regex.
59964         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59965         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59966         (gl_REGEX): New macro.
59967
59968         Module rename.
59969         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59970         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59971
59972         Module rmdir.
59973         * m4/rmdir.m4: New file.
59974
59975         Module utime.
59976         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59977         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59978         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59979
59980         Module dirname.
59981         * m4/dirname.m4: New file.
59982
59983         Module getopt.
59984         * m4/getopt.m4: New file.
59985
59986         Module unistd-safer.
59987         * m4/unistd-safer.m4: New file.
59988
59989         Module fnmatch.
59990         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59991         declaration.
59992         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59993         (gl_FUNC_FNMATCH_POSIX): New macro.
59994         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59995         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59996         simply fnmatch.
59997
59998         Module exclude.
59999         * m4/exclude.m4: New file.
60000
60001         Module human.
60002         * m4/human.m4: New file.
60003
60004         Module acl.
60005         * m4/acl.m4: Nop.
60006
60007         Module backupfile.
60008         * m4/backupfile.m4: New file.
60009         * m4/d-ino.m4: Indentation.
60010
60011         Module fsusage.
60012         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60013         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60014         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60015
60016         Module dirfd.
60017         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60018         requirements.
60019
60020         Module euidaccess.
60021         * m4/euidaccess.m4: New file.
60022
60023         Module file-type.
60024         * m4/file-type.m4: New file.
60025
60026         Module fileblocks.
60027         * m4/fileblocks.m4: New file.
60028
60029         Module filemode.
60030         * m4/filemode.m4: New file.
60031
60032         Module isdir.
60033         * m4/isdir.m4: New file.
60034
60035         Module lchown.
60036         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60037         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60038
60039         Module makepath.
60040         * m4/makepath.m4: New file.
60041
60042         Module modechange.
60043         * m4/modechange.m4: New file.
60044
60045         Module mountlist.
60046         * m4/mountlist.m4: New file.
60047         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60048         Indentation.
60049
60050         Module path-concat.
60051         * m4/path-concat.m4: New file.
60052
60053         Module pathmax.
60054         * m4/pathmax.m4: New file.
60055
60056         Module same.
60057         * m4/same.m4: New file.
60058
60059         Module save-cwd.
60060         * m4/save-cwd.m4: New file.
60061
60062         Module savedir.
60063         * m4/savedir.m4: New file.
60064
60065         Module xgetcwd.
60066         * m4/xgetcwd.m4: New file.
60067         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60068
60069         Module xreadlink.
60070         * m4/xreadlink.m4: New file.
60071
60072         Module safe-read.
60073         * m4/safe-read.m4: New file.
60074
60075         Module safe-write.
60076         * m4/safe-write.m4: New file.
60077
60078         Module closeout.
60079         * m4/closeout.m4: New file.
60080
60081         Module stdio-safer.
60082         * m4/stdio-safer.m4: New file.
60083
60084         Module getpass.
60085         * m4/getpass.m4: New file.
60086
60087         Module getugroups.
60088         * m4/getugroups.m4: New file.
60089
60090         Module group-member.
60091         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60092         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60093
60094         Module idcache.
60095         * m4/idcache.m4: New file.
60096
60097         Module userspec.
60098         * m4/userspec.m4: New file.
60099
60100         Module gettime.
60101         * m4/clock_time.m4: New file.
60102         * m4/gettime.m4: New file.
60103
60104         Module settime.
60105         * m4/settime.m4: New file.
60106
60107         Module posixtm.
60108         * m4/posixtm.m4: New file.
60109
60110         Module gethostname.
60111         * m4/gethostname.m4: New file.
60112
60113         Module canon-host.
60114         * m4/canon-host.m4: New file.
60115
60116         Module gettext.
60117         * m4/codeset.m4: New file, from gettext-0.11.5.
60118         * m4/gettext.m4: New file, from gettext-0.11.5.
60119         * m4/glibc21.m4: New file, from gettext-0.11.5.
60120         * m4/iconv.m4: New file, from gettext-0.11.5.
60121         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60122         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60123         * m4/inttypes.m4: New file, from gettext-0.11.5.
60124         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60125         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60126         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60127         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60128         * m4/lib-link.m4: New file, from gettext-0.11.5.
60129         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60130         * m4/progtest.m4: New file, from gettext-0.11.5.
60131         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60132         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60133         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60134
60135         Module localcharset.
60136         * m4/localcharset.m4: New file.
60137
60138         Module hard-locale.
60139         * m4/hard-locale.m4: New file.
60140
60141         Module mbswidth.
60142         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60143         onceonly macros.
60144         * m4/mbrtowc.m4: Add comment.
60145
60146         Module memcasecmp.
60147         * m4/memcasecmp.m4: New file.
60148
60149         Module memcoll.
60150         * m4/memcoll.m4: New file.
60151
60152         Module unicodeio.
60153         * m4/unicodeio.m4: New file.
60154
60155         Module rpmatch.
60156         * m4/rpmatch.m4: New file.
60157
60158         Module yesno.
60159         * m4/yesno.m4: New file.
60160
60161         Module exitfail.
60162         * m4/exitfail.m4: New file.
60163
60164         Module c-stack.
60165         * m4/c-stack.m4 (gl_C_STACK): New macro.
60166         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60167
60168         Module error.
60169         * m4/error.m4 (gl_ERROR): New macro.
60170         (jm_PREREQ_ERROR): Use onceonly macros.
60171
60172         Module fatal.
60173         * m4/fatal.m4: New file.
60174
60175         Module getloadavg.
60176         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60177         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60178
60179         Module getpagesize.
60180         * m4/getpagesize.m4: New file.
60181
60182         Module getusershell.
60183         * m4/getusershell.m4: New file.
60184
60185         Module physmem.
60186         * m4/physmem.m4: New file.
60187
60188         Module posixver.
60189         * m4/posixver.m4: New file.
60190
60191         Module quotearg.
60192         * m4/quotearg.m4: New file.
60193
60194         Module quote.
60195         * m4/quote.m4: New file.
60196
60197         Module readutmp.
60198         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60199
60200         Module sig2str.
60201         * m4/sig2str.m4: New file.
60202
60203         Other.
60204         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60205         ulonglong.m4.
60206         * m4/intmax_t.m4: New file.
60207         * m4/d-type.m4: Indentation.
60208         * m4/jm-macros.m4: Update.
60209         * m4/prereq.m4 (jm_PREREQ): Update.
60210         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60211         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60212         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60213         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60214         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60215         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60216         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60217         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60218         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60219         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60220         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60221         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60222         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60223         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60224         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60225         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60226         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60227         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60228         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60229
60230 2002-12-24  Bruno Haible  <bruno@clisp.org>
60231
60232         * MODULES.txt: Update according to m4/ changes.
60233
60234         Module gettext.
60235         * config.rpath: New file, from gettext-0.11.5.
60236
60237         * modules/*: New module descriptions.
60238         * gnulib-tool: New file.
60239         * MODULES.html.sh: New file.
60240
60241 2002-12-21  Karl Berry  <karl@gnu.org>
60242
60243         * doc/fdl.texi: update to version 1.2.
60244
60245 2002-12-19  Karl Berry  <karl@gnu.org>
60246
60247         * config/config.guess: update from prep.
60248
60249 2002-12-18  Bruno Haible  <bruno@clisp.org>
60250
60251         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60252         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60253
60254 2002-12-17  Bruno Haible  <bruno@clisp.org>
60255
60256         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60257         stdlib.h, string.h.
60258
60259 2002-12-17  Bruno Haible  <bruno@clisp.org>
60260
60261         * lib/canon-host.c (strdup): Remove unused declaration.
60262
60263         * lib/fsusage.c: Include full_read.h.
60264         (get_fs_usage): Use full_read instead of safe_read.
60265
60266         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60267
60268 2002-12-12  Karl Berry  <karl@gnu.org>
60269
60270         * config/config.guess: update from prep.
60271
60272 2002-12-11  Bruno Haible  <bruno@clisp.org>
60273
60274         * m4/setenv.m4: New file, from gettext-0.11.5.
60275
60276 2002-12-11  Bruno Haible  <bruno@clisp.org>
60277
60278         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60279         not unsetenv().
60280         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60281         modifications:
60282
60283         2002-12-11  Bruno Haible  <bruno@clisp.org>
60284
60285                 * setenv.c (alloca): Fall back to malloc.
60286                 (freea): New macro.
60287                 (setenv): Use freea() to free memory allocated with alloca().
60288
60289         2002-11-13  Bruno Haible  <bruno@clisp.org>
60290
60291                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60292                 function declarations.
60293                 * unsetenv.c (unsetenv): Likewise.
60294
60295         2002-03-04  Bruno Haible  <bruno@clisp.org>
60296
60297                 Portability to AIX 4.3.3.
60298                 * unsetenv.c: New file, extracted from setenv.c.
60299                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60300
60301         2001-12-20  Bruno Haible  <bruno@clisp.org>
60302
60303                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60304                 use malloc instead. For SunOS 4.
60305
60306         2001-12-11  Bruno Haible  <bruno@clisp.org>
60307
60308                 * setenv.c: Declare alloca.
60309                 (compar_fn_t): New typedef.
60310                 (KNOWN_VALUE, STORE_VALUE): Use it.
60311
60312         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60313         setenv.h.
60314
60315 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60316
60317         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60318         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60319         Choose values that are less likely to collide with system fnmatch
60320         options.
60321         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60322         defined (e.g., a pure POSIX system).
60323         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60324         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60325
60326 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60327
60328         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60329         a pain in practice to deal with generated m4 files.  This change
60330         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60331
60332         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60333         and jm-glibc-io.m4, as they are no longer a special case.
60334         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60335         kludge and the auto-generation stuff.  Check only whether the
60336         functions are declared, not whether they exist, since older hosts
60337         that don't declare the functions can't use the optimization anyway.
60338
60339 2002-12-06  Jim Meyering  <jim@meyering.net>
60340
60341         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60342
60343         Merge in changes from libc's misc/error.c, in preparation
60344         for the merge of gnulib's changes back into libc.
60345
60346         * lib/error.c (_): Define only if not already defined.
60347         Move definition to follow all #include directives.
60348         Include unlocked-io.h only if !_LIBC.
60349         [_LIBC]: Include <libio/libioP.h>.
60350         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60351         (fflush): Tweak definition to use INTUSE.
60352         (putc): Define.
60353
60354 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60355
60356         * lib/alloca.c [defined emacs]: Include "lisp.h".
60357         (xalloc_die) [defined emacs]: New macro.
60358         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60359         [! defined emacs]: Include <xalloc.h>.
60360         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60361         (pointer): Typedef to POINTER_TYPE *.
60362         (malloc): Remove decl; we now always use xmalloc.
60363         (alloca): Use old-style definition, since Emacs needs this.
60364         Check for arithmetic overflow when computing combined size.
60365
60366 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60367
60368         Do not generate unlocked-io.h automatically, since it's easier to
60369         maintain it by hand.
60370
60371         * lib/unlocked-io.h: New file, from GNU diffutils,
60372         but with proper copyright notice and attribution.
60373         * lib/gen-uio: Remove.
60374         * lib/Makefile.am: Add copyright notice.
60375         (libfetish_a_SOURCES): Add unlocked-io.h.
60376         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60377         (DISTCLEANFILES, io_functions): Remove macros.
60378         (EXTRA_DIST): Remove gen_uio.
60379         (unlocked-io.h): Remove rule.
60380
60381 2002-12-04  Jim Meyering  <jim@meyering.net>
60382
60383         Reflect the fact that stat.c and lstat.c are no longer generated.
60384         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60385         (DISTCLEANFILES): Likewise.
60386         (EXTRA_DIST): Likewise.
60387         (all_local): Don't depend on stat.c or lstat.c.
60388         (stat.c, lstat.c): Remove rules.
60389         (EXTRA_DIST): Remove xstat.in.
60390
60391         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60392         * lib/stat.c: New file.  Contents mostly from xstat.in.
60393         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60394         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60395
60396         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60397         too.
60398         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60399
60400 2002-12-03  Jim Meyering  <jim@meyering.net>
60401
60402         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60403         but not semantics, to minimize the differences between these two files.
60404         (safe_read): Change comment to mention SAFE_READ_ERROR.
60405
60406         * lib/safe-read.c (IS_EINTR): Define.
60407         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60408
60409 2002-12-02  Jim Meyering  <jim@meyering.net>
60410
60411         * lib/safe-read.c (EINTR): Define.
60412         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60413         (INT_MAX): Provide fallback.
60414         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60415
60416         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60417
60418 2002-12-02  Bruno Haible  <bruno@clisp.org>
60419
60420         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60421         Define, taken from safe-read.c.
60422         (INT_MAX): Provide fallback.
60423         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60424         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60425
60426         * lib/safe-read.c (EINTR): Remove definition.
60427         (safe_read): Don't use EINTR if it is absent.
60428
60429 2002-12-01  Jim Meyering  <jim@meyering.net>
60430
60431         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60432         zero.
60433         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60434
60435 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60436
60437         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60438         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60439         with `if (! (value < limit)) abort ();', for readability.
60440
60441 2002-11-26  Karl Berry  <karl@gnu.org>
60442
60443         * lib/strdup.c: copy from libc again, with jim's ok.
60444         * lib/.cppi-disable: re-add strdup.c
60445
60446 2002-11-25  Karl Berry  <karl@gnu.org>
60447
60448         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60449         instead of "strtol.c".
60450
60451 2002-11-25  Karl Berry  <karl@gnu.org>
60452
60453         * config/install-sh: update from automake for variable quoting, $0 in
60454         error msgs, etc.
60455
60456         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60457         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60458         entry.
60459
60460 2002-11-25  Jim Meyering  <jim@meyering.net>
60461
60462         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60463
60464 2002-11-24  Karl Berry  <karl@gnu.org>
60465
60466         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60467         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60468
60469 2002-11-24  Jim Meyering  <jim@meyering.net>
60470
60471         Update from coreutils:
60472
60473         * lib/mktime.c: Merge in changes from libc.
60474
60475         Avoid a link-time failure on some Linux systems.
60476         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60477         (otherwise).
60478         (__mon_yday): Declare with the STATIC attribute.
60479         (__mktime_internal): Likewise.
60480         Based on a report from Greg Schafer.
60481
60482 2002-11-23  Jim Meyering  <jim@meyering.net>
60483
60484         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60485         Use `unsigned', not `int', as type of index.
60486
60487         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60488
60489         * lib/fsusage.c: Remove unneeded parentheses around operands of
60490         `defined'.
60491
60492 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60493
60494         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60495         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60496         so that we can be included first.
60497         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60498         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60499         No need to include stddef.h or sys/types.h any more.
60500         Surround local include files with "", not "<>".
60501         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60502         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60503         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60504         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60505         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60506         (ISPRINT): Remove; no longer needed now that we assume C89.
60507
60508         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60509         Preserve errno.
60510
60511         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60512         quotearg_char): Use SIZE_MAX rather than
60513         (size_t) -1 when we are talking about "infinity".
60514
60515         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60516
60517 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60518
60519         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60520         hint that one should use `if (! x) abort ();' rather than `assert
60521         (x);', and anyway it's one less thing to worry about configuring.
60522         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60523         hash_rehash, hash_insert): Use abort rather than assert.
60524
60525 2002-11-22  Bruno Haible  <bruno@clisp.org>
60526
60527         * lib/safe-read.h: Assume C89. Add comments.
60528         (safe_read): Change return type to size_t.
60529         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60530         byte counts > SSIZE_MAX correctly.
60531         * lib/safe-write.h: New file.
60532         * lib/safe-write.c: New file.
60533         * lib/full-read.h: New file.
60534         * lib/full-read.c: New file.
60535         * lib/full-write.h: Assume C89. Add comments.
60536         * lib/full-write.c: Include safe-write.h.
60537         (full_write): Rewritten to use safe_write.
60538         Suggested by Jim Meyering and Paul Eggert.
60539
60540 2002-11-21  Jim Meyering  <jim@meyering.net>
60541
60542         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60543
60544         Merge in changes from the coreutils.
60545
60546         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60547         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60548         <stdint.h>.
60549         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60550         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60551         int.  Work more efficiently if X is the same width as uintmax_t.
60552         Do not compare X to -1, to avoid bogus compiler warning.
60553         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60554         Don't assume that f_frsize and f_bsize are the same type.
60555
60556         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60557         warning on FreeBSD.
60558
60559         * lib/makepath.c (make_path): Restore umask *before* creating the final
60560         component.
60561         (make_path): Minor reformatting.
60562
60563         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60564         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60565         HAVE_MALLOC/HAVE_REALLOC.
60566
60567         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60568         dummy ones.  At least on GNU/Linux systems, `auto' means something
60569         else.
60570         From Michael Stone.
60571
60572 2002-11-21  Bruno Haible  <bruno@clisp.org>
60573
60574         Remove case insensitive option matching.
60575         * lib/argmatch.h (argcasematch): Remove declaration.
60576         (ARGCASEMATCH): Remove macro.
60577         (__xargmatch_internal): Remove case_sensitive argument.
60578         (XARGMATCH): Update.
60579         (XARGCASEMATCH): Remove macro.
60580         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60581         case_sensitive argument.
60582         (argcasematch): Remove function.
60583         (__xargmatch_internal): Remove case_sensitive argument.
60584         (main): Use XARGMATCH instead of XARGCASEMATCH.
60585
60586         * lib/xmalloc.c: Change compile-time error message. Add comment about
60587         required autoconf version.
60588
60589 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60590
60591         Merge argmatch cleanups from Bison.  Assume C89.
60592
60593         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60594         Include stdlib.h, for EXIT_FAILURE.
60595         Always include <string.h>, since we assume C89.
60596         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60597         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60598         Include <stddef.h> instead, since it's all we need for size_t.
60599         (PARAMS): Remove.  All uses removed.
60600         (ARRAY_CARDINALITY): Do not bother to #undef.
60601         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60602         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60603         Remove unnecessary parentheses.
60604         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60605         Insert necessary parentheses.
60606         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60607         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60608
60609 2002-11-19  Bruno Haible  <bruno@clisp.org>
60610
60611         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60612         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60613
60614         * lib/mbswidth.h (PARAMS): Remove macro.
60615         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60616         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60617
60618         * lib/gcd.h (PARAMS): Remove macro.
60619         (gcd): Use ANSI C function declarations.
60620         * lib/gcd.c (gcd): Likewise.
60621
60622 2002-11-15  Bruno Haible  <bruno@clisp.org>
60623
60624         * lib/strcspn.c: Include <stddef.h>.
60625         (strcspn): Use ANSI C function declaration. Change return type to
60626         size_t. Use NULL.
60627         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60628         (strpbrk): Use NULL.
60629         * lib/strpbrk.h (PARAMS): Remove macro.
60630         (strpbrk): Use ANSI C function declaration.
60631         * lib/strstr.c: Don't include <sys/types.h>.
60632         * lib/strstr.h (PARAMS): Remove macro.
60633         (strstr): Use ANSI C function declarations.
60634
60635 2002-11-14  Karl Berry  <karl@gnu.org>
60636
60637         * config/mkinstalldirs: `do' on separate line, instead of
60638         `for var; do'.
60639
60640 2002-11-06  Bruno Haible  <bruno@clisp.org>
60641
60642         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60643         * lib/gcd.c (gcd): Likewise.
60644
60645 2002-11-05  Bruno Haible  <bruno@clisp.org>
60646
60647         * lib/gcd.h: New file, from gettext-0.11.5.
60648         * lib/gcd.c: New file, from gettext-0.11.5.
60649
60650 2002-11-05  Bruno Haible  <bruno@clisp.org>
60651
60652         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60653         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60654         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60655         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60656
60657         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60658         <libintl.h>.
60659         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60660         <libintl.h>.
60661
60662         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60663         * lib/human.c: Include gettext.h instead of <libintl.h>.
60664         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60665         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60666         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60667         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60668         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60669         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60670         (textdomain): Remove definition.
60671         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60672
60673         * lib/long-options.c: Remove include of <libintl.h> and definition of
60674         _.
60675         * lib/same.c: Remove include of <libintl.h> and definition of _.
60676
60677 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60678
60679         * lib/config.charset: A few additions for Solaris.
60680
60681 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60682
60683         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60684         * lib/localcharset.c (locale_charset): Declare as extern "C".
60685
60686 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60687
60688         * lib/config.charset: msdos in uk_UA uses CP1125.
60689
60690 2002-11-04  Bruno Haible  <bruno@clisp.org>
60691
60692         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60693         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60694         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60695         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60696         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60697
60698 2002-11-04  Bruno Haible  <bruno@clisp.org>
60699
60700         * lib/localcharset.c (locale_charset): Don't return an empty string.
60701
60702 2002-11-04  Bruno Haible  <bruno@clisp.org>
60703
60704         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60705         aliases.
60706
60707 2002-11-04  Bruno Haible  <bruno@clisp.org>
60708
60709         * lib/config.charset: Update for newest glibc. Add canonical names
60710         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60711
60712 2002-11-04  Bruno Haible  <bruno@clisp.org>
60713
60714         * lib/config.charset: Add support for NetBSD.
60715
60716 2002-11-04  Bruno Haible  <bruno@clisp.org>
60717
60718         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60719
60720 2002-11-01  Bruno Haible  <bruno@clisp.org>
60721
60722         * configure.in: Add AC_CONFIG_AUX_DIR call.
60723         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60724         test/Makefile.
60725         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60726
60727 2002-09-28  Karl Berry  <karl@gnu.org>
60728
60729         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60730         installed automake until the next release, since changes have been
60731         made.
60732
60733 2002-09-25  Karl Berry  <karl@gnu.org>
60734
60735         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60736         * lib/getopt*: copy from libc/posix.
60737         * lib/gettext.h: copy from gettext.
60738         * lib/.cppi-disable: add strdup.c, gettext.h.
60739
60740 2002-09-25  Karl Berry  <karl@gnu.org>
60741
60742         * config/srclist.txt: enable gettext.h check.
60743         * config/config.{guess,sub}: update from prep.
60744         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60745                 from automake 1.6.3.
60746         See srclist*.
60747
60748 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60749
60750         * regex.c (PATFETCH): Remove the translating fetch.
60751         (PATFETCH_RAW): Rename to PATFETCH.
60752         (set_image_of_range): New fun.
60753         (SET_RANGE_TABLE_WORK_AREA): Use it.
60754         (regex_compile): Don't translate the pattern chars so eagerly.
60755         Only do it when inserting an `exactn' bytecode or when handling
60756         a char-range.
60757         (mutually_exclusive_p): Avoid empty statement.
60758
60759 2002-07-06  Jim Meyering  <meyering@lucent.com>
60760
60761         * m4/README: Don't mention Makefile.am.in.
60762         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60763
60764 2002-07-01  Jim Meyering  <meyering@lucent.com>
60765
60766         * lib/c-stack.c: Include sys/time.h.
60767         From Volker Borchert.
60768
60769 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60770
60771         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60772
60773 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60774
60775         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60776         New macro.  Use it uniformly instead of
60777         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60778         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60779         reported by Vin Shelton.
60780
60781 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60782
60783         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60784         Do not assume SA_SIGINFO behavior.
60785         Bug reported by Jim Meyering on NetBSD 1.5.2.
60786
60787 2002-06-22  Jim Meyering  <meyering@lucent.com>
60788
60789         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60790         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60791
60792         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60793         now that configure.ac uses AC_GNU_SOURCE.
60794         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60795         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60796
60797         Update to latest tools.  Suggestions from Paul Eggert.
60798         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60799         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60800         * m4/fnmatch.m4: Likewise.
60801         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60802         to AC_HEADER_STDBOOL
60803
60804 2002-06-22  Jim Meyering  <meyering@lucent.com>
60805
60806         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60807         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60808
60809 2002-06-22  Jim Meyering  <meyering@lucent.com>
60810
60811         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60812
60813         * lib/exitfail.c, exitfail.h: Likewise.
60814         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60815
60816         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60817         of fnmatch.h.
60818         (EXTRA_DIST): Add fnmatch_loop.c.
60819         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60820
60821         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60822         * lib/fnmatch.c: Update from diffutils-2.8.2.
60823         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60824         * lib/fnmatch.h: Remove file.
60825
60826 2002-06-21  Jim Meyering  <meyering@lucent.com>
60827
60828         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60829         * m4/mbrtowc.m4: Likewise.
60830
60831         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60832         * m4/mbswidth.m4: Reflect name change:
60833         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60834         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60835
60836         * m4/lib-link.m4: Update from gettext-0.11.2.
60837         * m4/gettext.m4: Likewise.
60838
60839         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60840         From Alfred M. Szmidt.
60841
60842 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60843
60844         * lib/file-type.h: Report an error if neither S_ISREG nor
60845         S_IFREG is defined, instead of using a test specific to glibc
60846         2.2.  This should be safe, since POSIX requires S_ISREG and
60847         Unix Version 7 had S_IFREG.  We don't need to check for
60848         <sys/types.h> since we don't use any symbols that it defines.
60849
60850 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60851
60852         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60853         $@-t, so that each temporary file name is unique and valid in the first
60854         8 characters, for operation under DOS.
60855
60856 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60857
60858         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60859
60860 2002-06-15  Jim Meyering  <meyering@lucent.com>
60861
60862         Work even with DJGPP 2.03, which lacks support for symlinks.
60863         From Richard Dawe.
60864         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60865         is defined.
60866         * lib/lchown.c (S_ISLNK): Likewise.
60867
60868 2002-06-15  Jim Meyering  <meyering@lucent.com>
60869
60870         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60871         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60872         have been included before this file.
60873
60874 2002-06-14  Jim Meyering  <meyering@lucent.com>
60875
60876         * lib/file-type.h: Use the version from diffutils-2.8.2.
60877         * lib/file-type.c: Likewise.
60878
60879 2002-06-07  Jim Meyering  <meyering@lucent.com>
60880
60881         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60882         They're needed at least for NetBSD 1.5.2.
60883         ($statxfs_includes): Include those same headers.
60884         ($statxfs_includes): Include sys/vfs.h if available.
60885         ($statxfs_includes): Likewise for sys/statvfs.h.
60886         Check for the following members in both structs statfs and statvfs:
60887         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60888
60889 2002-06-01  Jim Meyering  <meyering@lucent.com>
60890
60891         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60892         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60893
60894 2002-05-28  Jim Meyering  <meyering@lucent.com>
60895
60896         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60897         Reported by Volker Borchert.
60898
60899 2002-05-27  Jim Meyering  <meyering@lucent.com>
60900
60901         Fix a problem seen only on nonconforming systems whereby ls.c's
60902         use of localtime, and then of gettimeofday would cause trouble:
60903         the localtime call used to initialize rpl_gettimeofday's save
60904         mechanism would clobber ls's current local time information so
60905         that in any long listing the first file would always be listed
60906         with date 1970-01-01.  Analysis by Volker Borchert.
60907
60908         * lib/gettimeofday.c (localtime): Undefine.
60909         (rpl_localtime): New function.
60910
60911 2002-05-27  Jim Meyering  <meyering@lucent.com>
60912
60913         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60914         localtime.
60915
60916         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60917         use the replacement function; it wouldn't resolve at link time.
60918         Reported by Volker Borchert.
60919
60920 2002-05-22  Jim Meyering  <meyering@lucent.com>
60921
60922         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60923         file-type.h.
60924         * lib/file-type.h: New file.
60925         * lib/file-type.c (file_type): New file/function.  Extracted from
60926         diffutils.
60927
60928 2002-04-30  Jim Meyering  <meyering@lucent.com>
60929
60930         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60931
60932 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60933
60934         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60935
60936 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60937
60938         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60939         Do not check for alloca.h (no longer used) or stdbool.h (was never
60940         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60941
60942 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60943
60944         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60945
60946 2002-04-29  Jim Meyering  <meyering@lucent.com>
60947
60948         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60949         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60950         Use AC_FUNC_STRNLEN here instead.
60951
60952         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60953         With autoconf-2.53a, it's part of AC_PROG_CC.
60954
60955 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60956
60957         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60958         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60959
60960 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60961
60962         * lib/sig2str.h, lib/sig2str.c: New files.
60963         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60964
60965 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60966
60967         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60968         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60969         of 127, since 64 is the largest conceivable number for ancient
60970         nonstandard hosts.
60971         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60972
60973 2002-04-28  Jim Meyering  <meyering@lucent.com>
60974
60975         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60976
60977 2002-04-24  Jim Meyering  <meyering@lucent.com>
60978
60979         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60980         (jm_PREREQ): Use it.
60981
60982         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60983         mach/mach.h fcntl.h.
60984         Check for this function: setlocale.
60985
60986 2002-04-24  Jim Meyering  <meyering@lucent.com>
60987
60988         * lib/gettext.h: New file, from Gettext.
60989         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60990         (libfetish_a_SOURCES): Add gettext.h.
60991
60992 2002-04-16  Jim Meyering  <meyering@lucent.com>
60993
60994         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60995         ut_pid, ut_id, ut_exit.
60996
60997 2002-04-16  Jim Meyering  <meyering@lucent.com>
60998
60999         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
61000         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
61001         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
61002
61003 2002-04-12  Jim Meyering  <meyering@lucent.com>
61004
61005         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61006         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61007         existence of the getmntinfo function.  Needed for Darwin 5.3.
61008
61009         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61010         This is necessary at least on Darwin 5.3.
61011
61012         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61013         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61014         strnlen.o in the library, and that makes some versions of ranlib
61015         object.
61016
61017 2002-04-12  Jim Meyering  <meyering@lucent.com>
61018
61019         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61020
61021 2002-04-09  Jim Meyering  <meyering@lucent.com>
61022
61023         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61024         to be more precise.  Rather than saying we're checking whether the
61025         function `works', say what we're testing.
61026         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61027         Reported by Bruno Haible.
61028
61029 2002-03-10  Jim Meyering  <meyering@lucent.com>
61030
61031         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61032         Suggestion from Santiago Vila.
61033
61034 2002-03-08  Jim Meyering  <meyering@lucent.com>
61035
61036         * lib/rename.c: Mention that this wrapper is needed also on
61037         mips-dec-ultrix4.4 systems.
61038
61039 2002-03-02  Jim Meyering  <meyering@lucent.com>
61040
61041         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61042         not HAVE_CLOCK_SETTIME.
61043
61044 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61045
61046         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61047         Check for clock_settime.
61048
61049 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61050
61051         * lib/nanosleep.h: Rename to....
61052         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61053
61054         * lib/gettime.c: New file.
61055         * lib/settime.c: New file.
61056         * lib/stime.c: Remove.
61057
61058         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61059         timespec.h.  Remove nanosleep.h.
61060
61061 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61062
61063         * m4/acl.m4: New file.
61064         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61065         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61066
61067 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61068
61069         * lib/acl.c, lib/acl.h: New files.
61070         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61071
61072 2002-02-24  Jim Meyering  <meyering@lucent.com>
61073
61074         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61075         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61076         cause trouble.  Reported by Nelson Beebe.
61077
61078 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61079
61080         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61081         compilers that don't know that xalloc_die never returns.
61082
61083 2002-02-20  Jim Meyering  <meyering@lucent.com>
61084
61085         * lib/getdate.c: Regenerate using bison-1.33.
61086
61087 2002-02-17  Jim Meyering  <meyering@lucent.com>
61088
61089         * config/config.guess (main): Don't use `head -1'; it's no longer
61090         portable. Use `sed 1q' instead.
61091
61092 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61093
61094         * m4/codeset.m4: Upgrade to gettext-0.11.
61095         * m4/gettext.m4: Upgrade to gettext-0.11.
61096         * m4/glibc21.m4: Upgrade to gettext-0.11.
61097         * m4/iconv.m4: Upgrade to gettext-0.11.
61098         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61099         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61100         * m4/lib-ld.m4: New file, from gettext-0.11.
61101         * m4/lib-link.m4: New file, from gettext-0.11.
61102         * m4/lib-prefix.m4: New file, from gettext-0.11.
61103         * m4/progtest.m4: Upgrade to gettext-0.11.
61104
61105 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61106
61107         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61108         (jm_PREREQ): Use it.
61109
61110 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61111
61112         * lib/posixver.c, lib/posixver.h: New files.
61113         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61114
61115 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61116             Bruno Haible  <bruno@clisp.org>
61117
61118         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61119         (fwrite_success_callback): New declaration.
61120         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61121         print_unicode_char. Call failure callback instead of error.
61122         (fwrite_success_callback): New function.
61123         (exit_failure_callback): New function.
61124         (fallback_failure_callback): New function.
61125         (print_unicode_char): Call unicode_to_mb.
61126
61127 2002-01-26  Jim Meyering  <meyering@lucent.com>
61128
61129         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61130         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61131
61132 2002-01-26  Jim Meyering  <meyering@lucent.com>
61133
61134         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61135
61136 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61137
61138         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61139
61140 2002-01-22  Jim Meyering  <meyering@lucent.com>
61141
61142         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61143         Otherwise, some versions of automake would omit the rule that makes
61144         Makefile from Makefile.in.
61145
61146 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61147
61148         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61149         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61150         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61151         (memcoll): Set errno to zero if there is no error.
61152
61153         * lib/quotearg.c (quotearg_buffer_restyled):
61154         Fix bug with quoting buffers containing NUL when backslashing escapes.
61155         This bug was exposed by the other changes in this patch.
61156         (quotearg_n_options): New arg ARGSIZE.
61157         All callers changed.
61158         (quoting_options_from_style): New function.
61159         (quotearg_n_style): Use it.
61160         (quotearg_n_style_mem): New function.
61161
61162         * lib/quotearg.h (quotearg_n_style_mem): New function.
61163
61164 2002-01-19  Jim Meyering  <meyering@lucent.com>
61165
61166         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61167         Remove useless quotes: DF_PROG="df".
61168         * m4/strnlen.m4: New file.
61169
61170 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61171
61172         * lib/backupfile.c (ISDIGIT): Comment fix.
61173         * lib/getdate.y (ISDIGIT): Likewise.
61174         * lib/posixtm.c (ISDIGIT, year): Likewise.
61175         * lib/strverscmp.c (ISDIGIT): Likewise.
61176         * lib/userspec.c (ISDIGIT): Likewise.
61177
61178 2002-01-16  Jim Meyering  <meyering@lucent.com>
61179
61180         * lib/getdate.y: Add three semicolons, each just before a closing
61181         brace. Bison (as of version 1.31) no longer papers over that mistake.
61182
61183 2002-01-05  Jim Meyering  <meyering@lucent.com>
61184
61185         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61186
61187 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61188
61189         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61190         not silently exit merely because the output buffer happens to
61191         have nothing pending.
61192
61193 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61194
61195         See the big note in ../ChangeLog.
61196         * lib/human.c (suffixes): Prefer K to k for 1024.
61197         (generate_suffix_backwards): New function.
61198         (human_readable_inexact): Use it.
61199         * lib/xstrtol.c (__xstrtol): If there is no number but there
61200         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61201         Accept 'K' as well as 'k'.
61202
61203 2001-12-15  Jim Meyering  <meyering@lucent.com>
61204
61205         * lib/regex.h (__restrict_arr): Update from libc.
61206
61207         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61208         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61209         (STREQ): Define.
61210
61211 2001-12-14  Jim Meyering  <meyering@lucent.com>
61212
61213         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61214         Suggestion from Bruno Haible.
61215
61216 2001-12-10  Jim Meyering  <meyering@lucent.com>
61217
61218         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61219         xrealloc, Instead, include "xalloc.h".
61220         (initbuffer): Don't cast xmalloc return value to char*.
61221         (readline): Reword comment.
61222         Don't cast xrealloc return value to char*
61223         Return NULL, not 0.
61224
61225 2001-12-09  Jim Meyering  <meyering@lucent.com>
61226
61227         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61228         about `signed and unsigned type in conditional expression'.
61229         * lib/posixtm.c (posix_time_parse): Likewise.
61230
61231         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61232
61233         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61234         to avoid a pedantic warning.
61235
61236         * lib/getstr.c: Don't include assert.h.
61237         (getstr): Remove warning-evoking assertions.
61238         Return -1 if offset parameter is out of bounds.
61239         Change the type of a local from int to size_t.
61240
61241         * lib/strftime.c (my_strftime_localtime_r): Include this function
61242         definition in the `#if ! HAVE_TM_GMTOFF' block.
61243
61244         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61245         Include xalloc.h instead.
61246
61247 2001-12-02  Jim Meyering  <meyering@lucent.com>
61248
61249         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61250         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61251         included.
61252
61253         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61254         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61255
61256 2001-11-30  Akim Demaille  <akim@epita.fr>
61257
61258         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61259         before being defined.
61260
61261 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61262
61263         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61264         First arg is int, not unsigned.
61265         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61266         (SIZE_MAX, UINT_MAX): New macros.
61267         (quotearg_n_options): Abort if N is negative.
61268         Avoid overflow check on hosts where size_t is 64 bits and int
61269         is 32 bits, as overflow is impossible there.
61270         Fix off-by-one typo that caused unnecessary reallocation.
61271
61272 2001-11-27  Jim Meyering  <meyering@lucent.com>
61273
61274         * lib/tempname.c: Merge with version from libc.
61275         * lib/regex.c: Likewise.
61276
61277         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61278         systems for which STDC_HEADERS is 0, it was not included, resulting in
61279         a warning about an integer-to-pointer conversion problem with getenv.
61280         Reported by Volker Borchert.
61281
61282 2001-11-26  Jim Meyering  <meyering@lucent.com>
61283
61284         * lib/gtod.h: Remove file.
61285         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61286         * lib/gettimeofday.c: Don't include gtod.h.
61287         (GTOD_init): Remove function.
61288         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61289         Suggestion from Volker Borchert.
61290
61291 2001-11-23  Jim Meyering  <meyering@lucent.com>
61292
61293         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61294         it.
61295         * lib/hash.c (struct hash_table): Define it here instead.
61296
61297 2001-11-22  Jim Meyering  <meyering@lucent.com>
61298
61299         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61300
61301 2001-11-20  Jim Meyering  <meyering@lucent.com>
61302
61303         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61304         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61305
61306 2001-11-19  Jim Meyering  <meyering@lucent.com>
61307
61308         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61309         directory.  Use "conftestXXXXXX" as the template.
61310         Suggestion from Paul Eggert.
61311
61312         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61313         immediately, so the test doesn't mistakenly hit the max-open-files
61314         limit.
61315
61316 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61317
61318         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61319         (TEMPORARIES): New macro.
61320         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61321         removes an artificial limitation (e.g. HP-UX 10.20, where
61322         TMP_MAX is 17576).
61323
61324 2001-11-18  Jim Meyering  <meyering@lucent.com>
61325
61326         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61327
61328 2001-11-18  Jim Meyering  <meyering@lucent.com>
61329
61330         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61331         on SunOS 4.
61332
61333         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61334         files will be created before anything else.
61335
61336 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61337
61338         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61339         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61340
61341 2001-11-17  Jim Meyering  <meyering@lucent.com>
61342
61343         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61344         Prompted by a report from Bob Proulx.
61345
61346         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61347         Instead, require UTILS_FUNC_MKSTEMP.
61348
61349 2001-11-17  Jim Meyering  <meyering@lucent.com>
61350
61351         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61352         Now, that's done as part of AC_FUNC_STRTOD.
61353
61354 2001-11-17  Jim Meyering  <meyering@lucent.com>
61355
61356         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61357         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61358         rather than group writable.  Patch by Juan F. Codagnone.
61359
61360         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61361         xrealloc, Instead, include "xalloc.h".
61362
61363         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61364         Remove explicit declarations of xmalloc, xrealloc,
61365         and xstrdup.  Instead, include "xalloc.h".
61366
61367         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61368         unlocked-io.h.
61369         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61370         Likewise.
61371         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61372
61373         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61374         Reported by Padraig Brady.
61375
61376         * lib/mkstemp.c: #undef mkstemp.
61377         Include config.h.
61378         (rpl_mkstemp): Rename from mkstemp.
61379         Protoize.
61380
61381 2001-11-16  Jim Meyering  <meyering@lucent.com>
61382
61383         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61384         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61385         determine the amount of total physical memory, use pstat_getstatic.
61386         HPUX-11 doesn't define _SC_PHYS_PAGES.
61387         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61388         If sysconf couldn't be used to determine the amount of available
61389         physical memory, use both pstat_getstatic and pstat_getdynamic.
61390         Based on a patch from Bob Proulx.
61391
61392 2001-11-10  Jim Meyering  <meyering@lucent.com>
61393
61394         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61395         (jm_PREREQ): Use it.
61396
61397 2001-11-09  Jim Meyering  <meyering@lucent.com>
61398
61399         * m4/jm-macros.m4: Require autoconf-2.52f.
61400         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61401         Use these AC_-prefixed names, not the AM_-prefixed ones.
61402
61403         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61404
61405 2001-11-05  Jim Meyering  <meyering@lucent.com>
61406
61407         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61408
61409 2001-11-04  Jim Meyering  <meyering@lucent.com>
61410
61411         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61412         $DEFS.
61413
61414 2001-11-03  Jim Meyering  <meyering@lucent.com>
61415
61416         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61417         of AC_DEFUN.
61418
61419         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61420         know the name of the variable in the macro definition.
61421
61422 2001-11-03  Jim Meyering  <meyering@lucent.com>
61423
61424         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61425         in argmatch_to_argument call.
61426
61427         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61428         argument.
61429
61430         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61431         e.g., a fault due to an attempt to free a NULL pointer.
61432
61433 2001-11-01  Jim Meyering  <meyering@lucent.com>
61434
61435         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61436         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61437
61438 2001-11-01  Jim Meyering  <meyering@lucent.com>
61439
61440         * lib/dirfd.c, lib/dirfd.h: New files.
61441         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61442
61443         * lib/hash.c (hash_print) [TESTING]: Clean up.
61444
61445 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61446
61447         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61448         to avoid a warning if -Wall.
61449
61450 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61451
61452         * README: New file
61453         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61454         (per RMS's instructions, this is now the canonical source)
61455         * lgpl/, gpl/: New directories.
61456
61457 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61458
61459         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61460
61461 2001-10-21  Jim Meyering  <meyering@lucent.com>
61462
61463         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61464         this code would end up calling gettext even in packages built
61465         with --disable-nls.
61466         * lib/getopt.c (_): Likewise.
61467         * lib/regex.c (_): Likewise.
61468
61469 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61470
61471         * m4/error.m4 (jm_PREREQ_ERROR):
61472         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61473         AC_FUNC_STRERROR_R does that.
61474         Check for strerror declaration.
61475
61476         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61477         are supposed to have them these days.
61478         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61479         Merge changes from latest Autoconf CVS.
61480         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61481         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61482         POSIX decided to standardize on the int flavor of strerror_r.
61483
61484 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61485
61486         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61487         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61488         Use strerror_r that is only a macro, even if it is not a function.
61489         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61490         (private_strerror): Use prototypes, not old-style function definition.
61491         (print_errno_message): New function.
61492         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61493         char*-flavored one.
61494         (error_tail, error, error_at_line): Use it.
61495
61496 2001-10-11  Jim Meyering  <meyering@lucent.com>
61497
61498         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61499         and quote_n (1, ... to avoid clobbering a buffer.
61500
61501 2001-10-05  Jim Meyering  <meyering@lucent.com>
61502
61503         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61504         hash-pjw.h.
61505         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61506         * lib/hash-pjw.h: New file.
61507
61508 2001-09-30  Jim Meyering  <meyering@lucent.com>
61509
61510         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61511         `struct fsstat' has the `f_fstypename' member.
61512         Use that to define FS_TYPE, which is now used to make
61513         the getfsstat link test tighter.
61514
61515 2001-09-30  Jim Meyering  <meyering@lucent.com>
61516
61517         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61518         Include <sys/ucred.h>, for Apple Darwin.
61519         Include sys/mount.h and sys/fs_types.h only if available.
61520         (FS_TYPE): Define.
61521         (read_filesystem_list): Use FS_TYPE.
61522
61523 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61524
61525         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61526         a boolean context.
61527
61528 2001-09-29  Jim Meyering  <meyering@lucent.com>
61529
61530         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61531         [one-argument getmntent function]): Include stdio.h before mntent.h.
61532         SunOS 4.1.x needs it for the declaration of `FILE'.
61533         Patch by Volker Borchert.
61534
61535         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61536         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61537         sys/fs_types.h, and make the link-test for getfsstat guard #include
61538         directives with appropriate #if HAVE_*_H tests so that we can
61539         detect getfsstat on Apple Darwin1.3.7 systems.
61540         Reported by Nelson Beebe.
61541         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61542
61543 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61544
61545         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61546         #defines strtoimax.  Also treat the other strto* functions
61547         like strtoimax.
61548
61549         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61550         Check for strtoul and strtoumax,
61551         as those declarations are made even in the signed case.
61552         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61553         Likewise, for strtol and strtoimax.
61554
61555 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61556
61557         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61558         #defines strtoimax.  Also treat the other strto* functions
61559         like strtoimax.
61560
61561         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61562         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61563         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61564
61565 2001-09-26  Jim Meyering  <meyering@lucent.com>
61566
61567         Most macros in unlocked-io.h had the wrong number of arguments.
61568         * lib/gen-uio: New script.
61569         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61570         * lib/unlocked-io.hin: Remove file.
61571         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61572         rather than trying to embed it here.
61573         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61574         Reported by Padraig Brady.
61575
61576 2001-09-25  Volker Borchert  <bt@teknon.de>
61577
61578         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61579         `result'.
61580
61581 2001-09-24  Jim Meyering  <meyering@lucent.com>
61582
61583         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61584
61585 2001-09-23  Jim Meyering  <meyering@lucent.com>
61586
61587         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61588         instead of the mere test for existence of mntent.h.  The latter
61589         would get a false-positive on AIX 3.4 systems.
61590         In the outer getmntent if-block, don't die if neither of the getmntent
61591         tests succeeds.  Instead, just fall through and continue with the
61592         remaining tests.
61593
61594 2001-09-23  Jim Meyering  <meyering@lucent.com>
61595
61596         * lib/mountlist.c: Remove useless parentheses in #if directives.
61597         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61598         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61599
61600 2001-09-22  Jim Meyering  <meyering@lucent.com>
61601
61602         * m4/gettext.m4: New file.  From gettext.
61603         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61604         * m4/progtest.m4: Likewise
61605         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61606         * m4/glibc21.m4: Likewise.
61607
61608         * m4/libintl.m4: Remove.  No longer used.
61609
61610 2001-09-22  Jim Meyering  <meyering@lucent.com>
61611
61612         * lib/localcharset.c: Update from latest gettext.
61613         * lib/config.charset: Likewise.
61614
61615 2001-09-20  Jim Meyering  <meyering@lucent.com>
61616
61617         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61618         strtoimax.
61619         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61620         strtoumax.
61621
61622 2001-09-20  Jim Meyering  <meyering@lucent.com>
61623
61624         * lib/xstrtol.c (strtoimax): Guard declaration with
61625         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61626         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61627         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61628         (strtoumax): Likewise, for completeness (it wasn't necessary).
61629
61630 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61631
61632         * lib/strtoimax.c (HAVE_LONG_LONG):
61633         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61634         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61635         to work around bug in IBM C compiler.
61636
61637 2001-09-17  Jim Meyering  <meyering@lucent.com>
61638
61639         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61640         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61641         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61642         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61643         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61644         whenever the right hand side need not be expanded by the shell.
61645
61646 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61647
61648         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61649         library.  It's not correct, as some older glibcs are buggy.
61650         fnmatch wasn't fixed until glibc 2.2.
61651
61652         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61653         special shell magic here.
61654
61655 2001-09-16  Jim Meyering  <meyering@lucent.com>
61656
61657         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61658         * m4/jm-macros.m4: Require it.
61659
61660 2001-09-16  Jim Meyering  <meyering@lucent.com>
61661
61662         * lib/mkdir.c: New file.
61663
61664 2001-09-15  Jim Meyering  <meyering@lucent.com>
61665
61666         * m4/jm-macros.m4: Check for help2man.
61667
61668 2001-09-11  Jim Meyering  <meyering@lucent.com>
61669
61670         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61671         The body, by Paul Eggert, was moved here from configure.in.
61672         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61673
61674 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61675
61676         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61677         (jm_PREREQ): Use it.
61678
61679 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61680
61681         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61682         Use ssize_t, not int, to store result of readlink.
61683         Check for ssize_t overflow as well as size_t overflow,
61684         as POSIX says the result of readlink is implementation-defined
61685         when ssize_t overflows.
61686         Remove unnecessary cast to char*.
61687         Use free+malloc instead of realloc, as the storage doesn't need
61688         to be preserved and it's clearer and can be more efficient that way.
61689         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61690         * lib/xreadlink.h (xreadlink): Update prototype.
61691
61692 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61693
61694         * lib/xgetcwd.c: Revert some of the previous change; intead,
61695         fix the HAVE_GETCWD_NULL code to behave more like the
61696         !HAVE_GETCWD_NULL code used to.
61697
61698         Include "xalloc.h".
61699         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61700         invoke xalloc_die.
61701
61702 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61703
61704         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61705         sys/param.h, as pathmax.h includes them.
61706
61707 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61708
61709         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61710         (jm_PREREQ_XGETCWD): New macro.
61711
61712         * m4/getcwd.m4: New file.
61713
61714 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61715
61716         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61717         like the HAVE_GETCWD_NULL code.
61718         Include pathmax.h if not HAVE_GETCWD.
61719         Do not include xalloc.h.
61720         (INITIAL_BUFFER_SIZE): New symbol.
61721         Do not use xmalloc / xrealloc, since the caller is responsible for
61722         handling errors.  Preserve errno around `free' during failure.
61723         Do not overrun buffer when using getwd.
61724
61725 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61726
61727         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61728         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61729         getcwd (NULL, 0).
61730
61731 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61732
61733         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61734         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61735         spotted by Jim Meyering.
61736
61737 2001-09-03  Jim Meyering  <meyering@lucent.com>
61738
61739         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61740         failure.
61741
61742 2001-09-02  Jim Meyering  <meyering@lucent.com>
61743
61744         * lib/error.c: Update from GNU libc.
61745
61746 2001-09-01  Jim Meyering  <meyering@lucent.com>
61747
61748         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61749         Used by df.
61750
61751 2001-09-01  Jim Meyering  <meyering@lucent.com>
61752
61753         * lib/xreadlink.c: New file.
61754         * lib/xreadlink.h: New file.
61755         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61756         xreadlink.h.
61757
61758         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61759         doesn't conflict with sparc Solaris 7's definition in
61760         /usr/include/sys/int_types.h.
61761
61762         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61763         files.
61764         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61765         and strncasecmp as r-values.  Unixware didn't have declarations.
61766
61767 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61768
61769         * lib/xstrtol.h: Add copyright notice.
61770         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61771         LONGINT_INVALID_SUFFIX_CHAR.
61772
61773 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61774
61775         * lib/xstrtol.c (strtoimax): New decl.
61776
61777 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61778
61779         * lib/xgetcwd.c: Don't include pathmax.h.
61780         Include stdlib.h and unistd.h if available.
61781         Include xalloc.h.
61782         (xmalloc, xstrdup, free): Remove decls.
61783         (xgetcwd): Don't assume sizes fit in unsigned.
61784         Check for overflow when computing sizes.
61785         Simplify reallocation code.
61786
61787 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61788
61789         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61790         a directory's st_size can have an arbitrary value, so the old
61791         usage could waste an arbitrary amount of memory.  All uses
61792         changed.
61793         * lib/savedir.h: Update prototype.
61794
61795 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61796
61797         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61798
61799         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61800         old strtoimax.c.
61801
61802         Also, make the following further changes to make this file's
61803         configuration more similar to that of strtol.c:
61804         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61805         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61806         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61807         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61808         changed to signed values.
61809
61810         And make the following changes as well:
61811         Fix copyright notice, as 1999 was missing.
61812         (verify): New macro.
61813         (strtoimax): Check sizes at compile-time, not run-time.
61814         Prefer strtol to strtoll if both work.
61815         (main): Remove; it was not that useful and was a pain to maintain.
61816
61817         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61818
61819 2001-08-31  Jim Meyering  <meyering@lucent.com>
61820
61821         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61822         Use an initial, malloc'd, buffer of length 128 rather than
61823         a statically allocated one of length 1024.
61824
61825 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61826
61827         Simplify code, partly by assuming autoconf 2.52 semantics.
61828
61829         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61830
61831         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61832         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61833         All uses removed.
61834         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61835         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61836         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61837         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61838         jm_AC_HEADER_INTTYPES_H.
61839         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61840
61841         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61842
61843         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61844         Quote first arg of AC_DEFUN.
61845         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61846         since they are needed to parse the include file even if we need
61847         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61848         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61849         but with opposite signedness.
61850
61851 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61852
61853         Merge 'exclude' changes from tar 1.13.22.
61854         This fixes one or two unlikely storage allocation overflow bugs,
61855         but doesn't change user-visible behavior otherwise.
61856
61857 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61858
61859         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61860         (jm_PREREQ_EXCLUDE): New macro.
61861
61862 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61863
61864         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61865         tm to be declared.
61866
61867 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61868
61869         * lib/hash.c: Remove '2001' from copyright notice.
61870
61871 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61872
61873         * lib/full-write.h: New file.
61874         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61875         * lib/full-write.c: Correct credits, as cccp.c no longer
61876         exists and anyway it was so heavily changed from the old cccp
61877         code as to be unrecognizable.  Include full-write.h.
61878         (full_write) Return size_t, with short writes meaning failure.
61879         All callers changed.  This fixes a bug with large buffers
61880         on 64-bit hosts.
61881         * lib/utime.c: Include full-write.h.
61882
61883 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61884
61885         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61886         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61887         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61888         Include if available.
61889         (<xalloc.h>): Include
61890         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61891         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61892         collide with FNM macros.
61893         (struct patopts): New struct.
61894         (struct exclude): Use it, as exclude patterns now come with options.
61895         (new_exclude): Support above changes.
61896         (new_exclude, add_exclude_file):
61897         Initial size must now be a power of two to simplify overflow checking.
61898         (free_exclude, fnmatch_no_wildcards): New function.
61899         (excluded_filename): No longer requires options arg, as the options
61900         are determined by add_exclude.  Now returns bool, not int.
61901         (excluded_filename, add_exclude):
61902         Add support for the fancy new exclusion options.
61903         (add_exclude, add_exclude_file): Now takes int options arg.
61904         Check for arithmetic overflow when computing sizes.
61905         (add_exclude_file): xrealloc might modify errno, so don't
61906         realloc until after errno might be used.
61907
61908         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61909         New macros.
61910         (free_exclude): New decl.
61911         (add_exclude, add_exclude_file): Now takes int options arg.
61912         (excluded_filename): No longer requires options arg, as the options
61913         are determined by add_exclude.  Now returns bool, not int.
61914
61915 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61916
61917         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61918
61919 2001-08-27  Jim Meyering  <meyering@lucent.com>
61920
61921         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61922
61923         * lib/version-etc.c (N_): Remove definition.
61924         Revert most of last change.
61925         Instead, simply don't mark the `Copyright...' string for translation.
61926         Based on advice from Paul Eggert.
61927
61928         * lib/strtoxmax.c: Tweak comment.
61929
61930 2001-08-26  Jim Meyering  <meyering@lucent.com>
61931
61932         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61933
61934         * m4/xstrtoimax.m4: New file.
61935         * m4/xstrtoumax.m4: Add comments explaining why we
61936         AC_REPLACE_FUNCS(strtol).
61937
61938 2001-08-26  Jim Meyering  <meyering@lucent.com>
61939
61940         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61941         of copyright with `%s' so translators don't get an untranslated
61942         message in 2002.
61943         (COPYRIGHT_YEAR): Define.
61944         (version_etc): Use fprintf rather than fputs.
61945         Suggestion from Ulrich Drepper.
61946
61947         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61948
61949         * lib/strtoll.c: New file, from GNU libc.
61950         * lib/xstrtoimax.c: New file.
61951
61952         * lib/xstrtol.h: Add xstrtoimax.
61953         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61954         * lib/strtoimax.c: New file.  Likewise, but first define
61955         STRTOUXMAX_SIGNED.
61956
61957         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61958         ...
61959         * lib/strtoxmax.c: ... then renamed to this.
61960
61961 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61962
61963         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61964         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61965         (jm_AC_TYPE_INTMAX_T): New macro.
61966         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61967
61968         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61969
61970         * m4/longlong.m4: Renamed from ulonglong.m4.
61971         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61972         * m4/uintmax_t.m4: Removed.
61973
61974 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61975
61976         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61977         Port to Solaris 8, where 'sed' requires a space after the 'r'
61978         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61979         Redirect output to $tmp just once.
61980
61981 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61982
61983         * lib/addext.c (<errno.h>): Include.
61984         (errno): Declare if not defined.
61985         (addext): Work correctly when pathconf returns -1 and leaves
61986         errno alone because there is no limit.  Also, work even if
61987         pathconf returns a value greater than SIZE_MAX.
61988
61989 2001-08-12  Jim Meyering  <meyering@lucent.com>
61990
61991         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61992         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61993         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61994         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61995         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61996         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61997         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61998         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61999         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
62000         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
62001         utime.m4, utimes.m4, xstrtoumax.m4:
62002         Quote the first argument in each use of AC_DEFUN.
62003
62004 2001-08-12  Jim Meyering  <meyering@lucent.com>
62005
62006         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62007         Simply `return getcwd (NULL, 0);'.
62008         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62009         Use 1300 as initial value for length, not PATH_MAX.
62010
62011         * lib/pathmax.h: Clean up cpp syntax.
62012
62013 2001-08-12  Jim Meyering  <meyering@lucent.com>
62014
62015         * lib/gettimeofday.c: New file.
62016         * lib/gtod.h: New file.
62017         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62018
62019 2001-08-05  Jim Meyering  <meyering@lucent.com>
62020
62021         * m4/jm-macros.m4: Require autoconf-2.52.
62022
62023 2001-08-04  Jim Meyering  <meyering@lucent.com>
62024
62025         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62026         stmt, to get in sync with glibc.
62027
62028 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62029
62030         The following changes are from gettext 0.10.39 as maintained by
62031         Bruno Haible.
62032
62033         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62034         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62035         with inverted sense.  All uses changed.
62036
62037         * lib/mbswidth.c: Don't include <limits.h>.
62038         Include <stdlib.h> and <string.h> unconditionally.
62039         (iswcntrl, mbsinit, ISCNTRL): New macros.
62040         (mbsnwidth): Use K&R style function declarations.
62041         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62042         can optimize it when MB_CUR_MAX == 1.
62043         The width of control characters is zero, not 1.
62044
62045 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62046
62047         The following changes are from gettext 0.10.39 as maintained by
62048         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62049
62050         * m4/codeset.m4: Upgrade to serial AM1.
62051         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62052         all uses changed.  Quote first arg of AC_DEFUN.
62053         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62054
62055         * m4/iconv.m4: Upgrade to serial AM2.
62056         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62057         Add --with-libconv-prefix.
62058         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62059         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62060         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62061         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62062         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62063
62064         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62065         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62066         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62067         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62068         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62069         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62070         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62071         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62072         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62073
62074         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62075         string.h any more.
62076
62077         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62078         not the default value.
62079
62080         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62081         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62082         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62083         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62084         Also check for iswcntrl, used for wcwidth fallback.
62085         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62086         to Autoconf 2.13.
62087
62088 2001-08-03  Jim Meyering  <meyering@lucent.com>
62089
62090         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62091         as it was in the original.  Reported by Paul Eggert.
62092
62093 2001-07-16  Jim Meyering  <meyering@lucent.com>
62094
62095         * m4/gettimeofday.m4: New file.
62096         Prompted by a report from Bernhard Baehr.
62097
62098 2001-07-15  Jim Meyering  <meyering@lucent.com>
62099
62100         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62101         stuff. Now it's in ../Makefile.cfg.
62102
62103 2001-07-15  Jim Meyering  <meyering@lucent.com>
62104
62105         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62106         (BUILT_SOURCES): Add unlocked-io.h.
62107         (io_functions): Define.
62108         (unlocked-io.h): New rule.
62109         (DISTCLEANFILES): Add unlocked-io.h.
62110         (all-local): Depend on unlocked-io.h, to ensure it is created.
62111
62112         * lib/unlocked-io.hin: New file
62113
62114         * lib/regex.c: Update from glibc.
62115
62116 2001-07-05  Jim Meyering  <meyering@lucent.com>
62117
62118         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62119         recommendation.
62120         (libfetish_a_SOURCES): Put all .h files here instead.
62121         Remove a thus-exposed (better checks in automake) duplicate and
62122         two unnecessary .h files.
62123
62124 2001-07-04  Jim Meyering  <meyering@lucent.com>
62125
62126         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62127         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62128         distcheck failure.
62129
62130 2001-07-02  Jim Meyering  <meyering@lucent.com>
62131
62132         The following changes were prompted by suggestions from Bruno Haible.
62133
62134         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62135         is now generated.
62136         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62137         definition of EXTRA_DIST.
62138         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62139         ensure that the generated file is created/updated whenever the list
62140         of $(unlocked_functions) is changed.
62141         (jm-glibc-io.m4): New rule.
62142         (unlocked-io.h): New rule -- currently unused.
62143
62144 2001-06-24  Jim Meyering  <meyering@lucent.com>
62145
62146         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62147         unmatched right bracket, rather than kludging it with an extra,
62148         falsely-matching quote in a comment.  Patch by Akim Demaille.
62149
62150 2001-06-11  Jim Meyering  <meyering@lucent.com>
62151
62152         * lib/regex.c: Update from GNU libc.
62153
62154 2001-05-27  Jim Meyering  <meyering@lucent.com>
62155
62156         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62157         Check for ut_type in struct utmp.
62158
62159 2001-05-27  Jim Meyering  <meyering@lucent.com>
62160
62161         * lib/readutmp.h (UT_TYPE): Define.
62162
62163 2001-05-24  Jim Meyering  <meyering@lucent.com>
62164
62165         * lib/argmatch.c: Include "quote.h".
62166         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62167         quote function.  Reported by Göran Uddeborg.
62168
62169 2001-05-22  Jim Meyering  <meyering@lucent.com>
62170
62171         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62172         now that we use the package-supplied version unconditionally.
62173         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62174
62175 2001-05-21  Jim Meyering  <meyering@lucent.com>
62176
62177         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62178         shell syntax errors.
62179
62180 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62181
62182         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62183
62184 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62185
62186         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62187         Don't bother to check library strftime, since
62188         we'll be using our own my_strftime function anyway.
62189         Define my_strftime instead of strftime.
62190
62191 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62192
62193         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62194         which is not yet declared.
62195
62196 2001-05-15  Jim Meyering  <meyering@lucent.com>
62197
62198         * m4/regex.m4: Use proper quoting so brackets appear in the test
62199         program.
62200         Reported by, and with help from, Bruno Haible.
62201
62202 2001-05-13  Jim Meyering  <meyering@lucent.com>
62203
62204         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62205         undefined.
62206
62207 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62208
62209         dirname code cleanup.  base_name now behaves more compatibly
62210         with POSIX basename when given file names that have trailing
62211         slashes, and similarly for dir_name.  Add new primitives
62212         base_len and dir_len.  Put the directory-name-related decls
62213         into dirname.h.
62214
62215         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62216         * lib/backupfile.c (base_name): Likewise.
62217         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62218         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62219         * lib/makepath.c (strip_trailing_slashes): Likewise.
62220         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62221         ISSLASH): Likewise.
62222         * lib/rename.c (strip_trailing_slashes): Likewise.
62223         * lib/same.c (base_name): Likewise.
62224         * lib/stripslash.c (ISSLASH): Likewise.
62225
62226         * lib/addext.c: Include <dirname.h> after size_t is defined.
62227         * lib/backupfile.c: Likewise.
62228
62229         * lib/addext.c (addext): Use base_len to trim redundant
62230         trailing slashes instead of doing it ourselves.
62231         But do not trim the last slash if it is not redundant.
62232
62233         * lib/backupfile.c (find_backup_file_name,
62234         max_backup_version): Use base_len instead of rolling it ourselves.
62235         Handle the case of "" and (on DOS) "C:" correctly.
62236
62237         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62238         needed. Include <string.h>, <dirname.h>.
62239         (base_name): Allow file names ending in slashes, other than names
62240         that are all slashes.  In this case, return the basename followed
62241         by the slashes.  This is more general, and can be used in places
62242         where the original base_name purposely had an assertion failure.
62243         (base_len): New function.
62244
62245         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62246         Do not include <assert.h>; no longer needed.
62247         Include xalloc.h.
62248         (memrchr): Remove decl.
62249         (dir_name_r): Remove.
62250         (dir_len): Renamed from dirlen.  All callers changed.
62251         Rewrite in terms of base_name, for simplicity and consistency.
62252         (dir_name): Never return NULL.  All callers changed.
62253         Do not include <stdlib.h> in test program; no longer needed.
62254         return 0; is fine for test program.
62255
62256         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62257         New macros.
62258         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62259
62260         * lib/path-concat.c (path_concat): Use base_len to compute
62261         base length, not strlen; this means we cannot rely on memcpy
62262         to null-terminate.
62263
62264         * lib/same.c (STREQ): Remove.
62265         (same_name): Handle the case where the basename ends in trailing '/'.
62266
62267         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62268         a slash was stripped.  Do not strip the last slash after a
62269         file system prefix.
62270
62271 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62272
62273         * lib/Makefile.am (libfetish_a_SOURCES):
62274         Add strftime.c, since we now compile it on all hosts.
62275
62276         * lib/strftime.c (my_strftime):
62277         Define to nstrftime if emacs, but only if my_strftime is not defined.
62278         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62279         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62280         Add one more extra argument: a nanoseconds value.
62281         All uses changed.
62282         (ns): New macro.
62283         (my_strftime function): Add %N format.
62284         (emacs_strftimeu): Renamed from emacs_strftime,
62285         with extra ut argument.
62286
62287 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62288
62289         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62290
62291 2001-04-21  Jim Meyering  <meyering@lucent.com>
62292
62293         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62294         doesn't interfere.
62295
62296 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62297
62298         * m4/ftruncate.m4: Check for chsize.
62299         Link with ftruncate.o unconditionally if ftruncate is missing.
62300         This was required when cross-compiling to i586-mingw32msvc.
62301
62302 2001-04-08  Jim Meyering  <meyering@lucent.com>
62303
62304         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62305         recomputed; that's necessary when the offset spans a DST transition.
62306         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62307
62308 2001-04-02  Jim Meyering  <meyering@lucent.com>
62309
62310         * lib/regex.h, regex.c: Update from GNU libc.
62311
62312 2001-03-24  Jim Meyering  <meyering@lucent.com>
62313
62314         * m4/jm-macros.m4: Require autoconf-2.49d.
62315
62316 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62317
62318         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62319
62320 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62321
62322         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62323
62324 2001-03-17  Jim Meyering  <meyering@lucent.com>
62325
62326         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62327         now that the version in autoconf is equivalent.
62328         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62329
62330         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62331         Suggestion from Akim Demaille.
62332
62333         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62334         (jm_PREREQ_TEMPNAME): New function.
62335
62336 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62337
62338         * lib/tempname.c (uint64_t): Define to uintmax_t if
62339         not defined, and if UINT64_MAX is not defined.
62340         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62341         Reported by John David Anglin.
62342
62343 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62344
62345         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62346         resolve alias if codeset is empty.
62347         * lib/config.charset (BeOS): Use wildcard syntax.
62348
62349 2001-03-13  Jim Meyering  <meyering@lucent.com>
62350
62351         * lib/path-concat.c (path_concat)
62352         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62353         concatenating e.g., `C:' and `foo'.
62354         From Bruno Haible.
62355
62356 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62357
62358         * lib/localcharset.c (locale_charset): Don't use
62359         setlocale(LC_CTYPE,NULL). Don't return NULL.
62360         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62361
62362 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62363
62364         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62365         support for DOS/DJGPP.
62366
62367 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62368
62369         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62370         lacks mkstemp.  Compile our own tempname.c if we compile our own
62371         mkstemp.c, as mkstemp relies on tempname.
62372
62373 2001-03-01  Jim Meyering  <meyering@lucent.com>
62374
62375         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62376         AH_VERBATIM really does output its argument verbatim.
62377
62378 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62379
62380         * lib/Makefile.am (libfetish_a_SOURCES):
62381         Add dup-safer.c, fopen-safer.c.
62382         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62383
62384         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62385         * lib/unistd-safer.h: New files.
62386
62387 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62388
62389         The mkstemp replacement is taken from glibc 2.2.2, with some
62390         portability fixes for use outside glibc, as follows:
62391
62392         * lib/tempname.c (struct_stat64): New macro.
62393         (direxists, __gen_tempname): Use it.
62394         This avoids a portability problem with Solaris 8.
62395
62396         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62397         (<stddef.h>, <stdint.h>, <string.h>):
62398         Include only if STDC_HEADERS || _LIBC.
62399         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62400         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62401         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62402         (__set_errno): Define this macro if <errno.h> doesn't.
62403         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62404         Define these macros if <stdio.h> doesn't.
62405         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62406         Define these macros if <sys/stat.h>
62407         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62408         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62409         __xstat64): Define if not _LIBC.
62410         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62411         (__gen_tempname): Invoke gettimeofday only if
62412         HAVE_GETTIMEOFDAY || _LIBC;
62413         otherwise, fall back on plain "time".
62414         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62415
62416         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62417
62418         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62419
62420 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62421
62422         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62423
62424 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62425
62426         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62427         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62428         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62429         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62430
62431 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62432
62433         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62434         Remove workaround macros for hosts that have mbrtowc but not
62435         mbstate_t, as we now insist on proper declarations for both
62436         before using mbrtowc.
62437
62438 2001-02-17  Jim Meyering  <meyering@lucent.com>
62439
62440         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62441         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62442         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62443         UnixWare 7.1.1.
62444
62445         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62446         rather than AC_CACHE_VAL.
62447
62448 2001-02-17  Jim Meyering  <meyering@lucent.com>
62449
62450         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62451         around included file name.
62452
62453         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62454
62455         * lib/strftime.c: Update from GNU libc (the only changes were to
62456         comments).
62457
62458 2001-02-17  Jim Meyering  <meyering@lucent.com>
62459
62460         * lib/regex.c: Update from libc.
62461
62462 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62463
62464         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62465         clash.
62466
62467 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62468
62469         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62470         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62471         Reported by Mark Hounschell via Paul Eggert.
62472
62473 2001-02-07  Jim Meyering  <meyering@lucent.com>
62474
62475         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62476
62477 2001-02-05  Jim Meyering  <meyering@lucent.com>
62478
62479         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62480         it includes the patch required for `large file' support with at least
62481         HP-UX's 10.20 /bin/cc.
62482
62483 2001-02-03  Jim Meyering  <meyering@lucent.com>
62484
62485         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62486         AS_IF, now that it works once again (mysteriously).
62487         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62488
62489 2001-01-30  Jim Meyering  <meyering@lucent.com>
62490
62491         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62492         * m4/chown.m4: Rename conftestchown to conftest.chown.
62493         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62494         s/conftestdir2/conftest.d2/.
62495         * m4/utimes.m4: s/conftestdata/conftest.data/
62496         Inspired by Pavel Roskin's change in autoconf.
62497
62498 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62499
62500         * lib/config.charset: Update for FreeBSD 4.2.
62501
62502 2001-01-27  Jim Meyering  <meyering@lucent.com>
62503
62504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62505         a use of AS_IF.
62506         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62507
62508 2001-01-26  Jim Meyering  <meyering@lucent.com>
62509
62510         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62511         quotearg.c includes it.
62512
62513 2001-01-26  Jim Meyering  <meyering@lucent.com>
62514
62515         * lib/quotearg.c: Include stddef.h.
62516         * lib/quote.c: Include stddef.h.
62517         Reported by Axel Kittenberger.
62518
62519         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62520         line in double quotes so that it evokes a better diagnostic.
62521         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62522         Reported by Axel Kittenberger.
62523
62524 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62525
62526         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62527         as if it was a `charset'.
62528
62529 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62530
62531         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62532         has const.
62533
62534 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62535
62536         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62537         to avoid a warning.  Add back 'const' to inptr.
62538
62539 2001-01-20  Jim Meyering  <meyering@lucent.com>
62540
62541         Be sure that headers are checked before used in code compiled
62542         for the type checks.
62543         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62544         In place of that, invoke jm_CHECK_ALL_TYPES.
62545         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62546         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62547         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62548         The check for ssize_t was mistakenly run before the test for unistd.h.
62549
62550         The configure-time check for stdbool.h was missing.
62551         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62552         (jm_PREREQ_HASH): New function.
62553
62554 2001-01-17  Jim Meyering  <meyering@lucent.com>
62555
62556         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62557         for autoconf-2.49c.
62558         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62559
62560 2001-01-16  Jim Meyering  <meyering@lucent.com>
62561
62562         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62563         From Bruno Haible.
62564
62565 2001-01-14  Jim Meyering  <meyering@lucent.com>
62566
62567         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62568         foo and bar.  Create conftestdir/ in the script, not in the C code.
62569         Remove directories in the script, not in the C code.
62570         Remove conftestdir{,2} before trying to create the directory.
62571         Make the entire configure script fail if the mkdir fails.
62572
62573 2001-01-14  Jim Meyering  <meyering@lucent.com>
62574
62575         * lib/rename.c: New file.  From Volker Borchert.
62576         Include stdlib.h, string.h or strings.h, and xalloc.h.
62577         Use strip_trailing_slashes rather than open-coding it.
62578
62579 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62580
62581         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62582
62583 2001-01-03  Jim Meyering  <meyering@lucent.com>
62584
62585         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62586         of local `inptr' to avoid warning with some system declarations of
62587         iconv.
62588
62589 2001-01-02  Volker Borchert  <bt@teknon.de>
62590
62591         * m4/rename.m4: New file.
62592         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62593
62594 2001-01-01  Jim Meyering  <meyering@lucent.com>
62595
62596         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62597         even on systems with utmpx.h.  It's necessary for the declaration of
62598         utmp's ut_user member.  Reported by Andreas Jaeger.
62599
62600         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62601         available. They are required for the declarations of getgrgid and
62602         getpwuid resp.
62603         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62604         Reported by Andreas Jaeger.
62605
62606 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62607
62608         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62609         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62610         so `make install' also works in VPATH builds.
62611
62612 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62613
62614         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62615         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62616         can be used in subdirectories.
62617
62618 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62619
62620         * lib/modechange.c: Do not assume that mode_t uses the
62621         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62622         the other-execute bit of FOO even if S_IXOTH != 1.
62623
62624         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62625         WOTH, XOTH, ALLM): New macros.
62626         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62627          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62628         Use them.
62629         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62630         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62631         (mode_compile):
62632         No need to use uintmax_t; unsigned long is long enough.
62633         Don't bother to get suffix since we don't use it.
62634
62635 2000-12-26  Jim Meyering  <meyering@lucent.com>
62636
62637         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62638         better with autoheader.
62639
62640 2000-12-24  Jim Meyering  <meyering@lucent.com>
62641
62642         * lib/hash.c (is_prime): Return explicit boolean values.
62643         (hash_get_first): Return NULL to appease Irix5.6's 89.
62644         Reported by Nelson Beebe.
62645
62646 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62647
62648         * lib/localcharset.c (locale_charset): Add support for Win32.
62649
62650 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62651
62652         * lib/physmem.h, lib/physmem.c: New files.
62653
62654         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62655         (noinst_HEADERS): Add physmem.h.
62656
62657         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62658         't' for compatibility with Solaris 8 sort.
62659
62660 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62661
62662         * lib/config.charset: Add support for BeOS.
62663
62664 2000-12-17  Jim Meyering  <meyering@lucent.com>
62665
62666         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62667         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62668
62669 2000-12-16  Jim Meyering  <meyering@lucent.com>
62670
62671         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62672         N and M) would have treated it like `chown N:N FILE'.
62673
62674         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62675
62676 2000-12-16  Jim Meyering  <meyering@lucent.com>
62677
62678         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62679         SHELLS_FILE to a file name that's useful on djgpp systems.
62680         Include stdlib.h.
62681         (ADDITIONAL_DEFAULT_SHELLS): Define.
62682         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62683         Based mostly on a patch from Prashant TR.
62684
62685 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62686
62687         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62688         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62689         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62690
62691 2000-12-08  Andreas Schwab  <schwab@suse.de>
62692
62693         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62694         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62695
62696 2000-12-07  Jim Meyering  <meyering@lucent.com>
62697
62698         * lib/stripslash.c (ISSLASH): Define.
62699         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62700         `/'.
62701         From Prashant TR.
62702
62703         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62704         (dir_name_r): Declare this function as static.
62705         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62706         manifest itself on a name containing a mix of slashes and
62707         backslashes.
62708         Make this function work with names starting with a DOS-style
62709         drive letter and colon prefix.
62710         (dir_name): Append `.' if necessary.
62711         Based mostly on patches from Prashant TR and Eli Zaretskii.
62712
62713         * lib/dirname.h (dir_name_r): Remove prototype.
62714
62715 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62716
62717         * m4/off_t-format.m4: Remove this file.
62718         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62719
62720 2000-12-06  Jim Meyering  <meyering@lucent.com>
62721
62722         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62723         replacement strtoull, we may well need the replacement strtoul, too.
62724         Check for declarations of strtoul and strtoull.
62725         Check for strtol.  Mainly as a cue to cause automake to include
62726         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62727         Check for limits.h -- strtol.c needs it.
62728
62729 2000-12-05  Jim Meyering  <meyering@lucent.com>
62730
62731         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62732
62733 2000-12-04  Jim Meyering  <meyering@lucent.com>
62734
62735         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62736         Also include memory.h, stdlib.h, unistd.h if appropriate.
62737         Reported by Andreas Jaeger (conflicting declaration of malloc).
62738
62739 2000-12-02  Jim Meyering  <meyering@lucent.com>
62740
62741         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62742         * m4/jm-macros.m4 (jm_MACROS): require it.
62743
62744 2000-12-02  Jim Meyering  <meyering@lucent.com>
62745
62746         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62747
62748 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62749
62750         * lib/memrchr.c: Include <config.h> before any system include file.
62751
62752 2000-11-30  Jim Meyering  <meyering@lucent.com>
62753
62754         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62755
62756 2000-11-30  Jim Meyering  <meyering@lucent.com>
62757
62758         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62759
62760 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62761
62762         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62763
62764 2000-11-26  Jim Meyering  <meyering@lucent.com>
62765
62766         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62767
62768 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62769
62770         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62771         size of (size_t) -1; it's not portable.
62772
62773 2000-11-17  Jim Meyering  <meyering@lucent.com>
62774
62775         * lib/strstr.c: Update from GNU libc.
62776
62777 2000-11-17  Akim Demaille  <akim@epita.fr>
62778
62779         * lib/obstack.h: Formatting changes.
62780         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62781         prevent type checking.
62782         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62783         cast the value to (void *): assigning a `foo *' to a `void *'
62784         variable is valid.
62785         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62786
62787 2000-11-16  Jim Meyering  <meyering@lucent.com>
62788
62789         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62790
62791 2000-11-11  Jim Meyering  <meyering@lucent.com>
62792
62793         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62794
62795 2000-11-10  Jim Meyering  <meyering@lucent.com>
62796
62797         * lib/obstack.h: Update from GNU libc.
62798         * lib/obstack.c: Likewise.
62799
62800 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62801
62802         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62803
62804 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62805
62806         * lib/getusershell.c (setusershell): Use rewind rather than
62807         fseek/fseeko, to avoid configuration hassles with fseeko.
62808         Don't bother opening SHELLS_FILE if shellstream is NULL;
62809         it's not necessary.
62810
62811 2000-11-05  Jim Meyering  <meyering@lucent.com>
62812
62813         * lib/makepath.h (make_dir): Declare.
62814         * lib/makepath.c (make_dir): Remove `static' attribute.
62815         Tweak a comment.
62816
62817 2000-11-04  Jim Meyering  <meyering@lucent.com>
62818
62819         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62820
62821 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62822
62823         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62824         last one in a bucket, advance to the next bucket.
62825
62826 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62827
62828         * lib/fnmatch.c: Do not comment out all the code if we are using
62829         the GNU C library, because in some cases we are replacing buggy
62830         code in the GNU C library itself.
62831
62832 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62833
62834         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62835         (regex_compile): Catch bogus \(\1\).
62836
62837 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62838
62839         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62840         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62841         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62842
62843 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62844
62845         * lib/error.h, getline.h, modechange.h:
62846         Remove "2000" from Copyright line, as the file hasn't been
62847         changed this year other than in the copyright notice.
62848
62849         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62850         was changed this year.
62851
62852 2000-10-29  Jim Meyering  <meyering@lucent.com>
62853
62854         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62855         renaming.
62856         * m4/ls-mntd-fs.m4: Likewise
62857
62858 2000-10-29  Jim Meyering  <meyering@lucent.com>
62859
62860         * lib/xstat.in: Fix grammar in comment.
62861
62862 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62863
62864         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62865         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62866         doesn't define __restrict_arr.
62867
62868 2000-10-28  Jim Meyering  <meyering@lucent.com>
62869
62870         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62871         (jm_PREREQ_MEMCHR): New function.
62872
62873 2000-10-28  Jim Meyering  <meyering@lucent.com>
62874
62875         * lib/memchr.c: Update from libc.
62876         Adjust for portability:
62877         [HAVE_STDLIB_H]: Include stdlib.h.
62878         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62879         Undef __memchr, too.
62880         [!weak_alias]: Define __memchr to memchr.
62881
62882         * lib/regex.c: Update from libc.
62883         * lib/regex.h: Likewise.
62884         * lib/getopt1.c: Likewise.
62885         * lib/memcmp.c: Likewise.
62886
62887         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62888         Avoid using fseek, when possible -- it's broken by design.
62889         Patch by Ulrich Drepper.
62890
62891 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62892
62893         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62894         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62895         Giving in to popular pressure to shut up the compiler with casts.
62896
62897 2000-10-26  Jim Meyering  <meyering@lucent.com>
62898
62899         * lib/strftime.c: Update from libc.
62900
62901 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62902
62903         * regex.c: More `unsigned char' -> `re_char' changes.
62904         Also change several `int' into `re_wchar_t'.
62905         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62906         (PUSH_FAILURE_POINTER): Don't cast any more.
62907         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62908         We want GCC to complain, since this piece of code makes
62909         re_match non-reentrant, which *should* be fixed.
62910         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62911         (EXTEND_BUFFER): Use RETALLOC.
62912         (SET_LIST_BIT): Don't cast.
62913         (re_wchar_t): New type.
62914         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62915         that those two functions will always properly return.
62916         (IMMEDIATE_QUIT_CHECK): Cast to void.
62917         (analyse_first): Use recursion rather than an explicit stack.
62918         (re_compile_fastmap): Can't fail anymore.
62919         (re_search_2): Don't check re_compile_fastmap for failure.
62920         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62921         Now also sets the new value (passed in a new argument).
62922         (re_match_2_internal): Use it.
62923         Also, use a new var `reg' of type size_t when looping through regs
62924         rather than reuse the inappropriate `mcnt'.
62925
62926 2000-10-25  Jim Meyering  <meyering@lucent.com>
62927
62928         * lib/obstack.c: Update from libc.
62929
62930 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62931
62932         * regex.c (regex_compile): Change the way of handling a range from
62933         a char less than 256 to a char not less than 256.
62934
62935 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62936
62937         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62938         NT-Emacs only.
62939         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62940         so that re_search functions only quit when callers expect them to.
62941
62942 2000-10-23  Jim Meyering  <meyering@lucent.com>
62943
62944         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62945         wrong.  That set_locale call must not have any side effects.
62946         From Paul Eggert.
62947
62948 2000-10-22  Jim Meyering  <meyering@lucent.com>
62949
62950         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62951         [CYCLIC]: Remove now-unused definition.
62952
62953         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62954         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62955         Suggestion from Ulrich Drepper.
62956
62957 2000-10-21  Jim Meyering  <meyering@lucent.com>
62958
62959         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62960         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62961         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62962
62963 2000-10-21  Jim Meyering  <meyering@lucent.com>
62964
62965         * lib/dirname.c (memrchr): Declare if necessary.
62966         (dir_name): Remove the restriction that there be no
62967         trailing slashes.  Now, this code skips past them, effectively
62968         ignoring them.
62969         [TEST_DIRNAME] (main): New unit tests.
62970
62971         * lib/memrchr.c: New file from GNU libc.
62972         Undef __memrchr, too.
62973         [!weak_alias]: Define __memrchr to memrchr.
62974         Guard weak_alias use with `#ifdef weak_alias'.
62975
62976 2000-10-21  Jim Meyering  <meyering@lucent.com>
62977
62978         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62979         (dir_name): Use dir_name_r.
62980         * lib/dirname.h (dir_name_r): Declare it.
62981
62982 2000-10-17  Jim Meyering  <meyering@lucent.com>
62983
62984         * lib/quote.h (PARAMS): Define and use.
62985         Reported by Akim Demaille.
62986
62987         * lib/getopt.c: Update from libc.
62988
62989 2000-10-16  Jim Meyering  <meyering@lucent.com>
62990
62991         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62992         setlocale.
62993         From Jan Fedak.
62994
62995 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62996
62997         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62998
62999 2000-09-25  Jim Meyering  <meyering@lucent.com>
63000
63001         * lib/md5.h (rol): Define (from GnuPG).
63002
63003         * lib/sha.c: Give credit (GnuPG) where due.
63004         (M): Use rol rather than open-coding it.
63005         Add a FIXME comment.
63006
63007 2000-09-21  Jim Meyering  <meyering@lucent.com>
63008
63009         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63010         Reported by Michael Stone.
63011
63012 2000-09-20  Jim Meyering  <meyering@lucent.com>
63013
63014         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63015         (noinst_HEADERS): Add sha.h.
63016         Based on code from Scott G. Miller and from GnuPG.
63017
63018 2000-09-18  Jim Meyering  <meyering@lucent.com>
63019
63020         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63021         LIBS. Otherwise, everyone ends up linking with -lelf for some
63022         configurations.
63023         Reported by Mike Stone.
63024
63025 2000-09-15  Jim Meyering  <meyering@lucent.com>
63026
63027         * lib/regex.c: Update from libc.
63028
63029 2000-09-10  Jim Meyering  <meyering@lucent.com>
63030
63031         * lib/getopt.c (_getopt_internal): Update from glibc.
63032
63033 2000-09-09  Jim Meyering  <meyering@lucent.com>
63034
63035         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63036         think it should be used as a general replacement for isascii.
63037         * lib/fnmatch.c: Likewise.
63038         * lib/mbswidth.c: Likewise
63039         * lib/regex.c: Likewise.
63040
63041         Don't use atoi.
63042         * lib/userspec.c: Include sys/param.h and limits.h.
63043         Include xstrtol.h.
63044         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63045         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63046         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63047         UID, GID.  Check range.
63048
63049 2000-09-06  Jim Meyering  <meyering@lucent.com>
63050
63051         * lib/getopt.c (_getopt_internal): Update from glibc.
63052
63053 2000-08-30  Jim Meyering  <meyering@lucent.com>
63054
63055         * lib/strftime.c: Merge in changes from GNU libc.
63056
63057 2000-08-26  Jim Meyering  <meyering@lucent.com>
63058
63059         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63060         * m4/fpending.m4: New file.
63061
63062 2000-08-26  Jim Meyering  <meyering@lucent.com>
63063
63064         * lib/closeout.c: Include "__fpending.h".
63065         (close_stdout_status): Return right away if there's nothing to flush.
63066
63067         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63068         * lib/__fpending.c: New file.
63069         * lib/__fpending.h: New file.
63070
63071 2000-08-20  Jim Meyering  <meyering@lucent.com>
63072
63073         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63074         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63075         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63076
63077 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63078
63079         Improve fileutils installation on systems where running
63080         programs (like install) can't be unlinked.
63081         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63082         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63083
63084 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63085
63086         Standardize on "memory exhausted" instead of "Memory exhausted"
63087         or "virtual memory exhausted".
63088         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63089         "virtual memory exhausted".
63090         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63091         our own message.
63092         * lib/userspec.c (parse_user_spec): Likewise.
63093         * lib/bumpalloc.h: comment fix
63094         * lib/same.c, userspec.c: Include xalloc.h.
63095
63096         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63097         not char *const and pointing to a constant array.
63098         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63099         (xrealloc): Comment fix.
63100
63101         * lib/userspec.c (parse_user_spec):
63102         Don't translate a message until just before returning,
63103         to avoid unnecessary translation.
63104
63105 2000-08-07  Jim Meyering  <meyering@lucent.com>
63106
63107         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63108         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63109         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63110         getgroups.c, gethostname.c, getopt.h, group-member.c,
63111         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63112         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63113         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63114         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63115         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63116         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63117         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63118         yesno.c: Back out Copyright date changes for each file with no change
63119         this year.  This eases coordination with other programs using the same
63120         source code modules.  From Paul Eggert.
63121
63122 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63123
63124         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63125         not char, for compatibility with glibc 2.1.3 strftime.c.
63126
63127 2000-08-03  Greg McGary  <greg@mcgary.org>
63128
63129         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63130         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63131         (EXTEND_BUFFER): Use them.
63132
63133 2000-08-01  Jim Meyering  <meyering@lucent.com>
63134
63135         * lib/dirname.c (ISSLASH): Define.
63136         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63137         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63138         both `\' and `/' may be use as path separators.
63139         Based on a patch from Prashant TR.
63140
63141 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63142
63143         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63144         slot vector a constant, since it might get modified.
63145
63146 2000-07-31  Jim Meyering  <meyering@lucent.com>
63147
63148         * lib/xmalloc.c: Use `virtual memory exhausted', not
63149         `Memory exhausted'.
63150         * lib/obstack.c (print_and_abort): Likewise.
63151
63152 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63153
63154         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63155         buffer, so that the caller can always quote one small
63156         component of a "memory exhausted" message in slot 0.
63157         From a suggestion by Jim Meyering.
63158
63159 2000-07-30  Jim Meyering  <meyering@lucent.com>
63160
63161         * lib/makepath.c (make_path): Quote the other instance, too.
63162
63163         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63164         (STATIC_BUF_SIZE): Define.
63165         (quotearg_n_options): Use only statically allocated storage when
63166         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63167         than STATIC_BUF_SIZE.
63168
63169 2000-07-29  Jim Meyering  <meyering@lucent.com>
63170
63171         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63172         * lib/dirname.c (dir_name): Likewise.
63173
63174         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63175         `/'.
63176
63177         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63178         (dir_name): Assert that there are no trailing slashes.
63179
63180 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63181
63182         * lib/mbswidth.h (mbswidth): Add a flags argument.
63183         (mbswidth): New declaration.
63184         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63185         * lib/mbswidth.c (mbswidth): Add a flags argument.
63186         (mbsnwidth): New function.
63187
63188 2000-07-24  Jim Meyering  <meyering@lucent.com>
63189
63190         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63191
63192 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63193
63194         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63195
63196 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63197
63198         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63199         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63200         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63201         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63202         invoke multibyte primitives.
63203
63204 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63205
63206         * lib/quotearg.c:
63207         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63208         so that mbstate_t is always defined.
63209
63210         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63211         be 1 in at least one GCC installation, and this configuration
63212         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63213         performance on hosts that have mbrtowc but have only unibyte
63214         locales, but I assume these hosts are rare.
63215
63216 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63217
63218         * lib/mbswidth.c (_XOPEN_SOURCE):
63219         Don't define; this causes problems on Solaris 7.
63220         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63221
63222 2000-07-23  Jim Meyering  <meyering@lucent.com>
63223
63224         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63225         too: getgrgid, getpwuid, getuid.
63226
63227 2000-07-23  Jim Meyering  <meyering@lucent.com>
63228
63229         * lib/basename.c (base_name): Add an assertion.
63230
63231 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63232
63233         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63234         shadow its mbsinit function.
63235
63236 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63237
63238         * lib/mbswidth.h: New file.
63239         * lib/mbswidth.c: New file.
63240         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63241         (noinst_HEADERS): Add mbswidth.h.
63242
63243 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63244
63245         * lib/config.charset: Add support for FreeBSD. Improve support for
63246         HP-UX and IRIX 6.
63247
63248 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63249
63250         * m4/mbswidth.m4: New file.
63251         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63252
63253 2000-07-15  Jim Meyering  <meyering@lucent.com>
63254
63255         * lib/makepath.c: Include quote.h.
63256         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63257         corresponding argument in a `quote (...)' call.
63258         Give better diagnostics.
63259
63260         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63261         (noinst_HEADERS): Add quote.h.
63262
63263         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63264         from tar's src/misc.c.
63265         * lib/quote.h: New file.  Prototypes for same.
63266
63267 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63268
63269         From a suggestion by Bruno Haible.
63270         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63271         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63272         to decide whether to define the BeOS workaround macro;
63273         this adjusts to the change to AC_MBSTATE_T.
63274
63275 2000-07-14  Jim Meyering  <meyering@lucent.com>
63276
63277         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63278         jm_AC_TYPE_UINTMAX_T.
63279
63280 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63281
63282         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63283
63284         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63285         quotearg_buffer_restyled): Add support for
63286         clocale_quoting_style.  Undo previous change to
63287         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63288         and "{RIGHT QUOTATION MARK}" msgids.
63289
63290 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63291
63292         From a suggestion by Bruno Haible.
63293         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63294         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63295         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63296         and mbstate_t, to a single-part test that simply defines mbstate_t.
63297         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63298         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63299
63300 2000-07-10  Jim Meyering  <meyering@lucent.com>
63301
63302         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63303
63304         * m4/gnu-source.m4: Output to confdefs.h directly.
63305         Suggestion from Akim Demaille.
63306
63307 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63308
63309         The old behavior of quoting `like this' doesn't look good with
63310         newer, ISO-style fonts.  See:
63311         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63312
63313         Instead, quote "like this" by default.  Let the translator
63314         tailor the locale-specific quoting behavior by providing
63315         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63316
63317         * lib/quotearg.c (N_): New macro.
63318         (gettext_default): New function.
63319         (quotearg_buffer_restyled): Use
63320         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63321         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63322
63323 2000-07-09  Jim Meyering  <meyering@lucent.com>
63324
63325         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63326         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63327
63328         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63329         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63330
63331 2000-07-09  Jim Meyering  <meyering@lucent.com>
63332
63333         * lib/Most files: Update copyright dates to include 2000.
63334
63335 2000-07-08  Jim Meyering  <meyering@lucent.com>
63336
63337         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63338         if not defined.
63339         (xgethostname): Remove now-unnecessary #ifdef.
63340         Move declaration of `err' into loop where it's used.
63341
63342 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63343         and Bruno Haible  <haible@clisp.cons.org>
63344
63345         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63346         only if the test for an object-type mbstate_t fails.  This
63347         prevents us from mistakenly reporting that mbstate_t is a
63348         system object type after we "#define mbstate_t int" to work
63349         around its lack.
63350
63351 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63352         and Bruno Haible  <haible@clisp.cons.org>
63353
63354         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63355
63356 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63357
63358         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63359         to strerror_r.
63360         Include <ctype.h> for use of isalpha.
63361
63362 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63363
63364         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63365         by allocating a larger buffer. Test the gethostname return value for
63366         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63367         returns an error and ENAMETOOLONG isn't defined.
63368
63369 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63370
63371         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63372         dimension.
63373
63374 2000-07-04  Jim Meyering  <meyering@lucent.com>
63375
63376         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63377         of the deprecated AC_CHECKING.
63378
63379 2000-07-04  Jim Meyering  <meyering@lucent.com>
63380
63381         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63382         Reported by Bruno Haible.
63383
63384 2000-07-04  Jim Meyering  <meyering@lucent.com>
63385
63386         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63387         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63388         lacks mbrtowc.
63389
63390 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63391
63392         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63393         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63394
63395 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63396         and Bruno Haible  <haible@clisp.cons.org>
63397
63398         * lib/quotearg.c (mbrtowc):
63399         Assign to *pwc, and return 1 only if result is nonzero.
63400         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63401
63402 2000-07-03  Jim Meyering  <meyering@lucent.com>
63403
63404         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63405
63406 2000-07-03  Jim Meyering  <meyering@lucent.com>
63407
63408         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63409         This is necessary to get a definition of e.g., UTMP_FILE on
63410         HP-UX 10.20.
63411         From Bob Proulx.
63412
63413 2000-07-02  Jim Meyering  <meyering@lucent.com>
63414
63415         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63416
63417         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63418         AC_LIBOBJ(function_name).
63419         * m4/chown.m4: Likewise.
63420         * m4/fnmatch.m4: Likewise.
63421         * m4/ftruncate.m4: Likewise.
63422         * m4/getgroups.m4: Likewise.
63423         * m4/getline.m4: Likewise.
63424         * m4/group-member.m4: Likewise.
63425         * m4/jm-macros.m4: Likewise.
63426         * m4/lstat.m4: Likewise.
63427         * m4/malloc.m4: Likewise.
63428         * m4/memcmp.m4: Likewise.
63429         * m4/nanosleep.m4: Likewise.
63430         * m4/putenv.m4: Likewise.
63431         * m4/realloc.m4: Likewise.
63432         * m4/regex.m4: Likewise.
63433         * m4/stat.m4: Likewise.
63434         * m4/strftime.m4: Likewise.
63435
63436 2000-07-02  Jim Meyering  <meyering@lucent.com>
63437
63438         * lib/quotearg.c (mbstate_t): Don't define here.
63439
63440 2000-07-02  Jim Meyering  <meyering@lucent.com>
63441
63442         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63443
63444 2000-07-01  Jim Meyering  <meyering@lucent.com>
63445
63446         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63447
63448 2000-07-01  Jim Meyering  <meyering@lucent.com>
63449
63450         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63451         problem.
63452
63453 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63454
63455         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63456         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63457
63458 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63459
63460         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63461         per change in ../m4/ls-mntd-fs.m4.
63462         (read_filesystem_list): Ignore symbolic links.
63463
63464 2000-06-29  Jim Meyering  <meyering@lucent.com>
63465
63466         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63467         for declaration of strcmp.
63468
63469         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63470
63471         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63472         Avoid warning by casting result to `char *' to remove `const'.
63473
63474 2000-06-28  Jim Meyering  <meyering@lucent.com>
63475
63476         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63477         included by quotearg.c, for which we perform this test.  From
63478         Bruno Haible.
63479
63480 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63481
63482         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63483         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63484         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63485
63486 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63487
63488         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63489
63490 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63491
63492         savedir now sets errno on failure and invokes xmalloc to get memory.
63493         Fix a couple of other minor bugs while we're at it.
63494
63495         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63496         (NAMLEN): Remove macro.
63497         (malloc, realloc): Remove decls.
63498         (stpcpy): Likewise.
63499         ("xalloc.h"): Include.
63500         (NAME_SIZE_DEFAULT): New macro.
63501         (savedir): Use xmalloc / xrealloc to allocate memory.
63502         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63503         Skip "" directory entries.
63504         Use strlen to calculate directory entry length, since the old method
63505         is rarely used these days and isn't worth supporting.
63506         Don't use a pointer after freeing it.
63507         Check for integer overflow when calculating allocation size.
63508         Use memcpy to copy entries, instead of stpcpy.
63509         Set errno properly when returning NULL.
63510         Check for readdir error.
63511
63512 2000-06-26  Jim Meyering  <meyering@lucent.com>
63513
63514         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63515
63516 2000-06-25  Jim Meyering  <meyering@lucent.com>
63517
63518         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63519         Linux header bug when _XOPEN_SOURCE is defined to 500.
63520
63521 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63522
63523         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63524         deficiency.
63525
63526 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63527
63528         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63529         Include xalloc.h.
63530         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63531
63532 2000-06-24  Jim Meyering  <meyering@lucent.com>
63533
63534         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63535         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63536         for which strerror does return char*, but which lacks a conveniently
63537         accessible declaration of the function.  If the compile-test says
63538         strerror_r doesn't work, then resort to a `run'-test that works on
63539         BeOS and segfaults on DEC Unix.
63540
63541 2000-06-24  Jim Meyering  <meyering@lucent.com>
63542
63543         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63544
63545 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63546
63547         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63548         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63549
63550 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63551
63552         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63553         (mbrtowc, mbstate_t): Define substitutes if
63554         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63555         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63556         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63557
63558 2000-06-23  Jim Meyering  <meyering@lucent.com>
63559
63560         * m4/afs.m4: Add missing AC_MSG_RESULT.
63561         Reported by Bruno Haible.
63562
63563         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63564         Suggestion from Bruno Haible.
63565
63566 2000-06-23  Jim Meyering  <meyering@lucent.com>
63567
63568         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63569
63570 2000-06-21  Jim Meyering  <meyering@lucent.com>
63571
63572         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63573
63574 2000-06-21  Jim Meyering  <meyering@lucent.com>
63575
63576         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63577         (noinst_HEADERS): Add getstr.h.
63578
63579         * lib/getline.c (getstr): Move into a separate file.
63580         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63581         the following changes: new parameter, delim2; both delim[12]
63582         parameters have type `int', not `char'.  The latter would lose
63583         with 8-bit delimiters.
63584         * lib/getstr.h: New file.
63585
63586 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63587
63588         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63589         than 1024, return a memory chunk of least possible size, instead
63590         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63591         Use free/xmalloc instead of xrealloc to avoid copying for very long
63592         paths.
63593
63594 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63595
63596         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63597         the empty string.
63598
63599 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63600
63601         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63602         address, not strdup.  Include <stdlib.h> and don't declare free().
63603
63604 2000-06-19  Jim Meyering  <meyering@lucent.com>
63605
63606         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63607
63608 2000-06-18  Jim Meyering  <meyering@lucent.com>
63609
63610         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63611
63612         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63613         `checking whether...' message to be consistent with that of the
63614         lstat test.
63615
63616 2000-06-18  Jim Meyering  <meyering@lucent.com>
63617
63618         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63619         Besides, these days every porting target provides a mkdir function.
63620
63621         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63622         needed. (this snippet comes from src/system.h).
63623
63624 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63625
63626         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63627
63628 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63629
63630         * lib/human.c (adjust_value): New function.
63631         (human_readable_inexact): Apply rounding style even when
63632         printing approximate values.
63633
63634 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63635
63636         * lib/human.c (human_readable_inexact): Allow an input block
63637         size that is not a multiple of the output block size, and vice versa.
63638         Reported by Piergiorgio Sartor.
63639
63640 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63641
63642         * lib/getdate.y (get_date): Apply relative times after time
63643         zone indicator, not before.  Reported by Todd A. Jacobs.
63644
63645 2000-06-13  Jim Meyering  <meyering@lucent.com>
63646
63647         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63648
63649         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63650
63651 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63652
63653         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63654
63655 2000-06-12  Jim Meyering  <meyering@lucent.com>
63656
63657         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63658         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63659         optional argument.
63660         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63661         the optional argument, `lib'.
63662
63663 2000-06-08  Jim Meyering  <meyering@lucent.com>
63664
63665         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63666
63667 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63668
63669         Rewrite largefile configuration so that we don't need to run
63670         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63671         AC_CANONICAL_HOST in configure.in -- jmm]
63672
63673         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63674         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63675         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63676         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63677         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63678         All uses changed.
63679         Instead of inspecting the output of getconf, try to compile the
63680         test program without and with the macro definition.
63681         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63682         for getconf.  Instead, check for the needed flags by compiling
63683         test programs.
63684
63685 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63686
63687         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63688
63689 2000-06-04  Jim Meyering  <meyering@lucent.com>
63690
63691         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63692         SunOS 4.1.4 for which gid_t is an unsigned type.
63693
63694 2000-06-03  Jim Meyering  <meyering@lucent.com>
63695
63696         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63697         now that autoconf requires that.
63698
63699         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63700         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63701         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63702
63703 2000-06-03  Jim Meyering  <meyering@lucent.com>
63704
63705         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63706
63707 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63708
63709         * m4/glibc21.m4: New file.
63710         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63711
63712 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63713
63714         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63715         newer, don't install charset.alias.
63716         * lib/config.charset: Change the Linux/glibc rules so they become empty
63717         on glibc-2.1 or newer.
63718
63719 2000-06-02  Jim Meyering  <meyering@lucent.com>
63720
63721         * lib/mountlist.c: Back out last change.  Instead, do this...
63722         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63723         me_dummy member using the same `ignore'-testing code.
63724         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63725         fs_type strings.
63726         From Mark D. Roth.
63727
63728 2000-05-29  Jim Meyering  <meyering@lucent.com>
63729
63730         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63731         mounts with the `ignore' attribute.  Based on a patch from
63732         Mark D. Roth.
63733
63734 2000-05-28  Jim Meyering  <meyering@lucent.com>
63735
63736         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63737         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63738         * m4/stat.m4: Likewise.
63739         * m4/lstat.m4: Likewise.
63740         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63741
63742         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63743         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63744
63745 2000-05-26  Jim Meyering  <meyering@lucent.com>
63746
63747         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63748
63749 2000-05-24  Jim Meyering  <meyering@lucent.com>
63750
63751         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63752         autoconf requires that.
63753         * m4/lib-check.m4: Likewise.
63754         * m4/jm-macros.m4: Likewise.
63755         * m4/strftime.m4: Likewise.
63756
63757         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63758         AC_CHECK_DECLS, now that autoconf requires that.
63759
63760 2000-05-22  Jim Meyering  <meyering@lucent.com>
63761
63762         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63763         * m4/lstat.m4: Likewise.
63764
63765 2000-05-22  Jim Meyering  <meyering@lucent.com>
63766
63767         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63768
63769 2000-05-20  Jim Meyering  <meyering@lucent.com>
63770
63771         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63772         (jm_PREREQ): Use it.
63773
63774 2000-05-18  Jim Meyering  <meyering@lucent.com>
63775
63776         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63777         back, too, since it may have been modified by allocate_entry.
63778         (hash_delete): Rewrite to use neither the assignment operator
63779         nor the comma operator in an if-expression.
63780
63781 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63782
63783         * lib/closeout.c:
63784         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63785         Remove; no longer needed.
63786         "quotearg.h": Add include.
63787         (file_name): Do not bother to explicitly initialize to NULL; it's less
63788         efficient on some hosts.
63789         (close_stdout_status): Remove test as to whether stdout was already
63790         closed; it breaks for the case "echo x | sort >&-".
63791         Quote file name colons.
63792         Do not assume that _("write error") lacks format strings.
63793
63794 2000-05-15  Jim Meyering  <meyering@lucent.com>
63795
63796         * lib/version-etc.c (version_etc_copyright): Update the copyright
63797         string used in all --version output.
63798
63799 2000-05-14  Jim Meyering  <meyering@lucent.com>
63800
63801         * lib/closeout.c (close_stdout_set_file_name): New function.
63802         (close_stdout_status): Use new file-scoped global.
63803         Return right away if fstat says the stdout file descriptor is invalid.
63804         * lib/closeout.h (close_stdout_set_file_name): Declare.
63805
63806 2000-05-10  Jim Meyering  <meyering@lucent.com>
63807
63808         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63809         (close_stdout_set_status): New function.
63810         * lib/closeout.h (close_stdout_set_status): Declare.
63811
63812 2000-05-09  Jim Meyering  <meyering@lucent.com>
63813
63814         * m4/gettext.m4: Rename this...
63815         * m4/libintl.m4: ...to this.
63816
63817 2000-05-08  Jim Meyering  <meyering@lucent.com>
63818
63819         * lib/long-options.c: Don't include closeout.h.
63820         (parse_long_options): Don't call close_stdout for --version.
63821
63822 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63823
63824         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63825         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63826         2.1.3 bug.  This avoids a clash when files like regex.c define
63827         _GNU_SOURCE.
63828
63829 2000-05-06  Jim Meyering  <meyering@lucent.com>
63830
63831         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63832         (AC_REPLACE_FUNCS): Add strnlen.
63833
63834         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63835         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63836
63837         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63838         AC_SEARCH_LIBS call for nanosleep.
63839         (LIB_NANOSLEEP): Set and AC_SUBST.
63840
63841 2000-05-06  Jim Meyering  <meyering@lucent.com>
63842
63843         * lib/strnlen.c: Undefine __strnlen and strnlen.
63844         [!weak_alias]: Define __strnlen to strnlen.
63845
63846         * lib/atexit.c: New file, from libiberty.
63847
63848 2000-05-06  Jim Meyering  <meyering@lucent.com>
63849
63850         * lib/closeout.c (close_stdout_status): Also check for errors on the
63851         stderr stream.
63852
63853 2000-05-05  Jim Meyering  <meyering@lucent.com>
63854
63855         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63856         AC_SEARCH_LIBS call for clock_gettime.
63857         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63858
63859         * m4/search-libs.m4: Update from autoconf.
63860
63861         su doesn't work on Solaris 2.6.
63862         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63863         <shadow.h>.  Reported by Dragos Harabor.
63864
63865 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63866
63867         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63868         memcpy instead of xmalloc, xrealloc, path_concat.
63869         (locale_charset): Treat empty environment variables as absent.
63870         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63871
63872 2000-05-04  Jim Meyering  <meyering@lucent.com>
63873
63874         * lib/getopt.c: Update from glibc.
63875         * lib/obstack.c: Likewise.
63876         * lib/obstack.h: Likewise.
63877         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63878         file
63879
63880         * lib/regex.h: Likewise.
63881         * lib/strndup.c: Likewise.
63882         * lib/strnlen.c: New file, from glibc.
63883
63884 2000-05-03  Jim Meyering  <meyering@lucent.com>
63885
63886         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63887
63888 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63889
63890         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63891         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63892         compile-time test, rather than inspecting host and OS, to
63893         decide whether to define _LARGEFILE_SOURCE.
63894
63895 2000-05-01  Jim Meyering  <meyering@lucent.com>
63896
63897         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63898
63899         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63900         Based on a patch from Bruno Haible.
63901
63902 2000-05-01  Jim Meyering  <meyering@lucent.com>
63903
63904         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63905
63906 2000-04-29  Jim Meyering  <meyering@lucent.com>
63907
63908         * lib/path-concat.c: Declare strdup only if it's not defined.
63909         * lib/canon-host.c: Likewise.
63910
63911 2000-04-28  Jim Meyering  <meyering@lucent.com>
63912
63913         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63914         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63915         is included first, then limits.h is included by locale.h by libintl.h.
63916         From John David Anglin.
63917
63918 2000-04-25  Jim Meyering  <meyering@lucent.com>
63919
63920         * lib/makepath.c (S_IRWXUGO): Define.
63921         (make_path): Always perform explicit chmod if MODE specifies any
63922         of the `special' permission bits.  Prompted by a bug report against
63923         install from Mate Wierdl and Joost van Baal.
63924
63925 2000-04-18  Jim Meyering  <meyering@lucent.com>
63926
63927         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63928         (jm_PREREQ): Use it.
63929
63930 2000-04-18  Jim Meyering  <meyering@lucent.com>
63931
63932         * lib/README: New file.
63933
63934         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63935         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63936
63937 2000-04-17  Jim Meyering  <meyering@lucent.com>
63938
63939         Get it right :-)
63940         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63941         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63942         Suggestion from Akim Demaille.
63943
63944 2000-04-17  Jim Meyering  <meyering@lucent.com>
63945
63946         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63947         the definition of it to rpl_strftime also defined-away the system's
63948         declaration.
63949
63950 2000-04-15  Jim Meyering  <meyering@lucent.com>
63951
63952         Use `C' to denote so-called `contiguous' files, the same way
63953         that tar does.
63954         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63955         (ftypelet): Use S_ISCTG.
63956         From Michael Deutschmann.
63957
63958 2000-04-14  Jim Meyering  <meyering@lucent.com>
63959
63960         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63961         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63962         clobbered.
63963
63964 2000-04-14  Jim Meyering  <meyering@lucent.com>
63965
63966         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63967
63968 2000-04-13  Jim Meyering  <meyering@lucent.com>
63969
63970         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63971         AH_VERBATIM to insert required #ifndef into config.h.in.
63972         Suggestion from Akim Demaille.
63973
63974 2000-04-12  Jim Meyering  <meyering@lucent.com>
63975
63976         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63977         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63978         Christian Krackowizer.
63979
63980         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63981         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63982         (AC_SYS_LARGEFILE): Require.
63983         (AM_C_PROTOTYPES): Require.
63984
63985 2000-04-08  Jim Meyering  <meyering@lucent.com>
63986
63987         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63988         names don't conflict.  Reported by Eli Zaretskii.
63989
63990 2000-04-07  Jim Meyering  <meyering@lucent.com>
63991
63992         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63993         sys/types.h, to work around system header problems on AIX 3.2.5.
63994         From Bruno Haible.
63995
63996 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63997
63998         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63999         bug.  Deal with the different error behavior of Irix iconv.
64000
64001 2000-04-05  Paul Eggert  <eggert@twinsun.com>
64002
64003         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
64004         IRIX if the installer said otherwise.
64005
64006 2000-04-05  Jim Meyering  <meyering@lucent.com>
64007
64008         Portability tweaks required for ultrix4.3.
64009         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64010         (jm_CHECK_DECLS): Add getutent to the list of functions.
64011         (_jm_DECL_HEADERS): Add utmpx.h.
64012         From John David Anglin.
64013
64014         * m4/strftime.m4: Back out the 2000-04-02 change.
64015         Instead of that change, simply undefine putenv in the test program.
64016
64017 2000-04-05  Jim Meyering  <meyering@lucent.com>
64018
64019         Portability tweaks required for ultrix4.3.
64020         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64021         getutent.
64022         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64023         * lib/canon-host.c: Declare strdup.
64024         * lib/path-concat.c: Likewise.
64025         From John David Anglin.
64026
64027 2000-04-04  Jim Meyering  <meyering@lucent.com>
64028
64029         Be more DOS 8.3-friendly.
64030         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64031         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64032         * lib/Makefile.am: Reflect renaming.
64033         Reported by Eli Zaretskii.
64034
64035         Use a temporary file name that won't clash with `charset.alias'
64036         in the DOS 8.3 name space.
64037         * lib/Makefile.am (charset_tmp): Define.
64038         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64039         (uninstall-local): Likewise.
64040         Reported by Eli Zaretskii.
64041
64042 2000-04-03  Jim Meyering  <meyering@lucent.com>
64043
64044         * m4/gettext.m4: Fix typo in comment.
64045
64046         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64047         textutils/configure.in).  Suggestion from Paul Eggert.
64048         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64049
64050 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64051
64052         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64053         variable in the shell rather than using putenv, which isn't
64054         portable.  This avoids the configure-time inter-test dependency
64055         on the potentially-renamed putenv function.
64056
64057 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64058
64059         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64060         before checking struct stat.st_blksize, so that
64061         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64062
64063 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64064
64065         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64066         since strftime.c uses HAVE_STRFTIME to decide whether to use
64067         the underlying strftime.
64068
64069 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64070
64071         * lib/time/strftime.c (my_strftime): Make sure we call the system
64072         strftime, not ourselves, when invoking the underlying strftime.
64073
64074 2000-03-24  Jim Meyering  <meyering@lucent.com>
64075
64076         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64077         (charset_alias): Define.
64078         (install-exec-local): Factor out common code.
64079         (uninstall-local): Split lines longer than 80.
64080         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64081         (SUFFIXES): Define.
64082         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64083         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64084
64085 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64086
64087         * lib/config.charset: Output a line containing "Packages using this
64088         file".
64089         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64090         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64091         ref-del.sed): New rules.
64092
64093 2000-03-17  Jim Meyering  <meyering@lucent.com>
64094
64095         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64096         Otherwise, include <strings.h>
64097
64098 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64099
64100         * lib/unicodeio.c (utf8_wctomb): New function.
64101         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64102         format instead of in UCS-4 with platform dependent endianness.
64103
64104 2000-03-10  Jim Meyering  <meyering@lucent.com>
64105
64106         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64107         From Marco Franzen.
64108
64109 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64110
64111         * lib/savedir.c (savedir): Work even if directory size is
64112         negative; this can happen with some screwy NFS configurations.
64113
64114 2000-03-06  Jim Meyering  <meyering@lucent.com>
64115
64116         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64117         if it's NULL (because we ran out of memory).  From Bruno Haible.
64118
64119 2000-03-05  Jim Meyering  <meyering@lucent.com>
64120
64121         * lib/localcharset.c ("path-concat.h"): Include.
64122         (get_charset_aliases): Use path_concat instead of ANSI string
64123         concatenation.
64124
64125         * lib/unicodeio.h (PARAMS): Define.
64126         Use it to guard prototype.
64127
64128 2000-03-04  Jim Meyering  <meyering@lucent.com>
64129
64130         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64131         for lib/localcharset.c.
64132
64133 2000-03-04  Jim Meyering  <meyering@lucent.com>
64134
64135         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64136         installing into it.
64137         (uninstall-local): Uncomment this rule so `make distcheck' works
64138         once again.
64139
64140         * lib/unicodeio.c (<errno.h>): Include it.
64141         (errno): Declare if not defined.
64142
64143         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64144
64145         * lib/config.charset: New version, incorporating remarks from a linux
64146         i18n mailing list.  From Bruno Haible.
64147
64148 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64149
64150         * m4/codeset.m4: New file.
64151         * m4/iconv.m4: New file.
64152         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64153
64154 2000-03-03  Jim Meyering  <meyering@lucent.com>
64155
64156         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64157
64158 2000-03-02  Jim Meyering  <meyering@lucent.com>
64159
64160         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64161         the messages come out on separate lines.
64162
64163         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64164         rather than jm_CHECK_DECLARATIONS.
64165         * m4/decl.m4: Remove now-unused file.
64166
64167         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64168         geteuid.
64169
64170 2000-03-02  Jim Meyering  <meyering@lucent.com>
64171
64172         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64173
64174 2000-03-01  Jim Meyering  <meyering@lucent.com>
64175
64176         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64177         * lib/unicodeio.c: Likewise.
64178
64179 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64180
64181         * lib/config.charset: New file.
64182         * lib/localcharset.c: New file.
64183         * lib/unicodeio.h, lib/unicodeio.c: New files.
64184         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64185         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64186         (noinst_HEADERS): Add unicodeio.h.
64187         (all-local, install-exec-local, charset.alias): New targets.
64188
64189 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64190
64191         * lib/quotearg.c (ALERT_CHAR): New macro.
64192         (quotearg_buffer_restyled): Use it.
64193
64194 2000-02-27  Jim Meyering  <meyering@lucent.com>
64195
64196         * m4/check-decl.m4: Add getenv to the list.
64197
64198 2000-02-27  Jim Meyering  <meyering@lucent.com>
64199
64200         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64201         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64202
64203         * lib/backupfile.c: Guard inclusion of stdlib.h with
64204         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64205         Declare malloc if needed.
64206
64207         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64208         `#ifndef HAVE_DECL..'
64209         now that autoconf always defines the HAVE_DECL_ symbols.
64210         * lib/human.c: Likewise.
64211         * lib/same.c: Likewise.
64212         * lib/strtoumax.c: Likewise.
64213
64214         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64215         declaration check was not run.
64216         * lib/hash.c: Likewise.
64217         * lib/human.c: Likewise.
64218         * lib/same.c: Likewise.
64219         * lib/strtoumax.c: Likewise.
64220
64221         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64222         `.', then first look up the entire `.'-containing string as a login
64223         name.
64224
64225 2000-02-23  Jim Meyering  <meyering@lucent.com>
64226
64227         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64228         in place of my hack.
64229
64230 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64231
64232         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64233         (textint): New typedef.
64234         (parser_control): Member year changed from int to textint.
64235         All uses changed.
64236         (YYSTYPE): Removed; replaced by %union with int and textint members.
64237         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64238         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64239         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64240         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64241         (date, number, to_year): Use width of number in digits, not its value,
64242         to determine whether it's a 2-digit year, or a 2-digit time.
64243         (yylex): Store number of digits of numeric tokens.
64244         Reported by John Kendall.
64245
64246         (parser_control): Changed from struct parser_control to typedef (for
64247         consistency).  All uses changed.
64248
64249         (tID): Removed; not used.
64250         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64251
64252 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64253
64254         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64255         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64256
64257 2000-02-12  Jim Meyering  <meyering@lucent.com>
64258
64259         * lib/userspec.c (ISDIGIT): Define it.
64260         (isdigit): Remove definition.
64261         (is_number): Use ISDIGIT, not isdigit.
64262         <libintl.h>: Include.
64263         (_ and N_): Define.
64264         (parse_user_spec): Mark translatable strings.
64265
64266 2000-02-10  Jim Meyering  <meyering@lucent.com>
64267
64268         With these changes, nanosleep.[ch] are finally enough like the other
64269         lib/* replacement files to compile on a few more losing systems.
64270
64271         * lib/nanosleep.h: Don't include config.h.
64272         Remove prototype from declaration of nanosleep.
64273         (PARAMS): Remove now-unneeded definition.
64274         * lib/nanosleep.c: #undef nanosleep.
64275         (rpl_nanosleep): Rename from nanosleep.
64276
64277 2000-02-10  Jim Meyering  <meyering@lucent.com>
64278
64279         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64280         gnu_nanosleep to rpl_nanosleep.
64281
64282 2000-02-09  Jim Meyering  <meyering@lucent.com>
64283
64284         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64285         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64286
64287 2000-02-08  Akim Demaille  <akim@epita.fr>
64288
64289         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64290         `[' and `]' and remove uses of `changequote'.
64291         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64292         (AC_SYS_LARGEFILE): Likewise.
64293         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64294         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64295         of changequote.
64296         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64297         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64298         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64299         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64300
64301 2000-02-05  Jim Meyering  <meyering@lucent.com>
64302
64303         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64304         Remove explicit use of AC_HEADER_TIME.  It is required by
64305         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64306         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64307         in autoconf whereby the expansion of the latter ended up preceding
64308         the expansion of its prerequisite, AC_HEADER_TIME.
64309         Reported by Volker Borchert.
64310
64311 2000-02-03  Jim Meyering  <meyering@lucent.com>
64312
64313         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64314
64315 2000-02-03  Jim Meyering  <meyering@lucent.com>
64316
64317         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64318         rather than with `#if HAVE_UTMPNAME'.
64319
64320 2000-02-02  Jim Meyering  <meyering@lucent.com>
64321
64322         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64323         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64324         Reported by Eli Zaretskii.
64325
64326 2000-02-01  Jim Meyering  <meyering@lucent.com>
64327
64328         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64329
64330 2000-01-31  Jim Meyering  <meyering@lucent.com>
64331
64332         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64333         functions.  Add the time.h and sys/time.h headers along with the
64334         AC_REQUIRE'ment of AC_HEADER_TIME.
64335
64336 2000-01-31  Jim Meyering  <meyering@lucent.com>
64337
64338         * lib/nanosleep.h (nanosleep): Guard declaration with
64339         `#if ! HAVE_DECL_NANOSLEEP'.
64340         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64341         the declaration in that vendor's sys/timers.h.
64342         Reported by Christian Krackowizer.
64343
64344         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64345         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64346         (ISPRINT): Likewise.
64347         Reported by Tom Tromey.
64348
64349 2000-01-30  Jim Meyering  <meyering@lucent.com>
64350
64351         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64352
64353         * m4/prereq.m4 (utmp_includes): Define.
64354         Check for ut_user and ut_name members in both struct utmpx
64355         and struct utmp.
64356
64357 2000-01-30  Jim Meyering  <meyering@lucent.com>
64358
64359         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64360         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64361         header files where only utmpx.ut_user is declared.
64362
64363         * lib/readutmp.h (UT_USER): Define.
64364
64365 2000-01-29  Jim Meyering  <meyering@lucent.com>
64366
64367         * m4/lib-check.m4: New file containing library-related checks from
64368         fileutils and sh-utils (textutils had none).
64369
64370 2000-01-28  Jim Meyering  <meyering@lucent.com>
64371
64372         * m4/perl.m4: Change format of warning message to look more like that
64373         from the missing script.  Suggestion from François Pinard.
64374
64375 2000-01-25  Jim Meyering  <meyering@lucent.com>
64376
64377         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64378         well as time.h in the compile check.
64379         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64380         Fix typo in cross-compiling case: s/yes/no/.
64381
64382 2000-01-23  Jim Meyering  <meyering@lucent.com>
64383
64384         * m4/jm-macros.m4: Move df-related tests here from
64385         fileutils/configure.in
64386
64387         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64388         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64389
64390         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64391         s/space/ac_fsusage_space/.
64392         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64393
64394         * m4/ftruncate.m4: New file (derived from part of
64395         fileutils/configure.in).
64396         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64397         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64398
64399         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64400         AC_SUBST these here, rather than just in sh-util/configure.in, so
64401         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64402         all the same.
64403         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64404         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64405         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64406         (AC_SUBST(POW_LIBM)): Likewise.
64407         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64408
64409 2000-01-23  Jim Meyering  <meyering@lucent.com>
64410
64411         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64412         obstack.c.
64413
64414 2000-01-22  Jim Meyering  <meyering@lucent.com>
64415
64416         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64417
64418         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64419
64420         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64421         configure.in
64422         (AC_CHECK_HEADERS): Likewise for sh-utils.
64423         (AC_CHECK_HEADERS): Likewise for textutils.
64424         Merge the three lists of headers.
64425
64426         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64427         from fileutils' configure.in.
64428
64429         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64430         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64431         check-decl.m4.
64432
64433         * m4/check-decl.m4: Use #if rather than #ifdef.
64434         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64435         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64436         (_jm_DECL_HEADERS): Define new function.
64437         (jm_CHECK_DECLARATIONS): Require it.
64438
64439 2000-01-22  Jim Meyering  <meyering@lucent.com>
64440
64441         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64442         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64443         Required for some AIX systems.  Reported by Christian Krackowizer.
64444         [TESTING] (main): New function.
64445
64446         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64447         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64448         letters.
64449
64450         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64451         iswprint.
64452
64453         * lib/strverscmp.c (ISDIGIT): Define.
64454         (strverscmp): Use ISDIGIT, not isdigit.
64455
64456 2000-01-19  Jim Meyering  <meyering@lucent.com>
64457
64458         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64459         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64460         defines `struct timespec' in <sys/time.h>
64461
64462         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64463         Thanks to Akim for explaining.
64464
64465 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64466
64467         * lib/nanosleep.c (nanosleep):
64468         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64469         POSIX.1 doesn't require SA_INTERRUPT and some systems
64470         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64471         it's been part of POSIX.1 since day 1 (in 1988).
64472
64473 2000-01-17  Jim Meyering  <meyering@lucent.com>
64474
64475         * lib/interlock: Remove unused file.  Reported by François Pinard.
64476
64477 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64478
64479         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64480         alert, backslash, formfeed, and vertical tab unnecessarily in
64481         shell quoting style.
64482
64483 2000-01-16  Jim Meyering  <meyering@lucent.com>
64484
64485         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64486         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64487         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64488         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64489
64490 2000-01-16  Jim Meyering  <meyering@lucent.com>
64491
64492         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64493         because the latter didn't work.
64494
64495 2000-01-15  Jim Meyering  <meyering@lucent.com>
64496
64497         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64498         (AC_REPLACE_FUNCS): Add memcpy and memset.
64499         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64500         Add strpbrk.
64501         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64502
64503 2000-01-12  Jim Meyering  <meyering@lucent.com>
64504
64505         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64506         (jm_PREREQ): Use it.
64507         (jm_PREREQ_READUTMP): New macro.
64508         (jm_PREREQ): Use it.
64509
64510 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64511
64512         Quote multibyte characters correctly.
64513         * m4/c-bs-a.m4: New file.
64514         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64515         (jm_PREREQ): Use it.
64516
64517 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64518
64519         * m4/uintmax_t.m4: Port to autoconf 2.13.
64520
64521 2000-01-08  Jim Meyering  <meyering@ascend.com>
64522
64523         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64524         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64525
64526 2000-01-04  Jim Meyering  <meyering@ascend.com>
64527
64528         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64529         jm_STRUCT_DIRENT_D_TYPE.
64530         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64531         jm_STRUCT_DIRENT_D_INO.
64532         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64533         jm_STRUCT_UTIMBUF.
64534         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64535         renamings.
64536         * m4/utime.m4: Likewise.
64537
64538         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64539         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64540
64541 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64542
64543         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64544         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64545
64546 2000-01-02  Jim Meyering  <meyering@ascend.com>
64547
64548         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64549         remember if this is necessary.
64550
64551 1999-12-26  Jim Meyering  <meyering@ascend.com>
64552
64553         * m4/jm-macros.m4: Use it here.
64554         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64555
64556 1999-12-23  Jim Meyering  <meyering@ascend.com>
64557
64558         * m4/jm-macros.m4: Check for clock_gettime (moved from
64559         fileutils/configure.in)
64560         Check for gettimeofday.
64561
64562 1999-12-20  Jim Meyering  <meyering@ascend.com>
64563
64564         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64565         autoconf-2.14a-1999-12-20.
64566
64567 1999-12-19  Jim Meyering  <meyering@ascend.com>
64568
64569         * m4/lstat-slash.m4: New file.
64570         * m4/jm-macros.m4: Use the new macro:
64571         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64572
64573 1999-12-07  Jim Meyering  <meyering@ascend.com>
64574
64575         * m4/perl.m4: Require that File::Compare be available, too.
64576         Too many systems seem to lack it.
64577
64578         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64579         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64580
64581 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64582
64583         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64584         problem with the QNX 4.25 shell, which doesn't propagate exit
64585         status of failed commands inside shell assignments.
64586
64587 1999-11-17  Jim Meyering  <meyering@ascend.com>
64588
64589         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64590
64591 1999-11-07  Jim Meyering  <meyering@ascend.com>
64592
64593         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64594
64595 1999-11-06  Jim Meyering  <meyering@ascend.com>
64596
64597         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64598         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64599
64600 1999-11-05  Jim Meyering  <meyering@ascend.com>
64601
64602         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64603         configure.in of textutils, fileutils, and sh-utils into this one
64604         (shared between those packages) file.
64605         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64606         AC_STRUCT_ST_BLKSIZE.
64607
64608 1999-11-03  Jim Meyering  <meyering@ascend.com>
64609
64610         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64611         of AC_CHECK_TYPE checks includes unistd.h.
64612         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64613         Suggestion from Akim Demaille.
64614
64615 1999-10-30  Jim Meyering  <meyering@ascend.com>
64616
64617         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64618         m4-quoted string.
64619         * m4/ls-mntd-fs.m4: Likewise.
64620         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64621         * m4/jm-winsz1.m4: Likewise.
64622
64623         * m4/const.m4: Remove file, since the fix made it into the experimental
64624         version of autoconf.
64625         * m4/mktime.m4: Likewise.
64626
64627         * m4/check-type.m4: Remove file, now that the latest version of
64628         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64629
64630         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64631         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64632         AC_CHECK_TYPE.
64633
64634 1999-10-04  Jim Meyering  <meyering@ascend.com>
64635
64636         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64637
64638 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64639
64640         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64641         2.95.1 bug with HP-UX 10.20.
64642
64643 1999-09-17  Jim Meyering  <meyering@ascend.com>
64644
64645         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64646         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64647         due to missing strdup (against sh-utils-2.0).
64648
64649 1999-08-29  Jim Meyering  <meyering@ascend.com>
64650
64651         * m4/jm-macros.m4: Require jm_BISON.
64652         * m4/bison.m4: New file.
64653
64654 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64655
64656         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64657         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64658
64659 1999-08-05  Jim Meyering  <meyering@ascend.com>
64660
64661         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64662         to avoid conflicts with `conftest' on 8+3 filesystems.
64663         Suggestion from Eli Zaretskii.
64664
64665 1999-08-04  Jim Meyering  <meyering@ascend.com>
64666
64667         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64668         fileutils and sh-utils (textutils's getline test was inadequate).
64669         (AM_FUNC_GETLINE): Run this test.
64670         (AC_CHECK_FUNCS): Check for getdelim.
64671         Reported by Bob Proulx.
64672
64673 1999-08-02  Jim Meyering  <meyering@ascend.com>
64674
64675         * m4/jm-macros.m4: Add a comment.
64676
64677 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64678
64679         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64680         <inttypes.h> defines strtoumax as a macro (and not as a
64681         function).
64682
64683 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64684
64685         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64686         that we can shift, multiply and divide unsigned long long
64687         values; Ultrix cc can't do it.
64688
64689 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64690
64691         * m4/mktime.m4: New file, which is a preview of what should appear
64692         in the next public autoconf release.
64693
64694 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64695
64696         * m4/lfs.m4: Remove this file.
64697         * m4/largefile.m4: New file.  It contains the old contents of
64698         lfs.m4, except that all names with prefix AC_LFS have been
64699         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64700         compatible with future autoconf versions.  Also, some minor m4
64701         quoting problems have been fixed.
64702
64703 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64704
64705         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64706         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64707         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64708         and simplify the shell code.
64709
64710 1999-08-01  Jim Meyering  <meyering@ascend.com>
64711
64712         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64713         m4.
64714
64715 1999-07-20  Jim Meyering  <meyering@ascend.com>
64716
64717         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64718
64719 1999-07-15  Jim Meyering  <meyering@ascend.com>
64720
64721         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64722
64723 1999-05-22  Jim Meyering  <meyering@ascend.com>
64724
64725         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64726
64727 1999-05-20  Jim Meyering  <meyering@ascend.com>
64728
64729         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64730         Add a colon after each `then' in case $4 is empty.
64731
64732 1999-05-16  Jim Meyering  <meyering@ascend.com>
64733
64734         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64735
64736 1999-05-10  Jim Meyering  <meyering@ascend.com>
64737
64738         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64739
64740         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64741         AC_FUNC_MKTIME.
64742
64743 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64744
64745         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64746
64747 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64748
64749         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64750         not CPPFLAGS, so that linking works correctly in IRIX.
64751
64752 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64753
64754         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64755
64756 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64757
64758         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64759         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64760         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64761         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64762         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64763
64764         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64765
64766 1999-04-20  Jim Meyering  <meyering@ascend.com>
64767
64768         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64769         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64770         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64771
64772 1999-04-18  Jim Meyering  <meyering@ascend.com>
64773
64774         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64775         * m4/jm-macros.m4: Use it.
64776
64777 1999-04-06  Jim Meyering  <meyering@ascend.com>
64778
64779         * m4/strftime.m4: Remove test for %f.
64780
64781 1999-03-29  Jim Meyering  <meyering@ascend.com>
64782
64783         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64784         superset of the AC_TYPE_* checks in the textutils, fileutils,
64785         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64786         AC_TYPE_PID_T.
64787
64788 1999-03-28  Jim Meyering  <meyering@ascend.com>
64789
64790         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64791         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64792         replaced e.g., in the *.sh files of the sh-utils.
64793
64794 1999-03-20  Jim Meyering  <meyering@ascend.com>
64795
64796         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64797         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64798         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64799
64800 1999-03-19  Jim Meyering  <meyering@ascend.com>
64801
64802         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64803
64804 1999-03-12  Jim Meyering  <meyering@ascend.com>
64805
64806         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64807
64808 1999-03-07  Jim Meyering  <meyering@ascend.com>
64809
64810         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64811         declared.
64812
64813 1999-02-17  Jim Meyering  <meyering@ascend.com>
64814
64815         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64816         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64817
64818 1999-02-07  Jim Meyering  <meyering@ascend.com>
64819
64820         * m4/group-member.m4: New file -- extracted from sh-utils'
64821         configure.in.
64822
64823         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64824         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64825
64826 1999-02-06  Jim Meyering  <meyering@ascend.com>
64827
64828         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64829         * m4/fnmatch.m4: Likewise.
64830         * m4/getgroups.m4: Likewise.
64831         * m4/lstat.m4: Likewise.
64832         * m4/malloc.m4: Likewise.
64833         * m4/putenv.m4: Likewise.
64834         * m4/realloc.m4: Likewise.
64835         * m4/regex.m4: Likewise.
64836         * m4/stat.m4: Likewise.
64837         * m4/strftime.m4: Likewise.
64838         Suggestion from Alain Magloire.
64839
64840         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64841         * m4/fnmatch.m4: Likewise.
64842         * m4/getgroups.m4: Likewise.
64843         * m4/getline.m4: Likewise.
64844         * m4/lstat.m4: Likewise.
64845         * m4/malloc.m4: Likewise.
64846         * m4/memcmp.m4: Likewise.
64847         * m4/putenv.m4: Likewise.
64848         * m4/realloc.m4: Likewise.
64849         * m4/regex.m4: Likewise.
64850         * m4/stat.m4: Likewise.
64851         * m4/strftime.m4: Likewise.
64852         Suggestion from Alain Magloire.
64853
64854         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64855         an argument.
64856
64857         * m4/regex.m4: Add a run-time Test for proper operation of
64858         re_compile_pattern.
64859
64860 1999-01-31  Jim Meyering  <meyering@ascend.com>
64861
64862         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64863
64864 1999-01-30  Jim Meyering  <meyering@ascend.com>
64865
64866         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64867
64868         * m4/jm-mktime.m4: Make this a wrapper around the official
64869         AM_FUNC_MKTIME rather than my private copy, now that the official one
64870         is up to date.
64871         * m4/mktime.m4: Remove file.
64872
64873         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64874         * m4/uptime.m4: Likewise.
64875         * m4/uintmax_t.m4: Likewise.
64876
64877 1999-01-28  Jim Meyering  <meyering@ascend.com>
64878
64879         * m4/jm-macros.m4: Use jm_AFS.
64880         * m4/afs.m4: New file (from fileutils' configure.in).
64881
64882         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64883         * m4/chown.m4: Likewise.
64884         * m4/d-ino.m4: Likewise.
64885         * m4/d-type.m4: Likewise.
64886         * m4/fnmatch.m4: Likewise.
64887         * m4/getgroups.m4: Likewise.
64888         * m4/gettext.m4: Likewise.
64889         * m4/jm-mktime.m4: Likewise.
64890         * m4/jm-winsz2.m4: Likewise.
64891         * m4/lcmessage.m4: Likewise.
64892         * m4/ls-mntd-fs.m4: Likewise.
64893         * m4/malloc.m4: Likewise.
64894         * m4/memcmp.m4: Likewise.
64895         * m4/putenv.m4: Likewise.
64896         * m4/realloc.m4: Likewise.
64897         * m4/st_mtim.m4: Likewise.
64898         * m4/strftime.m4: Likewise.
64899
64900 1999-01-16  Jim Meyering  <meyering@ascend.com>
64901
64902         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64903         (ARGMATCH_DIE_DECL): Define.
64904
64905 1999-01-12  Jim Meyering  <meyering@ascend.com>
64906
64907         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64908         Reported by Lars Hecking.
64909
64910 1999-01-10  Jim Meyering  <meyering@ascend.com>
64911
64912         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64913         gross kludge.
64914         * m4/inttypes_h.m4: Likewise.
64915         * m4/lstat.m4: Likewise.
64916         * m4/malloc.m4: Likewise.
64917         * m4/readdir.m4: Likewise.
64918         * m4/realloc.m4: Likewise.
64919         * m4/st_dm_mode.m4: Likewise.
64920         * m4/stat.m4: Likewise.
64921         * m4/utimbuf.m4: Likewise.
64922         * m4/utimes.m4: Likewise.
64923
64924         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64925         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64926         comments in config.h.in are meaningful.
64927
64928         * m4/jm-macros.m4: Require autoconf-2.13 here.
64929
64930         * m4/regex.m4: By default, don't use the included regex.c on systems
64931         with glibc 2.  Suggestion from Uli Drepper.
64932
64933 1999-01-02  Jim Meyering  <meyering@ascend.com>
64934
64935         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64936
64937 1998-12-18  Jim Meyering  <meyering@ascend.com>
64938
64939         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64940         Based on a suggestion from Lars Hecking.
64941
64942 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64943
64944         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64945
64946 1998-11-16  Jim Meyering  <meyering@ascend.com>
64947
64948         * m4/lfs.m4: Double-quote the `uname...` expression.
64949
64950 1998-11-14  Jim Meyering  <meyering@ascend.com>
64951
64952         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64953         * m4/stat.m4: Likewise.
64954
64955 1998-11-03  Jim Meyering  <meyering@ascend.com>
64956
64957         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64958         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64959
64960 1998-10-18  Jim Meyering  <meyering@ascend.com>
64961
64962         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64963
64964 1998-10-17  Jim Meyering  <meyering@ascend.com>
64965
64966         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64967         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64968         calls for those previously hard-coded headers.  Instead, take a new
64969         parameter.
64970         (jm_CHECK_DECLARATIONS): Reflect interface change.
64971         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64972         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64973
64974         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64975
64976 1998-10-14  Jim Meyering  <meyering@ascend.com>
64977
64978         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64979         instead of "TZ=America/Vancouver".  From Paul Eggert.
64980
64981 1998-10-11  Jim Meyering  <meyering@ascend.com>
64982
64983         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64984         This adds a test for a recently added compatibility fix for mktime.c.
64985         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64986
64987 1998-09-27  Jim Meyering  <meyering@ascend.com>
64988
64989         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64990
64991         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64992         ../configure.in, including a change from Gordon Matzigkeit to allow
64993         cross-compiling for the Hurd.
64994
64995         * m4/glibc.m4: New file/macro to test for the GNU C Library
64996         versions 1 and 2.  From Gordon Matzigkeit.
64997         Indent.
64998
64999 1998-09-21  Jim Meyering  <meyering@ascend.com>
65000
65001         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
65002
65003 1998-08-18  Paul Eggert  <eggert@twinsun.com>
65004
65005         Port nanosecond-resolution times to UnixWare 2.1.2 and
65006         pedantic Solaris 2.6.
65007
65008         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65009         AC_STRUCT_ST_MTIM.
65010         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65011         Generate name of ns member, instead of just 1 or undef.
65012         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65013
65014 1998-08-15  Jim Meyering  <meyering@ascend.com>
65015
65016         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65017         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65018         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65019         instead of jm_TYPE_SSIZE_T.
65020
65021 1998-08-12  Jim Meyering  <meyering@ascend.com>
65022
65023         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65024
65025 1998-08-02  Jim Meyering  <meyering@ascend.com>
65026
65027         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65028         in acconfig.h manually.
65029
65030 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65031
65032         * m4/st_mtim.m4: New file.
65033
65034 1998-07-28  Jim Meyering  <meyering@ascend.com>
65035
65036         * m4/utimes.m4: Undef stat.
65037
65038 1998-07-25  Jim Meyering  <meyering@ascend.com>
65039
65040         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65041         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65042
65043 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65044
65045         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65046         uid and gid actually remain unchanged.
65047
65048 1998-07-07  Jim Meyering  <meyering@ascend.com>
65049
65050         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65051
65052 1998-07-04  Jim Meyering  <meyering@ascend.com>
65053
65054         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65055         to prove that this macro can be used in packages without regex.c.
65056
65057 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65058
65059         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65060         is to be used.
65061
65062 1998-07-03  Jim Meyering  <meyering@ascend.com>
65063
65064         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65065
65066         * m4/gettext.m4: New file -- from gettext-0.10.35.
65067         * m4/lcmessage.m4: Likewise.
65068         * m4/progtest.m4: Likewise.
65069
65070         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65071         * m4/jm-macros.m4: Require the new macro.
65072
65073 1998-06-29  Jim Meyering  <meyering@ascend.com>
65074
65075         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65076         for the definition of NGROUPS (used in a system header included
65077         by sys/mount.h).
65078
65079 1998-06-28  Jim Meyering  <meyering@ascend.com>
65080
65081         * m4/ls-mntd-fs.m4: New file.
65082         * m4/fstypename.m4: New file.
65083
65084         * m4/jm-macros.m4: Require the new macro.
65085         * m4/jm-glibc-io.m4: New file.
65086
65087 1998-05-19  Jim Meyering  <meyering@ascend.com>
65088
65089         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65090         * m4/lchown.m4: New file.
65091
65092         * m4/Makefile.am.in: New file.
65093         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65094
65095 1998-05-14  Jim Meyering  <meyering@ascend.com>
65096
65097         * m4/Makefile.am (EXTRA_DIST): Add them.
65098         * m4/jm-macros.m4: New file.
65099         * m4/utimbuf.m4: New file.
65100
65101 1998-05-12  Jim Meyering  <meyering@ascend.com>
65102
65103         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65104
65105 1998-05-11  Jim Meyering  <meyering@ascend.com>
65106
65107         * m4/isc-posix.m4: New file.
65108
65109 1998-05-10  Jim Meyering  <meyering@ascend.com>
65110
65111         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65112
65113 1998-05-09  Jim Meyering  <meyering@ascend.com>
65114
65115         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65116         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65117         with automake.
65118
65119         * m4/ssize_t.m4: New file.
65120         * m4/mktime.m4: Remove file -- the new automake has this now.
65121
65122 1998-04-26  Jim Meyering  <meyering@ascend.com>
65123
65124         * m4/assert.m4: New file.
65125         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65126
65127 1998-04-05  Jim Meyering  <meyering@ascend.com>
65128
65129         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65130         (jm_PREREQ): Use it here.
65131
65132 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65133
65134         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65135         in acconfig.h.
65136
65137 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65138
65139         * m4/prereq.m4: New file.
65140         * m4/error.m4: New file.
65141         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65142
65143 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65144
65145         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65146         cache-check for the same variable -- that defeated the purpose of
65147         the test; the test program was never run.  This was a problem only
65148         on systems with losing getline functions -- HP-UX 10.20 is one.
65149         Reported by Bjorn Helgaas.
65150
65151 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65152
65153         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65154
65155 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65156
65157         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65158
65159         * m4/const.m4: New file.  Use an initializer in this declaration
65160         typedef int charset[2]; const charset x;
65161         Reported by Bob Glickstein.
65162
65163 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65164
65165         * m4/chown.m4: Fix reversed types on -1 args to chown.
65166         From Kaveh Ghazi.
65167
65168 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65169
65170         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65171         Add lseek and memchr.
65172
65173         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65174         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65175         have a 20-character limit on names.
65176
65177 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65178
65179         * m4/inttypes_h.m4: New file.
65180         * m4/uintmax_t.m4: New file.
65181         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65182
65183
65184         -----
65185
65186         Local Variables:
65187         coding: utf-8
65188         End:
65189
65190         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65191
65192         Copying and distribution of this file, with or without
65193         modification, are permitted provided the copyright notice
65194         and this notice are preserved.