ftello: Fix C++ test error on mingw.
[gnulib.git] / ChangeLog
1 2010-04-03  Bruno Haible  <bruno@clisp.org>
2
3         ftello: Fix C++ test error on mingw.
4         * lib/stdio.in.h (ftello): Use modern idiom.
5         * lib/ftello.c (ftello): Renamed from rpl_ftello.
6         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
7         is missing and that it needs to be replaced.
8         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
9         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
10         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
11
12 2010-04-03  Bruno Haible  <bruno@clisp.org>
13
14         fseeko: Fix C++ test error on mingw.
15         * lib/stdio.in.h (fseeko): Use modern idiom.
16         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
17         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
18         is missing and that it needs to be replaced.
19         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
20         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
21         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
22
23 2010-04-03  Bruno Haible  <bruno@clisp.org>
24
25         mkstemp: Fix C++ test error on mingw.
26         * lib/stdlib.in.h (mkstemp): Use modern idiom.
27         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
28         function is missing and that it needs to be replaced.
29         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
30         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
31
32 2010-04-03  Bruno Haible  <bruno@clisp.org>
33
34         stpncpy: Fix C++ test error on mingw.
35         * lib/string.in.h (stpncpy): Use modern idiom.
36         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
37         function is missing and that it needs to be replaced.
38         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39         REPLACE_STPNCPY.
40         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
41
42 2010-04-03  Bruno Haible  <bruno@clisp.org>
43
44         sys_stat: Fix C++ test error on mingw.
45         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
46         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
47
48 2010-04-03  Bruno Haible  <bruno@clisp.org>
49
50         pty: Update doc.
51         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
52
53 2010-04-03  Bruno Haible  <bruno@clisp.org>
54
55         unistd: Fix C++ test error on mingw.
56         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
57
58 2010-04-03  Bruno Haible  <bruno@clisp.org>
59
60         Update doc regarding mingw.
61         * doc/glibc-functions/openpty.texi: Update regarding mingw.
62         * doc/glibc-functions/login_tty.texi: Likewise.
63         * doc/glibc-functions/forkpty.texi: Likewise.
64
65 2010-04-03  Bruno Haible  <bruno@clisp.org>
66
67         stdlib: Avoid compilation failure of c-strtold on mingw.
68         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
69
70 2010-04-03  Bruno Haible  <bruno@clisp.org>
71
72         locale: Make C++ tests work on Cygwin and mingw.
73         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
74         cannot provide the function.
75         Reported by Simon Josefsson.
76
77 2010-04-03  Bruno Haible  <bruno@clisp.org>
78
79         localename: Port to MacOS X 10.6.
80         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
81         memory layout of the locales in MacOS X 10.6 as well.
82         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
83
84 2010-04-02  Bruno Haible  <bruno@clisp.org>
85
86         gnulib-tool: Ensure that long-running tests are executed last.
87         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
88         running tests after the one for the other tests.
89
90 2010-04-02  Bruno Haible  <bruno@clisp.org>
91
92         gnulib-tool: Ensure the tests in the main directory are executed first.
93         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
94         start with the current directory.
95
96 2010-04-02  Bruno Haible  <bruno@clisp.org>
97
98         Tests for module 'havelib', moved here from GNU gettext.
99         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
100         modifications.
101         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
102         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
103         with modifications.
104         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
105         modifications.
106         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
107         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
108         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
109         with modifications.
110         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
111         with modifications.
112         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
113         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
114         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
115         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
116         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
117         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
118         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
119         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
120         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
121         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
122         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
123         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
124         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
125         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
126         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
127         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
128         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
129         with modifications.
130         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
131         with modifications.
132         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
133         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
134         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
135         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
136         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
137         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
138         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
139         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
140         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
141         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
142         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
143         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
144         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
145         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
146         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
147         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
148         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
149         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
150         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
151         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
152         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
153         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
154         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
155         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
156         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
157         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
158         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
159         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
160         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
161         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
162         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
163         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
164         * tests/havelib/rpathx/rpathx.c: New file, from
165         gettext/autoconf-lib-link.
166         * tests/havelib/rpathx/Makefile.am: New file, from
167         gettext/autoconf-lib-link.
168         * tests/havelib/rpathx/configure.ac: New file, from
169         gettext/autoconf-lib-link with modifications.
170         * tests/havelib/rpathy/rpathy.c: New file, from
171         gettext/autoconf-lib-link.
172         * tests/havelib/rpathy/Makefile.am: New file, from
173         gettext/autoconf-lib-link.
174         * tests/havelib/rpathy/configure.ac: New file, from
175         gettext/autoconf-lib-link with modifications.
176         * tests/havelib/rpathz/rpathz.c: New file, from
177         gettext/autoconf-lib-link.
178         * tests/havelib/rpathz/Makefile.am: New file, from
179         gettext/autoconf-lib-link.
180         * tests/havelib/rpathz/configure.ac: New file, from
181         gettext/autoconf-lib-link with modifications.
182         * tests/havelib/rpathlx/usex.c: New file, from
183         gettext/autoconf-lib-link.
184         * tests/havelib/rpathlx/Makefile.am: New file, from
185         gettext/autoconf-lib-link.
186         * tests/havelib/rpathlx/configure.ac: New file, from
187         gettext/autoconf-lib-link with modifications.
188         * tests/havelib/rpathly/usey.c: New file, from
189         gettext/autoconf-lib-link.
190         * tests/havelib/rpathly/Makefile.am: New file, from
191         gettext/autoconf-lib-link.
192         * tests/havelib/rpathly/configure.ac: New file, from
193         gettext/autoconf-lib-link with modifications.
194         * tests/havelib/rpathlz/usez.c: New file, from
195         gettext/autoconf-lib-link.
196         * tests/havelib/rpathlz/Makefile.am: New file, from
197         gettext/autoconf-lib-link.
198         * tests/havelib/rpathlz/configure.ac: New file, from
199         gettext/autoconf-lib-link with modifications.
200         * tests/havelib/rpathlyx/usey.c: New file, from
201         gettext/autoconf-lib-link.
202         * tests/havelib/rpathlyx/Makefile.am: New file, from
203         gettext/autoconf-lib-link.
204         * tests/havelib/rpathlyx/configure.ac: New file, from
205         gettext/autoconf-lib-link with modifications.
206         * tests/havelib/rpathlzyx/usez.c: New file, from
207         gettext/autoconf-lib-link.
208         * tests/havelib/rpathlzyx/Makefile.am: New file, from
209         gettext/autoconf-lib-link.
210         * tests/havelib/rpathlzyx/configure.ac: New file, from
211         gettext/autoconf-lib-link with modifications.
212         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
213         with modifications.
214
215 2010-04-02  Bruno Haible  <bruno@clisp.org>
216
217         gnulib-tool: Create distributed built sources also for the tests.
218         * gnulib-tool (func_create_testdir): Also generate distributed built
219         sources in the tests directory.
220
221 2010-04-02  Bruno Haible  <bruno@clisp.org>
222
223         gnulib-tool: Obey user's environment variables.
224         * gnulib-tool (func_create_testdir): When creating built sources,
225         respect the environment variables for autoconf, automake, etc. given by
226         the user.
227
228 2010-04-02  Bruno Haible  <bruno@clisp.org>
229
230         gnulib-tool: Provide the value of --m4-base to modules.
231         * gnulib-tool (func_import, func_create_testdir): Emit a definition
232         of gl_m4_base.
233
234 2010-04-02  Eric Blake  <eblake@redhat.com>
235
236         maint.mk: fix some fallout
237         * NEWS: Document the incompatible change, and its effect on cfg.mk.
238         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
239
240 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
241
242         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
243         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
244         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
245         (sc_cast_of_x_alloc_return_value): Likewise.
246         (sc_cast_of_alloca_return_value): Likewise.
247         (sc_space_tab): Likewise.
248         (sc_prohibit_atoi_atof): Likewise.
249         (sc_prohibit_magic_number_exit): Likewise.
250         (sc_error_exit_success): Likewise.
251         (sc_file_system): Likewise.
252         (sc_prohibit_have_config_h): Likewise.
253         (sc_require_config_h): Likewise.
254         (sc_prohibit_HAVE_MBRTOWC): Likewise.
255         (sc_obsolete_symbols): Likewise.
256         (sc_changelog): Likewise.
257         (sc_program_name): Likewise.
258         (sc_the_the): Likewise.
259         (sc_trailing_blank): Likewise.
260         (sc_two_space_separator_in_usage): Likewise.
261         (sc_useless_cpp_parens): Likewise.
262         (sc_GPL_version): Likewise.
263         (sc_GFDL_version): Likewise.
264         (sc_texinfo_acronym): Likewise.
265         (sc_prohibit_cvs_keyword): Likewise.
266         (sc_prohibit_stat_st_blocks): Likewise.
267         (sc_prohibit_S_IS_definition): Likewise.
268         (sc_redundant_const): Likewise.
269         (sc_makefile_TAB_only_indentation): Likewise.
270         (sc_m4_quote_check): Likewise.
271         (sc_makefile_path_separator_check): Likewise.
272         (sc_copyright_check): Likewise.
273         (sc_Wundef_boolean): Likewise.
274         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
275
276         maint.mk: match 0 or more whitespace-before-function-call '('
277         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
278         that have zero or two-and-more spaces between the function name
279         and the open parenthesis.
280         (sc_error_message_warn_fatal): Likewise.
281         (sc_error_message_uppercase): Likewise.
282         (sc_error_message_period): Likewise.
283
284 2010-03-31  Eric Blake  <eblake@redhat.com>
285
286         maint.mk: check for [ as well as test
287         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
288         Based on a libvirt report by Matthias Bolte.
289
290         gnumakefile: don't squelch _version output
291         * top/GNUmakefile (_version): Create one-shot dependency rather
292         than using $(shell) when version must be regenerated.
293         (_autoreconf): Run verbosely, by default.
294
295         sys_time: avoid compiler warnings
296         * lib/sys_time.in.h (includes): Ensure gcc pragma is
297         unconditional, fixing regression from 2010-03-29.
298         Reported by Simon Josefsson.
299
300 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
301
302         maint.mk: s/_header_without_use/_sc_header_without_use/
303         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
304         (sc_prohibit_assert_without_use): Use the new name.
305         (sc_prohibit_close_stream_without_use): Likewise.
306         (sc_prohibit_getopt_without_use): Likewise.
307         (sc_prohibit_quotearg_without_use): Likewise.
308         (sc_prohibit_quote_without_use): Likewise.
309         (sc_prohibit_long_options_without_use): Likewise.
310         (sc_prohibit_inttostr_without_use): Likewise.
311         (sc_prohibit_ignore_value_without_use): Likewise.
312         (sc_prohibit_error_without_use): Likewise.
313         (sc_prohibit_xalloc_without_use): Likewise.
314         (sc_prohibit_hash_without_use): Likewise.
315         (sc_prohibit_hash_pjw_without_use): Likewise.
316         (sc_prohibit_safe_read_without_use): Likewise.
317         (sc_prohibit_argmatch_without_use): Likewise.
318         (sc_prohibit_canonicalize_without_use): Likewise.
319         (sc_prohibit_root_dev_ino_without_use): Likewise.
320         (sc_prohibit_openat_without_use): Likewise.
321         (sc_prohibit_c_ctype_without_use): Likewise.
322         (sc_prohibit_signal_without_use): Likewise.
323         (sc_prohibit_intprops_without_use): Likewise.
324
325 2010-03-30  Eric Blake  <eblake@redhat.com>
326
327         maint: improve module indicators
328         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
329         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
330         columns, and avoid extra macro expansion.
331
332         fdopendir: work around FreeBSD bug
333         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
334         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
335         * modules/dirent (Makefile.am): Substitute it.
336         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
337         declaration.
338         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
339         fix.
340         Reported by Christian Weisgerber <naddy@mips.inka.de>.
341
342 2010-03-29  Bruno Haible  <bruno@clisp.org>
343
344         Emit #pragma system_header after the inclusion guard, not before.
345         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
346         guard that spans the entire file, not before. This enables an
347         optimization in GCC's preprocessor.
348         * lib/ctype.in.h: Likewise.
349         * lib/dirent.in.h: Likewise.
350         * lib/errno.in.h: Likewise.
351         * lib/float.in.h: Likewise.
352         * lib/getopt.in.h: Likewise.
353         * lib/iconv.in.h: Likewise.
354         * lib/langinfo.in.h: Likewise.
355         * lib/locale.in.h: Likewise.
356         * lib/math.in.h: Likewise.
357         * lib/netdb.in.h: Likewise.
358         * lib/netinet_in.in.h: Likewise.
359         * lib/pty.in.h: Likewise.
360         * lib/sched.in.h: Likewise.
361         * lib/se-selinux.in.h: Likewise.
362         * lib/search.in.h: Likewise.
363         * lib/spawn.in.h: Likewise.
364         * lib/stdarg.in.h: Likewise.
365         * lib/stdint.in.h: Likewise.
366         * lib/string.in.h: Likewise.
367         * lib/strings.in.h: Likewise.
368         * lib/sys_file.in.h: Likewise.
369         * lib/sys_ioctl.in.h: Likewise.
370         * lib/sys_time.in.h: Likewise.
371         * lib/sys_times.in.h: Likewise.
372         * lib/sys_utsname.in.h: Likewise.
373         * lib/sys_wait.in.h: Likewise.
374         * lib/sysexits.in.h: Likewise.
375         * lib/wctype.in.h: Likewise.
376
377 2010-03-28  James Youngman  <jay@gnu.org>
378
379         save-cwd: don't leak a file descriptor when the caller execs.
380         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
381         saved file descriptor.
382         * modules/save-cwd (Depends-on): Depend on cloexec.
383
384 2010-03-29  Bruno Haible  <bruno@clisp.org>
385
386         Remove vestiges of fts-lgpl module.
387         * lib/fts_.h: Assume GNULIB_FTS is 1.
388         * lib/fts.c: Likewise.
389         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
390
391 2010-03-28  Bruno Haible  <bruno@clisp.org>
392
393         Fix definition of tests witness macro.
394         * gnulib-tool (func_import): Fix definition of witness macro.
395
396 2010-03-28  Bruno Haible  <bruno@clisp.org>
397
398         Fix ioctl's protoype on glibc systems.
399         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
400         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
401         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
402         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
403         signature. If not, arrange to replace the ioctl function.
404         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
405         REPLACE_IOCTL.
406         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
407         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
408         Reported by Ludovic Courtès <ludo@gnu.org>.
409
410 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
411
412         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
413         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
414         made it so grep -r --include=GLOB* ... did not work.
415
416 2010-03-26  Jim Meyering  <meyering@redhat.com>
417             Eric Blake  <eblake@redhat.com>
418
419         maint.mk: prohibit use of test's -o and -a operators
420         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
421
422 2010-03-28  Bruno Haible  <bruno@clisp.org>
423
424         Remove unused GNULIB_XYZ macro definitions.
425         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
426         invocation.
427
428 2010-03-28  Bruno Haible  <bruno@clisp.org>
429
430         Mark privileged tests modules.
431         * modules/idpriv-drop-tests (Status): New section.
432         * modules/idpriv-droptemp-tests (Status): New section.
433
434 2010-03-28  Bruno Haible  <bruno@clisp.org>
435
436         Split C++ tests into separate tests modules.
437         * modules/dirent-c++-tests: New file, extracted from
438         modules/dirent-tests.
439         * modules/dirent-tests: Depend on it.
440         * modules/fcntl-h-c++-tests: New file, extracted from
441         modules/fcntl-h-tests.
442         * modules/fcntl-h-tests: Depend on it.
443         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
444         * modules/glob-tests: Depend on it.
445         * modules/iconv-h-c++-tests: New file, extracted from
446         modules/iconv-h-tests.
447         * modules/iconv-h-tests: Depend on it.
448         * modules/langinfo-c++-tests: New file, extracted from
449         modules/langinfo-tests.
450         * modules/langinfo-tests: Depend on it.
451         * modules/locale-c++-tests: New file, extracted from
452         modules/locale-tests.
453         * modules/locale-tests: Depend on it.
454         * modules/math-c++-tests: New file, extracted from modules/math-tests.
455         * modules/math-tests: Depend on it.
456         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
457         * modules/pty-tests: Depend on it.
458         * modules/search-c++-tests: New file, extracted from
459         modules/search-tests.
460         * modules/search-tests: Depend on it.
461         * modules/signal-c++-tests: New file, extracted from
462         modules/signal-tests.
463         * modules/signal-tests: Depend on it.
464         * modules/spawn-c++-tests: New file, extracted from
465         modules/spawn-tests.
466         * modules/spawn-tests: Depend on it.
467         * modules/stdio-c++-tests: New file, extracted from
468         modules/stdio-tests.
469         * modules/stdio-tests: Depend on it.
470         * modules/stdlib-c++-tests: New file, extracted from
471         modules/stdlib-tests.
472         * modules/stdlib-tests: Depend on it.
473         * modules/string-c++-tests: New file, extracted from
474         modules/string-tests.
475         * modules/string-tests: Depend on it.
476         * modules/sys_ioctl-c++-tests: New file, extracted from
477         modules/sys_ioctl-tests.
478         * modules/sys_ioctl-tests: Depend on it.
479         * modules/sys_select-c++-tests: New file, extracted from
480         modules/sys_select-tests.
481         * modules/sys_select-tests: Depend on it.
482         * modules/sys_socket-c++-tests: New file, extracted from
483         modules/sys_socket-tests.
484         * modules/sys_socket-tests: Depend on it.
485         * modules/sys_stat-c++-tests: New file, extracted from
486         modules/sys_stat-tests.
487         * modules/sys_stat-tests: Depend on it.
488         * modules/sys_time-c++-tests: New file, extracted from
489         modules/sys_time-tests.
490         * modules/sys_time-tests: Depend on it.
491         * modules/time-c++-tests: New file, extracted from modules/time-tests.
492         * modules/time-tests: Depend on it.
493         * modules/unistd-c++-tests: New file, extracted from
494         modules/unistd-tests.
495         * modules/unistd-tests: Depend on it.
496         * modules/wchar-c++-tests: New file, extracted from
497         modules/wchar-tests.
498         * modules/wchar-tests: Depend on it.
499         * modules/wctype-c++-tests: New file, extracted from
500         modules/wctype-tests.
501         * modules/wctype-tests: Depend on it.
502         Reported by Simon Josefsson.
503
504 2010-03-28  Bruno Haible  <bruno@clisp.org>
505
506         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
507         * gnulib-tool (func_exists_module): New function, extracted from
508         func_verify_module.
509         (func_verify_module): Use it.
510         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
511         'foo' only if 'foo' exists.
512         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
513         module.
514
515 2010-03-28  Bruno Haible  <bruno@clisp.org>
516
517         gnulib-tool: Add support for special categories of tests.
518         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
519         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
520         (func_usage): Document them.
521         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
522         inc_unportable_tests, inc_all_tests): New variables.
523         (func_acceptable): Consider these variables.
524         (func_modules_transitive_closure): Make it work when the 'Status' field
525         consists of multiple words.
526         (func_import): Store and restore the values of inc_cxx_tests,
527         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
528         inc_all_tests in gnulib-comp.m4.
529         (func_create_testdir): Set inc_all_tests to true.
530         * doc/gnulib.texi (Extra tests modules): New section.
531         Suggested by Jim Meyering.
532
533 2010-03-28  Bruno Haible  <bruno@clisp.org>
534
535         ansi-c++-opt: Allow turning off the C++ build by default.
536         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
537         gl_CXX_CHOICE_DEFAULT_NO is defined.
538         Requested by Eric Blake.
539
540 2010-03-28  Bruno Haible  <bruno@clisp.org>
541
542         unistd: Avoid #define replacements in C++ mode.
543         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
544         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
545         setsockopt, shutdown, select): In C++, attach a warning to the function
546         if possible, rather than #defining the symbol to a dysfunctional alias.
547         Reported by John W. Eaton <jwe@gnu.org>.
548
549 2010-03-28  Bruno Haible  <bruno@clisp.org>
550
551         Fix link errors on mingw.
552         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
553         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
554         $(LIBSOCKET).
555         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
556         $(LIBSOCKET).
557
558 2010-03-28  Bruno Haible  <bruno@clisp.org>
559             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
560
561         lib-ignore: Determine different options for different compilers.
562         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
563         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
564         Add comments.
565         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
566         * NEWS: Mention the change.
567
568 2010-03-27  Bruno Haible  <bruno@clisp.org>
569
570         Remove unused GNULIB_XYZ macro definitions.
571         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
572         * modules/fseek (configure.ac): Likewise.
573         * modules/ioctl (configure.ac): Likewise.
574         * modules/open (configure.ac): Likewise.
575         * modules/stdlib-safer (configure.ac): Likewise.
576
577 2010-03-27  Bruno Haible  <bruno@clisp.org>
578
579         Add a remark about certain modules.
580         * modules/malloc (Comment): New section.
581         * modules/realloc (Comment): Likewise.
582         * modules/sigpipe (Comment): Likewise.
583
584 2010-03-27  Bruno Haible  <bruno@clisp.org>
585
586         Resolve conflict between the two kinds of module indicators.
587         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
588         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
589         * modules/canonicalize (configure.ac): Invoke
590         gl_MODULE_INDICATOR_FOR_TESTS.
591         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
592         GNULIB_XYZ.
593         * tests/test-dirent-c++.cc: Likewise.
594         * tests/test-dirent-safer.c: Likewise.
595         * tests/test-dup2.c: Likewise.
596         * tests/test-fchdir.c: Likewise.
597         * tests/test-fcntl-h-c++.cc: Likewise.
598         * tests/test-getopt.c: Likewise.
599         * tests/test-getopt.h: Likewise.
600         * tests/test-langinfo-c++.cc: Likewise.
601         * tests/test-locale-c++.cc: Likewise.
602         * tests/test-math-c++.cc: Likewise.
603         * tests/test-pty-c++.cc: Likewise.
604         * tests/test-search-c++.cc: Likewise.
605         * tests/test-signal-c++.cc: Likewise.
606         * tests/test-spawn-c++.cc: Likewise.
607         * tests/test-stdio-c++.cc: Likewise.
608         * tests/test-stdlib-c++.cc: Likewise.
609         * tests/test-string-c++.cc: Likewise.
610         * tests/test-sys_ioctl-c++.cc: Likewise.
611         * tests/test-sys_select-c++.cc: Likewise.
612         * tests/test-sys_socket-c++.cc: Likewise.
613         * tests/test-sys_stat-c++.cc: Likewise.
614         * tests/test-sys_time-c++.cc: Likewise.
615         * tests/test-time-c++.cc: Likewise.
616         * tests/test-unistd-c++.cc: Likewise.
617         * tests/test-wchar-c++.cc: Likewise.
618         * tests/uninorm/test-u8-nfc.c: Likewise.
619         * tests/uninorm/test-u8-nfd.c: Likewise.
620         * tests/uninorm/test-u8-nfkc.c: Likewise.
621         * tests/uninorm/test-u8-nfkd.c: Likewise.
622         * tests/uninorm/test-u16-nfc.c: Likewise.
623         * tests/uninorm/test-u16-nfd.c: Likewise.
624         * tests/uninorm/test-u16-nfkc.c: Likewise.
625         * tests/uninorm/test-u16-nfkd.c: Likewise.
626         * tests/uninorm/test-u32-nfc.c: Likewise.
627         * tests/uninorm/test-u32-nfc-big.c: Likewise.
628         * tests/uninorm/test-u32-nfd.c: Likewise.
629         * tests/uninorm/test-u32-nfd-big.c: Likewise.
630         * tests/uninorm/test-u32-nfkc.c: Likewise.
631         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
632         * tests/uninorm/test-u32-nfkd.c: Likewise.
633         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
634         * tests/uninorm/test-u32-normalize-big.c: Likewise.
635
636 2010-03-27  Bruno Haible  <bruno@clisp.org>
637
638         Distinguish two kinds of module indicators.
639         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
640         gl_MODULE_INDICATOR.
641         (gl_MODULE_INDICATOR): New macro.
642         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
643         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
644         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
645         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
646         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
647         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
648         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
649         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
650         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
651         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
652         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
653         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
654         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
655         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
656         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
657         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
658         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
659         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
660         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
661         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
662         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
663         * modules/cloexec (configure.ac): Likewise.
664         * modules/getopt-gnu (configure.ac): Likewise.
665         * modules/uninorm/u8-normalize (configure.ac): Likewise.
666         * modules/uninorm/u16-normalize (configure.ac): Likewise.
667         * modules/uninorm/u32-normalize (configure.ac): Likewise.
668         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
669
670 2010-03-27  Bruno Haible  <bruno@clisp.org>
671
672         New module description field 'Comment'.
673         * gnulib-tool: New option --extract-comment.
674         (func_usage): Document it.
675         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
676         (func_get_comment): New function.
677         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
678
679 2010-03-27  Bruno Haible  <bruno@clisp.org>
680
681         Addendum to 2010-02-07 commit.
682         * gnulib-tool (func_usage): Document --extract-applicability option.
683
684 2010-03-27  Bruno Haible  <bruno@clisp.org>
685
686         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
687         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
688         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
689         rather than link errors.
690
691 2010-03-27  Bruno Haible  <bruno@clisp.org>
692
693         Avoid side effects from tests-related modules on the compilation of lib.
694         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
695         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
696         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
697         parameter. Emit into AM_CPPFLAGS a definition of the designated C
698         macro.
699         (func_import): Define a witness macro. Assign it a value that depends
700         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
701         tests-related modules.
702         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
703         Reported by Jim Meyering.
704
705 2010-03-27  Bruno Haible  <bruno@clisp.org>
706
707         Factorize common .m4 code.
708         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
709         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
710         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
711         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
712         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
713         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
714         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
715         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
716         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
717         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
718         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
719         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
720         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
721         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
722         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
723         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
724         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
725         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
726         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
727         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
728         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
729         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
730         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
731         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
732         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
733         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
734         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
735         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
736         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
737         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
738         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
739         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
740
741 2010-03-27  Bruno Haible  <bruno@clisp.org>
742
743         Fix a compilation error on Cygwin with g++ >= 4.3.
744         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
745         if it is undefined or if we alias it to chmod.
746         (lstat): Don't warn about the use of this function if it is undefined
747         or if we alias it to stat.
748         Reported by Simon Josefsson.
749
750 2010-03-27  Bruno Haible  <bruno@clisp.org>
751
752         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
753         * modules/getlogin (configure.ac): Update.
754
755         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
756         * modules/getlogin_r (configure.ac): Update.
757
758         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
759         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
760         * modules/inet_ntop (configure.ac): Update.
761
762         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
763         * modules/inet_pton (configure.ac): Update.
764
765         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
766         * modules/mbslen (configure.ac): Update.
767
768         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
769         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
770         * modules/forkpty (configure.ac): Update.
771         * modules/openpty (configure.ac): Update.
772
773 2010-03-26  Simon Josefsson  <simon@josefsson.org>
774
775         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
776         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
777
778 2010-03-25  Eric Blake  <eblake@redhat.com>
779
780         maint: use pragma consistently across replacement headers
781         * lib/ctype.in.h (system_header): Hoist for consistent placement.
782         * lib/dirent.in.h (system_header): Likewise.
783         * lib/errno.in.h (system_header): Likewise.
784         * lib/float.in.h (system_header): Likewise.
785         * lib/getopt.in.h (system_header): Likewise.
786         * lib/iconv.in.h (system_header): Likewise.
787         * lib/inttypes.in.h (system_header): Likewise.
788         * lib/langinfo.in.h (system_header): Likewise.
789         * lib/locale.in.h (system_header): Likewise.
790         * lib/math.in.h (system_header): Likewise.
791         * lib/netdb.in.h (system_header): Likewise.
792         * lib/netinet_in.in.h (system_header): Likewise.
793         * lib/pty.in.h (system_header): Likewise.
794         * lib/sched.in.h (system_header): Likewise.
795         * lib/se-selinux.in.h (system_header): Likewise.
796         * lib/search.in.h (system_header): Likewise.
797         * lib/spawn.in.h (system_header): Likewise.
798         * lib/stdarg.in.h (system_header): Likewise.
799         * lib/stdint.in.h (system_header): Likewise.
800         * lib/string.in.h (system_header): Likewise.
801         * lib/strings.in.h (system_header): Likewise.
802         * lib/sys_file.in.h (system_header): Likewise.
803         * lib/sys_ioctl.in.h (system_header): Likewise.
804         * lib/sys_socket.in.h (system_header): Likewise.
805         * lib/sys_times.in.h (system_header): Likewise.
806         * lib/sys_utsname.in.h (system_header): Likewise.
807         * lib/sys_wait.in.h (system_header): Likewise.
808         * lib/sysexits.in.h (system_header): Likewise.
809         * lib/unistd.in.h (system_header): Likewise.
810         * lib/wctype.in.h (system_header): Likewise.
811
812         arpa/inet: fix mingw compilation warning
813         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
814         Reported by Matthew Bolte.
815
816 2010-03-25  Bruno Haible  <bruno@clisp.org>
817
818         Avoid collision between gnulib wrapper and libintl wrapper.
819         * lib/printf.c (printf): Don't define if a printf wrapper is already
820         defined in intl/printf.c.
821         Reported by Michel Boaventura <michel@michelboaventura.com>.
822
823 2010-03-25  Bruno Haible  <bruno@clisp.org>
824
825         Use ANSI C.
826         * lib/readutmp.h (getutent): Provide ANSI C prototype.
827
828 2010-03-25  Bruno Haible  <bruno@clisp.org>
829
830         Minor formatting changes.
831         * lib/acosl.c: Insert space before function argument list.
832         * lib/argz.c: Likewise.
833         * lib/asinl.c: Likewise.
834         * lib/expl.c: Likewise.
835         * lib/gen-uni-tables.c: Likewise.
836         * lib/gettext.h: Likewise.
837         * lib/glthread/lock.h: Likewise.
838         * lib/tanl.c: Likewise.
839         * lib/uniname/uniname.c: Likewise.
840         * tests/test-idpriv-drop.c: Likewise.
841         * tests/test-idpriv-droptemp.c: Likewise.
842         * tests/test-lock.c: Likewise.
843         * tests/test-tls.c: Likewise.
844         * lib/argp-help.c: Insert space before function-like macro argument
845         list.
846         * lib/memcmp.c: Likewise.
847         * tests/test-base64.c: Likewise.
848         * lib/localename.c: Insert space before sizeof's argument list.
849         * lib/safe-alloc.h: Likewise.
850         * lib/file-set.h: Insert space before macro argument list.
851         * tests/test-argp.c: Likewise.
852         * lib/argp-namefrob.h: Insert space before function parameter list.
853         * lib/getaddrinfo.c: Likewise.
854         * lib/netdb.in.h: Likewise.
855         * lib/parse-duration.h: Likewise.
856         * lib/parse-duration.c: Likewise.
857         * lib/poll.c: Likewise.
858         * lib/select.c: Likewise.
859         * lib/trim.h: Likewise.
860         * tests/test-usleep.c: Likewise.
861         * lib/ldexpl.c: Insert space before function parameter list and before
862         function argument list.
863         * lib/logl.c: Likewise.
864         * lib/sqrtl.c: Likewise.
865         * lib/trim.c: Likewise.
866         * lib/cosl.c: Use GNU style indentation. Insert space before function
867         argument list.
868         * lib/sinl.c: Likewise.
869         * lib/tsearch.c: Insert space after 'for'.
870         Reported by Jim Meyering.
871
872 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
873
874         * maint.mk (sc_Wundef_boolean): Check for the presence of the
875         config header before grepping, as it's not present before
876         autoreconf/configure are run.  Reported by Simon Josefsson.
877
878 2010-03-23  Bruno Haible  <bruno@clisp.org>
879
880         pt_chown: Make it work with automake < 1.11.
881         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
882         Reported by Simon Josefsson.
883
884 2010-03-23  Bruno Haible  <bruno@clisp.org>
885
886         pt_chown: Don't depend on GPLed modules.
887         * lib/pt_chown.c: Don't include idpriv.h.
888         (main): Don't drop privileges.
889         * modules/pt_chown (Depends-on): Remove idpriv-drop.
890         Reported by Simon Josefsson.
891
892 2010-03-24  Simon Josefsson  <simon@josefsson.org>
893
894         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
895         suggestions from karl@freefriends.org (Karl Berry).
896
897 2010-03-22  Eric Blake  <eblake@redhat.com>
898
899         gethostname: further tweaks
900         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
901         are overriding gethostname.
902         Suggested by Bruno Haible.
903
904 2010-03-21  Bruno Haible  <bruno@clisp.org>
905
906         Fix comments.
907         * lib/forkpty.c (rpl_forkpty): Fix comment.
908         * lib/openpty.c (rpl_openpty): Likewise.
909         Reported by Eric Blake.
910
911 2010-03-22  Eric Blake  <eblake@redhat.com>
912
913         gethostname: fix build on mingw
914         * lib/unistd.in.h (includes): Work around fact that mingw
915         <winsock2.h> re-includes <unistd.h>, by avoiding any
916         redeclarations if we are being included by <winsock2.h>.
917         Reported by Matthias Bolte.
918
919 2010-03-21  Bruno Haible  <bruno@clisp.org>
920
921         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
922         * lib/forkpty.c (forkpty): New replacement function, from glibc with
923         modifications.
924         * lib/pty.in.h (forkpty): Update declaration. Add comments.
925         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
926         provide the replacement.
927         * modules/forkpty (Depends-on): Add openpty, login_tty.
928         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
929         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
930         * doc/glibc-functions/forkpty.texi: More supported platforms.
931         * config/srclist.txt: Add forkpty.c (commented).
932
933 2010-03-21  Bruno Haible  <bruno@clisp.org>
934
935         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
936         (Makefile.am): Verify that PTY_LIB is defined.
937
938         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
939
940 2010-03-21  Bruno Haible  <bruno@clisp.org>
941
942         Tests for module 'login_tty'.
943         * modules/login_tty-tests: New file.
944         * tests/test-login_tty.c: New file.
945
946         New module 'login_tty'.
947         * lib/login_tty.c: New file.
948         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
949         * modules/login_tty: New file.
950         * doc/glibc-functions/login_tty.texi: Mention the new module.
951
952 2010-03-21  Bruno Haible  <bruno@clisp.org>
953
954         login_tty: Documentation.
955         * doc/glibc-functions/login_tty.texi: New file.
956         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
957
958 2010-03-21  Bruno Haible  <bruno@clisp.org>
959
960         pty: Consistent macro naming.
961         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
962         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
963         * modules/pty (configure.ac): Update.
964
965 2010-03-21  Bruno Haible  <bruno@clisp.org>
966
967         Tests for openpty: Make stricter.
968         * tests/test-openpty.c (main): Add test of canonical processing and
969         erase.
970         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
971
972         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
973         * lib/openpty.c (openpty): New replacement function.
974         * lib/pty.in.h: Include <termios.h>.
975         (openpty): Update declaration. Add comments.
976         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
977         is not declared, arrange to provide the replacement. Check for _getpty
978         and posix_openpt.
979         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
980         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
981         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
982         * modules/pty-tests (test_pty_c___LDADD): New variable.
983         * doc/glibc-functions/openpty.texi: More supported platforms.
984
985 2010-03-21  Bruno Haible  <bruno@clisp.org>
986
987         setenv: Tweaks.
988         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
989         the test program.
990         * doc/posix-functions/setenv.texi: Update platforms list.
991
992 2010-03-21  Bruno Haible  <bruno@clisp.org>
993
994         New module 'unlockpt'.
995         * lib/unlockpt.c: New file, from glibc with modifications.
996         * m4/unlockpt.m4: New file.
997         * modules/unlockpt: New file.
998         * lib/stdlib.in.h (unlockpt): New declaration.
999         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
1000         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
1001         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
1002         HAVE_UNLOCKPT.
1003         * doc/posix-functions/unlockpt.texi: Mention the new module.
1004         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
1005         * config/srclist.txt: Add unlockpt.c (commented).
1006
1007 2010-03-21  Jim Meyering  <meyering@redhat.com>
1008
1009         maint.mk: prohibit inclusion of "intprops.h" without use
1010         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
1011
1012 2010-03-21  Bruno Haible  <bruno@clisp.org>
1013
1014         New module 'grantpt'.
1015         * lib/grantpt.c: New file, from glibc with modifications.
1016         * m4/grantpt.m4: New file.
1017         * modules/grantpt: New file.
1018         * lib/stdlib.in.h (grantpt): New declaration.
1019         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
1020         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
1021         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
1022         HAVE_GRANTPT.
1023         * doc/posix-functions/grantpt.texi: Mention the new module.
1024         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
1025         * config/srclist.txt: Add grantpt.c (commented).
1026
1027 2010-03-21  Bruno Haible  <bruno@clisp.org>
1028
1029         New module 'pt_chown'.
1030         * lib/pt_chown.c: New file, from glibc with modifications.
1031         * lib/pty-private.h: New file, from glibc with modifications.
1032         * modules/pt_chown: New file.
1033         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
1034
1035 2010-03-21  Bruno Haible  <bruno@clisp.org>
1036
1037         Tests for module 'ptsname'.
1038         * modules/ptsname-tests: New file.
1039         * tests/test-ptsname.c: New file.
1040
1041         New module 'ptsname'.
1042         * lib/ptsname.c: New file, from glibc with modifications.
1043         * m4/ptsname.m4: New file.
1044         * modules/ptsname: New file.
1045         * lib/stdlib.in.h (ptsname): New declaration.
1046         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
1047         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
1048         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
1049         HAVE_PTSNAME.
1050         * doc/posix-functions/ptsname.texi: Mention the new module.
1051         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
1052         * config/srclist.txt: Add ptsname.c (commented).
1053
1054 2010-03-21  Bruno Haible  <bruno@clisp.org>
1055
1056         Tests for module 'ttyname_r'.
1057         * modules/ttyname_r-tests: New file.
1058         * tests/test-ttyname_r.c: New file.
1059
1060         New module 'ttyname_r'.
1061         * lib/ttyname_r.c: New file.
1062         * m4/ttyname_r.m4: New file.
1063         * modules/ttyname_r: New file.
1064         * lib/unistd.in.h (ttyname_r): New declaration.
1065         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
1066         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
1067         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
1068         HAVE_TTYNAME_R.
1069         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
1070         * doc/posix-functions/ttyname_r.texi: Mention the new module.
1071
1072 2010-03-20  Bruno Haible  <bruno@clisp.org>
1073
1074         signal: Undefine macro definitions in C++ mode.
1075         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
1076         sigfillset): Undefine macro definitions from the system header in C++
1077         mode.
1078         Reported by John W. Eaton <jwe@gnu.org>.
1079
1080 2010-03-20  Bruno Haible  <bruno@clisp.org>
1081
1082         Ensure no #include statements inside extern "C" { ... }.
1083         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
1084         contain #include statements.
1085         * lib/time.in.h: Likewise.
1086
1087 2010-03-20  Bruno Haible  <bruno@clisp.org>
1088
1089         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
1090         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
1091         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
1092         Reported by John W. Eaton <jwe@gnu.org>.
1093
1094 2010-03-20  Bruno Haible  <bruno@clisp.org>
1095
1096         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
1097         Reported by Jim Meyering.
1098
1099 2010-03-20  Bruno Haible  <bruno@clisp.org>
1100
1101         pipe: Set errno upon failure.
1102         * lib/pipe.h: Specify that when -1 is returned, errno is set.
1103         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
1104         errno value in error message.
1105
1106 2010-03-20  Bruno Haible  <bruno@clisp.org>
1107             Jim Meyering  <meyering@redhat.com>
1108
1109         lchown: Avoid "unused variable" warning.
1110         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
1111
1112 2010-03-20  Bruno Haible  <bruno@clisp.org>
1113
1114         Work around unlink() bug on MacOS X 10.5.6.
1115         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
1116         attempting to unlink a parent directory.
1117         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
1118         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
1119         activate for the replacement function.
1120         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
1121
1122 2010-03-20  Bruno Haible  <bruno@clisp.org>
1123
1124         Fix link errors on Solaris 8.
1125         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
1126         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
1127
1128 2010-03-19  Jim Meyering  <meyering@redhat.com>
1129
1130         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
1131         The _LIBC implementation of build_range_exp correctly honors the
1132         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
1133         However, the non-_LIBC implementation would ignore that syntax-bit
1134         flag and return REG_ERANGE unconditionally.
1135         This change makes it honor that flag.
1136         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
1137         Make two pointer parameters "const".
1138         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
1139         (parse_bracket_exp): Update caller.
1140
1141         regex.m4: correct the reversed range endpoint ([b-a]) test
1142         * m4/regex.m4: When requiring that [b-a] evoke failure,
1143         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
1144         test pass once again for x86-based systems.
1145
1146 2010-03-19  Bruno Haible  <bruno@clisp.org>
1147
1148         scandir: Fix link error on Solaris 8.
1149         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
1150         macros.
1151
1152 2010-03-19  Bruno Haible  <bruno@clisp.org>
1153
1154         getusershell: Fix documentation.
1155         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
1156         module.
1157         * doc/glibc-functions/setusershell.texi: Likewise.
1158
1159         getusershell: Provide declaration, missing on Solaris 9.
1160         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
1161         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
1162         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
1163         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
1164         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1165         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
1166         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
1167         HAVE_GETUSERSHELL.
1168         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
1169
1170 2010-03-19  Bruno Haible  <bruno@clisp.org>
1171
1172         wctype: Provide iswblank function.
1173         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
1174         exists and is fine.
1175         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
1176         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
1177         * tests/test-wctype.c (main): Re-enable the iswblank tests.
1178         * doc/posix-functions/iswblank.texi: Update.
1179
1180 2010-03-19  Bruno Haible  <bruno@clisp.org>
1181
1182         Tests of module 'pty' in C++ mode.
1183         * modules/pty-tests: New file.
1184         * tests/test-pty-c++.cc: New file.
1185         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1186
1187 2010-03-19  Eric Blake  <eblake@redhat.com>
1188
1189         logb: fix documentation
1190         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
1191         1.5 declaration bug.
1192
1193         forkpty, openpty: prefer glibc's const-safe prototype
1194         * lib/forkpty.c (rpl_forkpty): New file.
1195         * lib/openpty.c (rpl_openpty): Likewise.
1196         * modules/forkpty (Files): Distribute it.
1197         * modules/openpty (Files): Likewise.
1198         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
1199         check...
1200         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
1201         replacement for for non-const BSD signature.
1202         * modules/pty (Makefile.am): Substitute witnesses.
1203         * lib/pty.in.h (forkpty, openpty): Declare replacements.
1204         * tests/test-forkpty.c: Update signature check.
1205         * tests/test-openpty.c: Likewise.
1206         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
1207         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1208
1209         forkpty, openpty: split functions into new modules
1210         * modules/pty (Makefile.am): Substitute new witnesses.
1211         (Libraries): Move library detection...
1212         * modules/forkpty: ...into new module.
1213         * modules/openpty: Another new module.
1214         * modules/pty-tests: Rename and split...
1215         * modules/forkpty-tests: ...to this...
1216         * modules/openpty-tests: ...and this.
1217         * tests/test-pty.c: Rename and split...
1218         * tests/test-forkpty.c: ...to this...
1219         * tests/test-openpty.c: ...and this.
1220         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
1221         (gl_PTY): Split library searching...
1222         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
1223         (gl_FORKPTY, gl_OPENPTY): New macros.
1224         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
1225         * NEWS: Mention the split.
1226         * MODULES.html.sh (Misc): Document the modules.
1227         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
1228         * doc/glibc-functions/openpty.texi (openpty): Likewise.
1229
1230         pty: improve replacement header
1231         * lib/pty.in.h: New file.
1232         * modules/pty (Files): Ship it.
1233         (Makefile.am): Always build replacement.
1234         * m4/pty.m4: Rename...
1235         * m4/pty_h.m4: ...to this.
1236         (gl_PTY): Modernize setting of witness macros; update check of
1237         forkpty to take proper advantage of cache.
1238         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
1239
1240         getopt: avoid compiler warning
1241         * lib/getopt.c (attribute_hidden): Remove unused macro.
1242
1243 2010-03-18  Bruno Haible  <bruno@clisp.org>
1244
1245         Fix link errors on Solaris 8.
1246         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
1247         * modules/search-tests (test_search_c___LDADD): Likewise.
1248         * modules/signal-tests (test_signal_c___LDADD): Likewise.
1249         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
1250         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
1251         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
1252         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
1253         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
1254         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
1255
1256 2010-03-18  Bruno Haible  <bruno@clisp.org>
1257
1258         Fix bug introduced on 2010-03-14.
1259         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
1260         (gl_SPAWN_H): Require it.
1261         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
1262         Reported by Simon Josefsson.
1263
1264 2010-03-18  Bruno Haible  <bruno@clisp.org>
1265
1266         Fix typo introduced on 2009-12-31.
1267         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
1268         posix_spawn_file_actions_adddup2.
1269
1270 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
1271         and Eric Blake  <eblake@redhat.com>
1272
1273         test-vc-list-files-git: make more robust
1274         * tests/test-vc-list-files-git.sh: Unset problematic environment
1275         variables.  Chain commands together.
1276
1277 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
1278
1279         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
1280         `AC_CHECK_DECL' invocation.
1281
1282 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
1283
1284         * lib/inttostr.c (inttostr): Make sure the invocation of verify
1285         appears before executable statements. Suggested by Petr Sumbera
1286         <Petr.Sumbera@Sun.COM>.
1287
1288 2010-03-14  Bruno Haible  <bruno@clisp.org>
1289
1290         * tests/test-flock.c (test_exclusive): Comment out a test that causes
1291         portability problems. Instead use a simpler test.
1292         (main): Check that invalid arguments are rejected only on Linux.
1293
1294 2010-03-14  Bruno Haible  <bruno@clisp.org>
1295
1296         Fix bug introduced on 2009-12-31.
1297         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
1298         gl_PREREQ_SYS_H_WINSOCK2 always.
1299         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
1300         SYS_SOCKET_H variable.
1301         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
1302         Update comments.
1303         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
1304         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
1305         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
1306         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
1307         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
1308
1309 2010-03-14  Bruno Haible  <bruno@clisp.org>
1310
1311         Fix values returned by sinl, cosl.
1312         * lib/trigl.h: Add specification comments.
1313         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
1314         that combines the values from the precomputed table with the values of
1315         the Chebyshev polynomials.
1316
1317 2010-03-14  Bruno Haible  <bruno@clisp.org>
1318
1319         Fix compilation error when modules 'posix_spawn[p]' are not used.
1320         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
1321         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
1322
1323 2010-03-14  Bruno Haible  <bruno@clisp.org>
1324
1325         Fix compilation error on mingw when module 'time_r' is not used.
1326         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
1327         is 1.
1328         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
1329         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1330         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
1331         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
1332
1333 2010-03-14  Bruno Haible  <bruno@clisp.org>
1334
1335         Fix compilation error with Sun C.
1336         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
1337         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
1338         instead of GCC specific ULONG_LONG_MAX.
1339         * lib/xstrtoll.c: Likewise.
1340         * lib/xstrtoull.c: Likewise.
1341
1342 2010-03-13  Bruno Haible  <bruno@clisp.org>
1343
1344         Allow the user to disable C++ code and tests.
1345         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
1346         (gl_PROG_ANSI_CXX): Require it.
1347
1348 2010-03-13  Bruno Haible  <bruno@clisp.org>
1349
1350         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
1351         cases.
1352
1353 2010-03-13  Bruno Haible  <bruno@clisp.org>
1354
1355         Test that gnulib does not break the standard C++ headers.
1356         * tests/test-locale-c++2.cc: New file.
1357         * modules/locale-tests (Files): Add it.
1358         (Makefile.am): Compile it for test-locale-c++.
1359         * tests/test-math-c++2.cc: New file.
1360         * modules/math-tests (Files): Add it.
1361         (Makefile.am): Compile it for test-math-c++.
1362         * tests/test-signal-c++2.cc: New file.
1363         * modules/signal-tests (Files): Add it.
1364         (Makefile.am): Compile it for test-signal-c++.
1365         * tests/test-stdio-c++2.cc: New file.
1366         * modules/stdio-tests (Files): Add it.
1367         (Makefile.am): Compile it for test-stdio-c++.
1368         * tests/test-stdlib-c++2.cc: New file.
1369         * modules/stdlib-tests (Files): Add it.
1370         (Makefile.am): Compile it for test-stdlib-c++.
1371         * tests/test-string-c++2.cc: New file.
1372         * modules/string-tests (Files): Add it.
1373         (Makefile.am): Compile it for test-string-c++.
1374         * tests/test-time-c++2.cc: New file.
1375         * modules/time-tests (Files): Add it.
1376         (Makefile.am): Compile it for test-time-c++.
1377         Reported by John W. Eaton <jwe@gnu.org>.
1378
1379 2010-03-13  Bruno Haible  <bruno@clisp.org>
1380
1381         * gnulib-tool (func_usage): Clarify which options are available for
1382         --create-testdir and --create-megatestdir.
1383
1384 2010-03-13  Bruno Haible  <bruno@clisp.org>
1385
1386         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
1387         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
1388         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
1389         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
1390         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
1391         when appropriate.
1392         Reported by Jim Meyering.
1393
1394 2010-03-12  Simon Josefsson  <simon@josefsson.org>
1395
1396         * gnulib-tool (func_import): Explain origin of code.
1397
1398 2010-03-12  Bruno Haible  <bruno@clisp.org>
1399
1400         Fix problem with automake's definition of CXXLINK.
1401         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
1402         Reported by Simon Josefsson and Ludovic Courtès.
1403
1404 2010-03-12  Bruno Haible  <bruno@clisp.org>
1405
1406         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
1407         stable releases.
1408
1409 2010-03-11  Bruno Haible  <bruno@clisp.org>
1410
1411         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
1412         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
1413         whether the system provides one variant or multiple variants of the
1414         function.
1415         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
1416         C++ compilers.
1417         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
1418         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
1419         Reported by Jim Meyering.
1420
1421 2010-03-09  Simon Josefsson  <simon@josefsson.org>
1422
1423         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
1424
1425 2010-03-08  Bruno Haible  <bruno@clisp.org>
1426
1427         gnulib-tool: Add support for --libtool in --create-testdir.
1428         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
1429         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
1430
1431 2010-03-08  Eric Blake  <eblake@redhat.com>
1432
1433         gnulib-tool.texi: mention possibility of git submodule
1434         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
1435         submodules.
1436         * doc/.gitignore: Ignore another generated file.
1437
1438 2010-03-08  Karl Berry  <karl@gnu.org>
1439
1440         * doc/gnulib-tool.texi (VCS Issues): Mention third option
1441         of committing gnulib files while skipping others.
1442
1443 2010-03-07  Bruno Haible  <bruno@clisp.org>
1444
1445         Tests of module 'wctype' in C++ mode.
1446         * tests/test-wctype-c++.cc: New file.
1447         * modules/wctype-tests (Files): Add it and tests/signature.h.
1448         (Depends-on): Add ansi-c++-opt.
1449         (Makefile.am): Arrange to compile and run test-wctype-c++.
1450
1451         Tests of module 'wchar' in C++ mode.
1452         * tests/test-wchar-c++.cc: New file.
1453         * modules/wchar-tests (Files): Add it and tests/signature.h.
1454         (Depends-on): Add ansi-c++-opt.
1455         (Makefile.am): Arrange to compile and run test-wchar-c++.
1456         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
1457         gl_MODULE_INDICATOR.
1458
1459         Tests of module 'unistd' in C++ mode.
1460         * tests/test-unistd-c++.cc: New file.
1461         * modules/unistd-tests (Files): Add it and tests/signature.h.
1462         (Depends-on): Add ansi-c++-opt.
1463         (Makefile.am): Arrange to compile and run test-unistd-c++.
1464         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
1465         gl_MODULE_INDICATOR.
1466
1467         Tests of module 'time' in C++ mode.
1468         * tests/test-time-c++.cc: New file.
1469         * modules/time-tests (Files): Add it and tests/signature.h.
1470         (Depends-on): Add ansi-c++-opt.
1471         (Makefile.am): Arrange to compile and run test-time-c++.
1472         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1473
1474         Tests of module 'sys_time' in C++ mode.
1475         * tests/test-sys_time-c++.cc: New file.
1476         * modules/sys_time-tests (Files): Add it and tests/signature.h.
1477         (Depends-on): Add ansi-c++-opt.
1478         (Makefile.am): Arrange to compile and run test-sys_time-c++.
1479         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
1480         gl_MODULE_INDICATOR.
1481
1482         Tests of module 'sys_stat' in C++ mode.
1483         * tests/test-sys_stat-c++.cc: New file.
1484         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
1485         (Depends-on): Add ansi-c++-opt.
1486         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
1487         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
1488         gl_MODULE_INDICATOR.
1489
1490         Tests of module 'sys_socket' in C++ mode.
1491         * tests/test-sys_socket-c++.cc: New file.
1492         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
1493         (Depends-on): Add ansi-c++-opt.
1494         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
1495         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
1496         gl_MODULE_INDICATOR.
1497
1498         Tests of module 'sys_select' in C++ mode.
1499         * tests/test-sys_select-c++.cc: New file.
1500         * modules/sys_select-tests (Files): Add it and tests/signature.h.
1501         (Depends-on): Add ansi-c++-opt.
1502         (Makefile.am): Arrange to compile and run test-sys_select-c++.
1503         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
1504         gl_MODULE_INDICATOR.
1505
1506         Tests of module 'sys_ioctl' in C++ mode.
1507         * tests/test-sys_ioctl-c++.cc: New file.
1508         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
1509         (Depends-on): Add ansi-c++-opt.
1510         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
1511         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
1512         gl_MODULE_INDICATOR.
1513
1514         Tests of module 'string' in C++ mode.
1515         * tests/test-string-c++.cc: New file.
1516         * modules/string-tests (Files): Add it and tests/signature.h.
1517         (Depends-on): Add ansi-c++-opt.
1518         (Makefile.am): Arrange to compile and run test-string-c++.
1519         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
1520         gl_MODULE_INDICATOR.
1521
1522         Tests of module 'stdlib' in C++ mode.
1523         * tests/test-stdlib-c++.cc: New file.
1524         * modules/stdlib-tests (Files): Add it and tests/signature.h.
1525         (Depends-on): Add ansi-c++-opt.
1526         (Makefile.am): Arrange to compile and run test-stdlib-c++.
1527         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
1528         gl_MODULE_INDICATOR.
1529
1530         Tests of module 'stdio' in C++ mode.
1531         * tests/test-stdio-c++.cc: New file.
1532         * modules/stdio-tests (Files): Add it and tests/signature.h.
1533         (Depends-on): Add ansi-c++-opt.
1534         (Makefile.am): Arrange to compile and run test-stdio-c++.
1535         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
1536         gl_MODULE_INDICATOR.
1537
1538         Tests of module 'spawn' in C++ mode.
1539         * tests/test-spawn-c++.cc: New file.
1540         * modules/spawn-tests (Files): Add it and tests/signature.h.
1541         (Depends-on): Add ansi-c++-opt.
1542         (Makefile.am): Arrange to compile and run test-spawn-c++.
1543         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
1544         gl_MODULE_INDICATOR.
1545
1546         Tests of module 'signal' in C++ mode.
1547         * tests/test-signal-c++.cc: New file.
1548         * modules/signal-tests (Files): Add it and tests/signature.h.
1549         (Depends-on): Add ansi-c++-opt.
1550         (Makefile.am): Arrange to compile and run test-signal-c++.
1551         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
1552         gl_MODULE_INDICATOR.
1553
1554         Tests of module 'search' in C++ mode.
1555         * tests/test-search-c++.cc: New file.
1556         * modules/search-tests (Files): Add it and tests/signature.h.
1557         (Depends-on): Add ansi-c++-opt.
1558         (Makefile.am): Arrange to compile and run test-search-c++.
1559         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
1560         gl_MODULE_INDICATOR.
1561
1562         Tests of module 'math' in C++ mode.
1563         * tests/test-math-c++.cc: New file.
1564         * modules/math-tests (Files): Add it and tests/signature.h.
1565         (Depends-on): Add ansi-c++-opt.
1566         (Makefile.am): Arrange to compile and run test-math-c++.
1567         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
1568
1569         Tests of module 'locale' in C++ mode.
1570         * tests/test-locale-c++.cc: New file.
1571         * modules/locale-tests (Files): Add it and tests/signature.h.
1572         (Depends-on): Add ansi-c++-opt.
1573         (Makefile.am): Arrange to compile and run test-locale-c++.
1574         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
1575         gl_MODULE_INDICATOR.
1576
1577         Tests of module 'langinfo' in C++ mode.
1578         * tests/test-langinfo-c++.cc: New file.
1579         * modules/langinfo-tests (Files): Add it and tests/signature.h.
1580         (Depends-on): Add ansi-c++-opt.
1581         (Makefile.am): Arrange to compile and run test-langinfo-c++.
1582         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
1583         gl_MODULE_INDICATOR.
1584
1585         Tests of module 'iconv-h' in C++ mode.
1586         * tests/test-iconv-h-c++.cc: New file.
1587         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
1588         (Depends-on): Add ansi-c++-opt.
1589         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
1590
1591         Tests of module 'glob' in C++ mode.
1592         * tests/test-glob-c++.cc: New file.
1593         * modules/glob-tests (Files): Add it.
1594         (Depends-on): Add ansi-c++-opt.
1595         (Makefile.am): Arrange to compile and run test-glob-c++.
1596
1597         Tests of module 'fcntl-h' in C++ mode.
1598         * tests/test-fcntl-h-c++.cc: New file.
1599         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
1600         (Depends-on): Add ansi-c++-opt.
1601         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
1602         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
1603         gl_MODULE_INDICATOR.
1604
1605         Tests of module 'dirent' in C++ mode.
1606         * tests/test-dirent-c++.cc: New file.
1607         * modules/dirent-tests (Files): Add it and tests/signature.h.
1608         (Depends-on): Add ansi-c++-opt.
1609         (Makefile.am): Arrange to compile and run test-dirent-c++.
1610         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1611         gl_MODULE_INDICATOR.
1612
1613         New module 'ansi-c++-opt'.
1614         * modules/ansi-c++-opt: New file.
1615         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
1616
1617         Document C++ namespace mode.
1618         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
1619
1620         wctype: Avoid #define replacements in C++ mode.
1621         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
1622         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
1623         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
1624         In C++, define a namespaced alias symbol.
1625         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
1626         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
1627         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
1628         rule.
1629
1630         wchar: Avoid #define replacements in C++ mode.
1631         * lib/wchar.in.h: Include c++defs.h.
1632         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
1633         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
1634         symbol.
1635         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
1636         * modules/wchar (Depends-on): Add c++defs.
1637         (Makefile.am): Update wchar.h rule.
1638
1639         unistd: Avoid #define replacements in C++ mode.
1640         * lib/unistd.in.h: Include c++defs.h.
1641         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
1642         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
1643         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
1644         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
1645         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
1646         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
1647         symbol.
1648         (environ): Update.
1649         * modules/unistd (Depends-on): Add c++defs.
1650         (Makefile.am): Update unistd.h rule.
1651
1652         time: Avoid #define replacements in C++ mode.
1653         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
1654         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
1655         define a namespaced alias symbol.
1656         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
1657         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
1658         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
1659         * modules/time (Depends-on): Add c++defs, warn-on-use.
1660         (Makefile.am): Update time.h rule.
1661         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
1662         * modules/nanosleep (configure.ac): Likewise.
1663         * modules/strptime (configure.ac): Likewise.
1664         * modules/timegm (configure.ac): Likewise.
1665
1666         sys_time: Avoid #define replacements in C++ mode.
1667         * lib/sys_time.in.h: Include c++defs.h.
1668         (gettimeofday): In C++, define a namespaced alias symbol.
1669         * modules/sys_time (Depends-on): Add c++defs.
1670         (Makefile.am): Update sys/time.h rule.
1671
1672         sys_stat: Avoid #define replacements in C++ mode.
1673         * lib/sys_stat.in.h: Include c++defs.h.
1674         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
1675         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
1676         namespaced alias symbol.
1677         In C++, define a namespaced alias symbol.
1678         * modules/sys_stat (Depends-on): Add c++defs.
1679         (Makefile.am): Update sys/stat.h rule.
1680
1681         sys_socket: Avoid #define replacements in C++ mode.
1682         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
1683         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
1684         definitions also when the system has a <sys/socket.h>.
1685         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
1686         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
1687         In C++, define a namespaced alias symbol.
1688         * modules/sys_socket (Depends-on): Add c++defs.
1689         (Makefile.am): Update sys/socket.h rule.
1690
1691         sys_select: Avoid #define replacements in C++ mode.
1692         * lib/sys_select.in.h: Include c++defs.h. Enable the function
1693         definitions also when the system has a <sys/select.h>.
1694         (select): In C++, define a namespaced alias symbol.
1695         * modules/sys_select (Depends-on): Add c++defs.
1696         (Makefile.am): Update sys/select.h rule.
1697
1698         sys_ioctl: Avoid #define replacements in C++ mode.
1699         * lib/sys_ioctl.in.h: Include c++defs.h.
1700         (ioctl): In C++, define a namespaced alias symbol.
1701         * modules/sys_ioctl (Depends-on): Add c++defs.
1702         (Makefile.am): Update sys/ioctl.h rule.
1703
1704         string: Avoid #define replacements in C++ mode.
1705         * lib/string.in.h: Include c++defs.h.
1706         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
1707         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
1708         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
1709         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
1710         strsignal, strverscmp): In C++, define a namespaced alias symbol.
1711         * modules/string (Depends-on): Add c++defs.
1712         (Makefile.am): Update string.h rule.
1713
1714         stdlib: Avoid #define replacements in C++ mode.
1715         * lib/stdlib.in.h: Include c++defs.h.
1716         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
1717         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
1718         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
1719         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
1720         symbol.
1721         * modules/stdlib (Depends-on): Add c++defs.
1722         (Makefile.am): Update stdlib.h rule.
1723
1724         stdio: Avoid #define replacements in C++ mode.
1725         * lib/stdio.in.h: Include c++defs.h.
1726         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
1727         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
1728         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
1729         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
1730         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
1731         namespaced alias symbol.
1732         * modules/stdio (Depends-on): Add c++defs.
1733         (Makefile.am): Update stdio.h rule.
1734
1735         spawn: Avoid #define replacements in C++ mode.
1736         * lib/spawn.in.h: Include c++defs.h.
1737         (posix_spawn, posix_spawnp, posix_spawnattr_init,
1738         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
1739         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
1740         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
1741         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
1742         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
1743         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
1744         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
1745         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
1746         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
1747         In C++, define a namespaced alias symbol.
1748         * modules/spawn (Depends-on): Add c++defs.
1749         (Makefile.am): Update spawn.h rule.
1750
1751         signal: Avoid #define replacements in C++ mode.
1752         * lib/signal.in.h: Include c++defs.h.
1753         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
1754         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
1755         namespaced alias symbol.
1756         * modules/signal (Depends-on): Add c++defs.
1757         (Makefile.am): Update signal.h rule.
1758
1759         search: Avoid #define replacements in C++ mode.
1760         * lib/search.in.h: Include c++defs.h.
1761         (_gl_search_compar_fn, _gl_search_action_fn): New types.
1762         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
1763         symbol.
1764         * modules/search (Depends-on): Add c++defs.
1765         (Makefile.am): Update search.h rule.
1766
1767         math: Avoid #define replacements in C++ mode.
1768         * lib/math.in.h: Include c++defs.h.
1769         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
1770         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
1771         trunc, truncl): In C++, define a namespaced alias symbol.
1772         * modules/math (Depends-on): Add c++defs.
1773         (Makefile.am): Update math.h rule.
1774
1775         locale: Avoid #define replacements in C++ mode.
1776         * lib/locale.in.h: Include c++defs.h.
1777         (duplocale): In C++, define a namespaced alias symbol.
1778         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
1779         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
1780         * modules/locale (Depends-on): Add c++defs.
1781         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
1782
1783         langinfo: Avoid #define replacements in C++ mode.
1784         * lib/langinfo.in.h: Include c++defs.h.
1785         (nl_langinfo): In C++, define a namespaced alias symbol.
1786         * modules/langinfo (Depends-on): Add c++defs.
1787         (Makefile.am): Update langinfo.h rule.
1788
1789         iconv-h: Avoid #define replacements in C++ mode.
1790         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
1791         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
1792         symbol.
1793         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
1794         whenever iconv is present.
1795         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
1796         (Makefile.am): Update iconv.h rule.
1797
1798         glob: Avoid #define replacements in C++ mode.
1799         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
1800         (_gl_glob_errfunc_fn): New type.
1801         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
1802         symbol.
1803         * modules/glob (Depends-on): Add c++defs, warn-on-use.
1804         (Makefile.am): Update glob.h rule.
1805
1806         fcntl-h: Avoid #define replacements in C++ mode.
1807         * lib/fcntl.in.h: Include c++defs.h.
1808         (fcntl, open, openat): In C++, define a namespaced alias symbol.
1809         * modules/fcntl-h (Depends-on): Add c++defs.
1810         (Makefile.am): Update fcntl.h rule.
1811
1812         dirent: Avoid #define replacements in C++ mode.
1813         * lib/dirent.in.h: Include c++defs.h.
1814         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
1815         namespaced alias symbol.
1816         (dirfd): Update declaration.
1817         * modules/dirent (Depends-on): Add c++defs.
1818         (Makefile.am): Update dirent.h rule.
1819
1820         ctype: Make it usable in C++ code.
1821         * lib/ctype.in.h: Include c++defs.h.
1822         (isblank): Declare as extern "C".
1823         * modules/ctype (Depends-on): Add c++defs.
1824         (Makefile.am): Update ctype.h rule.
1825
1826         New module 'c++defs'.
1827         * modules/c++defs: New file.
1828         * build-aux/c++defs.h: New file.
1829         Reported by John W. Eaton <jwe@gnu.org>.
1830
1831 2010-03-07  Bruno Haible  <bruno@clisp.org>
1832
1833         logb: Provide missing declaration for Cygwin.
1834         * lib/math.in.h (logb): New declaration.
1835         * m4/logb.m4: New file.
1836         * modules/logb (Files): Add m4/logb.m4.
1837         (Depends-on): Add math.
1838         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
1839         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
1840         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
1841         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
1842         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
1843
1844 2010-03-07  Bruno Haible  <bruno@clisp.org>
1845
1846         Fix test-cond link error.
1847         * tests/test-cond.c: Include <stdio.h>.
1848
1849 2010-03-07  Bruno Haible  <bruno@clisp.org>
1850
1851         Fix test-dirent-safer link error.
1852         * modules/dirent-safer-tests (Makefile.am): Define
1853         test_dirent_safer_LDADD.
1854
1855 2010-03-07  Bruno Haible  <bruno@clisp.org>
1856
1857         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
1858         among default module list.
1859
1860 2010-03-07  Bruno Haible  <bruno@clisp.org>
1861
1862         Fix link error on platforms with GNU libiconv.
1863         * modules/unistr/u8-strcoll-tests (Makefile): Define
1864         test_u8_strcoll_LDADD.
1865         * modules/unistr/u16-strcoll-tests (Makefile): Define
1866         test_u16_strcoll_LDADD.
1867         * modules/unistr/u32-strcoll-tests (Makefile): Define
1868         test_u32_strcoll_LDADD.
1869
1870 2010-03-07  Bruno Haible  <bruno@clisp.org>
1871
1872         Use POSIX declarations for socket functions.
1873         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
1874         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
1875         rpl_sendto): Change declaration to match POSIX.
1876         * lib/connect.c (rpl_connect): Likewise.
1877         * lib/accept.c (rpl_accept): Likewise.
1878         * lib/bind.c (rpl_bind): Likewise.
1879         * lib/getpeername.c (rpl_getpeername): Likewise.
1880         * lib/getsockname.c (rpl_getsockname): Likewise.
1881         * lib/recv.c (rpl_recv): Likewise.
1882         * lib/send.c (rpl_send): Likewise.
1883         * lib/recvfrom.c (rpl_recvfrom): Likewise.
1884         * lib/sendto.c (rpl_sendto): Likewise.
1885
1886 2010-03-06  Bruno Haible  <bruno@clisp.org>
1887
1888         Clarify access, euidaccess, faccessat.
1889         * doc/posix-functions/faccessat.texi: Mention security problem under
1890         "Other problems", not "Portability problems".
1891         * doc/posix-functions/access.texi: Likewise. Mention a related security
1892         problem.
1893         * doc/glibc-functions/euidaccess.texi: Mention security problems.
1894         * lib/euidaccess.c: Add comments about platforms.
1895         * lib/unistd.in.h (access, euidaccess): Add warnings.
1896
1897 2010-03-07  Bruno Haible  <bruno@clisp.org>
1898
1899         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
1900         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
1901         (POSIX_SPAWN_SETSCHEDULER): Likewise.
1902         (POSIX_SPAWN_USEVFORK): Define in a way that works when
1903         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1904         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
1905         declare when POSIX_SPAWN_SETSCHEDULER is zero.
1906         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
1907         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
1908         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
1909         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
1910         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
1911         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
1912         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
1913         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
1914         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
1915         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
1916         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
1917         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
1918         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
1919         Likewise.
1920         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
1921         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
1922         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
1923         Likewise.
1924         * tests/test-spawn.c (main): Make it work when
1925         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
1926
1927 2010-03-07  Bruno Haible  <bruno@clisp.org>
1928
1929         Fix incorrect Makefile.am generation in German locale.
1930         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1931         Execute sed command with character range in C locale.
1932
1933 2010-03-06  Bruno Haible  <bruno@clisp.org>
1934
1935         Tests for module 'iconv-h'.
1936         * modules/iconv-h-tests: New file.
1937         * tests/test-iconv-h.c: New file.
1938
1939         New module 'iconv-h'.
1940         * modules/iconv-h: New file.
1941         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
1942         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
1943         (configure.ac): Remove gl_ICONV_H.
1944         (Makefile.am): Remove rule for iconv.h.
1945
1946 2010-03-06  Bruno Haible  <bruno@clisp.org>
1947
1948         More consistent naming of *.m4 files.
1949         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
1950         * modules/wctype (Files): Update.
1951
1952         More consistent naming of *.m4 files.
1953         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
1954         * modules/wchar (Files): Update.
1955
1956 2010-03-06  Jim Meyering  <meyering@redhat.com>
1957
1958         euidaccess: relax license to LGPLv2+
1959         * modules/euidaccess (License): Relax to LGPLv2+.
1960
1961 2010-03-06  Bruno Haible  <bruno@clisp.org>
1962
1963         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
1964         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
1965         (Makefile.am): Augment lib_SOURCES instead.
1966
1967 2010-03-04  Jim Meyering  <meyering@redhat.com>
1968
1969         utime: remove obsolete module
1970         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
1971         unnecessary for years, and has been marked as obsolete for 10 months.
1972         * modules/utime: Remove file.
1973         * lib/utime.c: Remove file.
1974         * m4/utime.m4: Remove file.
1975         * m4/utimes-null.m4: Remove file.
1976         * doc/posix-functions/utime.texi (utime): Remove reference to
1977         the module.  Move the sole "fixed by gnulib" item into the
1978         "problems not fixed by Gnulib" list.
1979         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
1980
1981 2010-03-05  Simon Josefsson  <simon@josefsson.org>
1982
1983         * modules/exit (License): Relax license to LGPLv2+.
1984         (Status): Mark as obsolete.
1985         * NEWS: Mention deprecated 'exit' module.
1986         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
1987         of now obsolete 'exit'.
1988
1989 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1990
1991         fts-lgpl: remove unused module
1992         * modules/fts-lgpl: Remove.
1993         * MODULES.html.sh (func_all_modules): Adjust.
1994         * check-module (find_included_lib_files): Adjust.
1995         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
1996
1997 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
1998
1999         copy-acl: enhance Solaris ACL error handling
2000         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
2001         * lib/set-mode-acl.c (qset_acl): Likewise.
2002
2003 2010-03-02  Bruno Haible  <bruno@clisp.org>
2004
2005         spawn: Don't override the system defined values on FreeBSD 8.
2006         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
2007         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
2008         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
2009         if HAVE_POSIX_SPAWN is 1.
2010         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
2011
2012 2010-03-01  Bruno Haible  <bruno@clisp.org>
2013
2014         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
2015         regarding Automake.
2016
2017 2010-02-25  Bruno Haible  <bruno@clisp.org>
2018
2019         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
2020         * gnulib-tool: Define 'echo' as a function only before the ksh alias
2021         setting, not afterwards.
2022         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
2023
2024 2010-02-24  Eric Blake  <eblake@redhat.com>
2025
2026         bootstrap, git-version-gen: use timestamp
2027         * build-aux/git-version-gen (scriptversion): Force UTC.
2028         * build-aux/bootstrap (scriptversion): New variable.
2029
2030         bootstrap: allow older git
2031         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
2032         older than 1.6.4.  Requested by the libvirt project.
2033
2034 2010-02-23  Eric Blake  <eblake@redhat.com>
2035
2036         warn-on-use: work with old autoconf
2037         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
2038         AS_VAR semantics of autoconf 2.60.
2039         Reported by Bruno Haible.
2040
2041         bootstrap: improve some comments
2042         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
2043         clarification comments.
2044
2045         gettimeofday: provide correct function
2046         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
2047         when replacement is declared, otherwise provide gettimeofday.
2048         Reported by Michael Goffioul.
2049
2050 2010-02-23  Jim Meyering  <meyering@redhat.com>
2051
2052         lib-ignore: relax license to "unlimited", not LGPLv2+
2053         * modules/lib-ignore (License): Relax to "unlimited".
2054
2055 2010-02-23  Jim Meyering  <meyering@redhat.com>
2056
2057         lib-ignore: relax license to LGPLv2+
2058         * modules/lib-ignore (License): Relax to LGPLv2+.
2059
2060 2010-02-22  Eric Blake  <eblake@redhat.com>
2061
2062         lseek: avoid bash 3.2 broken pipe bug
2063         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
2064         warning from bash 3.2.
2065         Reported by Ben Pfaff, with analysis from Bruno Haible.
2066
2067         bootstrap: support non-FSF copyright holder
2068         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
2069         bootstrap.conf override of COPYRIGHT_HOLDER.
2070         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
2071
2072         bootstrap: interoperate with gettext 0.14.1
2073         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
2074
2075         bootstrap: allow for alternate submodule location
2076         * build-aux/bootstrap (gnulib_path): New variable; use instead of
2077         hardcoding submodule location.
2078         (gnulib_mk): Allow direct use of Makefile.am.
2079
2080         bootstrap: use GNULIB_SRCDIR to reduce disk usage
2081         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
2082         rather than reconfiguring where the submodule points.
2083
2084         gettimeofday: restore support for platforms that lack function
2085         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
2086         replacement if function is missing.
2087         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
2088         * modules/sys_time (Makefile.am): Substitute it.
2089         * lib/sys_time.in.h (gettimeofday): Check it.
2090         Reported by Michael Goffioul.
2091
2092 2010-02-21  Bruno Haible  <bruno@clisp.org>
2093
2094         * lib/stdio.in.h (obstack_printf): Fix typo.
2095
2096 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
2097
2098         vc-list-files: use bzr ls's -R option
2099         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
2100         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
2101
2102 2010-02-21  Jim Meyering  <meyering@redhat.com>
2103
2104         init.sh: fix EXEEXT shims to work also for names like test-prog
2105         * tests/init.sh: Re-exec a better shell, when needed.
2106         If the current shell lacks support for posix $(...), an init.sh-using
2107         test will now try to find a shell that supports that.  If EXEEXT is
2108         nonempty, we also require support for hyphen-in-alias-name and shell
2109         substitutions like ${var#glob}.  Failure to find such a shell results
2110         in a skipped test.
2111
2112 2010-02-21  Bruno Haible  <bruno@clisp.org>
2113
2114         Really work around around "broken pipe" error message from bash 3.2.
2115         * gnulib-tool (func_reset_sigpipe): Remove function.
2116         (echo): In bash 3.2, define to a function that uses printf.
2117         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
2118
2119 2010-02-20  Bruno Haible  <bruno@clisp.org>
2120
2121         Restore support for automake 1.9.6 with autoconf 2.61.
2122         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
2123         Reported by James Youngman <jay@gnu.org>.
2124
2125 2010-02-20  Bruno Haible  <bruno@clisp.org>
2126
2127         Improve *printf warning condition.
2128         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
2129         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
2130         and the function is overridden due to SIGPIPE emulation.
2131
2132 2010-02-20  Bruno Haible  <bruno@clisp.org>
2133
2134         * lib/stdio.in.h: Tweak comments.
2135
2136 2010-02-19  Bruno Haible  <bruno@clisp.org>
2137
2138         Make it easier to find modules. New gnulib-tool option '--find'.
2139         * gnulib-tool: New option --find.
2140         (func_usage): Document it.
2141         (func_sanitize_modulelist): New function, extracted from
2142         func_all_modules.
2143         (func_all_modules): Invoke it.
2144         * doc/gnulib-tool.texi (Which modules?): New node.
2145
2146 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
2147
2148         * lib/sys_select.in.h: Provide select replacement even if
2149         sys/select.h exists on a system, for Interix.
2150
2151 2010-02-18  Jim Meyering  <meyering@redhat.com>
2152
2153         init.sh: don't use $(...) just yet
2154         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
2155         to accommodate e.g., Solaris' /bin/sh.
2156
2157 2010-02-17  Bruno Haible  <bruno@clisp.org>
2158
2159         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
2160         Reported by Ludovic Courtès <ludo@gnu.org>.
2161
2162 2010-02-16  Simon Josefsson  <simon@josefsson.org>
2163
2164         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
2165         linking with -lintl.
2166
2167 2010-02-17  Simon Josefsson  <simon@josefsson.org>
2168
2169         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
2170         if not provided by the system's netdb.h.  Reported by
2171         ludo@gnu.org (Ludovic Courtès).
2172
2173 2010-02-15  Jim Meyering  <meyering@redhat.com>
2174
2175         init.sh: improve portability and efficiency
2176         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
2177         "dummy" in a for loop.
2178         Use '!', not '^' to select the complement of a character set used
2179         in a "case" statement.
2180         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
2181         Suggestions from Eric Blake.
2182
2183         init.sh: automatically accommodate programs with the .exe suffix
2184         Automatically arrange for an invocation of "prog" to execute the
2185         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
2186         may use the simpler "prog", yet still work when built on a system
2187         that requires specifying the added suffix.
2188         Do this by constructing a function named "prog" that invokes
2189         "prog.exe" for each .exe file in selected directories.
2190         * tests/init.sh (find_exe_basenames_): New function.
2191         (create_exe_shim_functions_): New function.
2192         (path_prepend_): Use it.
2193
2194         maint.mk: mark syntax-check sc_*.m rules as .PHONY
2195         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
2196         "make -t syntax-check" doesn't create a ton of sc_*.m files.
2197
2198 2010-02-14  Jim Meyering  <meyering@redhat.com>
2199
2200         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
2201         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
2202         (sc_prohibit_hash_pjw_without_use): New rule.
2203
2204         maint.mk: allow the default upload destination dir to be overridden
2205         * top/maint.mk (upload_dest_dir_): Define with a default that
2206         preserves the status quo.
2207         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
2208         Reported by Peter Simons.
2209
2210         maint.mk: prohibit inclusion of "hash.h" without_use
2211         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
2212
2213 2010-02-10  Jim Meyering  <meyering@redhat.com>
2214
2215         maint.mk: prohibit inclusion of "ignore-value.h" without_use
2216         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
2217
2218 2010-02-09  Eric Blake  <ebb9@byu.net>
2219         and Bruno Haible  <bruno@clisp.org>
2220
2221         obstack-printf-posix: ensure declaration
2222         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
2223         extracted from gl_FUNC_OBSTACK_PRINTF.
2224         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
2225         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
2226         Likewise.
2227         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
2228         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
2229         0.
2230
2231 2010-02-08  Bruno Haible  <bruno@clisp.org>
2232
2233         gnulib-tool: Fix typo in 2010-02-07 commit.
2234         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
2235         Reported by Eric Blake.
2236
2237 2010-02-07  Bruno Haible  <bruno@clisp.org>
2238
2239         gnulib-tool: Fix up caching patches.
2240         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
2241         option --no-cache. Use associative arrays when supported by the shell.
2242         (sed_comments): New variable.
2243         (modcache): Renamed from do_cache.
2244         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
2245         abbreviate unnecessarily.
2246         (have_associative): New variable.
2247         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
2248         way also for ksh and zsh.
2249         (func_init_sed_convert_to_cache_statements): New function, extracted
2250         from func_cache_lookup_module. Add support for associative arrays.
2251         Don't set the c_MODULE_cached variable here. Ignore all lines before
2252         the first field header. Remove only the final newline, not all trailing
2253         newlines. Support empty fields correctly. Limit the use of 'eval' to
2254         assignments.
2255         (func_get_description, func_get_status, func_get_notice,
2256         func_get_applicability, func_get_filelist, func_get_dependencies,
2257         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
2258         func_get_automake_snippet, func_get_include_directive,
2259         func_get_link_directive, func_get_license, func_get_maintainer):
2260         Update documentation. List the unoptimized code first. Add support for
2261         associative arrays. Limit the use of 'eval' to assignments.
2262         (func_get_applicability): Undo stylistic pessimisations.
2263         (func_get_automake_snippet, func_get_include_directive): Reduce code
2264         duplication.
2265         (func_modules_transitive_closure, func_modules_add_dummy,
2266         func_modules_notice, func_modules_to_filelist, func_add_file,
2267         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
2268         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
2269         func_create_testdir, func_create_megatestdir): Update documentation.
2270
2271 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2272
2273         * gnulib-tool (func_cache_lookup_module): Store the module name
2274         belonging to the cache variable; error out if two different
2275         module names map to the same cache variable name.
2276
2277 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2278
2279         gnulib-tool: Make caching optional.
2280         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
2281         Update matching short versions of --no-changelog.
2282         (func_usage): Update.
2283         (sed_extract_cache_prog): Renamed from ...
2284         (sed_extract_prog): ... this; revert to old extraction script.
2285         (func_get_description, func_get_status)
2286         (func_get_notice, func_get_applicability, func_get_filelist)
2287         (func_get_dependencies, func_get_autoconf_early_snippet)
2288         (func_get_autoconf_snippet, func_get_automake_snippet)
2289         (func_get_include_directive, func_get_link_directive)
2290         (func_get_license, func_get_maintainer): If $do_cache is false,
2291         use old, non-caching extraction scripts.
2292         Suggestion by Bruno Haible.
2293
2294 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2295
2296         gnulib-tool: cache module metainformation.
2297         * gnulib-tool (sed_extract_prog): Match newline before each
2298         header, and rewrite header to a shell variable suffix.
2299         (func_cache_var, func_cache_lookup_module): New functions,
2300         to turn a module name into a cache variable prefix, and to
2301         look up and cache module metainformation.
2302         (func_get_description, func_get_status)
2303         (func_get_notice, func_get_applicability, func_get_filelist)
2304         (func_get_dependencies, func_get_autoconf_early_snippet)
2305         (func_get_autoconf_snippet, func_get_automake_snippet)
2306         (func_get_include_directive, func_get_link_directive)
2307         (func_get_license, func_get_maintainer): Use
2308         func_cache_lookup_module.
2309
2310 2010-02-07  Bruno Haible  <bruno@clisp.org>
2311
2312         fnctl: Fix missing dependency.
2313         * modules/fcntl (Depends-on): Add getdtablesize.
2314         Reported by John W. Eaton <jwe@gnu.org>.
2315
2316 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2317
2318         Argp: fix recognition of short alias options.
2319
2320         * lib/argp-parse.c (convert_options): Fix improper use of
2321         `|' between character values.
2322         * tests/test-argp.c (group1_option): New alias option
2323         --read (-r).
2324         (group1_parser): Special handling for 'r'.
2325         (test15): New test case.
2326         (test_fun): Add test15.
2327         * tests/test-argp-2.sh: Update expected --help and --usage
2328         outputs.
2329
2330 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
2331
2332         * tests/test-argp.c: Fix indentation.
2333
2334 2010-02-04  Eric Blake  <ebb9@byu.net>
2335
2336         gettimeofday: expose type of second argument
2337         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
2338         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
2339         * tests/test-gettimeofday.c: Use it to silence warning.
2340         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
2341         the issue.
2342
2343 2010-02-03  Jim Meyering  <meyering@redhat.com>
2344
2345         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
2346         * lib/regcomp.c (TYPE_SIGNED): Define.
2347         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
2348
2349         regcomp.c: avoid a new -Wshadow warning
2350         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
2351
2352 2010-02-01  Jim Meyering  <meyering@redhat.com>
2353
2354         removing useless parentheses in cpp #define directives
2355         For motivation, see commit c0221df4, "define STREQ(a,b)
2356         consistently, removing useless parentheses"
2357         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
2358         * lib/mountlist.c (MNT_IGNORE): Likewise.
2359         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
2360
2361 2010-02-01  Eric Blake  <ebb9@byu.net>
2362
2363         sys_time: use link-warning
2364         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
2365         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
2366         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
2367         * modules/sys_time (Depends-on): Add warn-on-use.
2368         (Makefile.am): Always build replacement.
2369         (configure.ac): Update substitutions.
2370         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
2371         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
2372         bother with SYS_TIME_H.
2373         * modules/gettimeofday (configure.ac): Declare indicator.
2374         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
2375         in use.
2376
2377         closein-tests: silence compiler warning
2378         * tests/test-closein.c (main): Ignore fread result.
2379         * modules/closein-tests (Depends-on): Add ignore-value.
2380
2381         tests: silence warning about system return
2382         * tests/test-areadlink-with-size.c (main): Ignore system result.
2383         * tests/test-areadlink.c (main): Likewise.
2384         * tests/test-areadlinkat-with-size.c (main): Likewise.
2385         * tests/test-areadlinkat.c (main): Likewise.
2386         * tests/test-canonicalize-lgpl.c (main): Likewise.
2387         * tests/test-canonicalize.c (main): Likewise.
2388         * tests/test-chown.c (main): Likewise.
2389         * tests/test-fchownat.c (main): Likewise.
2390         * tests/test-fdutimensat.c (main): Likewise.
2391         * tests/test-fstatat.c (main): Likewise.
2392         * tests/test-futimens.c (main): Likewise.
2393         * tests/test-lchown.c (main): Likewise.
2394         * tests/test-link.c (main): Likewise.
2395         * tests/test-linkat.c (main): Likewise.
2396         * tests/test-lstat.c (main): Likewise.
2397         * tests/test-mkdir.c (main): Likewise.
2398         * tests/test-mkdirat.c (main): Likewise.
2399         * tests/test-mkfifo.c (main): Likewise.
2400         * tests/test-mkfifoat.c (main): Likewise.
2401         * tests/test-mknod.c (main): Likewise.
2402         * tests/test-readlink.c (main): Likewise.
2403         * tests/test-remove.c (main): Likewise.
2404         * tests/test-rename.c (main): Likewise.
2405         * tests/test-renameat.c (main): Likewise.
2406         * tests/test-rmdir.c (main): Likewise.
2407         * tests/test-symlink.c (main): Likewise.
2408         * tests/test-symlinkat.c (main): Likewise.
2409         * tests/test-unlink.c (main): Likewise.
2410         * tests/test-unlinkat.c (main): Likewise.
2411         * tests/test-utimens.c (main): Likewise.
2412         * tests/test-utimensat.c (main): Likewise.
2413         * modules/areadlink-tests (Depends-on): Add ignore-value.
2414         * modules/areadlink-with-size-tests (Depends-on): Likewise.
2415         * modules/areadlinkat-tests (Depends-on): Likewise.
2416         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
2417         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
2418         * modules/canonicalize-tests (Depends-on): Likewise.
2419         * modules/chown-tests (Depends-on): Likewise.
2420         * modules/fdutimensat-tests (Depends-on): Likewise.
2421         * modules/futimens-tests (Depends-on): Likewise.
2422         * modules/lchown-tests (Depends-on): Likewise.
2423         * modules/link-tests (Depends-on): Likewise.
2424         * modules/linkat-tests (Depends-on): Likewise.
2425         * modules/lstat-tests (Depends-on): Likewise.
2426         * modules/mkdir-tests (Depends-on): Likewise.
2427         * modules/mkfifo-tests (Depends-on): Likewise.
2428         * modules/mkfifoat-tests (Depends-on): Likewise.
2429         * modules/mknod-tests (Depends-on): Likewise.
2430         * modules/openat-tests (Depends-on): Likewise.
2431         * modules/readlink-tests (Depends-on): Likewise.
2432         * modules/remove-tests (Depends-on): Likewise.
2433         * modules/rename-tests (Depends-on): Likewise.
2434         * modules/renameat-tests (Depends-on): Likewise.
2435         * modules/rmdir-tests (Depends-on): Likewise.
2436         * modules/symlink-tests (Depends-on): Likewise.
2437         * modules/symlinkat-tests (Depends-on): Likewise.
2438         * modules/unlink-tests (Depends-on): Likewise.
2439         * modules/utimens-tests (Depends-on): Likewise.
2440         * modules/utimensat-tests (Depends-on): Likewise.
2441
2442 2010-01-31  Bruno Haible  <bruno@clisp.org>
2443
2444         Perform the same test for many <math.h> functions.
2445         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
2446         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
2447         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
2448         of gl_MATHFUNC.
2449         * modules/acos (configure.ac): Likewise.
2450         * modules/asin (configure.ac): Likewise.
2451         * modules/atan (configure.ac): Likewise.
2452         * modules/atan2 (configure.ac): Likewise.
2453         * modules/cbrt (configure.ac): Likewise.
2454         * modules/copysign (configure.ac): Likewise.
2455         * modules/cos (configure.ac): Likewise.
2456         * modules/cosh (configure.ac): Likewise.
2457         * modules/erf (configure.ac): Likewise.
2458         * modules/erfc (configure.ac): Likewise.
2459         * modules/exp (configure.ac): Likewise.
2460         * modules/fmod (configure.ac): Likewise.
2461         * modules/hypot (configure.ac): Likewise.
2462         * modules/j0 (configure.ac): Likewise.
2463         * modules/j1 (configure.ac): Likewise.
2464         * modules/jn (configure.ac): Likewise.
2465         * modules/lgamma (configure.ac): Likewise.
2466         * modules/log (configure.ac): Likewise.
2467         * modules/log10 (configure.ac): Likewise.
2468         * modules/log1p (configure.ac): Likewise.
2469         * modules/pow (configure.ac): Likewise.
2470         * modules/remainder (configure.ac): Likewise.
2471         * modules/sin (configure.ac): Likewise.
2472         * modules/sinh (configure.ac): Likewise.
2473         * modules/tan (configure.ac): Likewise.
2474         * modules/tanh (configure.ac): Likewise.
2475         * modules/y0 (configure.ac): Likewise.
2476         * modules/y1 (configure.ac): Likewise.
2477         * modules/yn (configure.ac): Likewise.
2478         Suggested by Paolo Bonzini.
2479
2480 2010-01-31  Bruno Haible  <bruno@clisp.org>
2481
2482         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
2483
2484 2010-01-31  Bruno Haible  <bruno@clisp.org>
2485
2486         Work around getdelim() bug on FreeBSD 8.0.
2487         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
2488         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
2489         not work.
2490         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
2491         is 1.
2492         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
2493         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
2494         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
2495         a non-zero size.
2496         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
2497
2498 2010-01-31  Bruno Haible  <bruno@clisp.org>
2499
2500         Work around getline() bug on FreeBSD 8.0.
2501         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
2502         and a non-zero size.
2503         * tests/test-getline.c (main): Likewise.
2504         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
2505         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
2506
2507 2010-01-28  Eric Blake  <ebb9@byu.net>
2508
2509         regex: fix build failure
2510         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
2511         platforms.
2512
2513 2010-01-28  Jim Meyering  <meyering@redhat.com>
2514
2515         regex: do not ignore memory allocation failure
2516         * lib/regex_internal.c (create_cd_newstate): Detect
2517         re_node_set_init_copy failure.   Extracted from glibc commit
2518         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2519
2520         regex: sync more white-space changes from libc
2521         * lib/regex_internal.c: White-space only changes.
2522         * lib/regexec.c: Likewise.
2523
2524         regex: add many uses of __attribute_warn_unused_result__
2525         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
2526         * lib/regexec.c: Likewise.
2527         Extracted from a messy glibc commit.
2528
2529         regcomp.c: spelling and merge-artifact from glibc
2530         * lib/regcomp.c: Merge remainder of glibc's
2531         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2532
2533         regcomp.c: sync white-space changes from glibc
2534         * lib/regcomp.c: Merge to accommodate white space
2535         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
2536
2537         regcomp.c: do not ignore internal return values
2538         * lib/regcomp.c: Do not ignore internal return values.
2539         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
2540         but without its white-space changes and spelling fixes.
2541
2542         regex_internal.h: define __attribute_warn_unused_result__
2543         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
2544
2545         maint: add a syntax-check rule to check for vulnerable Makefile.in
2546         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
2547
2548 2010-01-27  Jim Meyering  <meyering@redhat.com>
2549
2550         ncftpput-ftp: clean up spaces
2551         * build-aux/ncftpput-ftp: Make Copyright line consistent.
2552         Remove trailing blanks.
2553
2554 2010-01-27  Simon Josefsson  <simon@josefsson.org>
2555
2556         * build-aux/git-version-gen: Fix copyright statement.
2557         * build-aux/gnupload: Likewise.
2558         * tests/test-arcfour.c: Likewise.
2559         * tests/test-arctwo.c: Likewise.
2560         * tests/test-count-one-bits.c: Likewise.
2561         * tests/test-crc.c: Likewise.
2562         * tests/test-des.c: Likewise.
2563         * tests/test-gc-arcfour.c: Likewise.
2564         * tests/test-gc-arctwo.c: Likewise.
2565         * tests/test-gc-des.c: Likewise.
2566         * tests/test-gc-hmac-md5.c: Likewise.
2567         * tests/test-gc-hmac-sha1.c: Likewise.
2568         * tests/test-gc-md2.c: Likewise.
2569         * tests/test-gc-md4.c: Likewise.
2570         * tests/test-gc-md5.c: Likewise.
2571         * tests/test-gc-pbkdf2-sha1.c: Likewise.
2572         * tests/test-gc-rijndael.c: Likewise.
2573         * tests/test-gc-sha1.c: Likewise.
2574         * tests/test-gc.c: Likewise.
2575         * tests/test-gethostname.c: Likewise.
2576         * tests/test-gettimeofday.c: Likewise.
2577         * tests/test-hash.c: Likewise.
2578         * tests/test-hmac-md5.c: Likewise.
2579         * tests/test-hmac-sha1.c: Likewise.
2580         * tests/test-md2.c: Likewise.
2581         * tests/test-md4.c: Likewise.
2582         * tests/test-md5.c: Likewise.
2583         * tests/test-memchr.c: Likewise.
2584         * tests/test-memchr2.c: Likewise.
2585         * tests/test-memcmp.c: Likewise.
2586         * tests/test-memmem.c: Likewise.
2587         * tests/test-memrchr.c: Likewise.
2588         * tests/test-rawmemchr.c: Likewise.
2589         * tests/test-read-file.c: Likewise.
2590         * tests/test-rijndael.c: Likewise.
2591         * tests/test-sockets.c: Likewise.
2592         * tests/test-strchrnul.c: Likewise.
2593         * tests/test-strstr.c: Likewise.
2594         * tests/test-strtod.c: Likewise.
2595         * build-aux/ncftpput-ftp: Likewise.
2596
2597 2010-01-26  Eric Blake  <ebb9@byu.net>
2598
2599         ignore-value: update recommended header name
2600         * modules/ignore-value (Include): Only use <> for headers that
2601         exist in glibc.
2602
2603 2010-01-26  Jim Meyering  <meyering@redhat.com>
2604
2605         test-userspec.c: avoid compiler warnings
2606         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
2607         and "initialization discards qualifiers..." warnings.
2608         Put the first "uid" in its own scope, and make char* members "const".
2609
2610 2010-01-25  Bruno Haible  <bruno@clisp.org>
2611
2612         gnulib-tool: Make warning diagnostics consistent.
2613         * gnulib-tool (func_warning): New function.
2614         Use it everywhere where gnulib-tool produces output to stderr and it is
2615         not a fatal error.
2616
2617 2010-01-25  Bruno Haible  <bruno@clisp.org>
2618
2619         Fix test dependencies.
2620         * modules/xstrtol-tests (Depends-on): Add inttypes.
2621         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
2622
2623 2010-01-25 Pádraig Brady <P@draigBrady.com>
2624
2625         syntax-check: detect incorrect boolean macro values in config.h
2626         * modules/maintainer-makefile (configure.ac): Parameterize the location
2627         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
2628         The logic is from Eric Blake and the location indicated by Jim Meyering.
2629         Note the more natural CONFIG_HEADER name is prohibited by automake
2630         for backwards compatibility reasons.
2631         * top/maint.mk (sc_Wundef_boolean): New rule.
2632
2633 2010-01-25  Jim Meyering  <meyering@redhat.com>
2634
2635         bootstrap: detect MacOS 10.6's shasum, too
2636         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
2637         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
2638
2639 2010-01-23  Jim Meyering  <meyering@redhat.com>
2640
2641         xstrtoll: new module
2642         * modules/xstrtoll: New file.
2643         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
2644         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
2645         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
2646         ./configure fails if you use this module and lack "long long".
2647         * modules/xstrtoll-tests: New module.
2648         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
2649         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
2650         new init.sh-based test framework.
2651
2652 2010-01-24  Bruno Haible  <bruno@clisp.org>
2653
2654         Tests for module 'yn'.
2655         * modules/yn-tests: New file.
2656         * tests/test-yn.c: New file.
2657
2658         Tests for module 'y1'.
2659         * modules/y1-tests: New file.
2660         * tests/test-y1.c: New file.
2661
2662         Tests for module 'y0'.
2663         * modules/y0-tests: New file.
2664         * tests/test-y0.c: New file.
2665
2666         Tests for module 'tanh'.
2667         * modules/tanh-tests: New file.
2668         * tests/test-tanh.c: New file.
2669
2670         Tests for module 'tan'.
2671         * modules/tan-tests: New file.
2672         * tests/test-tan.c: New file.
2673
2674         Tests for module 'sqrt'.
2675         * modules/sqrt-tests: New file.
2676         * tests/test-sqrt.c: New file.
2677
2678         Tests for module 'sinh'.
2679         * modules/sinh-tests: New file.
2680         * tests/test-sinh.c: New file.
2681
2682         Tests for module 'sin'.
2683         * modules/sin-tests: New file.
2684         * tests/test-sin.c: New file.
2685
2686         Tests for module 'rint'.
2687         * modules/rint-tests: New file.
2688         * tests/test-rint.c: New file.
2689
2690         Tests for module 'remainder'.
2691         * modules/remainder-tests: New file.
2692         * tests/test-remainder.c: New file.
2693
2694         Tests for module 'pow'.
2695         * modules/pow-tests: New file.
2696         * tests/test-pow.c: New file.
2697
2698         Tests for module 'nextafter'.
2699         * modules/nextafter-tests: New file.
2700         * tests/test-nextafter.c: New file.
2701
2702         Tests for module 'modf'.
2703         * modules/modf-tests: New file.
2704         * tests/test-modf.c: New file.
2705
2706         Tests for module 'logb'.
2707         * modules/logb-tests: New file.
2708         * tests/test-logb.c: New file.
2709
2710         Tests for module 'log1p'.
2711         * modules/log1p-tests: New file.
2712         * tests/test-log1p.c: New file.
2713
2714         Tests for module 'log10'.
2715         * modules/log10-tests: New file.
2716         * tests/test-log10.c: New file.
2717
2718         Tests for module 'log'.
2719         * modules/log-tests: New file.
2720         * tests/test-log.c: New file.
2721
2722         Tests for module 'lgamma'.
2723         * modules/lgamma-tests: New file.
2724         * tests/test-lgamma.c: New file.
2725
2726         Tests for module 'ldexp'.
2727         * modules/ldexp-tests: New file.
2728         * tests/test-ldexp.c: New file.
2729
2730         Tests for module 'jn'.
2731         * modules/jn-tests: New file.
2732         * tests/test-jn.c: New file.
2733
2734         Tests for module 'j1'.
2735         * modules/j1-tests: New file.
2736         * tests/test-j1.c: New file.
2737
2738         Tests for module 'j0'.
2739         * modules/j0-tests: New file.
2740         * tests/test-j0.c: New file.
2741
2742         Tests for module 'hypot'.
2743         * modules/hypot-tests: New file.
2744         * tests/test-hypot.c: New file.
2745
2746         Tests for module 'fmod'.
2747         * modules/fmod-tests: New file.
2748         * tests/test-fmod.c: New file.
2749
2750         Tests for module 'fabs'.
2751         * modules/fabs-tests: New file.
2752         * tests/test-fabs.c: New file.
2753
2754         Tests for module 'exp'.
2755         * modules/exp-tests: New file.
2756         * tests/test-exp.c: New file.
2757
2758         Tests for module 'erfc'.
2759         * modules/erfc-tests: New file.
2760         * tests/test-erfc.c: New file.
2761
2762         Tests for module 'erf'.
2763         * modules/erf-tests: New file.
2764         * tests/test-erf.c: New file.
2765
2766         Tests for module 'cosh'.
2767         * modules/cosh-tests: New file.
2768         * tests/test-cosh.c: New file.
2769
2770         Tests for module 'cos'.
2771         * modules/cos-tests: New file.
2772         * tests/test-cos.c: New file.
2773
2774         Tests for module 'copysign'.
2775         * modules/copysign-tests: New file.
2776         * tests/test-copysign.c: New file.
2777
2778         Tests for module 'cbrt'.
2779         * modules/cbrt-tests: New file.
2780         * tests/test-cbrt.c: New file.
2781
2782         Tests for module 'atan2'.
2783         * modules/atan2-tests: New file.
2784         * tests/test-atan2.c: New file.
2785
2786         Tests for module 'atan'.
2787         * modules/atan-tests: New file.
2788         * tests/test-atan.c: New file.
2789
2790         Tests for module 'asin'.
2791         * modules/asin-tests: New file.
2792         * tests/test-asin.c: New file.
2793
2794         Tests for module 'acos'.
2795         * modules/acos-tests: New file.
2796         * tests/test-acos.c: New file.
2797
2798 2010-01-24  Bruno Haible  <bruno@clisp.org>
2799
2800         Fix tests for common <math.h> functions.
2801         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
2802         code snippet that references the function pointer, rather than merely
2803         calling the function. Substitute the FUNC_LIBM variable.
2804         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
2805         * modules/acos (configure.ac): Likewise.
2806         * modules/asin (configure.ac): Likewise.
2807         * modules/atan (configure.ac): Likewise.
2808         * modules/atan2 (configure.ac): Likewise.
2809         * modules/cbrt (configure.ac): Likewise.
2810         * modules/copysign (configure.ac): Likewise.
2811         * modules/cos (configure.ac): Likewise.
2812         * modules/cosh (configure.ac): Likewise.
2813         * modules/erf (configure.ac): Likewise.
2814         * modules/erfc (configure.ac): Likewise.
2815         * modules/exp (configure.ac): Likewise.
2816         * modules/fabs (configure.ac): Likewise.
2817         * modules/fmod (configure.ac): Likewise.
2818         * modules/hypot (configure.ac): Likewise.
2819         * modules/j0 (configure.ac): Likewise.
2820         * modules/j1 (configure.ac): Likewise.
2821         * modules/jn (configure.ac): Likewise.
2822         * modules/ldexp (configure.ac): Likewise.
2823         * modules/lgamma (configure.ac): Likewise.
2824         * modules/log (configure.ac): Likewise.
2825         * modules/log10 (configure.ac): Likewise.
2826         * modules/log1p (configure.ac): Likewise.
2827         * modules/logb (configure.ac): Likewise.
2828         * modules/modf (configure.ac): Likewise.
2829         * modules/nextafter (configure.ac): Likewise.
2830         * modules/pow (configure.ac): Likewise.
2831         * modules/remainder (configure.ac): Likewise.
2832         * modules/rint (configure.ac): Likewise.
2833         * modules/sin (configure.ac): Likewise.
2834         * modules/sinh (configure.ac): Likewise.
2835         * modules/tan (configure.ac): Likewise.
2836         * modules/tanh (configure.ac): Likewise.
2837         * modules/y0 (configure.ac): Likewise.
2838         * modules/y1 (configure.ac): Likewise.
2839         * modules/yn (configure.ac): Likewise.
2840
2841 2010-01-24  Bruno Haible  <bruno@clisp.org>
2842
2843         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
2844         * tests/test-acosl.c (x): New variable.
2845         (main): Store argument in x and fetch it from x.
2846         * tests/test-asinl.c (x): New variable.
2847         (main): Store argument in x and fetch it from x.
2848         * tests/test-atanl.c (x): New variable.
2849         (main): Store argument in x and fetch it from x.
2850         * tests/test-cosl.c (x): New variable.
2851         (main): Store argument in x and fetch it from x.
2852         * tests/test-expl.c (x): New variable.
2853         (main): Store argument in x and fetch it from x.
2854         * tests/test-logl.c (x): New variable.
2855         (main): Store argument in x and fetch it from x.
2856         * tests/test-sinl.c (x): New variable.
2857         (main): Store argument in x and fetch it from x.
2858         * tests/test-sqrtl.c (x): New variable.
2859         (main): Store argument in x and fetch it from x.
2860         * tests/test-tanl.c (x): New variable.
2861         (main): Store argument in x and fetch it from x.
2862
2863 2010-01-24  Bruno Haible  <bruno@clisp.org>
2864
2865         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2866         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
2867         assignments to the initial TESTS_ENVIRONMENT.
2868         * doc/gnulib.texi (Unit test modules): Document it.
2869         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
2870         TESTS_ENVIRONMENT.
2871         * modules/btowc-tests (Makefile.am): Likewise.
2872         * modules/c-stack-tests (Makefile.am): Likewise.
2873         * modules/c-strcase-tests (Makefile.am): Likewise.
2874         * modules/copy-file-tests (Makefile.am): Likewise.
2875         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
2876         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
2877         * modules/mbrtowc-tests (Makefile.am): Likewise.
2878         * modules/mbscasecmp-tests (Makefile.am): Likewise.
2879         * modules/mbscasestr-tests (Makefile.am): Likewise.
2880         * modules/mbschr-tests (Makefile.am): Likewise.
2881         * modules/mbscspn-tests (Makefile.am): Likewise.
2882         * modules/mbsinit-tests (Makefile.am): Likewise.
2883         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
2884         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
2885         * modules/mbspbrk-tests (Makefile.am): Likewise.
2886         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
2887         * modules/mbsrchr-tests (Makefile.am): Likewise.
2888         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
2889         * modules/mbsspn-tests (Makefile.am): Likewise.
2890         * modules/mbsstr-tests (Makefile.am): Likewise.
2891         * modules/nl_langinfo-tests (Makefile.am): Likewise.
2892         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
2893         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
2894         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
2895         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
2896         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
2897         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
2898         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
2899         * modules/wcrtomb-tests (Makefile.am): Likewise.
2900         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
2901         * modules/wcsrtombs-tests (Makefile.am): Likewise.
2902         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
2903         assignments from TESTS_ENVIRONMENT.
2904         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
2905         augmentation.
2906         * modules/argp-version-etc-tests (Makefile.am): Likewise.
2907         * modules/atexit-tests (Makefile.am): Likewise.
2908         * modules/binary-io-tests (Makefile.am): Likewise.
2909         * modules/closein-tests (Makefile.am): Likewise.
2910         * modules/dprintf-posix-tests (Makefile.am): Likewise.
2911         * modules/exclude-tests (Makefile.am): Likewise.
2912         * modules/fflush-tests (Makefile.am): Likewise.
2913         * modules/fpending-tests (Makefile.am): Likewise.
2914         * modules/fprintf-posix-tests (Makefile.am): Likewise.
2915         * modules/freadahead-tests (Makefile.am): Likewise.
2916         * modules/freadptr-tests (Makefile.am): Likewise.
2917         * modules/freadseek-tests (Makefile.am): Likewise.
2918         * modules/fseek-tests (Makefile.am): Likewise.
2919         * modules/fseeko-tests (Makefile.am): Likewise.
2920         * modules/ftell-tests (Makefile.am): Likewise.
2921         * modules/ftello-tests (Makefile.am): Likewise.
2922         * modules/idpriv-drop-tests (Makefile.am): Likewise.
2923         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
2924         * modules/lseek-tests (Makefile.am): Likewise.
2925         * modules/parse-duration-tests (Makefile.am): Likewise.
2926         * modules/perror-tests (Makefile.am): Likewise.
2927         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
2928         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
2929         * modules/pipe-tests (Makefile.am): Likewise.
2930         * modules/pread-tests (Makefile.am): Likewise.
2931         * modules/printf-posix-tests (Makefile.am): Likewise.
2932         * modules/select-tests (Makefile.am): Likewise.
2933         * modules/sigpipe-tests (Makefile.am): Likewise.
2934         * modules/tsearch-tests (Makefile.am): Likewise.
2935         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
2936         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
2937         * modules/uniname/uniname-tests (Makefile.am): Likewise.
2938         * modules/uniwidth/width-tests (Makefile.am): Likewise.
2939         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
2940         * modules/version-etc-tests (Makefile.am): Likewise.
2941         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
2942         * modules/vprintf-posix-tests (Makefile.am): Likewise.
2943         * modules/xalloc-die-tests (Makefile.am): Likewise.
2944         * modules/xprintf-posix-tests (Makefile.am): Likewise.
2945         * modules/xstrtoimax-tests (Makefile.am): Likewise.
2946         * modules/xstrtol-tests (Makefile.am): Likewise.
2947         * modules/xstrtoumax-tests (Makefile.am): Likewise.
2948         * modules/yesno-tests (Makefile.am): Likewise.
2949         Suggested by Jim Meyering.
2950
2951 2010-01-24  Bruno Haible  <bruno@clisp.org>
2952
2953         More documentation.
2954         * doc/gnulib.texi (Writing modules): New chapter.
2955         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
2956         the new chapter.
2957
2958 2010-01-24  Jim Meyering  <meyering@redhat.com>
2959
2960         maint.mk: do not prepend "./" after filtering
2961         * top/maint.mk (_prepend_srcdir_prefix): New variable
2962         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
2963         "./" when $(srcdir) is ".".
2964
2965         define STREQ(a,b) consistently, removing useless parentheses
2966         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
2967         since the only risk is that "a" or "b" contains an unparenthesized
2968         comma, but if either did that, STREQ would have 3 or more arguments.
2969         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
2970         * lib/fts.c (STREQ): Remove unnecessary parentheses.
2971         * lib/hash-triple.c (STREQ): Likewise.
2972         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
2973         * lib/getugroups.c (STREQ): Likewise.
2974
2975 2010-01-23  Jim Meyering  <meyering@redhat.com>
2976
2977         maint.mk: fix syntax-check in a non-srcdir build directory
2978         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
2979         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
2980
2981 2010-01-22  Jim Meyering  <meyering@redhat.com>
2982
2983         userspec: add unit tests
2984         * tests/test-userspec.c: New file.
2985         * modules/userspec-tests: Likewise.
2986
2987 2010-01-21  Jim Meyering  <meyering@redhat.com>
2988
2989         maint.mk: handle source file names containing "." robustly
2990         * top/maint.mk (_dot_escaped_srcdir): Define.
2991         (VC_LIST): Use it in LHS of sed substitution.
2992
2993 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
2994
2995         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2996         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
2997         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
2998         from a non-srcdir build.
2999
3000 2010-01-20  Eric Blake  <ebb9@byu.net>
3001
3002         warn-on-use: use instead of link-warning
3003         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
3004         * modules/unistd (Depends-on, Makefile.am): Likewise.
3005         * modules/arpa_inet (Depends-on): Replace link-warning with
3006         warn-on-use.
3007         (Makefile.am): Update rules accordingly.
3008         * modules/ctype (Depends-on, Makefile.am): Likewise.
3009         * modules/dirent (Depends-on, Makefile.am): Likewise.
3010         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
3011         * modules/inttypes (Depends-on, Makefile.am): Likewise.
3012         * modules/langinfo (Depends-on, Makefile.am): Likewise.
3013         * modules/locale (Depends-on, Makefile.am): Likewise.
3014         * modules/math (Depends-on, Makefile.am): Likewise.
3015         * modules/search (Depends-on, Makefile.am): Likewise.
3016         * modules/signal (Depends-on, Makefile.am): Likewise.
3017         * modules/spawn (Depends-on, Makefile.am): Likewise.
3018         * modules/stdlib (Depends-on, Makefile.am): Likewise.
3019         * modules/string (Depends-on, Makefile.am): Likewise.
3020         * modules/strings (Depends-on, Makefile.am): Likewise.
3021         * modules/sys_file (Depends-on, Makefile.am): Likewise.
3022         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
3023         * modules/sys_select (Depends-on, Makefile.am): Likewise.
3024         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
3025         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
3026         * modules/sys_times (Depends-on, Makefile.am): Likewise.
3027         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
3028         * modules/wchar (Depends-on, Makefile.am): Likewise.
3029         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
3030         should be poisoned.
3031         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
3032         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
3033         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
3034         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
3035         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
3036         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
3037         * m4/math_h.m4 (gl_MATH_H): Likewise.
3038         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
3039         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
3040         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
3041         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
3042         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
3043         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
3044         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
3045         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
3046         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
3047         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
3048         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
3049         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
3050         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
3051         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
3052         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
3053         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
3054         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
3055         GL_LINK_WARNING.
3056         * lib/ctype.in.h: Likewise.
3057         * lib/dirent.in.h: Likewise.
3058         * lib/fcntl.in.h: Likewise.
3059         * lib/inttypes.in.h: Likewise.
3060         * lib/langinfo.in.h: Likewise.
3061         * lib/locale.in.h: Likewise.
3062         * lib/math.in.h: Likewise.
3063         * lib/search.in.h: Likewise.
3064         * lib/signal.in.h: Likewise.
3065         * lib/spawn.in.h: Likewise.
3066         * lib/stdio.in.h: Likewise.
3067         * lib/stdlib.in.h: Likewise.
3068         * lib/string.in.h: Likewise.
3069         * lib/strings.in.h: Likewise.
3070         * lib/sys_file.in.h: Likewise.
3071         * lib/sys_ioctl.in.h: Likewise.
3072         * lib/sys_select.in.h: Likewise.
3073         * lib/sys_socket.in.h: Likewise.
3074         * lib/sys_stat.in.h: Likewise.
3075         * lib/sys_times.in.h: Likewise.
3076         * lib/sys_utsname.in.h: Likewise.
3077         * lib/unistd.in.h: Likewise.
3078         * lib/wchar.in.h: Likewise.
3079
3080 2010-01-20  Bruno Haible  <bruno@clisp.org>
3081
3082         Avoid duplicate -lm.
3083         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
3084         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
3085         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
3086         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
3087         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
3088         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
3089         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
3090         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
3091         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
3092         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
3093         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
3094         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
3095         Reported by Paolo Bonzini.
3096
3097 2010-01-19  Bruno Haible  <bruno@clisp.org>
3098
3099         langinfo, nl_langinfo: Relicense under LGPLv2+.
3100         * modules/langinfo (License): Change to LGPLv2+.
3101         * modules/nl_langinfo (License): Likewise.
3102         Patch by David Lutterkort <lutter@redhat.com>.
3103
3104 2010-01-19  Bruno Haible  <bruno@clisp.org>
3105
3106         Avoid compilation error with cc on OSF/1 5.1.
3107         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
3108         statement, not before.
3109         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3110
3111 2010-01-18  Bruno Haible  <bruno@clisp.org>
3112
3113         Avoid a link error due to the __printf__ symbol.
3114         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
3115         and 2.6.x.
3116         (__format__, __printf__): Remove definitions.
3117         * lib/argp-fmtstream.h: Likewise.
3118         * lib/argp.h: Likewise.
3119         * lib/error.h: Likewise.
3120         * lib/vasnprintf.h: Likewise.
3121         * lib/xprintf.h: Likewise.
3122         * lib/xvasprintf.h: Likewise.
3123         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3124
3125 2010-01-18  Bruno Haible  <bruno@clisp.org>
3126
3127         Tests for module 'tanl'.
3128         * modules/tanl-tests: New file.
3129         * tests/test-tanl.c: New file.
3130
3131         Tests for module 'sqrtl'.
3132         * modules/sqrtl-tests: New file.
3133         * tests/test-sqrtl.c: New file.
3134
3135         Tests for module 'sinl'.
3136         * modules/sinl-tests: New file.
3137         * tests/test-sinl.c: New file.
3138
3139         Tests for module 'logl'.
3140         * modules/logl-tests: New file.
3141         * tests/test-logl.c: New file.
3142
3143         Tests for module 'expl'.
3144         * modules/expl-tests: New file.
3145         * tests/test-expl.c: New file.
3146
3147         Tests for module 'cosl'.
3148         * modules/cosl-tests: New file.
3149         * tests/test-cosl.c: New file.
3150
3151         Tests for module 'atanl'.
3152         * modules/atanl-tests: New file.
3153         * tests/test-atanl.c: New file.
3154
3155         Tests for module 'asinl'.
3156         * modules/asinl-tests: New file.
3157         * tests/test-asinl.c: New file.
3158
3159         Tests for module 'acosl'.
3160         * modules/acosl-tests: New file.
3161         * tests/test-acosl.c: New file.
3162
3163         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3164         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
3165         tanl): Use the standard gnulib idiom.
3166         * lib/cosl.c: Don't include trigl.c and sincosl.c.
3167         * lib/sinl.c: Likewise.
3168         * lib/tanl.c: Don't include trigl.c.
3169         (kernel_tanl): Make static.
3170         * lib/sincosl.c: Include trigl.h first.
3171         * lib/trigl.c: Likewise.
3172         * m4/acosl.m4: New file.
3173         * m4/asinl.m4: New file.
3174         * m4/atanl.m4: New file.
3175         * m4/cosl.m4: New file.
3176         * m4/expl.m4: New file.
3177         * m4/logl.m4: New file.
3178         * m4/sinl.m4: New file.
3179         * m4/sqrtl.m4: New file.
3180         * m4/tanl.m4: New file.
3181         * m4/mathl.m4: Remove file.
3182         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
3183         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
3184         Don't initialize GNULIB_MATHL.
3185         * modules/acosl: New file.
3186         * modules/asinl: New file.
3187         * modules/atanl: New file.
3188         * modules/cosl: New file.
3189         * modules/expl: New file.
3190         * modules/logl: New file.
3191         * modules/sinl: New file.
3192         * modules/sqrtl: New file.
3193         * modules/tanl: New file.
3194         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
3195         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
3196         substitute GNULIB_MATHL.
3197         * modules/mathl: Rewritten.
3198         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
3199         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
3200         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
3201         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
3202         * doc/posix-functions/expl.texi: Mention the 'expl' module.
3203         * doc/posix-functions/logl.texi: Mention the 'logl' module.
3204         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
3205         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
3206         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
3207
3208 2010-01-18  Bruno Haible  <bruno@clisp.org>
3209
3210         sqrt: Make gl_FUNC_SQRT requirable.
3211         * m4/sqrt.m4: New file.
3212         * modules/sqrt (Files): Add it.
3213         (configure.ac): Invoke gl_FUNC_SQRT.
3214
3215 2010-01-18  Bruno Haible  <bruno@clisp.org>
3216
3217         New modules for common <math.h> functions.
3218         * m4/mathfunc.m4: New file.
3219         * modules/acos: New file.
3220         * modules/asin: New file.
3221         * modules/atan: New file.
3222         * modules/atan2: New file.
3223         * modules/cbrt: New file.
3224         * modules/copysign: New file.
3225         * modules/cos: New file.
3226         * modules/cosh: New file.
3227         * modules/erf: New file.
3228         * modules/erfc: New file.
3229         * modules/exp: New file.
3230         * modules/fabs: New file.
3231         * modules/fmod: New file.
3232         * modules/hypot: New file.
3233         * modules/j0: New file.
3234         * modules/j1: New file.
3235         * modules/jn: New file.
3236         * modules/ldexp: New file.
3237         * modules/lgamma: New file.
3238         * modules/log: New file.
3239         * modules/log10: New file.
3240         * modules/log1p: New file.
3241         * modules/logb: New file.
3242         * modules/modf: New file.
3243         * modules/nextafter: New file.
3244         * modules/pow: New file.
3245         * modules/remainder: New file.
3246         * modules/rint: New file.
3247         * modules/sin: New file.
3248         * modules/sinh: New file.
3249         * modules/sqrt: New file.
3250         * modules/tan: New file.
3251         * modules/tanh: New file.
3252         * modules/y0: New file.
3253         * modules/y1: New file.
3254         * modules/yn: New file.
3255         * doc/posix-functions/acos.texi: Mention the 'acos' module.
3256         * doc/posix-functions/asin.texi: Mention the 'asin' module.
3257         * doc/posix-functions/atan.texi: Mention the 'atan' module.
3258         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
3259         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
3260         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
3261         * doc/posix-functions/cos.texi: Mention the 'cos' module.
3262         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
3263         * doc/posix-functions/erf.texi: Mention the 'erf' module.
3264         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
3265         * doc/posix-functions/exp.texi: Mention the 'exp' module.
3266         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
3267         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
3268         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
3269         * doc/posix-functions/j0.texi: Mention the 'j0' module.
3270         * doc/posix-functions/j1.texi: Mention the 'j1' module.
3271         * doc/posix-functions/jn.texi: Mention the 'jn' module.
3272         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
3273         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
3274         * doc/posix-functions/log.texi: Mention the 'log' module.
3275         * doc/posix-functions/log10.texi: Mention the 'log10' module.
3276         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
3277         * doc/posix-functions/logb.texi: Mention the 'logb' module.
3278         * doc/posix-functions/modf.texi: Mention the 'modf' module.
3279         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
3280         * doc/posix-functions/pow.texi: Mention the 'pow' module.
3281         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
3282         * doc/posix-functions/rint.texi: Mention the 'rint' module.
3283         * doc/posix-functions/sin.texi: Mention the 'sin' module.
3284         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
3285         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
3286         * doc/posix-functions/tan.texi: Mention the 'tan' module.
3287         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
3288         * doc/posix-functions/y0.texi: Mention the 'y0' module.
3289         * doc/posix-functions/y1.texi: Mention the 'y1' module.
3290         * doc/posix-functions/yn.texi: Mention the 'yn' module.
3291
3292 2010-01-18  Jim Meyering  <meyering@redhat.com>
3293
3294         ignore-value: relax license to LGPLv2+
3295         * modules/ignore-value (License): Relax to LGPLv2+.
3296
3297         getdate: don't leak when TZ contains two or more '"'s
3298         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
3299         double quote in TZ after the first one.
3300
3301         readtokens: do not leak internal token_lengths buffer
3302         * lib/readtokens.c (readtokens): Free the local, lengths,
3303         when the supplied "token_lengths" parameter is NULL.
3304
3305 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3306
3307         Fix a couple of missing LIBTHREAD link failures on AIX.
3308         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
3309         $(LIBTHREAD).
3310         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
3311
3312         Link test-poll against INET_PTON_LIB.
3313         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
3314         for inet_pton on Solaris 10.
3315
3316 2010-01-17  Bruno Haible  <bruno@clisp.org>
3317
3318         unistdio/*-sprintf: Fix typo in module description.
3319         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
3320         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
3321         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
3322         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
3323         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
3324         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
3325         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
3326         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3327
3328 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3329
3330         gnulib-tool: fix filelist for AIX, HP-UX ksh.
3331         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
3332         variables in shell case patterns, for AIX and HP-UX ksh.
3333
3334         Split large sed scripts, for HP-UX sed.
3335         * modules/stdio: Split sed scripts around 50 sed commands,
3336         to avoid HP-UX limit of 99 commands, in the near future.
3337         * modules/string: Likewise.
3338         * modules/unistd: Likewise.
3339
3340         gnulib-tool: avoid writing in the current directory.
3341         * gnulib-tool (func_emit_lib_Makefile_am)
3342         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
3343         not in the current directory, so concurrent gnulib-tool
3344         instances do not interfere.
3345
3346 2010-01-16  Jim Meyering  <meyering@redhat.com>
3347
3348         doc: update users.txt
3349         * users.txt: Add grep.
3350         (diffutils, gzip): Update URLs.
3351
3352 2010-01-12  Bruno Haible  <bruno@clisp.org>
3353
3354         posix_spawn: Avoid test failure on Cygwin.
3355         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
3356         characters.
3357         Reported by Simon Josefsson.
3358
3359 2010-01-12  Bruno Haible  <bruno@clisp.org>
3360
3361         * tests/test-cond.c (main): When skipping the test, show the reason.
3362
3363 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3364
3365         * lib/striconv.c (str_cd_iconv): Avoid if before free.
3366
3367 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3368
3369         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
3370         VC_LIST_ALWAYS_EXCLUDE_REGEX.
3371
3372 2010-01-12  Eric Blake  <ebb9@byu.net>
3373
3374         build: guarantee AS_VAR_IF
3375         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
3376         (gl_AS_VAR_IF): Move...
3377         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
3378         Reported by Simon Josefsson.
3379
3380 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3381
3382         * lib/stdio.in.h: Fix typo.
3383
3384 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3385
3386         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
3387         libgpg-error.
3388
3389 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3390
3391         * tests/test-xalloc-die.sh: Use $EXEEXT.
3392
3393 2010-01-12  Simon Josefsson  <simon@josefsson.org>
3394             Bruno Haible  <bruno@clisp.org>
3395
3396         getlogin, getlogin_r: Avoid test failure.
3397         * tests/test-getlogin.c: Include <stdio.h>.
3398         (main): Skip the test when the function fails because stdin is not a
3399         tty.
3400         * tests/test-getlogin_r.c: Include <stdio.h>.
3401         (main): Skip the test when the function fails because stdin is not a
3402         tty.
3403
3404 2010-01-11  Eric Blake  <ebb9@byu.net>
3405
3406         tests: avoid more large file warnings
3407         * tests/test-fflush.c: Avoid warning about ftell use.
3408         * tests/test-fseek.c: Avoid warning about fseek use.
3409
3410 2010-01-10  Bruno Haible  <bruno@clisp.org>
3411
3412         nproc: Work better on Linux when /proc and /sys are not mounted.
3413         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
3414         as lower bound when, on glibc/Linux systems,
3415         sysconf (_SC_NPROCESSORS_CONF) returns 1.
3416         Suggested by Pádraig Brady <P@draigbrady.com>.
3417         Reported by Dmitry V. Levin <ldv@altlinux.org>.
3418
3419         nproc: Refactor.
3420         * lib/nproc.c (num_processors_via_affinity_mask): New function,
3421         extracted from num_processors.
3422         (num_processors): Call it.
3423
3424 2010-01-11  Jim Meyering  <meyering@redhat.com>
3425
3426         utimecmp: avoid new warning from upcoming gcc-4.5.0
3427         * lib/utimecmp.c (BILLION): Define using #define rather than an
3428         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
3429
3430 2010-01-11  Eric Blake  <ebb9@byu.net>
3431
3432         math: add portability warnings for classification macros
3433         * modules/math (Depends-on): Add warn-on-use.
3434         (Makefile.am): Provide new substitutions.
3435         * m4/math_h.m4 (gl_MATH_H): Require inline.
3436         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
3437         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
3438         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
3439         implement warnings.
3440
3441         unistd: warn on use of environ without module
3442         * modules/unistd (Depends-on): Add warn-on-use.
3443         (Makefile.am): Provide new substitutions.
3444         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
3445         * lib/unistd.in.h (environ): Wrap with a warning helper function.
3446
3447         stdio: warn on suspicious uses
3448         * modules/stdio (Depends-on): Add warn-on-use.
3449         (Makefile.am): Provide new substitutions.
3450         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
3451         fseeko.
3452         * lib/stdio.in.h (gets): Always warn on use.
3453         (fseek, ftell): Adjust when warnings are issued, and honor
3454         _GL_NO_LARGE_FILES as a way to silence the warning.
3455         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
3456         any warning about large file offsets.
3457         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
3458         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
3459         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
3460         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
3461         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
3462         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
3463         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
3464         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
3465
3466         warn-on-use: new module
3467         * modules/warn-on-use: New file.
3468         * build-aux/warn-on-use.h: Likewise.
3469         * m4/warn-on-use.m4: Likewise.
3470         * MODULES.html.sh (Support for building): Mention it.
3471
3472 2010-01-10  Bruno Haible  <bruno@clisp.org>
3473
3474         Tests for module 'unistr/u32-strdup'.
3475         * modules/unistr/u32-strdup-tests: New file.
3476         * tests/unistr/test-u32-strdup.c: New file.
3477
3478         Tests for module 'unistr/u16-strdup'.
3479         * modules/unistr/u16-strdup-tests: New file.
3480         * tests/unistr/test-u16-strdup.c: New file.
3481
3482         Tests for module 'unistr/u8-strdup'.
3483         * modules/unistr/u8-strdup-tests: New file.
3484         * tests/unistr/test-u8-strdup.c: New file.
3485         * tests/unistr/test-strdup.h: New file.
3486
3487         Tests for module 'unistr/u32-strncmp'.
3488         * modules/unistr/u32-strncmp-tests: New file.
3489         * tests/unistr/test-u32-strncmp.c: New file.
3490
3491         Tests for module 'unistr/u16-strncmp'.
3492         * modules/unistr/u16-strncmp-tests: New file.
3493         * tests/unistr/test-u16-strncmp.c: New file.
3494
3495         Tests for module 'unistr/u8-strncmp'.
3496         * modules/unistr/u8-strncmp-tests: New file.
3497         * tests/unistr/test-u8-strncmp.c: New file.
3498         * tests/unistr/test-strncmp.h: New file.
3499
3500         Tests for module 'unistr/u32-strcoll'.
3501         * modules/unistr/u32-strcoll-tests: New file.
3502         * tests/unistr/test-u32-strcoll.c: New file.
3503
3504         Tests for module 'unistr/u16-strcoll'.
3505         * modules/unistr/u16-strcoll-tests: New file.
3506         * tests/unistr/test-u16-strcoll.c: New file.
3507
3508         Tests for module 'unistr/u8-strcoll'.
3509         * modules/unistr/u8-strcoll-tests: New file.
3510         * tests/unistr/test-u8-strcoll.c: New file.
3511
3512         Tests for module 'unistr/u32-strcmp'.
3513         * modules/unistr/u32-strcmp-tests: New file.
3514         * tests/unistr/test-u32-strcmp.c: New file.
3515         * tests/unistr/test-u32-strcmp.h: New file.
3516
3517         Tests for module 'unistr/u16-strcmp'.
3518         * modules/unistr/u16-strcmp-tests: New file.
3519         * tests/unistr/test-u16-strcmp.c: New file.
3520         * tests/unistr/test-u16-strcmp.h: New file.
3521
3522         Tests for module 'unistr/u8-strcmp'.
3523         * modules/unistr/u8-strcmp-tests: New file.
3524         * tests/unistr/test-u8-strcmp.c: New file.
3525         * tests/unistr/test-u8-strcmp.h: New file.
3526         * tests/unistr/test-strcmp.h: New file.
3527
3528         Tests for module 'unistr/u32-strncat'.
3529         * modules/unistr/u32-strncat-tests: New file.
3530         * tests/unistr/test-u32-strncat.c: New file.
3531
3532         Tests for module 'unistr/u16-strncat'.
3533         * modules/unistr/u16-strncat-tests: New file.
3534         * tests/unistr/test-u16-strncat.c: New file.
3535
3536         Tests for module 'unistr/u8-strncat'.
3537         * modules/unistr/u8-strncat-tests: New file.
3538         * tests/unistr/test-u8-strncat.c: New file.
3539         * tests/unistr/test-strncat.h: New file.
3540
3541         Tests for module 'unistr/u32-strcat'.
3542         * modules/unistr/u32-strcat-tests: New file.
3543         * tests/unistr/test-u32-strcat.c: New file.
3544
3545         Tests for module 'unistr/u16-strcat'.
3546         * modules/unistr/u16-strcat-tests: New file.
3547         * tests/unistr/test-u16-strcat.c: New file.
3548
3549         Tests for module 'unistr/u8-strcat'.
3550         * modules/unistr/u8-strcat-tests: New file.
3551         * tests/unistr/test-u8-strcat.c: New file.
3552         * tests/unistr/test-strcat.h: New file.
3553
3554         Tests for module 'unistr/u32-stpncpy'.
3555         * modules/unistr/u32-stpncpy-tests: New file.
3556         * tests/unistr/test-u32-stpncpy.c: New file.
3557
3558         Tests for module 'unistr/u16-stpncpy'.
3559         * modules/unistr/u16-stpncpy-tests: New file.
3560         * tests/unistr/test-u16-stpncpy.c: New file.
3561
3562         Tests for module 'unistr/u8-stpncpy'.
3563         * modules/unistr/u8-stpncpy-tests: New file.
3564         * tests/unistr/test-u8-stpncpy.c: New file.
3565         * tests/unistr/test-stpncpy.h: New file.
3566
3567         Tests for module 'unistr/u32-strncpy'.
3568         * modules/unistr/u32-strncpy-tests: New file.
3569         * tests/unistr/test-u32-strncpy.c: New file.
3570
3571         Tests for module 'unistr/u16-strncpy'.
3572         * modules/unistr/u16-strncpy-tests: New file.
3573         * tests/unistr/test-u16-strncpy.c: New file.
3574
3575         Tests for module 'unistr/u8-strncpy'.
3576         * modules/unistr/u8-strncpy-tests: New file.
3577         * tests/unistr/test-u8-strncpy.c: New file.
3578         * tests/unistr/test-strncpy.h: New file.
3579
3580         Tests for module 'unistr/u32-stpcpy'.
3581         * modules/unistr/u32-stpcpy-tests: New file.
3582         * tests/unistr/test-u32-stpcpy.c: New file.
3583
3584         Tests for module 'unistr/u16-stpcpy'.
3585         * modules/unistr/u16-stpcpy-tests: New file.
3586         * tests/unistr/test-u16-stpcpy.c: New file.
3587
3588         Tests for module 'unistr/u8-stpcpy'.
3589         * modules/unistr/u8-stpcpy-tests: New file.
3590         * tests/unistr/test-u8-stpcpy.c: New file.
3591         * tests/unistr/test-stpcpy.h: New file.
3592
3593         Tests for module 'unistr/u32-strcpy'.
3594         * modules/unistr/u32-strcpy-tests: New file.
3595         * tests/unistr/test-u32-strcpy.c: New file.
3596
3597         Tests for module 'unistr/u16-strcpy'.
3598         * modules/unistr/u16-strcpy-tests: New file.
3599         * tests/unistr/test-u16-strcpy.c: New file.
3600
3601         Tests for module 'unistr/u8-strcpy'.
3602         * modules/unistr/u8-strcpy-tests: New file.
3603         * tests/unistr/test-u8-strcpy.c: New file.
3604         * tests/unistr/test-strcpy.h: New file.
3605
3606         Tests for module 'unistr/u32-strnlen'.
3607         * modules/unistr/u32-strnlen-tests: New file.
3608         * tests/unistr/test-u32-strnlen.c: New file.
3609
3610         Tests for module 'unistr/u16-strnlen'.
3611         * modules/unistr/u16-strnlen-tests: New file.
3612         * tests/unistr/test-u16-strnlen.c: New file.
3613
3614         Tests for module 'unistr/u8-strnlen'.
3615         * modules/unistr/u8-strnlen-tests: New file.
3616         * tests/unistr/test-u8-strnlen.c: New file.
3617         * tests/unistr/test-strnlen.h: New file.
3618
3619         Tests for module 'unistr/u32-strlen'.
3620         * modules/unistr/u32-strlen-tests: New file.
3621         * tests/unistr/test-u32-strlen.c: New file.
3622
3623         Tests for module 'unistr/u16-strlen'.
3624         * modules/unistr/u16-strlen-tests: New file.
3625         * tests/unistr/test-u16-strlen.c: New file.
3626
3627         Tests for module 'unistr/u8-strlen'.
3628         * modules/unistr/u8-strlen-tests: New file.
3629         * tests/unistr/test-u8-strlen.c: New file.
3630
3631         Tests for module 'unistr/u32-prev'.
3632         * modules/unistr/u32-prev-tests: New file.
3633         * tests/unistr/test-u32-prev.c: New file.
3634
3635         Tests for module 'unistr/u16-prev'.
3636         * modules/unistr/u16-prev-tests: New file.
3637         * tests/unistr/test-u16-prev.c: New file.
3638
3639         Tests for module 'unistr/u8-prev'.
3640         * modules/unistr/u8-prev-tests: New file.
3641         * tests/unistr/test-u8-prev.c: New file.
3642
3643         Tests for module 'unistr/u32-next'.
3644         * modules/unistr/u32-next-tests: New file.
3645         * tests/unistr/test-u32-next.c: New file.
3646
3647         Tests for module 'unistr/u16-next'.
3648         * modules/unistr/u16-next-tests: New file.
3649         * tests/unistr/test-u16-next.c: New file.
3650
3651         Tests for module 'unistr/u8-next'.
3652         * modules/unistr/u8-next-tests: New file.
3653         * tests/unistr/test-u8-next.c: New file.
3654
3655         Tests for module 'unistr/u32-strmbtouc'.
3656         * modules/unistr/u32-strmbtouc-tests: New file.
3657         * tests/unistr/test-u32-strmbtouc.c: New file.
3658
3659         Tests for module 'unistr/u16-strmbtouc'.
3660         * modules/unistr/u16-strmbtouc-tests: New file.
3661         * tests/unistr/test-u16-strmbtouc.c: New file.
3662
3663         Tests for module 'unistr/u8-strmbtouc'.
3664         * modules/unistr/u8-strmbtouc-tests: New file.
3665         * tests/unistr/test-u8-strmbtouc.c: New file.
3666
3667         Tests for module 'unistr/u32-strmblen'.
3668         * modules/unistr/u32-strmblen-tests: New file.
3669         * tests/unistr/test-u32-strmblen.c: New file.
3670
3671         Tests for module 'unistr/u16-strmblen'.
3672         * modules/unistr/u16-strmblen-tests: New file.
3673         * tests/unistr/test-u16-strmblen.c: New file.
3674
3675         Tests for module 'unistr/u8-strmblen'.
3676         * modules/unistr/u8-strmblen-tests: New file.
3677         * tests/unistr/test-u8-strmblen.c: New file.
3678
3679         Tests for module 'unistr/u32-cpy-alloc'.
3680         * modules/unistr/u32-cpy-alloc-tests: New file.
3681         * tests/unistr/test-u32-cpy-alloc.c: New file.
3682
3683         Tests for module 'unistr/u16-cpy-alloc'.
3684         * modules/unistr/u16-cpy-alloc-tests: New file.
3685         * tests/unistr/test-u16-cpy-alloc.c: New file.
3686
3687         Tests for module 'unistr/u8-cpy-alloc'.
3688         * modules/unistr/u8-cpy-alloc-tests: New file.
3689         * tests/unistr/test-u8-cpy-alloc.c: New file.
3690         * tests/unistr/test-cpy-alloc.h: New file.
3691
3692         Tests for module 'unistr/u32-mbsnlen'.
3693         * modules/unistr/u32-mbsnlen-tests: New file.
3694         * tests/unistr/test-u32-mbsnlen.c: New file.
3695
3696         Tests for module 'unistr/u16-mbsnlen'.
3697         * modules/unistr/u16-mbsnlen-tests: New file.
3698         * tests/unistr/test-u16-mbsnlen.c: New file.
3699
3700         Tests for module 'unistr/u8-mbsnlen'.
3701         * modules/unistr/u8-mbsnlen-tests: New file.
3702         * tests/unistr/test-u8-mbsnlen.c: New file.
3703
3704         Tests for module 'unistr/u32-chr'.
3705         * modules/unistr/u32-chr-tests: New file.
3706         * tests/unistr/test-u32-chr.c: New file.
3707
3708         Tests for module 'unistr/u16-chr'.
3709         * modules/unistr/u16-chr-tests: New file.
3710         * tests/unistr/test-u16-chr.c: New file.
3711
3712         Tests for module 'unistr/u8-chr'.
3713         * modules/unistr/u8-chr-tests: New file.
3714         * tests/unistr/test-u8-chr.c: New file.
3715         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
3716
3717         Tests for module 'unistr/u32-cmp2'.
3718         * modules/unistr/u32-cmp2-tests: New file.
3719         * tests/unistr/test-u32-cmp2.c: New file.
3720
3721         Tests for module 'unistr/u16-cmp2'.
3722         * modules/unistr/u16-cmp2-tests: New file.
3723         * tests/unistr/test-u16-cmp2.c: New file.
3724
3725         Tests for module 'unistr/u8-cmp2'.
3726         * modules/unistr/u8-cmp2-tests: New file.
3727         * tests/unistr/test-u8-cmp2.c: New file.
3728         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
3729
3730         Tests for module 'unistr/u32-cmp'.
3731         * modules/unistr/u32-cmp-tests: New file.
3732         * tests/unistr/test-u32-cmp.c: New file.
3733
3734         Tests for module 'unistr/u16-cmp'.
3735         * modules/unistr/u16-cmp-tests: New file.
3736         * tests/unistr/test-u16-cmp.c: New file.
3737
3738         Tests for module 'unistr/u8-cmp'.
3739         * modules/unistr/u8-cmp-tests: New file.
3740         * tests/unistr/test-u8-cmp.c: New file.
3741         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
3742
3743         Tests for module 'unistr/u32-set'.
3744         * modules/unistr/u32-set-tests: New file.
3745         * tests/unistr/test-u32-set.c: New file.
3746
3747         Tests for module 'unistr/u16-set'.
3748         * modules/unistr/u16-set-tests: New file.
3749         * tests/unistr/test-u16-set.c: New file.
3750
3751         Tests for module 'unistr/u8-set'.
3752         * modules/unistr/u8-set-tests: New file.
3753         * tests/unistr/test-u8-set.c: New file.
3754         * tests/unistr/test-set.h: New file.
3755
3756         Tests for module 'unistr/u32-move'.
3757         * modules/unistr/u32-move-tests: New file.
3758         * tests/unistr/test-u32-move.c: New file.
3759
3760         Tests for module 'unistr/u16-move'.
3761         * modules/unistr/u16-move-tests: New file.
3762         * tests/unistr/test-u16-move.c: New file.
3763
3764         Tests for module 'unistr/u8-move'.
3765         * modules/unistr/u8-move-tests: New file.
3766         * tests/unistr/test-u8-move.c: New file.
3767         * tests/unistr/test-move.h: New file.
3768
3769         Tests for module 'unistr/u32-cpy'.
3770         * modules/unistr/u32-cpy-tests: New file.
3771         * tests/unistr/test-u32-cpy.c: New file.
3772
3773         Tests for module 'unistr/u16-cpy'.
3774         * modules/unistr/u16-cpy-tests: New file.
3775         * tests/unistr/test-u16-cpy.c: New file.
3776
3777         Tests for module 'unistr/u8-cpy'.
3778         * modules/unistr/u8-cpy-tests: New file.
3779         * tests/unistr/test-u8-cpy.c: New file.
3780         * tests/unistr/test-cpy.h: New file.
3781
3782 2010-01-09  Bruno Haible  <bruno@clisp.org>
3783
3784         Tests for module 'unistr/u32-uctomb'.
3785         * modules/unistr/u32-uctomb-tests: New file.
3786         * tests/unistr/test-u32-uctomb.c: New file.
3787
3788         Tests for module 'unistr/u16-uctomb'.
3789         * modules/unistr/u16-uctomb-tests: New file.
3790         * tests/unistr/test-u16-uctomb.c: New file.
3791
3792         Tests for module 'unistr/u8-uctomb'.
3793         * modules/unistr/u8-uctomb-tests: New file.
3794         * tests/unistr/test-u8-uctomb.c: New file.
3795
3796         Tests for module 'unistr/u32-mbtoucr'.
3797         * modules/unistr/u32-mbtoucr-tests: New file.
3798         * tests/unistr/test-u32-mbtoucr.c: New file.
3799
3800         Tests for module 'unistr/u16-mbtoucr'.
3801         * modules/unistr/u16-mbtoucr-tests: New file.
3802         * tests/unistr/test-u16-mbtoucr.c: New file.
3803
3804         Tests for module 'unistr/u8-mbtoucr'.
3805         * modules/unistr/u8-mbtoucr-tests: New file.
3806         * tests/unistr/test-u8-mbtoucr.c: New file.
3807
3808         Tests for module 'unistr/u32-mbtouc'.
3809         * modules/unistr/u32-mbtouc-tests: New file.
3810         * tests/unistr/test-u32-mbtouc.c: New file.
3811
3812         Tests for module 'unistr/u16-mbtouc'.
3813         * modules/unistr/u16-mbtouc-tests: New file.
3814         * tests/unistr/test-u16-mbtouc.c: New file.
3815
3816         Tests for module 'unistr/u8-mbtouc'.
3817         * modules/unistr/u8-mbtouc-tests: New file.
3818         * tests/unistr/test-u8-mbtouc.c: New file.
3819
3820         Tests for module 'unistr/u32-mbtouc-unsafe'.
3821         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
3822         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
3823         * tests/unistr/test-u32-mbtouc.h: New file.
3824
3825         Tests for module 'unistr/u16-mbtouc-unsafe'.
3826         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
3827         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
3828         * tests/unistr/test-u16-mbtouc.h: New file.
3829
3830         Tests for module 'unistr/u8-mbtouc-unsafe'.
3831         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
3832         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
3833         * tests/unistr/test-u8-mbtouc.h: New file.
3834
3835         Tests for module 'unistr/u32-mblen'.
3836         * modules/unistr/u32-mblen-tests: New file.
3837         * tests/unistr/test-u32-mblen.c: New file.
3838
3839         Tests for module 'unistr/u16-mblen'.
3840         * modules/unistr/u16-mblen-tests: New file.
3841         * tests/unistr/test-u16-mblen.c: New file.
3842
3843         Tests for module 'unistr/u8-mblen'.
3844         * modules/unistr/u8-mblen-tests: New file.
3845         * tests/unistr/test-u8-mblen.c: New file.
3846
3847         Tests for module 'unistr/u32-to-u16'.
3848         * modules/unistr/u32-to-u16-tests: New file.
3849         * tests/unistr/test-u32-to-u16.c: New file.
3850
3851         Tests for module 'unistr/u32-to-u8'.
3852         * modules/unistr/u32-to-u8-tests: New file.
3853         * tests/unistr/test-u32-to-u8.c: New file.
3854
3855         Tests for module 'unistr/u16-to-u32'.
3856         * modules/unistr/u16-to-u32-tests: New file.
3857         * tests/unistr/test-u16-to-u32.c: New file.
3858
3859         Tests for module 'unistr/u16-to-u8'.
3860         * modules/unistr/u16-to-u8-tests: New file.
3861         * tests/unistr/test-u16-to-u8.c: New file.
3862
3863         Tests for module 'unistr/u8-to-u32'.
3864         * modules/unistr/u8-to-u32-tests: New file.
3865         * tests/unistr/test-u8-to-u32.c: New file.
3866
3867         Tests for module 'unistr/u8-to-u16'.
3868         * modules/unistr/u8-to-u16-tests: New file.
3869         * tests/unistr/test-u8-to-u16.c: New file.
3870
3871         Tests for module 'unistr/u32-check'.
3872         * modules/unistr/u32-check-tests: New file.
3873         * tests/unistr/test-u32-check.c: New file.
3874
3875         Tests for module 'unistr/u16-check'.
3876         * modules/unistr/u16-check-tests: New file.
3877         * tests/unistr/test-u16-check.c: New file.
3878
3879         Tests for module 'unistr/u8-check'.
3880         * modules/unistr/u8-check-tests: New file.
3881         * tests/unistr/test-u8-check.c: New file.
3882
3883         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
3884         (category_equals): New function.
3885         (main): Add more tests.
3886         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
3887
3888         * tests/unictype/test-bidi_byname.c (main): Add more tests.
3889
3890 2010-01-10  Bruno Haible  <bruno@clisp.org>
3891
3892         unistr/u*-strcoll: Try harder to distinguish different strings.
3893         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
3894         compare s1 and s2 to see if they are different.
3895
3896 2010-01-10  Bruno Haible  <bruno@clisp.org>
3897
3898         unistr/u*-stpncpy: Fix the return value.
3899         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
3900         description of the return value consistent with stpncpy in glibc.
3901         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
3902         written non-NUL unit.
3903
3904 2010-01-10  Bruno Haible  <bruno@clisp.org>
3905
3906         unistr/u*-next: Add missing dependencies.
3907         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
3908         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
3909         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
3910
3911 2010-01-10  Bruno Haible  <bruno@clisp.org>
3912
3913         unistr/u8-mbsnlen: Fix return value for incomplete character.
3914         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
3915         u8_mblen.
3916         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
3917         Remove unistr/u8-mblen.
3918         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
3919         u16_mblen.
3920         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
3921         Remove unistr/u16-mblen.
3922
3923 2010-01-10  Bruno Haible  <bruno@clisp.org>
3924
3925         wchar: Fix compilation error when <wchar.h> is used from coreutils.
3926         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
3927         Reported by Brian Gough <bjg@gnu.org> and
3928         Chris Clayton <chris2553@googlemail.com> via
3929         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
3930
3931 2010-01-09  Bruno Haible  <bruno@clisp.org>
3932
3933         unistr/u16-to-u32: Reject invalid input.
3934         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
3935         u16_mbtouc.
3936         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
3937         Remove unistr/u16-mbtouc.
3938
3939         unistr/u16-to-u8: Reject invalid input.
3940         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
3941         u16_mbtouc.
3942         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
3943         Remove unistr/u16-mbtouc.
3944
3945         unistr/u8-to-u32: Reject invalid input.
3946         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
3947         u8_mbtouc.
3948         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
3949         Remove unistr/u8-mbtouc.
3950
3951         unistr/u8-to-u16: Reject invalid input.
3952         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
3953         u8_mbtouc.
3954         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
3955         Remove unistr/u8-mbtouc.
3956
3957 2010-01-09  Bruno Haible  <bruno@clisp.org>
3958
3959         Tests for module 'getlogin'.
3960         * modules/getlogin-tests: New file.
3961         * tests/test-getlogin.c: New file.
3962
3963         New module 'getlogin'.
3964         * lib/unistd.in.h (getlogin): New declaration.
3965         * lib/getlogin.c: New file.
3966         * m4/getlogin.m4: New file.
3967         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
3968         HAVE_GETLOGIN.
3969         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
3970         HAVE_GETLOGIN.
3971         * modules/getlogin: New file.
3972         * doc/posix-functions/getlogin.texi: Mention the new module.
3973         Reported by John W. Eaton <jwe@gnu.org>.
3974
3975 2010-01-09  Bruno Haible  <bruno@clisp.org>
3976
3977         getlogin_r: Support for native Windows.
3978         * lib/getlogin_r.c: Include <windows.h>
3979         (getlogin_r): Implement for native Windows.
3980         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
3981         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
3982         via John W. Eaton <jwe@gnu.org>.
3983
3984 2010-01-09  Bruno Haible  <bruno@clisp.org>
3985
3986         getlogin_r: Small fixes.
3987         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
3988         succeeds.
3989         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
3990         before testing whether getlogin_r is declared. No need to set
3991         HAVE_DECL_GETLOGIN_R to 1.
3992         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
3993
3994 2010-01-09  Bruno Haible  <bruno@clisp.org>
3995
3996         * lib/unistd.in.h (getlogin_r): Add comment.
3997
3998 2010-01-09  Bruno Haible  <bruno@clisp.org>
3999
4000         Tests for module 'getlogin_r'.
4001         * modules/getlogin_r-tests: New file.
4002         * tests/test-getlogin_r.c: New file.
4003
4004 2010-01-09  Jim Meyering  <meyering@redhat.com>
4005
4006         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
4007         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
4008         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
4009
4010 2010-01-08  Simon Josefsson  <simon@josefsson.org>
4011
4012         * lib/dup2.c (rpl_dup2): Improve comment.
4013
4014 2010-01-08  Eric Blake  <ebb9@byu.net>
4015
4016         maint.mk: allow packages to add makefile @@ exceptions
4017         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
4018         (sc_makefile_check): Rename...
4019         (sc_makefile_at_at_check): ...to this, and use hook.
4020
4021         dup2: work around mingw bug
4022         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
4023         Reported by Simon Josefsson.
4024
4025 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
4026
4027         glob: Fix C++ compilation.
4028         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
4029         C++.
4030
4031 2010-01-07  Bruno Haible  <bruno@clisp.org>
4032
4033         Fix indentation of wctype.in.h, broken since 2007-01-06.
4034         * lib/wctype.in.h: Fix indentation of preprocessor directives.
4035
4036 2010-01-07  Bruno Haible  <bruno@clisp.org>
4037
4038         mbslen: Avoid collision with system function.
4039         * lib/string.in.h [MirBSD]: Include <wchar.h>.
4040         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
4041         * m4/mbslen.m4: New file.
4042         * modules/mbslen (Files): Add it.
4043         (configure.ac): Invoke gl_MBSLEN.
4044         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
4045         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
4046         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
4047         via Ian Beckwith <ianb@erislabs.net>.
4048
4049 2010-01-07  Bruno Haible  <bruno@clisp.org>
4050
4051         dirent: Document the last fix.
4052         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
4053
4054 2010-01-07  Bruno Haible  <bruno@clisp.org>
4055
4056         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
4057         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
4058         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
4059         va_list are defined.
4060         * doc/posix-headers/stdio.texi: Document the bug of missing types.
4061         Reported by Eric Blake.
4062
4063 2010-01-07  Bruno Haible  <bruno@clisp.org>
4064
4065         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
4066         * modules/xlist (Depends-on): Add 'list',
4067         * modules/xoset (Depends-on): Add 'oset'.
4068         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4069
4070 2010-01-07  Bruno Haible  <bruno@clisp.org>
4071
4072         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
4073         * doc/posix-functions/strncasecmp.texi: Likewise.
4074
4075 2010-01-07  Bruno Haible  <bruno@clisp.org>
4076
4077         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
4078
4079 2010-01-07  John W. Eaton  <jwe@octave.org>
4080
4081         wctype: allow C++ use
4082         * lib/wctype.in.h: Add extern "C" block for C++.
4083
4084 2010-01-06  Eric Blake  <ebb9@byu.net>
4085
4086         maint.mk: detect incorrect GFDL usage
4087         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
4088
4089 2010-01-06  Jim Meyering  <meyering@redhat.com>
4090         and Eric Blake  <ebb9@byu.net>
4091
4092         maint.mk: ignore multi-line copyright in NEWS
4093         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
4094
4095 2010-01-06  Eric Blake  <ebb9@byu.net>
4096
4097         select: add missing dependency
4098         * modules/select-tests (Depends-on): Move sockets dependency...
4099         * modules/select (Depends-on): ...here.
4100         Reported by Ian Beckwith.
4101
4102         doc: regenerate INSTALL
4103         * doc/INSTALL: Reflect recent autoconf update.
4104         * doc/INSTALL.ISO: Likewise.
4105         * doc/INSTALL.UTF-8: Likewise.
4106
4107         pread: fix compilation on glibc
4108         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
4109         Reported by Ralf Wildenhues.
4110
4111         dirent: fix test failure
4112         * lib/dirent.in.h (includes): Guarantee ino_t.
4113         Reported by Ralf Wildenhues.
4114
4115 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
4116
4117         linkat, renameat: avoid bad free
4118         * lib/at-func2.c (at_func2): Fix typo.
4119         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
4120
4121 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4122
4123         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
4124         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
4125         to avoid failure of symlink test later.
4126
4127 2010-01-06  Eric Blake  <ebb9@byu.net>
4128
4129         stdio, unistd: guarantee ssize_t
4130         * lib/unistd.in.h (includes): Ensure that types required by POSIX
4131         2008 are exposed when needed.
4132         * lib/stdio.in.h (includes): Likewise.
4133         Reported by Ralf Wildenhues.
4134
4135 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
4136
4137         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
4138         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
4139         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
4140
4141 2010-01-06  Jim Meyering  <meyering@redhat.com>
4142
4143         readtokens: this module *does* require xalloc.h
4144         It uses only functions that were omitted by the old syntax-check rule.
4145         * lib/readtokens.c: Include "xalloc.h" once again.
4146         * modules/readtokens (Depends-on): Add xalloc.
4147         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
4148
4149 2010-01-05  Eric Blake  <ebb9@byu.net>
4150
4151         maint: support 'make announcement' from a VPATH build
4152         * top/maint.mk (announcement): Look for correct NEWS file.
4153
4154 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
4155
4156         utimens (fdutimens): ignore a negative FD, per contract
4157         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
4158         when we have a valid file descriptor.  Otherwise, using a brand
4159         new glibc (with just-patched futimens that now fails with EBADF)
4160         would cause this function to fail with ENOSYS.
4161         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
4162         See also http://bugzilla.redhat.com/552320.
4163
4164 2010-01-05  Eric Blake  <ebb9@byu.net>
4165
4166         strcase: document what it provides
4167         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
4168         gnulib module.
4169         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
4170         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
4171
4172 2010-01-05  Jim Meyering  <meyering@redhat.com>
4173
4174         maint: remove useless inclusions of "xalloc.h"
4175         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
4176         * lib/readtokens.c: Likewise.
4177         * lib/same.c: Likewise.
4178         * modules/getloadavg (Depends-on): Remove xalloc.
4179         * modules/readtokens: Likewise.
4180         * modules/same: Likewise.
4181
4182         maint.mk: include 4 more function names in alloca.h-checking regexp
4183         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
4184         regexp.  Before, we would give a false-positive (saying alloca.h
4185         is included unnecessarily) when the only uses involved omitted symbols.
4186
4187         xalloc.h: use consistent formatting
4188         * lib/xalloc.h: Move declarations to start in the first column.
4189
4190 2010-01-05  Eric Blake  <ebb9@byu.net>
4191
4192         mkdir: avoid xalloc
4193         * lib/mkdir.c (includes): Drop unused header.
4194         Reported by John W. Eaton.
4195
4196 2010-01-04  Jim Meyering  <meyering@redhat.com>
4197
4198         nl_langinfo: avoid configure-time syntax error
4199         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
4200         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
4201         the empty string.  Don't let that provoke a shell syntax error.
4202
4203         regcomp, regexec, fnmatch: avoid array bounds read error
4204         * lib/regcomp.c (build_equiv_class): From glibc:
4205         Use only the low 24 bits of a findidx return value as an index
4206         into the weights array.  Patch by Ulrich Drepper:
4207         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
4208         * lib/regexec.c (check_node_accept_bytes): Likewise.
4209         * lib/fnmatch_loop.c (FCT): Likewise.
4210
4211         regcomp: skip collseq lookup when there are no rules
4212         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
4213         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
4214
4215         regcomp: recognize ill-formed { } expressions
4216         * lib/regcomp.c (parse_dup_op): From glibc:
4217         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
4218
4219         regcomp: fix typo in comment
4220         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
4221         s/satisfy/satisfies/.
4222
4223         regcomp: sync from glibc: remove dead store
4224         * lib/regcomp.c (duplicate_node_closure): Remove useless
4225         search_duplicated_node call and dead store.
4226
4227         regcomp: sync from glibc; always use nl_langinfo
4228         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
4229         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
4230         * modules/regex (Depends-on): Add nl_langinfo.
4231
4232 2010-01-04  Eric Blake  <ebb9@byu.net>
4233
4234         fdopendir: fix configure test
4235         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
4236
4237 2010-01-01  Bruno Haible  <bruno@clisp.org>
4238
4239         wchar: Remove unused configure check.
4240         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
4241
4242 2010-01-01  Eric Blake  <ebb9@byu.net>
4243
4244         headers: make check of system header explicit
4245         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
4246         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
4247         ourselves.
4248         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4249         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4250         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
4251         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
4252         internals.
4253         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
4254         missing.
4255         Suggested by Bruno Haible.
4256
4257 2010-01-01  Jim Meyering  <meyering@redhat.com>
4258
4259         ChangeLog: tweak to eliminate unnecessary copyright line
4260         * ChangeLog: Remove a copyright line that was mistakenly updated
4261         by today's update-copyright run.  Reported by Eric Blake.
4262
4263         test-update-copyright: don't let envvar setting cause test failure
4264         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4265
4266 2010-01-01  Bruno Haible  <bruno@clisp.org>
4267
4268         localename: Avoid gcc warning.
4269         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
4270         function if it is not used.
4271
4272 2010-01-01  Jim Meyering  <meyering@redhat.com>
4273
4274         update nearly all FSF copyright year lists to include 2010
4275         Use the same procedure as for 2009, outlined in
4276         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
4277
4278         version-etc: set COPYRIGHT_YEAR to 2010
4279         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
4280
4281 2009-12-31  Eric Blake  <ebb9@byu.net>
4282
4283         doc: correct availability of cygwin 1.5.x getopt
4284         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
4285         variables.
4286         * doc/posix-functions/opterr.texi (opterr): Likewise.
4287         * doc/posix-functions/optind.texi (optind): Likewise.
4288         * doc/posix-functions/optopt.texi (optopt): Likewise.
4289         * doc/posix-functions/tzname.texi (tzname): Likewise.
4290
4291         openat: update maintainer
4292         * modules/openat (Maintainer): Add myself.
4293
4294         utimens: avoid shadowing warning
4295         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
4296         buffers into one, to avoid shadowing, as well as avoiding a
4297         redundant stat.
4298         Reported by Jim Meyering.
4299
4300         test-dup2: avoid compiler warning
4301         * tests/test-dup2.c (is_inheritable): Only define if used.
4302
4303 2010-01-01  Bruno Haible  <bruno@clisp.org>
4304
4305         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
4306         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
4307         defined, use wctomb instead of wcrtomb.
4308
4309 2010-01-01  Bruno Haible  <bruno@clisp.org>
4310
4311         iconv: Reject native Solaris iconv.
4312         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
4313         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
4314
4315 2009-12-31  Bruno Haible  <bruno@clisp.org>
4316
4317         * tests/test-signal.c (main): Remove test of 'SIG'.
4318
4319 2009-12-31  Bruno Haible  <bruno@clisp.org>
4320
4321         spawn: Fix incomplete fix.
4322         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4323         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4324         warnings for GNULIB_POSIXCHECK again.
4325         Reported by Eric Blake.
4326
4327 2009-12-31  Bruno Haible  <bruno@clisp.org>
4328
4329         Avoid namespace pollution on glibc systems.
4330         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
4331         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
4332         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
4333         glibc systems.
4334
4335 2009-12-31  Bruno Haible  <bruno@clisp.org>
4336
4337         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
4338         (gl_REPLACE_WCHAR_H): Turn into a no-op.
4339         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
4340         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
4341         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
4342         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
4343         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
4344
4345 2009-12-31  Bruno Haible  <bruno@clisp.org>
4346
4347         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
4348         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
4349         afterwards.
4350
4351 2009-12-31  Bruno Haible  <bruno@clisp.org>
4352
4353         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
4354         SYS_UTSNAME_H.
4355
4356 2009-12-31  Bruno Haible  <bruno@clisp.org>
4357
4358         spawn: Fix misapplied patch.
4359         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
4360         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
4361         warnings for GNULIB_POSIXCHECK.
4362
4363 2009-12-31  Bruno Haible  <bruno@clisp.org>
4364
4365         times: Update after sys_times changed.
4366         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
4367         * modules/times (Files): Add it.
4368         (configure.ac): Invoke gl_FUNC_TIMES.
4369
4370 2009-12-31  Bruno Haible  <bruno@clisp.org>
4371
4372         Use AC_C_INLINE where necessary.
4373         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
4374         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
4375         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
4376         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
4377         * m4/mbfile.m4 (gl_MBFILE): Likewise.
4378         * m4/mbiter.m4 (gl_MBITER): Likewise.
4379         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
4380         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
4381         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
4382         * modules/u64 (configure.ac): Likewise.
4383
4384 2009-12-31  Bruno Haible  <bruno@clisp.org>
4385
4386         Use AC_C_INLINE instead of module 'inline' where possible.
4387         * modules/inline (Description): Clarify purpose.
4388         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
4389         * modules/count-one-bits (Depends-on): Remove inline.
4390         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
4391         * modules/openat (Depends-on): Remove inline.
4392         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
4393         instead of depending on module 'inline'.
4394         * modules/filevercmp (Depends-on, configure.ac): Likewise.
4395         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
4396         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
4397         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
4398         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
4399         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
4400         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
4401         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
4402         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
4403         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
4404         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
4405         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
4406         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
4407         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
4408         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
4409         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
4410         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
4411         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
4412         Likewise.
4413         * modules/unictype/property-ascii-hex-digit (Depends-on,
4414         configure.ac): Likewise.
4415         * modules/unictype/property-bidi-arabic-digit (Depends-on,
4416         configure.ac): Likewise.
4417         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
4418         configure.ac): Likewise.
4419         * modules/unictype/property-bidi-block-separator (Depends-on,
4420         configure.ac): Likewise.
4421         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
4422         configure.ac): Likewise.
4423         * modules/unictype/property-bidi-common-separator (Depends-on,
4424         configure.ac): Likewise.
4425         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
4426         Likewise.
4427         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
4428         configure.ac): Likewise.
4429         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
4430         configure.ac): Likewise.
4431         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
4432         configure.ac): Likewise.
4433         * modules/unictype/property-bidi-european-digit (Depends-on,
4434         configure.ac): Likewise.
4435         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
4436         configure.ac): Likewise.
4437         * modules/unictype/property-bidi-left-to-right (Depends-on,
4438         configure.ac): Likewise.
4439         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
4440         configure.ac): Likewise.
4441         * modules/unictype/property-bidi-other-neutral (Depends-on,
4442         configure.ac): Likewise.
4443         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
4444         Likewise.
4445         * modules/unictype/property-bidi-segment-separator (Depends-on,
4446         configure.ac): Likewise.
4447         * modules/unictype/property-bidi-whitespace (Depends-on,
4448         configure.ac): Likewise.
4449         * modules/unictype/property-combining (Depends-on, configure.ac):
4450         Likewise.
4451         * modules/unictype/property-composite (Depends-on, configure.ac):
4452         Likewise.
4453         * modules/unictype/property-currency-symbol (Depends-on,
4454         configure.ac): Likewise.
4455         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
4456         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
4457         Likewise.
4458         * modules/unictype/property-default-ignorable-code-point (Depends-on,
4459         configure.ac): Likewise.
4460         * modules/unictype/property-deprecated (Depends-on, configure.ac):
4461         Likewise.
4462         * modules/unictype/property-diacritic (Depends-on, configure.ac):
4463         Likewise.
4464         * modules/unictype/property-extender (Depends-on, configure.ac):
4465         Likewise.
4466         * modules/unictype/property-format-control (Depends-on, configure.ac):
4467         Likewise.
4468         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
4469         Likewise.
4470         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
4471         Likewise.
4472         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
4473         Likewise.
4474         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
4475         Likewise.
4476         * modules/unictype/property-hyphen (Depends-on, configure.ac):
4477         Likewise.
4478         * modules/unictype/property-id-continue (Depends-on, configure.ac):
4479         Likewise.
4480         * modules/unictype/property-id-start (Depends-on, configure.ac):
4481         Likewise.
4482         * modules/unictype/property-ideographic (Depends-on, configure.ac):
4483         Likewise.
4484         * modules/unictype/property-ids-binary-operator (Depends-on,
4485         configure.ac): Likewise.
4486         * modules/unictype/property-ids-trinary-operator (Depends-on,
4487         configure.ac): Likewise.
4488         * modules/unictype/property-ignorable-control (Depends-on,
4489         configure.ac): Likewise.
4490         * modules/unictype/property-iso-control (Depends-on, configure.ac):
4491         Likewise.
4492         * modules/unictype/property-join-control (Depends-on, configure.ac):
4493         Likewise.
4494         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
4495         Likewise.
4496         * modules/unictype/property-line-separator (Depends-on, configure.ac):
4497         Likewise.
4498         * modules/unictype/property-logical-order-exception (Depends-on,
4499         configure.ac): Likewise.
4500         * modules/unictype/property-lowercase (Depends-on, configure.ac):
4501         Likewise.
4502         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
4503         * modules/unictype/property-non-break (Depends-on, configure.ac):
4504         Likewise.
4505         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
4506         Likewise.
4507         * modules/unictype/property-numeric (Depends-on, configure.ac):
4508         Likewise.
4509         * modules/unictype/property-other-alphabetic (Depends-on,
4510         configure.ac): Likewise.
4511         * modules/unictype/property-other-default-ignorable-code-point
4512         (Depends-on, configure.ac): Likewise.
4513         * modules/unictype/property-other-grapheme-extend (Depends-on,
4514         configure.ac): Likewise.
4515         * modules/unictype/property-other-id-continue (Depends-on,
4516         configure.ac): Likewise.
4517         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
4518         Likewise.
4519         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
4520         Likewise.
4521         * modules/unictype/property-other-math (Depends-on, configure.ac):
4522         Likewise.
4523         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
4524         Likewise.
4525         * modules/unictype/property-paired-punctuation (Depends-on,
4526         configure.ac): Likewise.
4527         * modules/unictype/property-paragraph-separator (Depends-on,
4528         configure.ac): Likewise.
4529         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
4530         Likewise.
4531         * modules/unictype/property-pattern-white-space (Depends-on,
4532         configure.ac): Likewise.
4533         * modules/unictype/property-private-use (Depends-on, configure.ac):
4534         Likewise.
4535         * modules/unictype/property-punctuation (Depends-on, configure.ac):
4536         Likewise.
4537         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
4538         Likewise.
4539         * modules/unictype/property-radical (Depends-on, configure.ac):
4540         Likewise.
4541         * modules/unictype/property-sentence-terminal (Depends-on,
4542         configure.ac): Likewise.
4543         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
4544         Likewise.
4545         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
4546         * modules/unictype/property-terminal-punctuation (Depends-on,
4547         configure.ac): Likewise.
4548         * modules/unictype/property-titlecase (Depends-on, configure.ac):
4549         Likewise.
4550         * modules/unictype/property-unassigned-code-value (Depends-on,
4551         configure.ac): Likewise.
4552         * modules/unictype/property-unified-ideograph (Depends-on,
4553         configure.ac): Likewise.
4554         * modules/unictype/property-uppercase (Depends-on, configure.ac):
4555         Likewise.
4556         * modules/unictype/property-variation-selector (Depends-on,
4557         configure.ac): Likewise.
4558         * modules/unictype/property-white-space (Depends-on, configure.ac):
4559         Likewise.
4560         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
4561         Likewise.
4562         * modules/unictype/property-xid-start (Depends-on, configure.ac):
4563         Likewise.
4564         * modules/unictype/property-zero-width (Depends-on, configure.ac):
4565         Likewise.
4566         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
4567         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
4568         Likewise.
4569
4570 2009-12-31  Bruno Haible  <bruno@clisp.org>
4571
4572         Remove unnecessary AC_C_INLINE invocation.
4573         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
4574         since 2009-08-21.
4575
4576 2009-12-31  Jim Meyering  <meyering@redhat.com>
4577
4578         maint.mk: don't require explicit gpg_key_ID in cfg.mk
4579         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
4580         With this change, we can all remove the gpg_key_ID = ... definition
4581         from our respective cfg.mk files.
4582
4583         maint.mk: create announcement template in ~/, not in /tmp
4584         * top/maint.mk (emit_upload_commands): Adjust.
4585         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
4586         Remove temporary file, .ci-msg.
4587
4588 2009-12-31  Eric Blake  <ebb9@byu.net>
4589
4590         link-warning: always build headers with link warnings
4591         * modules/arpa_inet (Makefile.am): Always build replacement
4592         header.
4593         * modules/ctype (Makefile.am): Likewise.
4594         * modules/dirent (Makefile.am): Likewise.
4595         * modules/inttypes (Makefile.am): Likewise.
4596         * modules/langinfo (Makefile.am): Likewise.
4597         * modules/locale (Makefile.am): Likewise.
4598         * modules/spawn (Makefile.am): Likewise.
4599         * modules/sys_file (Makefile.am): Likewise.
4600         * modules/sys_ioctl (Makefile.am): Likewise.
4601         * modules/sys_select (Makefile.am): Likewise.
4602         * modules/sys_socket (Makefile.am): Likewise.
4603         * modules/sys_times (Makefile.am): Likewise.
4604         * modules/sys_utsname (Makefile.am): Likewise.
4605         * modules/sys_wait (Makefile.am): Likewise.
4606         * modules/wchar (Makefile.am): Likewise.
4607         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
4608         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
4609         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
4610         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
4611         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
4612         Likewise.
4613         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4614         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4615         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
4616         Likewise.
4617         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
4618         Likewise.
4619         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
4620         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
4621         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
4622         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4623         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4624         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4625         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4626         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
4627         (gl_WCHAR_H_DEFAULTS): Likewise.
4628
4629 2009-12-31  Eric Blake  <ebb9@byu.net>
4630
4631         signal, spawn: use link warnings
4632         * lib/signal.in.h (sigset_t): Make unconditional.
4633         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
4634         (sigpending, sigprocmask, sigaction): Add link warnings.
4635         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
4636         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
4637         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
4638         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
4639         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
4640         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
4641         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
4642         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
4643         (posix_spawn_file_actions_destroy)
4644         (posix_spawn_file_actions_addopen)
4645         (posix_spawn_file_actions_addclose)
4646         (posix_spawn_file_actions_adddup2): Likewise.
4647         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
4648         * tests/test-signal.c (main): Enhance test.
4649
4650         spawn: improve wrapper support
4651         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
4652         (gl_SPAWN_H_DEFAULTS): New defaults.
4653         * modules/spawn (Makefile.am): Substitute them.
4654         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
4655         Only declare if missing or broken.
4656
4657         sys_times, sys_utsname: use include_next
4658         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
4659         header.
4660         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
4661         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
4662         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
4663         * modules/sys_times (Depends-on): Add include_next.
4664         (Makefile.am): Substitute additional values.
4665         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4666         * lib/sys_times.in.h (includes): Include native header, if
4667         available.
4668         * lib/sys_utsname.in.h (includes): Likewise.
4669         * tests/test-sys_times.c (main): Enhance test.
4670
4671         fdutimensat: revert prior patch
4672         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
4673         utimens.h.
4674         Reported by Bruno Haible.
4675
4676 2009-12-30  Eric Blake  <ebb9@byu.net>
4677
4678         sys_wait: drop link-warning dependency
4679         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
4680         link-warning efforts.
4681         * lib/sys_wait.in.h: Likewise.
4682
4683         fdutimensat: remove bogus dependency
4684         * modules/fdutimensat (Depends-on): Drop inline.
4685
4686         unistd: fix typo
4687         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
4688
4689 2009-12-30  Bruno Haible  <bruno@clisp.org>
4690
4691         Fix compilation error with Solaris cc.
4692         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
4693         * lib/unicase/u16-is-invariant.c: Likewise.
4694         * lib/unicase/u32-is-invariant.c: Likewise.
4695         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
4696
4697 2009-12-30  Bruno Haible  <bruno@clisp.org>
4698
4699         Fix test crash.
4700         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
4701         locales.
4702         Reported by Simon Josefsson <simon@josefsson.org>.
4703
4704 2009-12-30  Bruno Haible  <bruno@clisp.org>
4705
4706         Fix compilation error on most platforms.
4707         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
4708         Reported by Simon Josefsson <simon@josefsson.org>
4709         and Nelson H. F. Beebe <beebe@math.utah.edu>.
4710
4711 2009-12-30  Eric Blake  <ebb9@byu.net>
4712
4713         futimens, utimensat: work around ntfs-3g bug
4714         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
4715         a ctime bug is present, and expand workaround to cover ntfs-3g.
4716         * lib/utimens.c (fdutimens, lutimens): Likewise.
4717         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
4718         (validate_timespec): Adjust return value.
4719         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
4720         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
4721         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
4722
4723 2009-12-29  Eric Blake  <ebb9@byu.net>
4724
4725         link-warning: make usage consistent
4726         * modules/ctype (Depends-on): Add link-warning.
4727         (Makefile.am): Update rules accordingly.
4728         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4729         * modules/locale (Depends-on, Makefile.am): Likewise.
4730         * modules/sys_file (Makefile.am): Likewise.
4731         * modules/getopt-posix (Makefile.am): Delete unused link warning
4732         efforts.
4733         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
4734         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
4735         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
4736         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
4737
4738         stdio: remove unused variables
4739         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
4740         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
4741         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
4742
4743         tests: test more substitute headers
4744         * modules/ctype-tests: New file.
4745         * modules/dirent-tests: Likewise.
4746         * modules/spawn-tests: Likewise.
4747         * modules/sys_file-tests: Likewise.
4748         * modules/sys_ioctl-tests: Likewise.
4749         * modules/sys_wait-tests: Likewise.
4750         * tests/test-ctype.c: Likewise.
4751         * tests/test-dirent.c: Likewise.
4752         * tests/test-spawn.c: Likewise.
4753         * tests/test-sys_file.c: Likewise.
4754         * tests/test-sys_ioctl.c: Likewise.
4755         * tests/test-sys_wait.c: Likewise.
4756         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
4757         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
4758         whether or not flock is in use.
4759
4760         tests: remove License section from module
4761         * modules/arpa_inet-tests: Remove unneeded section.
4762         * modules/byteswap-tests: Likewise.
4763         * modules/ceilf-tests: Likewise.
4764         * modules/ceill-tests: Likewise.
4765         * modules/crypto/des-tests: Likewise.
4766         * modules/crypto/gc-arcfour-tests: Likewise.
4767         * modules/crypto/gc-arctwo-tests: Likewise.
4768         * modules/crypto/gc-des-tests: Likewise.
4769         * modules/crypto/gc-hmac-md5-tests: Likewise.
4770         * modules/crypto/gc-hmac-sha1-tests: Likewise.
4771         * modules/crypto/gc-md2-tests: Likewise.
4772         * modules/crypto/gc-md4-tests: Likewise.
4773         * modules/crypto/gc-md5-tests: Likewise.
4774         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
4775         * modules/crypto/gc-rijndael-tests: Likewise.
4776         * modules/crypto/gc-sha1-tests: Likewise.
4777         * modules/crypto/gc-tests: Likewise.
4778         * modules/crypto/md2-tests: Likewise.
4779         * modules/crypto/md4-tests: Likewise.
4780         * modules/fcntl-h-tests: Likewise.
4781         * modules/floorf-tests: Likewise.
4782         * modules/floorl-tests: Likewise.
4783         * modules/frexp-nolibm-tests: Likewise.
4784         * modules/frexp-tests: Likewise.
4785         * modules/frexpl-nolibm-tests: Likewise.
4786         * modules/frexpl-tests: Likewise.
4787         * modules/getaddrinfo-tests: Likewise.
4788         * modules/inttypes-tests: Likewise.
4789         * modules/isfinite-tests: Likewise.
4790         * modules/isinf-tests: Likewise.
4791         * modules/ldexpl-tests: Likewise.
4792         * modules/locale-tests: Likewise.
4793         * modules/math-tests: Likewise.
4794         * modules/netdb-tests: Likewise.
4795         * modules/netinet_in-tests: Likewise.
4796         * modules/printf-frexp-tests: Likewise.
4797         * modules/printf-frexpl-tests: Likewise.
4798         * modules/priv-set-tests: Likewise.
4799         * modules/random_r-tests: Likewise.
4800         * modules/round-tests: Likewise.
4801         * modules/roundf-tests: Likewise.
4802         * modules/roundl-tests: Likewise.
4803         * modules/search-tests: Likewise.
4804         * modules/select-tests: Likewise.
4805         * modules/signal-tests: Likewise.
4806         * modules/stdbool-tests: Likewise.
4807         * modules/stddef-tests: Likewise.
4808         * modules/stdint-tests: Likewise.
4809         * modules/stdio-tests: Likewise.
4810         * modules/stdlib-tests: Likewise.
4811         * modules/string-tests: Likewise.
4812         * modules/strings-tests: Likewise.
4813         * modules/sys_select-tests: Likewise.
4814         * modules/sys_socket-tests: Likewise.
4815         * modules/sys_stat-tests: Likewise.
4816         * modules/sys_time-tests: Likewise.
4817         * modules/sys_utsname-tests: Likewise.
4818         * modules/sysexits-tests: Likewise.
4819         * modules/time-tests: Likewise.
4820         * modules/trunc-tests: Likewise.
4821         * modules/truncf-tests: Likewise.
4822         * modules/truncl-tests: Likewise.
4823         * modules/tsearch-tests: Likewise.
4824         * modules/unistd-tests: Likewise.
4825         * modules/wchar-tests: Likewise.
4826         * modules/wctype-tests: Likewise.
4827
4828         tests: fix license on several tests
4829         * tests/test-des.c: Update to GPLv3+.
4830         * tests/test-flock.c: Likewise.
4831         * tests/test-fsync.c: Likewise.
4832         * tests/test-futimens.h: Likewise.
4833         * tests/test-gc-arcfour.c: Likewise.
4834         * tests/test-gc-arctwo.c: Likewise.
4835         * tests/test-gc-des.c: Likewise.
4836         * tests/test-gc-hmac-md5.c: Likewise.
4837         * tests/test-gc-hmac-sha1.c: Likewise.
4838         * tests/test-gc-md2.c: Likewise.
4839         * tests/test-gc-md4.c: Likewise.
4840         * tests/test-gc-md5.c: Likewise.
4841         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4842         * tests/test-gc-rijndael.c: Likewise.
4843         * tests/test-gc-sha1.c: Likewise.
4844         * tests/test-gc.c: Likewise.
4845         * tests/test-getcwd.c: Likewise.
4846         * tests/test-link.c: Likewise.
4847         * tests/test-link.h: Likewise.
4848         * tests/test-lutimens.h: Likewise.
4849         * tests/test-md2.c: Likewise.
4850         * tests/test-md4.c: Likewise.
4851         * tests/test-mkdir.h: Likewise.
4852         * tests/test-rename.c: Likewise.
4853         * tests/test-rename.h: Likewise.
4854         * tests/test-safe-alloc.c: Likewise.
4855         * tests/test-utimens-common.h: Likewise.
4856         * tests/test-utimens.h: Likewise.
4857
4858         maint: sync license texts
4859         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
4860         * doc/gpl-3.0.texi: Revert copyright year update.
4861         * doc/lgpl-3.0.texi: Likewise.
4862
4863 2009-12-29  Jim Meyering  <meyering@redhat.com>
4864
4865         update nearly all FSF copyright year lists to include 2009
4866         The files named by the following are exempted:
4867             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
4868               test -f "$dst" && { echo "$dst"; continue; }
4869               test -d "$dst" || continue
4870               echo "$dst"/$(basename "$src")
4871             done > exempt
4872             git ls-files tests/unictype >> exempt
4873         In the remaining files, convert to all-interval notation if
4874         - there is already at least one year interval like 2000-2003
4875         - the file is maintained by me
4876         - the file is in lib/uni*/, where that style already prevails
4877         Otherwise, use update-copyright's default.
4878
4879 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4880         and Eric Blake  <ebb9@byu.net>
4881
4882         tests: don't require debug system() to pass
4883         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
4884         * tests/test-rmdir.h (test_rmdir_func): Likewise.
4885         * tests/test-unlink.h (test_unlink_func): Likewise.
4886         * tests/test-fstatat.c (main): ...into callers.
4887         * tests/test-lstat.c (main): Likewise.
4888         * tests/test-rmdir.c (main): Likewise.
4889         * tests/test-unlink.c (main): Likewise.
4890         * tests/test-unlinkat.c (main): Likewise.
4891         * tests/test-areadlink-with-size.c (main): Don't require a
4892         debug-only system call to pass, aiding cross-testing to mingw.
4893         * tests/test-areadlink.c (main): Likewise.
4894         * tests/test-areadlinkat-with-size.c (main): Likewise.
4895         * tests/test-areadlinkat.c (main): Likewise.
4896         * tests/test-canonicalize-lgpl.c (main): Likewise.
4897         * tests/test-canonicalize.c (main): Likewise.
4898         * tests/test-chown.c (main): Likewise.
4899         * tests/test-fchownat.c (main): Likewise.
4900         * tests/test-lchown.c (main): Likewise.
4901         * tests/test-fdutimensat.c (main): Likewise.
4902         * tests/test-futimens.c (main): Likewise.
4903         * tests/test-link.c (main): Likewise.
4904         * tests/test-linkat.c (main): Likewise.
4905         * tests/test-mkdir.c (main): Likewise.
4906         * tests/test-mkdirat.c (main): Likewise.
4907         * tests/test-mkfifo.c (main): Likewise.
4908         * tests/test-mkfifoat.c (main): Likewise.
4909         * tests/test-mknod.c (main): Likewise.
4910         * tests/test-readlink.c (main): Likewise.
4911         * tests/test-remove.c (main): Likewise.
4912         * tests/test-rename.c (main): Likewise.
4913         * tests/test-renameat.c (main): Likewise.
4914         * tests/test-symlink.c (main): Likewise.
4915         * tests/test-symlinkat.c (main): Likewise.
4916         * tests/test-utimens.c (main): Likewise.
4917         * tests/test-utimensat.c (main): Likewise.
4918
4919 2009-12-29  Simon Josefsson  <simon@josefsson.org>
4920
4921         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
4922         on $(UNUSED_PARAMETER_H) to avoid build failure.
4923
4924 2009-12-28  Jim Meyering  <meyering@redhat.com>
4925
4926         update-copyright: you may specify a max. line length other than 72
4927         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
4928
4929         maint: use consistent FSF copyright line syntax
4930         * lib/posixtm.c: Add missing comma in FSF copyright line.
4931         * lib/posixtm.h: Likewise.
4932         * lib/getugroups.c: Add missing ", Inc.".
4933
4934         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
4935         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
4936         FSF copyright line.  Remove trailing blanks.
4937
4938 2009-12-28  Eric Blake  <ebb9@byu.net>
4939
4940         test-dup2: reduce dependencies
4941         * modules/cloexec (Configure.ac): Set witness.
4942         * modules/dup2-tests (Depends-on): Drop cloexec.
4943         * tests/test-dup2.c (main): Skip portion of test if cloexec module
4944         not present.
4945         Suggested by Bruno Haible.
4946
4947 2009-12-26  Bruno Haible  <bruno@clisp.org>
4948
4949         Remove an unneeded dependency.
4950         * modules/fseterr (Depends-on): Remove dup2.
4951
4952 2009-12-26  Eric Blake  <ebb9@byu.net>
4953
4954         tests: use macros.h in more places
4955         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
4956         (ASSERT_STREAM): Provide default of stderr.
4957         * tests/test-dirent-safer.c: Include macros.h, using alternate
4958         stream for assertions.
4959         * tests/test-dup-safer.c: Likewise.
4960         * tests/test-freopen-safer.c: Likewise.
4961         * tests/test-getopt.c: Likewise.
4962         * tests/test-openat-safer.c: Likewise.
4963         * tests/test-pipe.c: Likewise.
4964         * tests/test-popen-safer.c: Likewise.
4965         * modules/dirent-safer-tests (Files): Include macros.h.
4966         * modules/unistd-safer-tests (Files): Likewise.
4967         * modules/freopen-safer-tests (Files): Likewise.
4968         * modules/getopt-posix-tests (Files): Likewise.
4969         * modules/openat-safer-tests (Files): Likewise.
4970         * modules/pipe-tests (Files): Likewise.
4971
4972 2009-12-26  Bruno Haible  <bruno@clisp.org>
4973
4974         javacomp: Portability fix.
4975         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
4976         that it also works on Solaris.
4977
4978 2009-12-26  Bruno Haible  <bruno@clisp.org>
4979
4980         localename: Fix storage allocation of gl_locale_name_thread's result.
4981         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
4982         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
4983         all platforms that have 'uselocale'.
4984         (gl_locale_name_thread_unsafe): New function, extracted from
4985         gl_locale_name_thread.
4986         (gl_locale_name_thread): Call struniq on all platforms that have
4987         'uselocale'.
4988         * tests/test-localename.c (test_locale_name_thread): Check that the
4989         resulting strings are permanently allocated.
4990         * modules/localename-tests (Depends-on): Add strdup.
4991
4992 2009-12-26  Bruno Haible  <bruno@clisp.org>
4993
4994         * tests/test-localename.c (categories): Fill in the strings.
4995
4996 2009-12-26  Jim Meyering  <meyering@redhat.com>
4997
4998         isdir: complete the removal of m4/isdir.m4
4999         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
5000
5001         isdir: clean up, since at least grep still uses it
5002         * lib/isdir.c: Include "isdir.h".
5003         (S_ISDIR): Remove now-unneeded definition.
5004         * modules/isdir (Files): Add lib/isdir.h.
5005         * lib/isdir.h: New file, with declaration.
5006         * m4/isdir.m4: Remove file -- unneeded.
5007
5008 2009-12-25  Bruno Haible  <bruno@clisp.org>
5009
5010         selinux-h: Make generated .h files standalone.
5011         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
5012         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
5013         * lib/se-selinux.in.h: Likewise.
5014         * modules/selinux-h (Depends-on): Add unused-parameter.
5015         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
5016         selinux/selinux.h and selinux/context.h.
5017         Suggested by Eric Blake.
5018
5019 2009-12-25  Bruno Haible  <bruno@clisp.org>
5020
5021         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
5022         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
5023         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
5024         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
5025         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
5026
5027 2009-12-24  Bruno Haible  <bruno@clisp.org>
5028
5029         openat: Fix warning.
5030         * lib/openat-proc.c: Include <unistd.h>.
5031
5032 2009-12-24  Bruno Haible  <bruno@clisp.org>
5033
5034         New module 'unused-parameter'.
5035         * build-aux/unused-parameter.h: New file, extracted from earlier
5036         gnulib-common.m4.
5037         * modules/unused-parameter: New file.
5038         * lib/unistr.h: Include unused-parameter.h.
5039         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
5040         _GL_UNUSED.
5041         * modules/unistr/base (Depends-on): Add unused-parameter.
5042
5043 2009-12-24  Bruno Haible  <bruno@clisp.org>
5044
5045         Add missing dependencies to 'extensions' module.
5046         * m4/extensions.m4: Add comment.
5047         * modules/accept4 (Depends-on): Add extensions.
5048         * modules/dup3 (Depends-on): Likewise.
5049         * modules/fcntl (Depends-on): Likewise.
5050         * modules/futimens (Depends-on): Likewise.
5051         * modules/mknod (Depends-on): Likewise.
5052         * modules/pipe2 (Depends-on): Likewise.
5053         * modules/stat-time (Depends-on): Likewise.
5054         * modules/strcasestr-simple (Depends-on): Likewise.
5055         * modules/strsignal (Depends-on): Likewise.
5056         * modules/utimensat (Depends-on): Likewise.
5057         * modules/localcharset (Depends-on): Likewise. Needed because of
5058         gl_FCNTL_O_FLAGS.
5059         * modules/wcrtomb (Depends-on): Likewise. Needed because of
5060         AC_TYPE_MBSTATE_T.
5061         * modules/wcsnrtombs (Depends-on): Likewise.
5062         * modules/wcsrtombs (Depends-on): Likewise.
5063
5064 2009-12-24  Bruno Haible  <bruno@clisp.org>
5065
5066         binary-io: Avoid gcc warning due to SET_BINARY.
5067         * lib/binary-io.h (SET_BINARY): Cast the result to void.
5068         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
5069
5070 2009-12-24  Bruno Haible  <bruno@clisp.org>
5071
5072         Avoid future namespace pollution on glibc systems.
5073         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
5074         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
5075         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
5076         glibc systems.
5077
5078 2009-12-24  Bruno Haible  <bruno@clisp.org>
5079
5080         Refactor common macros used in tests.
5081         * tests/macros.h: New file.
5082         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
5083         and/or <stdlib.h>, if appropriate.
5084         (ASSERT, SIZEOF): Remove macros.
5085         * tests/test-areadlink-with-size.c: Likewise.
5086         * tests/test-areadlinkat.c: Likewise.
5087         * tests/test-areadlinkat-with-size.c: Likewise.
5088         * tests/test-argmatch.c: Likewise.
5089         * tests/test-argv-iter.c: Likewise.
5090         * tests/test-array-mergesort.c: Likewise.
5091         * tests/test-array_list.c: Likewise.
5092         * tests/test-array_oset.c: Likewise.
5093         * tests/test-avltree_list.c: Likewise.
5094         * tests/test-avltree_oset.c: Likewise.
5095         * tests/test-avltreehash_list.c: Likewise.
5096         * tests/test-base64.c: Likewise.
5097         * tests/test-binary-io.c: Likewise.
5098         * tests/test-bitrotate.c: Likewise.
5099         * tests/test-btowc.c: Likewise.
5100         * tests/test-byteswap.c: Likewise.
5101         * tests/test-c-ctype.c: Likewise.
5102         * tests/test-c-stack.c: Likewise.
5103         * tests/test-c-strcasecmp.c: Likewise.
5104         * tests/test-c-strcasestr.c: Likewise.
5105         * tests/test-c-strncasecmp.c: Likewise.
5106         * tests/test-c-strstr.c: Likewise.
5107         * tests/test-canonicalize-lgpl.c: Likewise.
5108         * tests/test-canonicalize.c: Likewise.
5109         * tests/test-carray_list.c: Likewise.
5110         * tests/test-ceilf1.c: Likewise.
5111         * tests/test-ceilf2.c: Likewise.
5112         * tests/test-ceill.c: Likewise.
5113         * tests/test-chown.c: Likewise.
5114         * tests/test-cloexec.c: Likewise.
5115         * tests/test-copy-acl.c: Likewise.
5116         * tests/test-copy-file.c: Likewise.
5117         * tests/test-count-one-bits.c: Likewise.
5118         * tests/test-dprintf-posix.c: Likewise.
5119         * tests/test-dup2.c: Likewise.
5120         * tests/test-dup3.c: Likewise.
5121         * tests/test-duplocale.c: Likewise.
5122         * tests/test-fbufmode.c: Likewise.
5123         * tests/test-fchdir.c: Likewise.
5124         * tests/test-fchownat.c: Likewise.
5125         * tests/test-fcntl-safer.c: Likewise.
5126         * tests/test-fcntl.c: Likewise.
5127         * tests/test-fdopendir.c: Likewise.
5128         * tests/test-fdutimensat.c: Likewise.
5129         * tests/test-fflush2.c: Likewise.
5130         * tests/test-file-has-acl.c: Likewise.
5131         * tests/test-filevercmp.c: Likewise.
5132         * tests/test-flock.c: Likewise.
5133         * tests/test-floorf1.c: Likewise.
5134         * tests/test-floorf2.c: Likewise.
5135         * tests/test-floorl.c: Likewise.
5136         * tests/test-fnmatch.c: Likewise.
5137         * tests/test-fopen.h: Likewise.
5138         * tests/test-fpending.c: Likewise.
5139         * tests/test-fprintf-posix.c: Likewise.
5140         * tests/test-fpurge.c: Likewise.
5141         * tests/test-freadable.c: Likewise.
5142         * tests/test-freadahead.c: Likewise.
5143         * tests/test-freading.c: Likewise.
5144         * tests/test-freadptr.c: Likewise.
5145         * tests/test-freadptr2.c: Likewise.
5146         * tests/test-freadseek.c: Likewise.
5147         * tests/test-freopen.c: Likewise.
5148         * tests/test-frexp.c: Likewise.
5149         * tests/test-frexpl.c: Likewise.
5150         * tests/test-fseek.c: Likewise.
5151         * tests/test-fseeko.c: Likewise.
5152         * tests/test-fstatat.c: Likewise.
5153         * tests/test-fstrcmp.c: Likewise.
5154         * tests/test-fsync.c: Likewise.
5155         * tests/test-ftell.c: Likewise.
5156         * tests/test-ftello.c: Likewise.
5157         * tests/test-func.c: Likewise.
5158         * tests/test-futimens.c: Likewise.
5159         * tests/test-fwritable.c: Likewise.
5160         * tests/test-fwriting.c: Likewise.
5161         * tests/test-getcwd.c: Likewise.
5162         * tests/test-getdate.c: Likewise.
5163         * tests/test-getdelim.c: Likewise.
5164         * tests/test-getdtablesize.c: Likewise.
5165         * tests/test-getgroups.c: Likewise.
5166         * tests/test-getline.c: Likewise.
5167         * tests/test-getndelim2.c: Likewise.
5168         * tests/test-glob.c: Likewise.
5169         * tests/test-hash.c: Likewise.
5170         * tests/test-i-ring.c: Likewise.
5171         * tests/test-iconv-utf.c: Likewise.
5172         * tests/test-iconv.c: Likewise.
5173         * tests/test-idpriv-drop.c: Likewise.
5174         * tests/test-idpriv-droptemp.c: Likewise.
5175         * tests/test-inet_ntop.c: Likewise.
5176         * tests/test-inet_pton.c: Likewise.
5177         * tests/test-isblank.c: Likewise.
5178         * tests/test-isfinite.c: Likewise.
5179         * tests/test-isinf.c: Likewise.
5180         * tests/test-isnan.c: Likewise.
5181         * tests/test-isnand.h: Likewise.
5182         * tests/test-isnanf.h: Likewise.
5183         * tests/test-isnanl.h: Likewise.
5184         * tests/test-lchown.c: Likewise.
5185         * tests/test-ldexpl.c: Likewise.
5186         * tests/test-link.c: Likewise.
5187         * tests/test-linkat.c: Likewise.
5188         * tests/test-linked_list.c: Likewise.
5189         * tests/test-linkedhash_list.c: Likewise.
5190         * tests/test-localename.c: Likewise.
5191         * tests/test-lseek.c: Likewise.
5192         * tests/test-lstat.c: Likewise.
5193         * tests/test-mbmemcasecmp.c: Likewise.
5194         * tests/test-mbmemcasecoll.c: Likewise.
5195         * tests/test-mbrtowc.c: Likewise.
5196         * tests/test-mbscasecmp.c: Likewise.
5197         * tests/test-mbscasestr1.c: Likewise.
5198         * tests/test-mbscasestr2.c: Likewise.
5199         * tests/test-mbscasestr3.c: Likewise.
5200         * tests/test-mbscasestr4.c: Likewise.
5201         * tests/test-mbschr.c: Likewise.
5202         * tests/test-mbscspn.c: Likewise.
5203         * tests/test-mbsinit.c: Likewise.
5204         * tests/test-mbsncasecmp.c: Likewise.
5205         * tests/test-mbsnrtowcs.c: Likewise.
5206         * tests/test-mbspbrk.c: Likewise.
5207         * tests/test-mbspcasecmp.c: Likewise.
5208         * tests/test-mbsrchr.c: Likewise.
5209         * tests/test-mbsrtowcs.c: Likewise.
5210         * tests/test-mbsspn.c: Likewise.
5211         * tests/test-mbsstr1.c: Likewise.
5212         * tests/test-mbsstr2.c: Likewise.
5213         * tests/test-mbsstr3.c: Likewise.
5214         * tests/test-memchr.c: Likewise.
5215         * tests/test-memchr2.c: Likewise.
5216         * tests/test-memcmp.c: Likewise.
5217         * tests/test-memmem.c: Likewise.
5218         * tests/test-memrchr.c: Likewise.
5219         * tests/test-mkdir.c: Likewise.
5220         * tests/test-mkdirat.c: Likewise.
5221         * tests/test-mkfifo.c: Likewise.
5222         * tests/test-mkfifoat.c: Likewise.
5223         * tests/test-mknod.c: Likewise.
5224         * tests/test-nanosleep.c: Likewise.
5225         * tests/test-nl_langinfo.c: Likewise.
5226         * tests/test-obstack-printf.c: Likewise.
5227         * tests/test-open.c: Likewise.
5228         * tests/test-openat.c: Likewise.
5229         * tests/test-pipe-filter-gi1.c: Likewise.
5230         * tests/test-pipe-filter-gi2-main.c: Likewise.
5231         * tests/test-pipe-filter-ii1.c: Likewise.
5232         * tests/test-pipe-filter-ii2-main.c: Likewise.
5233         * tests/test-pipe2.c: Likewise.
5234         * tests/test-popen.h: Likewise.
5235         * tests/test-posixtm.c: Likewise.
5236         * tests/test-pread.c: Likewise.
5237         * tests/test-printf-frexp.c: Likewise.
5238         * tests/test-printf-frexpl.c: Likewise.
5239         * tests/test-printf-posix.c: Likewise.
5240         * tests/test-priv-set.c: Likewise.
5241         * tests/test-quotearg.c: Likewise.
5242         * tests/test-random_r.c: Likewise.
5243         * tests/test-rawmemchr.c: Likewise.
5244         * tests/test-rbtree_list.c: Likewise.
5245         * tests/test-rbtree_oset.c: Likewise.
5246         * tests/test-rbtreehash_list.c: Likewise.
5247         * tests/test-readlink.c: Likewise.
5248         * tests/test-remove.c: Likewise.
5249         * tests/test-rename.c: Likewise.
5250         * tests/test-renameat.c: Likewise.
5251         * tests/test-rmdir.c: Likewise.
5252         * tests/test-round1.c: Likewise.
5253         * tests/test-roundf1.c: Likewise.
5254         * tests/test-roundl.c: Likewise.
5255         * tests/test-safe-alloc.c: Likewise.
5256         * tests/test-sameacls.c: Likewise.
5257         * tests/test-set-mode-acl.c: Likewise.
5258         * tests/test-setenv.c: Likewise.
5259         * tests/test-sigaction.c: Likewise.
5260         * tests/test-signbit.c: Likewise.
5261         * tests/test-sleep.c: Likewise.
5262         * tests/test-snprintf-posix.c: Likewise.
5263         * tests/test-snprintf.c: Likewise.
5264         * tests/test-sprintf-posix.c: Likewise.
5265         * tests/test-stat-time.c: Likewise.
5266         * tests/test-stat.c: Likewise.
5267         * tests/test-strcasestr.c: Likewise.
5268         * tests/test-strchrnul.c: Likewise.
5269         * tests/test-strerror.c: Likewise.
5270         * tests/test-striconv.c: Likewise.
5271         * tests/test-striconveh.c: Likewise.
5272         * tests/test-striconveha.c: Likewise.
5273         * tests/test-strsignal.c: Likewise.
5274         * tests/test-strstr.c: Likewise.
5275         * tests/test-strtod.c: Likewise.
5276         * tests/test-strverscmp.c: Likewise.
5277         * tests/test-symlink.c: Likewise.
5278         * tests/test-symlinkat.c: Likewise.
5279         * tests/test-trunc1.c: Likewise.
5280         * tests/test-trunc2.c: Likewise.
5281         * tests/test-truncf1.c: Likewise.
5282         * tests/test-truncf2.c: Likewise.
5283         * tests/test-truncl.c: Likewise.
5284         * tests/test-uname.c: Likewise.
5285         * tests/test-unlink.c: Likewise.
5286         * tests/test-unlinkat.c: Likewise.
5287         * tests/test-unsetenv.c: Likewise.
5288         * tests/test-usleep.c: Likewise.
5289         * tests/test-utimens.c: Likewise.
5290         * tests/test-utimensat.c: Likewise.
5291         * tests/test-vasnprintf-posix.c: Likewise.
5292         * tests/test-vasnprintf-posix2.c: Likewise.
5293         * tests/test-vasnprintf.c: Likewise.
5294         * tests/test-vasprintf-posix.c: Likewise.
5295         * tests/test-vasprintf.c: Likewise.
5296         * tests/test-vdprintf-posix.c: Likewise.
5297         * tests/test-vfprintf-posix.c: Likewise.
5298         * tests/test-vprintf-posix.c: Likewise.
5299         * tests/test-vsnprintf-posix.c: Likewise.
5300         * tests/test-vsnprintf.c: Likewise.
5301         * tests/test-vsprintf-posix.c: Likewise.
5302         * tests/test-wcrtomb.c: Likewise.
5303         * tests/test-wcsnrtombs.c: Likewise.
5304         * tests/test-wcsrtombs.c: Likewise.
5305         * tests/test-wctype.c: Likewise.
5306         * tests/test-wcwidth.c: Likewise.
5307         * tests/test-xfprintf-posix.c: Likewise.
5308         * tests/test-xmemdup0.c: Likewise.
5309         * tests/test-xprintf-posix.c: Likewise.
5310         * tests/test-xvasprintf.c: Likewise.
5311         * tests/unicase/test-locale-language.c: Likewise.
5312         * tests/unicase/test-mapping-part1.h: Likewise.
5313         * tests/unicase/test-predicate-part1.h: Likewise.
5314         * tests/unicase/test-u8-casecmp.c: Likewise.
5315         * tests/unicase/test-u8-casecoll.c: Likewise.
5316         * tests/unicase/test-u8-casefold.c: Likewise.
5317         * tests/unicase/test-u8-is-cased.c: Likewise.
5318         * tests/unicase/test-u8-is-casefolded.c: Likewise.
5319         * tests/unicase/test-u8-is-lowercase.c: Likewise.
5320         * tests/unicase/test-u8-is-titlecase.c: Likewise.
5321         * tests/unicase/test-u8-is-uppercase.c: Likewise.
5322         * tests/unicase/test-u8-tolower.c: Likewise.
5323         * tests/unicase/test-u8-totitle.c: Likewise.
5324         * tests/unicase/test-u8-toupper.c: Likewise.
5325         * tests/unicase/test-u16-casecmp.c: Likewise.
5326         * tests/unicase/test-u16-casecoll.c: Likewise.
5327         * tests/unicase/test-u16-casefold.c: Likewise.
5328         * tests/unicase/test-u16-is-cased.c: Likewise.
5329         * tests/unicase/test-u16-is-casefolded.c: Likewise.
5330         * tests/unicase/test-u16-is-lowercase.c: Likewise.
5331         * tests/unicase/test-u16-is-titlecase.c: Likewise.
5332         * tests/unicase/test-u16-is-uppercase.c: Likewise.
5333         * tests/unicase/test-u16-tolower.c: Likewise.
5334         * tests/unicase/test-u16-totitle.c: Likewise.
5335         * tests/unicase/test-u16-toupper.c: Likewise.
5336         * tests/unicase/test-u32-casecmp.c: Likewise.
5337         * tests/unicase/test-u32-casecoll.c: Likewise.
5338         * tests/unicase/test-u32-casefold.c: Likewise.
5339         * tests/unicase/test-u32-is-cased.c: Likewise.
5340         * tests/unicase/test-u32-is-casefolded.c: Likewise.
5341         * tests/unicase/test-u32-is-lowercase.c: Likewise.
5342         * tests/unicase/test-u32-is-titlecase.c: Likewise.
5343         * tests/unicase/test-u32-is-uppercase.c: Likewise.
5344         * tests/unicase/test-u32-tolower.c: Likewise.
5345         * tests/unicase/test-u32-totitle.c: Likewise.
5346         * tests/unicase/test-u32-toupper.c: Likewise.
5347         * tests/unicase/test-ulc-casecmp.c: Likewise.
5348         * tests/unicase/test-ulc-casecoll.c: Likewise.
5349         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
5350         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
5351         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
5352         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
5353         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
5354         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
5355         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
5356         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
5357         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
5358         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
5359         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
5360         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
5361         * tests/unictype/test-bidi_byname.c: Likewise.
5362         * tests/unictype/test-bidi_name.c: Likewise.
5363         * tests/unictype/test-bidi_of.c: Likewise.
5364         * tests/unictype/test-bidi_test.c: Likewise.
5365         * tests/unictype/test-block_list.c: Likewise.
5366         * tests/unictype/test-block_of.c: Likewise.
5367         * tests/unictype/test-block_test.c: Likewise.
5368         * tests/unictype/test-categ_and.c: Likewise.
5369         * tests/unictype/test-categ_and_not.c: Likewise.
5370         * tests/unictype/test-categ_byname.c: Likewise.
5371         * tests/unictype/test-categ_name.c: Likewise.
5372         * tests/unictype/test-categ_none.c: Likewise.
5373         * tests/unictype/test-categ_of.c: Likewise.
5374         * tests/unictype/test-categ_or.c: Likewise.
5375         * tests/unictype/test-categ_test_withtable.c: Likewise.
5376         * tests/unictype/test-combining.c: Likewise.
5377         * tests/unictype/test-decdigit.c: Likewise.
5378         * tests/unictype/test-digit.c: Likewise.
5379         * tests/unictype/test-mirror.c: Likewise.
5380         * tests/unictype/test-numeric.c: Likewise.
5381         * tests/unictype/test-pr_byname.c: Likewise.
5382         * tests/unictype/test-pr_test.c: Likewise.
5383         * tests/unictype/test-predicate-part1.h: Likewise.
5384         * tests/unictype/test-scripts.c: Likewise.
5385         * tests/unictype/test-sy_c_ident.c: Likewise.
5386         * tests/unictype/test-sy_java_ident.c: Likewise.
5387         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
5388         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
5389         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
5390         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
5391         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
5392         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
5393         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
5394         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
5395         * tests/uninorm/test-canonical-decomposition.c: Likewise.
5396         * tests/uninorm/test-compat-decomposition.c: Likewise.
5397         * tests/uninorm/test-composition.c: Likewise.
5398         * tests/uninorm/test-decomposing-form.c: Likewise.
5399         * tests/uninorm/test-decomposition.c: Likewise.
5400         * tests/uninorm/test-u8-nfc.c: Likewise.
5401         * tests/uninorm/test-u8-nfd.c: Likewise.
5402         * tests/uninorm/test-u8-nfkc.c: Likewise.
5403         * tests/uninorm/test-u8-nfkd.c: Likewise.
5404         * tests/uninorm/test-u8-normcmp.c: Likewise.
5405         * tests/uninorm/test-u8-normcoll.c: Likewise.
5406         * tests/uninorm/test-u16-nfc.c: Likewise.
5407         * tests/uninorm/test-u16-nfd.c: Likewise.
5408         * tests/uninorm/test-u16-nfkc.c: Likewise.
5409         * tests/uninorm/test-u16-nfkd.c: Likewise.
5410         * tests/uninorm/test-u16-normcmp.c: Likewise.
5411         * tests/uninorm/test-u16-normcoll.c: Likewise.
5412         * tests/uninorm/test-u32-nfc.c: Likewise.
5413         * tests/uninorm/test-u32-nfd.c: Likewise.
5414         * tests/uninorm/test-u32-nfkc.c: Likewise.
5415         * tests/uninorm/test-u32-nfkd.c: Likewise.
5416         * tests/uninorm/test-u32-normalize-big.c: Likewise.
5417         * tests/uninorm/test-u32-normcmp.c: Likewise.
5418         * tests/uninorm/test-u32-normcoll.c: Likewise.
5419         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
5420         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
5421         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
5422         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
5423         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
5424         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
5425         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
5426         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
5427         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
5428         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
5429         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
5430         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
5431         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
5432         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
5433         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
5434         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
5435         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
5436         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
5437         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
5438         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
5439         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
5440         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
5441         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
5442         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
5443         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
5444         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
5445         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
5446         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
5447         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
5448         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
5449         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
5450         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
5451         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
5452         * tests/uniwidth/test-u8-strwidth.c: Likewise.
5453         * tests/uniwidth/test-u8-width.c: Likewise.
5454         * tests/uniwidth/test-u16-strwidth.c: Likewise.
5455         * tests/uniwidth/test-u16-width.c: Likewise.
5456         * tests/uniwidth/test-u32-strwidth.c: Likewise.
5457         * tests/uniwidth/test-u32-width.c: Likewise.
5458         * tests/uniwidth/test-uc_width.c: Likewise.
5459         * tests/uniwidth/test-uc_width2.c: Likewise.
5460         * modules/acl-tests (Files): Add tests/macros.h.
5461         * modules/areadlink-tests (Files): Likewise.
5462         * modules/areadlink-with-size-tests (Files): Likewise.
5463         * modules/areadlinkat-tests (Files): Likewise.
5464         * modules/areadlinkat-with-size-tests (Files): Likewise.
5465         * modules/argmatch-tests (Files): Likewise.
5466         * modules/argv-iter-tests (Files): Likewise.
5467         * modules/array-list-tests (Files): Likewise.
5468         * modules/array-mergesort-tests (Files): Likewise.
5469         * modules/array-oset-tests (Files): Likewise.
5470         * modules/avltree-list-tests (Files): Likewise.
5471         * modules/avltree-oset-tests (Files): Likewise.
5472         * modules/avltreehash-list-tests (Files): Likewise.
5473         * modules/base64-tests (Files): Likewise.
5474         * modules/binary-io-tests (Files): Likewise.
5475         * modules/bitrotate-tests (Files): Likewise.
5476         * modules/btowc-tests (Files): Likewise.
5477         * modules/byteswap-tests (Files): Likewise.
5478         * modules/c-ctype-tests (Files): Likewise.
5479         * modules/c-stack-tests (Files): Likewise.
5480         * modules/c-strcase-tests (Files): Likewise.
5481         * modules/c-strcasestr-tests (Files): Likewise.
5482         * modules/c-strstr-tests (Files): Likewise.
5483         * modules/canonicalize-lgpl-tests (Files): Likewise.
5484         * modules/canonicalize-tests (Files): Likewise.
5485         * modules/carray-list-tests (Files): Likewise.
5486         * modules/ceilf-tests (Files): Likewise.
5487         * modules/ceill-tests (Files): Likewise.
5488         * modules/chown-tests (Files): Likewise.
5489         * modules/cloexec-tests (Files): Likewise.
5490         * modules/copy-file-tests (Files): Likewise.
5491         * modules/count-one-bits-tests (Files): Likewise.
5492         * modules/dprintf-posix-tests (Files): Likewise.
5493         * modules/dup2-tests (Files): Likewise.
5494         * modules/dup3-tests (Files): Likewise.
5495         * modules/duplocale-tests (Files): Likewise.
5496         * modules/fbufmode-tests (Files): Likewise.
5497         * modules/fchdir-tests (Files): Likewise.
5498         * modules/fcntl-safer-tests (Files): Likewise.
5499         * modules/fcntl-tests (Files): Likewise.
5500         * modules/fdopendir-tests (Files): Likewise.
5501         * modules/fdutimensat-tests (Files): Likewise.
5502         * modules/fflush-tests (Files): Likewise.
5503         * modules/filevercmp-tests (Files): Likewise.
5504         * modules/flock-tests (Files): Likewise.
5505         * modules/floorf-tests (Files): Likewise.
5506         * modules/floorl-tests (Files): Likewise.
5507         * modules/fnmatch-tests (Files): Likewise.
5508         * modules/fopen-safer-tests (Files): Likewise.
5509         * modules/fopen-tests (Files): Likewise.
5510         * modules/fpending-tests (Files): Likewise.
5511         * modules/fprintf-posix-tests (Files): Likewise.
5512         * modules/fpurge-tests (Files): Likewise.
5513         * modules/freadable-tests (Files): Likewise.
5514         * modules/freadahead-tests (Files): Likewise.
5515         * modules/freading-tests (Files): Likewise.
5516         * modules/freadptr-tests (Files): Likewise.
5517         * modules/freadseek-tests (Files): Likewise.
5518         * modules/freopen-tests (Files): Likewise.
5519         * modules/frexp-nolibm-tests (Files): Likewise.
5520         * modules/frexp-tests (Files): Likewise.
5521         * modules/frexpl-nolibm-tests (Files): Likewise.
5522         * modules/frexpl-tests (Files): Likewise.
5523         * modules/fseek-tests (Files): Likewise.
5524         * modules/fseeko-tests (Files): Likewise.
5525         * modules/fstrcmp-tests (Files): Likewise.
5526         * modules/fsync-tests (Files): Likewise.
5527         * modules/ftell-tests (Files): Likewise.
5528         * modules/ftello-tests (Files): Likewise.
5529         * modules/func-tests (Files): Likewise.
5530         * modules/futimens-tests (Files): Likewise.
5531         * modules/fwritable-tests (Files): Likewise.
5532         * modules/fwriting-tests (Files): Likewise.
5533         * modules/getcwd-tests (Files): Likewise.
5534         * modules/getdate-tests (Files): Likewise.
5535         * modules/getdelim-tests (Files): Likewise.
5536         * modules/getdtablesize-tests (Files): Likewise.
5537         * modules/getgroups-tests (Files): Likewise.
5538         * modules/getline-tests (Files): Likewise.
5539         * modules/getndelim2-tests (Files): Likewise.
5540         * modules/glob-tests (Files): Likewise.
5541         * modules/hash-tests (Files): Likewise.
5542         * modules/i-ring-tests (Files): Likewise.
5543         * modules/iconv-tests (Files): Likewise.
5544         * modules/iconv_open-utf-tests (Files): Likewise.
5545         * modules/idpriv-drop-tests (Files): Likewise.
5546         * modules/idpriv-droptemp-tests (Files): Likewise.
5547         * modules/inet_ntop-tests (Files): Likewise.
5548         * modules/inet_pton-tests (Files): Likewise.
5549         * modules/isblank-tests (Files): Likewise.
5550         * modules/isfinite-tests (Files): Likewise.
5551         * modules/isinf-tests (Files): Likewise.
5552         * modules/isnan-tests (Files): Likewise.
5553         * modules/isnand-nolibm-tests (Files): Likewise.
5554         * modules/isnand-tests (Files): Likewise.
5555         * modules/isnanf-nolibm-tests (Files): Likewise.
5556         * modules/isnanf-tests (Files): Likewise.
5557         * modules/isnanl-nolibm-tests (Files): Likewise.
5558         * modules/isnanl-tests (Files): Likewise.
5559         * modules/lchown-tests (Files): Likewise.
5560         * modules/ldexpl-tests (Files): Likewise.
5561         * modules/link-tests (Files): Likewise.
5562         * modules/linkat-tests (Files): Likewise.
5563         * modules/linked-list-tests (Files): Likewise.
5564         * modules/linkedhash-list-tests (Files): Likewise.
5565         * modules/localename-tests (Files): Likewise.
5566         * modules/lseek-tests (Files): Likewise.
5567         * modules/lstat-tests (Files): Likewise.
5568         * modules/mbmemcasecmp-tests (Files): Likewise.
5569         * modules/mbmemcasecoll-tests (Files): Likewise.
5570         * modules/mbrtowc-tests (Files): Likewise.
5571         * modules/mbscasecmp-tests (Files): Likewise.
5572         * modules/mbscasestr-tests (Files): Likewise.
5573         * modules/mbschr-tests (Files): Likewise.
5574         * modules/mbscspn-tests (Files): Likewise.
5575         * modules/mbsinit-tests (Files): Likewise.
5576         * modules/mbsncasecmp-tests (Files): Likewise.
5577         * modules/mbsnrtowcs-tests (Files): Likewise.
5578         * modules/mbspbrk-tests (Files): Likewise.
5579         * modules/mbspcasecmp-tests (Files): Likewise.
5580         * modules/mbsrchr-tests (Files): Likewise.
5581         * modules/mbsrtowcs-tests (Files): Likewise.
5582         * modules/mbsspn-tests (Files): Likewise.
5583         * modules/mbsstr-tests (Files): Likewise.
5584         * modules/memchr-tests (Files): Likewise.
5585         * modules/memchr2-tests (Files): Likewise.
5586         * modules/memcmp-tests (Files): Likewise.
5587         * modules/memmem-tests (Files): Likewise.
5588         * modules/memrchr-tests (Files): Likewise.
5589         * modules/mkdir-tests (Files): Likewise.
5590         * modules/mkfifo-tests (Files): Likewise.
5591         * modules/mkfifoat-tests (Files): Likewise.
5592         * modules/mknod-tests (Files): Likewise.
5593         * modules/nanosleep-tests (Files): Likewise.
5594         * modules/nl_langinfo-tests (Files): Likewise.
5595         * modules/obstack-printf-tests (Files): Likewise.
5596         * modules/open-tests (Files): Likewise.
5597         * modules/openat-tests (Files): Likewise.
5598         * modules/pipe-filter-gi-tests (Files): Likewise.
5599         * modules/pipe-filter-ii-tests (Files): Likewise.
5600         * modules/pipe2-tests (Files): Likewise.
5601         * modules/popen-safer-tests (Files): Likewise.
5602         * modules/popen-tests (Files): Likewise.
5603         * modules/posixtm-tests (Files): Likewise.
5604         * modules/pread-tests (Files): Likewise.
5605         * modules/printf-frexp-tests (Files): Likewise.
5606         * modules/printf-frexpl-tests (Files): Likewise.
5607         * modules/printf-posix-tests (Files): Likewise.
5608         * modules/priv-set-tests (Files): Likewise.
5609         * modules/quotearg-tests (Files): Likewise.
5610         * modules/random_r-tests (Files): Likewise.
5611         * modules/rawmemchr-tests (Files): Likewise.
5612         * modules/rbtree-list-tests (Files): Likewise.
5613         * modules/rbtree-oset-tests (Files): Likewise.
5614         * modules/rbtreehash-list-tests (Files): Likewise.
5615         * modules/readlink-tests (Files): Likewise.
5616         * modules/remove-tests (Files): Likewise.
5617         * modules/rename-tests (Files): Likewise.
5618         * modules/renameat-tests (Files): Likewise.
5619         * modules/rmdir-tests (Files): Likewise.
5620         * modules/round-tests (Files): Likewise.
5621         * modules/roundf-tests (Files): Likewise.
5622         * modules/roundl-tests (Files): Likewise.
5623         * modules/safe-alloc-tests (Files): Likewise.
5624         * modules/setenv-tests (Files): Likewise.
5625         * modules/sigaction-tests (Files): Likewise.
5626         * modules/signbit-tests (Files): Likewise.
5627         * modules/sleep-tests (Files): Likewise.
5628         * modules/snprintf-posix-tests (Files): Likewise.
5629         * modules/snprintf-tests (Files): Likewise.
5630         * modules/sprintf-posix-tests (Files): Likewise.
5631         * modules/stat-tests (Files): Likewise.
5632         * modules/stat-time-tests (Files): Likewise.
5633         * modules/strcasestr-tests (Files): Likewise.
5634         * modules/strchrnul-tests (Files): Likewise.
5635         * modules/strerror-tests (Files): Likewise.
5636         * modules/striconv-tests (Files): Likewise.
5637         * modules/striconveh-tests (Files): Likewise.
5638         * modules/striconveha-tests (Files): Likewise.
5639         * modules/strsignal-tests (Files): Likewise.
5640         * modules/strstr-tests (Files): Likewise.
5641         * modules/strtod-tests (Files): Likewise.
5642         * modules/strverscmp-tests (Files): Likewise.
5643         * modules/symlink-tests (Files): Likewise.
5644         * modules/symlinkat-tests (Files): Likewise.
5645         * modules/trunc-tests (Files): Likewise.
5646         * modules/truncf-tests (Files): Likewise.
5647         * modules/truncl-tests (Files): Likewise.
5648         * modules/uname-tests (Files): Likewise.
5649         * modules/unicase/cased-tests (Files): Likewise.
5650         * modules/unicase/ignorable-tests (Files): Likewise.
5651         * modules/unicase/locale-language-tests (Files): Likewise.
5652         * modules/unicase/tolower-tests (Files): Likewise.
5653         * modules/unicase/totitle-tests (Files): Likewise.
5654         * modules/unicase/toupper-tests (Files): Likewise.
5655         * modules/unicase/u8-casecmp-tests (Files): Likewise.
5656         * modules/unicase/u8-casecoll-tests (Files): Likewise.
5657         * modules/unicase/u8-casefold-tests (Files): Likewise.
5658         * modules/unicase/u8-is-cased-tests (Files): Likewise.
5659         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
5660         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
5661         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
5662         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
5663         * modules/unicase/u8-tolower-tests (Files): Likewise.
5664         * modules/unicase/u8-totitle-tests (Files): Likewise.
5665         * modules/unicase/u8-toupper-tests (Files): Likewise.
5666         * modules/unicase/u16-casecmp-tests (Files): Likewise.
5667         * modules/unicase/u16-casecoll-tests (Files): Likewise.
5668         * modules/unicase/u16-casefold-tests (Files): Likewise.
5669         * modules/unicase/u16-is-cased-tests (Files): Likewise.
5670         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
5671         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
5672         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
5673         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
5674         * modules/unicase/u16-tolower-tests (Files): Likewise.
5675         * modules/unicase/u16-totitle-tests (Files): Likewise.
5676         * modules/unicase/u16-toupper-tests (Files): Likewise.
5677         * modules/unicase/u32-casecmp-tests (Files): Likewise.
5678         * modules/unicase/u32-casecoll-tests (Files): Likewise.
5679         * modules/unicase/u32-casefold-tests (Files): Likewise.
5680         * modules/unicase/u32-is-cased-tests (Files): Likewise.
5681         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
5682         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
5683         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
5684         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
5685         * modules/unicase/u32-tolower-tests (Files): Likewise.
5686         * modules/unicase/u32-totitle-tests (Files): Likewise.
5687         * modules/unicase/u32-toupper-tests (Files): Likewise.
5688         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
5689         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
5690         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
5691         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
5692         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
5693         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
5694         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
5695         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
5696         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
5697         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
5698         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
5699         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
5700         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
5701         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
5702         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
5703         * modules/unictype/bidicategory-name-tests (Files): Likewise.
5704         * modules/unictype/bidicategory-of-tests (Files): Likewise.
5705         * modules/unictype/bidicategory-test-tests (Files): Likewise.
5706         * modules/unictype/block-list-tests (Files): Likewise.
5707         * modules/unictype/block-of-tests (Files): Likewise.
5708         * modules/unictype/block-test-tests (Files): Likewise.
5709         * modules/unictype/category-C-tests (Files): Likewise.
5710         * modules/unictype/category-Cc-tests (Files): Likewise.
5711         * modules/unictype/category-Cf-tests (Files): Likewise.
5712         * modules/unictype/category-Cn-tests (Files): Likewise.
5713         * modules/unictype/category-Co-tests (Files): Likewise.
5714         * modules/unictype/category-Cs-tests (Files): Likewise.
5715         * modules/unictype/category-L-tests (Files): Likewise.
5716         * modules/unictype/category-Ll-tests (Files): Likewise.
5717         * modules/unictype/category-Lm-tests (Files): Likewise.
5718         * modules/unictype/category-Lo-tests (Files): Likewise.
5719         * modules/unictype/category-Lt-tests (Files): Likewise.
5720         * modules/unictype/category-Lu-tests (Files): Likewise.
5721         * modules/unictype/category-M-tests (Files): Likewise.
5722         * modules/unictype/category-Mc-tests (Files): Likewise.
5723         * modules/unictype/category-Me-tests (Files): Likewise.
5724         * modules/unictype/category-Mn-tests (Files): Likewise.
5725         * modules/unictype/category-N-tests (Files): Likewise.
5726         * modules/unictype/category-Nd-tests (Files): Likewise.
5727         * modules/unictype/category-Nl-tests (Files): Likewise.
5728         * modules/unictype/category-No-tests (Files): Likewise.
5729         * modules/unictype/category-P-tests (Files): Likewise.
5730         * modules/unictype/category-Pc-tests (Files): Likewise.
5731         * modules/unictype/category-Pd-tests (Files): Likewise.
5732         * modules/unictype/category-Pe-tests (Files): Likewise.
5733         * modules/unictype/category-Pf-tests (Files): Likewise.
5734         * modules/unictype/category-Pi-tests (Files): Likewise.
5735         * modules/unictype/category-Po-tests (Files): Likewise.
5736         * modules/unictype/category-Ps-tests (Files): Likewise.
5737         * modules/unictype/category-S-tests (Files): Likewise.
5738         * modules/unictype/category-Sc-tests (Files): Likewise.
5739         * modules/unictype/category-Sk-tests (Files): Likewise.
5740         * modules/unictype/category-Sm-tests (Files): Likewise.
5741         * modules/unictype/category-So-tests (Files): Likewise.
5742         * modules/unictype/category-Z-tests (Files): Likewise.
5743         * modules/unictype/category-Zl-tests (Files): Likewise.
5744         * modules/unictype/category-Zp-tests (Files): Likewise.
5745         * modules/unictype/category-Zs-tests (Files): Likewise.
5746         * modules/unictype/category-and-not-tests (Files): Likewise.
5747         * modules/unictype/category-and-tests (Files): Likewise.
5748         * modules/unictype/category-byname-tests (Files): Likewise.
5749         * modules/unictype/category-name-tests (Files): Likewise.
5750         * modules/unictype/category-none-tests (Files): Likewise.
5751         * modules/unictype/category-of-tests (Files): Likewise.
5752         * modules/unictype/category-or-tests (Files): Likewise.
5753         * modules/unictype/category-test-withtable-tests (Files): Likewise.
5754         * modules/unictype/combining-class-tests (Files): Likewise.
5755         * modules/unictype/ctype-alnum-tests (Files): Likewise.
5756         * modules/unictype/ctype-alpha-tests (Files): Likewise.
5757         * modules/unictype/ctype-blank-tests (Files): Likewise.
5758         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
5759         * modules/unictype/ctype-digit-tests (Files): Likewise.
5760         * modules/unictype/ctype-graph-tests (Files): Likewise.
5761         * modules/unictype/ctype-lower-tests (Files): Likewise.
5762         * modules/unictype/ctype-print-tests (Files): Likewise.
5763         * modules/unictype/ctype-punct-tests (Files): Likewise.
5764         * modules/unictype/ctype-space-tests (Files): Likewise.
5765         * modules/unictype/ctype-upper-tests (Files): Likewise.
5766         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
5767         * modules/unictype/decimal-digit-tests (Files): Likewise.
5768         * modules/unictype/digit-tests (Files): Likewise.
5769         * modules/unictype/mirror-tests (Files): Likewise.
5770         * modules/unictype/numeric-tests (Files): Likewise.
5771         * modules/unictype/property-alphabetic-tests (Files): Likewise.
5772         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
5773         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
5774         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
5775         Likewise.
5776         * modules/unictype/property-bidi-block-separator-tests (Files):
5777         Likewise.
5778         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
5779         Likewise.
5780         * modules/unictype/property-bidi-common-separator-tests (Files):
5781         Likewise.
5782         * modules/unictype/property-bidi-control-tests (Files): Likewise.
5783         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
5784         Likewise.
5785         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
5786         Likewise.
5787         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
5788         Likewise.
5789         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
5790         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
5791         Likewise.
5792         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
5793         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
5794         Likewise.
5795         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
5796         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
5797         * modules/unictype/property-bidi-segment-separator-tests (Files):
5798         Likewise.
5799         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
5800         * modules/unictype/property-byname-tests (Files): Likewise.
5801         * modules/unictype/property-combining-tests (Files): Likewise.
5802         * modules/unictype/property-composite-tests (Files): Likewise.
5803         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
5804         * modules/unictype/property-dash-tests (Files): Likewise.
5805         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
5806         * modules/unictype/property-default-ignorable-code-point-tests (Files):
5807         Likewise.
5808         * modules/unictype/property-deprecated-tests (Files): Likewise.
5809         * modules/unictype/property-diacritic-tests (Files): Likewise.
5810         * modules/unictype/property-extender-tests (Files): Likewise.
5811         * modules/unictype/property-format-control-tests (Files): Likewise.
5812         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
5813         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
5814         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
5815         * modules/unictype/property-hex-digit-tests (Files): Likewise.
5816         * modules/unictype/property-hyphen-tests (Files): Likewise.
5817         * modules/unictype/property-id-continue-tests (Files): Likewise.
5818         * modules/unictype/property-id-start-tests (Files): Likewise.
5819         * modules/unictype/property-ideographic-tests (Files): Likewise.
5820         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
5821         * modules/unictype/property-ids-trinary-operator-tests (Files):
5822         Likewise.
5823         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
5824         * modules/unictype/property-iso-control-tests (Files): Likewise.
5825         * modules/unictype/property-join-control-tests (Files): Likewise.
5826         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
5827         * modules/unictype/property-line-separator-tests (Files): Likewise.
5828         * modules/unictype/property-logical-order-exception-tests (Files):
5829         Likewise.
5830         * modules/unictype/property-lowercase-tests (Files): Likewise.
5831         * modules/unictype/property-math-tests (Files): Likewise.
5832         * modules/unictype/property-non-break-tests (Files): Likewise.
5833         * modules/unictype/property-not-a-character-tests (Files): Likewise.
5834         * modules/unictype/property-numeric-tests (Files): Likewise.
5835         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
5836         * modules/unictype/property-other-default-ignorable-code-point-tests
5837         (Files): Likewise.
5838         * modules/unictype/property-other-grapheme-extend-tests (Files):
5839         Likewise.
5840         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
5841         * modules/unictype/property-other-id-start-tests (Files): Likewise.
5842         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
5843         * modules/unictype/property-other-math-tests (Files): Likewise.
5844         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
5845         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
5846         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
5847         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
5848         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
5849         * modules/unictype/property-private-use-tests (Files): Likewise.
5850         * modules/unictype/property-punctuation-tests (Files): Likewise.
5851         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
5852         * modules/unictype/property-radical-tests (Files): Likewise.
5853         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
5854         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
5855         * modules/unictype/property-space-tests (Files): Likewise.
5856         * modules/unictype/property-terminal-punctuation-tests (Files):
5857         Likewise.
5858         * modules/unictype/property-test-tests (Files): Likewise.
5859         * modules/unictype/property-titlecase-tests (Files): Likewise.
5860         * modules/unictype/property-unassigned-code-value-tests (Files):
5861         Likewise.
5862         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
5863         * modules/unictype/property-uppercase-tests (Files): Likewise.
5864         * modules/unictype/property-variation-selector-tests (Files): Likewise.
5865         * modules/unictype/property-white-space-tests (Files): Likewise.
5866         * modules/unictype/property-xid-continue-tests (Files): Likewise.
5867         * modules/unictype/property-xid-start-tests (Files): Likewise.
5868         * modules/unictype/property-zero-width-tests (Files): Likewise.
5869         * modules/unictype/scripts-tests (Files): Likewise.
5870         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
5871         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
5872         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
5873         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
5874         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
5875         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
5876         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
5877         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
5878         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
5879         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
5880         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
5881         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
5882         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
5883         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
5884         * modules/uninorm/composition-tests (Files): Likewise.
5885         * modules/uninorm/decomposing-form-tests (Files): Likewise.
5886         * modules/uninorm/decomposition-tests (Files): Likewise.
5887         * modules/uninorm/filter-tests (Files): Likewise.
5888         * modules/uninorm/nfc-tests (Files): Likewise.
5889         * modules/uninorm/nfd-tests (Files): Likewise.
5890         * modules/uninorm/nfkc-tests (Files): Likewise.
5891         * modules/uninorm/nfkd-tests (Files): Likewise.
5892         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
5893         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
5894         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
5895         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
5896         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
5897         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
5898         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
5899         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
5900         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
5901         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
5902         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
5903         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
5904         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
5905         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
5906         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
5907         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
5908         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
5909         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
5910         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
5911         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
5912         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
5913         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
5914         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
5915         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
5916         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
5917         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
5918         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
5919         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
5920         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
5921         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
5922         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
5923         * modules/uniwidth/u8-width-tests (Files): Likewise.
5924         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
5925         * modules/uniwidth/u16-width-tests (Files): Likewise.
5926         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
5927         * modules/uniwidth/u32-width-tests (Files): Likewise.
5928         * modules/uniwidth/width-tests (Files): Likewise.
5929         * modules/unlink-tests (Files): Likewise.
5930         * modules/unsetenv-tests (Files): Likewise.
5931         * modules/usleep-tests (Files): Likewise.
5932         * modules/utimens-tests (Files): Likewise.
5933         * modules/utimensat-tests (Files): Likewise.
5934         * modules/vasnprintf-posix-tests (Files): Likewise.
5935         * modules/vasnprintf-tests (Files): Likewise.
5936         * modules/vasprintf-posix-tests (Files): Likewise.
5937         * modules/vasprintf-tests (Files): Likewise.
5938         * modules/vdprintf-posix-tests (Files): Likewise.
5939         * modules/vfprintf-posix-tests (Files): Likewise.
5940         * modules/vprintf-posix-tests (Files): Likewise.
5941         * modules/vsnprintf-posix-tests (Files): Likewise.
5942         * modules/vsnprintf-tests (Files): Likewise.
5943         * modules/vsprintf-posix-tests (Files): Likewise.
5944         * modules/wcrtomb-tests (Files): Likewise.
5945         * modules/wcsnrtombs-tests (Files): Likewise.
5946         * modules/wcsrtombs-tests (Files): Likewise.
5947         * modules/wctype-tests (Files): Likewise.
5948         * modules/wcwidth-tests (Files): Likewise.
5949         * modules/xmemdup0-tests (Files): Likewise.
5950         * modules/xprintf-posix-tests (Files): Likewise.
5951         * modules/xvasprintf-tests (Files): Likewise.
5952
5953 2009-12-24  Eric Blake  <ebb9@byu.net>
5954
5955         test-nanosleep: fix typo
5956         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
5957         patch.
5958         Reported by Bruno Haible.
5959
5960 2009-12-24  Bruno Haible  <bruno@clisp.org>
5961
5962         Reduce namespace pollution on glibc systems.
5963         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
5964         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
5965         systems.
5966         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
5967         <getopt.h> on glibc systems.
5968         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
5969         systems.
5970         * lib/fcntl.c: Include <unistd.h> here instead.
5971
5972 2009-12-24  Bruno Haible  <bruno@clisp.org>
5973
5974         * lib/stdlib.in.h (includes): Fix typo in today's commit.
5975
5976 2009-12-24  Eric Blake  <ebb9@byu.net>
5977
5978         tests: add signature checks
5979         * tests/signature.h (SIGNATURE_CHECK): New file.
5980         * modules/atexit-tests (Files): Use it.
5981         * modules/btowc-tests (Files): Likewise.
5982         * modules/canonicalize-lgpl-tests (Files): Likewise.
5983         * modules/ceilf-tests (Files): Likewise.
5984         * modules/ceill-tests (Files): Likewise.
5985         * modules/chown-tests (Files): Likewise.
5986         * modules/dprintf-posix-tests (Files): Likewise.
5987         * modules/dup2-tests (Files): Likewise.
5988         * modules/dup3-tests (Files): Likewise.
5989         * modules/duplocale-tests (Files): Likewise.
5990         * modules/fchdir-tests (Files): Likewise.
5991         * modules/fcntl-tests (Files): Likewise.
5992         * modules/fdopendir-tests (Files): Likewise.
5993         * modules/fflush-tests (Files): Likewise.
5994         * modules/flock-tests (Files): Likewise.
5995         * modules/floorf-tests (Files): Likewise.
5996         * modules/floorl-tests (Files): Likewise.
5997         * modules/fnmatch-tests (Files): Likewise.
5998         * modules/fopen-tests (Files): Likewise.
5999         * modules/fprintf-posix-tests (Files): Likewise.
6000         * modules/freopen-tests (Files): Likewise.
6001         * modules/frexp-nolibm-tests (Files): Likewise.
6002         * modules/frexp-tests (Files): Likewise.
6003         * modules/frexpl-nolibm-tests (Files): Likewise.
6004         * modules/frexpl-tests (Files): Likewise.
6005         * modules/fseek-tests (Files): Likewise.
6006         * modules/fseeko-tests (Files): Likewise.
6007         * modules/fsync-tests (Files): Likewise.
6008         * modules/ftell-tests (Files): Likewise.
6009         * modules/ftello-tests (Files): Likewise.
6010         * modules/futimens-tests (Files): Likewise.
6011         * modules/getaddrinfo-tests (Files): Likewise.
6012         * modules/getcwd-tests (Files): Likewise.
6013         * modules/getdelim-tests (Files): Likewise.
6014         * modules/getdtablesize-tests (Files): Likewise.
6015         * modules/getgroups-tests (Files): Likewise.
6016         * modules/gethostname-tests (Files): Likewise.
6017         * modules/getline-tests (Files): Likewise.
6018         * modules/getopt-posix-tests (Files): Likewise.
6019         * modules/gettimeofday-tests (Files): Likewise.
6020         * modules/glob-tests (Files): Likewise.
6021         * modules/iconv-tests (Files): Likewise.
6022         * modules/inet_ntop-tests (Files): Likewise.
6023         * modules/inet_pton-tests (Files): Likewise.
6024         * modules/isblank-tests (Files): Likewise.
6025         * modules/lchown-tests (Files): Likewise.
6026         * modules/ldexpl-tests (Files): Likewise.
6027         * modules/link-tests (Files): Likewise.
6028         * modules/linkat-tests (Files): Likewise.
6029         * modules/lseek-tests (Files): Likewise.
6030         * modules/lstat-tests (Files): Likewise.
6031         * modules/mbrtowc-tests (Files): Likewise.
6032         * modules/mbsinit-tests (Files): Likewise.
6033         * modules/mbsnrtowcs-tests (Files): Likewise.
6034         * modules/mbsrtowcs-tests (Files): Likewise.
6035         * modules/memchr-tests (Files): Likewise.
6036         * modules/memcmp-tests (Files): Likewise.
6037         * modules/memmem-tests (Files): Likewise.
6038         * modules/memrchr-tests (Files): Likewise.
6039         * modules/mkdir-tests (Files): Likewise.
6040         * modules/mkfifo-tests (Files): Likewise.
6041         * modules/mkfifoat-tests (Files): Likewise.
6042         * modules/mknod-tests (Files): Likewise.
6043         * modules/nanosleep-tests (Files): Likewise.
6044         * modules/nl_langinfo-tests (Files): Likewise.
6045         * modules/obstack-printf-tests (Files): Likewise.
6046         * modules/open-tests (Files): Likewise.
6047         * modules/openat-tests (Files): Likewise.
6048         * modules/perror-tests (Files): Likewise.
6049         * modules/pipe2-tests (Files): Likewise.
6050         * modules/poll-tests (Files): Likewise.
6051         * modules/popen-tests (Files): Likewise.
6052         * modules/posix_spawn-tests (Files): Likewise.
6053         * modules/posix_spawnp-tests (Files): Likewise.
6054         * modules/pread-tests (Files): Likewise.
6055         * modules/printf-posix-tests (Files): Likewise.
6056         * modules/pty-tests (Files): Likewise.
6057         * modules/random_r-tests (Files): Likewise.
6058         * modules/rawmemchr-tests (Files): Likewise.
6059         * modules/readlink-tests (Files): Likewise.
6060         * modules/remove-tests (Files): Likewise.
6061         * modules/rename-tests (Files): Likewise.
6062         * modules/renameat-tests (Files): Likewise.
6063         * modules/rmdir-tests (Files): Likewise.
6064         * modules/round-tests (Files): Likewise.
6065         * modules/roundf-tests (Files): Likewise.
6066         * modules/roundl-tests (Files): Likewise.
6067         * modules/select-tests (Files): Likewise.
6068         * modules/setenv-tests (Files): Likewise.
6069         * modules/sigaction-tests (Files): Likewise.
6070         * modules/sleep-tests (Files): Likewise.
6071         * modules/snprintf-posix-tests (Files): Likewise.
6072         * modules/snprintf-tests (Files): Likewise.
6073         * modules/sprintf-posix-tests (Files): Likewise.
6074         * modules/stat-tests (Files): Likewise.
6075         * modules/strcasestr-tests (Files): Likewise.
6076         * modules/strchrnul-tests (Files): Likewise.
6077         * modules/strerror-tests (Files): Likewise.
6078         * modules/strsignal-tests (Files): Likewise.
6079         * modules/strstr-tests (Files): Likewise.
6080         * modules/strtod-tests (Files): Likewise.
6081         * modules/strverscmp-tests (Files): Likewise.
6082         * modules/symlink-tests (Files): Likewise.
6083         * modules/symlinkat-tests (Files): Likewise.
6084         * modules/times-tests (Files): Likewise.
6085         * modules/trunc-tests (Files): Likewise.
6086         * modules/truncf-tests (Files): Likewise.
6087         * modules/truncl-tests (Files): Likewise.
6088         * modules/tsearch-tests (Files): Likewise.
6089         * modules/uname-tests (Files): Likewise.
6090         * modules/unlink-tests (Files): Likewise.
6091         * modules/unsetenv-tests (Files): Likewise.
6092         * modules/usleep-tests (Files): Likewise.
6093         * modules/utimensat-tests (Files): Likewise.
6094         * modules/vasprintf-tests (Files): Likewise.
6095         * modules/vdprintf-posix-tests (Files): Likewise.
6096         * modules/vfprintf-posix-tests (Files): Likewise.
6097         * modules/vprintf-posix-tests (Files): Likewise.
6098         * modules/vsnprintf-posix-tests (Files): Likewise.
6099         * modules/vsnprintf-tests (Files): Likewise.
6100         * modules/vsprintf-posix-tests (Files): Likewise.
6101         * modules/wcrtomb-tests (Files): Likewise.
6102         * modules/wcsnrtombs-tests (Files): Likewise.
6103         * modules/wcsrtombs-tests (Files): Likewise.
6104         * modules/wcwidth-tests (Files): Likewise.
6105         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
6106         * tests/test-isinf.c (isinf): Likewise.
6107         * tests/test-isnan.c (isnan): Likewise.
6108         * tests/test-signbit.c (signbit): Likewise.
6109         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
6110         declaration, either as macro or with correct signature.
6111         (select): Ensure function under test is declared with correct
6112         signature in correct header.
6113         * tests/test-atexit.c (atexit): Likewise.
6114         * tests/test-btowc.c (btowc): Likewise.
6115         * tests/test-canonicalize-lgpl.c (realpath)
6116         (canonicalize_file_name): Likewise.
6117         * tests/test-ceilf1.c (ceilf): Likewise.
6118         * tests/test-ceill.c (ceill): Likewise.
6119         * tests/test-chown.c (chown): Likewise.
6120         * tests/test-dprintf-posix.c (dprintf): Likewise.
6121         * tests/test-dup2.c (dup2): Likewise.
6122         * tests/test-dup3.c (dup3): Likewise.
6123         * tests/test-duplocale.c (duplocale): Likewise.
6124         * tests/test-fchdir.c (fchdir): Likewise.
6125         * tests/test-fchownat.c (fchownat): Likewise.
6126         * tests/test-fcntl.c (fcntl): Likewise.
6127         * tests/test-fdopendir.c (fdopendir): Likewise.
6128         * tests/test-fflush.c (fflush): Likewise.
6129         * tests/test-flock.c (flock): Likewise.
6130         * tests/test-floorf1.c (floorf): Likewise.
6131         * tests/test-floorl.c (floorl): Likewise.
6132         * tests/test-fnmatch.c (fnmatch): Likewise.
6133         * tests/test-fopen.c (fopen): Likewise.
6134         * tests/test-fprintf-posix.c (fprintf): Likewise.
6135         * tests/test-freopen.c (freopen): Likewise.
6136         * tests/test-frexp.c (frexp): Likewise.
6137         * tests/test-frexpl.c (frexpl): Likewise.
6138         * tests/test-fseek.c (fseek): Likewise.
6139         * tests/test-fseeko.c (fseeko): Likewise.
6140         * tests/test-fstatat.c (fstatat): Likewise.
6141         * tests/test-fsync.c (fsync): Likewise.
6142         * tests/test-ftell.c (ftell): Likewise.
6143         * tests/test-ftello.c (ftello): Likewise.
6144         * tests/test-futimens.c (futimens): Likewise.
6145         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
6146         (gai_strerror): Likewise.
6147         * tests/test-getcwd.c (getcwd): Likewise.
6148         * tests/test-getdelim.c (getdelim): Likewise.
6149         * tests/test-getdtablesize.c (getdtablesize): Likewise.
6150         * tests/test-getgroups.c (getgroups): Likewise.
6151         * tests/test-gethostname.c (gethostname): Likewise.
6152         * tests/test-getline.c (getline): Likewise.
6153         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
6154         Likewise.
6155         * tests/test-gettimeofday.c (gettimeofday): Likewise.
6156         * tests/test-glob.c (glob, globfree): Likewise.
6157         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
6158         * tests/test-inet_ntop.c (inet_ntop): Likewise.
6159         * tests/test-inet_pton.c (inet_pton): Likewise.
6160         * tests/test-isblank.c (isblank): Likewise.
6161         * tests/test-lchown.c (lchown): Likewise.
6162         * tests/test-ldexpl.c (ldexpl): Likewise.
6163         * tests/test-link.c (link): Likewise.
6164         * tests/test-linkat.c (linkat): Likewise.
6165         * tests/test-lseek.c (lseek): Likewise.
6166         * tests/test-lstat.c (lstat): Likewise.
6167         * tests/test-mbrtowc.c (mbrtowc): Likewise.
6168         * tests/test-mbsinit.c (mbsinit): Likewise.
6169         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
6170         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
6171         * tests/test-memchr.c (memchr): Likewise.
6172         * tests/test-memcmp.c (memcmp): Likewise.
6173         * tests/test-memmem.c (memmem): Likewise.
6174         * tests/test-memrchr.c (memrchr): Likewise.
6175         * tests/test-mkdir.c (mkdir): Likewise.
6176         * tests/test-mkdirat.c (mkdirat): Likewise.
6177         * tests/test-mkfifo.c (mkfifo): Likewise.
6178         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
6179         * tests/test-mknod.c (mknod): Likewise.
6180         * tests/test-nanosleep.c (nanosleep): Likewise.
6181         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
6182         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
6183         Likewise.
6184         * tests/test-open.c (open): Likewise.
6185         * tests/test-openat.c (openat): Likewise.
6186         * tests/test-perror.c (perror): Likewise.
6187         * tests/test-pipe2.c (pipe2): Likewise.
6188         * tests/test-poll.c (poll): Likewise.
6189         * tests/test-popen.c (popen, pclose): Likewise.
6190         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
6191         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
6192         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
6193         (posix_spawn_file_actions_destroy)
6194         (posix_spawn_file_actions_addclose)
6195         (posix_spawn_file_actions_addopen)
6196         (posix_spawn_file_actions_adddup2): Likewise.
6197         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
6198         * tests/test-pread.c (pread): Likewise.
6199         * tests/test-printf-posix.c (printf): Likewise.
6200         * tests/test-pty.c (openpty, forkpty): Likewise.
6201         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
6202         (random_r): Likewise.
6203         * tests/test-rawmemchr.c (rawmemchr): Likewise.
6204         * tests/test-readlink.c (readlink): Likewise.
6205         * tests/test-remove.c (remove): Likewise.
6206         * tests/test-rename.c (rename): Likewise.
6207         * tests/test-renameat.c (renameat): Likewise.
6208         * tests/test-rmdir.c (rmdir): Likewise.
6209         * tests/test-round1.c (round): Likewise.
6210         * tests/test-roundf1.c (roundf): Likewise.
6211         * tests/test-roundl.c (roundl): Likewise.
6212         * tests/test-setenv.c (setenv): Likewise.
6213         * tests/test-sigaction.c (sigaction): Likewise.
6214         * tests/test-sleep.c (sleep): Likewise.
6215         * tests/test-snprintf.c (snprintf): Likewise.
6216         * tests/test-sprintf-posix.c (sprintf): Likewise.
6217         * tests/test-stat.c (stat): Likewise.
6218         * tests/test-stpncpy.c (stpncpy): Likewise.
6219         * tests/test-strcasestr.c (strcasestr): Likewise.
6220         * tests/test-strchrnul.c (strchrnul): Likewise.
6221         * tests/test-strerror.c (strerror): Likewise.
6222         * tests/test-strsignal.c (strsignal): Likewise.
6223         * tests/test-strstr.c (strstr): Likewise.
6224         * tests/test-strtod.c (strtod): Likewise.
6225         * tests/test-strverscmp.c (strverscmp): Likewise.
6226         * tests/test-symlink.c (symlink): Likewise.
6227         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
6228         * tests/test-times.c (times): Likewise.
6229         * tests/test-trunc1.c (trunc): Likewise.
6230         * tests/test-truncf1.c (truncf): Likewise.
6231         * tests/test-truncl.c (truncl): Likewise.
6232         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
6233         Likewise.
6234         * tests/test-uname.c (uname): Likewise.
6235         * tests/test-unlink.c (unlink): Likewise.
6236         * tests/test-unlinkat.c (unlinkat): Likewise.
6237         * tests/test-unsetenv.c (unsetenv): Likewise.
6238         * tests/test-usleep.c (usleep): Likewise.
6239         * tests/test-utimensat.c (utimensat): Likewise.
6240         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
6241         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
6242         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
6243         * tests/test-vprintf-posix.c (vprintf): Likewise.
6244         * tests/test-vsnprintf.c (vsnprintf): Likewise.
6245         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
6246         * tests/test-wcrtomb.c (wcrtomb): Likewise.
6247         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
6248         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
6249         * tests/test-wcwidth.c (wcwidth): Likewise.
6250
6251         build: pull in conditional headers during GNULIB_POSIXCHECK
6252         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
6253         definitions from any conditionally-included headers.
6254         * lib/stdlib.in.h (includes): Likewise.
6255         * lib/unistd.in.h (includes): Likewise.
6256
6257 2009-12-24  Bruno Haible  <bruno@clisp.org>
6258
6259         * tests/test-argv-iter.c: Include header file being tested immediately
6260         after config.h.
6261         * tests/test-base64.c: Likewise.
6262         * tests/test-flock.c: Likewise.
6263         * tests/test-fsync.c: Likewise.
6264         * tests/test-getdate.c: Likewise.
6265         * tests/test-getndelim2.c: Likewise.
6266         * tests/test-isfinite.c: Likewise.
6267         * tests/test-isinf.c: Likewise.
6268         * tests/test-strerror.c: Likewise.
6269         * tests/test-strsignal.c: Likewise.
6270
6271 2009-12-23  Eric Blake  <ebb9@byu.net>
6272
6273         unistd: work around cygwin bug
6274         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
6275         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
6276         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
6277
6278 2009-12-23  Bruno Haible  <bruno@clisp.org>
6279
6280         localename: More tests.
6281         * tests/test-localename.c (SIZEOF): New macro.
6282         (categories): New variable.
6283         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
6284         test_locale_name_default): Add test w.r.t. thread locale.
6285         (test_locale_name_thread): New function.
6286         (main): Invoke it.
6287
6288         localename: Make aware of thread locale.
6289         * lib/localename.h (gl_locale_name_thread): New declaration.
6290         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
6291         behaviour with respect to thread locale.
6292         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
6293         <langinfo.h>, glthread/lock.h.
6294         (SIZE_BITS): New macro.
6295         (string_hash): New function.
6296         (struct hash_node): New type.
6297         (HASH_TABLE_SIZE): New macro.
6298         (struniq_hash_table, struniq_lock): New variables.
6299         (struniq): New function.
6300         (gl_locale_name_thread): New function.
6301         (gl_locale_name): Invoke it.
6302         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
6303         * modules/localename (Depends-on): Add lock.
6304         Reported by Mike Gran <spk121@yahoo.com>.
6305
6306 2009-12-23  Eric Blake  <ebb9@byu.net>
6307
6308         va-args: new module
6309         * modules/va-args: New file.
6310         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
6311         * MODULES.html.sh (Core language properties): Mention it.
6312
6313         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
6314         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
6315         named alias for __attribute__((__unused__)).
6316         * lib/chown.c: Update client.
6317         * lib/fchmodat.c: Likewise.
6318         * lib/fts.c: Likewise.
6319         * lib/getdate.y: Likewise.
6320         * lib/getgroups.c: Likewise.
6321         * lib/getopt.c: Likewise.
6322         * lib/getugroups.c: Likewise.
6323         * lib/mkdir.c: Likewise.
6324         * lib/mkfifo.c: Likewise.
6325         * lib/mkfifoat.c: Likewise.
6326         * lib/mknod.c: Likewise.
6327         * lib/mknodat.c: Likewise.
6328         * lib/readlink.c: Likewise.
6329         * lib/se-context.in.h: Likewise.
6330         * lib/se-selinux.in.h: Likewise.
6331         * lib/sockets.c: Likewise.
6332         * lib/symlink.c: Likewise.
6333         * lib/symlinkat.c: Likewise.
6334         * lib/unicodeio.c: Likewise.
6335         * lib/unistr.h: Likewise.
6336         * tests/test-areadlink.c: Likewise.
6337         * tests/test-areadlinkat.c: Likewise.
6338         * tests/test-filenamecat.c: Likewise.
6339         * tests/test-fseeko.c: Likewise.
6340         * tests/test-ftello.c: Likewise.
6341         * tests/test-getdate.c: Likewise.
6342         * tests/test-getgroups.c: Likewise.
6343         * tests/test-gethostname.c: Likewise.
6344         * tests/test-quotearg.c: Likewise.
6345         * tests/test-version-etc.c: Likewise.
6346         * tests/test-xalloc-die.c: Likewise.
6347         * tests/test-xfprintf-posix.c: Likewise.
6348         * tests/test-xprintf-posix.c: Likewise.
6349         * tests/test-xvasprintf.c: Likewise.
6350
6351         tests: avoid compiler warnings
6352         * tests/test-fcntl.c (main): Delete unused parameters.
6353         * tests/test-freopen-safer.c (main): Likewise.
6354         * tests/test-xalloc-die.c (main): Mark unused parameters.
6355         * tests/test-fseeko.c (main): Likewise.
6356         * tests/test-ftello.c (main): Likewise.
6357         * tests/test-nanosleep.c (main): Avoid declaration warning.
6358         * tests/test-sleep.c (main): Likewise.
6359         * tests/test-unsetenv.c (main): Silence warning about string
6360         literal.
6361         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
6362
6363 2009-12-23  Bruno Haible  <bruno@clisp.org>
6364
6365         * tests/test-localename.c (test_locale_name): New function, extracted
6366         from main. Also test mixed situations.
6367         (test_locale_name_posix, test_locale_name_environ,
6368         test_locale_name_default): New functions.
6369         (main): Invoke them all.
6370         * modules/localename-tests (configure.ac): Test for newlocale.
6371
6372 2009-12-23  Bruno Haible  <bruno@clisp.org>
6373
6374         unistd: Ensure getcwd gets declared before being overridden.
6375         * lib/unistd.in.h: Conditionally include <io.h>.
6376
6377 2009-12-22  Bruno Haible  <bruno@clisp.org>
6378
6379         wchar: Diagnose broken combination of glibc and gcc versions and flags.
6380         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
6381         (gl_WCHAR_H): Invoke it.
6382         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
6383         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
6384         Reported by Karl Berry <karl@freefriends.org>.
6385
6386 2009-12-22  Eric Blake  <ebb9@byu.net>
6387
6388         math, unistd: avoid redundant includes
6389         * lib/math.in.h (isnan): No need to re-include <math.h>.
6390         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
6391
6392         getsubopt: work around cygwin bug
6393         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
6394         avoid conflicting with system getsubopt.
6395         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
6396         bug.
6397
6398         getopt: synchronize from glibc
6399         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
6400         parameter order.  Adjust all callers.
6401         (_getopt_internal_r, main): Adjust quoting in error messages.
6402         Drop considerations for outdated POSIX 1003.2 error message.
6403         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
6404         callers.
6405         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
6406
6407         test-getopt: test stderr behavior
6408         * modules/getopt-posix-tests (Depends-on): Add dup2.
6409         * tests/test-getopt.c (ASSERT): Avoid stderr.
6410         (main): Move stderr to a temporary file.
6411         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
6412         Instead, add parameter to inform caller if output occurred.
6413         (test_getopt): Adjust all existing tests to expect silence, and
6414         add new tests of leading ":".
6415         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6416         glibc shortcomings with leading "-:" or "+:" in optstring.
6417         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6418         Likewise.
6419         * doc/posix-functions/getopt.texi (getopt): Likewise.
6420
6421         test-getopt: enhance test
6422         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
6423         supports optind=0.
6424         * tests/test-getopt.c (OPTIND_MIN): Move...
6425         * tests/test-getopt.h (OPTIND_MIN): ...here.
6426         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
6427         Require that optind=0 works, since modern BSD supports it in
6428         addition to optreset, and since coreutils expects it.
6429         (test_getopt_long_only): New test.
6430         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
6431         glibc shortcomings with 'W;', and enforcement of optind=0.
6432         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
6433         Likewise.
6434
6435 2009-12-21  Bruno Haible  <bruno@clisp.org>
6436
6437         localename: Improvements for MacOS X and Cygwin.
6438         * lib/localename.h (gl_locale_name_environ): New declaration.
6439         * lib/localename.c (gl_locale_name_environ): New function, extracted from
6440         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
6441         (gl_locale_name_posix): Invoke it.
6442         (gl_locale_name_default): Add comments. Use Windows native API also on
6443         Cygwin.
6444
6445 2009-12-21  Bruno Haible  <bruno@clisp.org>
6446
6447         Update list of Win32 locale ids.
6448         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
6449         (LANG_SAMI): Renamed from LANG_SAAMI.
6450         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
6451         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
6452         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
6453         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
6454         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
6455         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
6456         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
6457         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
6458         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
6459         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
6460         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
6461         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
6462         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
6463         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
6464         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
6465         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
6466         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
6467         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
6468         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
6469         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
6470         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
6471         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
6472         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
6473         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
6474         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
6475         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
6476         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
6477         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
6478         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
6479         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
6480         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
6481         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
6482         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
6483         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
6484         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
6485         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
6486         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
6487         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
6488         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
6489         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
6490         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
6491         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
6492         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
6493         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
6494         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
6495         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
6496         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
6497         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
6498         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
6499         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
6500         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
6501         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
6502         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
6503         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
6504         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
6505         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
6506         Add more languages and countries for Sami, Sorbian. Add more countries
6507         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
6508         for Pashto. Change country for Syriac, Tswana.
6509
6510 2009-12-21  Eric Blake  <ebb9@byu.net>
6511
6512         test-utimens: avoid spurious failure
6513         * tests/test-chown.h (nap): Factor...
6514         * tests/nap.h: ...into new file.
6515         * tests/test-lchown.h (nap): Avoid duplication.
6516         * tests/test-utimens-common.h (nap): Use shared implementation,
6517         necessary on file systems with 1-second resolution.
6518         * modules/chown-tests (Files): Include new file.
6519         * modules/fdutimensat-tests (Files): Likewise.
6520         * modules/futimens-tests (Files): Likewise.
6521         * modules/lchown-tests (Files): Likewise.
6522         * modules/openat-tests (Files): Likewise.
6523         * modules/utimens-tests (Files): Likewise.
6524         * modules/utimensat-tests (Files): Likewise.
6525
6526 2009-12-19  Eric Blake  <ebb9@byu.net>
6527
6528         futimens, utimensat: work around Linux bug
6529         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
6530         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6531         * lib/utimensat.c (rpl_utimensat): Work around it.
6532         * lib/futimens.c (rpl_futimens): Adjust comment.
6533
6534         utimens: work around Linux ctime bug
6535         * lib/utimens.c (detect_ctime_bug): New helper function.
6536         (update_timespec): Differentiate between workaround needed for
6537         this bug vs. what is needed for systems that lack utimensat.
6538         (fdutimens, lutimens): Work around bug.
6539
6540         utimens: check for ctime update
6541         * tests/test-utimens-common.h (check_ctime): Define.
6542         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
6543         * tests/test-futimens.h (test_futimens): Likewise.
6544         * tests/test-lutimens.h (test_lutimens): Likewise.
6545         * doc/posix-functions/futimens.texi (futimens): Document the bug.
6546         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
6547
6548 2009-12-19  Bruno Haible  <bruno@clisp.org>
6549
6550         dprintf-posix: Check against memory leak fixed on 2009-12-15.
6551         * tests/test-dprintf-posix2.sh: New file.
6552         * tests/test-dprintf-posix2.c: New file.
6553         * modules/dprintf-posix-tests (Files): Add them.
6554         (configure.ac): Check for getrlimit and setrlimit.
6555         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6556
6557 2009-12-19  Bruno Haible  <bruno@clisp.org>
6558
6559         fprintf-posix: Check against memory leak fixed on 2009-12-15.
6560         * tests/test-fprintf-posix3.sh: New file.
6561         * tests/test-fprintf-posix3.c: New file.
6562         * modules/fprintf-posix-tests (Files): Add them.
6563         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
6564
6565 2009-12-19  Eric Blake  <ebb9@byu.net>
6566
6567         dirfd: fix prototype
6568         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
6569         * lib/dirfd.c (dirfd): Likewise.
6570
6571         canonicalize: reduce memory usage
6572         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
6573         allocation to size.
6574         Reported by Solar Designer <solar@openwall.com>.
6575
6576 2009-12-19  Bruno Haible  <bruno@clisp.org>
6577
6578         New module attribute 'Applicability'.
6579         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
6580         * gnulib-tool: New option --extract-applicability.
6581         (func_usage): Document it.
6582         (sed_extract_prog): Recognize it.
6583         (func_get_applicability): New function.
6584         (func_import): Generalize handling of 'link-warning' module.
6585         * modules/link-warning (Applicability): New section.
6586         * modules/arg-nonnull (Applicability): New section.
6587         Repoted by Simon Josefsson <simon@josefsson.org>.
6588
6589 2009-12-19  Bruno Haible  <bruno@clisp.org>
6590
6591         fflush: tweak
6592         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
6593         * lib/fseeko.c (rpl_fseeko): Likewise.
6594
6595 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
6596
6597         * lib/gl_list.h: Fix typo in comment.
6598
6599 2009-12-16  Eric Blake  <ebb9@byu.net>
6600
6601         fcntl: use to simplify other modules
6602         * modules/cloexec (Depends-on): Add fcntl.
6603         * modules/fchdir (Depends-on): Likewise.
6604         * modules/fd-safer-flag (Depends-on): Likewise.
6605         * modules/unistd-safer (Depends-on): Likewise.
6606         * modules/dup3 (configure.ac): Set module indicator.
6607         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
6608         missing.
6609         * lib/fchdir.c (_gl_register_dup): Fix comment.
6610         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
6611         * lib/dup-safer.c (dup_safer): Likewise.
6612         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
6613         * lib/dup3.c (dup3): Likewise.
6614         * tests/test-fchdir.c (main): Enhance test.
6615         Fixes a dup_cloexec bug reported by Ondřej Vašík.
6616
6617         fcntl: port portions of fcntl to mingw
6618         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
6619         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
6620         replacement for mingw.
6621         * modules/fcntl (Description): Update.
6622         (Depends-on): Add dup2.
6623         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
6624         * modules/fcntl-h (Makefile.am): Substitute it.
6625         * lib/fcntl.in.h (fcntl): Update declaration.
6626         (F_DUPFD, F_GETFD): New macros, when needed.
6627         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
6628         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
6629         * tests/test-fcntl.c (check_flags, main): Enhance test for items
6630         we now guarantee.
6631
6632         fcntl: work around cygwin bug in F_DUPFD
6633         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
6634         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
6635         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
6636         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
6637         * doc/posix-functions/fcntl.texi (fcntl): Document it.
6638
6639         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
6640         * modules/fcntl (Files): List new files.
6641         (configure.ac): Run a test.
6642         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
6643         * lib/fcntl.c (rpl_fcntl): Likewise.
6644         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
6645         (gl_FCNTL_H): Always replace fcntl.h.
6646         * modules/fcntl-h (Makefile.am): Substitute witnesses.
6647         * lib/fcntl.in.h (fcntl): Declare replacement.
6648         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
6649         needed, plus a witness.
6650         * doc/posix-functions/fcntl.texi (fcntl): Document this.
6651         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
6652         * tests/test-fcntl.c: New file.
6653         * modules/fcntl-tests: Likewise.
6654
6655         binary-io: avoid potential compilation warning
6656         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
6657         directives.
6658
6659         fflush: avoid compilation error on NetBSD
6660         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
6661         between off_t and fpos_t, since the latter is sometimes a struct.
6662         * lib/fseeko.c (rpl_fseeko): Likewise.
6663         Reported by Alexander Nasonov <alnsn@yandex.ru>.
6664
6665 2009-12-15  Eric Blake  <ebb9@byu.net>
6666
6667         fcntl-h, stdio, sys_ioctl: fix declarations
6668         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
6669         function must not take arguments.
6670         * lib/sys_ioctl.in.h (ioctl): Likewise.
6671         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
6672         (open): Add a link warning.
6673
6674 2009-12-15  Jim Meyering  <meyering@redhat.com>
6675
6676         areadlink, areadlink-with-size: relax license to LGPLv2+
6677         * modules/areadlink (License): Relax to LGPLv2+.
6678         * modules/areadlink-with-size (License): Likewise.
6679
6680 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
6681             Bruno Haible  <bruno@clisp.org>
6682
6683         *printf: Fix memory leak.
6684         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
6685         * lib/vfprintf.c (vfprintf): Likewise.
6686         * lib/dprintf.c (dprintf): Likewise.
6687         * lib/vdprintf.c (vdprintf): Likewise.
6688
6689 2009-12-14  Eric Blake  <ebb9@byu.net>
6690
6691         accept4: adjust module dependencies
6692         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
6693
6694         utimens: one more try at avoiding compiler warning
6695         * lib/utimens.c (lutimens): Lower scope of result.
6696
6697 2009-12-13  Bruno Haible  <bruno@clisp.org>
6698
6699         Move the malloc checking from module 'list' to new module 'xlist'.
6700         * modules/xlist: New file.
6701         * lib/gl_xlist.h: New file.
6702         * lib/gl_xlist.c: New file.
6703         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
6704         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
6705         gl_list_add_last, gl_list_add_before, gl_list_add_after,
6706         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
6707         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
6708         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
6709         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
6710         gl_sortedlist_nx_add): New declarations.
6711         (struct gl_list_implementation): Rename and change methods accordingly.
6712         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
6713         (gl_list_nx_create): Renamed from gl_list_create.
6714         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6715         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6716         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6717         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6718         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6719         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6720         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6721         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6722         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
6723         gl_list_create_empty.
6724         (gl_list_nx_create): Renamed from gl_list_create.
6725         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
6726         (gl_list_nx_set_at): Renamed from gl_list_set_at.
6727         (gl_list_nx_add_first): Renamed from gl_list_add_first.
6728         (gl_list_nx_add_last): Renamed from gl_list_add_last.
6729         (gl_list_nx_add_before): Renamed from gl_list_add_before.
6730         (gl_list_nx_add_after): Renamed from gl_list_add_after.
6731         (gl_list_nx_add_at): Renamed from gl_list_add_at.
6732         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
6733         * lib/gl_array_list.c: Don't include xalloc.h.
6734         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
6735         NULL upon out-of-memory.
6736         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
6737         out-of-memory.
6738         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
6739         Change return type to 'int'.
6740         (gl_array_nx_set_at): Renamed from gl_array_set_at.
6741         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6742         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
6743         upon out-of-memory.
6744         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
6745         upon out-of-memory.
6746         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
6747         upon out-of-memory.
6748         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
6749         upon out-of-memory.
6750         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
6751         out-of-memory.
6752         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
6753         Update.
6754         (gl_array_list_implementation): Update.
6755         * lib/gl_carray_list.c: Don't include xalloc.h.
6756         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
6757         Return NULL upon out-of-memory.
6758         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
6759         out-of-memory.
6760         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
6761         Change return type to 'int'.
6762         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
6763         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
6764         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
6765         upon out-of-memory.
6766         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
6767         upon out-of-memory.
6768         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
6769         out-of-memory.
6770         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
6771         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
6772         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
6773         Update.
6774         (gl_carray_list_implementation): Update.
6775         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
6776         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
6777         gl_linked_create_empty. Return NULL upon out-of-memory.
6778         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
6779         out-of-memory.
6780         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
6781         Change return type to 'int'. Return -1 upon out-of-memory.
6782         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
6783         out-of-memory.
6784         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
6785         upon out-of-memory.
6786         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
6787         upon out-of-memory.
6788         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
6789         NULL upon out-of-memory.
6790         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
6791         upon out-of-memory.
6792         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
6793         out-of-memory.
6794         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
6795         Update.
6796         * lib/gl_linked_list.c: Don't include xalloc.h.
6797         (gl_linked_list_implementation): Update.
6798         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
6799         (add_to_bucket): Change return type to 'int'.
6800         (gl_linkedhash_list_implementation): Update.
6801         * lib/gl_anytree_list1.h (free_subtree): New function.
6802         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
6803         gl_tree_create_empty. Return NULL upon out-of-memory.
6804         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
6805         Change return type to 'int'. Return -1 upon out-of-memory.
6806         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
6807         out-of-memory.
6808         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
6809         (gl_tree_remove_node): New function, moved here from
6810         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
6811         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
6812         Update.
6813         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
6814         malloc, not xmalloc. Return NULL upon out-of-memory.
6815         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6816         out-of-memory.
6817         (gl_tree_remove_node_from_tree): New function, extracted from
6818         gl_tree_remove_node.
6819         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6820         upon out-of-memory.
6821         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6822         out-of-memory.
6823         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6824         upon out-of-memory.
6825         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6826         upon out-of-memory.
6827         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6828         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
6829         not xmalloc. Return NULL upon out-of-memory.
6830         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
6831         out-of-memory.
6832         (gl_tree_remove_node_from_tree): New function, extracted from
6833         gl_tree_remove_node.
6834         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
6835         upon out-of-memory.
6836         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
6837         out-of-memory.
6838         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
6839         upon out-of-memory.
6840         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
6841         upon out-of-memory.
6842         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
6843         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
6844         gl_anytree_list1.h before gl_anyavltree_list2.h.
6845         (gl_avltree_list_implementation): Update.
6846         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
6847         gl_anytree_list1.h before gl_anyavltree_list2.h.
6848         (gl_rbtree_list_implementation): Update.
6849         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
6850         Change return type to 'int'. Return -1 upon out-of-memory. Use
6851         __builtin_expect.
6852         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
6853         (gl_avltreehash_list_implementation): Update.
6854         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
6855         (gl_rbtreehash_list_implementation): Update.
6856         * modules/array-list (Depends-on): Remove xalloc.
6857         * modules/carray-list (Depends-on): Likewise.
6858         * modules/linked-list (Depends-on): Likewise.
6859         * modules/linkedhash-list (Depends-on): Likewise.
6860         * modules/avltree-list (Depends-on): Likewise.
6861         * modules/rbtree-list (Depends-on): Likewise.
6862         * modules/avltreehash-list (Depends-on): Likewise.
6863         * modules/rbtreehash-list (Depends-on): Likewise.
6864
6865         * modules/xsublist: New file.
6866         * lib/gl_xsublist.h: New file.
6867         * lib/gl_xsublist.c: New file.
6868         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
6869         (gl_sublist_nx_create): New declaration.
6870         * lib/gl_sublist.c: Don't include xalloc.h.
6871         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
6872         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
6873         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
6874         Change return type to 'int'. Return -1 upon out-of-memory.
6875         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
6876         upon out-of-memory.
6877         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
6878         NULL upon out-of-memory.
6879         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
6880         upon out-of-memory.
6881         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
6882         NULL upon out-of-memory.
6883         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
6884         NULL upon out-of-memory.
6885         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
6886         upon out-of-memory.
6887         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
6888         (gl_sublist_list_implementation): Update.
6889         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
6890         upon out-of-memory.
6891         * modules/sublist (Depends-on): Remove xalloc.
6892
6893         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
6894         * tests/test-carray_list.c: Likewise.
6895         * tests/test-linked_list.c: Likewise.
6896         * tests/test-linkedhash_list.c: Likewise.
6897         * tests/test-avltree_list.c: Likewise.
6898         * tests/test-rbtree_list.c: Likewise.
6899         * tests/test-avltreehash_list.c: Likewise.
6900         * tests/test-rbtreehash_list.c: Likewise.
6901         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
6902         * modules/carray-list-tests (Makefile.am): Likewise.
6903         * modules/linked-list-tests (Makefile.am): Likewise.
6904         * modules/linkedhash-list-tests (Makefile.am): Likewise.
6905         * modules/avltree-list-tests (Makefile.am): Likewise.
6906         * modules/rbtree-list-tests (Makefile.am): Likewise.
6907         * modules/avltreehash-list-tests (Makefile.am): Likewise.
6908         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
6909
6910         * NEWS: Mention the changes.
6911
6912         * lib/clean-temp.c: Include gl_xlist.h.
6913         * modules/clean-temp (Depends-on): Add xlist.
6914
6915         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
6916         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
6917
6918         * tests/test-array_oset.c: Include gl_xlist.h.
6919         * modules/array-oset-tests (Depends-on): Add xlist.
6920
6921         Reported by José E. Marchesi <jemarch@gnu.org>.
6922
6923 2009-12-13  Bruno Haible  <bruno@clisp.org>
6924
6925         Move the malloc checking from module 'oset' to new module 'xoset'.
6926         * modules/xoset: New file.
6927         * lib/gl_xoset.h: New file.
6928         * lib/gl_xoset.c: New file.
6929         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
6930         declarations.
6931         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
6932         (struct gl_oset_implementation): Rename and change methods accordingly.
6933         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
6934         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6935         'int'. Mark as __warn_unused_result__.
6936         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
6937         gl_oset_create_empty.
6938         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
6939         'int'.
6940         * lib/gl_array_oset.c: Don't include xalloc.h.
6941         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
6942         malloc, not xmalloc.
6943         (grow): Change return type to 'int'. Don't call xalloc_die.
6944         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
6945         to 'int'.
6946         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
6947         'int'.
6948         (gl_array_oset_implementation): Update.
6949         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
6950         gl_tree_create_empty.
6951         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
6952         'int'.
6953         * lib/gl_avltree_oset.c: Don't include xalloc.h.
6954         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6955         xmalloc.
6956         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6957         not xmalloc.
6958         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6959         xmalloc.
6960         (gl_avltree_oset_implementation): Update.
6961         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
6962         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
6963         xmalloc.
6964         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
6965         not xmalloc.
6966         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
6967         xmalloc.
6968         (gl_rbtree_oset_implementation): Update.
6969         * modules/array-oset (Depends-on): Remove xalloc.
6970         * modules/avltree-oset (Depends-on): Likewise.
6971         * modules/rbtree-oset (Depends-on): Likewise.
6972         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
6973         * tests/test-avltree_oset.c: Likewise.
6974         * tests/test-rbtree_oset.c: Likewise.
6975         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
6976         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
6977         * modules/rbtree-oset-tests (Makefile.am): Likewise.
6978         * NEWS: Mention the change.
6979
6980 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
6981
6982         maint.mk: allow a project to override release-prep commands
6983         * top/maint.mk (alpha, beta, stable): Move release-preparatory
6984         commands into a new rule.
6985         (release-prep): New rule.
6986         (release-prep-hook): New overridable variable.
6987
6988 2009-12-13  Bruno Haible  <bruno@clisp.org>
6989
6990         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
6991
6992 2009-12-13  Jim Meyering  <meyering@redhat.com>
6993
6994         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
6995         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
6996
6997 2009-12-12  Bruno Haible  <bruno@clisp.org>
6998
6999         duplocale: Tweak.
7000         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
7001
7002 2009-12-12  Karl Berry  <karl@gnu.org>
7003
7004         * config/srclist.txt (strtoll.c): tab changes, no more sync.
7005
7006 2009-12-12  Bruno Haible  <bruno@clisp.org>
7007
7008         * m4/po.m4: Undo incorrect untabification.
7009
7010 2009-12-12  Bruno Haible  <bruno@clisp.org>
7011
7012         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
7013         * modules/c-strtod (Depends-on): Add locale.
7014         * modules/c-strtold (Depends-on): Likewise.
7015
7016 2009-12-12  Bruno Haible  <bruno@clisp.org>
7017
7018         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
7019
7020 2009-12-11  Eric Blake  <ebb9@byu.net>
7021
7022         setenv: relax requirement in light of POSIX ruling
7023         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
7024         not NULL.
7025         * tests/test-setenv.c (main): Relax test.
7026         * tests/test-unsetenv.c (main): Likewise.
7027         * doc/posix-functions/setenv.texi (setenv): Document this.
7028         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
7029
7030 2009-12-11  Bruno Haible  <bruno@clisp.org>
7031
7032         New module 'fd-safer-flag'.
7033         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
7034         * lib/dup-safer.c (dup_safer_flag): Remove function.
7035         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
7036         * lib/fd-safer.c (fd_safer_flag): Remove function.
7037         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
7038         * modules/cloexec (configure.ac): Drop indicator macro.
7039         * modules/fd-safer-flag: New file.
7040         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
7041         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
7042         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
7043
7044 2009-12-11  Bruno Haible  <bruno@clisp.org>
7045
7046         Tests for module 'nl_langinfo'.
7047         * modules/nl_langinfo-tests: New file.
7048         * tests/test-nl_langinfo.sh: New file.
7049         * tests/test-nl_langinfo.c: New file.
7050
7051         New module 'nl_langinfo'.
7052         * lib/nl_langinfo.c: New file.
7053         * m4/nl_langinfo.m4: New file.
7054         * modules/nl_langinfo: New file.
7055         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
7056
7057 2009-12-11  Bruno Haible  <bruno@clisp.org>
7058
7059         Tests for module 'langinfo'.
7060         * modules/langinfo-tests: New file.
7061         * tests/test-langinfo.c: New file.
7062
7063         New module 'langinfo'.
7064         * lib/langinfo.in.h: New file.
7065         * m4/langinfo_h.m4: New file.
7066         * modules/langinfo: New file.
7067         * doc/posix-headers/langinfo.texi: Mention the new module.
7068
7069 2009-12-11  Bruno Haible  <bruno@clisp.org>
7070
7071         * lib/config.charset: Untabify.
7072
7073 2009-12-11  Bruno Haible  <bruno@clisp.org>
7074
7075         * modules/unistd-safer (configure.ac): Drop indicator macro.
7076
7077 2009-12-11  Bruno Haible  <bruno@clisp.org>
7078
7079         Move pipe2-safer code to its own file.
7080         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
7081         * lib/pipe-safer.c (pipe2_safer): Remove function.
7082         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
7083         (Makefile.am): Add it to lib_SOURCES.
7084
7085 2009-12-10  Bruno Haible  <bruno@clisp.org>
7086
7087         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
7088
7089 2009-12-10  Bruno Haible  <bruno@clisp.org>
7090
7091         Declare which arguments expect non-NULL values, for GCC and clang.
7092         * build-aux/arg-nonnull.h: New file.
7093         * modules/arg-nonnull: New file.
7094         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
7095         (inet_ntop, inet_pton): Use it.
7096         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
7097         (closedir, dirfd, opendir, scandir, alphasort): Use it.
7098         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
7099         (open, openat): Use it.
7100         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
7101         (fnmatch): Use it.
7102         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
7103         (getopt, getopt_long, getopt_long_only): Use it.
7104         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
7105         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
7106         Use it.
7107         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
7108         (iconv_open): Use it.
7109         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
7110         (strtoimax, strtoumax): Use it.
7111         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
7112         (duplocale): Use it.
7113         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
7114         (frexp, frexpl): Use it.
7115         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
7116         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
7117         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
7118         (tsearch, tfind, tdelete, twalk): Use it.
7119         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
7120         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
7121         sigpending): Use it.
7122         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
7123         (posix_spawn, posix_spawnp, posix_spawnattr_init,
7124         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
7125         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
7126         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
7127         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
7128         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
7129         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
7130         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
7131         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
7132         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
7133         Use it.
7134         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
7135         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
7136         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
7137         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
7138         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
7139         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
7140         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
7141         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
7142         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
7143         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
7144         strtoull, unsetenv): Use it.
7145         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
7146         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
7147         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
7148         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
7149         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
7150         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
7151         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
7152         (strcasecmp, strncasecmp): Use it.
7153         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
7154         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
7155         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
7156         rpl_setsockopt): Use it.
7157         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
7158         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
7159         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
7160         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
7161         (gettimeofday): Use it.
7162         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
7163         (times): Use it.
7164         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
7165         (uname): Use it.
7166         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
7167         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
7168         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
7169         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
7170         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
7171         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
7172         unlinkat, write): Use it.
7173         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
7174         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
7175         * lib/argv-iter.h: Include arg-nonnull.h.
7176         (_ATTRIBUTE_NONNULL_): Remove macro.
7177         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
7178         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
7179         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
7180         optimization.
7181         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
7182         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
7183         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
7184         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
7185         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
7186         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
7187         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
7188         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
7189         * modules/arpa_inet (Depends-on): Add arg-nonnull.
7190         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
7191         * modules/dirent (Depends-on): Add arg-nonnull.
7192         (Makefile.am): Insert arg-nonnull.h into dirent.h.
7193         * modules/fcntl-h (Depends-on): Add arg-nonnull.
7194         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
7195         * modules/fnmatch (Depends-on): Add arg-nonnull.
7196         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
7197         * modules/getopt-posix (Depends-on): Add arg-nonnull.
7198         (Makefile.am): Insert arg-nonnull.h into getopt.h.
7199         * modules/glob (Depends-on): Add arg-nonnull.
7200         (Makefile.am): Insert arg-nonnull.h into glob.h.
7201         * modules/iconv_open (Depends-on): Add arg-nonnull.
7202         (Makefile.am): Insert arg-nonnull.h into iconv.h.
7203         * modules/inttypes (Depends-on): Add arg-nonnull.
7204         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
7205         * modules/locale (Depends-on): Add arg-nonnull.
7206         (Makefile.am): Insert arg-nonnull.h into locale.h.
7207         * modules/math (Depends-on): Add arg-nonnull.
7208         (Makefile.am): Insert arg-nonnull.h into math.h.
7209         * modules/netdb (Depends-on): Add arg-nonnull.
7210         (Makefile.am): Insert arg-nonnull.h into netdb.h.
7211         * modules/search (Depends-on): Add arg-nonnull.
7212         (Makefile.am): Insert arg-nonnull.h into search.h.
7213         * modules/signal (Depends-on): Add arg-nonnull.
7214         (Makefile.am): Insert arg-nonnull.h into signal.h.
7215         * modules/spawn (Depends-on): Add arg-nonnull.
7216         (Makefile.am): Insert arg-nonnull.h into spawn.h.
7217         * modules/stdio (Depends-on): Add arg-nonnull.
7218         (Makefile.am): Insert arg-nonnull.h into stdio.h.
7219         * modules/stdlib (Depends-on): Add arg-nonnull.
7220         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
7221         * modules/string (Depends-on): Add arg-nonnull.
7222         (Makefile.am): Insert arg-nonnull.h into string.h.
7223         * modules/strings (Depends-on): Add arg-nonnull.
7224         (Makefile.am): Insert arg-nonnull.h into strings.h.
7225         * modules/sys_socket (Depends-on): Add arg-nonnull.
7226         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
7227         * modules/sys_stat (Depends-on): Add arg-nonnull.
7228         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
7229         * modules/sys_time (Depends-on): Add arg-nonnull.
7230         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
7231         * modules/sys_times (Depends-on): Add arg-nonnull.
7232         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
7233         * modules/sys_utsname (Depends-on): Add arg-nonnull.
7234         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
7235         * modules/time (Depends-on): Add arg-nonnull.
7236         (Makefile.am): Insert arg-nonnull.h into time.h.
7237         * modules/unistd (Depends-on): Add arg-nonnull.
7238         (Makefile.am): Insert arg-nonnull.h into unistd.h.
7239         * modules/wchar (Depends-on): Add arg-nonnull.
7240         (Makefile.am): Insert arg-nonnull.h into wchar.h.
7241         * modules/argv-iter (Depends-on): Add arg-nonnull.
7242         * tests/test-canonicalize.c (null_ptr): New function.
7243         (main): Use it.
7244         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
7245         (main): Use it.
7246         * tests/test-memmem.c (null_ptr): New function.
7247         (main): Use it.
7248         Reported by Jim Meyering.
7249
7250 2009-12-10  Bruno Haible  <bruno@clisp.org>
7251
7252         Use spaces for indentation, not tabs.
7253         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
7254         * m4/*.m4: Untabify.
7255         * build-aux/*.h: Untabify.
7256         * tests/**/*.[hc]: Untabify.
7257         * README: New section "Indent with spaces, not TABs", based on
7258         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
7259         * NEWS: Mention the change.
7260
7261 2009-12-10  Bruno Haible  <bruno@clisp.org>
7262
7263         pty test: Fix link error.
7264         * modules/pty-tests (Makefile.am): Add the default LDADD value to
7265         test_pty_LDADD.
7266
7267 2009-12-07  Simon Josefsson  <simon@josefsson.org>
7268
7269         * modules/pty: New file.
7270         * modules/pty-tests: New file.
7271         * m4/pty.m4: New file.
7272         * tests/test-pty.c: New file.
7273         * doc/glibc-headers/pty.texi: Modified.
7274         * doc/glibc-functions/forkpty.texi: Modified.
7275         * doc/glibc-functions/openpty.texi: Modified.
7276
7277 2009-12-10  Bruno Haible  <bruno@clisp.org>
7278
7279         Avoid syntax error in C++ mode.
7280         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
7281
7282 2009-12-10  Bruno Haible  <bruno@clisp.org>
7283
7284         Use sed with option -e.
7285         * gnulib-tool (func_version, func_emit_copyright_notice,
7286         func_emit_initmacro_end, func_import, func_create_testdir): Pass
7287         option -e to sed.
7288         * modules/link-warning (Makefile.am): Likewise.
7289
7290 2009-12-10  Jim Meyering  <meyering@redhat.com>
7291
7292         mgetgroups: do not write bytes beyond end of malloc'd buffer
7293         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
7294         username, we call getgroups with a one-element-shorter buffer,
7295         but still told it the length was original, max_n_groups.
7296
7297 2009-12-09  Eric Blake  <ebb9@byu.net>
7298
7299         cloexec: relax license
7300         * modules/cloexec (Maintainer): Add myself.
7301         (License): Use LGPL, not GPL.
7302
7303         link-warning: optimize generation
7304         * modules/link-warning (Makefile.am): Reduce process usage.
7305
7306 2009-12-09  Bruno Haible  <bruno@clisp.org>
7307
7308         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
7309         workaround was added on 2009-11-17.
7310
7311 2009-12-09  Jim Meyering  <meyering@redhat.com>
7312             Bruno Haible  <bruno@clisp.org>
7313
7314         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
7315         * modules/link-warning (Makefile.am): Make the comment-removing sed
7316         command more robust in the face of bootstrap-prepended comment lines.
7317
7318 2009-12-09  Bruno Haible  <bruno@clisp.org>
7319
7320         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
7321         most one group.
7322
7323 2009-12-09  Simon Josefsson <simon@josefsson.org>
7324             Bruno Haible  <bruno@clisp.org>
7325
7326         * build-aux/link-warning.h: Add copyright notice.
7327         * modules/link-warning (Makefile.am): Generate link-warning.h from
7328         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
7329         * NEWS: Mention change in link-warning module.
7330         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
7331         * modules/dirent (Makefile.am): Add dependency to dirent.h.
7332         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
7333         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
7334         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
7335         * modules/math (Makefile.am): Add dependency to math.h.
7336         * modules/search (Makefile.am): Add dependency to search.h.
7337         * modules/signal (Makefile.am): Add dependency to signal.h.
7338         * modules/spawn (Makefile.am): Add dependency to spawn.h.
7339         * modules/stdio (Makefile.am): Add dependency to stdio.h.
7340         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
7341         * modules/string (Makefile.am): Add dependency to string.h.
7342         * modules/strings (Makefile.am): Add dependency to strings.h.
7343         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
7344         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
7345         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
7346         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
7347         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
7348         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
7349         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
7350         * modules/unistd (Makefile.am): Add dependency to unistd.h.
7351         * modules/wchar (Makefile.am): Add dependency to wchar.h.
7352
7353 2009-12-09  Bruno Haible  <bruno@clisp.org>
7354
7355         fchdir: Optimize away rpl_fstat when possible.
7356         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
7357         REPLACE_OPEN_DIRECTORY.
7358         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
7359
7360 2009-12-09  Bruno Haible  <bruno@clisp.org>
7361
7362         * lib/fchdir.c: Update comment.
7363
7364 2009-12-09  Bruno Haible  <bruno@clisp.org>
7365
7366         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
7367
7368 2009-12-08  Eric Blake  <ebb9@byu.net>
7369
7370         fchdir: avoid memory leak on re-registration.
7371         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
7372
7373 2009-12-08  Jim Meyering  <meyering@redhat.com>
7374
7375         init.sh: avoid Solaris 10 /bin/sh portability problem
7376         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
7377         sourced script:
7378           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
7379           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
7380           bar
7381         tests/init.sh relied on that, accepting a --set-path=DIR argument,
7382         and two tests used that idiom.
7383         * tests/init.sh: Update suggested usage comments.
7384         (path_prepend_): New function, to be used in place
7385         of the --src-path=DIR option.
7386         (setup_): Move PATH-prepending code into path_prepend_.
7387         * tests/test-pread.sh: Adapt to new usage.
7388         * tests/test-xalloc-die.sh: Likewise.
7389
7390 2009-12-08  Simon Josefsson  <simon@josefsson.org>
7391
7392         * doc/gnulib.texi (Glibc pty.h): Add.
7393         * doc/glibc-functions/forkpty.texi: Add.
7394         * doc/glibc-functions/openpty.texi: Add.
7395         Suggested by Bruno Haible.
7396
7397 2009-12-08  Eric Blake  <ebb9@byu.net>
7398
7399         fchdir: fix logic bugs
7400         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
7401         * tests/test-fchdir.c (main): Enhance test.
7402         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
7403         is in use.
7404
7405         dup2: fix logic bugs
7406         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
7407         REPLACE_DUP2 to decide when rpl_dup2 is needed.
7408         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
7409         exists.
7410         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
7411
7412 2009-12-07  Eric Blake  <ebb9@byu.net>
7413
7414         unlink: fix m4 detection
7415         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
7416
7417         unistd-safer: add unit test
7418         * modules/unistd-safer-tests: New file.
7419         * tests/test-dup-safer.c: Likewise.
7420         * tests/test-cloexec.c (setmode): Avoid compiler warning.
7421         * tests/test-dup2.c (setmode): Likewise.
7422         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
7423
7424         cloexec: preserve text vs. binary across dup_cloexec
7425         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
7426         mode.
7427         * modules/dup2-tests (Depends-on): Add binary-io.
7428         * modules/cloexec-tests (Depends-on): Likewise.
7429         * tests/test-dup2.c (setmode, is_mode): New helpers.
7430         (main): Add tests that translation mode is preserved.
7431         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
7432         Reported by Bruno Haible.
7433
7434         mgetgroups: reduce duplicate listings
7435         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
7436         resulting array.
7437         * tests/test-chown.h (test_chown): Simplify client.
7438         * tests/test-lchown.h (test_lchown): Likewise.
7439
7440 2009-12-06  Bruno Haible  <bruno@clisp.org>
7441
7442         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
7443         value.
7444
7445 2009-12-06  Bruno Haible  <bruno@clisp.org>
7446
7447         * lib/progname.c: Include stdio.h, stdlib.h.
7448         (set_program_name): Reject a NULL argument.
7449
7450 2009-12-05  Eric Blake  <ebb9@byu.net>
7451
7452         pipe2-safer: new module
7453         * modules/pipe2-safer: New file.
7454         * lib/unistd-safer.h (pipe2_safer): New prototype.
7455         * lib/unistd--.h (pipe2): New wrapper.
7456         * lib/pipe-safer.c (pipe2_safer): New function.
7457         * modules/pipe (Depends-on): Add pipe2-safer.
7458         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
7459
7460         stdlib-safer: preserve cloexec flag for mkostemp[s]
7461         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
7462         fd_safer_flag.
7463
7464         unistd-safer: allow preservation of cloexec status via flag
7465         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
7466         prototypes.
7467         * lib/dup-safer.c (dup_safer_flag): New function.
7468         * lib/fd-safer.c (fd_safer_flag): Likewise.
7469         * modules/cloexec (configure.ac): Set witness.
7470
7471         test-dup2: enhance test
7472         * modules/dup2-tests (Depends-on): Add cloexec.
7473         * tests/test-dup2.c (main): Enhance test.
7474
7475         cloexec: add dup_cloexec
7476         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
7477         header and comments.
7478         * lib/cloexec.c (set_cloexec_flag): Add comments.
7479         (dup_cloexec): New function, with mingw implementation borrowed
7480         from...
7481         * lib/w32spawn.h (dup_noinherit): ...here.
7482         * modules/execute (Depends-on): Add cloexec.
7483         * modules/pipe (Depends-on): Likewise.
7484         * modules/cloexec (Depends-on): Add dup2.
7485         * modules/cloexec-tests (Files): New file.
7486         * tests/test-cloexec.c: Likewise.
7487
7488         test-xalloc-die: fix test for mingw
7489         * modules/xalloc-die-tests (Files): Add tests/init.sh.
7490         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
7491         directory and .exe suffix off argv[0] output.
7492
7493         test-fseeko: fix test for mingw
7494         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
7495         than undefining fseek, so test will pass on mingw.
7496
7497 2009-12-05  Bruno Haible  <bruno@clisp.org>
7498
7499         * lib/progname.h (set_program_name): Clarify specification.
7500         * lib/progname.c (set_program_name): Likewise.
7501         Reported by Jim Meyering.
7502
7503 2009-12-05  Jim Meyering  <meyering@redhat.com>
7504
7505         maint.mk: backslash-escape parens in default regexp
7506         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
7507         backslash-escape the literal parentheses.
7508
7509         maint.mk: news-date-check: use grep -E
7510         * top/maint.mk (today): Define a Make variable, not a...
7511         (news-date-check): ...shell variable.
7512         (news-date-regexp): Use the Make variable.
7513         Use grep's -E option.  Change the failing diagnostic to mention
7514         the variable, $(news-date-regexp).
7515
7516 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
7517
7518         maintainer-makefile: allow customization of NEWS entry format
7519         * top/maint.mk (news-date-regexp): New overridable variable.
7520         (news-date-check): Use it.
7521
7522 2009-12-04  Eric Blake  <ebb9@byu.net>
7523
7524         mgetgroups: add xgetgroups, and avoid ENOSYS failures
7525         * lib/mgetgroups.h (xgetgroups): New prototype.
7526         * lib/mgetgroups.c (xgetgroups): New wrapper.
7527         (mgetgroups): Handle ENOSYS.
7528         * modules/mgetgroups (Depends-on): Add realloc.
7529         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
7530
7531         mgetgroups: avoid argument promotion issues with -1
7532         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
7533         for invalid gid_t.
7534         * tests/test-chown.h (getegid, test_chown): Likewise.
7535         * tests/test-lchown.h (getegid, test_lchown): Likewise.
7536
7537 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
7538
7539         exclude: Fix header file problems.
7540         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
7541
7542 2009-12-01  Jim Meyering  <meyering@redhat.com>
7543
7544         fts: fts_open: do not let an empty string cause immediate failure
7545         This is required in support of GNU rm, for which the command
7546         "rm A '' B" must process and remove both A and B, in spite of
7547         the empty string argument.
7548         * lib/fts.c (fts_open): Do not let the presence of an empty string
7549         cause fts_open to fail immediately.  Most fts-using tools must be
7550         able to process all arguments, in order, and can be expected to
7551         diagnose such arguments themselves.
7552
7553 2009-11-30  Eric Blake  <ebb9@byu.net>
7554
7555         utimens: fix compilation error
7556         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
7557         Declare variable at right scope.
7558
7559 2009-11-29  Jim Meyering  <meyering@redhat.com>
7560
7561         bootstrap: handle perl-5.11's changed --version output
7562         * build-aux/bootstrap (get_version): Handle perl separately,
7563         since perl-5.11's --version output is different.
7564
7565 2009-11-28  Jim Meyering  <meyering@redhat.com>
7566
7567         userspec: depend on the inttostr module, too
7568         * modules/userspec (Depends-on): Add inttostr.
7569
7570         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
7571         * lib/userspec.c (parse_with_separator): Do not accept a user ID
7572         number of MAXUID when it evaluates to (uid_t) -1.
7573         Likewise for group ID.  Reported by Matt McCutchen in
7574         <http://savannah.gnu.org/bugs/?28113>
7575
7576         userspec: reformat to use spaces, not TABs
7577         * lib/userspec.c: Expand TABs to spaces.
7578         Add Emacs' "indent-tabs-mode: nil" hint.
7579
7580 2009-11-27  Eric Blake  <ebb9@byu.net>
7581
7582         getopt-gnu: flush out another BSD bug
7583         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
7584         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
7585         flush out BSD bug.
7586         * tests/test-getopt.h (test_getopt): End lists with NULL.
7587         * tests/test-getopt_long.h (test_getopt_long): Likewise.
7588         (test_getopt_long_posix): Enhance test.
7589         * modules/getopt-posix-tests (Depends-on): Add stdbool.
7590         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
7591         getopt-gnu.
7592         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7593         Likewise.
7594
7595 2009-11-27  Simon Josefsson  <simon@josefsson.org>
7596
7597         * modules/idpriv-droptemp-tests (Notice): Fix text.
7598
7599 2009-11-27  Jim Meyering  <meyering@redhat.com>
7600
7601         test-xalloc-die: avoid spurious failure due to libtool argv difference
7602         In a libtool-enabled project, this test would fail due to a difference
7603         in the emitted program name, e.g.,
7604         -test-xalloc-die: memory exhausted
7605         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
7606         Use program to avoid that.
7607         * modules/xalloc-die-tests (Depends-on): Add progname.
7608         * tests/test-xalloc-die.c: Include progname.h".
7609         (program_name): Remove decl.
7610         (main): Call set_program_name.
7611         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
7612
7613 2009-11-26  Richard Jones  <rjones@redhat.com>
7614
7615         w32sock: leave win32 error in place.
7616         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
7617
7618 2009-11-26  Eric Blake  <ebb9@byu.net>
7619
7620         init.sh: suggest to use skip_ and fail_ functions in comments
7621         * tests/init.sh: Add a sentence.
7622
7623 2009-11-25  Bruno Haible  <bruno@clisp.org>
7624
7625         init.sh: add documentation in comments
7626         * tests/init.sh: Add some developer and user documentation.
7627
7628 2009-11-26  Jim Meyering  <meyering@redhat.com>
7629
7630         init.sh: accommodate even those who specify bogus srcdir manually
7631         * tests/init.sh: Normally, srcdir is guaranteed by automake and
7632         configure-time tests to be sanitized, so that there is no need to
7633         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
7634         (with no double quotes) suffices.  However, since tests may be
7635         invoked manually, and since you may explicitly set srcdir to the
7636         name of a directory containing spaces, do quote its uses here.
7637         * tests/test-pread.sh: Likewise.
7638         Suggested by Bruno Haible.
7639
7640         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
7641         * tests/test-pread.sh: Write no data into the pipe, because
7642         test-pread actually reads none.  This avoids a diagnostic,
7643         "bash: echo: write error: Broken pipe", that arises in the unusual
7644         event something is ignoring SIGPIPE, and might be interpreted
7645         as some sort of failure.  Reported by Bruno Haible.
7646
7647 2009-11-25  Jim Meyering  <meyering@redhat.com>
7648
7649         test-pread: cover failure with ESPIPE and EINVAL
7650         * tests/test-pread.c (main): Test for failure, too.
7651         * tests/test-pread.sh: Invoke with stdin on a pipe.
7652         Suggested by Eric Blake.
7653
7654         pread: improvement and fix
7655         * modules/pread (Depends-on): Depend on lseek, for portability to
7656         e.g., mingw.  Suggested by Eric Blake.
7657         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
7658
7659         unistd.in.h: correct declaration of pread
7660         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
7661         Reported by Richard W.M. Jones.
7662
7663         test-pread.sh: distribute the test script
7664         * modules/pread-tests (Files): Include test-pread.sh.
7665
7666         test-pread.sh: clean up
7667         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
7668         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
7669         That is unnecessary, since it's always ".".
7670         Suggestion from Eric Blake.
7671
7672         test-pread.sh: make executable
7673         * tests/test-pread.sh: Set executable bit.
7674         Reported by Eric Blake.
7675
7676         correct typo in test-pread.sh
7677         * tests/test-pread.sh: Add #! line.
7678
7679         test pread
7680         * tests/test-pread.c: New file.
7681         * tests/test-pread.sh: Likewise.
7682         * modules/pread-tests: Likewise.
7683
7684         pread: new module
7685         * modules/pread: New file.
7686         * lib/unistd.in.h (pread): Define/declare.
7687         * lib/pread.c (pread): New file.
7688         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
7689         * modules/unistd (Makefile.am): Substitute witnesses.
7690         * doc/posix-functions/pread.texi (pread): Update.
7691         * MODULES.html.sh: Add pread.
7692
7693 2009-11-25  Jim Meyering  <meyering@redhat.com>
7694
7695         tests/init.sh: new file to be used via most *.sh tests
7696         * tests/init.sh: New file.
7697
7698 2009-11-25  Eric Blake  <ebb9@byu.net>
7699
7700         utimens: work around older Linux failure with symlinks
7701         * lib/utimens.c (lutimensat_works_really): New variable.
7702         (fdutimens, lutimens): Use it to manage kernels that support
7703         nanosecond times on files, but not on symlinks.
7704         Reported by Ondřej Vašík.
7705
7706         utimes: fix configure grammar
7707         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
7708
7709 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
7710
7711         regex: Fix fastmap for multibyte character ranges.
7712         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
7713         characters when a multibyte character range is included.
7714
7715 2009-11-22  Andy Wingo  <wingo@pobox.com>
7716
7717         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
7718         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
7719
7720 2009-11-24  Bruno Haible  <bruno@clisp.org>
7721
7722         doc: Most *_l functions exist in MacOS X 10.5.
7723         * doc/posix-functions/duplocale.texi: Update platforms list.
7724         * doc/posix-functions/freelocale.texi: Likewise.
7725         * doc/posix-functions/newlocale.texi: Likewise.
7726         * doc/posix-functions/uselocale.texi: Likewise.
7727         * doc/posix-functions/isalnum_l.texi: Likewise.
7728         * doc/posix-functions/isalpha_l.texi: Likewise.
7729         * doc/posix-functions/isblank_l.texi: Likewise.
7730         * doc/posix-functions/iscntrl_l.texi: Likewise.
7731         * doc/posix-functions/isdigit_l.texi: Likewise.
7732         * doc/posix-functions/isgraph_l.texi: Likewise.
7733         * doc/posix-functions/islower_l.texi: Likewise.
7734         * doc/posix-functions/isprint_l.texi: Likewise.
7735         * doc/posix-functions/ispunct_l.texi: Likewise.
7736         * doc/posix-functions/isspace_l.texi: Likewise.
7737         * doc/posix-functions/isupper_l.texi: Likewise.
7738         * doc/posix-functions/iswalnum_l.texi: Likewise.
7739         * doc/posix-functions/iswalpha_l.texi: Likewise.
7740         * doc/posix-functions/iswblank_l.texi: Likewise.
7741         * doc/posix-functions/iswcntrl_l.texi: Likewise.
7742         * doc/posix-functions/iswctype_l.texi: Likewise.
7743         * doc/posix-functions/iswdigit_l.texi: Likewise.
7744         * doc/posix-functions/iswgraph_l.texi: Likewise.
7745         * doc/posix-functions/iswlower_l.texi: Likewise.
7746         * doc/posix-functions/iswprint_l.texi: Likewise.
7747         * doc/posix-functions/iswpunct_l.texi: Likewise.
7748         * doc/posix-functions/iswspace_l.texi: Likewise.
7749         * doc/posix-functions/iswupper_l.texi: Likewise.
7750         * doc/posix-functions/iswxdigit_l.texi: Likewise.
7751         * doc/posix-functions/isxdigit_l.texi: Likewise.
7752         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
7753         * doc/posix-functions/strcasecmp_l.texi: Likewise.
7754         * doc/posix-functions/strcoll_l.texi: Likewise.
7755         * doc/posix-functions/strfmon_l.texi: Likewise.
7756         * doc/posix-functions/strftime_l.texi: Likewise.
7757         * doc/posix-functions/strncasecmp_l.texi: Likewise.
7758         * doc/posix-functions/strxfrm_l.texi: Likewise.
7759         * doc/posix-functions/tolower_l.texi: Likewise.
7760         * doc/posix-functions/toupper_l.texi: Likewise.
7761         * doc/posix-functions/towctrans_l.texi: Likewise.
7762         * doc/posix-functions/towlower_l.texi: Likewise.
7763         * doc/posix-functions/towupper_l.texi: Likewise.
7764         * doc/posix-functions/wcscoll_l.texi: Likewise.
7765         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
7766         * doc/posix-functions/wctrans_l.texi: Likewise.
7767         * doc/posix-functions/wctype_l.texi: Likewise.
7768         * doc/glibc-functions/strptime_l.texi: Likewise.
7769         * doc/glibc-functions/strtod_l.texi: Likewise.
7770         * doc/glibc-functions/strtof_l.texi: Likewise.
7771         * doc/glibc-functions/strtol_l.texi: Likewise.
7772         * doc/glibc-functions/strtold_l.texi: Likewise.
7773         * doc/glibc-functions/strtoll_l.texi: Likewise.
7774         * doc/glibc-functions/strtoul_l.texi: Likewise.
7775         * doc/glibc-functions/strtoull_l.texi: Likewise.
7776         * doc/glibc-functions/wcsftime_l.texi: Likewise.
7777         * doc/glibc-functions/wcstod_l.texi: Likewise.
7778         * doc/glibc-functions/wcstof_l.texi: Likewise.
7779         * doc/glibc-functions/wcstol_l.texi: Likewise.
7780         * doc/glibc-functions/wcstold_l.texi: Likewise.
7781         * doc/glibc-functions/wcstoll_l.texi: Likewise.
7782         * doc/glibc-functions/wcstoul_l.texi: Likewise.
7783         * doc/glibc-functions/wcstoull_l.texi: Likewise.
7784
7785 2009-11-24  Bruno Haible  <bruno@clisp.org>
7786
7787         duplocale: Fix logic bug.
7788         * lib/duplocale.c: Don't include <langinfo.h>.
7789         (_NL_LOCALE_NAME): Remove macro.
7790         (rpl_duplocale): Use setlocale instead of nl_langinfo.
7791         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
7792
7793 2009-11-23  Jim Meyering  <meyering@redhat.com>
7794
7795         test-update-copyright: don't hard-code /usr/bin/perl
7796         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
7797         perl to print the current year.  Gilles Espinasse reported that
7798         the replaced use of perl was hard-coded as /usr/bin/perl.
7799
7800 2009-11-23  Bruno Haible  <bruno@clisp.org>
7801
7802         duplocale: Add support for glibc 2.3.x.
7803         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
7804
7805 2009-11-22  Bruno Haible  <bruno@clisp.org>
7806
7807         vasnprintf: Tiny optimization.
7808         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
7809         MacOS X.
7810
7811 2009-11-22  Bruno Haible  <bruno@clisp.org>
7812
7813         Tests for module 'duplocale'.
7814         * modules/duplocale-tests: New file.
7815         * tests/test-duplocale.c: New file.
7816
7817         New module 'duplocale'.
7818         * m4/duplocale.m4: New file.
7819         * lib/locale.in.h (duplocale): New declaration.
7820         * lib/duplocale.c: New file.
7821         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
7822         gl_LOCALE_H_DEFAULTS): New macros.
7823         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
7824         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
7825         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
7826         REPLACE_DUPLOCALE.
7827         * modules/duplocale: New file.
7828         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
7829
7830 2009-11-22  Bruno Haible  <bruno@clisp.org>
7831
7832         * modules/locale-tests (configure.ac): Test for newlocale function.
7833         * tests/test-locale.c: When the system has extended locale functions,
7834         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
7835
7836         locale: Make locale_t available when possible.
7837         * lib/locale.in.h: Include <xlocale.h> when it exists.
7838         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
7839         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
7840         * modules/locale (Depends-on): Add extensions.
7841         (Makefile.am): Also substitute HAVE_XLOCALE_H.
7842         * doc/posix-headers/locale.texi: Document the problem with locale_t.
7843
7844 2009-11-22  Bruno Haible  <bruno@clisp.org>
7845
7846         Add comments.
7847         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
7848         invocation.
7849         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
7850         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
7851         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
7852
7853 2009-11-22  Bruno Haible  <bruno@clisp.org>
7854
7855         error: account for the possibility of freopen (stdout).
7856         * lib/error.c: Include <unistd.h>.
7857         (flush_stdout): New function, extracted from error and error_at_line.
7858         Determine stdout's fd dynamically.
7859         (error, error_at_line): Invoke flush_stdout.
7860         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
7861         * modules/error (Depends-on): Add unistd.
7862
7863 2009-11-22  Bruno Haible  <bruno@clisp.org>
7864
7865         diffseq: Add comment.
7866         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
7867
7868 2009-11-22  Jim Meyering  <meyering@redhat.com>
7869
7870         c-stack: avoid defining an unused static function
7871         * lib/c-stack.c (find_stack_direction): Do not define this function
7872         when it will not be used.
7873
7874         diffseq: avoid spurious gcc warnings
7875         * lib/diffseq.h (IF_LINT2): Define.
7876         (compareseq): Use it to initialize two members of "part".
7877         This avoids two used-uninitialized warnings.
7878
7879 2009-11-21  Jim Meyering  <meyering@redhat.com>
7880
7881         c-stack: avoid "ignoring return value of `write'" warning
7882         * lib/c-stack.c: Include "ignore-value.h".
7883         (die): Explicitly ignore each write return value.
7884         * modules/c-stack (Depends-on): Add ignore-value.
7885
7886 2009-11-21  Bruno Haible  <bruno@clisp.org>
7887
7888         diffseq: reduce scope of variable 'best'.
7889         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
7890         variable, earlier used for two different purposes.
7891
7892 2009-11-21  Jim Meyering  <meyering@redhat.com>
7893
7894         diffseq: remove useless assignment to "best"
7895         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
7896         assignment.  At that point "best" is already guaranteed to be zero.
7897
7898 2009-11-20  Eric Blake  <ebb9@byu.net>
7899
7900         build: mention ftp redirector in release announcements
7901         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
7902         values that used to come from cfg.mk; mention FTP redirect URL.
7903         * build-aux/announce-gen: Mention the mirror list.
7904         Suggested by Karl Berry.
7905
7906         nanosleep: improve port to mingw
7907         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
7908         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
7909         LIB_NANOSLEEP, but only when needed.
7910         * modules/select (Link): Document LIBSOCKET.
7911         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
7912         enough.
7913
7914         nanosleep: work around cygwin bug
7915         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
7916         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
7917         bug.
7918         (getnow): Delete, not needed.
7919         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
7920         LIB_CLOCK_GETTIME.
7921         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
7922         clock-time, gettime.
7923         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
7924         bug.
7925         * modules/nanosleep-tests: New test.
7926         * tests/test-nanosleep.c: New file.
7927
7928         sleep: work around cygwin bug
7929         * lib/sleep.c (rpl_sleep): Work around the bug.
7930         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
7931         (gl_PREREQ_SLEEP): Delete unused macro.
7932         * modules/sleep (Depends-on): Add verify.
7933         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
7934         * modules/unistd (Makefile.am): Substitute witness.
7935         * lib/unistd.in.h (sleep): Update prototype.
7936         * doc/posix-functions/sleep.texi (sleep): Document the bug.
7937         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
7938         * modules/sleep-tests (Depends-on): Check for alarm.
7939
7940 2009-11-20  Jim Meyering  <meyering@redhat.com>
7941
7942         maint.mk: improve sc_prohibit_magic_number_exit
7943         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
7944         so it does not match uses like System.exit(1).
7945         Add comments showing how to correct all offenders.
7946
7947 2009-11-19  Eric Blake  <ebb9@byu.net>
7948
7949         xalloc-die-tests: add missing library
7950         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
7951
7952         test-xvasprintf: silence compiler warnings
7953         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
7954         empty string from gcc.
7955
7956 2009-11-19  Jim Meyering  <meyering@redhat.com>
7957
7958         xfreopen: new module, from coreutils
7959         * modules/xfreopen: New module.
7960         * lib/xfreopen.c: New file.
7961         * lib/xfreopen.h: New file.
7962         * MODULES.html.sh (File stream based Input/Output"): Add it.
7963
7964 2009-11-19  Eric Blake  <ebb9@byu.net>
7965
7966         manywarnings: depend on warnings
7967         * modules/manywarnings (Depends-on): Add warnings.
7968
7969         build: avoid compiler warnings
7970         * lib/select.c (rpl_select): Delete unused variable.
7971         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
7972
7973 2009-11-18  Eric Blake  <ebb9@byu.net>
7974
7975         tests: avoid false negative with --with-packager
7976         * tests/test-version-etc.sh: Discard packager information.
7977         * tests/test-argp-version-etc-1.sh: Likewise.
7978         Reported by Mike Frysinger.
7979
7980         utimens: fix regression on Solaris
7981         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
7982         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
7983         can only change fd timestamps via futimesat.  Instead, use an
7984         additional witness macro to avoid BSD bug.
7985         Reported by Jim Meyering.
7986
7987 2009-11-17  Eric Blake  <ebb9@byu.net>
7988
7989         usleep: use it to simplify tests
7990         * modules/stat-time-tests (Depends-on): Add usleep.
7991         (configure.ac): Drop usleep check.
7992         * modules/chown-tests (Depends-on, configure.ac): Likewise.
7993         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
7994         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
7995         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
7996         * modules/openat-tests (Depends-on, configure.ac): Likewise.
7997         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
7998         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
7999         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
8000         Likewise.
8001         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
8002         * tests/test-lchown.h (nap): Likewise.
8003         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
8004         * tests/test-stat-time.c (nap): Likewise.
8005         * tests/test-utimens-common.h (nap): Update comments.
8006
8007         usleep: new module
8008         * modules/usleep: New file.
8009         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
8010         * lib/usleep.c (usleep): Likewise.
8011         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
8012         * modules/unistd (Makefile.am): Substitute witnesses.
8013         * lib/unistd.in.h (usleep): Add declaration.
8014         * doc/pastposix-functions/usleep.texi (usleep): Document this.
8015         * MODULES.html.sh (Date and time): Likewise.
8016         * modules/usleep-tests (Depends-on): New test.
8017         * tests/test-usleep.c: New file.
8018
8019         chown: work around OpenBSD bug
8020         * lib/chown.c (rpl_chown): Work around the bug.
8021         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
8022         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
8023         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
8024         * modules/chown (Depends-on): Add stdbool.
8025         * modules/lchown (Depends-on): Likewise.
8026         * doc/posix-functions/chown.texi (chown): Document the bug.
8027         * doc/posix-functions/lchown.texi (lchown): Likewise.
8028         * tests/test-lchown.h (test_chown): Relax test.
8029
8030         mkstemp: avoid conflict with C++ keyword template
8031         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
8032         * lib/mkostemp.c (mkostemp): Likewise.
8033         * lib/mkostemps.c (mkostemps): Likewise.
8034         * lib/mkstemp.c (mkstemp): Likewise.
8035         * lib/mkstemps.c (mkstemps): Likewise.
8036
8037         xalloc-die-tests: optimize
8038         * tests/test-xalloc-die.sh: Reduce number of processes.
8039
8040 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8041
8042         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
8043         patch from ludo@gnu.org (Ludovic Courtès).
8044
8045 2009-11-17  Jim Meyering  <meyering@redhat.com>
8046
8047         version-etc: use proper license string
8048         * modules/version-etc (License): Use LGPL, not LGPLv3+.
8049         * modules/version-etc-fsf: Likewise.
8050
8051 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8052
8053         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
8054         printed to stdout.  Deal with EOL differences.
8055
8056 2009-11-17  Eric Blake  <ebb9@byu.net>
8057
8058         unsetenv: work around Solaris bug
8059         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
8060         * lib/unsetenv.c (rpl_unsetenv): Work around it.
8061         Reported by Jim Meyering.
8062
8063         vasnprintf: avoid compiler warnings
8064         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
8065         variables.
8066         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
8067
8068 2009-11-17  Simon Josefsson  <simon@josefsson.org>
8069
8070         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
8071         settings since xalloc-die is no longer the self test,
8072         xalloc-die.sh is.
8073
8074 2009-11-17  Jim Meyering  <meyering@redhat.com>
8075
8076         test-xalloc-die.sh: make the code agree with the commit log
8077         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
8078         at the end, just in case you happen to have a test-xalloc-die
8079         program in some other PATH directory.
8080
8081         test-xalloc-die.sh: fix a portability bug
8082         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
8083         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
8084         Otherwise, argv[0] (as often seen in diagnostics) would be too
8085         system-dependent, sometimes with, and sometimes without the leading "./".
8086
8087         version-etc-fsf: relax license to LGPLv3+
8088         * modules/version-etc-fsf (License): Relax license.
8089
8090 2009-11-16  Eric Blake  <ebb9@byu.net>
8091
8092         xalloc-die-tests: avoid printing null pointer
8093         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
8094         shell script.
8095         * tests/test-xalloc-die.c (program_name): Declare.
8096         * tests/test-xalloc-die.sh (tmpfiles): New file.
8097
8098         setenv, unsetenv: work around various bugs
8099         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
8100         (setenv) [HAVE_SETENV]: Work around bugs.
8101         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
8102         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
8103         for bugs.
8104         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
8105         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
8106         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
8107         * modules/stdlib (Makefile.am): Update substitutions.
8108         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
8109         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
8110         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8111         * modules/setenv-tests: New test.
8112         * modules/unsetenv-tests: Likewise.
8113         * tests/test-setenv.c: New file.
8114         * tests/test-unsetenv.c: Likewise.
8115
8116 2009-11-16  Jim Meyering  <meyering@redhat.com>
8117
8118         version-etc: relax license to LGPLv3+
8119         * modules/version-etc (License): Relax license.
8120
8121         better AC_REQUIRE expanded-before-required-warning avoidance
8122         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
8123         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
8124         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
8125         which is no longer needed.
8126
8127 2009-11-16  Eric Blake  <ebb9@byu.net>
8128
8129         test-freading: clean up temporary file
8130         * tests/test-freading.c (main): Remove file on success, and use
8131         ASSERT more liberally.
8132         Reported by Jim Meyering.
8133
8134 2009-11-16  Jim Meyering  <meyering@redhat.com>
8135
8136         avoid new AC_REQUIRE expanded-before-required warnings
8137         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
8138         merely using it.
8139         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
8140         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
8141
8142 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8143
8144         * tests/test-xalloc-die.c: New file.
8145         * modules/xalloc-die-tests: New file.
8146         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
8147         XFAIL_TESTS so it can be appended by modules.
8148
8149 2009-11-15  Simon Josefsson  <simon@josefsson.org>
8150
8151         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
8152         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
8153
8154 2009-11-14  Eric Blake  <ebb9@byu.net>
8155
8156         fnmatch: avoid compiler warning
8157         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
8158         to silence compiler warning about mismatch signedness in ?:.
8159         Reported by Robert Millan.
8160
8161         intprops: add double-inclusion guard
8162         * lib/intprops.h: Allow idempotent includes.
8163         Suggested by Bruce Korb.
8164
8165         openat: detect Solaris fchownat bug
8166         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
8167         penalizing glibc chownat when only lchownat is broken.
8168         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
8169         trailing slash bugs.
8170         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
8171         * modules/openat-tests (Files): Include more files.
8172         (Depends-on): Add mgetgroups, sleep, stat-time.
8173         (configure.ac): Add additional checks.
8174         (Makefile.am): Build new test.
8175         * tests/test-fchownat.c: New file.
8176
8177         lchown: detect Solaris and FreeBSD bug
8178         * lib/lchown.c (rpl_lchown): Work around bug.
8179         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
8180         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8181         * modules/unistd (Makefile.am): Populate it.
8182         * lib/unistd.in.h (lchown): Update declaration.
8183         * doc/posix-functions/lchown.texi (lchown): Document the bug.
8184         * modules/lchown-tests: New file.
8185         * tests/test-lchown.h (test_lchown): Likewise.
8186         * tests/test-lchown.c (main): Likewise.
8187
8188         chown: detect Solaris and FreeBSD bug
8189         * lib/chown.c (rpl_chown): Work around bug.
8190         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
8191         (gl_PREREQ_CHOWN): Delete.
8192         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
8193         * modules/unistd (Makefile.am): Populate it.
8194         * lib/unistd.in.h (chown): Update declaration.
8195         * lib/lchown.c (chown): Update client.
8196         * modules/lchown (Depends-on): Add lstat.
8197         * doc/posix-functions/chown.texi (chown): Document the bug.
8198         * doc/posix-functions/getgroups.texi (getgroups): Document
8199         getgroups pitfall.
8200         * modules/chown-tests: New file.
8201         * tests/test-chown.h (test_chown): Likewise.
8202         * tests/test-chown.c (main): Likewise.
8203
8204 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
8205
8206         gnulib-tool: correctly detect absence of m4 directories
8207         * gnulib-tool: Avoid extra newline on data passed to wc -l.
8208
8209 2009-11-14  Jim Meyering  <meyering@redhat.com>
8210
8211         maint.mk: Prohibit inclusion of "xalloc.h" without use.
8212         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8213
8214 2009-11-14  John W. Eaton  <jwe@gnu.org>
8215
8216         strftime.h: wrap funtion declaration in extern "C" block
8217         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
8218
8219 2009-11-13  Eric Blake  <ebb9@byu.net>
8220
8221         getgroups: avoid compiler warning
8222         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
8223
8224         getgroups: work around FreeBSD bug
8225         * lib/getgroups.c (rpl_getgroups): Work around the bug.
8226         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
8227         * doc/posix-functions/getgroups.texi (getgroups): Document it.
8228         * tests/test-getgroups.c (main): Fix buffer overrun.
8229
8230         getgroups: avoid compilation failure
8231         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
8232         * modules/getgroups (Depends-on): Add stdint.
8233
8234 2009-11-13  Jim Meyering  <meyering@redhat.com>
8235
8236         test-getgroups: avoid compilation failure
8237         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
8238
8239 2009-11-13  Eric Blake  <ebb9@byu.net>
8240
8241         mgetgroups: new module, taken from coreutils
8242         * modules/mgetgroups: New file.
8243         * lib/mgetgroups.h: Likewise.
8244         * lib/mgetgroups.c (mgetgroups): Likewise.
8245         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
8246         * MODULES.html.sh (Users and groups): Mention it.
8247
8248         getgroups: don't expose GETGROUPS_T to user
8249         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
8250         an element at a time if GETGROUPS_T is wrong size.
8251         * lib/getugroups.h (getugroups): Change signature.
8252         * lib/unistd.in.h (getgroups): Likewise.
8253         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
8254         signature needs fixing.
8255         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
8256         AC_TYPE_GETGROUPS.
8257         * modules/group-member (Depends-on): Add getgroups.
8258         * lib/group-member.c (group_info, get_group_info): Use gid_t.
8259         (group_member): Rely on getgroups replacement.
8260         * lib/getugroups.c (getugroups): Use gid_t.
8261         * tests/test-getgroups.c (main): Likewise.
8262         * NEWS: Mention the signature change.
8263         * doc/posix-functions/getgroups.texi (getgroups): Mention the
8264         problem with signature.
8265         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
8266         GETGROUPS_T is still useful for setgroups.
8267
8268         getgroups, getugroups: provide stubs for mingw
8269         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
8270         * lib/getugroups.c (getugroups): Likewise.
8271         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
8272         function.  Modernize replacement scheme.
8273         (gl_PREREQ_GETGROUPS): Delete.
8274         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
8275         * modules/getgroups (configure.ac): Declare witness.
8276         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
8277         * modules/unistd (Depends-on): Substitute witness.
8278         * lib/unistd.in.h (getgroups): Declare replacement.
8279
8280         getgroups: avoid calling exit
8281         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
8282         drop xalloc.
8283         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
8284         dependencies.
8285         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
8286         exiting, in the rare case of malloc failure.
8287
8288         getgroups: fix logic error
8289         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
8290         has more than 20 groups.
8291         * modules/getgroups-tests: New test.
8292         * tests/test-getgroups.c: New file.
8293
8294 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8295
8296         * tests/test-base64.c: Improve.
8297
8298 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8299
8300         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
8301         Blake <ebb9@byu.net>.
8302
8303 2009-11-13  Simon Josefsson  <simon@josefsson.org>
8304
8305         * tests/test-xvasprintf.c: Add %s%s related checks.
8306
8307 2009-11-12  Eric Blake  <ebb9@byu.net>
8308
8309         version-etc: match standards.texi style
8310         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
8311         and use <> only for URLs.
8312
8313 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
8314
8315         fts: do not fail on a submount during traversal
8316         * lib/fts.c (fts_build): Read the stat info again after opening
8317         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
8318         Original report at http://bugzilla.redhat.com/501848.
8319
8320 2009-11-12  Jim Meyering  <meyering@redhat.com>
8321
8322         bootstrap: sync from coreutils
8323         * build-aux/bootstrap (bootstrap_epilogue): New function.
8324         Use git_modules_config in one more place.  This make bootstrap's
8325         --gnulib-srcdir option more useful for testing.
8326
8327         bootstrap: generalize autoheader check
8328         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
8329         AC_CONFIG_HEADERS.
8330
8331 2009-11-11  Eric Blake  <ebb9@byu.net>
8332
8333         mkfifoat: use new modules for Solaris and BSD bugs
8334         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
8335         * lib/mkfifoat.c (mknodat): Split...
8336         * lib/mknodat.c (mknodat): ...into new file.
8337         * modules/mkfifoat (Files): Ship new file.
8338         (Depends-on): Add mkfifo, mknod.
8339         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
8340         (Depends-on): Add symlink.
8341         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
8342         redundant with test_mkfifo.h.
8343         (do_mkfifoat, do_mknodat): New helpers.
8344
8345         mknod: new module
8346         * modules/mknod: New file.
8347         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
8348         * lib/mknod.c (mknod): Likewise.
8349         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8350         defaults.
8351         * modules/sys_stat (Makefile.am): Substitute them.
8352         * lib/sys_stat.in.h (mknod): Declare replacement.
8353         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8354         Document it.
8355         * doc/posix-functions/mknod.texi (mknod): Likewise.
8356         * modules/mknod-tests: New test.
8357         * tests/test-mknod.c: Likewise.
8358
8359         mkfifo: new module
8360         * modules/mkfifo: New file.
8361         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
8362         * lib/mkfifo.c (mkfifo): Likewise.
8363         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
8364         defaults.
8365         * modules/sys_stat (Makefile.am): Substitute them.
8366         * lib/sys_stat.in.h (mkfifo): Declare replacement.
8367         * MODULES.html.sh (Support for systems lacking POSIX:2008):
8368         Document it.
8369         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
8370         * modules/mkfifo-tests: New test.
8371         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
8372         from test-mkfifoat.c.
8373         * tests/test-mkfifo.c: New file.
8374
8375         readlink: detect FreeBSD bug
8376         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
8377         slash on symlink.
8378         * doc/posix-functions/readlink.texi (readlink): Document the bug.
8379         * tests/test-readlink.h (test_readlink): Enhance test.
8380
8381         symlink: detect FreeBSD bug
8382         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
8383         slash on symlink.
8384         * doc/posix-functions/symlink.texi (symlink): Document the bug.
8385         * tests/test-symlink.h (test_symlink): Enhance test.
8386
8387 2009-11-10  Eric Blake  <ebb9@byu.net>
8388
8389         link: detect FreeBSD bug
8390         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
8391         symlink.
8392         * doc/posix-functions/link.texi (link): Document the bug.
8393         * tests/test-link.h (test_link): Enhance test.
8394         * tests/test-linkat.c (main): Update caller.
8395
8396         unlink, remove: detect FreeBSD bug
8397         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
8398         slash on symlink.
8399         * doc/posix-functions/unlink.texi (unlink): Document the bug.
8400         * doc/posix-functions/remove.texi (remove): Likewise.
8401         * tests/test-unlink.h (test_unlink): Enhance test.
8402         * tests/test-remove.c (main): Likewise.
8403
8404 2009-11-09  Eric Blake  <ebb9@byu.net>
8405
8406         rename: detect FreeBSD bug
8407         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
8408         slash on symlink.
8409         * modules/renameat-tests (Depends-on): Add filenamecat.
8410         * tests/test-rename.h (test_rename): Allow one more errno.
8411         * tests/test-renameat.c (main): Likewise.
8412         * doc/posix-functions/rename.texi (rename): Document the bug.
8413
8414         open: detect FreeBSD bug
8415         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
8416         symlink.
8417         * doc/posix-functions/open.texi (open): Document the bug.
8418         * doc/posix-functions/utimes.texi (utimes): Likewise.
8419         * tests/test-open.h (test_open): Add parameters, and test symlink
8420         handling.
8421         * tests/test-open.c (main): Adjust caller.
8422         * tests/test-fcntl-safer.c (main): Likewise.
8423         * modules/open-tests (Depends-on): Add stdbool, symlink.
8424         * modules/fcntl-safer-tests (Depends-on): Likewise.
8425         * tests/test-openat.c (main): Add test-open tests.
8426
8427         stat: detect FreeBSD bug
8428         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
8429         symlink.
8430         * doc/posix-functions/stat.texi (stat): Document the bug.
8431         * tests/test-stat.h (test_stat_func): Add argument.
8432         * tests/test-stat.c (main): Adjust caller.
8433         * tests/test-fstatat.c (main): Likewise.
8434         * modules/stat-tests (Depends-on): Add stdbool, symlink.
8435         Reported by Jim Meyering.
8436
8437 2009-11-09  James Youngman  <jay@gnu.org>
8438
8439         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
8440         * lib/strftime.c: Correct placement of #include "ignore-value.h".
8441
8442 2009-11-08  Jim Meyering  <meyering@redhat.com>
8443
8444         utimens: remove invalid futimesat call
8445         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
8446         It used the file descriptor of the target file as the DIR_FD
8447         parameter and NULL as the file name.  That caused failure with
8448         errno == EFAULT on FreeBSD-8.0-rc2
8449
8450 2009-11-07  Eric Blake  <ebb9@byu.net>
8451
8452         fflush, freadseek: use fseeko, not fseek
8453         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
8454         (clear_ungetc_buffer): Avoid potential problems on large files.
8455         * lib/freadseek.c (freadseek): Likewise.
8456         * modules/freadseek (Depends-on): Add fseeko.
8457         * modules/fseek (configure.ac): Set a witness.
8458         * tests/test-fflush.c (main): Use fseeko.
8459         * tests/test-fpurge.c (fseek): Disable link warning.
8460         * tests/test-freadable.c (fseek): Likewise.
8461         * tests/test-freading.c (fseek): Likewise.
8462         * tests/test-fseeko.c (fseek): Likewise.
8463         * tests/test-ftell.c (fseek): Likewise.
8464         * tests/test-ftello.c (fseek): Likewise.
8465         * tests/test-fwritable.c (fseek): Likewise.
8466         * tests/test-fwriting.c (fseek): Likewise.
8467
8468 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8469
8470         * modules/memchr (Depends-on): Drop getpagesize dependency.
8471
8472 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8473
8474         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
8475         Reported by Ludovic Courtès.
8476         * build-aux/pmccabe2html: Improve example usage.
8477         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
8478
8479 2009-11-06  Jim Meyering  <meyering@redhat.com>
8480
8481         do-release-commit-and-tag: New module.
8482         Automate the release-commit and tag process.
8483         * build-aux/do-release-commit-and-tag: New script, from coreutils.
8484         * modules/do-release-commit-and-tag: New file.
8485         * MODULES.html.sh (Support for maintaining and releasing): Add it.
8486
8487 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8488
8489         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
8490         because test-select.c uses inet_pton.
8491
8492 2009-11-06  Simon Josefsson  <simon@josefsson.org>
8493
8494         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
8495         GETADDRINFO_LIB.  Bump serial number.
8496         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
8497         Suggested by Eric Blake <ebb9@byu.net>.
8498
8499 2009-11-05  Eric Blake  <ebb9@byu.net>
8500
8501         strtod: detect darwin bug
8502         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
8503         Reported by Leo Davis.
8504
8505         freopen-safer: new module
8506         * modules/freopen-safer: New module.
8507         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
8508         * lib/freopen-safer.c (freopen_safer): New file.
8509         * lib/stdio-safer.h (freopen_safer): New declaration.
8510         * lib/stdio--.h (freopen): New override.
8511         * MODULES.html.sh (File stream based Input/Output): Mention it.
8512         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
8513         freopen-safer module.
8514         * doc/posix-functions/stderr.texi (stderr): Likewise.
8515         * doc/posix-functions/stdin.texi (stdin): Likewise.
8516         * doc/posix-functions/stdout.texi (stdout): Likewise.
8517         * modules/freopen-safer-tests: New test.
8518         * tests/test-reopen-safer.c: New file.
8519
8520 2009-11-05  Jim Meyering  <meyering@redhat.com>
8521
8522         maint.mk: Prohibit inclusion of "close-stream.h" without use.
8523         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
8524
8525 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8526
8527         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
8528
8529 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8530
8531         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
8532
8533 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8534
8535         Fix link error.
8536         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8537         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8538
8539 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8540
8541         * tests/test-func.c: Also test value of __func__.
8542
8543 2009-11-05  Simon Josefsson  <simon@josefsson.org>
8544
8545         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
8546         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
8547
8548 2009-11-05  Bruno Haible  <bruno@clisp.org>
8549
8550         Fix link error.
8551         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
8552         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
8553         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
8554
8555 2009-11-05  Bruno Haible  <bruno@clisp.org>
8556
8557         Tests for module 'inet_pton'.
8558         * modules/inet_pton-tests: New file.
8559         * tests/test-inet_pton.c: New file.
8560
8561 2009-11-05  Bruno Haible  <bruno@clisp.org>
8562
8563         Tests for module 'inet_ntop'.
8564         * modules/inet_ntop-tests: New file.
8565         * tests/test-inet_ntop.c: New file.
8566
8567 2009-11-04  Eric Blake  <ebb9@byu.net>
8568
8569         stdlib-safer: wrap all mkstemp variants
8570         * modules/mkostemp (configure.ac): Set witness.
8571         * modules/mkostemps (configure.ac): Likewise.
8572         * modules/mkstemps (configure.ac): Likewise.
8573         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
8574         (mkstemps_safer): Wrap more functions.
8575         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
8576         wrapping.
8577         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
8578         (mkstemps_safer): Implement the wrappers.
8579
8580         mkstemps, mkostemps: new modules
8581         * modules/mkostemps: New module.
8582         * modules/mkstemps: Likewise.
8583         * lib/mkostemps.c (mkostemps): New file.
8584         * lib/mkstemps.c (mkstemps): Likewise.
8585         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
8586         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
8587         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
8588         * modules/stdlib (Makefile.am): Substitute them.
8589         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
8590         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
8591         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
8592         * doc/gnulib.texi (Glibc stdlib.h): Include them.
8593         * MODULES.html.sh (File system functions): Mention them.
8594
8595         tempname: resync from glibc
8596         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
8597         same values for __GT_FILE as glibc.  Abort even when assertions
8598         are disabled.
8599         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
8600         match its value otherwise.  Allow idempotent inclusion.
8601         * lib/mkdtemp.c (mkdtemp): Adjust caller.
8602         * lib/mkostemp.c (mkostemp): Likewise.
8603         * lib/mkstemp.c (mkstemp): Likewise.
8604         * lib/tmpfile.c (tmpfile): Likewise.
8605         * NEWS: Document this.
8606
8607         utimens: fix use of futimens on older Linux
8608         * lib/utimens.c (fdutimens): Use updated, rather than original,
8609         timespec to avoid bug in older Linux kernel.
8610         Reported by Simon Josefsson.
8611
8612 2009-11-04  Bruno Haible  <bruno@clisp.org>
8613
8614         Make num_processors more flexible and consistent.
8615         * lib/nproc.h (enum nproc_query): New type.
8616         (num_processors): Add a 'query' argument.
8617         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
8618         (num_processors): Add a 'query' argument. Test the value of the
8619         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
8620         mingw, count the number of CPUs available for the current process.
8621         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
8622         Check for sched_getaffinity and sched_getaffinity_np.
8623         * modules/nproc (Depends-on): Add c-ctype, extensions.
8624         * NEWS: Mention the change.
8625
8626 2009-11-03  Bruno Haible  <bruno@clisp.org>
8627
8628         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
8629
8630 2009-11-03  Jim Meyering  <meyering@redhat.com>
8631
8632         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
8633         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
8634         if it is defined.
8635
8636 2009-11-02  Eric Blake  <ebb9@byu.net>
8637
8638         mktime, timegm: share common declaration
8639         * lib/mktime-internal.h: New file.
8640         * lib/mktime.c: Use it rather than open-coding a declaration.
8641         * lib/timegm.c: Likewise.
8642         * modules/mktime (Files): Ship it.
8643         * modules/timegm (Files): Likewise.
8644         Suggested by Bruno Haible.
8645
8646         test-update-copyright: update test to match script changes
8647         * tests/test-update-copyright.sh: Avoid hard-coding perl
8648         location.  Don't update *.bak created by earlier runs.
8649
8650 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
8651             Simon Josefsson  <simon@josefsson.org>
8652             Bruno Haible  <bruno@clisp.org>
8653
8654         Fix link error on Solaris 8.
8655         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
8656         also in libnsl. Define also INET_PTON_LIB.
8657         * modules/inet_pton (Link): New section.
8658
8659 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8660             Bruno Haible  <bruno@clisp.org>
8661
8662         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
8663         * modules/inet_ntop (Link): New section.
8664         Reported by Boyan Kasarov <bkasarov@gmail.com>.
8665
8666 2009-11-02  Eric Blake  <ebb9@byu.net>
8667
8668         maint: avoid compiler warnings in m4 macros
8669         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
8670         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
8671
8672 2009-11-02  Simon Josefsson  <simon@josefsson.org>
8673
8674         * m4/pmccabe2html.m4: Remove file.
8675         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
8676         function.  Change maintainer.
8677         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
8678         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
8679         Courtès).
8680
8681 2009-10-31  Eric Blake  <ebb9@byu.net>
8682
8683         fseeko: fix m4 regression
8684         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
8685         regression from 2009-10-27.
8686         Reported by Ralf Wildenhues.
8687
8688 2009-10-31  Jim Meyering  <meyering@redhat.com>
8689
8690         inttostr: aesthetics and improved (compile-time) safety
8691         Define inttype_is_signed rather than inttype_is_unsigned,
8692         since the sole use is via "#if inttype_is_signed".
8693         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
8694         inttype_is_unsigned.
8695         * lib/offtostr.c (inttype_is_signed): Likewise.
8696         * lib/uinttostr.c (inttype_is_signed): Likewise.
8697         * lib/umaxtostr.c (inttype_is_signed): Likewise.
8698         * lib/inttostr.c (inttostr): Use verify to cross-check the
8699         inttype_is_signed value and the signedness of the actual type.
8700         * modules/inttostr (Depends-on): Add verify.
8701
8702 2009-10-30  Eric Blake  <ebb9@byu.net>
8703
8704         build: avoid compiler warnings
8705         * lib/fchmodat.c (lchmod): Mark unused variables.
8706         * lib/getopt.c (_getopt_initialize): Likewise.
8707         * lib/mktime.c (__mktime_internal): Provide prototype.
8708         * lib/inttostr.c (inttostr): Avoid compiler warning even with
8709         older gcc that do not understand #pragma GCC diagnostic.
8710         * lib/uinttostr.c (inttype_is_unsigned): Define.
8711         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
8712
8713 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
8714
8715         stat: fix compilation on AIX
8716         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
8717         only see struct stat64.
8718
8719 2009-10-30  Eric Blake  <ebb9@byu.net>
8720
8721         exclude: make more robust
8722         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
8723         rather than masking a coding bug.
8724         Suggested by Bruno Haible.
8725
8726 2009-10-30  Jim Meyering  <meyering@redhat.com>
8727
8728         perl scripts: remove #!/usr/bin/perl in favor of more portable...
8729         Rather than putting #!/usr/bin/perl on the first line,
8730         start with a variant of what's recommended by "man perlrun" that
8731         invokes the first "perl" program from your shell's search path.
8732         * build-aux/gitlog-to-changelog: Replace #!... as above.
8733         Add a "Local Variables" perl mode setting.
8734         Prompted by a patch from Ludovic Courtès.
8735         Improved by Eric Blake.
8736         * build-aux/useless-if-before-free: Likewise.
8737         * build-aux/announce-gen: Likewise.
8738         * build-aux/update-copyright: Likewise.
8739
8740 2009-10-29  Eric Blake  <ebb9@byu.net>
8741
8742         filenamecat-lgpl: adjust clients
8743         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
8744         filenamecat.
8745         * modules/renameat (Depends-on): Likewise.
8746
8747         filenamecat: split into filenamecat-lgpl
8748         * modules/filenamecat-lgpl: New module.
8749         * modules/filenamecat (Files): Move library-safe files into
8750         filenamecat-lgpl.
8751         (Depends-on): Add filenamecat-lgpl.
8752         (configure.ac): Declare witness.
8753         * lib/filenamecat.h (file_name_concat): Only declare when using
8754         GPL module.
8755         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
8756         Move...
8757         * lib/filenamecat-lgpl.c: ...into new file.
8758         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
8759         (gl_FILE_NAME_CONCAT): Use it.
8760         * MODULES.html.sh (File system functions): Mention new module.
8761
8762         argp: avoid memory leak
8763         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
8764         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
8765         base_name, since the latter malloc()s and can call exit().
8766         Leak introduced 2006-07-03.
8767
8768         dirname-lgpl: adjust clients that don't need full dirname
8769         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
8770         * modules/filenamecat (Depends-on): Likewise.
8771         * modules/linkat (Depends-on): Likewise.
8772         * modules/mkancesdirs (Depends-on): Likewise.
8773         * modules/mkdir (Depends-on): Likewise.
8774         * modules/openat (Depends-on): Likewise.
8775         * modules/savewd (Depends-on): Likewise.
8776         * modules/rename (Depends-on): Likewise.
8777         (License): Relax license.
8778         * modules/mkdir-tests (Depends-on): Drop progname.
8779         (Makefile.am): Delete unneeded LDADD.
8780         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
8781
8782         dirname: split into dirname-lgpl
8783         * modules/dirname-lgpl: New module.
8784         * modules/dirname (Files): Move library-safe files into
8785         dirname-lgpl.
8786         (Depends-on): Add dirname-lgpl.
8787         (configure.ac): Declare witness.
8788         * modules/double-slash-root (License): Relax license.
8789         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
8790         module.
8791         * lib/dirname.c (dir_len, mdir_name): Move...
8792         * lib/dirname-lgpl.c: ...into new file.
8793         * lib/basename.c (last_component, base_len): Move...
8794         * lib/basename-lgpl.c: ...into new file.
8795         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
8796         (gl_DIRNAME): Use it.
8797         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
8798         Mention new module.
8799         * modules/dirname-tests (Depends-on): Add progname.
8800         * tests/test-dirname.c (program_name): Delete.
8801
8802         mkdir: make safe for libraries
8803         * modules/mkdir (Depends-on): Drop xalloc.
8804         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
8805         exit.
8806
8807         tests: avoid some compiler warnings
8808         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
8809         literals.
8810         * tests/test-memchr.c (main): Avoid type mismatch.
8811         * tests/test-arpa_inet.c (main): Avoid unused parameters.
8812         * tests/test-base64.c (main): Likewise.
8813         * tests/test-getdelim.c (main): Likewise.
8814         * tests/test-gethostname.c (main): Likewise.
8815         * tests/test-getline.c (main): Likewise.
8816         * tests/test-netinet_in.c (main): Likewise.
8817         * tests/test-select.c (open_server_socket, main): Likewise.
8818         * tests/test-select-stdin.c (main): Likewise.
8819         * tests/test-sockets.c (main): Likewise.
8820         * tests/test-strsignal.c (main): Likewise.
8821         * tests/test-sys_select.c (main): Likewise.
8822         * tests/test-sys_socket.c (main): Likewise.
8823         * tests/test-u64.c (main): Likewise.
8824         * tests/test-xfprintf-posix.c (main): Likewise.
8825         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
8826
8827         sockets: avoid compiler warning
8828         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
8829
8830         maint: detect usage(1) and other suspicious exits
8831         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
8832
8833 2009-10-29  Jim Meyering  <meyering@redhat.com>
8834
8835         timespec: long-to-int truncation could make timespec_cmp malfunction
8836         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
8837         a multiple of 2^32 nanoseconds as no difference.
8838
8839 2009-10-28  Jim Meyering  <meyering@redhat.com>
8840
8841         fprintftime: wrap macro code argument in "do {...} while(0)"
8842         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
8843         cpy macro must be a statement that can be followed by a semicolon.
8844         Now that the else clause contains a comment and is hence longer
8845         than one line, I require curly braces.  That in turn requires
8846         that we wrap this code block in the standard do...while(0).
8847
8848         fprintftime: remove stray semicolon from previous change
8849         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
8850
8851         fprintftime: avoid a warning about ignored fwrite return value
8852         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
8853         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
8854         that is unsafe.
8855         * modules/fprintftime (Depends-on): Add ignore-value.
8856
8857         exclude: avoid an unwarranted warning
8858         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
8859
8860 2009-10-27  Eric Blake  <ebb9@byu.net>
8861
8862         fseek: avoid compilation failure when fflush is replaced
8863         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
8864         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
8865         module is in use.
8866         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
8867         module is not in use; since REPLACE_FSEEK worked otherwise.
8868         (GNULIB_FTELLO): Likewise for ftell.
8869         Reported by Ian Beckwith and others.
8870
8871 2009-10-27  Bruno Haible  <bruno@clisp.org>
8872
8873         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
8874         Reported by Jim Meyering.
8875
8876 2009-10-27  Jim Meyering  <jim@meyering.net>
8877             Bruno Haible  <bruno@clisp.org>
8878
8879         Avoid warning despite dropping the return value of fwrite.
8880         * lib/unicodeio.c: Include ignore-value.h.
8881         (fwrite_success_callback): Explicitly ignore fwrite's return value.
8882         * modules/unicodeio (Depends-on): Add ignore-value.
8883
8884 2009-10-26  Eric Blake  <ebb9@byu.net>
8885
8886         areadlinkat: fix fallback path
8887         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
8888         pointer and zero.
8889
8890 2009-10-22  Pádraig Brady  <P@draigBrady.com>
8891
8892         Use a better IO block size for modern systems
8893         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
8894         * lib/md2.c: Likewise.
8895         * lib/md4.c: Likewise.
8896         * lib/md5.c: Likewise.
8897         * lib/sha1.c: Likewise.
8898         * lib/sha256.c: Likewise.
8899         * lib/sha512.c: Likewise.
8900
8901 2009-10-22  Eric Blake  <ebb9@byu.net>
8902
8903         tests: avoid several compiler warnings
8904         * tests/test-getcwd.c (main): Avoid buffer underflow.
8905         * tests/test-getdate.c (main): String literals are not safe with
8906         putenv, so use setenv.  Declare unused argument.
8907         * modules/getdate-tests (Depends-on): Add setenv.
8908         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
8909         problems with string literals in char *.
8910         * tests/test-hash.c (main): Avoid shadowing declaration.
8911         (insert_new): Treat string literals as char const *.
8912         * tests/test-getopt.h (test_getopt): Likewise.
8913         (getopt_loop): Alter types to minimize casting elsewhere.
8914         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
8915         (test_getopt_long_posix): Likewise.
8916         (do_getopt_long): Add wrapper to minimize casting.
8917         * tests/test-atexit.c (clear_temp_file): Use void.
8918         * tests/test-areadlink-with-size.c (main): Declare unused
8919         arguments.
8920         * tests/test-areadlink.c (main): Likewise.
8921         * tests/test-areadlinkat-with-size.c (main): Likewise.
8922         * tests/test-areadlinkat.c (main): Likewise.
8923         * tests/test-canonicalize-lgpl.c (main): Likewise.
8924         * tests/test-canonicalize.c (main): Likewise.
8925         * tests/test-dirent-safer.c (main): Likewise.
8926         * tests/test-dirname.c (main): Likewise.
8927         * tests/test-dup2.c (main): Likewise.
8928         * tests/test-fchdir.c (main): Likewise.
8929         * tests/test-fcntl-h.c (main): Likewise.
8930         * tests/test-fcntl-safer.c (main): Likewise.
8931         * tests/test-fdopendir.c (main): Likewise.
8932         * tests/test-fdutimensat.c (main): Likewise.
8933         * tests/test-fflush.c (main): Likewise.
8934         * tests/test-filenamecat.c (main): Likewise.
8935         * tests/test-filevercmp.c (main): Likewise.
8936         * tests/test-fopen-safer.c (main): Likewise.
8937         * tests/test-fopen.c (main): Likewise.
8938         * tests/test-fpending.c (main): Likewise.
8939         * tests/test-fpurge.c (main): Likewise.
8940         * tests/test-freading.c (main): Likewise.
8941         * tests/test-fstatat.c (main): Likewise.
8942         * tests/test-fsync.c (main): Likewise.
8943         * tests/test-futimens.c (main): Likewise.
8944         * tests/test-getndelim2.c (main): Likewise.
8945         * tests/test-gettimeofday.c (main): Likewise.
8946         * tests/test-getopt.c (main): Likewise.
8947         * tests/test-i-ring.c (main): Likewise.
8948         * tests/test-inttypes.c (main): Likewise.
8949         * tests/test-link.c (main): Likewise.
8950         * tests/test-lstat.c (main): Likewise.
8951         * tests/test-math.c (main): Likewise.
8952         * tests/test-md5.c (main): Likewise.
8953         * tests/test-memchr2.c (main): Likewise.
8954         * tests/test-memrchr.c (main): Likewise.
8955         * tests/test-mkdir.c (main): Likewise.
8956         * tests/test-mkdirat.c (main): Likewise.
8957         * tests/test-mkfifoat.c (main): Likewise.
8958         * tests/test-open.c (main): Likewise.
8959         * tests/test-openat-safer.c (main): Likewise.
8960         * tests/test-openat.c (main): Likewise.
8961         * tests/test-quotearg.c (main): Likewise.
8962         * tests/test-rawmemchr.c (main): Likewise.
8963         * tests/test-readlink.c (main): Likewise.
8964         * tests/test-remove.c (main): Likewise.
8965         * tests/test-rename.c (main): Likewise.
8966         * tests/test-renameat.c (main): Likewise.
8967         * tests/test-rmdir.c (main): Likewise.
8968         * tests/test-sha1.c (main): Likewise.
8969         * tests/test-signal.c (main): Likewise.
8970         * tests/test-sigaction.c (main): Likewise.
8971         * tests/test-stat.c (main): Likewise.
8972         * tests/test-stat-time.c (main): Likewise.
8973         * tests/test-stddef.c (main): Likewise.
8974         * tests/test-stdint.c (main): Likewise.
8975         * tests/test-stdio.c (main): Likewise.
8976         * tests/test-stdlib.c (main): Likewise.
8977         * tests/test-strchrnul.c (main): Likewise.
8978         * tests/test-strerror.c (main): Likewise.
8979         * tests/test-string.c (main): Likewise.
8980         * tests/test-strtod.c (main): Likewise.
8981         * tests/test-strverscmp.c (main): Likewise.
8982         * tests/test-symlink.c (main): Likewise.
8983         * tests/test-symlinkat.c (main): Likewise.
8984         * tests/test-sys_stat.c (main): Likewise.
8985         * tests/test-sys_time.c (main): Likewise.
8986         * tests/test-time.c (main): Likewise.
8987         * tests/test-unistd.c (main): Likewise.
8988         * tests/test-unlink.c (main): Likewise.
8989         * tests/test-unlinkat.c (main): Likewise.
8990         * tests/test-utimens.c (main): Likewise.
8991         * tests/test-utimensat.c (main): Likewise.
8992         * tests/test-version-etc.c (main): Likewise.
8993         * tests/test-wchar.c (main): Likewise.
8994         * tests/test-wctype.c (main): Likewise.
8995         * tests/test-xprintf-posix.c (main): Likewise.
8996         * tests/test-posixtm.c (main): Likewise.
8997         (STREQ): Delete unused macro.
8998         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
8999         shadowed variables.
9000         * tests/test-memchr.c (main): Likewise.
9001
9002 2009-10-21  Eric Blake  <ebb9@byu.net>
9003
9004         areadlinkat: avoid failure on older glibc
9005         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
9006         rather than mis-comparing 0 against FUNC_RESULT of char*.
9007
9008 2009-10-21  Bruno Haible  <bruno@clisp.org>
9009
9010         * modules/stpncpy (License): Relicense under LGPLv2+.
9011         Reported by David Lutterkort <lutter@redhat.com>.
9012
9013 2009-10-20  Eric Blake  <ebb9@byu.net>
9014
9015         utimensat: work around Solaris 9 bug
9016         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
9017         has trailing slash bugs.
9018         * tests/test-lutimens.h (test_lutimens): Enhance test.
9019         * tests/test-utimens.h (test_utimens): Likewise.
9020         * doc/posix-functions/utime.texi (utime): Enhance documentation.
9021         * doc/posix-functions/utimes.texi (utimes): Likewise.
9022         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9023         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
9024         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
9025         * doc/posix-functions/futimens.texi (futimens): Likewise.
9026
9027         fdutimensat: new module
9028         * modules/fdutimensat: New file.
9029         * lib/fdutimensat.c (fdutimensat): Likewise.
9030         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
9031         * MODULES.html.sh (File system functions): Mention module.
9032         * modules/fdutimensat-tests: New test.
9033         * tests/test-fdutimensat.c: Likewise.
9034
9035         doc: regenerate INSTALL
9036         * doc/INSTALL: Reflect recent autoconf update.
9037         * doc/INSTALL.ISO: Likewise.
9038         * doc/INSTALL.UTF-8: Likewise.
9039
9040 2009-10-20  Pádraig Brady  <P@draigBrady.com>
9041
9042         acl: warn if ACL support is not detected
9043         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
9044
9045 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
9046
9047         * lib/nproc.h: Add extern "C" block for C++.
9048
9049 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
9050             Bruno Haible  <bruno@clisp.org>
9051
9052         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
9053         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
9054         * doc/posix-functions/isalpha.texi: Likewise.
9055         * doc/posix-functions/isblank.texi: Likewise.
9056         * doc/posix-functions/iscntrl.texi: Likewise.
9057         * doc/posix-functions/isdigit.texi: Likewise.
9058         * doc/posix-functions/isgraph.texi: Likewise.
9059         * doc/posix-functions/islower.texi: Likewise.
9060         * doc/posix-functions/isprint.texi: Likewise.
9061         * doc/posix-functions/ispunct.texi: Likewise.
9062         * doc/posix-functions/isspace.texi: Likewise.
9063         * doc/posix-functions/isupper.texi: Likewise.
9064         * doc/posix-functions/isxdigit.texi: Likewise.
9065
9066 2009-10-18  Bruno Haible  <bruno@clisp.org>
9067
9068         Tests for module 'isblank'.
9069         * modules/isblank-tests: New file.
9070         * tests/test-isblank.c: New file.
9071
9072         New module 'isblank'.
9073         * lib/isblank.c: New file.
9074         * m4/isblank.m4: New file.
9075         * modules/isblank: New file.
9076         * doc/posix-functions/isblank.texi: Mention the new module.
9077
9078 2009-10-18  Bruno Haible  <bruno@clisp.org>
9079
9080         New module 'ctype'.
9081         * lib/ctype.in.h: New file.
9082         * m4/ctype.m4: New file.
9083         * modules/ctype: New file.
9084         * doc/posix-headers/ctype.texi: Mention the new module.
9085
9086 2009-10-18  Jim Meyering  <meyering@redhat.com>
9087
9088         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
9089         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
9090         right after its initialization, rather than farther down.
9091         Keeping these in close proximity makes it easier to ensure
9092         that each such variable is initialized.  E.g.,
9093
9094             LIB_CLOCK_GETTIME=
9095             AC_SUBST([LIB_CLOCK_GETTIME])
9096
9097         This change also increments these serial numbers.
9098         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
9099         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9100         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9101
9102 2009-10-18  Bruno Haible  <bruno@clisp.org>
9103
9104         Don't let environment variables perturb build.
9105         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
9106         (gl_PREREQ_GETHRXTIME): ... not here.
9107
9108 2009-10-18  Bruno Haible  <bruno@clisp.org>
9109
9110         Avoid symlink attack in localcharset module.
9111         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
9112         (O_NOFOLLOW): Define fallback.
9113         (get_charset_aliases): Don't open the file if it is a symbolic link.
9114         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
9115         gl_FCNTL_H.
9116         (gl_FCNTL_H): Require it.
9117         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
9118         * modules/localcharset (Files): Add m4/fcntl_h.m4.
9119         Reported by Fergal Glynn <fglynn@veracode.com>.
9120
9121 2009-10-18  Bruno Haible  <bruno@clisp.org>
9122
9123         Implement nproc for mingw.
9124         * lib/nproc.c: Include <windows.h>
9125         (num_processors): On native Windows platforms, try GetSystemInfo.
9126
9127 2009-10-18  Bruno Haible  <bruno@clisp.org>
9128
9129         Implement nproc for IRIX.
9130         * lib/nproc.c: Include <sys/sysmp.h>.
9131         (num_processors): On IRIX systems, try sysmp.
9132         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
9133
9134 2009-10-18  Bruno Haible  <bruno@clisp.org>
9135
9136         Implement nproc for HP-UX.
9137         * lib/nproc.c: Include <sys/pstat.h>
9138         (num_processors): On HP-UX systems, try pstat_getdynamic.
9139         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
9140         pstat_getdynamic.
9141
9142 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
9143             Bruno Haible  <bruno@clisp.org>
9144
9145         Implement nproc for NetBSD, OpenBSD.
9146         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
9147         (ARRAY_SIZE): New macro.
9148         (num_processors): On BSD systems, try sysctl of HW_NCPU.
9149         * m4/nproc.m4: New file.
9150         * modules/nproc (Files): Add m4/nproc.m4.
9151         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
9152         (Makefile.am): Instead, augment lib_SOURCES.
9153
9154 2009-10-18  Bruno Haible  <bruno@clisp.org>
9155
9156         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
9157         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
9158         sys/param.h.
9159
9160 2009-10-16  Eric Blake  <ebb9@byu.net>
9161
9162         utimensat: new module
9163         * modules/utimensat: New file.
9164         * lib/utimensat.c (utimensat): Likewise.
9165         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
9166         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
9167         so we can work around Linux bugs.
9168         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9169         * modules/sys_stat (Makefile.am): Substitute them.
9170         * lib/sys_stat.in.h (utimensat): Declare it.
9171         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9172         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9173         * modules/utimensat-tests: New test.
9174         * tests/test-utimensat.c: Likewise.
9175
9176         utimens: let lutimens work on non-symlinks
9177         * lib/utimens.c (lutimens): Fall back to utimens rather than
9178         failing with ENOSYS, when file is not a symlink.
9179         (utimens): Reduce redirection.
9180         * tests/test-lutimens.h (test_lutimens): Update test to cover
9181         non-symlinks.
9182         * tests/test-utimens.h (test_utimens): Update test to cover
9183         symlinks.
9184         * tests/test-utimens.c (main): Update caller.
9185
9186         utimens: cache whether utimensat syscall works
9187         * lib/utimens.c (utimensat_works_really): New cache variable.
9188         (fdutimens, lutimens): Use it to avoid failing syscall.
9189
9190         test-stat-time, test-utimens: improve portability
9191         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
9192         ext4 on alpha, and for cygwin.
9193         * tests/test-utimens-common.h: New file.
9194         (nap): Factor delays into single function.
9195         * tests/test-lutimens.h (test_lutimens): Use new header.
9196         * tests/test-futimens.h (test_futimens): Likewise.
9197         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
9198         timestamps to occur from same machine, as was done previously for
9199         test_utimens.
9200         * modules/utimens-tests (Files): Ship new file.
9201         * modules/futimens-tests (Files): Likewise.
9202         Reported in part by Jim Meyering.
9203
9204         sys_stat: sort replacement declarations
9205         * lib/sys_stat.in.h: Sort declarations.
9206         * lib/futimens.c (futimens): Fix typo.
9207
9208 2009-10-15  Jim Meyering  <meyering@redhat.com>
9209
9210         don't let environment settings perturb build
9211         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
9212         could cause a configure-time and/or build-time malfunction.
9213         Typically, a configure-time function-in-library test is performed
9214         via code like this:
9215
9216           LIB_VAR=
9217           AC_SUBST([LIB_VAR])
9218           prefix_saved_LIBS=$LIBS
9219             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
9220                        [test "$ac_cv_search_FUNC" = "none required" ||
9221                         LIB_VAR=$ac_cv_search_FUNC])
9222           LIBS=$prefix_saved_LIBS
9223
9224         However, in each of the files affected by this change, the LIB_VAR=
9225         initialization was omitted.  Thus, when set in the environment, its
9226         value would propagate into generated Makefiles when FUNC is not found
9227         in LIB_NAME.
9228         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
9229         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
9230         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
9231
9232 2009-10-14  Eric Blake  <ebb9@byu.net>
9233
9234         fchdir: avoid infinite recursion in mingw
9235         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
9236         recursing.
9237
9238         test-stat-time: port to mingw
9239         * tests/test-stat-time.c (force_unlink): Return a value.
9240         (test_ctime) [W32]: Fix compilation error.
9241         (nap): Don't call usleep with too large an argument.  Use
9242         force_unlink.
9243         * doc/pastposix-functions/usleep.texi (usleep): Document the
9244         portability issue.
9245
9246 2009-10-13  Jim Meyering  <meyering@redhat.com>
9247
9248         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
9249         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
9250         * modules/pipe-filter-ii: Likewise.
9251         * modules/sys_socket-tests: Likewise.
9252         * modules/tsearch-tests: Likewise.
9253         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
9254         (check): Depend on it.
9255
9256 2009-10-12  Eric Blake  <ebb9@byu.net>
9257
9258         utimens-tests: port to NFS file systems
9259         * tests/test-utimens.h (test_utimens): Refactor utimecmp
9260         comparisons to avoid spurious failures from timestamp drift
9261         between NFS machines.
9262
9263 2009-10-12  Eric Blake  <ebb9@byu.net>
9264
9265         stat-time-tests: minor cleanups
9266         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
9267         * tests/test-stat-time.c (nap): Separate assignment from call.
9268         Suggested by Paolo Bonzini and Bruno Haible.
9269
9270         sys_stat: guarantee struct timespec
9271         * lib/sys_stat.in.h (includes): Always include <time.h>
9272         * modules/sys_stat (Depends-on): Add time.
9273         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
9274         mode_t permission values.
9275         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
9276         get at subsecond timestamps.
9277
9278 2009-10-10  Eric Blake  <ebb9@byu.net>
9279
9280         futimens: new module
9281         * modules/futimens: New file.
9282         * lib/futimens.c (futimens): Likewise.
9283         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
9284         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
9285         we can work around Linux bugs.
9286         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
9287         * modules/sys_stat (Makefile.am): Substitute them.
9288         * lib/sys_stat.in.h (futimens): Declare it.
9289         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9290         * doc/posix-functions/futimens.texi (futimens): Likewise.
9291         * modules/futimens-tests: New test.
9292         * tests/test-futimens.c: Likewise.
9293
9294         utimens: introduce fdutimens
9295         * lib/utimens.h (fdutimens): New prototype.
9296         * lib/utimens.c (gl_futimens): Move guts...
9297         (fdutimens): ...to new interface.
9298         * tests/test-utimens.c (do_fdutimens): Use it.
9299
9300         utimens: add UTIME_NOW and UTIME_OMIT support
9301         * lib/utimens.c (validate_timespec, update_timespec): New helper
9302         functions.
9303         (gl_futimens, lutimens): Use them.
9304         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
9305         stdbool, sys_stat.
9306         (Link): Mention resulting library dependency.
9307         * modules/utimecmp (Link): Likewise.
9308         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
9309         (Makefile.am): Pick up library dependency.
9310         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
9311         definition.
9312         * tests/test-sys_stat.c: Test the definitions.
9313         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
9314         * NEWS: Document library dependency.
9315
9316         utimecmp: support symlink timestamps
9317         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
9318         hashing when possible.  Use pathconf when available.
9319         (SYSCALL_RESOLUTION): Recognize tighter resolution.
9320         * modules/utimecmp (Depends-on): Add lstat.
9321
9322         utimens: add lutimens interface
9323         * lib/utimens.c (lutimens): New function.
9324         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
9325         * lib/utimens.h (lutimens): Declare new interface.
9326         * tests/test-utimens.c (main): Enhance test.
9327         * tests/test-lutimens.h (test_lutimens): New file.
9328         * modules/utimens-tests (Files): Distribute it.
9329         (Depends-on): Add symlink.
9330         (configure.ac): Check for usleep.
9331
9332         utimens: validate futimens usage
9333         * lib/utimens.c (gl_futimens): Require valid fd up front, using
9334         fewer syscalls on failure later on.  Avoid compiler warning on
9335         mingw.
9336         * modules/utimens (Depends-on): Add dup2.
9337
9338         utimens: add test
9339         * modules/utimens-tests: New test.
9340         * tests/test-utimens.h: New file.
9341         * tests/test-futimens.h: Likewise.
9342         * tests/test-utimens.c: Likewise.
9343
9344         doc: mention timestamp portability issues
9345         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
9346         instead.
9347         * doc/posix-functions/utime.texi (utime): Likewise.
9348         * doc/posix-functions/utimes.texi (utimes): Likewise.
9349         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
9350         instead.
9351         * doc/posix-functions/futimens.texi (futimens): Mention utimens
9352         module.
9353         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
9354         Mention weakness with symlink timestamps.
9355         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
9356         to utimensat/futimens instead.
9357         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
9358
9359         test-dup2: enhance test
9360         * tests/test-dup2.c (main): Also check AT_FDCWD.
9361
9362         test-stat-time: avoid more spurious failures
9363         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
9364         xfs; and avoid race if the two timestamps cross quantization edge.
9365
9366         relocatable: prefer 'file system' over 'filesystem'
9367         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
9368         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
9369         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
9370         * doc/relocatable.texi (Enabling Relocatability): Likewise.
9371         * lib/relocatable.c (compute_curr_prefix): Likewise.
9372
9373 2009-10-10  Jim Meyering  <meyering@redhat.com>
9374
9375         stat-time-tests: check for the usleep function
9376         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
9377
9378 2009-10-10  Bruno Haible  <bruno@clisp.org>
9379
9380         * modules/xnanosleep: Put the Link section after the Include section.
9381
9382 2009-10-09  Eric Blake  <ebb9@byu.net>
9383
9384         dup2: work around FreeBSD 6.1 bug
9385         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
9386         * doc/posix-functions/dup2.texi (dup2): Document it.
9387         Reported by Nelson H. F. Beebe and Jim Meyering.
9388
9389         test-stat-time: port to buggy NFS clients
9390         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
9391         (test_ctime): Also skip test if mtime and ctime are skewed.
9392
9393         maint: prefer 'file system' over 'filesystem'
9394         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
9395         * doc/posix-functions/lstat.texi (lstat): Likewise.
9396         * lib/file-has-acl.c (file_has_acl): Likewise.
9397         * lib/fwriteerror.c [TEST]: Likewise.
9398         * tests/test-areadlink.h (test_areadlink): Likewise.
9399         * tests/test-areadlinkat-with-size.c (main): Likewise.
9400         * tests/test-areadlinkat.c (main): Likewise.
9401         * tests/test-canonicalize-lgpl.c (main): Likewise.
9402         * tests/test-canonicalize.c (main): Likewise.
9403         * tests/test-fstatat.c (main): Likewise.
9404         * tests/test-linkat.c (main): Likewise.
9405         * tests/test-lstat.h (test_lstat_func): Likewise.
9406         * tests/test-mkdir.h (test_mkdir): Likewise.
9407         * tests/test-readlink.h (test_readlink): Likewise.
9408         * tests/test-remove.c (main): Likewise.
9409         * tests/test-rename.h (test_rename): Likewise.
9410         * tests/test-renameat.c (main): Likewise.
9411         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9412         * tests/test-symlink.h (test_symlink): Likewise.
9413         * tests/test-symlinkat.c (main): Likewise.
9414         * tests/test-unlink.h (test_unlink_func): Likewise.
9415         * tests/test-unlinkat.c (main): Likewise.
9416
9417         maint: make realtime library usage explicit
9418         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
9419         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
9420         * modules/settime (Link): Likewise.
9421         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
9422
9423         test-stat-time: speed up execution
9424         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
9425         warning on mingw.
9426         (nap): New helper function.
9427         (prepare_test): Use it to reduce sleep time.
9428         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
9429         execution.
9430         * modules/stat-time-tests (configure.ac): Check for usleep.
9431
9432 2009-10-09  Jim Meyering  <meyering@redhat.com>
9433
9434         selinux-h: always use getfilecon wrappers
9435         * lib/getfilecon.c: New file.
9436         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
9437         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
9438         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
9439         (fgetfilecon): Provide a stub.
9440         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
9441         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
9442         file unconditionally.
9443         When <selinux/selinux.h> is found, arrange to use wrappers.
9444         * modules/selinux-h (Files): Add getfilecon.c.
9445         (Makefile.am): Substitute include-next-related bits
9446         into the now-always-generated selinux/selinux.h file.
9447         * doc/glibc-functions/lgetfilecon.texi: New file.
9448         * doc/glibc-functions/fgetfilecon.texi: New file.
9449         * doc/glibc-functions/getfilecon.texi: New file.
9450         * doc/glibc-functions/getfilecon-desc.texi: New file.
9451         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
9452         which to pull in the new files.
9453         * MODULES.html.sh (Misc): Add selinux-h.
9454
9455 2009-10-08  Jim Meyering  <meyering@redhat.com>
9456
9457         unistd: fix comment typo
9458         * lib/unistd.in.h (euidaccess): Fix a comment typo.
9459
9460 2009-10-08  Eric Blake  <ebb9@byu.net>
9461
9462         areadlink: use SIZE_MAX consistently
9463         * modules/areadlink (Depends-on): Add stdint.
9464         * modules/areadlink-with-size (Depends-on): Likewise.
9465         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
9466         gives NULL; drop sys/types, since unistd gives size_t; and add
9467         stdint for SIZE_MAX.
9468         (SIZE_MAX): Rely on headers.
9469         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
9470         and add stdint.
9471         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
9472         (SIZE_MAX): Likewise.
9473         (INITIAL_BUF_SIZE): Turn into enum.
9474         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
9475
9476 2009-10-08  Jim Meyering  <meyering@redhat.com>
9477
9478         areadlinkat: avoid compilation failure
9479         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
9480         Fix typo in comment.
9481
9482 2009-10-07  Eric Blake  <ebb9@byu.net>
9483
9484         areadlinkat-with-size: new module
9485         * modules/areadlinkat-with-size: New module.
9486         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
9487         * lib/areadlink.h (areadlinkat): Declare it.
9488         * MODULES.html.sh (File system functions): Mention it.
9489         * modules/areadlinkat-with-size-tests: New test.
9490         * tests/test-areadlinkat-with-size.c: New file.
9491
9492         xreadlinkat: new module
9493         * modules/xreadlinkat: New module.
9494         * lib/xreadlinkat.c (xreadlinkat): New file.
9495         * lib/xreadlink.h (xreadlinkat): Declare it.
9496         * MODULES.html.sh (File system functions): Mention it.
9497
9498         areadlinkat: new module
9499         * lib/at-func.c (FUNC_FAIL): New define.
9500         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
9501         * modules/areadlinkat: New module.
9502         * lib/linkat.c (areadlinkat): Move...
9503         * lib/areadlinkat.c (areadlinkat): ...to new file.
9504         * lib/areadlink.h (areadlinkat): Declare it.
9505         * modules/linkat (Depends-on): Add areadlinkat.
9506         * MODULES.html.sh (File system functions): Mention it.
9507         * modules/areadlinkat-tests: New test.
9508         * tests/test-areadlinkat.c: New file.
9509
9510         areadlink, areadlink-with-size: add tests
9511         * modules/areadlink-tests: New test.
9512         * modules/areadlink-with-size-tests: Likewise.
9513         * tests/test-areadlink.h: New file.
9514         * tests/test-areadlink.c: Likewise.
9515         * tests/test-areadlink-with-size.c: Likewise.
9516
9517         maint: minor cleanups
9518         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
9519         _UNUSED_PARAMETER_ instead.
9520         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
9521         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
9522         * modules/linkat-tests (Files): Distribute test-link.h.
9523
9524         openat, utimens: whitespace cleanup
9525         * lib/openat.c: Prefer space throughout, rather than mix of 8
9526         spaces vs. tabs.
9527         * lib/at-func.c: Likewise.
9528         * lib/utimens.c: Likewise.
9529
9530         openat: avoid using wrong fd
9531         * lib/openat.c (openat_permissive): Reject user's fd if saving the
9532         working directory chooses same fd.
9533         * lib/at-func.c (AT_FUNC_NAME): Likewise.
9534
9535         mkdir, mkdirat: fix cygwin 1.5.x bug
9536         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
9537         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
9538         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
9539         bug.
9540         (gl_PREREQ_MKDIR): Delete unused macro.
9541         * modules/mkdir (Files): Track file rename.
9542         (configure.ac): Update macro name.
9543         * modules/openat (Depends-on): Add mkdir.
9544         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
9545
9546         mkdir, mkdirat: add tests
9547         * modules/mkdir-tests: New test.
9548         * tests/test-mkdir.h: New file.
9549         * tests/test-mkdir.c: Likewise.
9550         * tests/test-mkdirat.c: Likewise.
9551         * modules/openat-tests (Files): Add new files.
9552         (Makefile.am): Run new test.
9553
9554 2009-10-06  Eric Blake  <ebb9@byu.net>
9555
9556         doc: tweak *at function documentation
9557         * doc/posix-functions/faccessat.texi (faccessat): Mention
9558         known issue with replacement.
9559         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
9560         * doc/posix-functions/linkat.texi (linkat): Likewise.
9561         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
9562         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
9563         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
9564         * doc/posix-functions/renameat.texi (renameat): Likewise.
9565         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
9566
9567         openat: fix GNU/Hurd bug in unlinkat
9568         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
9569         broken.
9570         * doc/posix-functions/unlink.texi (unlink): Document this.
9571         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
9572
9573         fdopendir: fix GNU/Hurd bug
9574         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
9575         allowing non-directory fds.
9576         * lib/fdopendir.c (rpl_fdopendir): Work around it.
9577         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
9578         * modules/dirent (Makefile.am): Substitute it.
9579         * lib/dirent.in.h (fdopendir): Declare replacement.
9580         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
9581         * tests/test-fdopendir.c (main): Test something other than
9582         /dev/null, since on Hurd that behaves like a directory.
9583
9584         test-symlink: port to GNU/Hurd
9585         * tests/test-symlink.h (test_symlink): Relax expected errno.
9586
9587         doc: tweak more cygwin information
9588         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
9589         now compatible with glibc.
9590         * doc/posix-functions/getopt.texi (getopt): Likewise.
9591
9592         getopt-gnu: add another test
9593         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
9594         guarantee behavior relied on by m4.
9595         * tests/test-getopt.c (main): Use it.
9596         * modules/getopt-posix-tests (Depends-on): Add setenv.
9597         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
9598
9599         getopt: fix compilation on darwin
9600         * lib/getopt.in.h (includes): Leave breadcrumbs during system
9601         include.
9602         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
9603         Reported by Ludovic Courtès.
9604
9605 2009-10-06  Bruno Haible  <bruno@clisp.org>
9606
9607         * modules/size_max (Description): Discourage its use.
9608         Reported by Simon Josefsson.
9609
9610 2009-10-06  Jim Meyering  <meyering@redhat.com>
9611
9612         linkat: avoid compilation failure
9613         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
9614
9615 2009-10-05  Eric Blake  <ebb9@byu.net>
9616
9617         linkat: support Linux 2.6.17
9618         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
9619         linkat on Linux, but allow cache variable override.
9620         * lib/linkat.c (rpl_linkat): Define override.
9621         * modules/linkat (Depends-on): Add symlinkat.
9622         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
9623         * modules/unistd (Makefile.am): Substitute it.
9624         * lib/unistd.in.h (linkat): Declare replacement.
9625         Reported by Pádraig Brady.
9626
9627         quotearg: port test to systems with C.UTF-8 locale
9628         * tests/test-quotearg.c (struct result_strings): Add another
9629         member, differentiating between C.ASCII and C.UTF-8 handling.
9630         (compare_strings): Add parameter.
9631         (main): Adjust all callers.
9632
9633         getopt: avoid clash with FreeBSD _getopt_internal
9634         * lib/getopt.in.h (_getopt_internal): Override the name.
9635         * lib/getopt_int.h (includes): Pick up any overrides.
9636         Reported by Reuben Thomas.
9637
9638         hash: allow C89 compilation
9639         * lib/hash.c (check_tuning): Move declaration before statement.
9640         Reported by Reuben Thomas.
9641
9642 2009-10-05  Karl Berry  <karl@gnu.org>
9643
9644         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
9645
9646 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
9647             Bruno Haible  <bruno@clisp.org>
9648
9649         * lib/uname.c (uname): Use a table-driven algorithm to compute
9650         Windows NT versions.
9651
9652 2009-10-04  Bruno Haible  <bruno@clisp.org>
9653
9654         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
9655         program_invocation_short_name.
9656         * modules/progname (configure.ac): Test for presence of
9657         program_invocation_short_name.
9658         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
9659
9660 2009-10-04  Bruno Haible  <bruno@clisp.org>
9661
9662         * lib/progname.c (set_program_name): Fix comment.
9663         Reported by Jim Meyering.
9664
9665 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9666             Bruno Haible  <bruno@clisp.org>
9667
9668         * lib/uname.c: Include <string.h>.
9669         (uname): Do only one call to GetVersionEx in the common case.
9670
9671 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
9672             Bruno Haible  <bruno@clisp.org>
9673
9674         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
9675         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
9676         (uname): Add support for Windows CE and various non-x86 CPU types.
9677
9678 2009-10-03  Bruno Haible  <bruno@clisp.org>
9679
9680         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
9681         invocation to tests/configure.ac.
9682         Reported by Ian Beckwith <ianb@erislabs.net>.
9683
9684 2009-10-02  Eric Blake  <ebb9@byu.net>
9685
9686         fchdir: avoid compiler warning
9687         * lib/fchdir.c (canonicalize_file_name)
9688         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
9689
9690         test-open: support mingw errno values
9691         * tests/test-open.h (test_open): Relax test.
9692         * tests/test-fopen.h (test_fopen): Likewise.
9693         * tests/test-openat-safer.c (main): Likewise.
9694
9695         open: fix opening directory on mingw
9696         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
9697
9698         test-open: on GNU/Hurd, /dev/null is a directory
9699         * tests/test-fopen.h (main): Rename...
9700         (test_fopen): ...to this.  Use a guaranteed non-directory when
9701         confirming open behavior on trailing slash.
9702         * tests/test-openat-safer.c (main): Likewise.
9703         * tests/test-open.h (main): Likewise....
9704         (test_open): ...to this.
9705         * tests/test-fopen.c (main): Adjust caller.
9706         * tests/test-fopen-safer.c (main): Likewise.
9707         * tests/test-open.c (main): Likewise.
9708         * tests/test-fcntl-safer.c (main): Likewise.
9709         Reported by Samuel Thibault.
9710
9711         rename, fchdir: don't ignore chdir failure
9712         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
9713         * lib/rename.c (rpl_rename) [W32]: Likewise.
9714         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
9715         an empty destination directory if source cannot be renamed,
9716         although there is still possibility for failure.
9717         * doc/posix-functions/rename.texi (rename): Document the race.
9718         Reported by Jim Meyering.
9719
9720         maint: cleanup whitespace in recent commits
9721         * lib/rename.c (rpl_rename): Remove tabs.
9722         * tests/test-link.h (test_link): Likewise.
9723         * lib/fchdir.c (get_name): Likewise.
9724         Reported by Jim Meyering.
9725
9726 2009-10-02  Ben Pfaff  <blp@gnu.org>
9727
9728         relocatable-prog-wrapper: Add missing dependency on
9729         double-slash-root.
9730         * modules/relocatable-prog-wrapper: Add dependency.
9731         Reported by Ian Beckwith <ianb@erislabs.net>.
9732
9733 2009-10-02  Eric Blake  <ebb9@byu.net>
9734
9735         renameat: fix Solaris bugs
9736         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
9737         needed fixing.
9738         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
9739         * modules/stdio (Makefile.am): Substitute it.
9740         * lib/stdio.in.h (renameat): Declare replacement.
9741         * lib/renameat.c (rpl_renameat): Implement fix.
9742
9743         renameat: new module
9744         * modules/renameat: New file.
9745         * lib/renameat.c (renameat): Likewise.
9746         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
9747         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
9748         * modules/stdio (Makefile.am): Substitute them.
9749         * lib/stdio.in.h (renameat): Declare it.
9750         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9751         * doc/posix-functions/renameat.texi (renameat): Likewise.
9752         * modules/renameat-tests: New test.
9753         * tests/test-renameat.c: Likewise.
9754
9755         rename: fix mingw bugs
9756         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
9757         directory overwrite bugs.
9758
9759         rename: fix another cygwin 1.5 bug
9760         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
9761         checks.
9762         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
9763         unnecessary cygwin workarounds.  Also work around bug with moving
9764         full directory onto an empty one.
9765         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
9766
9767         rename-dest-slash: merge into rename module
9768         * modules/rename-dest-slash (Status): Mark obsolete.
9769         (Depends-on): Add rename.
9770         (Files): Let rename do it all.
9771         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
9772         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
9773         * m4/rename-dest-slash.m4: ...so this file can be deleted.
9774         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
9775         * lib/rename.c (rpl_rename): Update comments.
9776
9777         rename: fix cygwin 1.5.x bugs
9778         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
9779         * lib/rename.c (rpl_rename): Work around them.
9780         * modules/rename (Depends-on): Add same-inode.
9781
9782         rename: fix Solaris 10 bug
9783         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9784         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
9785         was the only bug.
9786
9787         rename: fix Solaris 9 bug
9788         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
9789         on non-directory.  Avoid calling exit.
9790         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
9791         strdup.
9792         * modules/rename-tests (Depends-on): Drop lstat.
9793         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
9794         (gl_PREREQ_RENAME): Delete unused macro.
9795
9796         rename-dest-slash: fix NetBSD bug
9797         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
9798         links.
9799         * modules/rename-dest-slash (Depends-on): Add same-inode.
9800
9801         rename-tests: new test, exposes several platform bugs
9802         * modules/rename-tests: New file.
9803         * tests/test-rename.h: Likewise.
9804         * tests/test-rename.c: Likewise.
9805         * doc/posix-functions/rename.texi (rename): Improve documentation,
9806         including bugs that will eventually be fixed in gnulib.
9807
9808 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
9809
9810         * lib/uname.c: Include <stdlib.h>
9811         (uname): Assume version info is available.
9812
9813 2009-10-02  Jim Meyering  <meyering@redhat.com>
9814
9815         gnu-web-doc-update: correct --help output
9816         * build-aux/gnu-web-doc-update: Make --help output relevant.
9817
9818         gnu-web-doc-update: add standard options
9819         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
9820
9821         gnu-web-doc-update: New module.
9822         Use this script to automatically update the on-line web documentation
9823         for your GNU project at http://www.gnu.org/software/$pkg/manual/
9824         * modules/gnu-web-doc-update: New file, from coreutils.
9825         * build-aux/gnu-web-doc-update: New script.
9826
9827 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
9828
9829         link: LoadLibrary is not needed.
9830         * lib/link.c: Use GetModuleHandle.
9831
9832 2009-10-01  Eric Blake  <ebb9@byu.net>
9833
9834         getopt: bump serial number
9835         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
9836         change.
9837
9838         tests: tighten link, rmdir, and remove tests
9839         * tests/test-link.h (includes): No need to use <config.h> here.
9840         Clean up if directory hard link was created, otherwise test for
9841         trailing '.'.
9842         * tests/test-linkat.c (main): Simplify.
9843         * tests/test-remove.c (main): Enhance test for trailing '.'.
9844         * tests/test-rmdir.h (test_rmdir_func): Likewise.
9845
9846 2009-10-01  Jim Meyering  <meyering@redhat.com>
9847
9848         maint.mk: requiring "make major" was annoying, for a "minor" release.
9849         What is intended is "stable", to contrast with alpha and beta,
9850         so require "make stable", not "make major".
9851         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
9852         (get_tool_versions): Likewise.
9853         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
9854
9855 2009-09-30  Ben Pfaff  <blp@gnu.org>
9856
9857         Fix broken build of replacement for Windows tmpfile().
9858         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
9859         flags argument added along with the 'mkostemp' module.
9860
9861 2009-09-28  Bruno Haible  <bruno@clisp.org>
9862
9863         Avoid identifier clash with POSIX function 'remove' defined as a macro.
9864         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
9865         to 'remove_elt'.
9866         (gl_list_remove): Update.
9867         * lib/gl_list.c (gl_list_remove): Update.
9868         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
9869         to 'remove_elt'.
9870         (gl_oset_remove): Update.
9871         * lib/gl_list.c (gl_oset_remove): Update.
9872         Reported by Eric Blake.
9873
9874 2009-09-28  Eric Blake  <ebb9@byu.net>
9875
9876         doc: mention yet more cygwin 1.7 status
9877         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
9878         cygwin.
9879         * doc/glibc-functions/execvpe.texi (execvpe): New file.
9880         * doc/gnulib.texi (Glibc unistd.h): Mention it.
9881
9882         argp: fix test failure
9883         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
9884         that are not upper-case.  Pass correct range to tolower.
9885
9886 2009-09-27  Jim Meyering  <meyering@redhat.com>
9887
9888         test-yesno: work around sparc-dash here-document infelicity
9889         Without this change, the literal \177 byte in a here document
9890         would make dash 0.5.5.1-3 access uninitialized memory.
9891         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
9892         Instead, use a marker, "@", and filter through tr to create the desired
9893         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
9894
9895 2009-09-27  Bruno Haible  <bruno@clisp.org>
9896
9897         Disable untested support for new flavours of ACLs on AIX.
9898         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
9899         progress.
9900         * lib/set-mode-acl.c (qset_acl): Likewise.
9901
9902 2008-12-07  Bruno Haible  <bruno@clisp.org>
9903
9904         Add support for new flavours of ACLs on AIX. (Untested.)
9905         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
9906         (file_has_acl): Add support for newer AIX.
9907         * lib/set-mode-acl.c (qset_acl): Likewise.
9908         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
9909         Rainer Tammer <tammer@tammer.net>.
9910
9911 2009-09-26  Eric Blake  <ebb9@byu.net>
9912
9913         argp: fix compilation of getopt
9914         * lib/getopt.in.h (includes): Use different guard than glibc.
9915         Reported by Sergey Poznyakoff.
9916
9917         doc: mention more cygwin 1.7 status
9918         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
9919         bug.
9920         * doc/posix-functions/execl.texi (execl): Likewise.
9921         * doc/posix-functions/execle.texi (execle): Likewise.
9922         * doc/posix-functions/execlp.texi (execlp): Likewise.
9923         * doc/posix-functions/execv.texi (execv): Likewise.
9924         * doc/posix-functions/execve.texi (execve): Likewise.
9925         * doc/posix-functions/execvp.texi (execvp): Likewise.
9926         * doc/glibc-functions/canonicalize_file_name.texi
9927         (canonicalize_file_name): Cygwin 1.7 now provides this.
9928         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
9929         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
9930         on AT_SYMLINK_NOFOLLOW.
9931
9932 2009-09-24  Eric Blake  <ebb9@byu.net>
9933
9934         test-linkat: make test more robust
9935         * tests/test-linkat.c (main): Avoid collision with EEXIST.
9936
9937         getopt: fix inclusion guards for cygwin
9938         * modules/getopt-posix (Depends-on): Add include-next.
9939         (Makefile.am): Substitute more items in replacement header.
9940         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
9941         <getopt.h>.
9942         * lib/getopt.in.h (includes): Use split inclusion guard, and
9943         prefer <getopt.h> over include <unistd.h> when one is present.
9944         (option): Also override name of 'struct option'.
9945
9946         same-inode: revert prior change; it is not yet ready
9947         * NEWS: Undo mention of this change.
9948         * lib/same-inode.h (same-inode.h): Undo tri-state change.
9949         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9950         * lib/cycle-check.c (cycle_check): Likewise.
9951         * lib/same.c (same_name): Likewise.
9952         * lib/at-func2.c (at_func2): Likewise.
9953
9954 2009-09-23  Eric Blake  <ebb9@byu.net>
9955
9956         linkat: new module
9957         * modules/linkat: New file.
9958         * lib/at-func2.c (at_func2): Likewise.
9959         * lib/linkat.c (linkat): Likewise.
9960         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
9961         * lib/openat-priv.h (at_func2): Add declaration.
9962         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
9963         * modules/unistd (Makefile.am): Substitute them.
9964         * lib/unistd.in.h (linkat): Declare it.
9965         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
9966         * doc/posix-functions/linkat.texi (linkat): Likewise.
9967         * doc/posix-functions/link.texi (link): Tweak wording.
9968         * tests/test-link.c (main): Move guts...
9969         * tests/test-link.h (test_link): ...into new file.
9970         * modules/linkat-tests: New test.
9971         * tests/test-linkat.c: Likewise.
9972         * modules/link-tests (Files): Ship new file.
9973         (Depends-on): Add stdbool.
9974
9975         dirname: add library-safe mdir_name
9976         * lib/dirname.h (mdir_name): New prototype.
9977         * lib/dirname.c (dir_name): Move guts...
9978         (mdir_name): ...to new function that avoids xalloc_die.
9979
9980         fchdir: another mingw fix
9981         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
9982         * lib/fchdir.c (get_name): New helper method; skips canonicalize
9983         on mingw (where it has not yet been ported), and make it optional
9984         elsewhere.
9985         (_gl_register_fd): Use it.
9986
9987         same-inode: make SAME_INODE tri-state, to port to mingw
9988         * NEWS: Mention this change.
9989         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
9990         st_ino always being 0.
9991         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
9992         * lib/cycle-check.c (cycle_check): Likewise.
9993         * lib/same.c (same_name): Likewise.
9994
9995         lstat: avoid mingw compilation error
9996         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
9997         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
9998         lstat ourselves.
9999         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
10000         was adequate.
10001         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
10002         the checks for lstat.
10003         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
10004
10005         link: fix test failure on Solaris 9
10006         * lib/link.c (rpl_link): Don't assume link will catch bogus
10007         trailing slash on source.
10008
10009         test-symlinkat: enhance test
10010         * tests/test-readlink.c (main): Move guts...
10011         * tests/test-readlink.h (test_readlink): ...into new file.
10012         * tests/test-symlink.c (main): Move guts...
10013         * tests/test-symlink.h (test_symlink): ...into new file.
10014         * tests/test-symlinkat.c (main): Use new files for further
10015         coverage.
10016         (do_symlink, do_readlink): New helper functions.
10017         * modules/symlink-tests (Files): Ship new file.
10018         (Depends-on): Add stdbool.
10019         * modules/readlink-tests (Files): Ship new file.
10020         (Depends-on): Add stdbool.
10021         * modules/symlinkat-tests (Files): Use new files.
10022
10023 2009-09-23  Eric Blake  <ebb9@byu.net>
10024
10025         readlink: document portability issue with symlink length
10026         * doc/posix-functions/lstat.texi (lstat): Mention that some file
10027         systems have bogus st_size on symlinks, and mention the
10028         areadlink-with-size module.
10029         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10030         * doc/posix-functions/readlink.texi (readlink): Mention the
10031         areadlink module, and ERANGE failure.
10032         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10033         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
10034
10035         readlink: fix Solaris 9 bug with trailing slash
10036         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
10037         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
10038         * doc/posix-functions/readlink.texi (readlink): Document this.
10039         * modules/readlink-tests: New test.
10040         * tests/test-readlink.c: Likewise.
10041
10042         readlink: fix cygwin 1.5.x bug with return type
10043         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
10044         * lib/unistd.in.h (readlink): Use ssize_t.
10045         * lib/readlink.c (readlink): Likewise.
10046         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10047         * modules/unistd (Makefile.am): Substitute it.
10048         * lib/unistd.in.h (readlink): Declare replacement.
10049         * doc/posix-functions/readlink.texi (readlink): Document this.
10050
10051         symlink: use throughout gnulib
10052         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
10053         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
10054         symlink is not used.
10055         * modules/symlinkat (Depends-on): Add symlink.
10056         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10057         * modules/canonicalize-tests (Depends-on): Likewise.
10058         * modules/lstat-tests (Depends-on): Likewise.
10059         * modules/openat-tests (Depends-on): Likewise.
10060         * modules/remove-tests (Depends-on): Likewise.
10061         * modules/rmdir-tests (Depends-on): Likewise.
10062         * modules/unlink-tests (Depends-on): Likewise.
10063         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
10064         * tests/test-canonicalize.c (symlink): Likewise.
10065         * tests/test-fstatat.c (symlink): Likewise.
10066         * tests/test-lstat.c (symlink): Likewise.
10067         * tests/test-remove.c (symlink): Likewise.
10068         * tests/test-rmdir.c (symlink): Likewise.
10069         * tests/test-unlink.c (symlink): Likewise.
10070         * tests/test-unlinkat.c (symlink): Likewise.
10071
10072         symlink: new module, for Solaris 9 bug
10073         * modules/symlink: New file.
10074         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
10075         * lib/symlink.c: Likewise.
10076         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
10077         * modules/unistd (Makefile.am): Substitute them.
10078         * lib/unistd.in.h (symlink): Declare replacement.
10079         * MODULES.html.sh (File system functions): Mention it.
10080         * doc/posix-functions/symlink.texi (symlink): Likewise.
10081         * modules/symlink-tests: New test.
10082         * tests/test-symlink.c: Likewise.
10083
10084 2009-09-23  Bruno Haible  <bruno@clisp.org>
10085
10086         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
10087         when needed.
10088         Test case: gnulib-tool --import --with-tests atexit inttypes.
10089         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
10090
10091 2009-09-23  Bruno Haible  <bruno@clisp.org>
10092
10093         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
10094         subcommand, not in a subshell.
10095
10096 2009-09-22  Eric Blake  <ebb9@byu.net>
10097
10098         unistd: sort replacement declarations
10099         * lib/unistd.in.h: Sort declarations.
10100
10101         open, openat: minor optimization
10102         * lib/open.c (open): If open succeeded, len is non-zero.
10103         * lib/openat.c (rpl_openat): Likewise.
10104
10105         link-follow: ensure correct result
10106         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
10107         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
10108         distinguish between possible failures.
10109
10110 2009-09-21  Eric Blake  <ebb9@byu.net>
10111
10112         fts: avoid compiler warning
10113         * lib/fts.c (dirent_inode_sort_may_be_useful)
10114         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
10115
10116 2009-09-19  Bruno Haible  <bruno@clisp.org>
10117
10118         * lib/progreloc.c (canonicalize_file_name): New declaration.
10119
10120 2009-09-19  Eric Blake  <ebb9@byu.net>
10121
10122         link: fix quoting
10123         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
10124
10125         openat: fix openat bugs on Solaris 9
10126         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
10127         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
10128         * modules/openat (Depends-on): Add open.
10129         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
10130         * modules/fcntl-h (Makefile.am): Substitute it.
10131         * lib/fcntl.in.h (openat): Declare replacement.
10132         * doc/posix-functions/openat.texi (openat): Document this.
10133
10134         openat: move fstatat and unlinkat into correct files
10135         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
10136         compiled.
10137         * lib/openat.c (fstatat, unlinkat): Move...
10138         * lib/fstatat.c (fstatat): ...into correct files.
10139         * lib/unlinkat.c (unlinkat): Likewise.
10140
10141         openat: fix unlinkat bugs on Solaris 9
10142         * lib/unlinkat.c (unlinkat): New file.
10143         * modules/openat (Depends-on): Add unlink.
10144         (Files): Distribute it.
10145         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
10146         trailing slash behavior is broken.
10147         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10148         * modules/unistd (Makefile.am): Substitute it.
10149         * lib/unistd.in.h (unlinkat): Declare replacement.
10150         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
10151
10152         openat: fix fstatat bugs on Solaris 9
10153         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
10154         stat.
10155         * doc/posix-functions/fstatat.texi (fstatat): Document this.
10156
10157         test-unlinkat: enhance test, to expose Solaris 9 bug
10158         * tests/test-unlink.c (main): Factor guts...
10159         * tests/test-unlink.h (test_rmdir_func): ...into new file.
10160         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
10161         * tests/test-rmdir.c (main): Adjust caller.
10162         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
10163         (unlinker): New helper function.
10164         (rmdirat): Enhance check.
10165         * modules/rmdir-tests (Depends-on): Add stdbool.
10166         * modules/unlink-tests (Depends-on): Likewise.
10167         (Files): Add test-unlink.h.
10168         * modules/openat-tests (Files): Likewise.
10169         (Depends-on): Add unlinkdir.
10170
10171         test-fstatat: new test, to expose Solaris 9 bugs
10172         * tests/test-stat.c (main): Factor guts...
10173         * tests/test-stat.h (test_stat_func): ...into new file.
10174         * tests/test-lstat.c (main): Factor guts...
10175         * tests/test-lstat.h (test_lstat_func): ...into new file.
10176         * tests/test-fstatat.c: New file.
10177         * modules/stat-tests (Files): Add test-stat.h.
10178         * modules/lstat-tests (Files): Add test-lstat.h.
10179         (Depends-on): Add stdbool.
10180         * modules/openat-tests (Depends-on): Add pathmax.
10181         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
10182         (Makefile.am): Run new test.
10183
10184         remove: new module, for mingw and Solaris 9 bugs
10185         * modules/remove: New file.
10186         * lib/remove.c: Likewise.
10187         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
10188         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10189         * modules/stdio (Makefile.am): Use them.
10190         * lib/stdio.in.h (remove): Declare replacement.
10191         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10192         * doc/posix-functions/remove.texi (remove): Likewise.
10193         * modules/remove-tests: New test.
10194         * tests/test-remove.c: Likewise.
10195
10196         unlink: new module, for Solaris 9 bug
10197         * modules/unlink: New file.
10198         * lib/unlink.c: Likewise.
10199         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
10200         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10201         * modules/unistd (Makefile.am): Use them.
10202         * lib/unistd.in.h (stat): Declare replacement.
10203         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10204         * doc/posix-functions/unlink.texi (unlink): Likewise.
10205         * modules/unlink-tests: New test.
10206         * tests/test-unlink.c: Likewise.
10207
10208         lstat: fix Solaris 9 bug
10209         * lib/lstat.c (lstat): Also check for trailing slash on
10210         non-symlink, non-directories.  Use stat module to simplify logic.
10211         * doc/posix-functions/lstat.texi (lstat): Document it.
10212         * modules/lstat-tests (Depends-on): Add errno, same-inode.
10213         (configure.ac): Check for symlink.
10214         * tests/test-lstat.c (main): Add more tests.
10215
10216         stat: add as dependency to other modules
10217         * modules/chown (Depends-on): Add stat.
10218         * modules/euidaccess (Depends-on): Likewise.
10219         * modules/fchdir (Depends-on): Likewise.
10220         * modules/isdir (Depends-on): Likewise.
10221         * modules/link (Depends-on): Likewise.
10222         * modules/lstat (Depends-on): Likewise.
10223         * modules/mkdir-p (Depends-on): Likewise.
10224         * modules/modechange (Depends-on): Likewise.
10225         * modules/open (Depends-on): Likewise.
10226         * modules/readlink (Depends-on): Likewise.
10227         * modules/same (Depends-on): Likewise.
10228
10229         stat: fix Solaris 9 bug
10230         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
10231         slash.
10232         * lib/stat.c (rpl_stat): Work around it.
10233         * doc/posix-functions/stat.texi (stat): Update documentation.
10234
10235         stat: new module, for mingw bug
10236         * modules/stat: New file.
10237         * lib/stat.c: Likewise.
10238         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
10239         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10240         * modules/sys_stat (Makefile.am): Use them.
10241         * lib/sys_stat.in.h (stat): Declare replacement.
10242         * lib/openat.c (fstatat): Deal with lstat and stat being function
10243         macros.
10244         * modules/openat (Depends-on): Add inline.
10245         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10246         * doc/posix-functions/stat.texi (stat): Likewise.
10247         * modules/stat-tests: New test.
10248         * tests/test-stat.c: Likewise.
10249
10250 2009-09-19  Jim Meyering  <meyering@redhat.com>
10251
10252         syntax-check: detect unnecessary inclusion of canonicalize.h
10253         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
10254
10255 2009-09-19  Eric Blake  <ebb9@byu.net>
10256
10257         canonicalize-lgpl: adjust clients to use correct header
10258         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10259         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
10260         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
10261         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
10262         * lib/progreloc.c (includes): Likewise.
10263
10264 2009-09-19  Jim Meyering  <meyering@redhat.com>
10265
10266         test-posixtm.c: correct a comment
10267         * tests/test-posixtm.c: Correct first-line comment.
10268         Spotted by Eric Blake.
10269
10270 2009-09-16  Jim Meyering  <meyering@redhat.com>
10271
10272         posixtm-tests: make T const-correct; add a test case
10273         * tests/test-posixtm.c (T): Declare const.
10274         Add a test for -(2^31+1).
10275         Remove useless can-succeed-only-in-2002 test.
10276
10277         posixtm-tests: adjust the sole failing test
10278         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
10279         expected output matches what mktime now produces.  Cross-checked via
10280         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
10281
10282         posixtm: move #ifdef'd tests into a new module
10283         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
10284         * tests/test-posixtm.c: ... this new file.
10285         * modules/posixtm-tests: New module.
10286
10287 2009-09-19  Eric Blake  <ebb9@byu.net>
10288
10289         openat: simplify use of at-func.c
10290         * lib/at-func.c (includes): Include prerequisites here, to
10291         simplify requirements on client files.
10292         * lib/openat-priv.h: Add double-inclusion guard.
10293         * lib/faccessat.c (includes): Simplify.
10294         * lib/fchmodat.c (includes): Likewise.
10295         * lib/fchownat.c (includes): Likewise.
10296         * lib/mkdirat.c (includes): Likewise.
10297         * lib/mkfifoat.c (includes): Likewise.
10298         * lib/symlinkat.c (includes): Likewise.
10299
10300         openat: allow return of fd 0
10301         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
10302         * modules/save-cwd (Depends-on): Replace fcntl-safer with
10303         unistd-safer.
10304         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
10305         <fcntl.h>; this module does not leak fds.
10306         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
10307         must be allowed to return 0, leaving openat_safer to add the
10308         safety.
10309         (openat_permissive): Avoid writing to just-opened fd 2 if
10310         restoring the current directory fails.
10311         * lib/openat-die.c (openat_restore_fail): Add comment.
10312         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
10313         (save_cwd): Guarantee safe fd, but without use of open_safer.
10314         * tests/test-openat.c: New test.
10315         * modules/openat-tests (Files, Makefile.am): Distribute and build
10316         new file.
10317
10318         relocatable-prog-wrapper: fix build
10319         * modules/relocatable-prog-wrapper (Files): Update name of
10320         canonicalize m4 file, broken on 2009-09-17.
10321         Reported by emad hajjar <aleppos@hotmail.com>.
10322
10323 2009-09-19  Bruno Haible  <bruno@clisp.org>
10324
10325         * lib/safe-alloc.h: Use the standard header with GPL copyright.
10326         * lib/safe-alloc.c: Likewise.
10327         Reported by Ian Beckwith <ianb@erislabs.net>.
10328
10329 2009-09-18  Bruno Haible  <bruno@clisp.org>
10330
10331         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
10332         Reported by <erobles@sensacd.com.mx>.
10333
10334 2009-09-17  Eric Blake  <ebb9@byu.net>
10335
10336         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
10337         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
10338         slashes when checking if last component is missing.
10339         * tests/test-canonicalize.c (main): Test this.
10340
10341         canonicalize, canonicalize-lgpl: honor // if distinct from /
10342         * modules/canonicalize (Files): Add double-slash-root.m4.
10343         * modules/canonicalize-lgpl (Files): Likewise.
10344         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
10345         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
10346         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
10347         fallback definition.
10348         (canonicalize_filename_mode): Use it to protect //.
10349         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
10350         (__realpath): Likewise.
10351         * tests/test-canonicalize.c (main): Test this.
10352         * tests/test-canonicalize-lgpl.c (main): Likewise.
10353         * modules/canonicalize-tests (Depends-on): Add same-inode.
10354         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
10355
10356         canonicalize-lgpl: fix glibc bug with trailing slash
10357         * m4/canonicalize-lgpl.m4: Move contents...
10358         * m4/canonicalize.m4: ...here.
10359         (gl_CANONICALIZE_LGPL): Factor realpath check...
10360         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
10361         glibc 2.3.5 bug, fixed 2005-04-27.
10362         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
10363         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
10364         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
10365         * modules/canonicalize-lgpl (Files): Manage file rename.
10366         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10367         * modules/stdlib (Makefile.am): Substitute witness.
10368         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
10369         is needed.
10370         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
10371         replacement is required.
10372         * lib/canonicalize.c (canonicalize_file_name): Likewise.
10373         * doc/glibc-functions/canonicalize_file_name.texi
10374         (canonicalize_file_name): Document this.
10375         * doc/posix-functions/realpath.texi (realpath): Likewise.
10376
10377         canonicalize-lgpl: reject non-directory with trailing slash
10378         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
10379         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
10380         catches failures in glibc 2.3.5.
10381         * tests/test-canonicalize.c (main): Likewise.
10382
10383         canonicalize-lgpl: use native realpath if it works
10384         * lib/canonicalize-lgpl.c (realpath): Guard with
10385         FUNC_REALPATH_WORKS.
10386         * lib/stdlib.in.h (realpath): Make declaration optional based on
10387         HAVE_REALPATH.
10388         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
10389         native realpath works.
10390         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
10391         * modules/stdlib (Makefile.am): Substitute witness.
10392
10393         canonicalize, canonicalize-lgpl: use <stdlib.h>
10394         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
10395         (Include): Mention <stdlib.h>.
10396         (configure.ac): Mention functions we provide.
10397         * modules/canonicalize (configure.ac): Likewise.
10398         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
10399         realpath if canonicalize_file_name is missing.
10400         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
10401         * modules/stdlib (Makefile.am): Substitute witnesses.
10402         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
10403         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
10404         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
10405         * NEWS: Document this.
10406         * doc/glibc-functions/canonicalize_file_name.texi
10407         (canonicalize_file_name): Likewise.
10408         * doc/posix-functions/realpath.texi (realpath): Likewise.
10409         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
10410
10411         test-canonicalize: consolidate into single C program
10412         * tests/test-canonicalize.sh: Delete; move setup into...
10413         * tests/test-canonicalize.c (main): ...the program, making it
10414         easier to run in debugger.  Add some tests.
10415         * modules/canonicalize-tests (Files): Remove unused file.
10416         (Depends-on): Add progname.
10417         (configure.ac, Makefile.am): Simplify.
10418
10419         test-canonicalize-lgpl: consolidate into single C program
10420         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
10421         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
10422         easier to run in debugger.  Add some tests.
10423         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
10424         (configure.ac, Makefile.am): Simplify.
10425
10426         canonicalize: avoid resolvepath
10427         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
10428         unnecessary checks.
10429         * lib/canonicalize.c (includes): Simplify.
10430         (canonicalize_file_name): Drop resolvepath implementation.
10431         * modules/canonicalize (Depends-on): Drop filenamecat.
10432
10433         canonicalize: don't lose errno
10434         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
10435         over calls to free.
10436
10437         canonicalize: simplify errno handling
10438         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
10439         assignment.
10440
10441         canonicalize, canonicalize-lgpl: update module dependencies
10442         * modules/canonicalize (Depends-on): Add extensions, lstat,
10443         pathmax, stdlib.
10444         (Files): Drop pathmax.h.
10445         (configure.ac): Adjust macro name.
10446         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
10447         lstat, stdlib, sys_stat.
10448         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
10449         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
10450         extensions.
10451         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
10452         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
10453         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
10454         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
10455         declaration, if available.
10456         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
10457         we can rely on the readlink module.
10458         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
10459         (includes): Use <unistd.h> unconditionally.
10460
10461 2009-09-17  Eric Blake  <ebb9@byu.net>
10462
10463         maint: make Include sections of modules consistent
10464         * modules/alloca: Use only header name; no need to list #include.
10465         * modules/alloca-opt: Likewise.
10466         * modules/arpa_inet: Likewise.
10467         * modules/canon-host: Likewise.
10468         * modules/configmake: Likewise.
10469         * modules/dirent: Likewise.
10470         * modules/eealloc: Likewise.
10471         * modules/environ: Likewise.
10472         * modules/fchdir: Likewise.
10473         * modules/fcntl: Likewise.
10474         * modules/fcntl-h: Likewise.
10475         * modules/gethrxtime: Likewise.
10476         * modules/gettime: Likewise.
10477         * modules/ignore-value: Likewise.
10478         * modules/inet_ntop: Likewise.
10479         * modules/inet_pton: Likewise.
10480         * modules/inttypes: Likewise.
10481         * modules/isnand-nolibm: Likewise.
10482         * modules/isnanf-nolibm: Likewise.
10483         * modules/mbchar: Likewise.
10484         * modules/mbfile: Likewise.
10485         * modules/mbiter: Likewise.
10486         * modules/mbuiter: Likewise.
10487         * modules/netdb: Likewise.
10488         * modules/netinet_in: Likewise.
10489         * modules/nproc: Likewise.
10490         * modules/pagealign_alloc: Likewise.
10491         * modules/poll: Likewise.
10492         * modules/printf-frexp: Likewise.
10493         * modules/pthread: Likewise.
10494         * modules/putenv: Likewise.
10495         * modules/random_r: Likewise.
10496         * modules/relocatable-prog: Likewise.
10497         * modules/search: Likewise.
10498         * modules/select: Likewise.
10499         * modules/selinux-h: Likewise.
10500         * modules/settime: Likewise.
10501         * modules/signal: Likewise.
10502         * modules/size_max: Likewise.
10503         * modules/socklen: Likewise.
10504         * modules/ssize_t: Likewise.
10505         * modules/stdarg: Likewise.
10506         * modules/stdbool: Likewise.
10507         * modules/stddef: Likewise.
10508         * modules/stdint: Likewise.
10509         * modules/stdio: Likewise.
10510         * modules/stdlib: Likewise.
10511         * modules/string: Likewise.
10512         * modules/strings: Likewise.
10513         * modules/sys_file: Likewise.
10514         * modules/sys_ioctl: Likewise.
10515         * modules/sys_select: Likewise.
10516         * modules/sys_socket: Likewise.
10517         * modules/sys_stat: Likewise.
10518         * modules/sys_time: Likewise.
10519         * modules/sys_times: Likewise.
10520         * modules/sys_utsname: Likewise.
10521         * modules/sys_wait: Likewise.
10522         * modules/sysexits: Likewise.
10523         * modules/time: Likewise.
10524         * modules/times: Likewise.
10525         * modules/tmpfile: Likewise.
10526         * modules/trim: Likewise.
10527         * modules/unistd: Likewise.
10528         * modules/wchar: Likewise.
10529         * modules/wctype: Likewise.
10530
10531 2009-09-17  Bruno Haible  <bruno@clisp.org>
10532
10533         Make getdate.y compile on QNX and NetBSD 5 / i386.
10534         * m4/getdate.m4 (gl_GETDATE): Conditionally define
10535         TIME_T_FITS_IN_LONG_INT.
10536         * lib/getdate.y (long_time_t): New type.
10537         (relative_time): Change type of 'seconds' field to long_time_t.
10538         (get_date): Update types of local variables. Check against overflow
10539         during conversion from long_time_t to time_t.
10540         Reported by Matt Kraai <kraai@ftbfs.org>
10541         and Hasso Tepper <hasso@netbsd.org>.
10542
10543 2009-09-17  Bruno Haible  <bruno@clisp.org>
10544
10545         * modules/COPYING: Update copyright years.
10546         * modules/README: Likeiwse.
10547         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
10548         Reported by Ian Beckwith <ianb@erislabs.net>.
10549
10550 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10551
10552         * users.txt: Update references for gnuit package.
10553
10554 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
10555
10556         * m4/getdelim.m4: Fix typo in copyright line.
10557
10558 2009-09-17  Bruno Haible  <bruno@clisp.org>
10559
10560         * lib/atoll.c: Use the standard header with GPL copyright.
10561         * lib/argz.in.h: Likewise.
10562         * lib/glob.c: Likewise.
10563         * lib/glob-libc.h: Likewise.
10564         * lib/random_r.c: Likewise.
10565         * lib/siglist.h: Likewise.
10566         * lib/strsignal.c: Likewise.
10567         Reported by Ian Beckwith <ianb@erislabs.net>.
10568
10569 2009-09-17  Eric Blake  <ebb9@byu.net>
10570
10571         rmdir: ensure correct dependency order
10572         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
10573
10574 2009-09-17  Bruno Haible  <bruno@clisp.org>
10575
10576         Disable assertion that fails on NetBSD 5 / i386.
10577         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
10578         Reported by Sam Steingold <sds@gnu.org>
10579         and Hasso Tepper <hasso@netbsd.org>.
10580
10581 2009-09-16  Eric Blake  <ebb9@byu.net>
10582
10583         unlinkdir: port to mingw
10584         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
10585         on which no one can unlink a directory.
10586
10587         stdlib: sort witness names
10588         * modules/stdlib (Makefile.am): Sort replacements.
10589         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
10590         * lib/stdlib.in.h: Likewise.
10591
10592         parse-duration-tests: avoid link failure
10593         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
10594         LIBINTL.
10595         Reported by Tom G. Christensen.
10596
10597         openat-tests: ensure unlinkat behaves like rmdir
10598         * tests/test-rmdir.c (main): Factor guts...
10599         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
10600         * modules/rmdir-tests (Files): Ship new file.
10601         * modules/openat-tests: New test.
10602         * tests/test-unlinkat.c: Likewise.
10603
10604         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
10605         * modules/rmdir-errno (Status, Notice): Now obsolete.
10606
10607         rmdir: work around cygwin 1.5.x and mingw bugs
10608         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
10609         * lib/rmdir.c (rmdir): Work around it.
10610         * modules/rmdir (Status, Notice): No longer obsolete.
10611         (Files): Add dos.m4.
10612         (Depends-on): Add unistd.
10613         (configure.ac): Set witnesses.
10614         (License): Relax to LGPLv2+.
10615         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
10616         * modules/unistd (Makefile.am): Substitute witnesses.
10617         * lib/unistd.in.h (rmdir): Declare replacement.
10618         * doc/posix-functions/rmdir.texi (rmdir): Document this.
10619         * modules/rmdir-tests: New tests.
10620         * tests/test-rmdir.c: Likewise.
10621
10622 2009-09-15  Eric Blake  <ebb9@byu.net>
10623
10624         fchdir: improve use of replacement functions
10625         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
10626         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
10627         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
10628         REPLACE_CLOSEDIR.
10629         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
10630         * modules/sys_stat (Makefile.am): Substitute correct witness.
10631         * modules/dirent (Makefile.am): Likewise.
10632         * modules/unistd (Makefile.am): Likewise.
10633         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
10634         * lib/unistd.in.h (dup): Likewise.
10635         * lib/sys_stat.in.h (fstat): Likewise.
10636
10637         maint: ignore gnulib-tool temp files
10638         * .gitignore: Ignore files created during gnulib-tool --test.
10639
10640 2009-09-13  Jim Meyering  <meyering@redhat.com>
10641
10642         posixtm: don't reject a time that specify "60" as the number of seconds
10643         * lib/posixtm.c (posixtime): The code to reject invalid dates
10644         would also reject a time specified with the .60 suffix.
10645         But POSIX allows that, in order to accommodate leap seconds.
10646         So don't reject it.
10647         (main): Adjust tests accordingly.
10648         * modules/posixtm (Depends-on): Add stpcpy.
10649
10650 2009-09-11  Jim Meyering  <meyering@redhat.com>
10651
10652         announce-gen: include [$release_type] in emitted Subject:
10653         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
10654         e.g., [stable] in the emitted Subject: line.
10655
10656 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10657
10658         Remove obsolete macros from several modules.
10659         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
10660         obsolete Autoconf macros with their modern counterparts.
10661         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
10662         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
10663         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
10664         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
10665         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
10666         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
10667         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
10668         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
10669         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
10670         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
10671         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
10672         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
10673         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
10674         * m4/sockets.m4 (gl_SOCKETS): Likewise.
10675         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
10676         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
10677         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
10678         * m4/time_r.m4 (gl_TIME_R): Likewise.
10679         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
10680         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
10681         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
10682
10683         Fix copyright header in build-aux scripts.
10684         * build-aux/git-version-gen: Fix copyright header to match GPLv3
10685         recommendation.
10686         * build-aux/ncftpput-ftp: Likewise.
10687         * build-aux/update-copyright: Likewise.
10688
10689 2009-09-09  Eric Blake  <ebb9@byu.net>
10690
10691         test-link: allow Linux choice of errno
10692         * tests/test-link.c (main): Relax test for alternate error.
10693
10694         strndup: fix improper m4 caching
10695         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
10696         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
10697         (gl_PREREQ_STRNDUP): Delete.
10698         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
10699         * modules/string (Makefile.am): Substitute it.
10700         * lib/string.in.h (strndup): Modernize prototype.
10701
10702         getcwd: port to mingw
10703         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
10704         different from the POSIX assumptions made throughout the getcwd
10705         module; fortunately, the mingw getcwd does not need replacement.
10706         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
10707         * modules/getcwd-tests: New test.
10708         * tests/test-getcwd.c: Likewise.
10709
10710         link: fix platform bugs
10711         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
10712         * lib/link.c (link): Work around them.  Fix related mingw bug.
10713         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
10714         * modules/unistd (Makefile.am): Substitute it.
10715         * lib/unistd.in.h (link): Declare replacement.
10716         * doc/posix-functions/link.texi (link): Document this.
10717         * modules/link (Depends-on): Add strdup-posix, sys_stat.
10718
10719         test-link: consolidate into single C program, test more cases
10720         * tests/test-link.sh: Delete.
10721         * tests/test-link.c: Test more error conditions.  Exposes bugs on
10722         at least Cygwin and Solaris.
10723         * modules/link-tests (Files): Remove unused file.
10724         (Depends-on): Add errno, sys_stat.
10725         (Makefile.am): Simplify.
10726
10727 2009-09-08  Bruno Haible  <bruno@clisp.org>
10728
10729         Work around towlower, towupper bug on mingw.
10730         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
10731         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
10732         * doc/posix-functions/towlower.texi: Mention the mingw bug.
10733         * doc/posix-functions/towupper.texi: Likewise.
10734         Reported by Eric Blake.
10735
10736 2009-09-08  Jim Meyering  <meyering@redhat.com>
10737
10738         build: don't try to run autoheader if we don't use it
10739         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
10740         is not used in configure.ac.
10741
10742 2009-09-08  Eric Blake  <ebb9@byu.net>
10743
10744         euidaccess: fix compilation error
10745         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
10746
10747         rawmemchr: relax license
10748         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
10749         okay.
10750         Reported by Jim Meyering.
10751
10752         mkfifoat: new module
10753         * modules/mkfifoat: New file.
10754         * lib/mkfifoat.c: Likewise.
10755         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
10756         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10757         * modules/sys_stat (Makefile.am): Use them.
10758         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
10759         * MODULES.html.sh (File system functions): Mention module.
10760         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10761         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10762         * modules/mkfifoat-tests: New test.
10763         * tests/test-mkfifoat.c: Likewise.
10764
10765         strchrnul: relax license
10766         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
10767         okay.
10768         Reported by Jim Meyering.
10769
10770 2009-09-08  Eric Blake  <ebb9@byu.net>
10771
10772         fstatat: fix compilation on Solaris
10773         * lib/fstatat.c (includes): Add fcntl.h.
10774         Reported by Pádraig Brady.
10775
10776 2009-09-07  Eric Blake  <ebb9@byu.net>
10777
10778         rename: modernize replacement
10779         * modules/rename (Depends-on): Add stdio.
10780         (configure.ac): Declare witness.
10781         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
10782         stdio take care of replacement.
10783         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
10784         * modules/stdio (Makefile.am): Substitute them.
10785         * lib/stdio.in.h (rename): Declare replacement.
10786         * lib/rename.c (includes): Allow cross-compilation to non-windows
10787         machines.
10788         * doc/posix-functions/rename.texi (rename): Improve
10789         documentation.
10790
10791         stdio: sort witness names
10792         * modules/stdio (Makefile.am): Sort replacements.
10793         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
10794         * lib/stdio.in.h: Likewise.
10795
10796         getcwd: minor cleanups
10797         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
10798         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
10799
10800         openat: provide more convenience names
10801         * modules/faccessat (configure.ac): Add C witness.
10802         * lib/unistd.in.h (readlinkat): Fix typo.
10803         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
10804         convenience wrappers.
10805         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
10806         wrappers in syntax checks.
10807
10808 2009-09-06  Eric Blake  <ebb9@byu.net>
10809
10810         doc: fix comments in recent patches
10811         * lib/faccessat.c: Mention correct function.
10812         * lib/fchmodat.c: Likewise.
10813         * lib/fchownat.c: Likewise.
10814         * lib/symlinkat.c: Likewise.
10815         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
10816         constants.
10817
10818         faccessat, symlinkat: continue cleanup of previous patch
10819         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
10820         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10821         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
10822         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
10823         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
10824         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
10825         set.
10826
10827 2009-09-06  Bruno Haible  <bruno@clisp.org>
10828
10829         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
10830         (fstatat): Declare if GNULIB_FSTATAT is set.
10831         (mkdirat): Declare if GNULIB_MKDIRAT is set.
10832         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
10833         (unlinkat): Declare if GNULIB_UNLINKAT is set.
10834         * modules/fcntl-h (Files): Remove m4/openat.m4.
10835         * modules/sys_stat (Files): Remove m4/openat.m4.
10836         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
10837         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
10838         * modules/unistd (Files): Remove m4/openat.m4.
10839         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
10840         GNULIB_OPENAT.
10841         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
10842         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
10843         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
10844         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
10845         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
10846         gl_OPENAT_DEFAULTS.
10847         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
10848         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
10849         Don't require gl_OPENAT_DEFAULTS.
10850         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
10851         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
10852         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
10853         (gl_OPENAT_DEFAULTS): Remove macro.
10854
10855 2009-09-06  Bruno Haible  <bruno@clisp.org>
10856
10857         * modules/openat (configure.ac): Remove unneeded witness.
10858
10859 2009-09-06  Bruno Haible  <bruno@clisp.org>
10860
10861         Set errno to ENOSYS when a function is entirely unsupported.
10862         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
10863         EOPNOTSUPP.
10864         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
10865         * modules/chown (Depends-on): Remove errno.
10866
10867 2009-09-06  Bruno Haible  <bruno@clisp.org>
10868
10869         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
10870
10871 2009-09-06  Bruno Haible  <bruno@clisp.org>
10872
10873         * lib/sys_stat.in.h: Fix preprocessor command indentation.
10874
10875 2009-09-06  Ben Pfaff  <blp@gnu.org>
10876             Bruno Haible  <bruno@clisp.org>
10877
10878         Work around a glibc bug in strtok_r.
10879         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
10880         Undefine if UNDEFINE_STRTOK_R is set.
10881         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
10882         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10883         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
10884         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
10885         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
10886         UNDEFINE_STRTOK_R.
10887         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
10888
10889 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
10890
10891         exclude: minor fix
10892         * lib/exclude.c: Include wctype.h
10893
10894 2009-09-06  Akim Demaille  <demaille@gostai.com>
10895
10896         bootstrap: improve error message
10897         * build-aux/bootstrap (find_tool): Upon failure, report the list
10898         of candidates.
10899         Honor the initial value of the envvar.
10900
10901 2009-09-05  Eric Blake  <ebb9@byu.net>
10902
10903         symlinkat: new module
10904         * modules/symlinkat: New file.
10905         * lib/symlinkat.c: Likewise.
10906         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
10907         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
10908         * modules/unistd (Makefile.am): Use them.
10909         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
10910         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
10911         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
10912         * MODULES.html.sh (File system functions): Mention module.
10913         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10914         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10915         * modules/symlinkat-tests: New test.
10916         * tests/test-symlinkat.c: Likewise.
10917
10918         test-openat-safer: add more checks
10919         * tests/test-openat-safer.c (main): Check more code paths.
10920
10921 2009-09-05  Jim Meyering  <meyering@redhat.com>
10922
10923         syntax-check: detect unnecessary inclusion of openat.h
10924         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
10925
10926 2009-09-05  Bruno Haible  <bruno@clisp.org>
10927
10928         Support towlower, towupper.
10929         * doc/posix-functions/towlower.texi: Mention module wctype.
10930         * doc/posix-functions/towupper.texi: Likewise.
10931         * lib/wctype.in.h (towlower, towupper): New functions.
10932         * tests/test-wctype.c: Include stdio.h, stdlib.h.
10933         (ASSERT): New macro.
10934         (e): New variable.
10935         (main): Test also towlower, towupper. Test WEOF argument.
10936         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
10937
10938 2009-09-05  Bruno Haible  <bruno@clisp.org>
10939
10940         Fix conversion behaviour when the input is invalid.
10941         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
10942         mark occurring in first pass of indirect conversion.
10943         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
10944         input.
10945         Found by clang's static analyzer.
10946
10947 2009-09-05  Bruno Haible  <bruno@clisp.org>
10948
10949         * tests/test-striconveh.c (main): Test indirect conversion on platforms
10950         where direct conversion is possible.
10951
10952 2009-09-04  Eric Blake  <ebb9@byu.net>
10953
10954         openat: fail with ENOENT on empty name
10955         * lib/openat-proc.c (openat_proc_name): Special-case the empty
10956         buffer.
10957
10958         link-follow: fix logic bug in prior patch
10959         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
10960         reversed sense of yes and no in prior patch.  Avoid confusing
10961         compilation failure with desired semantics.
10962
10963         link-follow: accomodate mingw and cross-compilation
10964         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
10965         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
10966         cross-compilation results to -1, to make linkat easier to
10967         implement when cross-compiling.  Trivially support mingw.
10968         * modules/link-follow (configure.ac): Call new name.
10969         * NEWS: Mention this.
10970
10971 2009-09-03  Eric Blake  <ebb9@byu.net>
10972
10973         faccessat: compile replacement
10974         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
10975         needed.
10976
10977         fts: fix compilation error
10978         * lib/fts.c (includes): Re-add "openat.h", for
10979         openat_needs_fchdir.
10980
10981         faccessat: new module
10982         * modules/faccessat: New file.
10983         * lib/faccessat.c: Likewise.
10984         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
10985         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
10986         * modules/unistd (Makefile.am): Use it.
10987         * lib/unistd.in.h (faccessat): Declare it.
10988         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
10989         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
10990         * MODULES.html.sh (File system functions): Mention it.
10991         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
10992         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
10993
10994         euidaccess: prefer POSIX over non-standard implementation
10995         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
10996         * lib/euidaccess.c (euidaccess): Use it if available.
10997
10998         openat: make template easier to use
10999         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
11000         AT_FUNC_F2 to be undefined.
11001         (VALIDATE_FLAG): New macro; use it to reject bad flags.
11002         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
11003         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
11004         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
11005         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
11006         Likewise.
11007         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
11008         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
11009         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
11010         Likewise.
11011
11012         openat: declare in POSIX headers
11013         * NEWS: Mention this.
11014         * modules/openat (configure.ac): Declare witnesses.
11015         (Depends-on): Add fcntl-h, sys_stat, unistd.
11016         (Include): Mention correct headers.
11017         * modules/fcntl-h (Depends-on): Add link-warning.
11018         (Files): Add openat.m4.
11019         (Makefile.am): Substitute witnesses.
11020         * modules/sys_stat (Files, Makefile.am): Likewise.
11021         * modules/unistd (Files, Makefile.am): Likewise.
11022         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
11023         (gl_OPENAT_DEFAULTS): New macro.
11024         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
11025         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
11026         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
11027         (SYS_STAT_H): Remove unused variable.
11028         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
11029         * lib/fcntl--.h (includes): Remove unneeded header.
11030         * lib/openat-safer.c (includes): Likewise.
11031         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
11032         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
11033         appropriate headers.
11034         (__OPENAT_PREFIX): Delete.
11035         * lib/fcntl.in.h (openat): Provide declaration.
11036         (AT_FDCWD): Fix Solaris bug.
11037         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
11038         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
11039         * lib/fchmodat.c (includes):  Adjust to find declaration.
11040         * lib/fchownat.c (includes): Likewise.
11041         * lib/mkdirat.c (includes): Likewise.
11042         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
11043         still visible.
11044
11045 2009-09-02  Eric Blake  <ebb9@byu.net>
11046
11047         errno: use consistently
11048         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
11049         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
11050         * lib/canonicalize.c (ELOOP): Likewise.
11051         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
11052         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
11053         * lib/lchown.c (EOPNOTSUPP): Likewise.
11054         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
11055         * lib/savewd.c (ESTALE): Likewise.
11056         * lib/settime.c (ENOSYS): Likewise.
11057         * lib/utimens.c (ENOSYS): Likewise.
11058         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
11059         * lib/chdir-safer.c (ELOOP): Likewise.
11060         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
11061         * modules/c-stack (Depends-on): Add errno.
11062         * modules/canonicalize (Depends-on): Likewise.
11063         * modules/chdir-safer (Depends-on): Likewise.
11064         * modules/fdopendir (Depends-on): Likewise.
11065         * modules/inet_ntop (Depends-on): Likewise.
11066         * modules/inet_pton (Depends-on): Likewise.
11067         * modules/lchown (Depends-on): Likewise.
11068         * modules/openat (Depends-on): Likewise.
11069         * modules/savewd (Depends-on): Likewise.
11070         * modules/settime (Depends-on): Likewise.
11071         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
11072
11073         fts: avoid leaking fds
11074         * modules/fts (Depends-on): Add cloexec.
11075         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
11076         flag.
11077
11078         fts: make directory fds more robust
11079         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
11080         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
11081
11082         backupfile, chdir-long, fts, savedir: make safer
11083         * lib/backupfile.c (includes): Use "dirent--.h", since
11084         numbered_backup can write to stderr during readdir.
11085         * lib/savedir.c (includes): Likewise.
11086         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
11087         emulation can write to stderr on failure.
11088         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
11089         * lib/getcwd.c: Document why opendir_safer is unused.
11090         * lib/glob.c: Likewise.
11091         * lib/scandir.c: Likewise.
11092         * lib/openat-proc.c: Likewise, for open_safer.
11093         * modules/backupfile (Depends-on): Add dirent-safer.
11094         * modules/savedir (Depends-on): Likewise.
11095         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
11096         * modules/chdir-long (Depends-on): Add openat-safer.
11097
11098         openat-safer: new module
11099         * modules/openat-safer: New file.
11100         * lib/openat-safer.c: Likewise.
11101         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
11102         * lib/fcntl-safer.h (openat_safer): Declare.
11103         * lib/fcntl--.h (openat): Override.
11104         * MODULES.html.sh (File descriptor based I/O): Mention it.
11105         * lib/openat.h: Add double-inclusion guards.
11106         * lib/openat.c (includes): Only include "fcntl-safer.h", not
11107         "fcntl--.h", so we can implement openat.
11108         * modules/openat-safer-tests: New test.
11109         * tests/test-openat-safer.c: New file.
11110
11111         dirent-safer: new module
11112         * modules/dirent-safer: New file.
11113         * lib/dirent--.h: Likewise.
11114         * lib/dirent-safer.h: Likewise.
11115         * lib/opendir-safer.c: Likewise.
11116         * m4/dirent-safer.m4: Likewise.
11117         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
11118         * modules/dirent-safer-tests: New test.
11119         * tests/test-dirent-safer.c: New file.
11120         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
11121
11122         fdopendir: optimize on mingw
11123         * lib/unistd.in.h (_gl_directory_name): New prototype.
11124         * lib/fchdir.c (_gl_directory_name): Implement it.
11125         (fchdir): Use it to simplify implementation.
11126         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
11127         fchdir, when available, to avoid calling [f]chdir().
11128
11129         fdopendir: split into its own module
11130         * lib/openat.c (fdopendir): Move...
11131         * lib/fdopendir.c: ...into new file.
11132         * modules/fdopendir: New module.
11133         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
11134         * modules/openat (Depends-on): Add fdopendir.
11135         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
11136         fdopendir here.
11137         * modules/savedir (Depends-on): Only need fdopendir, not full
11138         openat.
11139         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
11140         * lib/openat.h (fdopendir): Drop prototype.
11141         * lib/dirent.in.h (fdopendir): Provide prototype.
11142         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
11143         * modules/dirent (Makefile.am): Substitute them.
11144         * MODULES.html.sh (File system functions): Mention it.
11145         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
11146         * modules/fdopendir-tests: New file.
11147         * tests/test-fdopendir.c: Likewise.
11148
11149         fchdir: use more consistent macro convention
11150         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
11151         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
11152         REPLACE_FCHDIR, rather than relying on config.h macros.
11153         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
11154         inside a single make-time REPLACE_FCHDIR block, rather than using
11155         the config.h FCHDIR_REPLACEMENT.
11156         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
11157         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
11158         Manage fstat replacement.
11159         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
11160         REPLACE_FCHDIR.
11161         * modules/sys_stat (Files): Add m4/unistd_h.m4.
11162         (Makefile.am): Substitute REPLACE_FCHDIR.
11163         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
11164         FCHDIR_REPLACEMENT.
11165         * lib/dup-safer.c (dup_safer): Likewise.
11166         * lib/dup2.c (rpl_dup2): Likewise.
11167         * lib/dup3.c (rpl_dup3): Likewise.
11168         * lib/open.c (rpl_open): Likewise.
11169
11170         fchdir: simplify error handling, and support dup3
11171         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
11172         stdbool, malloc-posix, realloc-posix.
11173         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
11174         (ensure_dirs_slot): Return false on allocation failure.
11175         (rpl_dup2): Delete.
11176         (_gl_register_dup): New function.
11177         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
11178         (_gl_register_fd): Close fd on allocation failure.
11179         * lib/fcntl.in.h (_gl_register_fd): Update signature.
11180         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
11181         prototype.
11182         (rpl_dup2_fchdir): Delete prototype.
11183         * lib/open.c (open): Update caller.
11184         * lib/dup2.c (dup2): Track fchdir metadata.
11185         * lib/dup3.c (dup3): Likewise.
11186         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
11187         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
11188
11189 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11190
11191         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
11192         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
11193         don't pass arguments to AC_OUTPUT.
11194
11195 2009-09-02  Bruno Haible  <bruno@clisp.org>
11196
11197         * modules/mkdtemp (License): Relicense under LGPLv2+.
11198         Reported by Paolo Bonzini.
11199
11200 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11201
11202         Replace uses of obsolete autoconf macros in Jim's modules.
11203         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
11204         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
11205         can evoke a warning from autoconf when run with -Wobsolete
11206         enabled.  They were declared obsolete for good reasons (see
11207         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
11208         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
11209         should not continue using the deprecated macros.
11210         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
11211         obsolete Autoconf macros with modern counterparts.
11212         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
11213         * m4/dos.m4 (gl_AC_DOS): Likewise.
11214         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
11215         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
11216         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
11217         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
11218         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
11219         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
11220         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
11221         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
11222         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
11223         Likewise.
11224         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
11225         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11226         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
11227         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
11228         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11229         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11230
11231 2009-09-01  Eric Blake  <ebb9@byu.net>
11232
11233         fchdir: fix off-by-one bug in previous patch
11234         * lib/fchdir.c (rpl_fstat): Use correct bounds.
11235         (_gl_unregister_fd): Delete useless if.
11236
11237 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
11238
11239         maint.mk: sort the list of syntax-check rules
11240         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
11241         easier to get a sense of progress when the rules are run sequentially
11242         and take a long time.
11243
11244 2009-09-01  Simon Josefsson  <simon@josefsson.org>
11245
11246         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
11247         * modules/netinet_in: Likewise.
11248         * modules/sys_file: Likewise.
11249         * modules/sys_ioctl: Likewise.
11250         * modules/sys_select: Likewise.
11251         * modules/sys_socket: Likewise.
11252         * modules/sys_stat: Likewise.
11253         * modules/sys_time: Likewise.
11254         * modules/sys_times: Likewise.
11255         * modules/sys_utsname: Likewise.
11256         * modules/sys_wait: Likewise.
11257
11258 2009-09-01  Jim Meyering  <meyering@redhat.com>
11259
11260         fts: help ensure that return values are not ignored
11261         * lib/fts_.h (__GNUC_PREREQ): Define.
11262         (__attribute_warn_unused_result__): Define.
11263         (fts_children, fts_close, fts_open, fts_read): Declare with
11264         __attribute_warn_unused_result__.
11265
11266         fts: fts_close now fails also when closing a dir file descriptor fails
11267         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
11268         and propagate to caller, along with errno.
11269
11270         announce-gen: correct formatting in --help output
11271         * build-aux/announce-gen (usage): Move the one-line description in
11272         --help output "up", to where it belongs, just after Usage:.
11273
11274 2009-08-31  Eric Blake  <ebb9@byu.net>
11275
11276         fchdir: port to mingw
11277         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
11278         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
11279         opened, then use a substitute.
11280         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
11281         replacement.
11282         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
11283         (_gl_register_fd): No need to check stat if open already filters
11284         all directories.
11285         (fchdir): Fix error condition to match POSIX.
11286         * modules/fchdir (Depends-on): Add sys_stat.
11287         * doc/posix-functions/open.texi (open): Document the limitation.
11288         * modules/fchdir-tests: New file.
11289         * tests/test-fchdir.c: Likewise.
11290
11291         canonicalize: allow cross-testing from cygwin to mingw
11292         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
11293         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
11294         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
11295         Likewise.
11296         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
11297         target does not support symlinks.
11298         * tests/test-canonicalize-lgpl.sh: Likewise.
11299
11300         chown: avoid compilation warning on mingw
11301         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
11302         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
11303         mingw.
11304         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
11305         * modules/chown (Depends-on): Add errno.
11306
11307 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
11308
11309         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
11310         command.
11311
11312 2009-08-31  Jim Meyering  <meyering@redhat.com>
11313
11314         canonicalize: remove useless initialization
11315         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
11316         initialization of local, "end".
11317
11318 2009-08-30  Bruno Haible  <bruno@clisp.org>
11319
11320         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
11321         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
11322         ENOSYS.
11323
11324 2009-08-30  Bruno Haible  <bruno@clisp.org>
11325
11326         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
11327         /usr/xpg4/bin/tr when it exists.
11328         * tests/test-pipe-filter-gi1.sh: Likewise.
11329
11330 2009-08-30  Bruno Haible  <bruno@clisp.org>
11331
11332         Work around deficient /usr/bin/id program on Solaris.
11333         * tests/test-file-has-acl.sh (ID): New variable.
11334         * tests/test-set-mode-acl.sh (ID): Likewise.
11335         * tests/test-copy-acl.sh (ID): Likewise.
11336         * tests/test-copy-file.sh (ID): Likewise.
11337
11338 2009-08-30  Bruno Haible  <bruno@clisp.org>
11339
11340         New module 'xstriconveh'.
11341         * lib/xstriconveh.h: New file.
11342         * lib/xstriconveh.c: New file.
11343         * modules/xstriconveh: New file.
11344
11345 2009-08-30  Bruno Haible  <bruno@clisp.org>
11346
11347         Make it easier to use mem_cd_iconveh.
11348         * lib/striconveh.h (iconveh_t): New type.
11349         (iconveh_open, iconveh_close): New declarations.
11350         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11351         with a single 'const iconveh_t *' argument.
11352         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
11353         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
11354         with a single 'const iconveh_t *' argument.
11355         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
11356         * tests/test-striconveh.c (main): Update.
11357         * NEWS: Mention the change.
11358
11359 2009-08-30  Bruno Haible  <bruno@clisp.org>
11360
11361         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
11362         problem.
11363
11364 2009-08-30  Bruno Haible  <bruno@clisp.org>
11365
11366         Work around iconv_open problem on Solaris.
11367         * lib/iconv_open-solaris.gperf: New file.
11368         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
11369         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
11370         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
11371         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
11372         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
11373         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
11374
11375 2009-08-29  Jim Meyering  <meyering@redhat.com>
11376
11377         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
11378         * top/maint.mk (cvs-check): Remove target; it was just an alias
11379         to the better-named vc-diff-check.
11380         (maintainer-distcheck): Remove rule.  It was used only from
11381         the (alpha/beta/major) target, and all of its commands but one
11382         were coreutils-specific.
11383         (vc-dist): Remove rule.
11384         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
11385         Run vc-diff-check, not vc-dist.
11386         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
11387
11388 2009-08-27  Bruno Haible  <bruno@clisp.org>
11389
11390         * tests/test-bitrotate.c (main): Remove test that uses a shift count
11391         of 0.
11392
11393 2009-08-27  Bruno Haible  <bruno@clisp.org>
11394
11395         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
11396         compilers.
11397         * doc/func.texi: Document the SunPRO C bug.
11398
11399 2009-08-27  Bruno Haible  <bruno@clisp.org>
11400
11401         Fix link error on Solaris.
11402         * tests/test-parse-duration.c (xstrdup): Remove function.
11403
11404 2009-08-26  Pádraig Brady  <P@draigbrady.com>
11405
11406         ignore-value: handle pointer types, too
11407         * lib/ignore-value.h (__attribute__): Remove definition.
11408         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
11409         of a more concise and more-often effective "(void) i" statement.
11410         (ignore_ptr): New function to suppress warnings from functions that
11411         return pointers, and to make it explicit that one function doesn't
11412         handle all cases.
11413
11414 2009-08-25  Bruno Haible  <bruno@clisp.org>
11415
11416         dup2: work around a Linux bug.
11417         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
11418         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
11419         * doc/posix-functions/dup2.texi: Mention the Linux bug.
11420         Reported by Simon Josefsson.
11421
11422 2009-08-25  Jim Meyering  <meyering@redhat.com>
11423
11424         libguestfs uses gnulib
11425         * users.txt: Add libguestfs.
11426
11427 2009-08-24  Eric Blake  <ebb9@byu.net>
11428
11429         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
11430         * lib/pipe2.c (includes): Add binary-io.h.
11431         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
11432
11433 2009-08-24  Bruno Haible  <bruno@clisp.org>
11434
11435         Tolerate declared but missing accept4 syscall.
11436         * lib/accept4.c (accept4): Invoke original accept4 function first, if
11437         available.
11438         * lib/sys_socket.in.h (accept4): If the function is already present,
11439         override it.
11440         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
11441         * modules/accept4 (Makefile.am): Compile accept4.c always.
11442         Reported by Paolo Bonzini and Eric Blake.
11443
11444 2009-08-23  Bruno Haible  <bruno@clisp.org>
11445
11446         New module 'accept4'.
11447         * lib/sys_socket.in.h (accept4): New declaration.
11448         * lib/accept4.c: New file.
11449         * m4/accept4.m4: New file.
11450         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
11451         GNULIB_ACCEPT4, HAVE_ACCEPT4.
11452         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
11453         HAVE_ACCEPT4.
11454         * modules/accept4: New file.
11455         * doc/glibc-functions/accept4.texi: Mention the new module.
11456
11457 2009-08-24  Jim Meyering  <meyering@redhat.com>
11458
11459         progname: also set global program_invocation_name, when possible
11460         Before this change, a libtool-enabled program that calls glibc's
11461         error function would report the program name as
11462         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
11463         * modules/progname (configure.ac): Check for a declaration of
11464         program_invocation_name.
11465         * lib/progname.c:  Include <errno.h>.
11466         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
11467         Set program_invocation_name.
11468
11469 2009-08-23  Bruno Haible  <bruno@clisp.org>
11470
11471         * lib/dup3.c: Include <string.h>.
11472
11473 2009-08-23  Bruno Haible  <bruno@clisp.org>
11474
11475         * lib/dup3.c (dup3): Test only once whether the system actually exists.
11476         * lib/pipe2.c (pipe2): Likewise.
11477         Suggested by Eric Blake.
11478
11479 2009-08-23  Bruno Haible  <bruno@clisp.org>
11480
11481         Tolerate declared but missing dup3 syscall.
11482         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
11483         * lib/unistd.in.h (dup3): If the function is already present,
11484         override it.
11485         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
11486         * modules/dup3 (Makefile.am): Compile dup3.c always.
11487         Reported by Paolo Bonzini.
11488
11489 2009-08-23  Bruno Haible  <bruno@clisp.org>
11490
11491         Tolerate declared but missing pipe2 syscall.
11492         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
11493         available.
11494         * lib/unistd.in.h (pipe2): If the function is already present,
11495         override it.
11496         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
11497         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
11498         Reported by Paolo Bonzini.
11499
11500 2009-08-23  Bruno Haible  <bruno@clisp.org>
11501
11502         * lib/pipe2.c (pipe2): Move #ifs inside function.
11503
11504 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11505
11506         quotearg: document limitations of quote_these_too
11507         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
11508         those limitations are created.
11509         * lib/quotearg.h (set_char_quoting): Document that digits and
11510         letters that are special after backslash are not permitted.
11511         (quotearg_char): Cross-reference set_char_quoting documentation.
11512
11513 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
11514
11515         quotearg: implement custom_quoting_style
11516         * lib/quotearg.c: (struct quoting_options): Add left_quote and
11517         right_quote fields.
11518         (set_custom_quoting): New public function.
11519         (quotearg_buffer_restyled): Add left_quote and right_quote
11520         arguments, handle them very much like locale quoting, and update
11521         all uses.
11522         (quotearg_n_custom): New public function.
11523         (quotearg_n_custom_mem): New public function.
11524         (quotearg_custom): New public function.
11525         (quotearg_custom_mem): New public function.
11526         * lib/quotearg.h: Prototype and document new public functions.
11527         (enum quoting_style): For escape_quoting_style and
11528         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
11529         ignored even though they're otherwise like c_quoting_style.
11530         Add custom_quoting_style member and document with comparison to
11531         clocale_quoting_style.
11532         * tests/test-quotearg.c (custom_quotes): New array.
11533         (custom_results): New array.
11534         (main): Extend to test custom quoting.
11535
11536 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11537
11538         quotearg: fix right quote escaping when it's in quote_these_too
11539         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
11540         quote, be sure to prepend only one backslash.
11541         * tests/test-quotearg.c (use_quote_double_quotes): New function.
11542         (main): Test it.
11543
11544 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
11545
11546         quotearg-tests: test escaping of embedded locale quotes
11547         * tests/test-quotearg.c (struct result_strings): Add member for
11548         new input.
11549         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
11550         (inputs): Add new input.
11551         (results_g): Add expected results.
11552         (flag_results): Likewise.
11553         (locale_results): Likewise.
11554         (compare_strings): Check those.
11555
11556 2009-08-23  Bruno Haible  <bruno@clisp.org>
11557
11558         Tests for module 'dup3'.
11559         * modules/dup3-tests: New file.
11560         * tests/test-dup3.c: New file.
11561
11562         New module 'dup3'.
11563         * lib/unistd.in.h (dup3): New declaration.
11564         * lib/dup3.c: New file.
11565         * m4/dup3.m4: New file.
11566         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
11567         HAVE_DUP3.
11568         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
11569         * modules/dup3: New file.
11570         * doc/glibc-functions/dup3.texi: Mention the new module.
11571
11572 2009-08-23  Bruno Haible  <bruno@clisp.org>
11573
11574         Tweak the dup2 test.
11575         * tests/test-dup2.c (main): Create the test file empty. Verify that an
11576         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
11577         the test file is still empty. Fix argument order of lseek.
11578
11579 2009-08-23  Bruno Haible  <bruno@clisp.org>
11580
11581         Avoid test link errors when the modules getopt-gnu, gettext are used.
11582         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
11583         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
11584
11585 2009-08-23  Bruno Haible  <bruno@clisp.org>
11586
11587         Fix getdtablesize() on mingw.
11588         * lib/getdtablesize.c (getdtablesize): Implement differently.
11589         * lib/unistd.in.h (getdtablesize): Improve comment.
11590
11591 2009-08-23  Bruno Haible  <bruno@clisp.org>
11592
11593         New module 'mkostemp'.
11594         Based on Ulrich Drepper's 2007-08-10 change in glibc.
11595         * lib/stdlib.in.h (mksotemp): New declaration.
11596         * lib/mkostemp.c: New file, from glibc with modifications.
11597         * lib/tempname.h (GT_FILE): Remove outdated comment.
11598         (gen_tempname): Add flags argument.
11599         * lib/tempname.c (__GT_BIGFILE): Remove macro.
11600         (__GT_FILE): Map to 1.
11601         (small_open, large_open): Remove macros.
11602         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
11603         * lib/mkstemp.c (mkstemp): Update.
11604         * lib/mkdtemp.c (mkdtemp): Likewise.
11605         * m4/mkostemp.m4: New file.
11606         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
11607         HAVE_MKOSTEMP.
11608         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
11609         HAVE_MKOSTEMP.
11610         * modules/mkostemp: New file, based on modules/mkstemp.
11611         * doc/glibc-functions/mkostemp.texi: Mention the new module.
11612         * NEWS: Mention the change.
11613
11614 2009-08-23  Bruno Haible  <bruno@clisp.org>
11615
11616         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
11617         Reported by Eric Blake.
11618
11619 2009-08-23  Bruno Haible  <bruno@clisp.org>
11620
11621         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
11622         Reported by Eric Blake.
11623
11624 2009-08-23  Bruno Haible  <bruno@clisp.org>
11625
11626         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
11627         * modules/pipe2 (Depends-on): Likewise.
11628
11629 2009-08-23  Eric Blake  <ebb9@byu.net>
11630
11631         fcntl-h: add O_TTY_INIT support
11632         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
11633         * tests/test-fcntl-h.c (o): Test it.
11634         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11635
11636         fcntl-h: rename from fcntl, in preparation for fcntl(2)
11637         * modules/fcntl: Move <fcntl.h> header replacement...
11638         * modules/fcntl-h: ...to new name, so as not to collide with
11639         like-named function.
11640         * tests/test-fcntl.c: Rename...
11641         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
11642         * modules/fcntl-tests: Rename...
11643         * modules/fcntl-h-tests: ...to this.  Update test file name.
11644         * modules/chdir-long (Depends-on): Update clients.
11645         * modules/chdir-safer (Depends-on): Likewise.
11646         * modules/fcntl-safer (Depends-on): Likewise.
11647         * modules/fts (Depends-on): Likewise.
11648         * modules/mkancesdirs (Depends-on): Likewise.
11649         * modules/mkdir-p (Depends-on): Likewise.
11650         * modules/open (Depends-on): Likewise.
11651         * modules/savewd (Depends-on): Likewise.
11652         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
11653         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
11654
11655 2009-08-22  Bruno Haible  <bruno@clisp.org>
11656
11657         * modules/binary-io (License): Relicense under LGPL.
11658         * modules/pipe2 (License): Likewise.
11659
11660 2009-08-22  Bruno Haible  <bruno@clisp.org>
11661
11662         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
11663         return value.
11664         * lib/pipe-filter-gi.c (filter_init): Likewise.
11665         Reported by Eric Blake.
11666
11667 2009-08-22  Bruno Haible  <bruno@clisp.org>
11668
11669         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
11670         * modules/pipe (Depends-on): Add pipe2.
11671
11672 2009-08-22  Bruno Haible  <bruno@clisp.org>
11673
11674         Tests for module 'pipe2'.
11675         * modules/pipe2-tests: New file.
11676         * tests/test-pipe2.c: New file.
11677
11678         New module 'pipe2'.
11679         * lib/unistd.in.h (pipe2): New declaration.
11680         * lib/pipe2.c: New file.
11681         * m4/pipe2.m4: New file.
11682         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
11683         HAVE_PIPE2.
11684         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
11685         * modules/pipe2: New file.
11686         * doc/glibc-functions/pipe2.texi: Mention the new module.
11687
11688 2009-08-22  Bruno Haible  <bruno@clisp.org>
11689
11690         Reference some new glibc functions.
11691         * doc/glibc-functions/accept4.texi: New file.
11692         * doc/glibc-functions/dup3.texi: New file.
11693         * doc/glibc-functions/mkostemp.texi: New file.
11694         * doc/glibc-functions/pipe2.texi: New file.
11695         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
11696         (Glibc sys/socket.h): Refer to accept4.
11697         (Glibc unistd.h): Refer to dup3, pipe2.
11698         Reported by Eric Blake.
11699
11700 2009-08-22  Jim Meyering  <meyering@redhat.com>
11701             Bruno Haible  <bruno@clisp.org>
11702
11703         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
11704         This makes it so packages using automake-1.11's silent-rules option
11705         can print e.g., a single "GEN    configmake.h" line, rather than
11706         the 30+ statements that perform the job.  If you want to see the
11707         actual commands, you can still run "make V=1".
11708         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
11709         so that make output is abbreviated when those variables are defined
11710         appropriately.
11711         * modules/argz: Likewise.
11712         * modules/arpa_inet: Likewise.
11713         * modules/byteswap: Likewise.
11714         * modules/configmake: Likewise.
11715         * modules/dirent: Likewise.
11716         * modules/errno: Likewise.
11717         * modules/fcntl: Likewise.
11718         * modules/float: Likewise.
11719         * modules/fnmatch: Likewise.
11720         * modules/getopt-posix: Likewise.
11721         * modules/glob: Likewise.
11722         * modules/iconv_open: Likewise.
11723         * modules/inttypes: Likewise.
11724         * modules/localcharset: Likewise.
11725         * modules/locale: Likewise.
11726         * modules/math: Likewise.
11727         * modules/netdb: Likewise.
11728         * modules/netinet_in: Likewise.
11729         * modules/poll: Likewise.
11730         * modules/posix_spawnp-tests: Likewise.
11731         * modules/sched: Likewise.
11732         * modules/search: Likewise.
11733         * modules/selinux-h: Likewise.
11734         * modules/signal: Likewise.
11735         * modules/spawn: Likewise.
11736         * modules/stdarg: Likewise.
11737         * modules/stdbool: Likewise.
11738         * modules/stddef: Likewise.
11739         * modules/stdint: Likewise.
11740         * modules/stdio: Likewise.
11741         * modules/stdlib: Likewise.
11742         * modules/string: Likewise.
11743         * modules/strings: Likewise.
11744         * modules/sys_file: Likewise.
11745         * modules/sys_ioctl: Likewise.
11746         * modules/sys_select: Likewise.
11747         * modules/sys_socket: Likewise.
11748         * modules/sys_stat: Likewise.
11749         * modules/sys_time: Likewise.
11750         * modules/sys_times: Likewise.
11751         * modules/sys_utsname: Likewise.
11752         * modules/sys_wait: Likewise.
11753         * modules/sysexits: Likewise.
11754         * modules/time: Likewise.
11755         * modules/unistd: Likewise.
11756         * modules/wchar: Likewise.
11757         * modules/wctype: Likewise.
11758
11759 2009-08-22  Jim Meyering  <meyering@redhat.com>
11760
11761         announce-gen: detect write failure
11762         * build-aux/announce-gen: Add Coda at end.
11763         Remove equivalent-but-more-verbose block at top.
11764
11765 2009-08-19  Akim Demaille  <demaille@gostai.com>
11766
11767         bootstrap: --help to stdout.
11768         * bootstrap (usage): Don't send --help to stderr.
11769         Use a here doc instead of a long string.
11770
11771 2009-08-21  Eric Blake  <ebb9@byu.net>
11772
11773         test-popen-safer: split from test-popen
11774         * tests/test-popen.c (main): Move...
11775         * tests/test-popen.h: ...into new file.
11776         * tests/test-popen-safer2.c: New file.
11777         * modules/popen-tests (Files): Add test-popen.h.
11778         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
11779         Suggested by Bruno Haible.
11780
11781         test-fcntl-safer: split from test-open
11782         * tests/test-open.c (main): Move...
11783         * tests/test-open.h: ...into new file.
11784         * tests/test-fcntl-safer.c: New file.
11785         * modules/open-tests (Files): Add test-open.h.
11786         * modules/fcntl-safer-tests: New file.
11787         Suggested by Bruno Haible.
11788
11789         test-fopen-safer: split from test-fopen
11790         * tests/test-fopen.c (main): Move...
11791         * tests/test-fopen.h: ...into new file.
11792         * tests/test-fopen-safer.c: New file.
11793         * modules/fopen-tests (Files): Add test-fopen.h.
11794         * modules/fopen-safer-tests: New file.
11795         Suggested by Bruno Haible.
11796
11797 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11798
11799         popen-safer: test O_CLOEXEC at run-time.
11800         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
11801
11802 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
11803
11804         fcntl: move more flags to the header
11805         * lib/cloexec.c: Do not define FD_CLOEXEC here.
11806         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
11807         * lib/fcntl.in.h: Do both things here.
11808
11809 2009-08-21  Jim Meyering  <meyering@redhat.com>
11810
11811         consistently remove $@-t before redirecting to it
11812         * modules/argz: Remove $@-t and $@ before redirecting to the former.
11813         * modules/alloca-opt: Likewise.
11814         * modules/byteswap: Likewise.
11815         * modules/fnmatch: Likewise.
11816         * modules/getopt-posix: Likewise.
11817         * modules/glob: Likewise.
11818         * modules/poll: Likewise.
11819         * modules/posix_spawnp-tests: Likewise.
11820         * modules/sys_socket: Likewise.
11821         * modules/sysexits: Likewise.
11822
11823 2009-08-21  Eric Blake  <ebb9@byu.net>
11824
11825         popen: simplify access to original popen
11826         * lib/popen.c (rpl_popen): No need to worry about popen being a
11827         macro.
11828         Reported by Bruno Haible.
11829
11830 2009-08-20  Eric Blake  <ebb9@byu.net>
11831
11832         build: avoid some compiler warnings
11833         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
11834         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
11835         type.
11836         (new_exclude_segment, excluded_file_pattern_p)
11837         (excluded_file_name_p): Reduce scope.
11838         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
11839         old-style declaration.
11840
11841 2009-08-20  Simon Josefsson  <simon@josefsson.org>
11842
11843         * tests/test-exclude1.sh: Handle Windows EOL.
11844         * tests/test-exclude2.sh: Likewise.
11845         * tests/test-exclude3.sh: Likewise.
11846         * tests/test-exclude4.sh: Likewise.
11847         * tests/test-exclude5.sh: Likewise.
11848         * tests/test-exclude6.sh: Likewise.
11849         * tests/test-exclude7.sh: Likewise.
11850
11851 2009-08-19  Akim Demaille  <demaille@gostai.com>
11852
11853         bootstrap: find sha1sum when named gsha1sum.
11854         * bootstrap (find_tool): New.
11855         ($SHA1SUM): New.
11856         Use it.
11857
11858 2009-08-20  Jim Meyering  <meyering@redhat.com>
11859
11860         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
11861         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
11862         expression that converts "." in a file name to "\." in the resulting
11863         regexp.  Start with a dummy statement, so that prior shell variable
11864         definitions are expanded portably.  Reported by Simon Josefsson.
11865
11866 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
11867
11868         Fix polling for writeability of a screen buffer.
11869         * lib/poll.c: Distinguish input and screen buffers for the
11870         Win32 implementation.
11871         * lib/select.c: Likewise.
11872
11873 2009-08-19  Eric Blake  <ebb9@byu.net>
11874
11875         popen-safer: prevent popen from clobbering std descriptors
11876         * modules/popen-safer: New file.
11877         * lib/popen-safer.c: Likewise.
11878         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
11879         * lib/stdio--.h (popen): Provide override.
11880         * lib/stdio-safer.h (popen_safer): Provide declaration.
11881         * tests/test-popen.c (includes): Partially test this.
11882         * modules/popen-safer-tests: New file, for more tests.
11883         * tests/test-popen-safer.c: Likewise.
11884         * MODULES.html.sh (file stream based Input/Output): Mention it.
11885
11886         tests: test some of the *-safer modules
11887         * modules/fopen-safer (Depends-on): Add fopen.
11888         * modules/fcntl-safer (Depends-on): Add fcntl.
11889         * modules/stdlib-safer (Depends-on): Add stdlib.
11890         (configure.ac): Set indicator.
11891         * modules/unistd-safer (configure.ac): Likewise.
11892         * modules/tmpfile-safer (configure.ac): Likewise.
11893         (Depends-on): Add tmpfile.
11894         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
11895         active.
11896         * tests/test-fopen.c (includes): Test safer versions when they are
11897         in use.
11898         * tests/test-open.c (includes): Likewise.
11899
11900         popen: fix cygwin 1.5 bug when stdin closed
11901         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
11902         * modules/popen: New file.
11903         * modules/popen-tests: Likewise.
11904         * tests/test-popen.c: Likewise.
11905         * m4/popen.m4: Likewise.
11906         * lib/popen.c: Likewise.
11907         * lib/stdio.in.h (popen): New declaration.
11908         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
11909         * modules/stdio (Makefile.am): Likewise.
11910         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
11911
11912 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
11913
11914         maint.mk: give full control over update-copyright exclusions
11915         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
11916         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
11917         (update-copyright): Don't force inclusion of top-level
11918         ChangeLog.  Don't force exclusion of all COPYING files, but make
11919         them the default exclusion instead.
11920
11921 2009-08-16  Bruno Haible  <bruno@clisp.org>
11922
11923         Fix test failures on Solaris 10.
11924         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
11925         tests when Solaris iconv() is used.
11926         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
11927         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
11928         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
11929         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
11930         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
11931
11932 2009-08-16  Bruno Haible  <bruno@clisp.org>
11933
11934         Fix test failures on Solaris 10.
11935         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
11936         'tr' program and pass it as first argument.
11937         * tests/test-pipe-filter-gi1.sh: Likewise.
11938         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
11939         program as first argument.
11940         * tests/test-pipe-filter-gi1.c (main): Likewise.
11941
11942 2009-08-16  Eric Blake  <ebb9@byu.net>
11943
11944         fpurge: fix previous commits
11945         * modules/fpurge (Makefile.am): Make replacement conditional,
11946         partially reverting 2007-04-29 change; missed in previous
11947         attempt.
11948         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
11949         is missing.
11950
11951 2009-08-16  Bruno Haible  <bruno@clisp.org>
11952
11953         Clarify fpurge's effect on the file position.
11954         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
11955         * tests/test-fpurge.c (main): Make a second pass for checking the file
11956         position.
11957
11958 2009-08-16  Bruno Haible  <bruno@clisp.org>
11959
11960         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
11961         declaration of fpurge is missing.
11962         * tests/test-fpurge.c (main): Check that the file has not more contents
11963         than expected. Close the file before removing it.
11964
11965 2009-08-15  Eric Blake  <ebb9@byu.net>
11966
11967         fpurge: don't wrap working cygwin implementation
11968         * lib/fpurge.c (fpurge): Fix comment typo.
11969         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
11970         1.7 to avoid replacement.
11971         * tests/test-fpurge.c (main): Enhance test.
11972
11973 2009-08-15  Eric Blake  <ebb9@byu.net>
11974         and Jim Meyering  <meyering@redhat.com>
11975
11976         test-update-copyright: skip if perl is insufficient
11977         * tests/test-update-copyright.sh: Failure to run maintainer tool
11978         should not cause testsuite failure on cygwin 1.5.
11979
11980 2009-08-14  Eric Blake  <ebb9@byu.net>
11981
11982         doc: mention more functions added in cygwin 1.7.0
11983         * doc/posix-headers/limits.texi (limits.h): Update for recent
11984         cygwin additions.
11985         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
11986         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
11987         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
11988         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
11989         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
11990
11991 2009-08-14  Eric Blake  <ebb9@byu.net>
11992
11993         maint.mk: simplify update-copyright rule
11994         * top/maint.mk (update-copyright-local): Delete, and document how
11995         to do it in cfg.mk instead.
11996         (update-copyright-exclude-regexp): Delete, and document how to do
11997         it in .x-update-copyright instead.
11998         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
11999         exclude ChangeLog.
12000
12001 2009-08-14  Bruno Haible  <bruno@clisp.org>
12002
12003         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
12004
12005 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12006
12007         maint.mk: support update-copyright-env
12008         * top/maint.mk (update-copyright-env): Define place-holder.
12009         (update-copyright): Expand $(update-copyright-env) before
12010         invoking update-copyright.
12011
12012 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12013
12014         update-copyright: implement forced reformatting
12015         * build-aux/update-copyright: Implement and document
12016         UPDATE_COPYRIGHT_FORCE.
12017         * tests/test-update-copyright.sh: Test it.
12018
12019 2009-08-14  Eric Blake  <ebb9@byu.net>
12020         and Bruno Haible  <bruno@clisp.org>
12021
12022         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
12023         * tests/test-locale.c: Revert previous patch related to NULL.
12024         * tests/test-stdio.c: Likewise.
12025         * tests/test-stdlib.c: Likewise.
12026         * tests/test-string.c: Likewise.
12027         * tests/test-unistd.c: Likewise.
12028         * modules/time-tests (Depends-on): Add verify.
12029         * modules/wchar-tests (Depends-on): Likewise.
12030         * tests/test-time.c: Test for NULL compliance.
12031         * tests/test-wchar.c: Likewise.
12032         * modules/locale (Depends-on): Add stddef.
12033         * modules/stdio (Depends-on): Likewise.
12034         * modules/stdlib (Depends-on): Likewise.
12035         * modules/string (Depends-on): Likewise.
12036         * modules/time (Depends-on): Likewise.
12037         * modules/unistd (Depends-on): Likewise.
12038         * modules/wchar (Depends-on): Likewise.
12039         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
12040         * lib/stdlib.in.h (includes): Likewise.
12041         * lib/string.in.h (includes): Likewise.
12042         * lib/time.in.h (includes): Likewise.
12043         * lib/unistd.in.h (includes): Likewise.
12044         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
12045         replaced.
12046         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
12047         * m4/stddef_h.m4: New file.
12048         * modules/stddef: Likewise.
12049         * lib/stddef.in.h: Likewise.
12050         * modules/stddef-tests: Likewise.
12051         * tests/test-stddef.c: Likewise.
12052         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
12053         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
12054         * doc/posix-headers/locale.texi (locale.h): Likewise.
12055         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
12056         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
12057         * doc/posix-headers/string.texi (string.h): Likewise.
12058         * doc/posix-headers/time.texi (time.h): Likewise.
12059         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
12060         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
12061
12062 2009-08-14  Eric Blake  <ebb9@byu.net>
12063
12064         doc: improve git diff of texinfo files
12065         * .gitattributes: Add rule for *.texi files, with hint on how to
12066         use it.
12067         Copied from m4, and based on a report by Bruno Haible.
12068
12069 2009-08-14  Bruno Haible  <bruno@clisp.org>
12070
12071         Disable multithread support by default on Cygwin 1.5.x for real.
12072         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
12073
12074 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
12075
12076         update-copyright: much ado about intervals
12077         * build-aux/update-copyright: Implement and document
12078         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
12079         of copyright year intervals.
12080         Also, document UPDATE_COPYRIGHT_YEAR.
12081         * tests/test-update-copyright.sh: Test it.
12082
12083         update-copyright: convert 2-digit to 4-digit years
12084         * build-aux/update-copyright: Implement and document.
12085         * tests/test-update-copyright.sh: Update.
12086
12087 2009-08-14  Jim Meyering  <meyering@redhat.com>
12088
12089         test-exclude: avoid coreutils "make check" failure
12090         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
12091         just as in test-argmatch.c.
12092
12093 2009-08-13  Eric Blake  <ebb9@byu.net>
12094
12095         test-dup2: fix bad assumption
12096         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
12097         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
12098
12099         test-version-etc: fix CRLF portability issue
12100         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
12101         recognize \r.
12102         * tests/test-argp-version-etc-1.sh: Likewise.
12103
12104         getopt: update client modules
12105         * modules/argp (Depends-on): Use getopt-gnu.
12106         * modules/git-merge-changelog (Depends-on): Likewise.
12107         * modules/long-options (Depends-on): Likewise.
12108         * modules/xstrtol (Depends-on): Likewise.
12109
12110 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12111
12112         * tests/test-version-etc.sh: Don't fail on different
12113         project/version.  Don't fail on CRLF differences.  Rewrite to use
12114         multiple -e instead of multiple sed forks, suggested by Eric Blake
12115         <ebb9@byu.net>.
12116         * tests/test-argp-version-etc-1.sh: Likewise.
12117
12118 2009-08-13  Simon Josefsson  <simon@josefsson.org>
12119
12120         * tests/test-version-etc.sh: Don't fail on different
12121         project/version.
12122
12123 2009-08-12  Bruno Haible  <bruno@clisp.org>
12124
12125         Tests for modules 'getopt-posix', 'getopt-gnu'.
12126         * modules/getopt-posix-tests: New file.
12127         * tests/test-getopt.c: New file.
12128         * tests/test-getopt.h: New file.
12129         * tests/test-getopt_long.h: New file.
12130
12131         New modules 'getopt-posix', 'getopt-gnu'.
12132         * modules/getopt-gnu: New file, renamed from modules/getopt.
12133         * modules/getopt-posix: New file.
12134         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
12135         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
12136         (gl_GETOPT): Remove macro.
12137         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
12138         Disable the test against BSD systems that declare optreset. Test
12139         against mingw bug. Test against lack of support of optional arguments
12140         on many platforms.
12141         * doc/glibc-headers/getopt.texi: Update module name and list of
12142         relevant platforms.
12143         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
12144         'getopt-gnu' and more portability problems.
12145         * NEWS: Mention the changes.
12146
12147 2009-08-12  Bruno Haible  <bruno@clisp.org>
12148
12149         Ensure that optarg etc. get declared by <unistd.h>.
12150         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
12151         AC_USE_SYSTEM_EXTENSIONS.
12152         * modules/getopt (Depends-on): Add 'extensions'.
12153
12154 2009-08-12  Bruno Haible  <bruno@clisp.org>
12155
12156         Avoid test link errors.
12157         * modules/pipe-filter-ii-tests (Makefile.am): Define
12158         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
12159         * modules/pipe-filter-gi-tests (Makefile.am): Define
12160         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
12161         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12162
12163 2009-08-12  Bruno Haible  <bruno@clisp.org>
12164
12165         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
12166         gl_GETOPT_SUBSTITUTE before.
12167         (gl_GETOPT): Use it.
12168         * m4/argp.m4 (gl_ARGP): Update.
12169         Reported by Sergey Poznyakoff.
12170
12171         * m4/getopt.m4: Reorder macros.
12172         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
12173         (gl_GETOPT_SUBSTITUTE): Remove macro.
12174
12175 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12176
12177         Minor improvement in gitlog-to-changelog
12178
12179         * build-aux/gitlog-to-changelog: New option `--format' makes
12180         output format string configurable.
12181
12182 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
12183
12184         Optimize exclude: use hash tables for non-wildcard patterns.
12185
12186         * lib/exclude.c: Include hash.h and mbuiter.h
12187         (struct exclude_pattern, exclude_segment): New data types.
12188         (struct exclude): Rewrite.
12189         (fnmatch_pattern_has_wildcards): New function.
12190         (new_exclude_segment, free_exclude_segment): New functions.
12191         (excluded_file_pattern_p, excluded_file_name_p): New functions.
12192         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
12193         * lib/exclude.h (is_fnmatch_pattern): New prototype.
12194         * modules/exclude: Depend on hash and mbuiter.
12195
12196         * modules/exclude-tests: New file.
12197         * tests/test-exclude.c: New file.
12198         * tests/test-exclude1.sh: New file.
12199         * tests/test-exclude2.sh: New file.
12200         * tests/test-exclude3.sh: New file.
12201         * tests/test-exclude4.sh: New file.
12202         * tests/test-exclude5.sh: New file.
12203         * tests/test-exclude6.sh: New file.
12204         * tests/test-exclude7.sh: New file.
12205
12206 2009-08-12  Bruno Haible  <bruno@clisp.org>
12207
12208         Ensure that getopt() gets declared by <unistd.h>.
12209         * lib/unistd.in.h: Conditionally include getopt.h.
12210         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
12211         Set GNULIB_UNISTD_H_GETOPT.
12212         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12213         GNULIB_UNISTD_H_GETOPT.
12214         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
12215
12216 2009-08-12  Bruno Haible  <bruno@clisp.org>
12217
12218         Clarify logic.
12219         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
12220         gl_replace_getopt instead of GETOPT_H.
12221
12222 2009-08-12  Bruno Haible  <bruno@clisp.org>
12223
12224         * m4/getopt.m4: Add comments.
12225
12226 2009-08-12  Bruno Haible  <bruno@clisp.org>
12227
12228         Disable multithread support by default on Cygwin 1.5.x.
12229         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
12230         set gl_use_threads=no if not specified otherwise.
12231
12232 2009-08-11  Bruno Haible  <bruno@clisp.org>
12233
12234         Avoid compilation error on NetBSD 5.0.
12235         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
12236         * tests/test-stdio.c: Likewise.
12237         * tests/test-stdlib.c: Likewise.
12238         * tests/test-string.c: Likewise.
12239         * tests/test-unistd.c: Likewise.
12240         Reported by Greg Troxel <gdt@ir.bbn.com>
12241         at <https://savannah.gnu.org/support/?106973>.
12242
12243 2009-08-11  Bruno Haible  <bruno@clisp.org>
12244
12245         * modules/dup2-tests (Depends-on): Remove close.
12246
12247         Undo 2009-07-19 commit.
12248         * modules/acl-tests (Depends-on): Remove close.
12249         * modules/binary-io-tests (Depends-on): Likewise.
12250         * modules/closein-tests (Depends-on): Likewise.
12251         * modules/flock-tests (Depends-on): Likewise.
12252         * modules/fsync-tests (Depends-on): Likewise.
12253         * modules/lseek-tests (Depends-on): Likewise.
12254         * modules/pipe-tests (Depends-on): Likewise.
12255         * modules/posix_spawn-tests (Depends-on): Likewise.
12256         * modules/posix_spawnp-tests (Depends-on): Likewise.
12257         * modules/stat-time-tests (Depends-on): Likewise.
12258         * modules/yesno-tests (Depends-on): Likewise.
12259
12260 2009-08-10  Bruno Haible  <bruno@clisp.org>
12261
12262         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
12263
12264 2009-08-10  Bruno Haible  <bruno@clisp.org>
12265
12266         Fix a gcc warning.
12267         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
12268
12269 2009-08-10  Bruno Haible  <bruno@clisp.org>
12270
12271         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
12272         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
12273         not only the first time.
12274         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
12275         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
12276         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
12277         is 1, not only the the first time.
12278
12279 2009-08-10  Bruno Haible  <bruno@clisp.org>
12280
12281         Make it possible to use module 'gethostname' without module 'close'.
12282         * lib/unistd.in.h (close): Evoke a link error only if
12283         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12284         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
12285         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12286         * modules/unistd (Makefile.am): Substitute
12287         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12288         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
12289         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
12290         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
12291         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12292         * modules/sys_ioctl (Makefile.am): Substitute
12293         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12294         * modules/socket (configure.ac): On native Windows, set
12295         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
12296         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
12297         Reported by Sam Steingold <sds@gnu.org>.
12298
12299 2009-08-10  Bruno Haible  <bruno@clisp.org>
12300
12301         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
12302         * modules/ioctl (configure.ac): Likewise.
12303
12304 2009-08-10  Bruno Haible  <bruno@clisp.org>
12305
12306         Avoid collision between gnulib wrapper and libintl wrapper.
12307         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
12308         already defined in intl/printf.c.
12309         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
12310         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
12311
12312 2009-08-09  Bruno Haible  <bruno@clisp.org>
12313
12314         Make <sys/select.h> really self-contained, also on Solaris 10.
12315         * lib/sys_select.in.h: Include <string.h>.
12316         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
12317         Solaris 10 problem.
12318         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
12319         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
12320         Reported by Jim Meyering.
12321
12322 2009-08-09  Bruno Haible  <bruno@clisp.org>
12323
12324         Avoid warnings from 'aclocal' that are due to a use of macro name
12325         AM_XGETTEXT_OPTION that is not defined in automake.
12326         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
12327         automake.
12328         * modules/error (configure.ac): Likewise.
12329         * modules/propername (configure.ac): Likewise.
12330         * modules/vasprintf (configure.ac): Likewise.
12331         * modules/verror (configure.ac): Likewise.
12332         * modules/xprintf (configure.ac): Likewise.
12333         * modules/xvasprintf (configure.ac): Likewise.
12334
12335 2009-08-08  Bruno Haible  <bruno@clisp.org>
12336
12337         Avoid compilation error in C++ mode.
12338         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
12339         Reported by Sam Steingold <sds@gnu.org>.
12340
12341 2009-08-08  Bruno Haible  <bruno@clisp.org>
12342
12343         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
12344         for the various Unix platforms.
12345         * doc/posix-headers/limits.texi: Update platforms list regarding
12346         HOST_NAME_MAX.
12347         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12348
12349 2009-08-07  Jim Meyering  <meyering@redhat.com>
12350
12351         selinux-at: fix typo in a comment
12352         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
12353         Spotted by Paolo Bonzini.
12354
12355         selinux-at: remove redundant m4 code, add documentation
12356         * modules/selinux-at (configure.ac): Remove redundant code.
12357         LIB_SELINUX is already set via the dependent module, selinux-h.
12358         (Include): Add quotes around selinux-at.h.
12359         * lib/selinux-at.h: Add documentation.
12360         Reported by Bruno Haible in
12361         http://marc.info/?l=gnulib-bug&m=124958988300749
12362
12363 2009-08-07  Bruno Haible  <bruno@clisp.org>
12364
12365         Avoid link error on MacOS X 10.3 and 10.4.
12366         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
12367         on non-ELF systems.
12368         * lib/argp-pv.c (argp_program_version): Likewise.
12369         Reported by Simon Josefsson.
12370
12371 2009-08-07  Simon Josefsson  <simon@josefsson.org>
12372
12373         * tests/test-version-etc.sh: Use $EXEEXT.
12374
12375 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
12376
12377         update-copyright: update documentation to point to maint.mk
12378         * build-aux/update-copyright: Here.
12379
12380 2009-08-06  Jim Meyering  <meyering@redhat.com>
12381
12382         maint.mk: support update-copyright-local
12383         * top/maint.mk (update-copyright-local): Define place-holder.
12384         (update-copyright): Depend on $(update-copyright-local).
12385
12386 2009-08-06  Jim Meyering  <meyering@redhat.com>
12387
12388         selinux-at: new module
12389         Initially written for coreutils, this module will soon be
12390         used by findutils, too.
12391         * MODULES.html.sh [Misc]: Add selinux-at.
12392         * lib/selinux-at.h: New file, from coreutils.
12393         * lib/selinux-at.c: Likewise.
12394         * modules/selinux-at: Likewise.
12395         (License): Change from LGPL to GPL, since it depends
12396         on the GPL'd openat module.
12397
12398         doc: update README
12399         * README: Remove references to cogito.
12400         Remove cvs-repo-updating instructions from 2007.
12401         Don't imply that CVS is better if you have limited disk space.
12402
12403 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12404
12405         update-copyright: support C-style comments
12406         * build-aux/update-copyright: Implement and document.
12407         * tests/test-update-copyright.sh: Test.
12408
12409 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12410
12411         update-copyright: support omitted "(C)"
12412         * build-aux/update-copyright: Implement and document.  Also,
12413         allow variable whitespace before "(C)".
12414         * tests/test-update-copyright.sh: Test.
12415
12416 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12417
12418         update-copyright: don't trip on non-FSF copyright statements
12419         * build-aux/update-copyright: Fix so that the first correctly
12420         formatted FSF copyright statement is recognized no matter what
12421         appears before it.  Update documentation.
12422         * tests/test-update-copyright.sh: Test that.
12423
12424 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12425
12426         update-copyright: clean up code a little
12427         * build-aux/update-copyright: Append "_re" to the name of any
12428         variable holding a regular expression.
12429         Replace "old" and "new" with "stmt" in variable names.
12430         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
12431         handled correctly.
12432         Format code more consistently.
12433
12434 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
12435
12436         update-copyright-tests: improve portability
12437         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
12438         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
12439
12440 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12441
12442         update-copyright: support @copyright{} and &copy;
12443         * build-aux/update-copyright: Implement and document.
12444         * tests/test-update-copyright.sh: Test.
12445
12446 2009-08-04  Jim Meyering  <meyering@redhat.com>
12447
12448         update-copyright-tests: correctly test EOL=\r\n handling
12449         * tests/test-update-copyright.sh: Put \r at the end of some lines
12450         for the dos-eol tests.  Based on a patch by Joel E. Denny.
12451
12452         maint.mk: make update-copyright exclusion list more configurable
12453         * top/maint.mk (update-copyright): Default to excluding COPYING,
12454         but allow an override, in case someone does want to update that file.
12455
12456         maint.mk: don't update copyright date in COPYING
12457         * top/maint.mk (update-copyright): Exclude COPYING.
12458
12459         maint.mk: add a copyright-updating rule
12460         * top/maint.mk (update-copyright): New rule.
12461         Derived from coreutils/Makefile.am.
12462
12463         update-copyright: rename some variables
12464         * build-aux/update-copyright: Rename a few variables for clarity.
12465         Tweak syntax.  List Joel E. Denny as coauthor.
12466
12467 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
12468
12469         update-copyright: fix bug for 2-digit last year and add tests
12470         * build-aux/update-copyright: Fix bug.
12471         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
12472         specified.
12473         * modules/update-copyright-tests: New
12474         * tests/test-update-copyright.sh: New.
12475
12476 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12477
12478         update-copyright: handle leading tabs in line prefix
12479         * build-aux/update-copyright: Count leading tabs as 8 spaces
12480         when computing margin.  This helps with the formatting of
12481         ChangeLogs, for example.
12482         Fix documentation a little.
12483
12484 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12485
12486         update-copyright: support EOL=\r\n
12487         * build-aux/update-copyright: Implement that.
12488
12489 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
12490
12491         update-copyright: automatically format copyright statements
12492         * build-aux/update-copyright: Implement that.
12493         Also, be a little more predictable and safer by always failing
12494         when the full copyright format is not perfectly recognized as an
12495         unbroken whole.  Discussed at
12496         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
12497         Rewrite documentation.
12498
12499 2009-08-03  Bruno Haible  <bruno@clisp.org>
12500
12501         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
12502
12503 2009-08-02  Bruno Haible  <bruno@clisp.org>
12504
12505         Tests for module 'uname'.
12506         * modules/uname-tests: New file.
12507         * tests/test-uname.c: New file.
12508
12509         New module 'uname'.
12510         * lib/uname.c: New file.
12511         * m4/uname.m4: New file.
12512         * modules/uname: New file.
12513         * doc/posix-functions/uname.texi: Mention the new module.
12514
12515 2009-08-02  Bruno Haible  <bruno@clisp.org>
12516
12517         Tests for module 'sys_utsname'.
12518         * modules/sys_utsname-tests: New file.
12519         * tests/test-sys_utsname.c: New file.
12520
12521         New module 'sys_utsname'.
12522         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
12523         * m4/sys_utsname_h.m4: New file.
12524         * modules/sys_utsname: New file.
12525         * doc/posix-headers/sys_utsname.texi: Mention the new module.
12526
12527 2009-08-02  Bruno Haible  <bruno@clisp.org>
12528
12529         Implicitly initialize the sockets library.
12530         * lib/gethostname.c: Include sockets.h.
12531         (rpl_gethostname): Invoke gl_sockets_startup.
12532         * lib/socket.c: Include sockets.h.
12533         (rpl_socket): Invoke gl_sockets_startup.
12534         * modules/gethostname (Depends-on): Add sockets.
12535         * modules/socket (Depends-on): Likewise.
12536         * tests/test-poll.c: Don't include sockets.h.
12537         (main): Don't invoke gl_sockets_startup.
12538         * tests/test-select.c: Don't include sockets.h.
12539         (main): Don't invoke gl_sockets_startup.
12540
12541 2009-08-02  Bruno Haible  <bruno@clisp.org>
12542
12543         Allow multiple calls to gl_sockets_startup.
12544         * lib/sockets.c (initialized_sockets_version): New variable.
12545         (gl_sockets_startup): Do nothing if already called for this or a higher
12546         version.
12547         (gl_sockets_cleanup): Reset initialized_sockets_version.
12548
12549 2009-08-03  Simon Josefsson  <simon@josefsson.org>
12550
12551         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
12552         different project/version.
12553
12554 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
12555             Bruno Haible  <bruno@clisp.org>
12556
12557         Tests for module 'pipe-filter-gi'.
12558         * modules/pipe-filter-gi-tests: New file.
12559         * tests/test-pipe-filter-gi1.sh: New file.
12560         * tests/test-pipe-filter-gi1.c: New file.
12561         * tests/test-pipe-filter-gi2.sh: New file.
12562         * tests/test-pipe-filter-gi2-main.c: New file.
12563         * tests/test-pipe-filter-gi2-child.c: New file.
12564
12565         New module 'pipe-filter-gi'.
12566         * lib/pipe-filter-gi.c: New file.
12567         * modules/pipe-filter-gi: New file.
12568
12569 2009-08-02  Bruno Haible  <bruno@clisp.org>
12570             Paolo Bonzini  <bonzini@gnu.org>
12571
12572         Tests for module 'pipe-filter-ii'.
12573         * modules/pipe-filter-ii-tests: New file.
12574         * tests/test-pipe-filter-ii1.sh: New file.
12575         * tests/test-pipe-filter-ii1.c: New file.
12576         * tests/test-pipe-filter-ii2.sh: New file.
12577         * tests/test-pipe-filter-ii2-main.c: New file.
12578         * tests/test-pipe-filter-ii2-child.c: New file.
12579
12580         New module 'pipe-filter-ii'.
12581         * lib/pipe-filter.h: New file.
12582         * lib/pipe-filter-ii.c: New file.
12583         * lib/pipe-filter-aux.h: New file.
12584         * modules/pipe-filter-ii: New file.
12585
12586 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12587
12588         * lib/gc-libgcrypt.c: Change copyright to FSF.
12589         * lib/gc-gnulib.c: Likewise.
12590
12591 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
12592
12593         * lib/gethostname.c: Include limits.h.
12594
12595 2009-08-02  Simon Josefsson  <simon@josefsson.org>
12596             Bruno Haible  <bruno@clisp.org>
12597
12598         Ensure HOST_NAME_MAX as part of the gethostname module.
12599         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
12600         define also HOST_NAME_MAX.
12601         * tests/test-gethostname.c: Include <limits.h>.
12602         (main): Check also HOST_NAME_MAX.
12603         * doc/posix-headers/limits.texi: Document the mingw problem.
12604
12605 2009-08-02  Bruno Haible  <bruno@clisp.org>
12606
12607         * lib/gethostname.c (gethostname): Fix handling of large len argument.
12608         Add comments.
12609
12610 2009-03-31  Simon Josefsson  <simon@josefsson.org>
12611
12612         * lib/gethostname.c: Add Windows wrapper.
12613         * m4/gethostname.m4: Look for gethostname in -lws2_32.
12614         * modules/gethostname: Depend on sys_socket & errno, for also
12615         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
12616         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
12617
12618 2009-07-31  Jim Meyering  <meyering@redhat.com>
12619
12620         getloadavg: fix symbol name in comment
12621         * lib/getloadavg.c: Correct a typo I introduced when adding
12622         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
12623         Matt Kraai spotted the problem.
12624
12625 2009-07-29  Matt Kraai  <mkraai@beckman.com>
12626
12627         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
12628         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
12629         code also if ! defined N_NAME_POINTER.
12630         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
12631         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
12632         but the n_name member is a 12-byte array.
12633
12634 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
12635
12636         update-copyright: generalize comment handling
12637         * build-aux/update-copyright: Handle copyright statements
12638         within more comment styles.
12639         Document usage.
12640         Report any file with an external copyright holder or parse failure.
12641
12642 2009-07-29  Jim Meyering  <meyering@redhat.com>
12643
12644         mktime: correct setting of REPLACE_MKTIME
12645         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
12646
12647         update-copyright: new module
12648         * modules/update-copyright: New file.
12649         * build-aux/update-copyright: New file.
12650         * MODULES.html.sh (maint+release support): Add update-copyright.
12651
12652 2009-07-27  Bruno Haible  <bruno@clisp.org>
12653
12654         Fix compilation error when <ctime> is used and mktime is replaced.
12655         * lib/time.in.h (mktime): New declaration.
12656         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
12657         REPLACE_MKTIME instead of defining mktime in config.h.
12658         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
12659         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
12660         Reported by Ross McFarland <rwmcfa1@neces.com>.
12661
12662 2009-07-27  Bruno Haible  <bruno@clisp.org>
12663
12664         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
12665         Reported by Matt Kraai <mkraai@beckman.com>.
12666
12667 2009-07-25  Jim Meyering  <meyering@redhat.com>
12668
12669         maint.mk: avoid warnings about missing files
12670         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
12671         diagnostic when .prev-version does not exist.
12672         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
12673         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
12674         nonexistent cfg.mk.
12675         Suggestions from Simon Josefsson.
12676
12677 2009-07-25  Bruno Haible  <bruno@clisp.org>
12678
12679         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
12680         defined as macros. Needed on QNX 6.4.1.
12681         Reported by Matt Kraai <mkraai@beckman.com>.
12682
12683 2009-07-23  Jim Meyering  <meyering@redhat.com>
12684
12685         maint.mk: invoke "make dist" with a working value of XZ_OPT
12686         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
12687
12688 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
12689
12690         Make fseeko.c compile on QNX.
12691         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
12692
12693 2009-07-22  Peter Simons  <simons@cryp.to>
12694
12695         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
12696         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
12697         * lib/md4.h: Likewise.
12698         * lib/md5.h: Likewise.
12699         * lib/sha1.h: Likewise.
12700         * lib/sha256.h: Likewise.
12701         * lib/sha512.h: Likewise.
12702
12703         tests-sha1: don't assign literal string to 'char *' variable
12704         * tests/test-sha1.c (main): Declare locals with "const" to match
12705         attributes of the right hand side.
12706
12707 2009-07-21  Eric Blake  <ebb9@byu.net>
12708
12709         dup2: fix more mingw problems
12710         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
12711         fd to itself.
12712         * doc/posix-functions/dup2.texi (dup2): Document the bug.
12713         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
12714         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
12715         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
12716         care of mingw bugs.
12717
12718 2009-07-21  Jim Meyering  <meyering@redhat.com>
12719
12720         vc-list-files: avoid failure when /bin/sh is dash
12721         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
12722         On some Debian based systems, /bin/sh is a symlink to dash, and running
12723         this command would omit the "/" following each 'tests' prefix:
12724           dash -x build-aux/vc-list-files -C . tests
12725         That is because bash and dash work differently:
12726           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
12727           bash ok
12728           dash odd
12729
12730 2009-07-21  Eric Blake  <ebb9@byu.net>
12731
12732         dup2-tests: test previous patch
12733         * modules/dup2-tests: New file.
12734         * tests/test-dup2.c: Likewise.
12735         * tests/test-open.c (main): Avoid unspecified behavior.
12736         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
12737         test.
12738
12739         dup2: work around mingw and cygwin 1.5 bug
12740         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
12741         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12742         * modules/unistd (Makefile.am): Substitute it.
12743         * lib/unistd.in.h (dup2): Declare the replacement.
12744         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
12745         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
12746         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
12747         * modules/execute (Depends-on): Add dup2.
12748         * modules/fseterr (Depends-on): Likewise.
12749         * modules/pipe (Depends-on): Likewise.
12750         * modules/posix_spawn-internal (Depends-on): Likewise.
12751
12752 2009-07-21  Bruno Haible  <bruno@clisp.org>
12753
12754         * modules/.gitattributes: New file.
12755
12756 2009-07-20  Bruno Haible  <bruno@clisp.org>
12757
12758         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
12759         (main): Use it.
12760
12761 2009-07-20  Eric Blake  <ebb9@byu.net>
12762
12763         test-pipe: make a bit more robust.
12764         * tests/test-pipe.c (myerr): Allow error messages regardless of
12765         what we do to stderr.
12766         (test_pipe): Rearrange to avoid deadlock.
12767         (child_main): Try a larger read, to ensure we avoided deadlock.
12768         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
12769         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
12770         if misused.
12771
12772 2009-07-19  Jim Meyering  <meyering@redhat.com>
12773
12774         fts: avoid false-positive cycle-detection
12775         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
12776         for each new command line argument.
12777
12778 2009-07-19  Bruno Haible  <bruno@clisp.org>
12779
12780         Fix build error on mingw with the modules sys_select and unistd.
12781         * modules/acl-tests (Depends-on): Add close.
12782         * modules/binary-io-tests (Depends-on): Likewise.
12783         * modules/closein-tests (Depends-on): Likewise.
12784         * modules/flock-tests (Depends-on): Likewise.
12785         * modules/fsync-tests (Depends-on): Likewise.
12786         * modules/lseek-tests (Depends-on): Likewise.
12787         * modules/pipe-tests (Depends-on): Likewise.
12788         * modules/posix_spawn-tests (Depends-on): Likewise.
12789         * modules/posix_spawnp-tests (Depends-on): Likewise.
12790         * modules/stat-time-tests (Depends-on): Likewise.
12791         * modules/yesno-tests (Depends-on): Likewise.
12792
12793 2009-07-19  Bruno Haible  <bruno@clisp.org>
12794
12795         Unify conditionals.
12796         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
12797         macros, not at the compiler macros.
12798         * lib/pipe.c: Likewise.
12799         * lib/execute.c: Likewise.
12800         * lib/spawni.c: Likewise.
12801
12802 2009-07-19  Bruno Haible  <bruno@clisp.org>
12803
12804         Fix handling of closed stdin/stdout/stderr on mingw.
12805         * lib/w32spawn.h: Include unistd.h.
12806         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
12807         file descriptor with O_NOINHERIT flag.
12808         (fd_safer_noinherit): New function, based on fd-safer.c.
12809         (dup_safer_noinherit): New function, based on dup-safer.c.
12810         (undup_safer_noinherit): New function.
12811         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
12812         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
12813         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
12814         instead of fd_safer.
12815         * tests/test-pipe.c: Include <windows.h>.
12816         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
12817
12818         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
12819         from main.
12820         (test_pipe): Pass an extra argument for disambiguation.
12821         (main): Invoke parent_main or child_main.
12822
12823         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
12824         consistently.
12825
12826 2009-07-18  Eric Blake  <ebb9@byu.net>
12827
12828         test-pipe: fix mingw build
12829         * tests/test-pipe.c (main): Avoid fcntl on mingw.
12830
12831 2009-07-18  Bruno Haible  <bruno@clisp.org>
12832
12833         * modules/pipe-tests (Makefile.am): Fix typo.
12834
12835 2009-07-18  Eric Blake  <ebb9@byu.net>
12836
12837         error: fix mingw build
12838         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
12839         Reported by Bruno Haible.
12840
12841         error: avoid undefined use of stdout
12842         * lib/error.c (error, error_at_line): Check that fd 1 is open
12843         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
12844         is handling faults and the close_stdout module wants to report the
12845         detection of closed stdout as an error.
12846
12847 2009-07-17  Eric Blake  <ebb9@byu.net>
12848
12849         pipe: be robust in face of closed fds
12850         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
12851         should cause child to misbehave.
12852         * modules/pipe-tests: New module.
12853         * tests/test-pipe.c: New file.
12854         * tests/test-pipe.sh: New file.
12855         Reported by Akim Demaille.
12856
12857 2009-07-14  Bruno Haible  <bruno@clisp.org>
12858
12859         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
12860         Reported by anonymous kc.
12861
12862 2009-07-07  Jim Meyering  <meyering@redhat.com>
12863
12864         maint.mk: don't look for translatable strings in *.m4 or *.mk
12865         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
12866         when searching for translatable strings.
12867
12868 2009-07-05  Jim Meyering  <meyering@redhat.com>
12869
12870         remove superfluous parentheses in STREQ definition
12871         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
12872         * lib/getugroups.c (STREQ): Likewise.
12873         * lib/fnmatch.c (STREQ): Likewise.
12874         Spotted by Bruno Haible.
12875
12876 2009-07-04  Jim Meyering  <meyering@redhat.com>
12877
12878         argv-iter: new module
12879         * MODULES.html.sh: Add argv-iter.
12880         * lib/argv-iter.c, lib/argv-iter.h: New files.
12881         * modules/argv-iter: New file.
12882         * modules/argv-iter-tests: New file.
12883         * tests/test-argv-iter.c: Test it.
12884
12885 2009-07-04  Bruno Haible  <bruno@clisp.org>
12886
12887         Fix assertion.
12888         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
12889         contains more exact copies of a given entry than file2, leave the extra
12890         copies unpaired rather than aborting.
12891         Reported by Eric Blake.
12892
12893 2009-07-02  Bruno Haible  <bruno@clisp.org>
12894
12895         Speedup git-merge-changelog for git cherry-pick.
12896         * lib/git-merge-changelog.c (struct entries_mapping): New type.
12897         (entries_mapping_get): New function, extracted from compute_mapping.
12898         (entries_mapping_reverse_get): New function.
12899         (compute_mapping): Add a 'full' argument. Return the result in a
12900         'struct entries_mapping'.
12901         (main): Update. Access the mappings through entries_mapping_get.
12902         Reported by Eric Blake.
12903
12904 2009-07-02  Bruno Haible  <bruno@clisp.org>
12905
12906         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
12907         best_i.
12908
12909 2009-07-02  Bruno Haible  <bruno@clisp.org>
12910
12911         Speed up approximate search for matching ChangeLog entries.
12912         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
12913         argument. Call fstrcmp_bounded instead of fstrcmp.
12914         (compute_mapping, try_split_merged_entry, main): Update callers.
12915
12916 2009-07-02  Bruno Haible  <bruno@clisp.org>
12917
12918         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
12919
12920 2009-06-30  Bruno Haible  <bruno@clisp.org>
12921
12922         Reduce the number of uc_is_cased calls.
12923         * lib/unicase.h (casing_suffix_context_t): Add
12924         'first_char_except_ignorable' field.
12925         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
12926         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
12927         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
12928         Update initializer.
12929         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
12930         case-ignorable characters.
12931         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
12932         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
12933         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
12934         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
12935         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
12936
12937 2009-06-30  Bruno Haible  <bruno@clisp.org>
12938
12939         Tests for module 'unicase/ignorable'.
12940         * modules/unicase/ignorable-tests: New file.
12941         * tests/unicase/test-ignorable.c: New file, generated by
12942         gen-uni-tables.
12943
12944         Tests for module 'unicase/cased'.
12945         * modules/unicase/cased-tests: New file.
12946         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
12947         * tests/unicase/test-predicate-part1.h: New file, derived from
12948         tests/unictype/test-predicate-part1.h.
12949         * tests/unicase/test-predicate-part2.h: New file, same as
12950         tests/unictype/test-predicate-part2.h.
12951
12952         Fix evaluation of "Before C" condition of FINAL_SIGMA.
12953         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
12954         (output_casing_properties): New function.
12955         (main): Call it.
12956         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
12957         * lib/unicase/cased.c: Include unictype/bitmap.h.
12958         (uc_is_cased): Define through a bitmap lookup.
12959         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
12960         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
12961         (uc_is_case_ignorable): Define through a bitmap lookup.
12962         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
12963         lib/unictype/bitmap.h.
12964         (Depends-on): Add inline. Clean up.
12965         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
12966         lib/unictype/bitmap.h.
12967         (Depends-on): Add inline. Clean up.
12968         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
12969         recognition.
12970         * tests/unicase/test-u16-tolower.c (main): Likewise.
12971         * tests/unicase/test-u32-tolower.c (main): Likewise.
12972
12973 2009-06-30  Bruno Haible  <bruno@clisp.org>
12974
12975         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
12976         * lib/unicase/u16-casemap.c: Likewise.
12977         * lib/unicase/u32-casemap.c: Likewise.
12978
12979 2009-06-29  Bruno Haible  <bruno@clisp.org>
12980
12981         Define u32_casefold as a wrapper around u32_ct_casefold.
12982         * lib/unicase/u32-casefold.c: Update.
12983         * modules/unicase/u32-casefold (Depends-on): Add
12984         unicase/u32-ct-casefold, unicase/empty-prefix-context,
12985         unicase/empty-suffix-context. Clean up.
12986
12987         Define u16_casefold as a wrapper around u16_ct_casefold.
12988         * lib/unicase/u16-casefold.c: Update.
12989         * modules/unicase/u16-casefold (Depends-on): Add
12990         unicase/u16-ct-casefold, unicase/empty-prefix-context,
12991         unicase/empty-suffix-context. Clean up.
12992
12993         Define u8_casefold as a wrapper around u8_ct_casefold.
12994         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
12995         * lib/unicase/u8-casefold.c: Update.
12996         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
12997         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
12998
12999         Define u32_totitle as a wrapper around u32_ct_totitle.
13000         * lib/unicase/u32-totitle.c: Update.
13001         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
13002         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13003
13004         Define u16_totitle as a wrapper around u16_ct_totitle.
13005         * lib/unicase/u16-totitle.c: Update.
13006         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
13007         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13008
13009         Define u8_totitle as a wrapper around u8_ct_totitle.
13010         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
13011         functions.
13012         (FUNC): Delegate to U_CT_TOTITLE.
13013         * lib/unicase/u8-totitle.c: Update.
13014         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
13015         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
13016
13017         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
13018         invocation.
13019         * modules/unicase/u32-tolower (Depends-on): Add
13020         unicase/empty-prefix-context, unicase/empty-suffix-context.
13021
13022         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
13023         invocation.
13024         * modules/unicase/u16-tolower (Depends-on): Add
13025         unicase/empty-prefix-context, unicase/empty-suffix-context.
13026
13027         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
13028         * modules/unicase/u8-tolower (Depends-on): Add
13029         unicase/empty-prefix-context, unicase/empty-suffix-context.
13030
13031         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
13032         invocation.
13033         * modules/unicase/u32-toupper (Depends-on): Add
13034         unicase/empty-prefix-context, unicase/empty-suffix-context.
13035
13036         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
13037         invocation.
13038         * modules/unicase/u16-toupper (Depends-on): Add
13039         unicase/empty-prefix-context, unicase/empty-suffix-context.
13040
13041         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
13042         * modules/unicase/u8-toupper (Depends-on): Add
13043         unicase/empty-prefix-context, unicase/empty-suffix-context.
13044
13045         New module 'unicase/u32-ct-casefold'.
13046         * lib/unicase/u32-ct-casefold.c: New file.
13047         * modules/unicase/u32-ct-casefold: New file.
13048
13049         New module 'unicase/u16-ct-casefold'.
13050         * lib/unicase/u16-ct-casefold.c: New file.
13051         * modules/unicase/u16-ct-casefold: New file.
13052
13053         New module 'unicase/u8-ct-casefold'.
13054         * lib/unicase/u8-ct-casefold.c: New file.
13055         * lib/unicase/u-ct-casefold.h: New file, derived from
13056         lib/unicase/u-casefold.h.
13057         * modules/unicase/u8-ct-casefold: New file.
13058
13059         New module 'unicase/u32-ct-totitle'.
13060         * lib/unicase/u32-ct-totitle.c: New file.
13061         * modules/unicase/u32-ct-totitle: New file.
13062
13063         New module 'unicase/u16-ct-totitle'.
13064         * lib/unicase/u16-ct-totitle.c: New file.
13065         * modules/unicase/u16-ct-totitle: New file.
13066
13067         New module 'unicase/u8-ct-totitle'.
13068         * lib/unicase/u8-ct-totitle.c: New file.
13069         * lib/unicase/u-ct-totitle.h: New file, derived from
13070         lib/unicase/u-totitle.h.
13071         * modules/unicase/u8-ct-totitle: New file.
13072
13073         New module 'unicase/u32-ct-tolower'.
13074         * lib/unicase/u32-ct-tolower.c: New file.
13075         * modules/unicase/u32-ct-tolower: New file.
13076
13077         New module 'unicase/u16-ct-tolower'.
13078         * lib/unicase/u16-ct-tolower.c: New file.
13079         * modules/unicase/u16-ct-tolower: New file.
13080
13081         New module 'unicase/u8-ct-tolower'.
13082         * lib/unicase/u8-ct-tolower.c: New file.
13083         * modules/unicase/u8-ct-tolower: New file.
13084
13085         New module 'unicase/u32-ct-toupper'.
13086         * lib/unicase/u32-ct-toupper.c: New file.
13087         * modules/unicase/u32-ct-toupper: New file.
13088
13089         New module 'unicase/u16-ct-toupper'.
13090         * lib/unicase/u16-ct-toupper.c: New file.
13091         * modules/unicase/u16-ct-toupper: New file.
13092
13093         New module 'unicase/u8-ct-toupper'.
13094         * lib/unicase/u8-ct-toupper.c: New file.
13095         * modules/unicase/u8-ct-toupper: New file.
13096
13097         Add context arguments to u*_casemap functions.
13098         * lib/unicase/unicasemap.h: Include unicase.h.
13099         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
13100         suffix_context arguments.
13101         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
13102         functions.
13103         (FUNC): Add prefix_context and suffix_context arguments. Use
13104         uc_is_cased and uc_is_case_ignorable.
13105         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
13106         * lib/unicase/u16-casemap.c: Likewise.
13107         * lib/unicase/u32-casemap.c: Likewise.
13108         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
13109         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13110         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
13111         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13112         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
13113         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
13114
13115         New module 'unicase/u32-suffix-context'.
13116         * lib/unicase/u32-suffix-context.c: New file.
13117         * modules/unicase/u32-suffix-context: New file.
13118
13119         New module 'unicase/u16-suffix-context'.
13120         * lib/unicase/u16-suffix-context.c: New file.
13121         * modules/unicase/u16-suffix-context: New file.
13122
13123         New module 'unicase/u8-suffix-context'.
13124         * lib/unicase/u8-suffix-context.c: New file.
13125         * lib/unicase/u-suffix-context.h: New file.
13126         * modules/unicase/u8-suffix-context: New file.
13127
13128         New module 'unicase/empty-suffix-context'.
13129         * lib/unicase/empty-suffix-context.c: New file.
13130         * modules/unicase/empty-suffix-context: New file.
13131
13132         New module 'unicase/u32-prefix-context'.
13133         * lib/unicase/u32-prefix-context.c: New file.
13134         * modules/unicase/u32-prefix-context: New file.
13135
13136         New module 'unicase/u16-prefix-context'.
13137         * lib/unicase/u16-prefix-context.c: New file.
13138         * modules/unicase/u16-prefix-context: New file.
13139
13140         New module 'unicase/u8-prefix-context'.
13141         * lib/unicase/u8-prefix-context.c: New file.
13142         * lib/unicase/u-prefix-context.h: New file.
13143         * lib/unicase/context.h: New file.
13144         * modules/unicase/u8-prefix-context: New file.
13145
13146         New module 'unicase/empty-prefix-context'.
13147         * lib/unicase/empty-prefix-context.c: New file.
13148         * modules/unicase/empty-prefix-context: New file.
13149
13150         New module 'unicase/ignorable'.
13151         * lib/unicase/ignorable.c: New file.
13152         * modules/unicase/ignorable: New file.
13153
13154         New module 'unicase/cased'.
13155         * lib/unicase/caseprop.h: New file.
13156         * lib/unicase/cased.c: New file.
13157         * modules/unicase/cased: New file.
13158
13159         New functions for case mapping of substrings.
13160         * lib/unicase.h (casing_prefix_context_t): New type.
13161         (unicase_empty_prefix_context): New variable.
13162         (u8_casing_prefix_context, u16_casing_prefix_context,
13163         u32_casing_prefix_context, u8_casing_prefixes_context,
13164         u16_casing_prefixes_context, u32_casing_prefixes_context): New
13165         declarations.
13166         (casing_suffix_context_t): New type.
13167         (unicase_empty_suffix_context): New variable.
13168         (u8_casing_suffix_context, u16_casing_suffix_context,
13169         u32_casing_suffix_context, u8_casing_suffixes_context,
13170         u16_casing_suffixes_context, u32_casing_suffixes_context,
13171         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
13172         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
13173         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
13174         declarations.
13175
13176 2009-06-28  Jim Meyering  <meyering@redhat.com>
13177
13178         boostrap: indent only with spaces
13179         * build-aux/bootstrap: Indent only with spaces, never TABs.
13180
13181         bootstrap: split long lines
13182         * build-aux/bootstrap: Keep line length < 80.
13183
13184         bootstrap: sync from coreutils
13185         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
13186         just as autoreconf does.  Verify a list of prerequisite
13187         package-name,version-number pairs if defined in bootstrap.conf.
13188         Refer to README-prereq, if prerequisites are not satisfied.
13189
13190 2009-06-27  Eric Blake  <ebb9@byu.net>
13191
13192         tests: add test for bogus NULL definition
13193         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
13194         * tests/test-stdlib.c: Likewise.
13195         * tests/test-string.c: Likewise.
13196         * tests/test-locale.c: Likewise.
13197         * tests/test-unistd.c: Likewise.
13198         * modules/stdio-tests (Depends-on): Add verify.
13199         * modules/stdlib-tests (Depends-on): Likewise.
13200         * modules/string-tests (Depends-on): Likewise.
13201         * modules/locale-tests (Depends-on): Likewise.
13202         * modules/unistd-tests (Depends-on): Likewise.
13203
13204 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
13205
13206         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
13207         self-explaining comment.
13208         * m4/selinux-selinux-h: Update serial.
13209         (gl_LIBSELINUX): New macro, adding a warning for missing development
13210         packages to code extracted from...
13211         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
13212         Add warning for missing development packages here, too.
13213
13214 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
13215
13216         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
13217
13218 2009-06-25  Eric Blake  <ebb9@byu.net>
13219
13220         version-etc: fix regression
13221         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
13222         gcc.
13223         (version_etc): Use it, to catch bugs with trailing NULL.
13224         * lib/version-etc.c (version_etc_arn): Delete unused argument.
13225         (version_etc_va): Fix logic bug.
13226         * modules/version-etc-tests: Add test.
13227         * tests/test-version-etc.c: New file.
13228         * tests/test-version-etc.sh: Likewise.
13229
13230 2009-06-25  Sam Steingold  <sds@gnu.org>
13231
13232         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
13233         mbtowc declaration.
13234
13235 2009-06-25  Eric Blake  <ebb9@byu.net>
13236
13237         fpurge: migrate into <stdio.h>
13238         * lib/fpurge.h: Delete...
13239         * lib/stdio.in.h (fpurge): ...and declare here, instead.
13240         * lib/fpurge.c (fpurge): Change declaring header.
13241         * modules/fpurge (Files): Drop deleted file.
13242         (Depends-on): Add stdio.
13243         (configure.ac): Set witness.
13244         * modules/stdio (Makefile.am): Support fpurge macros.
13245         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
13246         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
13247         * lib/fflush.c: Update client.
13248         * tests/test-fpurge.c: Likewise.
13249         * NEWS: Mention the change.
13250
13251 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13252
13253         * lib/argp-version-etc.c (program_authors): Add const
13254         qualifier.
13255         * lib/version-etc.c: Fix typos in the comments.
13256         * modules/argp-version-etc: Depends on version-etc.
13257
13258 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13259
13260         argp-version-etc: new module.
13261
13262         * lib/argp-version-etc.c: New file.
13263         * lib/argp-version-etc.h: New file.
13264         * modules/argp-version-etc: New file.
13265         * modules/argp-version-etc-tests: New file.
13266         * tests/test-argp-version-etc.c: New test.
13267         * tests/test-argp-version-etc-1.sh: New test.
13268
13269 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
13270
13271         Provide additional interfaces and documentation for version-etc
13272         module.
13273
13274         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
13275         interfaces.
13276         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
13277         prototypes.
13278
13279 2009-06-24  Bruno Haible  <bruno@clisp.org>
13280
13281         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
13282         HAVE_LIB${NAME} macro.
13283         Reported by Sam Steingold <sds@gnu.org>.
13284
13285 2009-06-23  Simon Josefsson  <simon@josefsson.org>
13286
13287         * modules/hash-tests (test_hash_LDADD): Link to libintl when
13288         needed.
13289
13290 2009-06-21  Bruno Haible  <bruno@clisp.org>
13291
13292         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
13293         work.
13294         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
13295         together with LIB${NAME}, LTLIB${NAME}.
13296         Reported by Sam Steingold <sds@gnu.org>.
13297
13298 2009-06-20  Jim Meyering  <meyering@redhat.com>
13299
13300         tests: make sc_require_test_exit_idiom more generic
13301         * top/maint.mk (Exit_witness_file): New overridable variable.
13302         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
13303         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
13304
13305 2009-06-19  Jim Meyering  <meyering@redhat.com>
13306
13307         hash: reverse order of src/dst parameters in an internal interface
13308         * lib/hash.c (transfer_entries): Reverse order of parameters to
13309         put DST before SRC.  Adjust callers.
13310
13311         tests: test-hash: avoid wholesale duplication
13312         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
13313         Instead, use a loop and add a single conditional.
13314
13315         tests: test-hash: allow seed selection via a command line argument
13316         * tests/test-hash.c (get_seed): New function.
13317         (main): Use it.
13318
13319 2009-06-19  Eric Blake  <ebb9@byu.net>
13320
13321         hash: avoid memory leak on allocation failure
13322         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
13323         failure.  Factor repeated algorithm...
13324         (transfer_entries): ...into new helper routine.
13325         (hash_delete): React to hash_rehash return value.
13326
13327         hash: reduce memory pressure in hash_rehash no-op case
13328         * lib/hash.c (next_prime): Avoid overflow.
13329         (hash_initialize): Factor bucket size computation...
13330         (compute_bucket_size): ...into new helper function.
13331         (hash_rehash): Use new function and open coding to reduce memory
13332         pressure, and avoid a memory leak in USE_OBSTACK code.
13333         Reported by Jim Meyering.
13334
13335 2009-06-18  Eric Blake  <ebb9@byu.net>
13336
13337         hash: make rotation more obvious
13338         * modules/hash (Depends-on): Add bitrotate and stdint.
13339         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
13340         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
13341         (SIZE_MAX): Rely on headers for definition.
13342         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
13343         (raw_hasher): Use rotr_sz.
13344         Suggested by Jim Meyering.
13345
13346         hash: fix memory leak in last patch
13347         * lib/hash.c (hash_rehash): Avoid memory leak.
13348
13349         hash: avoid no-op rehashing
13350         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
13351
13352         hash: provide default callback functions
13353         * lib/hash.c (raw_hasher, raw_comparator): New functions.
13354         (hash_initialize): Use them as defaults.
13355         * tests/test-hash.c (main): Test this.
13356
13357         hash: minor optimization
13358         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
13359         when possible.
13360         (hash_initialize): Document this promise.
13361         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
13362         * tests/test-hash.c (hash_compare_strings): Test this.
13363
13364 2009-06-18  Bruno Haible  <bruno@clisp.org>
13365
13366         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
13367         going to be replaced anyway.
13368
13369 2009-06-18  Bruno Haible  <bruno@clisp.org>
13370
13371         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
13372         in one place.
13373         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
13374         be replaced anyway.
13375
13376 2009-06-18  Eric Blake  <ebb9@byu.net>
13377
13378         hash: check for resize before insertion
13379         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
13380         threshold before insertion, so that a pathological hash_rehash
13381         that fills every bucket can still trigger another rehash.
13382
13383 2009-06-18  Jim Meyering  <meyering@redhat.com>
13384
13385         hash-tests: add a loop around the small tests
13386         * tests/test-hash.c (main): Repeat small tests with selected
13387         small initial table sizes.
13388
13389 2009-06-17  Eric Blake  <ebb9@byu.net>
13390
13391         hash: minor cleanups
13392         * lib/hash.h (hash_entry): Make opaque, by moving...
13393         * lib/hash.c (hash_entry): ...here.
13394         (hash_insert): Clarify restrictions on what can be inserted.
13395         (hash_get_next): Clarify when it is safe to remove an element
13396         during traversal.
13397         (check_tuning): Skip verification when tuning is known safe.
13398         (hash_initialize): Clarify restrictions on tuning.
13399
13400 2009-06-17  Jim Meyering  <jim@meyering.net>
13401         and Eric Blake  <ebb9@byu.net>
13402
13403         hash-tests: new module
13404         * modules/hash-tests: New file.
13405         * tests/test-hash.c: New file.
13406
13407 2009-06-17  Eric Blake  <ebb9@byu.net>
13408
13409         strstr-simple: document new module
13410         * MODULES.html.sh: Document new module.
13411
13412         strstr, strcasestr: replace on platforms with broken memchr
13413         * modules/strstr: Split into...
13414         * modules/strstr-simple: ...new module that does not care about
13415         performance, but does care about glibc bug.
13416         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
13417         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
13418         if platform memchr is broken, per Debian bug 521737.
13419         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
13420         memchr.
13421         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
13422         * doc/posix-functions/strstr.texi (strstr): Document the fix.
13423         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
13424         * modules/mountlist (Depends-on): Add strstr-simple.
13425         * modules/gen-uni-tables (Depends-on): Likewise.
13426         * modules/argz (Depends-on): Add strstr.
13427
13428 2009-06-17  Bruno Haible  <bruno@clisp.org>
13429
13430         * modules/posix_spawn-internal (Depends-on): Add errno.
13431
13432 2009-06-17  Bruno Haible  <bruno@clisp.org>
13433
13434         Define missing ESTALE on Interix 3.5.
13435         * lib/errno.in.h (ESTALE): Assign a value if missing.
13436         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
13437         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
13438         missing.
13439         * doc/posix-headers/errno.texi: Mention the Interix bug.
13440         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
13441
13442 2009-06-15  Eric Blake  <ebb9@byu.net>
13443
13444         memchr, memchr2: add valgrind exception
13445         * lib/memchr.valgrind: New file.
13446         * lib/memchr2.valgrind: New file.
13447         * modules/memchr (Files): Distribute valgrind file.
13448         * modules/memchr2 (Files): Likewise.
13449
13450         docs: memchr is no longer obsolete
13451         * MODULES.html.sh: Move memchr from obsolete to string.h section.
13452         * lib/string.in.h (memchr): Simplify logic.
13453
13454 2009-06-14  Jim Meyering  <meyering@redhat.com>
13455
13456         link-follow: fix the "checking..." message to not mention trailing slash
13457         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
13458         never considered trailing slashes.
13459
13460 2009-06-14  Bruno Haible  <bruno@clisp.org>
13461
13462         * m4/memchr.m4: Mention also the bug on IA-64.
13463         * doc/posix-functions/memchr.texi: Likewise.
13464
13465 2009-06-12  Eric Blake  <ebb9@byu.net>
13466
13467         memchr: detect broken x86_64 and alpha implementations
13468         * modules/memchr-tests (Depends-on): Move mmap detection...
13469         * modules/memchr (Depends-on): ...here.
13470         (configure.ac): Set indicator.
13471         * lib/string.in.h (memchr): Declare replacement.
13472         * modules/string (Makefile.am): Trigger replacement.
13473         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
13474         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
13475         bugs.
13476         * doc/posix-functions/memchr.texi (memchr): Document the bug.
13477         * modules/getpagesize (License): Relax license.
13478
13479 2009-06-11  Bruno Haible  <bruno@clisp.org>
13480
13481         * lib/idpriv.h: Add more references.
13482
13483 2009-06-08  Bruno Haible  <bruno@clisp.org>
13484
13485         Tests for module 'idpriv-droptemp'.
13486         * modules/idpriv-droptemp-tests: New file.
13487         * tests/test-idpriv-droptemp.sh: New file.
13488         * tests/test-idpriv-droptemp.su.sh: New file.
13489         * tests/test-idpriv-droptemp.c: New file.
13490
13491         New module 'idpriv-droptemp'.
13492         * lib/idpriv-droptemp.c: New file.
13493         * modules/idpriv-droptemp: New file.
13494
13495 2009-06-08  Bruno Haible  <bruno@clisp.org>
13496
13497         Tests for module 'idpriv-drop'.
13498         * modules/idpriv-drop-tests: New file.
13499         * tests/test-idpriv-drop.sh: New file.
13500         * tests/test-idpriv-drop.su.sh: New file.
13501         * tests/test-idpriv-drop.c: New file.
13502
13503         New module 'idpriv-drop'.
13504         * lib/idpriv.h: New file.
13505         * lib-idpriv-drop.c: New file.
13506         * m4/idpriv.m4: New file.
13507         * modules/idpriv-drop: New file.
13508
13509 2009-06-08  Bruno Haible  <bruno@clisp.org>
13510
13511         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
13512         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
13513         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
13514         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
13515         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
13516         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
13517         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
13518
13519 2009-06-08  Eric Blake  <ebb9@byu.net>
13520
13521         test-strstr: use memory fence, when possible
13522         * tests/test-strstr.c (main): Use memory fence, in order to be
13523         more likely to trigger Debian bug 521737.
13524         * modules/strstr-tests (Files): Pull in additional files.
13525
13526         memchr: no longer obsolete, for wider field testing
13527         * modules/memchr (Status, Notice): Delete, this module is no
13528         longer obsolete.
13529         * modules/vasnprintf (Depends-on): Add memchr.
13530
13531 2009-06-07  Jim Meyering  <meyering@redhat.com>
13532
13533         hash: declare some functions with the warn_unused_result attribute
13534         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
13535
13536 2009-06-07  Bruno Haible  <bruno@clisp.org>
13537
13538         * tests/test-alignof.c: Don't test int64_t if it does not exist.
13539         Reported by Eric Blake.
13540
13541 2009-06-06  Eric Blake  <ebb9@byu.net>
13542
13543         test-alignof: fix typo with long double
13544         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
13545         compiler error.
13546
13547 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
13548
13549         Escape non-texinfo { and }s.
13550         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
13551         markup error.
13552
13553 2009-06-04  Jim Meyering  <meyering@redhat.com>
13554
13555         gitlog-to-changelog: don't infloop on an empty commit log
13556         * build-aux/gitlog-to-changelog: Warn about an empty log message.
13557         Reported by Boris Petersen <transacid@centerim.org>.
13558
13559 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
13560
13561         version-etc: extend for packagers
13562         Add three new configure options, intended for packagers:
13563           --with-packager="packager name"
13564           --with-packager-version="packager-specific version"
13565           --with-packager-bug-reports="packager bug reporting"
13566         An example with coreutils:
13567           $ ./configure \
13568             --with-packager=Gentoo \
13569             --with-packager-bug-report=http://bugs.gentoo.org/ \
13570             --with-packager-version="patchset 1.6"
13571           $ ./src/ls --version | head -n2
13572           ls (GNU coreutils) 7.1-dirty
13573           Packaged by Gentoo (patchset 1.6)
13574         Note that the bug reporting info via --help doesn't show up because
13575         coreutils uses its own custom emit_bug_reporting_address() implementation
13576         in src/system.h.  If it didn't, it'd look like:
13577           $ ./src/ls --help | tail -n4
13578           Report bugs to <bug-coreutils@gnu.org>.
13579           Report Gentoo bugs to <http://bugs.gentoo.org/>.
13580           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
13581           General help using GNU software: <http://www.gnu.org/gethelp/>.
13582         * lib/version-etc.c: Print new information, if provided.
13583         * m4/version-etc.m4: New file.
13584         * modules/version-etc (Files): Add m4/version-etc.m4.
13585         (configure.ac): Add gl_VERSION_ETC.
13586
13587 2009-05-31  Bruno Haible  <bruno@clisp.org>
13588
13589         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
13590         and 'int64_t'.
13591         * modules/alignof-tests (Dependencies): Add stdint.
13592         Reported by Eric Blake.
13593
13594 2009-05-31  Bruno Haible  <bruno@clisp.org>
13595
13596         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
13597         restriction due to compiler bugs.
13598         Reported by Eric Blake.
13599
13600 2009-05-31  Simon Josefsson  <simon@josefsson.org>
13601             Bruno Haible  <bruno@clisp.org>
13602
13603         Fix test-alignof failure.
13604         * lib/alignof.h (alignof_slot): New macro.
13605         (alignof_type): New macro, with the same semantics as the previous
13606         'alignof'.
13607         (alignof): Alias to alignof_slot.
13608         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
13609         check that the results are usable as constant expressions.
13610
13611 2009-05-31  Bruno Haible  <bruno@clisp.org>
13612
13613         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
13614         * tests/test-memchr.c (main): Check that memchr does not read past the
13615         first occurrence of the byte.
13616         * tests/test-strstr.c (main): Update comment.
13617         Suggested by Eric Blake.
13618
13619 2009-05-30  Bruno Haible  <bruno@clisp.org>
13620
13621         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
13622         detail how to use dumpbin.
13623         Reported by David Byron <dbyron@dbyron.com>.
13624
13625 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13626
13627         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
13628
13629 2009-06-02  Simon Josefsson  <simon@josefsson.org>
13630
13631         * m4/manywarnings.m4: Add GCC 4.4 warnings.
13632
13633 2009-05-28  Bruno Haible  <bruno@clisp.org>
13634
13635         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
13636         build-aux/ files.
13637
13638 2009-05-28  Simon Josefsson  <simon@josefsson.org>
13639
13640         * gnulib-tool (func_import): Transform license on build-aux/ files too.
13641
13642 2009-05-27  Simon Josefsson  <simon@josefsson.org>
13643
13644         * gnulib-tool (sed_transform_main_lib_file)
13645         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
13646         regexps.
13647
13648 2009-05-26  Simon Josefsson  <simon@josefsson.org>
13649
13650         * tests/test-strstr.c: Add another self-test.
13651         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
13652         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
13653
13654 2009-05-23  Bruno Haible  <bruno@clisp.org>
13655
13656         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
13657         change.
13658
13659 2009-05-21  Bruno Haible  <bruno@clisp.org>
13660
13661         Simplify use of mode_t varargs.
13662         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
13663         uses 'mode_t' or 'int'.
13664         * lib/openat.c (openat): Likewise.
13665         * lib/open-safer.c (open_safer): Likewise.
13666         * m4/mode_t.m4: New file.
13667         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
13668         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
13669         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
13670         * modules/open (Files): Add m4/mode_t.m4.
13671         * modules/openat (Files): Likewise.
13672         * modules/fcntl-safer (Files): Likewise.
13673         Suggested by Eric Blake.
13674
13675 2009-05-21  Pádraig Brady  <P@draigbrady.com>
13676
13677         * doc/glibc-functions/fallocate.texi: New file.
13678         * doc/gnulib.texi: Include it.
13679
13680 2009-05-21  Eric Blake  <ebb9@byu.net>
13681             Bruno Haible  <bruno@clisp.org>
13682
13683         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
13684         invocations.
13685         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
13686
13687 2009-05-21  Eric Blake  <ebb9@byu.net>
13688             Bruno Haible  <bruno@clisp.org>
13689
13690         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
13691         include_next. Fix of 2008-11-20 commit.
13692         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
13693         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
13694         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
13695         NEXT_MATH_H.
13696         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
13697         instead of NEXT_MATH_H.
13698
13699 2009-05-21  Bruno Haible  <bruno@clisp.org>
13700
13701         Avoid redefinition warnings for SIZE_MAX.
13702         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
13703         Reported by Simon Josefsson.
13704
13705 2009-05-21  Bruno Haible  <bruno@clisp.org>
13706
13707         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
13708         AC_CACHE_VAL.
13709
13710 2009-05-20  Bruno Haible  <bruno@clisp.org>
13711
13712         Make zeroptr.h work on mingw.
13713         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
13714         mprotect.
13715         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
13716         * modules/memchr2-tests (configure.ac): Likewise.
13717         * modules/memcmp-tests (configure.ac): Likewise.
13718         * modules/memmem-tests (configure.ac): Likewise.
13719         * modules/memrchr-tests (configure.ac): Likewise.
13720         Reported by Simon Josefsson.
13721
13722 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13723
13724         * tests/test-glob.c: Include string.h for strcmp prototype.
13725
13726 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13727
13728         * modules/getdelim (Depends-on): Add explicit stdint, although it
13729         was implicitly already pulled in via realloc-posix.
13730         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
13731
13732 2009-05-20  Simon Josefsson  <simon@josefsson.org>
13733
13734         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
13735         G. Christensen" <tgc@jupiterrise.com>.
13736         * m4/sys_socket_h.m4: Check for sa_family_t.
13737         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
13738         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
13739         * tests/test-sys_socket.c: Check that sa_family_t works.
13740
13741 2009-05-18  Eric Blake  <ebb9@byu.net>
13742
13743         maint.mk: allow gnulib_dir in VPATH build
13744         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
13745
13746 2009-05-15  Jim Meyering  <meyering@redhat.com>
13747
13748         maint.mk: Give gnulib_dir a default definition.
13749         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
13750         Thus, most packages no longer need to specify this variable in cfg.mk
13751
13752 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
13753
13754         rename.m4: fix typos that would make non-mingw cross-configure fail
13755         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
13756
13757 2009-05-13  Eric Blake  <ebb9@byu.net>
13758
13759         mmap-anon: avoid out-of-order autoconf expansion
13760         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
13761         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
13762         * modules/memchr-tests (Depends-on): Add extensions.
13763         * modules/memchr2-tests (Depends-on): Add extensions.
13764         * modules/memcmp-tests (Depends-on): Add extensions.
13765         * modules/memmem-tests (Depends-on): Add extensions.
13766         * modules/memrchr-tests (Depends-on): Add extensions.
13767
13768 2009-05-13  Bruno Haible  <bruno@clisp.org>
13769
13770         Make some tests ISO C 99 compliant.
13771         * tests/zerosize-ptr.h: New file.
13772         * tests/test-memchr.c: Include zerosize-ptr.h.
13773         (main): Use a zero-size object pointer instead of NULL.
13774         * tests/test-memchr2.c: Include zerosize-ptr.h.
13775         (main): Use a zero-size object pointer instead of NULL.
13776         * tests/test-memcmp.c: Include zerosize-ptr.h.
13777         (main): Use a zero-size object pointer instead of NULL.
13778         * tests/test-memmem.c: Include zerosize-ptr.h.
13779         (main): Use a zero-size object pointer instead of NULL.
13780         * tests/test-memrchr.c: Include zerosize-ptr.h.
13781         (main): Use a zero-size object pointer instead of NULL.
13782         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
13783         m4/mmap-anon.m4.
13784         (Depends-on): Add getpagesize.
13785         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13786         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
13787         m4/mmap-anon.m4.
13788         (Depends-on): Add getpagesize.
13789         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13790         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
13791         m4/mmap-anon.m4.
13792         (Depends-on): Add getpagesize.
13793         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13794         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
13795         m4/mmap-anon.m4.
13796         (Depends-on): Add getpagesize.
13797         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13798         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
13799         m4/mmap-anon.m4.
13800         (Depends-on): Add getpagesize.
13801         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
13802
13803 2009-05-12  Bruno Haible  <bruno@clisp.org>
13804
13805         Tests for module 'alignof'.
13806         * modules/alignof-tests: New file.
13807         * tests/test-alignof.c: New file.
13808
13809 2009-05-12  Bruno Haible  <bruno@clisp.org>
13810
13811         Fix alignof macro.
13812         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
13813         vendor compilers that are always correct.
13814
13815 2009-05-12  Bruno Haible  <bruno@clisp.org>
13816
13817         Make the MAP_ANONYMOUS detection work on HP-UX 11.
13818         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
13819         not whether its fully works.
13820
13821 2009-05-12  Bruno Haible  <bruno@clisp.org>
13822
13823         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
13824
13825 2009-05-12  Jim Meyering  <meyering@redhat.com>
13826
13827         * top/maint.mk: Adjust backslash alignment.
13828
13829 2009-05-11  Simon Josefsson  <simon@josefsson.org>
13830
13831         * top/maint.mk: Make $(srcdir)/build-aux configurable.
13832
13833 2009-05-11  Eric Blake  <ebb9@byu.net>
13834
13835         argp: avoid undefined behavior
13836         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
13837         macros.
13838
13839 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13840
13841         * tests/test-vc-list-files-git.sh: Do git config of user.email and
13842         user.name to prevent git commit from complaining.
13843
13844 2009-05-10  Bruno Haible  <bruno@clisp.org>
13845
13846         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
13847         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
13848         it rewrites every file name only once.
13849         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
13850
13851 2009-05-08  Bruno Haible  <bruno@clisp.org>
13852
13853         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
13854         instead of 'max'.
13855
13856 2009-05-08  Simon Josefsson  <simon@josefsson.org>
13857
13858         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
13859         sockaddr_storage test.
13860
13861 2009-05-07  Simon Josefsson  <simon@josefsson.org>
13862
13863         * modules/sys_socket (Makefile.am): Substitute
13864         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
13865         * m4/sys_socket_h.m4: Check for sockaddr_storage.
13866         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
13867         * tests/test-sys_socket.c: Check sockaddr_storage.
13868
13869 2009-05-08  Bruno Haible  <bruno@clisp.org>
13870
13871         New module 'alignof'.
13872         * lib/alignof.h: New file.
13873         * modules/alignof: New file.
13874
13875 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13876             Bruno Haible  <bruno@clisp.org>
13877
13878         Fix test-file-has-acl on FreeBSD.
13879         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
13880         mask is implicitly added.
13881         * tests/test-file-has-acl.c: Include <signal.h>.
13882         (main): Terminate the test after 5 seconds.
13883         * modules/acl-tests (configure.ac): Check for alarm function.
13884
13885 2009-05-04  Bruno Haible  <bruno@clisp.org>
13886
13887         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
13888         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
13889         * modules/errno (configure.ac): Drop AC_REQUIRE.
13890         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
13891         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
13892
13893 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13894
13895         * modules/glob-tests: New module.
13896         * tests/test-glob.c: Add.
13897
13898 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13899
13900         * modules/fnmatch-tests: New module.
13901         * tests/test-fnmatch.c: Add.
13902
13903 2009-05-04  Eric Blake  <ebb9@byu.net>
13904
13905         maint: make the new no-submodule-changes rule VPATH-safe
13906         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
13907
13908 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13909             Bruno Haible  <bruno@clisp.org>
13910
13911         acl: Fix infinite loop on FreeBSD.
13912         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
13913         of return value from acl_get_entry.
13914         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
13915         Likewise.
13916
13917 2009-05-03  Bruno Haible  <bruno@clisp.org>
13918
13919         * lib/acl-internal.h (acl_entries): Clarify return value.
13920         * lib/acl_entries.c (acl_entries): Likewise.
13921
13922 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13923
13924         Bug fix in acl module.
13925         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
13926
13927 2009-05-03  Bruno Haible  <bruno@clisp.org>
13928
13929         Create gperf-generated file in the source dir, not in the build dir.
13930         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
13931         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
13932         * modules/unicase/locale-language (unicase/locale-languages.h):
13933         Likewise.
13934         * modules/unicase/special-casing (unicase/special-casing-table.h):
13935         Likewise.
13936         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
13937         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
13938         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
13939         Reported by Ralf Wildenhues.
13940
13941 2009-05-03  Bruno Haible  <bruno@clisp.org>
13942
13943         * modules/fnmatch (Description, configure.ac): Taken from
13944         fnmatch-posix.
13945         * modules/fnmatch-posix: Turn into a symbolic reference to the
13946         'fnmatch' module, and deprecate.
13947         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
13948
13949 2009-05-03  Bruno Haible  <bruno@clisp.org>
13950
13951         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
13952         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
13953         Reported by Ralf Wildenhues.
13954
13955 2009-05-04  Simon Josefsson  <simon@josefsson.org>
13956
13957         * m4/fnmatch.m4: Fix fnmatch re-define.
13958
13959 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
13960
13961         priv-set: new module and tests; adapt write-any-file
13962         * lib/priv-set.c: New file.
13963         * lib/priv-set.h: New file.
13964         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
13965         * lib/write-any-file.c: Simplify by using priv-set module.
13966         * m4/priv-set.m4: New file.
13967         * modules/priv-set: New file.
13968         * modules/unlinkdir: Add dependency on priv-set module.
13969         * modules/write-any-file: Likewise.
13970
13971         Tests for module 'priv-set'.
13972         * modules/priv-set-tests: New file.
13973         * tests/test-priv-set.c: New file.
13974
13975 2009-05-03  Jim Meyering  <meyering@redhat.com>
13976             Bruno Haible  <bruno@clisp.org>
13977
13978         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
13979         use the converted UTF-8 variant of the name instead.
13980
13981 2009-05-03  Jim Meyering  <meyering@redhat.com>
13982
13983         tests: tighten some getdate tests
13984         * tests/test-getdate.c (main): Tighten tests: require equality,
13985         not just greater than.  Set TZ envvar to UTC0.
13986
13987 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
13988
13989         getdate: correctly interpret "next monday" when run on a Monday
13990         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
13991         that e.g., "next tues" (when run on a tuesday) results in a date
13992         that is one week in the future, and not today's date.
13993         I.e., add a week when the wday is the same as the current one.
13994         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
13995         and earlier by Martin Bernreuther and Jan Minář.
13996         * tests/test-getdate.c (main): Check that "next DAY" is always in
13997         the future and that "last DAY" is always in the past.
13998
13999 2009-05-02  Jim Meyering  <meyering@redhat.com>
14000
14001         build: ensure that a release build fails when a submodule is unclean
14002         * top/maint.mk (no-submodule-changes): New rule.
14003         (alpha beta major): Depend on it.
14004
14005 2009-05-02  Bruno Haible  <bruno@clisp.org>
14006
14007         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
14008         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
14009         shell variable gl_fnmatch_required to detect which variant is
14010         requested.
14011         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
14012         gl_FUNC_FNMATCH_POSIX.
14013         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
14014         exclude fnmatch-posix.
14015
14016 2009-05-02  Bruno Haible  <bruno@clisp.org>
14017
14018         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
14019         * modules/mbsrtowcs (License): Change to LGPLv2+.
14020         * modules/strnlen1 (License): Likewise.
14021         Reported by Simon Josefsson.
14022
14023 2009-05-02  Bruno Haible  <bruno@clisp.org>
14024
14025         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
14026         "cross".
14027         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
14028         gnulib-tool was called with option --source-base=lib.
14029
14030 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14031
14032         Use automake *-local hooks without commands, for extensibility.
14033         * modules/localcharset (Makefile.am): Rename install-exec-local
14034         rule to install-exec-localcharset, and make it a prerequisite of
14035         install-exec-local.  Likewise, rename the uninstall-local rule to
14036         uninstall-localcharset, and make it a prerequisite of the former.
14037
14038 2009-05-01  Bruno Haible  <bruno@clisp.org>
14039
14040         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
14041         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14042         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
14043         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
14044         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
14045         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14046         m4/locale-zh.m4, m4/codeset.m4.
14047
14048         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
14049         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
14050         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
14051         m4/locale-zh.m4.
14052
14053         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
14054         REPLACE_WCRTOMB if mbstate_t must be replaced.
14055         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
14056         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
14057
14058 2009-05-01  Bruno Haible  <bruno@clisp.org>
14059
14060         Avoid compiler warnings when redefining macros defined by <libintl.h>.
14061         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
14062         dngettext, dcngettext, textdomain, bindtextdomain,
14063         bind_textdomain_codeset): Undefine before redefining.
14064
14065 2009-04-30  Bruno Haible  <bruno@clisp.org>
14066
14067         Fix bug introduced on 2009-04-25.
14068         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
14069         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
14070         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
14071         is defined.
14072         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
14073         is defined.
14074         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
14075         is defined.
14076         Reported by Elbert_Pol <elbert.pol@gmail.com>.
14077
14078 2009-04-28  Bruno Haible  <bruno@clisp.org>
14079
14080         Comment tweaks.
14081         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
14082         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
14083         * lib/unicase.h (u*_casexfrm): Likewise.
14084         Reported by Paolo Bonzini.
14085
14086 2009-04-28  Bruno Haible  <bruno@clisp.org>
14087
14088         Fix a compilation error.
14089         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
14090         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
14091         Reported by Jim Meyering.
14092
14093 2009-04-27  Bruno Haible  <bruno@clisp.org>
14094
14095         New module 'libunistring'.
14096         * modules/libunistring: New file.
14097         * m4/libunistring.m4: New file.
14098         * MODULES.html.sh (Unicode string functions): Add it.
14099
14100 2009-04-27  Eric Blake  <ebb9@byu.net>
14101
14102         maint.mk: allow package-specific header to provide <config.h>
14103         * top/maint.mk (sc_require_config_h): New variable.
14104         (sc_require_config_h, sc_require_config_h_first): Use it.
14105
14106 2009-04-27  Simon Josefsson  <simon@josefsson.org>
14107
14108         * top/maint.mk (sc_avoid_if_before_free): Except
14109         useless-if-before-free script.
14110
14111 2009-04-27  Eric Blake  <ebb9@byu.net>
14112
14113         maintainer-makefile: depend on all required helper scripts
14114         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
14115         useless-if-before-free.
14116         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
14117         version, rather than assuming gnulib checkout is available.
14118         Reported by Simen Josefsson.
14119
14120 2009-04-26  Bruno Haible  <bruno@clisp.org>
14121
14122         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
14123         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
14124         "../" or "..".
14125
14126 2009-04-26  Bruno Haible  <bruno@clisp.org>
14127
14128         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
14129         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
14130         AC_LIB_HAVE_LINKFLAGS.
14131
14132 2009-04-26  Bruno Haible  <bruno@clisp.org>
14133
14134         Simplify calling convention of u*_conv_from_encoding.
14135         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
14136         u32_conv_from_encoding): Expect a resultbuf argument and return the
14137         result directly as a pointer.
14138         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
14139         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
14140         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
14141         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
14142         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
14143         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14144         Update.
14145         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
14146         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
14147         * lib/vasnprintf.c (VASNPRINTF): Update.
14148         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
14149         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
14150         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
14151         * NEWS: Mention the change.
14152
14153 2009-04-26  Bruno Haible  <bruno@clisp.org>
14154
14155         Simplify calling convention of u*_conv_to_encoding.
14156         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
14157         u32_conv_to_encoding): Expect a resultbuf argument and return the
14158         result directly as a pointer.
14159         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14160         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
14161         freeing scaled_offsets if mem_iconveha failed.
14162         * lib/unicase/u-casexfrm.h (FUNC): Update.
14163         * lib/uninorm/u-normxfrm.h (FUNC): Update.
14164         * lib/vasnprintf.c (VASNPRINTF): Update.
14165         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
14166         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
14167         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
14168         * NEWS: Mention the change.
14169
14170 2009-04-26  Bruno Haible  <bruno@clisp.org>
14171
14172         Avoid test failures on AIX and OSF/1.
14173         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
14174         malloc(0).
14175         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
14176         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
14177         Likewise.
14178         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
14179         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
14180         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
14181         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
14182         * doc/posix-functions/malloc.texi: Document the portability problem
14183         related to malloc(0).
14184
14185 2009-04-26  Bruno Haible  <bruno@clisp.org>
14186
14187         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
14188         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
14189         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
14190
14191 2009-04-25  Bruno Haible  <bruno@clisp.org>
14192
14193         Avoid link error when creating a namespace clean library.
14194         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
14195         as macro with arguments if already defined as an alias.
14196         * lib/signbitf.c (gl_signbitf): Don't undefine.
14197         * lib/signbitd.c (gl_signbitd): Don't undefine.
14198         * lib/signbitl.c (gl_signbitl): Don't undefine.
14199
14200 2009-04-25  Jim Meyering  <meyering@redhat.com>
14201
14202         vc-list-files: fix another quoting bug
14203         * build-aux/vc-list-files: Avoid sed backslash expansion
14204         of pathological directory names.
14205
14206 2009-04-25  Eric Blake  <ebb9@byu.net>
14207
14208         vc-list-files: fix shell quoting error
14209         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
14210         timestamp.
14211
14212 2009-04-25  Jim Meyering  <meyering@redhat.com>
14213
14214         vc-list-files: restore lost functionality with subdir argument
14215         * build-aux/vc-list-files: When given a non-"." sub-directory
14216         argument, substitute the $dir/ prefix back onto each resulting name.
14217         Otherwise, coreutils' root_tests check would fail.
14218
14219 2009-04-24  Eric Blake  <ebb9@byu.net>
14220
14221         vc-list-files: ignore git symlinks
14222         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
14223         than ls-files, to ignore git symlinks.
14224
14225         maint.mk: import improvements from m4
14226         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
14227         (move_if_change): Delete unused macro.
14228         (news-date-check, vc-diff-check): Support VPATH builds.
14229         (announcement): Likewise.  Split --bootstrap-tools list...
14230         (boostrap-tools): ...into separate list, which can be overridden
14231         in cfg.mk.
14232         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
14233         requiring dependency on useless-if-before-free module.
14234         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
14235         Support VPATH builds.
14236
14237 2009-04-24  Jim Meyering  <meyering@redhat.com>
14238
14239         maint.mk: remove coreutils-specific rules and variables
14240         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
14241         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
14242         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
14243
14244         maint.mk: remove obsolete rule
14245         * top/maint.mk (rel-check): Remove rule.
14246         (WGET, WGETFLAGS): Remove now-unused variables.
14247
14248 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14249
14250         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
14251         consistency.
14252
14253         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
14254         '$(PATH_SEPARATOR)' instead of ':'.
14255
14256 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14257
14258         * lib/getopt1.c (main): Use 'const' for static array.
14259
14260 2009-04-24  Simon Josefsson  <simon@josefsson.org>
14261
14262         * top/maint.mk: Sync with coreutils.
14263         * NEWS: Explain incompatibilities.
14264
14265 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
14266             Bruno Haible  <bruno@clisp.org>
14267
14268         Fix cross-compilation results.
14269         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
14270         statement, as third argument of AC_TRY_RUN.
14271         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
14272         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
14273         Likewise.
14274         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
14275         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
14276         Likewise.
14277         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
14278         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
14279         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
14280
14281 2009-04-20  Bruno Haible  <bruno@clisp.org>
14282
14283         Avoid test failure on mingw.
14284         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
14285
14286 2009-04-20  Bruno Haible  <bruno@clisp.org>
14287
14288         Avoid compilation error on mingw.
14289         * modules/localename-tests (Depends-on): Add locale.
14290
14291 2009-04-19  Bruno Haible  <bruno@clisp.org>
14292
14293         Support for building a shared library on Windows platforms.
14294         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
14295         (main): Test the presence of UNINORM_NFC here.
14296         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
14297         (main): Test the presence of UNINORM_NFD here.
14298         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
14299         (main): Test the presence of UNINORM_NFKC here.
14300         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
14301         (main): Test the presence of UNINORM_NFKD here.
14302
14303 2009-04-19  Bruno Haible  <bruno@clisp.org>
14304
14305         Avoid a compiler warning.
14306         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
14307         Change type of variable 'sequence'.
14308
14309 2009-04-19  Bruno Haible  <bruno@clisp.org>
14310
14311         * modules/configmake (Makefile.am): When the contents of configmake.h
14312         does not change, arrange to preserve its modification time.
14313
14314 2009-04-17  Simon Josefsson  <simon@josefsson.org>
14315
14316         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
14317         gettext domain.
14318
14319 2009-04-16  Jim Meyering  <meyering@redhat.com>
14320
14321         useless-if-before-free: improve conversion code
14322         * build-aux/useless-if-before-free: Adjust code-in-comment to match
14323         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
14324
14325 2009-04-14  Bruno Haible  <bruno@clisp.org>
14326
14327         * modules/fcntl (Depends-on): Add extensions.
14328         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
14329
14330 2009-04-12  Ben Pfaff  <blp@gnu.org>
14331
14332         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
14333         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
14334
14335 2009-03-20  Ben Pfaff  <blp@gnu.org>
14336
14337         Make rename replace existing destinations on Windows.
14338         * m4/rename.m4: Add test for Mingw.
14339         * lib/rename.c: Add rename replacement that uses MoveFileEx with
14340         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
14341         * doc/posix-functions/rename.texi: Document.
14342
14343 2009-04-10  Bruno Haible  <bruno@clisp.org>
14344
14345         New include file "iconveh.h".
14346         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
14347         * lib/striconveh.h: Include it.
14348         (enum iconv_ilseq_handler): Remove definition.
14349         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
14350         striconveh.h.
14351         * lib/striconveha.c: Include striconveh.h.
14352         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
14353         * modules/striconveh (Files): Add lib/iconveh.h.
14354         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
14355         lib/striconveh.h.
14356
14357 2009-04-10  Bruno Haible  <bruno@clisp.org>
14358
14359         * lib/uniconv.h: Update comment.
14360
14361 2009-04-10  Bruno Haible  <bruno@clisp.org>
14362
14363         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
14364         always.
14365         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
14366         * lib/unistr/u16-mbtouc-aux.c: Likewise.
14367         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
14368         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
14369         "unistring-notinline.h", so that the function gets defined always.
14370         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
14371         * lib/unistr/u8-uctomb.c: Likewise.
14372         * lib/unistr/u16-mbtouc.c: Likewise.
14373         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
14374         * lib/unistr/u16-uctomb.c: Likewise.
14375         * lib/unistr/u32-mbtouc.c: Likewise.
14376         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
14377         * lib/unistr/u32-uctomb.c: Likewise.
14378
14379 2009-04-10  Bruno Haible  <bruno@clisp.org>
14380
14381         Mark 'utime' obsolete.
14382         * modules/utime (Status, Notice): New sections.
14383         Suggested by Jim Meyering.
14384
14385         Fix cross-compile guess for utime test.
14386         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
14387         autoconf.
14388         * doc/posix-functions/utime.texi: Give more precisions.
14389         Reported by Jan <ipif@ymail.com>.
14390
14391 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
14392
14393         filevercmp: correct today's change
14394         * lib/filevercmp.c: Also handle coreutils' test inputs.
14395         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
14396
14397         Fix regression in 'filevercmp' module. Thanks Sven Joachim
14398         for reporting it.
14399         * lib/filevercmp.c: Special handle for "", "." and "..".
14400         * tests/test-filevercmp.c: Enlarge the set suite.
14401
14402 2009-04-07  Jim Meyering  <meyering@redhat.com>
14403
14404         useless-if-before-free: show how to remove braced useless free, too
14405         * build-aux/useless-if-before-free: still only in a comment, though.
14406
14407 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
14408
14409         maint.mk: import changes to syntax-check macros from coreutils
14410         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
14411         Use them in the relevant macros.
14412
14413 2009-04-06  Bruno Haible  <bruno@clisp.org>
14414
14415         Fix unportable use of bit-fields.
14416         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
14417         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
14418         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
14419
14420 2009-04-06  Bruno Haible  <bruno@clisp.org>
14421
14422         Avoid test failures on AIX and OSF/1.
14423         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
14424         that malloc(0) = NULL.
14425         * tests/unicase/test-u8-tolower.c (check): Likewise.
14426         * tests/unicase/test-u8-totitle.c (check): Likewise.
14427         * tests/unicase/test-u8-toupper.c (check): Likewise.
14428         * tests/unicase/test-u16-casefold.c (check): Likewise.
14429         * tests/unicase/test-u16-tolower.c (check): Likewise.
14430         * tests/unicase/test-u16-totitle.c (check): Likewise.
14431         * tests/unicase/test-u16-toupper.c (check): Likewise.
14432         * tests/unicase/test-u32-casefold.c (check): Likewise.
14433         * tests/unicase/test-u32-tolower.c (check): Likewise.
14434         * tests/unicase/test-u32-totitle.c (check): Likewise.
14435         * tests/unicase/test-u32-toupper.c (check): Likewise.
14436         * tests/uninorm/test-u8-nfc.c (check): Likewise.
14437         * tests/uninorm/test-u8-nfd.c (check): Likewise.
14438         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
14439         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
14440         * tests/uninorm/test-u16-nfc.c (check): Likewise.
14441         * tests/uninorm/test-u16-nfd.c (check): Likewise.
14442         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
14443         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
14444         * tests/uninorm/test-u32-nfc.c (check): Likewise.
14445         * tests/uninorm/test-u32-nfd.c (check): Likewise.
14446         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
14447         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
14448
14449 2009-04-05  Bruno Haible  <bruno@clisp.org>
14450
14451         Work around an autoconf limitation.
14452         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
14453         comment line if it would be longer than 3 KB.
14454
14455 2009-04-05  Bruno Haible  <bruno@clisp.org>
14456
14457         Avoid test failure with libiconv-1.13.
14458         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
14459         of the expected test results.
14460
14461 2009-04-05  Bruno Haible  <bruno@clisp.org>
14462
14463         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
14464         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
14465         that it should be installed.
14466
14467 2009-04-05  Bruno Haible  <bruno@clisp.org>
14468
14469         * gnulib-tool: New option --copy-file.
14470         (func_usage): Document it.
14471         (func_dest_tmpfilename): Moved out of func_import.
14472         (func_add_file, func_update_file): New functions, extracted from
14473         func_import.
14474         (func_import): Update.
14475
14476 2009-04-05  Karl Berry  <karl@gnu.org>
14477
14478         * README: prominently mention gnulib-tool.
14479         Rearrange sections so getting the code is near the top.
14480
14481 2009-04-05  Bruno Haible  <bruno@clisp.org>
14482
14483         * lib/unicase.h: Mention u*_cmp2.
14484         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14485         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
14486         * lib/unicase/ulc-casecmp.c: Likewise.
14487         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
14488         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
14489         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
14490         unistr/u8-cmp.
14491         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
14492         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
14493         unistr/u16-cmp.
14494         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
14495         unistr/u32-cmp.
14496
14497         * lib/uninorm.h: Mention u*_cmp2.
14498         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
14499         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
14500         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
14501         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
14502         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
14503         unistr/u8-cmp.
14504         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
14505         unistr/u16-cmp.
14506         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
14507         unistr/u32-cmp.
14508
14509         New module 'unistr/u32-cmp2'.
14510         * lib/unistr/u32-cmp2.c: New file.
14511         * modules/unistr/u32-cmp2: New file.
14512
14513         New module 'unistr/u16-cmp2'.
14514         * lib/unistr/u16-cmp2.c: New file.
14515         * modules/unistr/u16-cmp2: New file.
14516
14517         New module 'unistr/u8-cmp2'.
14518         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
14519         * lib/unistr/u8-cmp2.c: New file.
14520         * lib/unistr/u-cmp2.h: New file.
14521         * modules/unistr/u8-cmp2: New file.
14522
14523 2009-04-05  Bruno Haible  <bruno@clisp.org>
14524
14525         * lib/unictype.h (uc_property_is_valid): New macro.
14526         * tests/unictype/test-pr_byname.c (main): Use it.
14527
14528         * lib/unistr.h: Doc fixes.
14529         * lib/uniconv.h: Doc fixes.
14530         * lib/unictype.h: Doc fixes.
14531
14532 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
14533
14534         Port coreutils 7.2 to Solaris 8.
14535
14536         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
14537         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
14538         for Solaris 8.  This is a bit of a hack, as it means it's the
14539         caller's responsibility to add -lnsl if needed, but most likely it
14540         won't be needed since only getaddrinfo uses this and getaddrinfo
14541         isn't needed on Solaris 8.
14542
14543         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
14544         problem to Solaris 8 encountered with coreutils 7.2, which
14545         resulted in a message "fnmatch.c:292: warning: passing argument 4
14546         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
14547         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
14548
14549 2009-04-03  Simon Josefsson  <simon@josefsson.org>
14550
14551         * m4/ld-version-script.m4: Add FIXME comment.
14552
14553 2009-04-02  Simon Josefsson  <simon@josefsson.org>
14554
14555         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
14556         SOVERSION variable.
14557
14558 2009-04-02  Bruno Haible  <bruno@clisp.org>
14559
14560         * Makefile (info, html, dvi, pdf): Combine the rules.
14561         Suggested by Jim Meyering.
14562
14563 2009-04-01  Bruno Haible  <bruno@clisp.org>
14564
14565         * Makefile (info, html, dvi, pdf): New targets.
14566         Reported by Reuben Thomas <rrt@sc3d.org>.
14567
14568 2009-04-01  Bruno Haible  <bruno@clisp.org>
14569
14570         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
14571         can be put into PATH.
14572         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
14573
14574 2009-04-01  Bruno Haible  <bruno@clisp.org>
14575
14576         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
14577
14578 2009-04-01  Bruno Haible  <bruno@clisp.org>
14579
14580         Rename module 'visibility'.
14581         * modules/lib-symbol-visibility: Renamed from modules/visibility.
14582         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
14583         * doc/gnulib.texi: Update.
14584         * MODULES.html.sh (Misc): Update.
14585         * NEWS: Mention the change.
14586
14587 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14588
14589         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
14590         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
14591         Eric Blake <ebb9@byu.net> for review.
14592         * MODULES.html.sh: Add lib-msvc-compat.
14593         * doc/gnulib.texi: Link to new section.
14594         * m4/ld-output-def.m4: New file.
14595         * doc/ld-output-def.texi: New file.
14596
14597 2009-04-01  Simon Josefsson  <simon@josefsson.org>
14598
14599         Rename ld-version-script to lib-symbol-versions.  Suggested by
14600         Bruno Haible <bruno@clisp.org>.
14601         * modules/ld-version-script: Renamed to lib-symbol-versions.
14602         * doc/ld-version-script.texi: Fix module name.
14603         * MODULES.html.sh: Add lib-symbol-versions.
14604
14605 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14606
14607         * modules/u64-tests: New file.
14608         * tests/test-u64.c: New file.
14609
14610 2009-03-04  Simon Josefsson  <simon@josefsson.org>
14611
14612         * MODULES.html.sh: Mention u64.
14613         * modules/u64: New module.
14614         * modules/crypto/sha512: Depend on u64 module instead of providing
14615         u64.h.
14616
14617 2009-03-27  Eric Blake  <ebb9@byu.net>
14618
14619         test-strerror: make debugging EAI_SYSTEM easier
14620         * modules/getaddrinfo-tests (Depends-on): Add strerror.
14621         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
14622         failure was EAI_SYSTEM.
14623
14624 2009-03-25  Bruno Haible  <bruno@clisp.org>
14625
14626         Fix a problem with --enable-relocatable on Solaris 7.
14627         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
14628         since 2008-02-24.
14629
14630 2009-03-25  Eric Blake  <ebb9@byu.net>
14631
14632         test-sockets: avoid gcc warning
14633         * tests/test-sockets.c (main): Silence compiler warning.
14634
14635 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
14636
14637         New modules nproc, pthread, contributed by Glen Lenker.
14638
14639         * MODULES.html.sh: Add pthread, nproc.
14640         * lib/nproc.c: New file.
14641         * lib/nproc.h: New file.
14642         * lib/pthread.in.h: New file.
14643         * m4/pthread.m4: New file.
14644         * modules/nproc: New file.
14645         * modules/pthread: New file.
14646
14647 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14648
14649         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
14650         New variable.
14651
14652 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
14653
14654         filevercmp: handle simple~ and numbered.~3~ backup suffixes
14655         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
14656         * tests/test-filevercmp.c: Add tests for backup suffixes.
14657
14658 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14659
14660         * modules/stdlib (Depends-on): Add stdint, needed when defining
14661         struct random_data on, for example, HP-UX 10.20.  Reported by
14662         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
14663
14664 2009-03-24  Simon Josefsson  <simon@josefsson.org>
14665
14666         * lib/readline.c (readline): Call fflush on stdout after printing
14667         prompt.
14668
14669 2009-03-20  Bruno Haible  <bruno@clisp.org>
14670
14671         Remove dependency from 'close' module to -lws2_32 on native Windows.
14672         * lib/close-hook.h: New file.
14673         * lib/close-hook.c: New file.
14674         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
14675         w32sock.h.
14676         (_gl_close_fd_maybe_socket): Remove function.
14677         (rpl_close): Invoke execute_all_close_hooks instead of
14678         _gl_close_fd_maybe_socket.
14679         * lib/sockets.c: Include close-hook.h, w32sock.h.
14680         (close_fd_maybe_socket): New function, essentially from lib/close.c.
14681         (close_sockets_hook): New variable.
14682         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
14683         (gl_sockets_cleanup): Unregister it.
14684         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
14685         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
14686         * modules/close-hook: New file.
14687         * modules/close (Files): Remove lib/w32sock.h.
14688         (Depends-on): Add close-hook.
14689         (Link): Remove section.
14690         * modules/sockets (Files): Add lib/w32sock.h.
14691         (Depends-on): Add close-hook.
14692         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
14693         invocation.
14694         * NEWS: Mention that LIB_CLOSE is gone.
14695
14696 2009-03-23  Eric Blake  <ebb9@byu.net>
14697
14698         signal-tests: test previous patch
14699         * tests/test-signal.c: New file.
14700         * modules/signal-tests: Likewise.
14701
14702         signal.h: always support 'volatile sig_atomic_t'
14703         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
14704         (gl_SIGNAL_H_DEFAULTS): Add a default.
14705         * modules/signal (Makefile.am): Substitute if needed.
14706         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
14707         users can blindly add volatile.
14708         * doc/posix-headers/signal.texi (signal.h): Document it.
14709         Reported by Matthew Woehlke.
14710
14711 2009-03-23  Jim Meyering  <meyering@redhat.com>
14712
14713         pathmax: PATH_MAX: use pathconf only when available
14714         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
14715         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
14716         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
14717         This avoids a link failure in a PSP cross-compilation environment
14718         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
14719
14720         * lib/vasnprintf.c (divide): Fix typo in comment.
14721
14722 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14723
14724         * gnulib-tool (func_filter_filelist): Fix comment.
14725
14726 2009-03-20  Bruno Haible  <bruno@clisp.org>
14727
14728         Make sockets.h self-contained.
14729         * lib/sockets.c: Include sockets.h first.
14730         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
14731
14732 2009-03-19  Eric Blake  <ebb9@byu.net>
14733
14734         doc: mention more functions added in cygwin 1.7.0
14735         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
14736         addition.
14737         * doc/posix-functions/log2f.texi: Likewise.
14738
14739 2009-03-19  Jim Meyering  <meyering@redhat.com>
14740
14741         fsusage: avoid syntax error due to statement-before-declaration
14742         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
14743         after all declarations.  Reported by Matthew Woehlke in
14744         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
14745
14746 2009-03-18  Eric Blake  <ebb9@byu.net>
14747
14748         build-aux/compile: sync from automake
14749         * build-aux/compile: New file, from automake.
14750         * config/srclist.txt: Mention build-aux/compile.
14751
14752 2009-03-17  Bruno Haible  <bruno@clisp.org>
14753
14754         * lib/git-merge-changelog.c: Fix typo in comment.
14755         Reported by Reuben Thomas <rrt@sc3d.org>.
14756
14757 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
14758
14759         * m4/regex.m4: update and improve help for
14760         --without-included-regex.
14761
14762 2009-03-17  Simon Josefsson  <simon@josefsson.org>
14763
14764         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
14765         failure on missing include files.
14766
14767 2009-03-17  Eric Blake  <ebb9@byu.net>
14768
14769         doc: mention more functions added in cygwin 1.7.0
14770         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
14771         addition.
14772         * doc/posix-functions/fwscanf.texi: Likewise.
14773         * doc/posix-functions/swprintf.texi: Likewise.
14774         * doc/posix-functions/swscanf.texi: Likewise.
14775         * doc/posix-functions/vfwprintf.texi: Likewise.
14776         * doc/posix-functions/vfwscanf.texi: Likewise.
14777         * doc/posix-functions/vswprintf.texi: Likewise.
14778         * doc/posix-functions/vswscanf.texi: Likewise.
14779         * doc/posix-functions/vwprintf.texi: Likewise.
14780         * doc/posix-functions/vwscanf.texi: Likewise.
14781         * doc/posix-functions/wcscasecmp.texi: Likewise.
14782         * doc/posix-functions/wcsdup.texi: Likewise.
14783         * doc/posix-functions/wcsftime.texi: Likewise.
14784         * doc/posix-functions/wcsncasecmp.texi: Likewise.
14785         * doc/posix-functions/wprintf.texi: Likewise.
14786         * doc/posix-functions/wscanf.texi: Likewise.
14787         * doc/glibc-functions/gethostbyname2.texi: Likewise.
14788
14789 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14790
14791         maint.mk: really add $(AM_MAKEFLAGS)
14792         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
14793         was inadvertently omitted in the last commit.
14794         Spotted by Bruno Haible.
14795
14796         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
14797         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
14798         $(AM_MAKEFLAGS)' rather than plain `make'.
14799
14800         gnulib-tool: execute $MAKE not make
14801         * gnulib-tool: Default $MAKE to 'make'.
14802         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
14803         than make.  Initialize $MAKE in the do-autobuild script.
14804
14805         gnulib-tool: use $MAKE not make in generated files
14806         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
14807         make, in generated files.  Initialize $MAKE in the do-autobuild
14808         script.
14809
14810         * top/GNUmakefile (_have-git-version-gen): Fix typo.
14811
14812         GNUmakefile: disable parallelism only for multiple, recursive targets
14813         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
14814         additions in the Makefile.
14815         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
14816         by Automake.
14817         (.NOTPARALLEL): Only disable parallel builds if multiple targets
14818         are listed on the command line and at least one of them is
14819         listed in $(ALL_RECURSIVE_TARGETS).
14820
14821 2009-03-14  Bruno Haible  <bruno@clisp.org>
14822
14823         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
14824         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
14825         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
14826         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
14827         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
14828         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
14829         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
14830         unistr/u8-uctomb.
14831         * modules/unistr/u8-strchr (Depends-on): Likewise.
14832         * modules/unistr/u8-strrchr (Depends-on): Likewise.
14833         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
14834         unistr/u16-uctomb.
14835         * modules/unistr/u16-strchr (Depends-on): Likewise.
14836         * modules/unistr/u16-strrchr (Depends-on): Likewise.
14837
14838 2009-03-12  Bruno Haible  <bruno@clisp.org>
14839
14840         Work around select() bug on Interix 3.5.
14841         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
14842         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
14843         * m4/select.m4: New file.
14844         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
14845         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
14846         * modules/select (Files): Add m4/select.m4.
14847         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
14848         * modules/nanosleep (Depends-on): Add select.
14849         * modules/poll (Depends-on): Likewise.
14850         * doc/posix-functions/select.texi: Mention the Interix bug.
14851         Reported by Markus Duft <mduft@gentoo.org>.
14852
14853         * lib/select.c: Renamed from lib/winsock-select.c.
14854         * modules/select (Files): Add lib/select.c, remove
14855         lib/winsock-select.c.
14856         (configure.ac): Update.
14857
14858 2009-03-12  Jim Meyering  <meyering@redhat.com>
14859
14860         avoid gcc warnings about unused macro definitions
14861         * lib/readtokens.c (STREQ): Remove unused definition.
14862         * lib/xmalloc.c (SIZE_MAX): Likewise.
14863         * lib/openat-die.c (N_): Likewise.
14864         * lib/mountlist.c (SIZE_MAX): Remove definition.
14865         Instead, include <stdint.h>.
14866         * lib/readutmp.c: Likewise.
14867         * modules/readutmp (Depends-on): Add stdint.
14868         * modules/mountlist (Depends-on): Add stdint.
14869         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
14870
14871 2009-03-10  Bruno Haible  <bruno@clisp.org>
14872
14873         Tests for module 'mbmemcasecoll'.
14874         * modules/mbmemcasecoll-tests: New file.
14875         * tests/test-mbmemcasecoll1.sh: New file.
14876         * tests/test-mbmemcasecoll2.sh: New file.
14877         * tests/test-mbmemcasecoll3.sh: New file.
14878         * tests/test-mbmemcasecoll.c: New file.
14879
14880         New module 'mbmemcasecoll'.
14881         * lib/mbmemcasecoll.h: New file.
14882         * lib/mbmemcasecoll.c: New file.
14883         * modules/mbmemcasecoll: New file.
14884
14885         * tests/test-mbmemcasecmp.h: New file, extracted from
14886         tests/test-mbmemcasecmp.c.
14887         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
14888         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
14889         (main): Update.
14890         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
14891
14892 2009-03-09  Bruno Haible  <bruno@clisp.org>
14893
14894         Tests for module 'mbmemcasecmp'.
14895         * modules/mbmemcasecmp-tests: New file.
14896         * tests/test-mbmemcasecmp1.sh: New file.
14897         * tests/test-mbmemcasecmp2.sh: New file.
14898         * tests/test-mbmemcasecmp3.sh: New file.
14899         * tests/test-mbmemcasecmp.c: New file.
14900
14901         New module 'mbmemcasecmp'.
14902         * lib/mbmemcasecmp.h: New file.
14903         * lib/mbmemcasecmp.c: New file.
14904         * modules/mbmemcasecmp: New file.
14905
14906 2009-03-09  Bruno Haible  <bruno@clisp.org>
14907
14908         Tests for module 'unicase/ulc-casecoll'.
14909         * modules/unicase/ulc-casecoll-tests: New file.
14910         * tests/unicase/test-ulc-casecoll1.sh: New file.
14911         * tests/unicase/test-ulc-casecoll2.sh: New file.
14912         * tests/unicase/test-ulc-casecoll.c: New file.
14913
14914         New module 'unicase/ulc-casecoll'.
14915         * lib/unicase.h (ulc_casecoll): New declaration.
14916         * lib/unicase/ulc-casecoll.c: New file.
14917         * modules/unicase/ulc-casecoll: New file.
14918
14919         New module 'unicase/ulc-casexfrm'.
14920         * lib/unicase.h (ulc_casexfrm): New declaration.
14921         * lib/unicase/ulc-casexfrm.c: New file.
14922         * modules/unicase/ulc-casexfrm: New file.
14923
14924 2009-03-09  Bruno Haible  <bruno@clisp.org>
14925
14926         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
14927         invocations.
14928
14929         * m4/mbscasecmp.m4: Remove file.
14930         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
14931         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
14932
14933         * m4/mbscasestr.m4: Remove file.
14934         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
14935         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
14936
14937         * m4/mbschr.m4: Remove file.
14938         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
14939         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
14940
14941         * m4/mbscspn.m4: Remove file.
14942         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
14943         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
14944
14945         * m4/mbslen.m4: Remove file.
14946         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
14947         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
14948
14949         * m4/mbsncasecmp.m4: Remove file.
14950         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
14951         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
14952
14953         * m4/mbsnlen.m4: Remove file.
14954         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
14955         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
14956
14957         * m4/mbspbrk.m4: Remove file.
14958         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
14959         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
14960
14961         * m4/mbspcasecmp.m4: Remove file.
14962         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
14963         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
14964
14965         * m4/mbsrchr.m4: Remove file.
14966         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
14967         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
14968
14969         * m4/mbssep.m4: Remove file.
14970         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
14971         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
14972
14973         * m4/mbsspn.m4: Remove file.
14974         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
14975         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
14976
14977         * m4/mbsstr.m4: Remove file.
14978         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
14979         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
14980
14981         * m4/mbstok_r.m4: Remove file.
14982         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
14983         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
14984
14985         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
14986
14987         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
14988         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
14989
14990         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
14991
14992 2009-03-08  Bruno Haible  <bruno@clisp.org>
14993
14994         Tests for module 'unicase/ulc-casecmp'.
14995         * modules/unicase/ulc-casecmp-tests: New file.
14996         * tests/unicase/test-ulc-casecmp1.sh: New file.
14997         * tests/unicase/test-ulc-casecmp2.sh: New file.
14998         * tests/unicase/test-ulc-casecmp.c: New file.
14999
15000         New module 'unicase/ulc-casecmp'.
15001         * lib/unicase.h (ulc_casecmp): New declaration.
15002         * lib/unicase/ulc-casecmp.c: New file.
15003         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
15004         'const SRC_UNIT *'.
15005         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
15006         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
15007         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
15008         * modules/unicase/ulc-casecmp: New file.
15009
15010         Tests for module 'unicase/u32-is-cased'.
15011         * modules/unicase/u32-is-cased-tests: New file.
15012         * tests/unicase/test-u32-is-cased.c: New file.
15013
15014         Tests for module 'unicase/u16-is-cased'.
15015         * modules/unicase/u16-is-cased-tests: New file.
15016         * tests/unicase/test-u16-is-cased.c: New file.
15017
15018         Tests for module 'unicase/u8-is-cased'.
15019         * modules/unicase/u8-is-cased-tests: New file.
15020         * tests/unicase/test-u8-is-cased.c: New file.
15021         * tests/unicase/test-is-cased.h: New file.
15022
15023         New module 'unicase/u32-is-cased'.
15024         * lib/unicase/u32-is-cased.c: New file.
15025         * modules/unicase/u32-is-cased: New file.
15026
15027         New module 'unicase/u16-is-cased'.
15028         * lib/unicase/u16-is-cased.c: New file.
15029         * modules/unicase/u16-is-cased: New file.
15030
15031         New module 'unicase/u8-is-cased'.
15032         * lib/unicase/u8-is-cased.c: New file.
15033         * lib/unicase/u-is-cased.h: New file.
15034         * modules/unicase/u8-is-cased: New file.
15035
15036         Tests for module 'unicase/u32-is-casefolded'.
15037         * modules/unicase/u32-is-casefolded-tests: New file.
15038         * tests/unicase/test-u32-is-casefolded.c: New file.
15039
15040         Tests for module 'unicase/u16-is-casefolded'.
15041         * modules/unicase/u16-is-casefolded-tests: New file.
15042         * tests/unicase/test-u16-is-casefolded.c: New file.
15043
15044         Tests for module 'unicase/u8-is-casefolded'.
15045         * modules/unicase/u8-is-casefolded-tests: New file.
15046         * tests/unicase/test-u8-is-casefolded.c: New file.
15047         * tests/unicase/test-is-casefolded.h: New file.
15048
15049         New module 'unicase/u32-is-casefolded'.
15050         * lib/unicase/u32-is-casefolded.c: New file.
15051         * modules/unicase/u32-is-casefolded: New file.
15052
15053         New module 'unicase/u16-is-casefolded'.
15054         * lib/unicase/u16-is-casefolded.c: New file.
15055         * modules/unicase/u16-is-casefolded: New file.
15056
15057         New module 'unicase/u8-is-casefolded'.
15058         * lib/unicase/u8-is-casefolded.c: New file.
15059         * modules/unicase/u8-is-casefolded: New file.
15060
15061         Tests for module 'unicase/u32-is-titlecase'.
15062         * modules/unicase/u32-is-titlecase-tests: New file.
15063         * tests/unicase/test-u32-is-titlecase.c: New file.
15064
15065         Tests for module 'unicase/u16-is-titlecase'.
15066         * modules/unicase/u16-is-titlecase-tests: New file.
15067         * tests/unicase/test-u16-is-titlecase.c: New file.
15068
15069         Tests for module 'unicase/u8-is-titlecase'.
15070         * modules/unicase/u8-is-titlecase-tests: New file.
15071         * tests/unicase/test-u8-is-titlecase.c: New file.
15072         * tests/unicase/test-is-titlecase.h: New file.
15073
15074         New module 'unicase/u32-is-titlecase'.
15075         * lib/unicase/u32-is-titlecase.c: New file.
15076         * modules/unicase/u32-is-titlecase: New file.
15077
15078         New module 'unicase/u16-is-titlecase'.
15079         * lib/unicase/u16-is-titlecase.c: New file.
15080         * modules/unicase/u16-is-titlecase: New file.
15081
15082         New module 'unicase/u8-is-titlecase'.
15083         * lib/unicase/u8-is-titlecase.c: New file.
15084         * modules/unicase/u8-is-titlecase: New file.
15085
15086         Tests for module 'unicase/u32-is-lowercase'.
15087         * modules/unicase/u32-is-lowercase-tests: New file.
15088         * tests/unicase/test-u32-is-lowercase.c: New file.
15089
15090         Tests for module 'unicase/u16-is-lowercase'.
15091         * modules/unicase/u16-is-lowercase-tests: New file.
15092         * tests/unicase/test-u16-is-lowercase.c: New file.
15093
15094         Tests for module 'unicase/u8-is-lowercase'.
15095         * modules/unicase/u8-is-lowercase-tests: New file.
15096         * tests/unicase/test-u8-is-lowercase.c: New file.
15097         * tests/unicase/test-is-lowercase.h: New file.
15098
15099         New module 'unicase/u32-is-lowercase'.
15100         * lib/unicase/u32-is-lowercase.c: New file.
15101         * modules/unicase/u32-is-lowercase: New file.
15102
15103         New module 'unicase/u16-is-lowercase'.
15104         * lib/unicase/u16-is-lowercase.c: New file.
15105         * modules/unicase/u16-is-lowercase: New file.
15106
15107         New module 'unicase/u8-is-lowercase'.
15108         * lib/unicase/u8-is-lowercase.c: New file.
15109         * modules/unicase/u8-is-lowercase: New file.
15110
15111         Tests for module 'unicase/u32-is-uppercase'.
15112         * modules/unicase/u32-is-uppercase-tests: New file.
15113         * tests/unicase/test-u32-is-uppercase.c: New file.
15114
15115         Tests for module 'unicase/u16-is-uppercase'.
15116         * modules/unicase/u16-is-uppercase-tests: New file.
15117         * tests/unicase/test-u16-is-uppercase.c: New file.
15118
15119         Tests for module 'unicase/u8-is-uppercase'.
15120         * modules/unicase/u8-is-uppercase-tests: New file.
15121         * tests/unicase/test-u8-is-uppercase.c: New file.
15122         * tests/unicase/test-is-uppercase.h: New file.
15123
15124         New module 'unicase/u32-is-uppercase'.
15125         * lib/unicase/u32-is-uppercase.c: New file.
15126         * modules/unicase/u32-is-uppercase: New file.
15127
15128         New module 'unicase/u16-is-uppercase'.
15129         * lib/unicase/u16-is-uppercase.c: New file.
15130         * modules/unicase/u16-is-uppercase: New file.
15131
15132         New module 'unicase/u8-is-uppercase'.
15133         * lib/unicase/u8-is-uppercase.c: New file.
15134         * modules/unicase/u8-is-uppercase: New file.
15135
15136         New module 'unicase/u32-is-invariant'.
15137         * lib/unicase/u32-is-invariant.c: New file.
15138         * modules/unicase/u32-is-invariant: New file.
15139
15140         New module 'unicase/u16-is-invariant'.
15141         * lib/unicase/u16-is-invariant.c: New file.
15142         * modules/unicase/u16-is-invariant: New file.
15143
15144         New module 'unicase/u8-is-invariant'.
15145         * lib/unicase/u8-is-invariant.c: New file.
15146         * lib/unicase/invariant.h: New file.
15147         * lib/unicase/u-is-invariant.h: New file.
15148         * modules/unicase/u8-is-invariant: New file.
15149
15150         Tests for module 'unicase/u32-casecoll'.
15151         * modules/unicase/u32-casecoll-tests: New file.
15152         * tests/unicase/test-u32-casecoll.c: New file.
15153
15154         Tests for module 'unicase/u16-casecoll'.
15155         * modules/unicase/u16-casecoll-tests: New file.
15156         * tests/unicase/test-u16-casecoll.c: New file.
15157
15158         Tests for module 'unicase/u8-casecoll'.
15159         * modules/unicase/u8-casecoll-tests: New file.
15160         * tests/unicase/test-u8-casecoll.c: New file.
15161
15162         New module 'unicase/u32-casecoll'.
15163         * lib/unicase/u32-casecoll.c: New file.
15164         * modules/unicase/u32-casecoll: New file.
15165
15166         New module 'unicase/u16-casecoll'.
15167         * lib/unicase/u16-casecoll.c: New file.
15168         * modules/unicase/u16-casecoll: New file.
15169
15170         New module 'unicase/u8-casecoll'.
15171         * lib/unicase/u8-casecoll.c: New file.
15172         * lib/unicase/u-casecoll.h: New file.
15173         * modules/unicase/u8-casecoll: New file.
15174
15175         New module 'unicase/u32-casexfrm'.
15176         * lib/unicase/u32-casexfrm.c: New file.
15177         * modules/unicase/u32-casexfrm: New file.
15178
15179         New module 'unicase/u16-casexfrm'.
15180         * lib/unicase/u16-casexfrm.c: New file.
15181         * modules/unicase/u16-casexfrm: New file.
15182
15183         New module 'unicase/u8-casexfrm'.
15184         * lib/unicase/u8-casexfrm.c: New file.
15185         * lib/unicase/u-casexfrm.h: New file.
15186         * modules/unicase/u8-casexfrm: New file.
15187
15188         Tests for module 'unicase/u32-casecmp'.
15189         * modules/unicase/u32-casecmp-tests: New file.
15190         * tests/unicase/test-u32-casecmp.c: New file.
15191
15192         Tests for module 'unicase/u16-casecmp'.
15193         * modules/unicase/u16-casecmp-tests: New file.
15194         * tests/unicase/test-u16-casecmp.c: New file.
15195
15196         Tests for module 'unicase/u8-casecmp'.
15197         * modules/unicase/u8-casecmp-tests: New file.
15198         * tests/unicase/test-u8-casecmp.c: New file.
15199         * tests/unicase/test-casecmp.h: New file.
15200
15201         New module 'unicase/u32-casecmp'.
15202         * lib/unicase/u32-casecmp.c: New file.
15203         * modules/unicase/u32-casecmp: New file.
15204
15205         New module 'unicase/u16-casecmp'.
15206         * lib/unicase/u16-casecmp.c: New file.
15207         * modules/unicase/u16-casecmp: New file.
15208
15209         New module 'unicase/u8-casecmp'.
15210         * lib/unicase/u8-casecmp.c: New file.
15211         * lib/unicase/u-casecmp.h: New file.
15212         * modules/unicase/u8-casecmp: New file.
15213
15214         Tests for module 'unicase/u32-casefold'.
15215         * modules/unicase/u32-casefold-tests: New file.
15216         * tests/unicase/test-u32-casefold.c: New file.
15217
15218         Tests for module 'unicase/u16-casefold'.
15219         * modules/unicase/u16-casefold-tests: New file.
15220         * tests/unicase/test-u16-casefold.c: New file.
15221
15222         Tests for module 'unicase/u8-casefold'.
15223         * modules/unicase/u8-casefold-tests: New file.
15224         * tests/unicase/test-u8-casefold.c: New file.
15225
15226         New module 'unicase/u32-casefold'.
15227         * lib/unicase/u32-casefold.c: New file.
15228         * modules/unicase/u32-casefold: New file.
15229
15230         New module 'unicase/u16-casefold'.
15231         * lib/unicase/u16-casefold.c: New file.
15232         * modules/unicase/u16-casefold: New file.
15233
15234         New module 'unicase/u8-casefold'.
15235         * lib/unicase/u8-casefold.c: New file.
15236         * lib/unicase/u-casefold.h: New file.
15237         * modules/unicase/u8-casefold: New file.
15238
15239         New module 'unicase/tocasefold'.
15240         * lib/unicase/casefold.h: New file.
15241         * lib/unicase/tocasefold.c: New file.
15242         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
15243         * modules/unicase/tocasefold: New file.
15244
15245         Tests for module 'unicase/u32-totitle'.
15246         * modules/unicase/u32-totitle-tests: New file.
15247         * tests/unicase/test-u32-totitle.c: New file.
15248
15249         Tests for module 'unicase/u16-totitle'.
15250         * modules/unicase/u16-totitle-tests: New file.
15251         * tests/unicase/test-u16-totitle.c: New file.
15252
15253         Tests for module 'unicase/u8-totitle'.
15254         * modules/unicase/u8-totitle-tests: New file.
15255         * tests/unicase/test-u8-totitle.c: New file.
15256
15257         New module 'unicase/u32-totitle'.
15258         * lib/unicase/u32-totitle.c: New file.
15259         * modules/unicase/u32-totitle: New file.
15260
15261         New module 'unicase/u16-totitle'.
15262         * lib/unicase/u16-totitle.c: New file.
15263         * modules/unicase/u16-totitle: New file.
15264
15265         New module 'unicase/u8-totitle'.
15266         * lib/unicase/u8-totitle.c: New file.
15267         * lib/unicase/u-totitle.h: New file.
15268         * modules/unicase/u8-totitle: New file.
15269
15270         Tests for module 'unicase/u32-tolower'.
15271         * modules/unicase/u32-tolower-tests: New file.
15272         * tests/unicase/test-u32-tolower.c: New file.
15273
15274         Tests for module 'unicase/u16-tolower'.
15275         * modules/unicase/u16-tolower-tests: New file.
15276         * tests/unicase/test-u16-tolower.c: New file.
15277
15278         Tests for module 'unicase/u8-tolower'.
15279         * modules/unicase/u8-tolower-tests: New file.
15280         * tests/unicase/test-u8-tolower.c: New file.
15281
15282         New module 'unicase/u32-tolower'.
15283         * lib/unicase/u32-tolower.c: New file.
15284         * modules/unicase/u32-tolower: New file.
15285
15286         New module 'unicase/u16-tolower'.
15287         * lib/unicase/u16-tolower.c: New file.
15288         * modules/unicase/u16-tolower: New file.
15289
15290         New module 'unicase/u8-tolower'.
15291         * lib/unicase/u8-tolower.c: New file.
15292         * modules/unicase/u8-tolower: New file.
15293
15294         Tests for module 'unicase/u32-toupper'.
15295         * modules/unicase/u32-toupper-tests: New file.
15296         * tests/unicase/test-u32-toupper.c: New file.
15297
15298         Tests for module 'unicase/u16-toupper'.
15299         * modules/unicase/u16-toupper-tests: New file.
15300         * tests/unicase/test-u16-toupper.c: New file.
15301
15302         Tests for module 'unicase/u8-toupper'.
15303         * modules/unicase/u8-toupper-tests: New file.
15304         * tests/unicase/test-u8-toupper.c: New file.
15305
15306         New module 'unicase/u32-toupper'.
15307         * lib/unicase/u32-toupper.c: New file.
15308         * modules/unicase/u32-toupper: New file.
15309
15310         New module 'unicase/u16-toupper'.
15311         * lib/unicase/u16-toupper.c: New file.
15312         * modules/unicase/u16-toupper: New file.
15313
15314         New module 'unicase/u8-toupper'.
15315         * lib/unicase/u8-toupper.c: New file.
15316         * modules/unicase/u8-toupper: New file.
15317
15318         New module 'unicase/u32-casemap'.
15319         * lib/unicase/u32-casemap.c: New file.
15320         * modules/unicase/u32-casemap: New file.
15321
15322         New module 'unicase/u16-casemap'.
15323         * lib/unicase/u16-casemap.c: New file.
15324         * modules/unicase/u16-casemap: New file.
15325
15326         New module 'unicase/u8-casemap'.
15327         * lib/unicase/unicasemap.h: New file.
15328         * lib/unicase/u8-casemap.c: New file.
15329         * lib/unicase/u-casemap.h: New file.
15330         * modules/unicase/u8-casemap: New file.
15331
15332         New module 'unicase/special-casing'.
15333         * lib/unicase/special-casing.h: New file.
15334         * lib/unicase/special-casing.c: New file.
15335         * lib/unicase/special-casing-table.gperf: New file, generated by
15336         gen-uni-tables.c.
15337         * modules/unicase/special-casing: New file.
15338
15339         Tests for module 'unicase/locale-language'.
15340         * modules/unicase/locale-language-tests: New file.
15341         * tests/unicase/test-locale-language.sh: New file.
15342         * tests/unicase/test-locale-language.c: New file.
15343
15344         New module 'unicase/locale-language'.
15345         * lib/unicase/locale-language.c: New file.
15346         * lib/unicase/locale-languages.gperf: New file.
15347         * modules/unicase/locale-language: New file.
15348
15349         Generate more tables for case conversion and case folding.
15350         * lib/gen-uni-tables.c (SCC_*): New enum items.
15351         (struct special_casing_rule): New type.
15352         (casing_rules, num_casing_rules, allocated_casing_rules): New
15353         variables.
15354         (add_casing_rule, fill_casing_rules): New functions.
15355         (struct casefold_rule): New type.
15356         (casefolding_rules, num_casefolding_rules,
15357         allocated_casefolding_rules): New variables.
15358         (fill_casefolding_rules): New function.
15359         (unicode_casefold): New variable.
15360         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
15361         sort_casing_rules, output_casing_rules): New functions.
15362         (main): Accept to more arguments: SpecialCasing.txt and
15363         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
15364         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
15365         Output mapping for casefolding.
15366
15367         * lib/unicase.h: Include stdbool.h, uninorm.h.
15368         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
15369         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
15370         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
15371         arguments.
15372         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
15373         resultp arguments.
15374         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
15375         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
15376         resultp arguments.
15377         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
15378         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
15379         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
15380         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
15381         declarations.
15382         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
15383
15384 2009-03-08  Bruno Haible  <bruno@clisp.org>
15385
15386         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15387         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
15388         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
15389         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15390
15391 2009-03-07  Bruno Haible  <bruno@clisp.org>
15392
15393         Adjust u*_normcmp, u*_normcoll API.
15394         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
15395         u16_normcoll, u32_normcoll): Change failure conventions.
15396         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
15397         errno and return -1.
15398         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
15399
15400 2009-03-07  Bruno Haible  <bruno@clisp.org>
15401
15402         Tests for module 'uninorm/u32-normcoll'.
15403         * modules/uninorm/u32-normcoll-tests: New file.
15404         * tests/uninorm/test-u32-normcoll.c: New file.
15405
15406         Tests for module 'uninorm/u16-normcoll'.
15407         * modules/uninorm/u16-normcoll-tests: New file.
15408         * tests/uninorm/test-u16-normcoll.c: New file.
15409
15410         Tests for module 'uninorm/u8-normcoll'.
15411         * modules/uninorm/u8-normcoll-tests: New file.
15412         * tests/uninorm/test-u8-normcoll.c: New file.
15413
15414 2009-03-07  Bruno Haible  <bruno@clisp.org>
15415
15416         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
15417         tests/uninorm/test-u32-normcmp.c.
15418         * tests/uninorm/test-u32-normcmp.c: Include it.
15419         (test_nonascii): New function, extracted from main. Add some more
15420         tests.
15421         (main): Invoke test_ascii and test_nonascii.
15422         * modules/uninorm/u32-normcmp-tests (Files): Add
15423         tests/uninorm/test-u32-normcmp.h.
15424         (Depends-on): Remove uninorm/u32-normcmp.
15425
15426         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
15427         tests/uninorm/test-u16-normcmp.c.
15428         * tests/uninorm/test-u16-normcmp.c: Include it.
15429         (test_nonascii): New function, extracted from main. Add some more
15430         tests.
15431         (main): Invoke test_ascii and test_nonascii.
15432         * modules/uninorm/u16-normcmp-tests (Files): Add
15433         tests/uninorm/test-u16-normcmp.h.
15434         (Depends-on): Remove uninorm/u16-normcmp.
15435
15436         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
15437         tests/uninorm/test-u8-normcmp.c.
15438         * tests/uninorm/test-u8-normcmp.c: Include it.
15439         (test_nonascii): New function, extracted from main. Add some more
15440         tests.
15441         (main): Invoke test_ascii and test_nonascii.
15442         * modules/uninorm/u8-normcmp-tests (Files): Add
15443         tests/uninorm/test-u8-normcmp.h.
15444         (Depends-on): Remove uninorm/u8-normcmp.
15445
15446 2009-03-07  Bruno Haible  <bruno@clisp.org>
15447
15448         New module 'uninorm/u32-normcoll'.
15449         * lib/uninorm/u32-normcoll.c: New file.
15450         * modules/uninorm/u32-normcoll: New file.
15451
15452         New module 'uninorm/u16-normcoll'.
15453         * lib/uninorm/u16-normcoll.c: New file.
15454         * modules/uninorm/u16-normcoll: New file.
15455
15456         New module 'uninorm/u8-normcoll'.
15457         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
15458         declarations.
15459         * lib/uninorm/u8-normcoll.c: New file.
15460         * lib/uninorm/u-normcoll.h: New file.
15461         * modules/uninorm/u8-normcoll: New file.
15462
15463         New module 'uninorm/u32-normxfrm'.
15464         * lib/uninorm/u32-normxfrm.c: New file.
15465         * modules/uninorm/u32-normxfrm: New file.
15466
15467         New module 'uninorm/u16-normxfrm'.
15468         * lib/uninorm/u16-normxfrm.c: New file.
15469         * modules/uninorm/u16-normxfrm: New file.
15470
15471         New module 'uninorm/u8-normxfrm'.
15472         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
15473         declarations.
15474         * lib/uninorm/u8-normxfrm.c: New file.
15475         * lib/uninorm/u-normxfrm.h: New file.
15476         * modules/uninorm/u8-normxfrm: New file.
15477
15478 2009-03-07  Bruno Haible  <bruno@clisp.org>
15479
15480         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
15481         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
15482         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
15483
15484 2009-03-07  Bruno Haible  <bruno@clisp.org>
15485
15486         New module 'memxfrm'.
15487         * lib/memxfrm.h: New file.
15488         * lib/memxfrm.c: New file.
15489         * modules/memxfrm: New file.
15490
15491 2009-03-07  Bruno Haible  <bruno@clisp.org>
15492
15493         New module 'memcmp2'.
15494         * lib/memcmp2.h: New file.
15495         * lib/memcmp2.c: New file.
15496         * modules/memcmp2: New file.
15497
15498 2009-03-07  Bruno Haible  <bruno@clisp.org>
15499
15500         Tests for module 'uninorm/decomposing-form'.
15501         * modules/uninorm/decomposing-form-tests: New file.
15502         * tests/uninorm/test-decomposing-form.c: New file.
15503
15504         New module 'uninorm/decomposing-form'.
15505         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
15506         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
15507         Add 'decomposing_variant' field.
15508         * lib/uninorm/decomposing-form.c: New file.
15509         * lib/uninorm/nfc.c (uninorm_nfc): Update.
15510         * lib/uninorm/nfd.c (uninorm_nfd): Update.
15511         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
15512         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
15513         * modules/uninorm/decomposing-form: New file.
15514         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
15515         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
15516
15517 2009-03-07  Bruno Haible  <bruno@clisp.org>
15518
15519         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
15520         strings.
15521
15522 2009-03-06  Bruno Haible  <bruno@clisp.org>
15523
15524         Tests for module 'uninorm/u32-normcmp'.
15525         * tests/uninorm/test-u32-normcmp.c: New file.
15526         * modules/uninorm/u32-normcmp-tests: New file.
15527
15528         Tests for module 'uninorm/u16-normcmp'.
15529         * tests/uninorm/test-u16-normcmp.c: New file.
15530         * modules/uninorm/u16-normcmp-tests: New file.
15531
15532         Tests for module 'uninorm/u8-normcmp'.
15533         * tests/uninorm/test-u8-normcmp.c: New file.
15534         * modules/uninorm/u8-normcmp-tests: New file.
15535
15536         New module 'uninorm/u32-normcmp'.
15537         * lib/uninorm/u32-normcmp.c: New file.
15538         * modules/uninorm/u32-normcmp: New file.
15539
15540         New module 'uninorm/u16-normcmp'.
15541         * lib/uninorm/u16-normcmp.c: New file.
15542         * modules/uninorm/u16-normcmp: New file.
15543
15544         New module 'uninorm/u8-normcmp'.
15545         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
15546         declarations.
15547         * lib/uninorm/u8-normcmp.c: New file.
15548         * lib/uninorm/u-normcmp.h: New file.
15549         * modules/uninorm/u8-normcmp: New file.
15550
15551 2009-03-06  Bruno Haible  <bruno@clisp.org>
15552
15553         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
15554         Reported by Eric Blake.
15555
15556 2009-03-06  Eric Blake  <ebb9@byu.net>
15557             Bruno Haible  <bruno@clisp.org>
15558
15559         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
15560         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
15561         condition.
15562         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15563         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
15564         condition.
15565         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
15566
15567 2009-03-06  Eric Blake  <ebb9@byu.net>
15568
15569         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
15570         to avoid compiler warnings.
15571         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
15572
15573 2009-03-05  Bruno Haible  <bruno@clisp.org>
15574
15575         * tests/test-ftell.c (main): Disable test beyond end of file on
15576         FreeMiNT.
15577         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15578
15579 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
15580
15581         * lib/filevercmp.c: Move hidden files up in ordering.
15582         * tests/test-filevercmp.c: Add tests for hidden files.
15583
15584 2009-03-04  Bruno Haible  <bruno@clisp.org>
15585
15586         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
15587         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
15588         AM_CFLAGS.
15589         Reported by Simon Josefsson.
15590
15591 2009-03-03  Bruno Haible  <bruno@clisp.org>
15592
15593         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
15594         Reported by Simon Josefsson.
15595
15596         * doc/ld-version-script.texi: Update node reference.
15597
15598 2009-03-03  Bruno Haible  <bruno@clisp.org>
15599
15600         * modules/visibility (License): Change to 'unlimited'.
15601         Suggested by Simon Josefsson.
15602
15603 2009-03-03  Jim Meyering  <meyering@redhat.com>
15604
15605         unlinkdir: cannot_unlink_dir may modify process state
15606         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
15607         it's neither thread-safe nor appropriate for use in a library.
15608
15609 2009-03-03  Eric Blake  <ebb9@byu.net>
15610
15611         test-closein: silence test under Darwin
15612         * tests/test-closein.sh: Ignore stderr from cat, since we don't
15613         care if it dies from EPIPE or EBADF.
15614
15615 2009-03-03  Bruno Haible  <bruno@clisp.org>
15616
15617         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
15618         earlier.
15619         * doc/visibility.texi: Fix @node and @section.
15620
15621 2009-03-03  Simon Josefsson  <simon@josefsson.org>
15622
15623         * doc/gnulib.texi: Link to sections for ld version script and
15624         visibility.
15625         * doc/visibility.texi: Add @node and @section.
15626         * modules/ld-version-script: New module.
15627         * m4/ld-version-script.m4: New file.
15628         * doc/ld-version-script.texi: New file.
15629
15630 2009-03-02  David Lutterkort  <lutter@redhat.com>
15631
15632         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
15633         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15634
15635 2009-03-02  Bruno Haible  <bruno@clisp.org>
15636
15637         * doc/visibility.texi: Mention libtool's -export-symbols option.
15638
15639 2009-03-02  Jim Meyering  <meyering@redhat.com>
15640
15641         announce-gen: new option: --no-print-checksums
15642         * build-aux/announce-gen (usage): Describe it.
15643         (print_checksums): Print a newline here, not in the [*] footnote.
15644         (main): Honor it.
15645
15646 2009-03-01  Bruno Haible  <bruno@clisp.org>
15647
15648         Use socklen_t in the native Windows replacements prototypes.
15649         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
15650         instead of 'int'.
15651         * lib/getsockopt.c (rpl_getsockopt): Likewise.
15652         * lib/setsockopt.c (rpl_setsockopt): Likewise.
15653         * modules/getsockopt (Depends-on): Add socklen.
15654         * modules/setsockopt (Depends-on): Add socklen.
15655
15656 2009-03-01  Bruno Haible  <bruno@clisp.org>
15657
15658         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
15659         least 4.2.
15660
15661 2009-03-01  Eric Blake  <ebb9@byu.net>
15662             Bruno Haible  <bruno@clisp.org>
15663
15664         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
15665         error messages.
15666         * lib/wait-process.c (wait_subprocess): Omit error message about
15667         deadly signal sent to the child of termsigp != NULL.
15668
15669 2009-03-01  Eric Blake  <ebb9@byu.net>
15670
15671         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
15672
15673 2009-03-01  Bruno Haible  <bruno@clisp.org>
15674
15675         Avoid a gcc warning.
15676         * tests/test-sched.c (b): Make global.
15677         Reported by Eric Blake.
15678
15679 2009-01-19  Martin Lambers  <marlam@marlam.de>
15680
15681         Provide POSIX semantics for socket timeout options on W32.
15682         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
15683         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
15684         * modules/setsockopt: Depend on sys_time module for struct timeval.
15685         * modules/getsockopt: Depend on sys_time module for struct timeval.
15686
15687 2009-03-01  Simon Josefsson  <simon@josefsson.org>
15688
15689         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
15690         __USE_GNU, for consistency with netdb.in.h.
15691         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15692
15693 2009-03-01  Bruno Haible  <bruno@clisp.org>
15694
15695         More support for FreeMiNT.
15696         * lib/fseeko.c (rpl_fseeko): Complete last commit.
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/fpurge.c (fpurge): Correct last commit.
15703         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15704
15705 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15706
15707         Fix unportable awk script in vc-list-files.
15708         * build-aux/vc-list-files: In the replacement awk script, use
15709         substr with a second argument of 1, not zero.
15710         Report by Simon Josefsson.
15711
15712 2009-02-28  Bruno Haible  <bruno@clisp.org>
15713
15714         More support for FreeMiNT.
15715         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
15716         to FreeMiNT today.
15717         * lib/fwriting.c (fwriting): Likewise.
15718         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
15719
15720 2009-02-28  Bruno Haible  <bruno@clisp.org>
15721
15722         * tests/test-freadseek.c (main): Disable test beyond end of file on
15723         FreeMiNT.
15724         * tests/test-ftello.c (main): Likewise.
15725         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
15726
15727 2009-02-28  Bruno Haible  <bruno@clisp.org>
15728
15729         Add tentative support for FreeMiNT.
15730         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
15731         * lib/fpurge.c (fpurge): Likewise.
15732         * lib/freadable.c (freadable): Likewise.
15733         * lib/freading.c (freading): Likewise.
15734         * lib/freadptr.c (freadptr): Likewise.
15735         * lib/freadseek.c (freadptrinc): Likewise.
15736         * lib/fseeko.c (rpl_fseeko): Likewise.
15737         * lib/fseterr.c (fseterr): Likewise.
15738         * lib/fwritable.c (fwritable): Likewise.
15739         * lib/fwriting.c (fwriting): Likewise.
15740         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
15741         Hourihane.
15742         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
15743
15744 2009-02-28  Bruno Haible  <bruno@clisp.org>
15745
15746         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
15747         SIGCHLD.
15748         Reported by Jim Meyering.
15749
15750 2009-02-28  Bruno Haible  <bruno@clisp.org>
15751
15752         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
15753         Mention the results of these tests on various platforms.
15754         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
15755         order.
15756         * doc/posix-functions/printf.texi: Likewise.
15757         * doc/posix-functions/snprintf.texi: Likewise.
15758         * doc/posix-functions/sprintf.texi: Likewise.
15759         * doc/posix-functions/vfprintf.texi: Likewise.
15760         * doc/posix-functions/vprintf.texi: Likewise.
15761         * doc/posix-functions/vsnprintf.texi: Likewise.
15762         * doc/posix-functions/vsprintf.texi: Likewise.
15763         * doc/glibc-functions/obstack_printf.texi: Likewise.
15764         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
15765
15766 2009-02-28  Bruno Haible  <bruno@clisp.org>
15767
15768         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
15769         Reported by Loïc Minier <lool@dooz.org>.
15770
15771 2009-02-27  Bruno Haible  <bruno@clisp.org>
15772
15773         * gnulib-tool (func_import): Make the sed expression used to create the
15774         sed script for updating the .gitignore file POSIX compliant.
15775         Reported by Eric Blake.
15776
15777 2009-02-27  Bruno Haible  <bruno@clisp.org>
15778
15779         * gnulib-tool (sed): Don't alias as "sed --posix".
15780         Reported by Eric Blake.
15781
15782 2009-02-27  Bruno Haible  <bruno@clisp.org>
15783
15784         Avoid test link errors.
15785         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
15786         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
15787         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
15788         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
15789         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
15790
15791 2009-02-27  Bruno Haible  <bruno@clisp.org>
15792
15793         Avoid spurious "(cached)" in configure output.
15794         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
15795         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
15796         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
15797         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
15798         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
15799         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
15800         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
15801         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
15802         Reported by Eric Blake.
15803
15804 2009-02-27  Eric Blake  <ebb9@byu.net>
15805
15806         printf: fix regression in previous patch
15807         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
15808
15809 2009-02-27  Bruno Haible  <bruno@clisp.org>
15810
15811         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
15812         value.
15813         * lib/stdint.in.h: Likewise.
15814         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
15815
15816 2009-02-27  Eric Blake  <ebb9@byu.net>
15817
15818         doc: mention more functions added in cygwin 1.7.0
15819         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
15820         addition.
15821         * doc/posix-functions/open_wmemstream.texi: Likewise.
15822         * doc/posix-functions/wcsnlen.texi: Likewise.
15823         * doc/posix-functions/wcsnrtombs.texi: Likewise.
15824         * doc/posix-functions/wcstod.texi: Likewise.
15825         * doc/posix-functions/wcstof.texi: Likewise.
15826         * doc/posix-functions/wcstoimax.texi: Likewise.
15827         * doc/posix-functions/wcstok.texi: Likewise.
15828         * doc/posix-functions/wcstoumax.texi: Likewise.
15829
15830         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
15831         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
15832         * doc/posix-functions/fprintf.texi: Update.
15833         * doc/posix-functions/printf.texi: Update.
15834         * doc/posix-functions/snprintf.texi: Update.
15835         * doc/posix-functions/sprintf.texi: Update.
15836         * doc/posix-functions/vfprintf.texi: Update.
15837         * doc/posix-functions/vprintf.texi: Update.
15838         * doc/posix-functions/vsnprintf.texi: Update.
15839         * doc/posix-functions/vsprintf.texi: Update.
15840         * doc/glibc-functions/obstack_printf.texi: Update.
15841         * doc/glibc-functions/obstack_vprintf.texi: Update.
15842
15843 2009-02-26  Eric Blake  <ebb9@byu.net>
15844
15845         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
15846         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
15847         compilation bug by using runtime conversion.
15848         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
15849         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
15850         * modules/ceill-tests (Files): Use nan.h.
15851         * modules/floorl-tests (Files): Likewise.
15852         * modules/frexpl-tests (Files): Likewise.
15853         * modules/isnanl-tests (Files): Likewise.
15854         * modules/ldexpl-tests (Files): Likewise.
15855         * modules/roundl-tests (Files): Likewise.
15856         * modules/truncl-tests (Files): Likewise.
15857         * tests/test-ceill.c (main): Use a working NaN.
15858         * tests/test-floorl.c (main): Likewise.
15859         * tests/test-frexpl.c (main): Likewise.
15860         * tests/test-isnan.c (test_long_double): Likewise.
15861         * tests/test-isnanl.h (main): Likewise.
15862         * tests/test-ldexpl.h (main): Likewise.
15863         * tests/test-roundl.h (main): Likewise.
15864         * tests/test-truncl.h (main): Likewise.
15865         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
15866
15867 2009-02-26  Eric Blake  <ebb9@byu.net>
15868             Bruno Haible  <bruno@clisp.org>
15869
15870         Work around a *printf bug with %ls on Solaris.
15871         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
15872         precision is specified, sprintf stops converting the wide string
15873         argument when the number of bytes that have been produced by this
15874         conversion equals or exceeds the precision.
15875         * doc/posix-functions/fprintf.texi: Update.
15876         * doc/posix-functions/printf.texi: Update.
15877         * doc/posix-functions/snprintf.texi: Update.
15878         * doc/posix-functions/sprintf.texi: Update.
15879         * doc/posix-functions/vfprintf.texi: Update.
15880         * doc/posix-functions/vprintf.texi: Update.
15881         * doc/posix-functions/vsnprintf.texi: Update.
15882         * doc/posix-functions/vsprintf.texi: Update.
15883         * doc/glibc-functions/obstack_printf.texi: Update.
15884         * doc/glibc-functions/obstack_vprintf.texi: Update.
15885
15886 2009-02-26  Eric Blake  <ebb9@byu.net>
15887
15888         stdlib: favor compiler check of random.h
15889         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
15890         to avoid an ObjC random.h installed by Swarm.
15891
15892 2009-02-26  Bruno Haible  <bruno@clisp.org>
15893
15894         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
15895         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
15896         Reported by Gary V. Vaughan <gary@gnu.org>.
15897
15898 2009-02-26  Bruno Haible  <bruno@clisp.org>
15899
15900         Fix *printf behaviour regarding the %ls directive.
15901         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
15902         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
15903         NEED_PRINTF_DIRECTIVE_LS.
15904         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
15905         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
15906         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
15907         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
15908         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
15909         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
15910         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
15911         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
15912         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
15913         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
15914         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
15915         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
15916         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
15917         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
15918         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
15919         * doc/posix-functions/fprintf.texi: Update.
15920         * doc/posix-functions/printf.texi: Update.
15921         * doc/posix-functions/snprintf.texi: Update.
15922         * doc/posix-functions/sprintf.texi: Update.
15923         * doc/posix-functions/vfprintf.texi: Update.
15924         * doc/posix-functions/vprintf.texi: Update.
15925         * doc/posix-functions/vsnprintf.texi: Update.
15926         * doc/posix-functions/vsprintf.texi: Update.
15927         * doc/glibc-functions/obstack_printf.texi: Update.
15928         * doc/glibc-functions/obstack_vprintf.texi: Update.
15929         Reported by Eric Blake.
15930
15931 2009-02-25  Bruno Haible  <bruno@clisp.org>
15932
15933         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
15934         with known value.
15935         Reported by Gary V. Vaughan <gary@gnu.org>.
15936
15937 2009-02-25  Bruno Haible  <bruno@clisp.org>
15938
15939         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
15940         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
15941         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
15942         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
15943         Reported by Gary V. Vaughan <gary@gnu.org>.
15944
15945 2009-02-25  Bruno Haible  <bruno@clisp.org>
15946
15947         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
15948         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
15949         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
15950         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
15951         Reported by Gary V. Vaughan <gary@gnu.org>.
15952
15953 2009-02-25  Eric Blake  <ebb9@byu.net>
15954
15955         tests: skip fseek/ftell tests if ungetc is broken
15956         * m4/ungetc.m4: New file.
15957         * modules/fseek-tests: Split test, so ungetc dependency is
15958         separate from rest of test.
15959         * modules/fseeko-tests: Likewise.
15960         * modules/ftell-tests: Likewise.
15961         * modules/ftello-tests: Likewise.
15962         * tests/test-fseek.c (main): Isolate ungetc dependency.
15963         * tests/test-fseeko.c (main): Likewise.
15964         * tests/test-ftell.c (main): Likewise.
15965         * tests/test-ftello.c (main): Likewise.
15966         * tests/test-fseek2.sh: New file.
15967         * tests/test-fseeko2.sh: Likewise.
15968         * tests/test-ftell2.sh: Likewise.
15969         * tests/test-ftello2.sh: Likewise.
15970
15971 2009-02-25  Ondřej Vašík  <ovasik@redhat.com>
15972
15973         test-getaddrinfo: fix usage of skip return code 77
15974         * tests/test-gettaddrinfo.c: Return skip code 77 only
15975         for first occurance of skip (4x77 is not 77)
15976
15977 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
15978
15979         strtod: avoid C99 decl-after-statement
15980         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
15981
15982 2009-02-24  Eric Blake  <ebb9@byu.net>
15983
15984         strtod: detect HP-UX 11.31 bug
15985         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
15986         Reported by Gary V. Vaughan.
15987
15988 2009-02-23  Bruno Haible  <bruno@clisp.org>
15989
15990         Fix invalid read past end of memory block.
15991         * lib/vasnprintf.c (DCHAR_SET): Define.
15992         (local_wcslen): Define only when needed.
15993         (local_strnlen, local_wcsnlen): New functions.
15994         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
15995         directives that involve a conversion ourselves.
15996         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
15997         wcsnlen, mbrtowc, wcrtomb.
15998         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
15999         * tests/test-vasprintf-posix.c (test_function): Likewise.
16000         * tests/test-snprintf-posix.h (test_function): Likewise.
16001         * tests/test-sprintf-posix.h (test_function): Likewise.
16002         Reported by Ben Pfaff <blp@cs.stanford.edu>.
16003
16004 2009-02-22  Bruno Haible  <bruno@clisp.org>
16005
16006         Implement new clarified decomposition of Hangul syllables.
16007         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
16008         of type LTV, return only a pairwise decomposition.
16009         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
16010         Likewise.
16011         * tests/uninorm/test-decomposition.c (main): Updated expected result.
16012         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
16013         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
16014
16015 2009-02-22  Bruno Haible  <bruno@clisp.org>
16016
16017         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
16018         zero-length results and shrink excess allocated memory.
16019         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
16020         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
16021         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
16022         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
16023         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
16024         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
16025         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
16026         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
16027         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
16028         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
16029         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
16030         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
16031
16032 2009-02-21  Bruno Haible  <bruno@clisp.org>
16033
16034         * doc/gnulib.texi: Include safe-alloc.texi earlier.
16035         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
16036         spaces after a period. Put a space between a macro name and its
16037         argument list. Trivial rewordings.
16038         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
16039         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
16040         (main): Return 0 explicitly.
16041
16042 2009-02-21  Bruno Haible  <bruno@clisp.org>
16043
16044         Tests for module 'uninorm/filter'.
16045         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
16046         * modules/uninorm/filter-tests: New file.
16047
16048         New module 'uninorm/filter'.
16049         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
16050         uninorm_filter_flush, uninorm_filter_free): New declarations.
16051         * lib/uninorm/uninorm-filter.c: New file.
16052         * modules/uninorm/filter: New file.
16053
16054 2009-02-21  Bruno Haible  <bruno@clisp.org>
16055
16056         Tests for module 'uninorm/nfkc'.
16057         * tests/uninorm/test-nfkc.c: New file.
16058         * tests/uninorm/test-u8-nfkc.c: New file.
16059         * tests/uninorm/test-u16-nfkc.c: New file.
16060         * tests/uninorm/test-u32-nfkc.c: New file.
16061         * tests/uninorm/test-u32-nfkc-big.sh: New file.
16062         * tests/uninorm/test-u32-nfkc-big.c: New file.
16063         * modules/uninorm/nfkc-tests: New file.
16064
16065         New module 'uninorm/nfkc'.
16066         * lib/uninorm/nfkc.c: New file.
16067         * modules/uninorm/nfkc: New file.
16068
16069         Tests for module 'uninorm/nfkd'.
16070         * tests/uninorm/test-nfkd.c: New file.
16071         * tests/uninorm/test-u8-nfkd.c: New file.
16072         * tests/uninorm/test-u16-nfkd.c: New file.
16073         * tests/uninorm/test-u32-nfkd.c: New file.
16074         * tests/uninorm/test-u32-nfkd-big.sh: New file.
16075         * tests/uninorm/test-u32-nfkd-big.c: New file.
16076         * modules/uninorm/nfkd-tests: New file.
16077
16078         New module 'uninorm/nfkd'.
16079         * lib/uninorm/nfkd.c: New file.
16080         * modules/uninorm/nfkd: New file.
16081
16082         Tests for module 'uninorm/nfc'.
16083         * tests/uninorm/test-nfc.c: New file.
16084         * tests/uninorm/test-u8-nfc.c: New file.
16085         * tests/uninorm/test-u16-nfc.c: New file.
16086         * tests/uninorm/test-u32-nfc.c: New file.
16087         * tests/uninorm/test-u32-nfc-big.sh: New file.
16088         * tests/uninorm/test-u32-nfc-big.c: New file.
16089         * modules/uninorm/nfc-tests: New file.
16090
16091         New module 'uninorm/nfc'.
16092         * lib/uninorm/nfc.c: New file.
16093         * modules/uninorm/nfc: New file.
16094
16095         Tests for module 'uninorm/nfd'.
16096         * tests/uninorm/test-nfd.c: New file.
16097         * tests/uninorm/test-u8-nfd.c: New file.
16098         * tests/uninorm/test-u16-nfd.c: New file.
16099         * tests/uninorm/test-u32-nfd.c: New file.
16100         * tests/uninorm/test-u32-nfd-big.sh: New file.
16101         * tests/uninorm/test-u32-nfd-big.c: New file.
16102         * tests/uninorm/test-u32-normalize-big.h: New file.
16103         * tests/uninorm/test-u32-normalize-big.c: New file.
16104         * tests/uninorm/NormalizationTest.txt: New file, created from
16105         Unicode 5.1.0 NormalizationTest.txt.
16106         * modules/uninorm/nfd-tests: New file.
16107
16108         New module 'uninorm/nfd'.
16109         * lib/uninorm/nfd.c: New file.
16110         * modules/uninorm/nfd: New file.
16111
16112         New module 'uninorm/u32-normalize'.
16113         * lib/uninorm/u32-normalize.c: New file.
16114         * modules/uninorm/u32-normalize: New file.
16115
16116         New module 'uninorm/u16-normalize'.
16117         * lib/uninorm/u16-normalize.c: New file.
16118         * modules/uninorm/u16-normalize: New file.
16119
16120         New module 'uninorm/u8-normalize'.
16121         * lib/uninorm/u8-normalize.c: New file.
16122         * lib/uninorm/normalize-internal.h: New file.
16123         * lib/uninorm/u-normalize-internal.h: New file.
16124         * modules/uninorm/u8-normalize: New file.
16125
16126         New module 'uninorm/decompose-internal'.
16127         * lib/uninorm/decompose-internal.c: New file.
16128         * modules/uninorm/decompose-internal: New file.
16129
16130         Tests for module 'uninorm/composition'.
16131         * tests/uninorm/test-composition.c: New file.
16132         * modules/uninorm/composition-tests: New file.
16133
16134         New module 'uninorm/composition'.
16135         * lib/uninorm/composition.c: New file.
16136         * lib/uninorm/composition-table.gperf: New file, generated by
16137         gen-uni-tables.
16138         * modules/uninorm/composition: New file.
16139
16140         Tests for module 'uninorm/compat-decomposition'.
16141         * tests/uninorm/test-compat-decomposition.c: New file.
16142         * modules/uninorm/compat-decomposition-tests: New file.
16143
16144         New module 'uninorm/compat-decomposition'.
16145         * lib/uninorm/decompose-internal.h: New file.
16146         * lib/uninorm/compat-decomposition.c: New file.
16147         * modules/uninorm/compat-decomposition: New file.
16148
16149         Tests for module 'uninorm/canonical-decomposition'.
16150         * tests/uninorm/test-canonical-decomposition.c: New file.
16151         * modules/uninorm/canonical-decomposition-tests: New file.
16152
16153         New module 'uninorm/canonical-decomposition'.
16154         * lib/uninorm/canonical-decomposition.c: New file.
16155         * modules/uninorm/canonical-decomposition: New file.
16156
16157         Tests for module 'uninorm/decomposition'.
16158         * tests/uninorm/test-decomposition.c: New file.
16159         * modules/uninorm/decomposition-tests: New file.
16160
16161         New module 'uninorm/decomposition'.
16162         * lib/uninorm/decomposition.c: New file.
16163         * modules/uninorm/decomposition: New file.
16164
16165         New module 'uninorm/decomposition-table'.
16166         * lib/uninorm/decomposition-table.h: New file.
16167         * lib/uninorm/decomposition-table.c: New file.
16168         * lib/uninorm/decomposition-table1.h: New file, generated by
16169         gen-uni-tables.
16170         * lib/uninorm/decomposition-table2.h: New file, generated by
16171         gen-uni-tables.
16172         * modules/uninorm/decomposition-table: New file.
16173
16174         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
16175         (UC_DECOMP_*): New enumeration items.
16176         (get_decomposition): New function.
16177         (struct decomp_table): New type.
16178         (output_decomposition, output_decomposition_tables): New functions.
16179         (unicode_composition_exclusions): New variable.
16180         (fill_composition_exclusions, debug_output_composition_tables): New
16181         functions.
16182         (main): Accept one more argument. Invoke fill_composition_exclusions.
16183         Output decomposition and composition tables.
16184
16185         New module 'uninorm/base'.
16186         * lib/uninorm.h: New file.
16187         * lib/unictype.h: Update comment.
16188         * modules/uninorm/base: New file.
16189
16190 2009-02-21  David Lutterkort  <lutter@redhat.com>
16191
16192         Tests for module 'safe-alloc'.
16193         * tests/test-safe-alloc.c: New file.
16194         * modules/safe-alloc-tests: New file.
16195
16196         New module 'safe-alloc'.
16197         * lib/safe-alloc.h: New file.
16198         * lib/safe-alloc.c: New file.
16199         * m4/safe-alloc.m4: New file.
16200         * modules/safe-alloc: New file.
16201         * doc/safe-alloc.texi: New file.
16202         * doc/gnulib.texi: Include it.
16203         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
16204         safe-alloc.
16205
16206 2009-02-18  Bruno Haible  <bruno@clisp.org>
16207
16208         Fix link error on non-glibc systems.
16209         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
16210         variable.
16211         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16212
16213 2009-02-18  Jim Meyering  <meyering@redhat.com>
16214
16215         fts: avoid used-uninitialized error due to recent change
16216         * lib/fts.c (fts_read): Guard uses of the new member,
16217         parent->fts_n_dirs_remaining, since it's not relevant for
16218         the parent of a directory specified on the command-line.
16219
16220 2009-02-17  James Youngman  <jay@gnu.org>
16221             Bruno Haible  <bruno@clisp.org>
16222
16223         * m4/include_next.m4: Reformulate comment.
16224
16225 2009-02-16  Jim Meyering  <meyering@redhat.com>
16226
16227         fts: add #if guards so that the fts_lgpl module still builds
16228         * lib/fts.c: Guard just-added hash-table-using parts with
16229         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
16230         Reported by Simon Josefsson.
16231
16232 2009-02-15  Bruno Haible  <bruno@clisp.org>
16233
16234         * modules/array-mergesort-tests: New file.
16235         * tests/test-array-mergesort.c: New file.
16236
16237         New module 'array-mergesort'.
16238         * modules/array-mergesort: New file.
16239         * lib/array-mergesort.h: New file.
16240
16241 2009-02-15  Bruno Haible  <bruno@clisp.org>
16242
16243         Fix 2009-02-07 commit.
16244         * lib/gen-uni-tables.c (output_predicate, output_category,
16245         output_combclass, output_bidi_category, output_decimal_digit,
16246         output_digit, output_numeric, output_mirror, output_scripts,
16247         output_ident_category, output_simple_mapping): Fix format directives.
16248         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
16249
16250 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
16251
16252         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
16253         fixes are available from IBM.
16254
16255 2009-02-13  Jim Meyering  <meyering@redhat.com>
16256
16257         fts: arrange not to stat non-directories in more cases
16258         This makes GNU find (when it doesn't need to stat each file)
16259         *much* more efficient at traversing reiserfs file systems.
16260         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
16261         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
16262         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
16263         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
16264         (leaf_optimization_applies): New function.
16265         (LCO_hash, LCO_compare): New helper functions.
16266         (link_count_optimize_ok): New function.
16267         (fts_stat): Initialize new member (if dir).
16268         (fts_read): Decrement parent's fts_n_dirs_remaining count if
16269         we've just stat'ed a directory.  Skip the stat call when possible.
16270         ---
16271         Note this AFS-related exchange:
16272         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
16273         and note find's pioctl call in find/fstype.c.
16274         But that is necessary only if you want to enable the
16275         optimization for AFS, and for now, I don't.
16276
16277         fts: move a function definition "up" (no semantic change)
16278         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
16279         "up" to precede upcoming use of a related function.
16280
16281 2009-02-11  Jim Meyering  <meyering@redhat.com>
16282
16283         fts: correct internal computation of nlinks (optimization-related)
16284         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
16285         whether the current entry is a directory, so don't test it.
16286
16287 2009-02-10  Bruno Haible  <bruno@clisp.org>
16288
16289         Tests for module 'uniwbrk/ulc-wordbreaks'.
16290         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
16291         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
16292         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
16293
16294         Tests for module 'uniwbrk/u32-wordbreaks'.
16295         * modules/uniwbrk/u32-wordbreaks-tests: New file.
16296         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
16297
16298         Tests for module 'uniwbrk/u16-wordbreaks'.
16299         * modules/uniwbrk/u16-wordbreaks-tests: New file.
16300         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
16301
16302         Tests for module 'uniwbrk/u8-wordbreaks'.
16303         * modules/uniwbrk/u8-wordbreaks-tests: New file.
16304         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
16305
16306 2009-02-10  Bruno Haible  <bruno@clisp.org>
16307
16308         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
16309         property.
16310         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
16311         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
16312         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
16313
16314 2009-02-10  Simon Josefsson  <simon@josefsson.org>
16315
16316         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
16317         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
16318
16319 2009-02-10  Bruno Haible  <bruno@clisp.org>
16320
16321         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
16322         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
16323         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
16324         * lib/unilbrk/u8-possible-linebreaks.c: Update.
16325         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
16326         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
16327
16328 2009-02-09  Simon Josefsson  <simon@josefsson.org>
16329
16330         * lib/sockets.h (gl_fd_to_handle): New function.
16331
16332         * tests/test-sockets.c: Call gl_fd_to_handle.
16333
16334 2009-02-09  Bruno Haible  <bruno@clisp.org>
16335
16336         * doc/havelib.texi: Document the conventions on bi-arch systems.
16337
16338 2009-02-08  Bruno Haible  <bruno@clisp.org>
16339
16340         Document the AC_LIB_LINKFLAGS macro.
16341         * doc/havelib.texi: New file, mostly written on 2005-05-24.
16342         * doc/gnulib.texi: Include it.
16343
16344 2009-02-08  Bruno Haible  <bruno@clisp.org>
16345
16346         Fix wrong order of sections, compared to TOC.
16347         * doc/gnulib.texi: Include relocatable-maint.texi after the
16348         "Regular expressions" node, not before.
16349
16350 2009-02-08  Bruno Haible  <bruno@clisp.org>
16351
16352         Tests for module 'unicase/totitle'.
16353         * modules/unicase/totitle-tests: New file.
16354
16355         Tests for module 'unicase/tolower'.
16356         * modules/unicase/tolower-tests: New file.
16357
16358         Tests for module 'unicase/toupper'.
16359         * modules/unicase/toupper-tests: New file.
16360         * tests/unicase/test-mapping-part1.h: New file.
16361         * tests/unicase/test-mapping-part2.h: New file.
16362
16363         New module 'unicase/totitle'.
16364         * modules/unicase/totitle: New file.
16365         * lib/unicase/totitle.c: New file.
16366
16367         New module 'unicase/tolower'.
16368         * modules/unicase/tolower: New file.
16369         * lib/unicase/tolower.c: New file.
16370
16371         New module 'unicase/toupper'.
16372         * modules/unicase/toupper: New file.
16373         * lib/unicase/toupper.c: New file.
16374         * lib/unicase/simple-mapping.h: New file.
16375
16376         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
16377         (mapping_table): New structure.
16378         (output_simple_mapping): New function.
16379         (main): Invoke output_simple_mapping_test and output_simple_mapping.
16380         * modules/gen-uni-tables (Description): Update.
16381         * lib/unicase/toupper.h: New file, automatically generated by
16382         gen-uni-tables.
16383         * lib/unicase/tolower.h: New file, automatically generated by
16384         gen-uni-tables.
16385         * lib/unicase/totitle.h: New file, automatically generated by
16386         gen-uni-tables.
16387         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
16388         gen-uni-tables.
16389         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
16390         gen-uni-tables.
16391         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
16392         gen-uni-tables.
16393
16394         New module 'unicase/base'.
16395         * modules/unicase/base: New file.
16396         * lib/unicase.h: New file.
16397
16398 2009-02-08  Bruno Haible  <bruno@clisp.org>
16399
16400         New module 'uniwbrk/ulc-wordbreaks'.
16401         * modules/uniwbrk/ulc-wordbreaks: New file.
16402         * lib/uniwbrk/ulc-wordbreaks.c: New file.
16403
16404         New module 'uniwbrk/u32-wordbreaks'.
16405         * modules/uniwbrk/u32-wordbreaks: New file.
16406         * lib/uniwbrk/u32-wordbreaks.c: New file.
16407
16408         New module 'uniwbrk/u16-wordbreaks'.
16409         * modules/uniwbrk/u16-wordbreaks: New file.
16410         * lib/uniwbrk/u16-wordbreaks.c: New file.
16411
16412         New module 'uniwbrk/u8-wordbreaks'.
16413         * modules/uniwbrk/u8-wordbreaks: New file.
16414         * lib/uniwbrk/u8-wordbreaks.c: New file.
16415         * lib/uniwbrk/u-wordbreaks.h: New file.
16416
16417         New module 'uniwbrk/table'.
16418         * modules/uniwbrk/table: New file.
16419         * lib/uniwbrk/wbrktable.h: New file.
16420         * lib/uniwbrk/wbrktable.c: New file.
16421
16422         New module 'uniwbrk/wordbreak-property'.
16423         * modules/uniwbrk/wordbreak-property: New file.
16424         * lib/uniwbrk/wordbreak-property.c: New file.
16425
16426         * lib/gen-uni-tables.c (WBP_*): New enum items.
16427         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
16428         (unicode_org_wbp): New variable.
16429         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
16430         New functions.
16431         (wbp_table): New structure.
16432         (output_wbp, output_wbrk_tables): New functions.
16433         (main): Accept additional argument. Invoke fill_org_wbp,
16434         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
16435         output_wbrk_tables.
16436         * modules/gen-uni-tables (Description): Update.
16437         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
16438         gen-uni-tables.
16439
16440         New module 'uniwbrk/base'.
16441         * modules/uniwbrk/base: New file.
16442         * lib/uniwbrk.h: New file.
16443
16444 2009-02-08  Bruno Haible  <bruno@clisp.org>
16445
16446         Update to Unicode 5.1.0.
16447         * lib/gen-uni-tables.c (is_property_alphabetic): Include
16448         U+2185..U+2188.
16449         (is_property_default_ignorable_code_point): Don't include characters
16450         of category Cc or Cs and not-a-characters.
16451         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
16452         U+0D79, U+109E, U+109F, U+A60C.
16453         * lib/unictype/bidi_of.h: Regenerated.
16454         * lib/unictype/blocks.h: Regenerated.
16455         * lib/unictype/categ_C.h: Regenerated.
16456         * lib/unictype/categ_Cf.h: Regenerated.
16457         * lib/unictype/categ_Cn.h: Regenerated.
16458         * lib/unictype/categ_L.h: Regenerated.
16459         * lib/unictype/categ_Ll.h: Regenerated.
16460         * lib/unictype/categ_Lm.h: Regenerated.
16461         * lib/unictype/categ_Lo.h: Regenerated.
16462         * lib/unictype/categ_Lu.h: Regenerated.
16463         * lib/unictype/categ_M.h: Regenerated.
16464         * lib/unictype/categ_Mc.h: Regenerated.
16465         * lib/unictype/categ_Me.h: Regenerated.
16466         * lib/unictype/categ_Mn.h: Regenerated.
16467         * lib/unictype/categ_N.h: Regenerated.
16468         * lib/unictype/categ_Nd.h: Regenerated.
16469         * lib/unictype/categ_Nl.h: Regenerated.
16470         * lib/unictype/categ_No.h: Regenerated.
16471         * lib/unictype/categ_P.h: Regenerated.
16472         * lib/unictype/categ_Pd.h: Regenerated.
16473         * lib/unictype/categ_Pe.h: Regenerated.
16474         * lib/unictype/categ_Pf.h: Regenerated.
16475         * lib/unictype/categ_Pi.h: Regenerated.
16476         * lib/unictype/categ_Po.h: Regenerated.
16477         * lib/unictype/categ_Ps.h: Regenerated.
16478         * lib/unictype/categ_S.h: Regenerated.
16479         * lib/unictype/categ_Sk.h: Regenerated.
16480         * lib/unictype/categ_Sm.h: Regenerated.
16481         * lib/unictype/categ_So.h: Regenerated.
16482         * lib/unictype/categ_of.h: Regenerated.
16483         * lib/unictype/combining.h: Regenerated.
16484         * lib/unictype/ctype_alnum.h: Regenerated.
16485         * lib/unictype/ctype_alpha.h: Regenerated.
16486         * lib/unictype/ctype_graph.h: Regenerated.
16487         * lib/unictype/ctype_lower.h: Regenerated.
16488         * lib/unictype/ctype_print.h: Regenerated.
16489         * lib/unictype/ctype_punct.h: Regenerated.
16490         * lib/unictype/ctype_upper.h: Regenerated.
16491         * lib/unictype/decdigit.h: Regenerated.
16492         * lib/unictype/digit.h: Regenerated.
16493         * lib/unictype/mirror.h: Regenerated.
16494         * lib/unictype/numeric.h: Regenerated.
16495         * lib/unictype/pr_alphabetic.h: Regenerated.
16496         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
16497         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
16498         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
16499         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
16500         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
16501         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
16502         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
16503         * lib/unictype/pr_combining.h: Regenerated.
16504         * lib/unictype/pr_dash.h: Regenerated.
16505         * lib/unictype/pr_decimal_digit.h: Regenerated.
16506         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
16507         * lib/unictype/pr_deprecated.h: Regenerated.
16508         * lib/unictype/pr_diacritic.h: Regenerated.
16509         * lib/unictype/pr_extender.h: Regenerated.
16510         * lib/unictype/pr_format_control.h: Regenerated.
16511         * lib/unictype/pr_grapheme_base.h: Regenerated.
16512         * lib/unictype/pr_grapheme_extend.h: Regenerated.
16513         * lib/unictype/pr_grapheme_link.h: Regenerated.
16514         * lib/unictype/pr_id_continue.h: Regenerated.
16515         * lib/unictype/pr_id_start.h: Regenerated.
16516         * lib/unictype/pr_ideographic.h: Regenerated.
16517         * lib/unictype/pr_ignorable_control.h: Regenerated.
16518         * lib/unictype/pr_lowercase.h: Regenerated.
16519         * lib/unictype/pr_math.h: Regenerated.
16520         * lib/unictype/pr_numeric.h: Regenerated.
16521         * lib/unictype/pr_other_alphabetic.h: Regenerated.
16522         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
16523         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
16524         * lib/unictype/pr_other_id_continue.h: Regenerated.
16525         * lib/unictype/pr_other_lowercase.h: Regenerated.
16526         * lib/unictype/pr_other_math.h: Regenerated.
16527         * lib/unictype/pr_punctuation.h: Regenerated.
16528         * lib/unictype/pr_sentence_terminal.h: Regenerated.
16529         * lib/unictype/pr_soft_dotted.h: Regenerated.
16530         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
16531         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
16532         * lib/unictype/pr_unified_ideograph.h: Regenerated.
16533         * lib/unictype/pr_uppercase.h: Regenerated.
16534         * lib/unictype/pr_xid_continue.h: Regenerated.
16535         * lib/unictype/pr_xid_start.h: Regenerated.
16536         * lib/unictype/pr_zero_width.h: Regenerated.
16537         * lib/unictype/scripts.h: Regenerated.
16538         * lib/unictype/scripts_byname.gperf: Regenerated.
16539         * lib/unictype/sy_java_ident.h: Regenerated.
16540         * lib/unilbrk/lbrkprop1.h: Regenerated.
16541         * lib/unilbrk/lbrkprop2.h: Regenerated.
16542         * tests/unictype/test-categ_C.c: Regenerated.
16543         * tests/unictype/test-categ_Cf.c: Regenerated.
16544         * tests/unictype/test-categ_Cn.c: Regenerated.
16545         * tests/unictype/test-categ_L.c: Regenerated.
16546         * tests/unictype/test-categ_Ll.c: Regenerated.
16547         * tests/unictype/test-categ_Lm.c: Regenerated.
16548         * tests/unictype/test-categ_Lo.c: Regenerated.
16549         * tests/unictype/test-categ_Lu.c: Regenerated.
16550         * tests/unictype/test-categ_M.c: Regenerated.
16551         * tests/unictype/test-categ_Mc.c: Regenerated.
16552         * tests/unictype/test-categ_Me.c: Regenerated.
16553         * tests/unictype/test-categ_Mn.c: Regenerated.
16554         * tests/unictype/test-categ_N.c: Regenerated.
16555         * tests/unictype/test-categ_Nd.c: Regenerated.
16556         * tests/unictype/test-categ_Nl.c: Regenerated.
16557         * tests/unictype/test-categ_No.c: Regenerated.
16558         * tests/unictype/test-categ_P.c: Regenerated.
16559         * tests/unictype/test-categ_Pd.c: Regenerated.
16560         * tests/unictype/test-categ_Pe.c: Regenerated.
16561         * tests/unictype/test-categ_Pf.c: Regenerated.
16562         * tests/unictype/test-categ_Pi.c: Regenerated.
16563         * tests/unictype/test-categ_Po.c: Regenerated.
16564         * tests/unictype/test-categ_Ps.c: Regenerated.
16565         * tests/unictype/test-categ_S.c: Regenerated.
16566         * tests/unictype/test-categ_Sk.c: Regenerated.
16567         * tests/unictype/test-categ_Sm.c: Regenerated.
16568         * tests/unictype/test-categ_So.c: Regenerated.
16569         * tests/unictype/test-ctype_alnum.c: Regenerated.
16570         * tests/unictype/test-ctype_alpha.c: Regenerated.
16571         * tests/unictype/test-ctype_graph.c: Regenerated.
16572         * tests/unictype/test-ctype_lower.c: Regenerated.
16573         * tests/unictype/test-ctype_print.c: Regenerated.
16574         * tests/unictype/test-ctype_punct.c: Regenerated.
16575         * tests/unictype/test-ctype_upper.c: Regenerated.
16576         * tests/unictype/test-decdigit.h: Regenerated.
16577         * tests/unictype/test-digit.h: Regenerated.
16578         * tests/unictype/test-numeric.h: Regenerated.
16579         * tests/unictype/test-pr_alphabetic.c: Regenerated.
16580         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
16581         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
16582         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
16583         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
16584         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
16585         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
16586         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
16587         * tests/unictype/test-pr_combining.c: Regenerated.
16588         * tests/unictype/test-pr_dash.c: Regenerated.
16589         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
16590         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
16591         * tests/unictype/test-pr_deprecated.c: Regenerated.
16592         * tests/unictype/test-pr_diacritic.c: Regenerated.
16593         * tests/unictype/test-pr_extender.c: Regenerated.
16594         * tests/unictype/test-pr_format_control.c: Regenerated.
16595         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
16596         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
16597         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
16598         * tests/unictype/test-pr_id_continue.c: Regenerated.
16599         * tests/unictype/test-pr_id_start.c: Regenerated.
16600         * tests/unictype/test-pr_ideographic.c: Regenerated.
16601         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
16602         * tests/unictype/test-pr_lowercase.c: Regenerated.
16603         * tests/unictype/test-pr_math.c: Regenerated.
16604         * tests/unictype/test-pr_numeric.c: Regenerated.
16605         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
16606         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
16607         Regenerated.
16608         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
16609         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
16610         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
16611         * tests/unictype/test-pr_other_math.c: Regenerated.
16612         * tests/unictype/test-pr_punctuation.c: Regenerated.
16613         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
16614         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
16615         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
16616         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
16617         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
16618         * tests/unictype/test-pr_uppercase.c: Regenerated.
16619         * tests/unictype/test-pr_xid_continue.c: Regenerated.
16620         * tests/unictype/test-pr_xid_start.c: Regenerated.
16621         * tests/unictype/test-pr_zero_width.c: Regenerated.
16622
16623         Update to Unicode 5.1.0.
16624         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
16625         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
16626         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
16627         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
16628         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
16629         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
16630         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
16631         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
16632         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
16633         (nonspacing_table_ind): Update.
16634         * tests/uniwidth/test-uc_width2.sh: Update expected result.
16635
16636         Update to Unicode 5.1.0.
16637         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
16638         code transform.
16639         * lib/uniname/uniname.c (unicode_character_name,
16640         unicode_name_character): Add the range 0x1Fxxx to the code transform.
16641         * lib/uniname/uninames.h: Regenerated.
16642         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
16643
16644 2009-02-07  Bruno Haible  <bruno@clisp.org>
16645
16646         Merge gen-ctype and gen-lbrk into a single program.
16647         * lib/gen-uni-tables.c: New file, incorporating
16648         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
16649         Add directory prefixes to the names of the generated files.
16650         * lib/unictype/gen-ctype.c: Remove file.
16651         * lib/unilbrk/gen-lbrk.c: Remove file.
16652         * modules/gen-uni-tables: New file.
16653         * modules/unictype/gen-ctype: Remove file.
16654         * modules/unilbrk/gen-lbrk: Remove file.
16655
16656 2009-02-07  Bruno Haible  <bruno@clisp.org>
16657
16658         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
16659
16660         New module 'unistr/u32-strcoll'.
16661         * modules/unistr/u32-strcoll: New file.
16662         * lib/unistr/u32-strcoll.c: New file.
16663
16664         New module 'unistr/u16-strcoll'.
16665         * modules/unistr/u16-strcoll: New file.
16666         * lib/unistr/u16-strcoll.c: New file.
16667
16668         New module 'unistr/u8-strcoll'.
16669         * modules/unistr/u8-strcoll: New file.
16670         * lib/unistr/u8-strcoll.c: New file.
16671         * lib/unistr/u-strcoll.h: New file.
16672
16673 2009-02-07  Bruno Haible  <bruno@clisp.org>
16674
16675         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
16676         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16677         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
16678         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
16679         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
16680         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
16681
16682 2009-02-07  Bruno Haible  <bruno@clisp.org>
16683
16684         Make 64-bit clean.
16685         * lib/unictype/gen-ctype.c (output_predicate, output_category,
16686         output_combclass, output_bidi_category, output_decimal_digit,
16687         output_digit, output_numeric, output_mirror, output_scripts,
16688         output_ident_category): Use proper width specifier in format strings.
16689
16690 2009-02-07  Bruno Haible  <bruno@clisp.org>
16691
16692         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
16693         failure behaviour.
16694
16695 2009-02-07  Jim Meyering  <meyering@redhat.com>
16696
16697         regex: avoid compilation failure with upcoming gcc-4.4
16698         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
16699         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
16700         "... error: integer overflow in preprocessor expression".
16701
16702 2009-02-05  Ben Pfaff  <blp@gnu.org>
16703
16704         Fix link errors on Windows when close module is used.
16705         * modules/close: Add $(LIB_CLOSE) to Link section.
16706         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
16707         $(LIB_CLOSE) on Windows.
16708
16709 2009-02-05  Jim Meyering  <meyering@redhat.com>
16710
16711         still avoid unused-parameter warnings, but do it cleanly
16712         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
16713         (get_fs_usage): Cast to void instead.
16714         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
16715         (dev_from_mount_options, read_file_system_list): Cast to void.
16716         Prompted by Bruno Haible.
16717
16718 2009-02-04  Jim Meyering  <meyering@redhat.com>
16719
16720         fsusage.c: correct copyright year
16721         * lib/fsusage.c: Reflect year in which the change is pushed into
16722
16723         avoid misc. warnings
16724         * lib/fsusage.c (UNUSED_PARAM): Define.
16725         (get_fs_usage): Mark parameter "disk" as unused.
16726         * lib/getugroups.c (getgrent): Use "void" in prototype.
16727         * lib/mountlist.c: Mark unused parameters.
16728         (read_file_system_list): Declare a local with "const".
16729         * lib/nanosleep.c (getnow): Declare static.
16730         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
16731
16732         dirfd: set errno upon failure
16733         * lib/dirfd.c: Include <errno.h>.
16734         Set errno to ENOTSUP when returning -1.
16735         * modules/dirfd (Depends-on): Add errno.
16736         Suggested by John Kodis <kodis@comcast.net>.
16737
16738 2009-02-01  Bruno Haible  <bruno@clisp.org>
16739
16740         Don't assume sizeof (long) >= sizeof (void *).
16741         * lib/memcmp.c: Include stdint.h.
16742         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
16743         srcp2 to 'const byte *'.
16744         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
16745         types to uintptr_t.
16746         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
16747         * modules/memcmp (Depends-on): Add stdint.
16748         Reported by Ozkan Sezer <sezeroz@gmail.com>.
16749
16750 2009-01-30  Eric Blake  <ebb9@byu.net>
16751
16752         fix more require-before-expand issues
16753         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
16754         expand, AC_PROG_AWK.
16755         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
16756
16757 2009-01-28  Eric Blake  <ebb9@byu.net>
16758
16759         version-etc: use consistent URL formatting
16760         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
16761         Improve formatting.  Use fputs for string without %.
16762
16763 2009-01-28  Jim Meyering  <meyering@redhat.com>
16764
16765         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
16766         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
16767         "underquoted definition of NAME" from autoconf-2.59.
16768
16769 2009-01-28  Bruno Haible  <bruno@clisp.org>
16770
16771         * doc/gnulib.texi: Add "Obsolete modules" to index.
16772
16773 2009-01-28  Jim Meyering  <meyering@redhat.com>
16774
16775         useless-if-before-free: recognize more variants
16776         * build-aux/useless-if-before-free: Also recognize e.g.,
16777         if (NULL != p) free (p);
16778
16779 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
16780
16781         test-getaddrinfo: skip (don't fail) this test when there's no network
16782         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
16783         on the presumption that it means you lack network access.
16784
16785 2009-01-26  Jim Meyering  <meyering@redhat.com>
16786
16787         fflush: avoid warnings on modern systems
16788         * lib/fflush.c (rpl_fflush): Move declarations of locals,
16789         pos and result, into scopes where they're used.
16790
16791 2009-01-26  Eric Blake  <ebb9@byu.net>
16792
16793         Silence warning reintroduced by recent extensions patch.
16794         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
16795         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
16796         autoconf.
16797
16798         Backport improved autoconf semantics of AC_DEFUN_ONCE.
16799         * m4/00gnulib.m4: New file.
16800         * gnulib-tool (func_get_filelist): Always use it.
16801         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
16802         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
16803
16804 2009-01-25  Bruno Haible  <bruno@clisp.org>
16805
16806         Make test-quotearg work on MacOS X and AIX.
16807         * tests/test-quotearg.sh: New file.
16808         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
16809         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
16810         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
16811         include <libintl.h>.
16812         (fake_locale): Remove variable.
16813         (gettext, dgettext, dcgettext): Remove functions.
16814         (main): Instead of setting a fake locale, set a real locale. Call
16815         textdomain and bindtextdomain.
16816         * modules/quotearg-tests (Files): Add the new files.
16817         (Depends-on): Add gettext, setenv, unsetenv.
16818         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
16819         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
16820         Augment TESTS_ENVIRONMENT.
16821
16822 2009-01-25  Bruno Haible  <bruno@clisp.org>
16823
16824         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
16825         fr_FR.ISO8859-1 locale on MacOS X.
16826         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
16827         ja_JP.eucJP locale on MacOS X.
16828         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
16829         zh_CN.GB18030 locale on MacOS X.
16830
16831 2009-01-25  Bruno Haible  <bruno@clisp.org>
16832
16833         Avoid link errors on MacOS X 10.3.
16834         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
16835         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
16836
16837 2009-01-25  Bruno Haible  <bruno@clisp.org>
16838
16839         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16840         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
16841         * modules/pipe (Files): Remove m4/posix_spawn.m4.
16842         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16843         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
16844         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16845         posix_spawnattr_init, posix_spawnattr_setsigmask,
16846         posix_spawnattr_setflags, posix_spawnattr_destroy.
16847
16848         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
16849         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
16850         * modules/execute (Files): Remove m4/posix_spawn.m4.
16851         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
16852         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
16853         posix_spawnattr_init, posix_spawnattr_setsigmask,
16854         posix_spawnattr_setflags, posix_spawnattr_destroy.
16855
16856 2009-01-25  Bruno Haible  <bruno@clisp.org>
16857
16858         * lib/glthread/threadlib.c: Include <stdlib.h>.
16859
16860 2009-01-25  Bruno Haible  <bruno@clisp.org>
16861
16862         * lib/glthread/threadlib.c (dummy): New declaration.
16863
16864 2009-01-25  Bruno Haible  <bruno@clisp.org>
16865
16866         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
16867         multibyte characters also for the GB18030 encoding. Don't crash when
16868         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
16869
16870 2009-01-25  Bruno Haible  <bruno@clisp.org>
16871
16872         Avoid redefining 'struct random_data' on OSF/1 5.1.
16873         * lib/stdlib.in.h: Include <random.h> if it exists.
16874         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
16875         HAVE_RANDOM_H. Include <random.h> when testing whether
16876         'struct random_data' exists.
16877         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
16878
16879 2009-01-25  Bruno Haible  <bruno@clisp.org>
16880
16881         Don't install charset.alias on MacOS X >= 10.3.
16882         * lib/localcharset.c (DARWIN7): New macro.
16883         (get_charset_aliases): Hardcode the result for Darwin7.
16884         * modules/localcharset (install-exec-local): Don't install
16885         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
16886
16887 2009-01-25  Bruno Haible  <bruno@clisp.org>
16888
16889         Don't install charset.alias on mingw and Cygwin.
16890         * modules/localcharset (install-exec-local): Don't install
16891         charset.alias on mingw and Cygwin, if the file does not yet exist.
16892         The result for these platforms is hardcoded in localcharset.c.
16893
16894 2009-01-25  Bruno Haible  <bruno@clisp.org>
16895
16896         Make it possible again to use AC_GNU_SOURCE together with gnulib.
16897         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
16898         before requiring AC_USE_SYSTEM_EXTENSIONS.
16899
16900 2009-01-25  Jim Meyering  <meyering@redhat.com>
16901
16902         c-strtod: avoid warnings
16903         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
16904         "assignment discards qualifiers from pointer target type" warnings.
16905
16906 2009-01-24  Bruno Haible  <bruno@clisp.org>
16907
16908         Add support for non-UTF-8 locales on MacOS X.
16909         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
16910         canonical encodings. For Darwin 7 and newer, don't map traditional
16911         encodings to UTF-8.
16912         Reported by Vincent Lefevre <vincent@vinc17.org>
16913         at <http://savannah.gnu.org/bugs/?25235>.
16914
16915 2009-01-24  Bruno Haible  <bruno@clisp.org>
16916
16917         * doc/gnulib.texi (Obsolete modules): New section.
16918         Reported by Mike Frysinger <vapier@gentoo.org>.
16919
16920 2009-01-24  Bruno Haible  <bruno@clisp.org>
16921
16922         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
16923         (%.dvi): New rule.
16924
16925 2009-01-24  Bruno Haible  <bruno@clisp.org>
16926
16927         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
16928         Reported by Eric Blake.
16929
16930 2009-01-24  Bruno Haible  <bruno@clisp.org>
16931
16932         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
16933         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
16934         Reported by Gary V. Vaughan <gary@gnu.org>.
16935
16936 2009-01-24  Bruno Haible  <bruno@clisp.org>
16937
16938         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
16939
16940 2009-01-23  Bruno Haible  <bruno@clisp.org>
16941
16942         Make c-strtod, c-strtold usable in libraries.
16943         * lib/c-strtod.c: Include string.h instead of xalloc.h.
16944         (C_STRTOD): Call strdup instead of xstrdup.
16945         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
16946         * modules/c-strtold (Depends-on): Likewise.
16947         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
16948         * NEWS: Mention the change.
16949         Reported by Michael Gold <mgold@ncf.ca>.
16950
16951 2009-01-23  Jim Meyering  <meyering@redhat.com>
16952
16953         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
16954         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
16955         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
16956
16957 2009-01-23  Simon Josefsson  <simon@josefsson.org>
16958
16959         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
16960         GNU CoreUtils.
16961         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
16962         * modules/version-etc (Description): Update.
16963
16964 2009-01-22  Bruno Haible  <bruno@clisp.org>
16965
16966         Cache the C locale object.
16967         * lib/c-strtod.c (c_locale_cache): New variable.
16968         (c_locale): New function.
16969         (C_STRTOD): Use it, and don't call freelocale.
16970         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
16971         Suggested by Paolo Bonzini.
16972
16973 2009-01-21  Bruno Haible  <bruno@clisp.org>
16974
16975         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
16976         conditions other than overflow.
16977
16978 2009-01-21  Bruno Haible  <bruno@clisp.org>
16979
16980         * lib/c-strtod.c: Include errno.h.
16981         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
16982         value from STRTOD_L and STRTOD.
16983
16984 2009-01-21  Bruno Haible  <bruno@clisp.org>
16985         and Jim Meyering  <meyering@redhat.com>
16986
16987         nanosleep: skip configure test (fail it) for apple universal builds
16988         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
16989         universal builds, assume that nanosleep does not work.
16990         * modules/nanosleep (Depends-on): Add multiarch.
16991
16992         mktime: skip configure test (fail it) for apple universal builds
16993         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
16994         universal builds, assume that mktime does not work.
16995         * modules/mktime (Depends-on): Add multiarch.
16996
16997 2009-01-21  Eric Blake  <ebb9@byu.net>
16998
16999         multiarch: avoid expand-before-require warning
17000         * modules/multiarch (configure.ac): Require, rather than expand,
17001         gl_MULTIARCH.
17002         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
17003         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
17004         enforce that all clients require it.  Partial reversion of
17005         2008-12-29 patch.
17006
17007         error: avoid expand-before-require warning
17008         * modules/errno (configure.ac): Require, rather than expand,
17009         gl_HEADER_ERRNO_H.
17010         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
17011         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
17012         enforce that all clients require it.
17013
17014         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
17015         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
17016         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
17017         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
17018
17019 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
17020
17021         Revert:
17022         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17023
17024         regex: do not depend on obsolete modules.
17025         * modules/regex: Remove memcmp and memmove.
17026
17027 2009-01-20  Bruno Haible  <bruno@clisp.org>
17028
17029         Make the 'link' module link on Windows NT 4.
17030         * lib/link.c (_WIN32_WINNT): Don't define.
17031         (CreateHardLinkFuncType): New type.
17032         (CreateHardLinkFunc, initialized): New variables.
17033         (initialize): New function.
17034         (link): Invoke CreateHardLink indirectly through the function pointer.
17035
17036 2009-01-20  Bruno Haible  <bruno@clisp.org>
17037
17038         Fix compilation failure on mingw.
17039         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
17040
17041 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
17042
17043         * doc/c-strtod.texi: Mention a couple of restrictions.
17044
17045 2009-01-20  Jim Meyering  <meyering@redhat.com>
17046
17047         gettimeofday: move more declarations out of functions
17048         * lib/gettimeofday.c: Move extern declarations of tzset and
17049         gmtime out of containing functions.  Prompted by Bruno Haible.
17050
17051 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
17052
17053         regex: do not depend on obsolete modules.
17054         * modules/regex: Remove memcmp and memmove.
17055
17056 2009-01-19  Bruno Haible  <bruno@clisp.org>
17057
17058         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17059         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
17060         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17061         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
17062         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
17063
17064 2009-01-19  Bruno Haible  <bruno@clisp.org>
17065
17066         * tests/test-link.c: Include <errno.h>.
17067         (main): Exit with code 77 when a hard link cannot be created due to
17068         the file system.
17069         * tests/test-link.sh: Skip test when a hard link cannot be created due
17070         to the file system.
17071         Suggested by Eric Blake.
17072
17073 2009-01-19  Martin Lambers  <marlam@marlam.de>
17074
17075         * modules/link-tests: New file.
17076         * tests/test-link.sh: New file.
17077         * tests/test-link.c: New file.
17078
17079 2009-01-19  Eric Blake  <ebb9@byu.net>
17080
17081         doc: mention another function added in cygwin 1.7.0
17082         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
17083         Another new function in cygwin 1.7.
17084
17085 2009-01-19  Bruno Haible  <bruno@clisp.org>
17086
17087         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
17088         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
17089         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
17090         gl_BIGENDIAN, not AC_C_BIGENDIAN.
17091         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
17092         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
17093         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
17094         * m4/md4.m4 (gl_MD4): Likewise.
17095         * m4/md5.m4 (gl_MD5): Likewise.
17096         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
17097         * m4/sha1.m4 (gl_SHA1): Likewise.
17098         * m4/sha256.m4 (gl_SHA256): Likewise.
17099         * m4/sha512.m4 (gl_SHA512): Likewise.
17100
17101 2009-01-19  Bruno Haible  <bruno@clisp.org>
17102
17103         * modules/uniname/uniname-tests (Depends-on): Add progname.
17104         * tests/uniname/test-uninames.c: Include progname.h.
17105         (main): Call set_program_name.
17106
17107         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
17108         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
17109         (main): Call set_program_name.
17110
17111         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
17112         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
17113         (main): Call set_program_name.
17114
17115         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
17116         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
17117         (main): Call set_program_name.
17118
17119         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
17120         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
17121         (main): Call set_program_name.
17122
17123         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
17124         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
17125         (main): Call set_program_name.
17126
17127         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
17128         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
17129         (main): Call set_program_name.
17130
17131         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
17132         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
17133         (main): Call set_program_name.
17134
17135         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
17136         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
17137         (main): Call set_program_name.
17138
17139 2009-01-19  Eric Blake  <ebb9@byu.net>
17140
17141         test-unistd: test previous patch
17142         * tests/test-unistd.c: Test *_FILENO macros.
17143
17144         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
17145         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17146         Guarantee a definition.
17147         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
17148         * modules/unistd-safer (Depends-on): Add dependency on unistd.
17149         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
17150         * lib/dup-safer.c (STDERR_FILENO): Likewise.
17151         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17152         Likewise.
17153         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
17154         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
17155         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
17156         Likewise.
17157         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
17158         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
17159         (STDERR_FILENO): Likewise.
17160         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
17161         (STDERR_FILENO): Likewise.
17162         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
17163         (STDERR_FILENO): Likewise.
17164         Reported by Elbert Pol.
17165
17166 2009-01-19  Eric Blake  <ebb9@byu.net>
17167
17168         doc: mention more functions added in cygwin 1.7.0
17169         * doc/posix-functions/abort.texi (abort): Update wording related
17170         to cygwin.
17171         * doc/posix-functions/daylight.texi (daylight): Likewise.
17172         * doc/posix-functions/optarg.texi (optarg): Likewise.
17173         * doc/posix-functions/optarg.texi (opterr): Likewise.
17174         * doc/posix-functions/optarg.texi (optind): Likewise.
17175         * doc/posix-functions/optarg.texi (optopt): Likewise.
17176         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
17177         worked in 1.5.x, and was withdrawn in 1.7.
17178         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
17179         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
17180         cygwin versions.
17181         * doc/posix-functions/perror.texi (perror): Likewise.
17182         * doc/posix-functions/printf.texi (printf): Likewise.
17183         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
17184         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
17185         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
17186         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
17187         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
17188         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
17189         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
17190         Likewise.
17191         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
17192         Likewise.
17193         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
17194         this function.
17195         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
17196         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
17197         Likewise.
17198         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
17199         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
17200         * doc/posix-functions/confstr.texi (confstr): Likewise.
17201         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
17202         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
17203         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
17204         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
17205         * doc/posix-functions/fputws.texi (fputws): Likewise.
17206         * doc/posix-functions/fwide.texi (fwide): Likewise.
17207         * doc/posix-functions/getwc.texi (getwc): Likewise.
17208         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
17209         * doc/posix-functions/putwc.texi (putwc): Likewise.
17210         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
17211         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
17212         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
17213         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
17214         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
17215         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
17216         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
17217         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
17218         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
17219         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
17220         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
17221
17222 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17223
17224         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
17225         * lib/ioctl.c: Include <sys/ioctl.h>.
17226
17227 2009-01-19  Simon Josefsson  <simon@josefsson.org>
17228
17229         * modules/getdate-tests (Depends-on): Add progname.
17230         * tests/test-getdate.c: Use progname module, to avoid link errors
17231         on non-glibc systems.
17232
17233 2009-01-18  Simon Josefsson  <simon@josefsson.org>
17234
17235         * modules/filenamecat-tests (Depends-on): Add progname.
17236         * modules/fstrcmp-tests (Depends-on): Likewise.
17237
17238         * tests/test-filenamecat.c: Use progname module, to avoid link
17239         errors on non-glibc systems.
17240         * tests/test-fstrcmp.c: Likewise.
17241
17242 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
17243
17244         gettimeofday: avoid warning: nested extern declaration of 'localtime'
17245         * lib/gettimeofday.c: Move extern declaration out of function.
17246
17247 2009-01-18  Bruno Haible  <bruno@clisp.org>
17248
17249         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
17250         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
17251         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
17252
17253 2009-01-18  Bruno Haible  <bruno@clisp.org>
17254
17255         * lib/strftime.c (MEMPCPY): Remove unused macro.
17256         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
17257
17258 2009-01-18  Martin Lambers  <marlam@marlam.de>
17259
17260         New module 'link'.
17261         * lib/unistd.in.h (link): New declaration.
17262         * lib/link.c: New file.
17263         * m4/link.m4: New file.
17264         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
17265         HAVE_LINK.
17266         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
17267         * modules/link: New file.
17268         * doc/posix-functions/link.texi: Mention the new module.
17269
17270 2009-01-18  Bruno Haible  <bruno@clisp.org>
17271
17272         * tests/test-avltree_list.c (main): Call set_program_name.
17273         * tests/test-avltree_oset.c (main): Likewise.
17274         * tests/test-obstack-printf.c: Include progname.h.
17275         (main): Call set_program_name.
17276         * tests/test-quotearg.c: Include progname.h.
17277         (main): Call set_program_name.
17278         * tests/test-xmemdup0.c: Include progname.h.
17279         (main): Call set_program_name.
17280
17281 2009-01-18  Bruno Haible  <bruno@clisp.org>
17282
17283         New module 'alphasort'.
17284         * lib/dirent.in.h (alphasort): New declaration.
17285         * lib/alphasort.c: New file, from glibc with modifications.
17286         * m4/alphasort.m4: New file.
17287         * modules/alphasort: New file.
17288         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
17289         HAVE_ALPHASORT.
17290         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
17291         HAVE_ALPHASORT.
17292         * doc/posix-functions/alphasort.texi: Mention the new module and the
17293         portability problems.
17294
17295 2009-01-18  Bruno Haible  <bruno@clisp.org>
17296
17297         New module 'scandir'.
17298         * lib/dirent.in.h (scandir): New declaration.
17299         * lib/scandir.c: New file, from glibc with modifications.
17300         * m4/scandir.m4: New file.
17301         * modules/scandir: New file.
17302         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
17303         HAVE_SCANDIR.
17304         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
17305         HAVE_SCANDIR.
17306         * doc/posix-functions/scandir.texi: Mention the new module and the
17307         portability problems.
17308
17309 2009-01-17  Bruno Haible  <bruno@clisp.org>
17310
17311         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
17312         Update documentation.
17313         (func_remove_suffix): Escape all dots in the suffix. Update
17314         documentation.
17315         (func_filter_filelist): Update documentation.
17316         Reported by Ralf Wildenhues.
17317
17318 2009-01-17  Bruno Haible  <bruno@clisp.org>
17319
17320         * modules/dprintf-posix-tests: New file.
17321         * tests/test-dprintf-posix.sh: New file.
17322         * tests/test-dprintf-posix.c: New file.
17323
17324         New modules 'dprintf', 'dprintf-posix'.
17325         * lib/stdio.in.h (dprintf): New declaration.
17326         * lib/dprintf.c: New file.
17327         * m4/dprintf.m4: New file.
17328         * m4/dprintf-posix.m4: New file.
17329         * modules/dprintf: New file.
17330         * modules/dprintf-posix: New file.
17331         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
17332         HAVE_DPRINTF, REPLACE_DPRINTF.
17333         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
17334         HAVE_DPRINTF, REPLACE_DPRINTF.
17335         * doc/posix-functions/dprintf.texi: Mention the new modules.
17336
17337 2009-01-17  Bruno Haible  <bruno@clisp.org>
17338
17339         * modules/vdprintf-posix-tests: New file.
17340         * tests/test-vdprintf-posix.sh: New file.
17341         * tests/test-vdprintf-posix.c: New file.
17342
17343         New modules 'vdprintf', 'vdprintf-posix'.
17344         * lib/stdio.in.h (vdprintf): New declaration.
17345         * lib/vdprintf.c: New file.
17346         * m4/vdprintf.m4: New file.
17347         * m4/vdprintf-posix.m4: New file.
17348         * modules/vdprintf: New file.
17349         * modules/vdprintf-posix: New file.
17350         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
17351         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17352         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
17353         HAVE_VDPRINTF, REPLACE_VDPRINTF.
17354         * doc/posix-functions/vdprintf.texi: Mention the new modules.
17355
17356 2009-01-17  Bruno Haible  <bruno@clisp.org>
17357
17358         Fix replacement of fopen on mingw.
17359         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
17360         mingw.
17361
17362 2009-01-17  Bruno Haible  <bruno@clisp.org>
17363
17364         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
17365         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
17366
17367 2009-01-17  Bruno Haible  <bruno@clisp.org>
17368
17369         Avoid test-fflush2.sh failure on mingw.
17370         * tests/test-fflush2.c: Include binary-io.h.
17371         (main): Put standard input into binary mode.
17372         * modules/fflush-tests (Depends-on): Add binary-io.
17373
17374 2009-01-17  Bruno Haible  <bruno@clisp.org>
17375
17376         * lib/wchar.in.h: In another particular situation, include only the
17377         system's <wchar.h> file.
17378         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
17379         Reported by Albert Chin-A-Young <china@thewrittenword.com>
17380         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
17381
17382 2009-01-17  Bruno Haible  <bruno@clisp.org>
17383
17384         Support for stripping executables in --enable-relocatable.
17385         * build-aux/install-reloc: Expect one more argument, or an environment
17386         variable RELOC_STRIP_PROG. If set, strip the destination program and
17387         its wrapper.
17388         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
17389         RELOC_STRIP_PROG.
17390         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
17391         to set RELOCATABLE_STRIP.
17392         * NEWS: Mention the new Makefile requirement.
17393
17394 2009-01-17  Bruno Haible  <bruno@clisp.org>
17395
17396         * build-aux/install-reloc: Remove debugging information left over by
17397         C compiler on MacOS X.
17398
17399 2009-01-17  Bruno Haible  <bruno@clisp.org>
17400
17401         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
17402         * lib/progreloc.c (find_executable): Fix type of pointer passed to
17403         _NSGetExecutablePath.
17404
17405 2009-01-16  Jim Meyering  <meyering@redhat.com>
17406
17407         strerror: avoid warnings about discarding "const"
17408         * lib/strerror.c (rpl_strerror): Instead of returning a const
17409         string from each and every "case", use a variable, and add a single
17410         cast after the switch.
17411
17412 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
17413
17414         * lib/arpa_inet.in.h: Add extern "C" block for C++.
17415
17416 2009-01-16  Bruno Haible  <bruno@clisp.org>
17417
17418         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
17419         array initializer syntax that also works in C++ mode.
17420         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17421
17422 2009-01-16  Jim Meyering  <meyering@redhat.com>
17423
17424         poll: suppress a warning
17425         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
17426         to ignore "...unsigned expression < 0 is always false" warnings.
17427
17428 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
17429
17430         poll: remove declarations of unused variables
17431         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
17432         sockbuf and optlen.
17433
17434 2009-01-15  Bruno Haible  <bruno@clisp.org>
17435
17436         Make fflush-after-ungetc POSIX compliant on BSD systems.
17437         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
17438         (clear_ungetc_buffer): Implement also for other systems.
17439         (rpl_fflush): On glibc systems, invoke
17440         clear_ungetc_buffer_preserving_position. Otherwise, invoke
17441         clear_ungetc_buffer after fetching the stream's position, not before.
17442
17443 2009-01-15  Bruno Haible  <bruno@clisp.org>
17444
17445         Make fflush-after-ungetc POSIX compliant on glibc systems.
17446         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
17447         after ungetc.
17448         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
17449         (rpl_fflush): On glibc systems, simply call the system's fflush
17450         function after clearing the ungetc buffer.
17451         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
17452         Instead, lseek only to the end of file, then use the system's fseeko
17453         for the rest. On glibc systems, reset the EOF indicator bit.
17454
17455 2009-01-15  Jim Meyering  <meyering@redhat.com>
17456
17457         openmp.m4: revert quote-adding change, for portability to older autoconf
17458         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
17459         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
17460         Simon Josefsson noticed the problem when using autoconf-2.61.
17461
17462 2009-01-15  Bruno Haible  <bruno@clisp.org>
17463
17464         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
17465         * tests/test-fflush2.c (ASSERT): Always fail.
17466         (main): Add two tests for fflush() after ungetc(), taking into account
17467         the Austin Group's clarification.
17468         Suggested by Eric Blake.
17469
17470 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
17471
17472         mktime.m4: remove K&R-style function prototypes
17473         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
17474         for the Sun C++ compiler.
17475
17476 2009-01-14  Bruno Haible  <bruno@clisp.org>
17477
17478         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
17479         while including <wchar.h>.
17480         * lib/wchar.in.h: In two particular situations on HP-UX, include only
17481         the system's <wchar.h> file.
17482         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
17483
17484 2009-01-14  Bruno Haible  <bruno@clisp.org>
17485
17486         * m4/csharp.m4: Don't mention gettext on the serial number line.
17487         * m4/csharpexec.m4: Likewise.
17488         * m4/eaccess.m4: Likewise.
17489         * m4/javaexec.m4: Likewise.
17490         * m4/sig_atomic_t.m4: Likewise.
17491         * m4/tmpdir.m4: Likewise.
17492         * m4/intldir.m4: Bump gettext version.
17493         * m4/lib-ld.m4: Likewise.
17494
17495 2009-01-14  Bruno Haible  <bruno@clisp.org>
17496
17497         * lib/progname.c (set_program_name): Add more comments.
17498         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
17499
17500 2009-01-14  Simon Josefsson  <simon@josefsson.org>
17501
17502         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
17503         were sys/stat.h does not define it.
17504
17505 2009-01-14  Jim Meyering  <meyering@redhat.com>
17506
17507         many *.m4 files: improve m4 quoting
17508         99% of this change was performed by running the following commands:
17509         git ls-files | grep '\.m4$' | xargs perl -pi \
17510           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
17511           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17512           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
17513           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
17514         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
17515         The remainder were to add Copyright dates, increment serial numbers,
17516         undo some changes in comments, exclude m4/intl.m4, and add quotes
17517         around the "1" in ",1" where the unusual spacing prohibited the
17518         above regexps from doing the job.  For more details, see
17519         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
17520         * m4/acl.m4: Modified.
17521         * m4/afs.m4: Likewise.
17522         * m4/alloca.m4: Likewise.
17523         * m4/argp.m4: Likewise.
17524         * m4/argz.m4: Likewise.
17525         * m4/atexit.m4: Likewise.
17526         * m4/bison-i18n.m4: Likewise.
17527         * m4/bison.m4: Likewise.
17528         * m4/byteswap.m4: Likewise.
17529         * m4/c-stack.m4: Likewise.
17530         * m4/c-strtod.m4: Likewise.
17531         * m4/calloc.m4: Likewise.
17532         * m4/canonicalize-lgpl.m4: Likewise.
17533         * m4/chown.m4: Likewise.
17534         * m4/clock_time.m4: Likewise.
17535         * m4/codeset.m4: Likewise.
17536         * m4/copy-file.m4: Likewise.
17537         * m4/csharp.m4: Likewise.
17538         * m4/csharpcomp.m4: Likewise.
17539         * m4/csharpexec.m4: Likewise.
17540         * m4/d-ino.m4: Likewise.
17541         * m4/d-type.m4: Likewise.
17542         * m4/dirfd.m4: Likewise.
17543         * m4/double-slash-root.m4: Likewise.
17544         * m4/eaccess.m4: Likewise.
17545         * m4/eealloc.m4: Likewise.
17546         * m4/environ.m4: Likewise.
17547         * m4/errno_h.m4: Likewise.
17548         * m4/euidaccess.m4: Likewise.
17549         * m4/execute.m4: Likewise.
17550         * m4/fatal-signal.m4: Likewise.
17551         * m4/fchdir.m4: Likewise.
17552         * m4/fcntl_h.m4: Likewise.
17553         * m4/fileblocks.m4: Likewise.
17554         * m4/filenamecat.m4: Likewise.
17555         * m4/findprog.m4: Likewise.
17556         * m4/flexmember.m4: Likewise.
17557         * m4/fnmatch.m4: Likewise.
17558         * m4/fopen.m4: Likewise.
17559         * m4/fpending.m4: Likewise.
17560         * m4/fprintf-posix.m4: Likewise.
17561         * m4/free.m4: Likewise.
17562         * m4/frexp.m4: Likewise.
17563         * m4/frexpl.m4: Likewise.
17564         * m4/fsusage.m4: Likewise.
17565         * m4/ftruncate.m4: Likewise.
17566         * m4/gc-camellia.m4: Likewise.
17567         * m4/gc-random.m4: Likewise.
17568         * m4/gc.m4: Likewise.
17569         * m4/getaddrinfo.m4: Likewise.
17570         * m4/getcwd-abort-bug.m4: Likewise.
17571         * m4/getcwd-path-max.m4: Likewise.
17572         * m4/getdate.m4: Likewise.
17573         * m4/getdomainname.m4: Likewise.
17574         * m4/getgroups.m4: Likewise.
17575         * m4/gethostname.m4: Likewise.
17576         * m4/gethrxtime.m4: Likewise.
17577         * m4/getline.m4: Likewise.
17578         * m4/getloadavg.m4: Likewise.
17579         * m4/getndelim2.m4: Likewise.
17580         * m4/getpass.m4: Likewise.
17581         * m4/gettext.m4: Likewise.
17582         * m4/gettime.m4: Likewise.
17583         * m4/gettimeofday.m4: Likewise.
17584         * m4/gnulib-common.m4: Likewise.
17585         * m4/group-member.m4: Likewise.
17586         * m4/host-os.m4: Likewise.
17587         * m4/iconv.m4: Likewise.
17588         * m4/iconv_open.m4: Likewise.
17589         * m4/inet_ntop.m4: Likewise.
17590         * m4/inet_pton.m4: Likewise.
17591         * m4/inline.m4: Likewise.
17592         * m4/intldir.m4: Likewise.
17593         * m4/intlmacosx.m4: Likewise.
17594         * m4/intmax.m4: Likewise.
17595         * m4/intmax_t.m4: Likewise.
17596         * m4/inttypes.m4: Likewise.
17597         * m4/inttypes_h.m4: Likewise.
17598         * m4/inttypes-pri.m4: Likewise.
17599         * m4/isapipe.m4: Likewise.
17600         * m4/isnand.m4: Likewise.
17601         * m4/isnanf.m4: Likewise.
17602         * m4/isnanl.m4: Likewise.
17603         * m4/javacomp.m4: Likewise.
17604         * m4/javaexec.m4: Likewise.
17605         * m4/jm-winsz1.m4: Likewise.
17606         * m4/jm-winsz2.m4: Likewise.
17607         * m4/lchown.m4: Likewise.
17608         * m4/lcmessage.m4: Likewise.
17609         * m4/ldexpl.m4: Likewise.
17610         * m4/lib-ld.m4: Likewise.
17611         * m4/lib-link.m4: Likewise.
17612         * m4/libsigsegv.m4: Likewise.
17613         * m4/link-follow.m4: Likewise.
17614         * m4/localcharset.m4: Likewise.
17615         * m4/locale-fr.m4: Likewise.
17616         * m4/locale-ja.m4: Likewise.
17617         * m4/locale-tr.m4: Likewise.
17618         * m4/locale-zh.m4: Likewise.
17619         * m4/lock.m4: Likewise.
17620         * m4/longlong.m4: Likewise.
17621         * m4/ls-mntd-fs.m4: Likewise.
17622         * m4/lstat.m4: Likewise.
17623         * m4/malloc.m4: Likewise.
17624         * m4/mathl.m4: Likewise.
17625         * m4/mbrtowc.m4: Likewise.
17626         * m4/mbstate_t.m4: Likewise.
17627         * m4/mbswidth.m4: Likewise.
17628         * m4/memchr.m4: Likewise.
17629         * m4/memcmp.m4: Likewise.
17630         * m4/memcpy.m4: Likewise.
17631         * m4/memmem.m4: Likewise.
17632         * m4/memmove.m4: Likewise.
17633         * m4/mempcpy.m4: Likewise.
17634         * m4/memrchr.m4: Likewise.
17635         * m4/memset.m4: Likewise.
17636         * m4/minmax.m4: Likewise.
17637         * m4/mkdir-slash.m4: Likewise.
17638         * m4/mkdtemp.m4: Likewise.
17639         * m4/mktime.m4: Likewise.
17640         * m4/mmap-anon.m4: Likewise.
17641         * m4/mountlist.m4: Likewise.
17642         * m4/nanosleep.m4: Likewise.
17643         * m4/nls.m4: Likewise.
17644         * m4/nocrash.m4: Likewise.
17645         * m4/open.m4: Likewise.
17646         * m4/openat.m4: Likewise.
17647         * m4/openmp.m4: Likewise.
17648         * m4/pathmax.m4: Likewise.
17649         * m4/perl.m4: Likewise.
17650         * m4/physmem.m4: Likewise.
17651         * m4/pipe.m4: Likewise.
17652         * m4/po.m4: Likewise.
17653         * m4/poll.m4: Likewise.
17654         * m4/posixtm.m4: Likewise.
17655         * m4/posixver.m4: Likewise.
17656         * m4/printf-frexp.m4: Likewise.
17657         * m4/printf-frexpl.m4: Likewise.
17658         * m4/printf-posix.m4: Likewise.
17659         * m4/printf-posix-rpl.m4: Likewise.
17660         * m4/printf.m4: Likewise.
17661         * m4/progtest.m4: Likewise.
17662         * m4/putenv.m4: Likewise.
17663         * m4/readline.m4: Likewise.
17664         * m4/readlink.m4: Likewise.
17665         * m4/readutmp.m4: Likewise.
17666         * m4/realloc.m4: Likewise.
17667         * m4/regex.m4: Likewise.
17668         * m4/relocatable.m4: Likewise.
17669         * m4/relocatable-lib.m4: Likewise.
17670         * m4/rename-dest-slash.m4: Likewise.
17671         * m4/rename.m4: Likewise.
17672         * m4/rmdir-errno.m4: Likewise.
17673         * m4/rmdir.m4: Likewise.
17674         * m4/roundf.m4: Likewise.
17675         * m4/roundl.m4: Likewise.
17676         * m4/rpmatch.m4: Likewise.
17677         * m4/save-cwd.m4: Likewise.
17678         * m4/selinux-selinux-h.m4: Likewise.
17679         * m4/setenv.m4: Likewise.
17680         * m4/settime.m4: Likewise.
17681         * m4/sig2str.m4: Likewise.
17682         * m4/sig_atomic_t.m4: Likewise.
17683         * m4/signalblocking.m4: Likewise.
17684         * m4/signbit.m4: Likewise.
17685         * m4/sigpipe.m4: Likewise.
17686         * m4/sockets.m4: Likewise.
17687         * m4/sockpfaf.m4: Likewise.
17688         * m4/st_dm_mode.m4: Likewise.
17689         * m4/stat-time.m4: Likewise.
17690         * m4/stdbool.m4: Likewise.
17691         * m4/stdint.m4: Likewise.
17692         * m4/stdint_h.m4: Likewise.
17693         * m4/stpcpy.m4: Likewise.
17694         * m4/stpncpy.m4: Likewise.
17695         * m4/strcase.m4: Likewise.
17696         * m4/strchrnul.m4: Likewise.
17697         * m4/strcspn.m4: Likewise.
17698         * m4/strdup.m4: Likewise.
17699         * m4/strftime.m4: Likewise.
17700         * m4/strndup.m4: Likewise.
17701         * m4/strnlen.m4: Likewise.
17702         * m4/strpbrk.m4: Likewise.
17703         * m4/strptime.m4: Likewise.
17704         * m4/strsep.m4: Likewise.
17705         * m4/strtod.m4: Likewise.
17706         * m4/strtoimax.m4: Likewise.
17707         * m4/strtok_r.m4: Likewise.
17708         * m4/strtol.m4: Likewise.
17709         * m4/strtoll.m4: Likewise.
17710         * m4/strtoul.m4: Likewise.
17711         * m4/strtoull.m4: Likewise.
17712         * m4/strtoumax.m4: Likewise.
17713         * m4/strverscmp.m4: Likewise.
17714         * m4/threadlib.m4: Likewise.
17715         * m4/timegm.m4: Likewise.
17716         * m4/tm_gmtoff.m4: Likewise.
17717         * m4/tmpdir.m4: Likewise.
17718         * m4/tmpfile.m4: Likewise.
17719         * m4/tzset.m4: Likewise.
17720         * m4/uintmax_t.m4: Likewise.
17721         * m4/unlinkdir.m4: Likewise.
17722         * m4/unlocked-io.m4: Likewise.
17723         * m4/uptime.m4: Likewise.
17724         * m4/userspec.m4: Likewise.
17725         * m4/utimbuf.m4: Likewise.
17726         * m4/utime.m4: Likewise.
17727         * m4/utimes-null.m4: Likewise.
17728         * m4/utimes.m4: Likewise.
17729         * m4/vararrays.m4: Likewise.
17730         * m4/vasnprintf.m4: Likewise.
17731         * m4/vfprintf-posix.m4: Likewise.
17732         * m4/vprintf-posix.m4: Likewise.
17733         * m4/wait-process.m4: Likewise.
17734         * m4/wchar_t.m4: Likewise.
17735         * m4/wint_t.m4: Likewise.
17736         * m4/write-any-file.m4: Likewise.
17737         * m4/yield.m4: Likewise.
17738
17739 2009-01-13  Bruno Haible  <bruno@clisp.org>
17740
17741         Avoid test-copy-file.sh failures when ACL support insufficient.
17742         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
17743         TESTS_ENVIRONMENT.
17744         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
17745         Reported by Jim Meyering.
17746
17747 2009-01-13  Bruno Haible  <bruno@clisp.org>
17748
17749         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
17750         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
17751         * modules/unistdio/u8-printf-parse (Files): Likewise.
17752         * modules/unistdio/u32-printf-parse (Files): Likewise.
17753         * modules/unistdio/ulc-printf-parse (Files): Likewise.
17754
17755 2009-01-13  Simon Josefsson  <simon@josefsson.org>
17756
17757         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
17758         and m4/inttypes_h.m4 too.
17759
17760 2009-01-12  Eric Blake  <ebb9@byu.net>
17761
17762         tests: IRIX 6.2 cc can't compile -0.0 into .data
17763         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
17764         rather than at compile-time.
17765         * tests/test-floorl.c (minus_zero): Likewise.
17766         * tests/test-frexpl.c (minus_zero): Likewise.
17767         * tests/test-isnan.c (minus_zerol): Likewise.
17768         * tests/test-isnanl.h (minus_zero): Likewise.
17769         * tests/test-ldexpl.c (minus_zero): Likewise.
17770         * tests/test-roundl.c (minus_zero): Likewise.
17771         * tests/test-signbit.c (minus_zerol): Likewise.
17772         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
17773         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
17774         * tests/test-truncl.c (minus_zero): Likewise.
17775         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
17776         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
17777         Reported by Tom G. Christensen and Nelson H. F. Beebe.
17778
17779 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17780
17781         regex: fix glibc bug 9697
17782         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
17783         handling.
17784
17785 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17786
17787         regex: fix glibc bug 697
17788         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
17789         being NULL also if there are no backreferences.
17790
17791 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
17792
17793         regex: merge glibc changes
17794         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
17795         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
17796         re_string_skip_chars, re_string_reconstruct): Likewise.
17797         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
17798
17799 2009-01-07  Jim Meyering  <meyering@redhat.com>
17800
17801         poll: filter through cppi
17802         * lib/poll.c: Indent cpp directives to reflect nesting.
17803
17804 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
17805
17806         poll: don't return uninitialized
17807         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
17808
17809 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
17810
17811         avoid compile failure on AIX 6.1
17812         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
17813         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
17814
17815 2009-01-04  Jim Meyering  <meyering@redhat.com>
17816
17817         remove duplicate inclusion of <stdio.h>
17818         * tests/test-fprintf-posix.c: Likewise.
17819         * tests/test-printf-posix.c: Likewise.
17820         * tests/test-snprintf-posix.c: Likewise.
17821         * tests/test-sprintf-posix.c: Likewise.
17822         * tests/test-vasprintf-posix.c: Likewise.
17823         * tests/test-vfprintf-posix.c: Likewise.
17824         * tests/test-vprintf-posix.c: Likewise.
17825         * tests/test-vsnprintf-posix.c: Likewise.
17826         * tests/test-vsprintf-posix.c: Likewise.
17827
17828 2009-01-03  Jim Meyering  <meyering@redhat.com>
17829
17830         gnulib-tool: fix sed-based filtering
17831         * gnulib-tool (func_filter_filelist): Remove extra backslash
17832         in sed_fff_filter definition.
17833
17834 2009-01-02  Jim Meyering  <meyering@redhat.com>
17835
17836         strftime: avoid compilation failure on Solaris 2.6
17837         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
17838         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
17839         Don't #define mbrlen or mbsinit, since now they're guaranteed to
17840         be available.  Reported by Tom G. Christensen.  Details in
17841         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
17842
17843 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17844             Bruno Haible  <bruno@clisp.org>
17845
17846         Speed up gnulib-tool by doing more string processing through shell
17847         built-ins.
17848         * gnulib-tool (fast_func_append): New variable.
17849         (func_remove_prefix, func_remove_suffix): New functions.
17850         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
17851         (func_filter_filelist): New function.
17852         (func_get_dependencies): Use func_remove_suffix instead of sed.
17853         (func_get_automake_snippet): Use func_filter_filelist instead of a
17854         subshell and sed invocation.
17855
17856 2009-01-01  Bruno Haible  <bruno@clisp.org>
17857
17858         Fix a security bug.
17859         * gnulib-tool (func_import, import, update): Don't allow the characters
17860         '"', '$', '`', '\' in macro arguments that become part of commands that
17861         are evaluated.
17862
17863 2009-01-01  Bruno Haible  <bruno@clisp.org>
17864
17865         * gnulib-tool (func_reset_sigpipe): Add more comments.
17866
17867 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17868
17869         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
17870         func_emit_tests_Makefile_am, func_import): Abort loops early if we
17871         already know the answer.
17872
17873 2009-01-01  Jim Meyering  <meyering@redhat.com>
17874
17875         * lib/version-etc.c (version_etc_va): Update copyright year.
17876
17877 2008-12-30  Bruno Haible  <bruno@clisp.org>
17878
17879         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
17880         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
17881         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
17882
17883 2008-12-29  Eric Blake  <ebb9@byu.net>
17884
17885         multiarch: avoid autoconf AC_REQUIRE bug
17886         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
17887         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
17888         2.63 and older.
17889         Reported by Bruno Haible, and analyzed in
17890         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
17891
17892 2008-12-29  Bruno Haible  <bruno@clisp.org>
17893
17894         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
17895         files in subdirectories correctly.
17896         Reported by Ralf Wildenhues.
17897
17898 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17899
17900         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
17901         rather than 'join FILE -', for Solaris join.
17902
17903 2008-12-29  Bruno Haible  <bruno@clisp.org>
17904
17905         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
17906         quoting.
17907         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
17908         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
17909         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
17910         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
17911         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
17912         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
17913         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
17914         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
17915         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
17916         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
17917         * m4/nls.m4 (AM_NLS): Likewise.
17918         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
17919         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
17920         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
17921         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
17922         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
17923         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
17924         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
17925         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
17926         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
17927         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
17928         * m4/xsize.m4 (gl_XSIZE): Likewise.
17929         Suggested by Jim Meyering.
17930
17931 2008-11-17  Bruce Korb  <bkorb@gnu.org>
17932
17933         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
17934         * lib/parse-duration.c: use a switch instead of cascading if's.
17935
17936 2008-12-29  Eric Blake  <ebb9@byu.net>
17937
17938         wchar.h: supply WEOF on Irix 5.3
17939         * lib/wchar.in.h (wint_t): Also supply WEOF.
17940         * lib/wctype.in.h (wint_t): Likewise.
17941         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
17942         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
17943         Reported by Tom G. Christensen.
17944
17945 2008-12-26  Bruno Haible  <bruno@clisp.org>
17946
17947         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
17948         i486, i586, i686.
17949
17950 2008-12-26  Bruno Haible  <bruno@clisp.org>
17951
17952         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
17953
17954 2008-12-26  Bruno Haible  <bruno@clisp.org>
17955
17956         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
17957         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
17958         not __STDC_CONSTANT_MACROS.
17959         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
17960
17961 2008-12-25  Bruno Haible  <bruno@clisp.org>
17962
17963         Add support for universal builds to vasnprintf.
17964         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
17965         universal builds, guess no.
17966         * modules/vasnprintf-posix (Depends-on): Add multiarch.
17967         * modules/vasprintf-posix (Depends-on): Likewise.
17968         * modules/fprintf-posix (Depends-on): Likewise.
17969         * modules/vfprintf-posix (Depends-on): Likewise.
17970         * modules/snprintf-posix (Depends-on): Likewise.
17971         * modules/vsnprintf-posix (Depends-on): Likewise.
17972         * modules/sprintf-posix (Depends-on): Likewise.
17973         * modules/vsprintf-posix (Depends-on): Likewise.
17974         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
17975         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
17976         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
17977         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
17978         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
17979         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
17980         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
17981
17982         Add support for universal builds to <inttypes.h>.
17983         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
17984         _SCNu64_PREFIX): In Apple
17985         universal builds, define directly, using _LP64.
17986         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
17987         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
17988         * modules/inttypes (Depends-on): Add multiarch.
17989         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17990
17991         Add support for universal builds to <stdint.h>.
17992         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
17993         universal builds, define directly, using _LP64.
17994         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
17995         Apple universal builds, don't test for the size and suffix of ptrdiff_t
17996         and size_t.
17997         * modules/stdint (Depends-on): Add multiarch.
17998         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
17999
18000         New module 'multiarch'.
18001         * modules/multiarch: New file.
18002         * m4/multiarch.m4: New file.
18003
18004 2008-12-25  Bruno Haible  <bruno@clisp.org>
18005
18006         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
18007
18008 2008-12-25  Bruno Haible  <bruno@clisp.org>
18009
18010         * modules/btowc (License): Relicense under LGPLv2+.
18011         * modules/mbsinit (License): Likewise.
18012         * modules/mbrtowc (License): Likewise.
18013         * modules/wcrtomb (License): Likewise.
18014         * modules/streq (License): Likewise.
18015         Reported by David Lutterkort <lutter@redhat.com>.
18016
18017 2008-12-23  Bruno Haible  <bruno@clisp.org>
18018
18019         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
18020
18021 2008-12-23  Bruno Haible  <bruno@clisp.org>
18022
18023         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
18024         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
18025         GETADDRINFO_LIB, not in LIBS.
18026         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
18027         * modules/canon-host (Link): Likewise.
18028         * NEWS: Mention the change.
18029         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
18030         GETADDRINFO_LIB.
18031
18032 2008-12-22  Bruno Haible  <bruno@clisp.org>
18033
18034         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
18035         * doc/posix-functions/iswalpha_l.texi: Likewise.
18036         * doc/posix-functions/iswblank_l.texi: Likewise.
18037         * doc/posix-functions/iswcntrl_l.texi: Likewise.
18038         * doc/posix-functions/iswctype_l.texi: Likewise.
18039         * doc/posix-functions/iswdigit_l.texi: Likewise.
18040         * doc/posix-functions/iswgraph_l.texi: Likewise.
18041         * doc/posix-functions/iswlower_l.texi: Likewise.
18042         * doc/posix-functions/iswprint_l.texi: Likewise.
18043         * doc/posix-functions/iswpunct_l.texi: Likewise.
18044         * doc/posix-functions/iswspace_l.texi: Likewise.
18045         * doc/posix-functions/iswupper_l.texi: Likewise.
18046         * doc/posix-functions/iswxdigit_l.texi: Likewise.
18047         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
18048         * doc/posix-functions/open_wmemstream.texi: Likewise.
18049         * doc/posix-functions/swscanf.texi: Likewise.
18050         * doc/posix-functions/towctrans_l.texi: Likewise.
18051         * doc/posix-functions/towlower.texi: Likewise.
18052         * doc/posix-functions/towlower_l.texi: Likewise.
18053         * doc/posix-functions/towupper.texi: Likewise.
18054         * doc/posix-functions/towupper_l.texi: Likewise.
18055         * doc/posix-functions/vfwprintf.texi: Likewise.
18056         * doc/posix-functions/vfwscanf.texi: Likewise.
18057         * doc/posix-functions/vswscanf.texi: Likewise.
18058         * doc/posix-functions/vwprintf.texi: Likewise.
18059         * doc/posix-functions/vwscanf.texi: Likewise.
18060         * doc/posix-functions/wcpcpy.texi: Likewise.
18061         * doc/posix-functions/wcpncpy.texi: Likewise.
18062         * doc/posix-functions/wcscasecmp.texi: Likewise.
18063         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
18064         * doc/posix-functions/wcscoll_l.texi: Likewise.
18065         * doc/posix-functions/wcsdup.texi: Likewise.
18066         * doc/posix-functions/wcsncasecmp.texi: Likewise.
18067         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
18068         * doc/posix-functions/wcsnlen.texi: Likewise.
18069         * doc/posix-functions/wcsnrtombs.texi: Likewise.
18070         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
18071         * doc/posix-functions/wctrans_l.texi: Likewise.
18072         * doc/posix-functions/wctype_l.texi: Likewise.
18073         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
18074         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
18075         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
18076         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
18077         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
18078         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
18079         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
18080         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
18081         * doc/glibc-functions/wcschrnul.texi: Likewise.
18082         * doc/glibc-functions/wcsftime_l.texi: Likewise.
18083         * doc/glibc-functions/wcstod_l.texi: Likewise.
18084         * doc/glibc-functions/wcstof_l.texi: Likewise.
18085         * doc/glibc-functions/wcstol_l.texi: Likewise.
18086         * doc/glibc-functions/wcstold_l.texi: Likewise.
18087         * doc/glibc-functions/wcstoll_l.texi: Likewise.
18088         * doc/glibc-functions/wcstoq.texi: Likewise.
18089         * doc/glibc-functions/wcstoul_l.texi: Likewise.
18090         * doc/glibc-functions/wcstoull_l.texi: Likewise.
18091         * doc/glibc-functions/wcstouq.texi: Likewise.
18092         * doc/glibc-functions/wmempcpy.texi: Likewise.
18093
18094 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
18095             Eric Blake  <ebb9@byu.net>
18096             Paolo Bonzini  <bonzini@gnu.org>
18097             Bruno Haible  <bruno@clisp.org>
18098
18099         Make c-stack work on Haiku.
18100         * lib/c-stack.c (SA_ONSTACK): Define fallback.
18101         (c_stack_action): Use SA_ONSTACK flag.
18102
18103 2008-12-22  Bruno Haible  <bruno@clisp.org>
18104
18105         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
18106
18107 2008-12-22  Bruno Haible  <bruno@clisp.org>
18108
18109         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
18110         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
18111         being overridden.
18112         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
18113         New macros.
18114         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
18115         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
18116         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
18117         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
18118
18119 2008-12-22  Bruno Haible  <bruno@clisp.org>
18120
18121         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
18122         from test code.
18123
18124 2008-12-22  Eric Blake  <ebb9@byu.net>
18125
18126         Avoid gcc warnings on cygwin.
18127         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
18128         Avoid unused variable.
18129         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
18130         Likewise.
18131
18132 2008-12-22  Bruno Haible  <bruno@clisp.org>
18133
18134         Remove HAVE_MBRTOWC conditionals.
18135         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
18136         (mbscasecmp): Assume mbrtowc function.
18137         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
18138         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
18139         * lib/mbschr.c: Include mbuiter.h unconditionally.
18140         (mbschr): Assume mbrtowc function.
18141         * lib/mbscspn.c: Include mbuiter.h unconditionally.
18142         (mbscspn): Assume mbrtowc function.
18143         * lib/mbslen.c: Include mbuiter.h unconditionally.
18144         (mbslen): Assume mbrtowc function.
18145         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
18146         (mbsncasecmp): Assume mbrtowc function.
18147         * lib/mbsnlen.c: Include mbiter.h unconditionally.
18148         (mbsnlen): Assume mbrtowc function.
18149         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
18150         (mbspbrk): Assume mbrtowc function.
18151         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
18152         (mbspcasecmp): Assume mbrtowc function.
18153         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
18154         (mbsrchr): Assume mbrtowc function.
18155         * lib/mbssep.c: Include mbuiter.h unconditionally.
18156         (mbssep): Assume mbrtowc function.
18157         * lib/mbsspn.c: Include mbuiter.h unconditionally.
18158         (mbsspn): Assume mbrtowc function.
18159         * lib/mbsstr.c: Include mbuiter.h unconditionally.
18160         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
18161         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
18162         (mbstok_r): Assume mbrtowc function.
18163         * lib/propername.c: Include mbuiter.h unconditionally.
18164         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
18165         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
18166         (trim2): Assume mbrtowc function.
18167         * lib/mbswidth.c (mbsinit): Remove fallback definition.
18168         (mbsnwidth): Assume mbrtowc function.
18169         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
18170         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
18171         fallback definitions.
18172         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
18173
18174 2008-12-22  Bruno Haible  <bruno@clisp.org>
18175
18176         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
18177
18178 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
18179
18180         * modules/regex: Request emulations for the mb*/wc* functions we need.
18181         * m4/regex.m4: Don't look for those functions here.
18182         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
18183
18184 2008-12-22  Bruno Haible  <bruno@clisp.org>
18185
18186         * modules/fnmatch (Depends-on): Remove duplicated dependency.
18187
18188 2008-12-21  Bruno Haible  <bruno@clisp.org>
18189
18190         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
18191         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
18192         (Include): Remove conditionalization.
18193         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
18194         (Include): Remove conditionalization.
18195         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
18196         (Include): Remove conditionalization.
18197         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
18198         * m4/mbfile.m4 (gl_MBFILE): Likewise.
18199         * NEWS: Mention the change.
18200         Reported by Alan Hourihane <alanh@fairlite.co.uk>
18201         via Sergey Poznyakoff <gray@gnu.org.ua>.
18202
18203 2008-12-21  Bruno Haible  <bruno@clisp.org>
18204
18205         * MODULES.html.sh (Extended multibyte and wide character utilities
18206         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
18207         wcrtomb, wcsrtombs.
18208         (Support for systems lacking POSIX:2008): Add accept, bind, close,
18209         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
18210         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
18211         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
18212
18213 2008-12-21  Bruno Haible  <bruno@clisp.org>
18214
18215         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
18216
18217 2008-12-21  Bruno Haible  <bruno@clisp.org>
18218
18219         * modules/wcsnrtombs-tests: New file.
18220         * tests/test-wcsnrtombs1.sh: New file.
18221         * tests/test-wcsnrtombs2.sh: New file.
18222         * tests/test-wcsnrtombs3.sh: New file.
18223         * tests/test-wcsnrtombs4.sh: New file.
18224         * tests/test-wcsnrtombs.c: New file.
18225
18226         New module 'wcsnrtombs'.
18227         * lib/wchar.in.h (wcsnrtombs): New declaration.
18228         * lib/wcsnrtombs.c: New file.
18229         * lib/wcsrtombs-state.c: New file.
18230         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
18231         (internal_state): Remove variable.
18232         * m4/wcsnrtombs.m4: New file.
18233         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
18234         compilation units.
18235         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
18236         HAVE_WCSNRTOMBS.
18237         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
18238         HAVE_WCSNRTOMBS.
18239         * modules/wcsnrtombs: New file.
18240         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
18241         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
18242
18243 2008-12-21  Bruno Haible  <bruno@clisp.org>
18244
18245         * modules/wcsrtombs-tests: New file.
18246         * tests/test-wcsrtombs1.sh: New file.
18247         * tests/test-wcsrtombs2.sh: New file.
18248         * tests/test-wcsrtombs3.sh: New file.
18249         * tests/test-wcsrtombs4.sh: New file.
18250         * tests/test-wcsrtombs.c: New file.
18251
18252         New module 'wcsrtombs'.
18253         * lib/wchar.in.h (wcsrtombs): New declaration.
18254         * lib/wcsrtombs.c: New file.
18255         * m4/wcsrtombs.m4: New file.
18256         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
18257         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18258         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
18259         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
18260         * modules/wcsrtombs: New file.
18261         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
18262         bugs.
18263
18264 2008-12-21  Bruno Haible  <bruno@clisp.org>
18265
18266         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
18267         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
18268         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
18269         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
18270         if not correct.
18271         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
18272         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
18273         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18274         m4/locale-zh.m4, m4/codeset.m4.
18275         * doc/posix-functions/wcrtomb.texi: Document the bug.
18276
18277 2008-12-21  Bruno Haible  <bruno@clisp.org>
18278
18279         Work around a btowc() bug on IRIX 6.5.
18280         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
18281         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
18282         REPLACE_WTOBC if not.
18283         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
18284         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
18285         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
18286
18287 2008-12-21  Bruno Haible  <bruno@clisp.org>
18288
18289         * modules/wcrtomb-tests: New file.
18290         * tests/test-wcrtomb.sh: New file.
18291         * tests/test-wcrtomb.c: New file.
18292
18293         New module 'wcrtomb'.
18294         * lib/wchar.in.h (wcrtomb): New declaration.
18295         * lib/wcrtomb.c: New file.
18296         * m4/wcrtomb.m4: New file.
18297         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
18298         HAVE_WCRTOMB.
18299         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
18300         HAVE_WCRTOMB.
18301         * modules/wcrtomb: New file.
18302         * doc/posix-functions/wcrtomb.texi: Mention the new module.
18303
18304 2008-12-21  Bruno Haible  <bruno@clisp.org>
18305
18306         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
18307         * modules/mbsrtowcs (Files): Likewise.
18308         * modules/wctob (Files): Likewise.
18309         * modules/c-strcase-tests (Files): Likewise.
18310         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
18311         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
18312         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
18313         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
18314         * modules/vasnprintf-posix-tests (Files): Likewise.
18315
18316 2008-12-21  William Pursell  <bill.pursell@gmail.com>
18317
18318         gitlog-to-changelog: pass all command-line arguments to git-log
18319         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
18320         it is sometimes convenient to filter the commits in various ways.
18321         gitlog-to-changelog only allows --since to specify a start date,
18322         but git-log itself supports many other filtering mechanisms.
18323         At the moment, I want to filter by branch name.  Rather than
18324         adding a --branch option to gitlog-to-changelog, it seems more
18325         flexible to simply pass all options directly to git-log and let
18326         git do the work.  Notice that this effectively makes --since a
18327         redundant option for gitlog-to-changelog, but removing it would
18328         require current usage to change since calls would then require
18329         an additional '--'.
18330
18331 2008-12-21  Bruno Haible  <bruno@clisp.org>
18332
18333         * modules/mbsnrtowcs-tests: New file.
18334         * tests/test-mbsnrtowcs1.sh: New file.
18335         * tests/test-mbsnrtowcs2.sh: New file.
18336         * tests/test-mbsnrtowcs3.sh: New file.
18337         * tests/test-mbsnrtowcs4.sh: New file.
18338         * tests/test-mbsnrtowcs.c: New file.
18339
18340         New module 'mbsnrtowcs'.
18341         * lib/wchar.in.h (mbsnrtowcs): New declaration.
18342         * lib/mbsnrtowcs.c: New file.
18343         * lib/mbsrtowcs-state.c: New file.
18344         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
18345         (internal_state): Remove variable.
18346         * m4/mbsnrtowcs.m4: New file.
18347         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
18348         compilation units.
18349         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
18350         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18351         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
18352         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
18353         * modules/mbsnrtowcs: New file.
18354         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
18355         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
18356         portability problem.
18357
18358 2008-12-21  Bruno Haible  <bruno@clisp.org>
18359
18360         Work around mbsrtowcs bug.
18361         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
18362         (gl_FUNC_MBSRTOWCS): Invoke it.
18363         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18364         m4/locale-zh.m4.
18365         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
18366
18367 2008-12-21  Bruno Haible  <bruno@clisp.org>
18368
18369         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
18370
18371 2008-12-21  Bruno Haible  <bruno@clisp.org>
18372
18373         Update doc for AIX.
18374         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
18375         16-bit wchar_t type.
18376         * doc/posix-functions/btowc.texi: Likewise.
18377         * doc/posix-functions/fgetwc.texi: Likewise.
18378         * doc/posix-functions/fgetws.texi: Likewise.
18379         * doc/posix-functions/fputwc.texi: Likewise.
18380         * doc/posix-functions/fputws.texi: Likewise.
18381         * doc/posix-functions/fwide.texi: Likewise.
18382         * doc/posix-functions/fwprintf.texi: Likewise.
18383         * doc/posix-functions/fwscanf.texi: Likewise.
18384         * doc/posix-functions/getwchar.texi: Likewise.
18385         * doc/posix-functions/getwc.texi: Likewise.
18386         * doc/posix-functions/iswalnum.texi: Likewise.
18387         * doc/posix-functions/iswalpha.texi: Likewise.
18388         * doc/posix-functions/iswblank.texi: Likewise.
18389         * doc/posix-functions/iswcntrl.texi: Likewise.
18390         * doc/posix-functions/iswctype.texi: Likewise.
18391         * doc/posix-functions/iswdigit.texi: Likewise.
18392         * doc/posix-functions/iswgraph.texi: Likewise.
18393         * doc/posix-functions/iswlower.texi: Likewise.
18394         * doc/posix-functions/iswprint.texi: Likewise.
18395         * doc/posix-functions/iswpunct.texi: Likewise.
18396         * doc/posix-functions/iswspace.texi: Likewise.
18397         * doc/posix-functions/iswupper.texi: Likewise.
18398         * doc/posix-functions/iswxdigit.texi: Likewise.
18399         * doc/posix-functions/mbrtowc.texi: Likewise.
18400         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18401         * doc/posix-functions/mbstowcs.texi: Likewise.
18402         * doc/posix-functions/mbtowc.texi: Likewise.
18403         * doc/posix-functions/putwchar.texi: Likewise.
18404         * doc/posix-functions/putwc.texi: Likewise.
18405         * doc/posix-functions/swprintf.texi: Likewise.
18406         * doc/posix-functions/tolower.texi: Likewise.
18407         * doc/posix-functions/toupper.texi: Likewise.
18408         * doc/posix-functions/towctrans.texi: Likewise.
18409         * doc/posix-functions/ungetwc.texi: Likewise.
18410         * doc/posix-functions/vswprintf.texi: Likewise.
18411         * doc/posix-functions/wcrtomb.texi: Likewise.
18412         * doc/posix-functions/wcscat.texi: Likewise.
18413         * doc/posix-functions/wcschr.texi: Likewise.
18414         * doc/posix-functions/wcscmp.texi: Likewise.
18415         * doc/posix-functions/wcscoll.texi: Likewise.
18416         * doc/posix-functions/wcscpy.texi: Likewise.
18417         * doc/posix-functions/wcscspn.texi: Likewise.
18418         * doc/posix-functions/wcsftime.texi: Likewise.
18419         * doc/posix-functions/wcslen.texi: Likewise.
18420         * doc/posix-functions/wcsncat.texi: Likewise.
18421         * doc/posix-functions/wcsncmp.texi: Likewise.
18422         * doc/posix-functions/wcsncpy.texi: Likewise.
18423         * doc/posix-functions/wcspbrk.texi: Likewise.
18424         * doc/posix-functions/wcsrchr.texi: Likewise.
18425         * doc/posix-functions/wcsrtombs.texi: Likewise.
18426         * doc/posix-functions/wcsspn.texi: Likewise.
18427         * doc/posix-functions/wcsstr.texi: Likewise.
18428         * doc/posix-functions/wcstod.texi: Likewise.
18429         * doc/posix-functions/wcstof.texi: Likewise.
18430         * doc/posix-functions/wcstoimax.texi: Likewise.
18431         * doc/posix-functions/wcstok.texi: Likewise.
18432         * doc/posix-functions/wcstold.texi: Likewise.
18433         * doc/posix-functions/wcstoll.texi: Likewise.
18434         * doc/posix-functions/wcstol.texi: Likewise.
18435         * doc/posix-functions/wcstombs.texi: Likewise.
18436         * doc/posix-functions/wcstoull.texi: Likewise.
18437         * doc/posix-functions/wcstoul.texi: Likewise.
18438         * doc/posix-functions/wcstoumax.texi: Likewise.
18439         * doc/posix-functions/wcswidth.texi: Likewise.
18440         * doc/posix-functions/wcsxfrm.texi: Likewise.
18441         * doc/posix-functions/wctob.texi: Likewise.
18442         * doc/posix-functions/wctomb.texi: Likewise.
18443         * doc/posix-functions/wctrans.texi: Likewise.
18444         * doc/posix-functions/wctype.texi: Likewise.
18445         * doc/posix-functions/wcwidth.texi: Likewise.
18446         * doc/posix-functions/wmemchr.texi: Likewise.
18447         * doc/posix-functions/wmemcmp.texi: Likewise.
18448         * doc/posix-functions/wmemcpy.texi: Likewise.
18449         * doc/posix-functions/wmemmove.texi: Likewise.
18450         * doc/posix-functions/wmemset.texi: Likewise.
18451         * doc/posix-functions/wprintf.texi: Likewise.
18452         * doc/posix-functions/wscanf.texi: Likewise.
18453
18454 2008-12-21  Bruno Haible  <bruno@clisp.org>
18455
18456         Update doc for HP-UX 11.11.
18457         * doc/posix-functions/btowc.texi: Clarify that the function is missing
18458         in HP-UX version 11.00, not in all versions of HP-UX 11.
18459         * doc/posix-functions/fwide.texi: Likewise.
18460         * doc/posix-functions/fwprintf.texi: Likewise.
18461         * doc/posix-functions/fwscanf.texi: Likewise.
18462         * doc/posix-functions/inet_ntop.texi: Likewise.
18463         * doc/posix-functions/inet_pton.texi: Likewise.
18464         * doc/posix-functions/mbrlen.texi: Likewise.
18465         * doc/posix-functions/mbrtowc.texi: Likewise.
18466         * doc/posix-functions/mbsinit.texi: Likewise.
18467         * doc/posix-functions/mbsrtowcs.texi: Likewise.
18468         * doc/posix-functions/swprintf.texi: Likewise.
18469         * doc/posix-functions/swscanf.texi: Likewise.
18470         * doc/posix-functions/towctrans.texi: Likewise.
18471         * doc/posix-functions/vfwprintf.texi: Likewise.
18472         * doc/posix-functions/vswprintf.texi: Likewise.
18473         * doc/posix-functions/vwprintf.texi: Likewise.
18474         * doc/posix-functions/wcrtomb.texi: Likewise.
18475         * doc/posix-functions/wcsrtombs.texi: Likewise.
18476         * doc/posix-functions/wcsstr.texi: Likewise.
18477         * doc/posix-functions/wctob.texi: Likewise.
18478         * doc/posix-functions/wctrans.texi: Likewise.
18479         * doc/posix-functions/wmemchr.texi: Likewise.
18480         * doc/posix-functions/wmemcmp.texi: Likewise.
18481         * doc/posix-functions/wmemcpy.texi: Likewise.
18482         * doc/posix-functions/wmemmove.texi: Likewise.
18483         * doc/posix-functions/wmemset.texi: Likewise.
18484         * doc/posix-functions/wprintf.texi: Likewise.
18485         * doc/posix-functions/wscanf.texi: Likewise.
18486
18487 2008-12-21  Bruno Haible  <bruno@clisp.org>
18488
18489         Work around a portability problem.
18490         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
18491         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
18492
18493 2008-12-20  Bruno Haible  <bruno@clisp.org>
18494
18495         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
18496         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
18497         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
18498         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
18499         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
18500
18501         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
18502         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
18503         set.
18504         (GNULIB_defined_mbstate_t): New macro.
18505         (mbsinit): Redefine if REPLACE_MBSINIT is set.
18506         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
18507         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
18508         reuses the system's mbrtowc function but works around the bugs.
18509         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
18510         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
18511         macros.
18512         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
18513         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
18514         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
18515         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
18516         REPLACE_MBSINIT if mbsinit needs to be overridden.
18517         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
18518         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18519         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
18520         REPLACE_MBSINIT, REPLACE_MBRTOWC.
18521         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
18522         m4/locale-zh.m4.
18523         (Depends): Add mbsinit.
18524         * modules/mbsinit (Depends): Add mbrtowc.
18525         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
18526
18527 2008-12-20  Bruno Haible  <bruno@clisp.org>
18528
18529         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
18530         so that there are no conversion errors on AIX.
18531         * tests/test-mbsrtowcs.c (main): LIkewise.
18532
18533 2008-12-20  Bruno Haible  <bruno@clisp.org>
18534
18535         Work around wctob bug on Solaris <= 9.
18536         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
18537         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
18538         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
18539         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
18540         * modules/wctob (Files): Add m4/locale-fr.m4.
18541         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
18542
18543 2008-12-20  Bruno Haible  <bruno@clisp.org>
18544
18545         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
18546         /dev/null.
18547         * tests/test-select-in.sh: Likewise.
18548         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
18549
18550 2008-12-20  Bruno Haible  <bruno@clisp.org>
18551
18552         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
18553         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
18554         Cygwin 1.5.x.
18555
18556 2008-12-20  Bruno Haible  <bruno@clisp.org>
18557
18558         Ensure mbstate_t is defined on HP-UX 11.11.
18559         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
18560         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
18561         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
18562         AC_USE_SYSTEM_EXTENSIONS.
18563         * modules/fnmatch (Depends-on): Add extensions.
18564         * modules/mbrlen (Depends-on): Likewise.
18565         * modules/mbrtowc (Depends-on): Likewise.
18566         * modules/mbsinit (Depends-on): Likewise.
18567         * modules/mbsrtowcs (Depends-on): Likewise.
18568         * modules/mbswidth (Depends-on): Likewise.
18569         * modules/quotearg (Depends-on): Likewise.
18570         * modules/strftime (Depends-on): Likewise.
18571
18572 2008-12-20  Bruno Haible  <bruno@clisp.org>
18573
18574         Ensure wctob is declared on IRIX 6.5.
18575         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
18576         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
18577         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
18578         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
18579         of HAVE_WCTOB.
18580         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
18581         HAVE_WCTOB.
18582         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
18583
18584 2008-12-19  Bruno Haible  <bruno@clisp.org>
18585
18586         * modules/mbsrtowcs-tests: New file.
18587         * tests/test-mbsrtowcs1.sh: New file.
18588         * tests/test-mbsrtowcs2.sh: New file.
18589         * tests/test-mbsrtowcs3.sh: New file.
18590         * tests/test-mbsrtowcs4.sh: New file.
18591         * tests/test-mbsrtowcs.c: New file.
18592
18593         New module 'mbsrtowcs'.
18594         * lib/wchar.in.h (mbsrtowcs): New declaration.
18595         * lib/mbsrtowcs.c: New file.
18596         * m4/mbsrtowcs.m4: New file.
18597         * modules/mbsrtowcs: New file.
18598         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
18599         HAVE_MBSRTOWCS.
18600         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
18601         HAVE_MBSRTOWCS.
18602         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
18603
18604 2008-12-19  Bruno Haible  <bruno@clisp.org>
18605
18606         New module 'mbrlen'.
18607         * lib/wchar.in.h (mbrlen): New declaration.
18608         * lib/mbrlen.c: New file.
18609         * m4/mbrlen.m4: New file.
18610         * modules/mbrlen: New file.
18611         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
18612         HAVE_MBRLEN.
18613         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
18614         HAVE_MBRLEN.
18615         * doc/posix-functions/mbrlen.texi: Document the new module.
18616
18617 2008-12-19  Bruno Haible  <bruno@clisp.org>
18618
18619         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
18620         * modules/mbrtowc (Depends-on): Add verify.
18621         Suggested by Paul Eggert.
18622
18623 2008-12-18  Bruno Haible  <bruno@clisp.org>
18624
18625         * modules/mbsinit-tests: New file.
18626         * tests/test-mbsinit.sh: New file.
18627         * tests/test-mbsinit.c: New file.
18628
18629 2008-12-18  Bruno Haible  <bruno@clisp.org>
18630
18631         * modules/mbrtowc-tests: New file.
18632         * tests/test-mbrtowc1.sh: New file.
18633         * tests/test-mbrtowc2.sh: New file.
18634         * tests/test-mbrtowc3.sh: New file.
18635         * tests/test-mbrtowc4.sh: New file.
18636         * tests/test-mbrtowc.c: New file.
18637
18638         New module 'mbrtowc'.
18639         * lib/wchar.in.h (mbstate_t): Override when the system does not have
18640         mbsinit and mbrtowc.
18641         (mbrtowc): New declaration.
18642         * lib/mbrtowc.c: New file.
18643         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
18644         * modules/mbrtowc: New file.
18645         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
18646         HAVE_MBRTOWC.
18647         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
18648         HAVE_MBRTOWC.
18649         * doc/posix-functions/mbrtowc.texi: Document the new module.
18650
18651 2008-12-18  Bruno Haible  <bruno@clisp.org>
18652
18653         New module 'wctob'.
18654         * lib/wchar.in.h (wctob): New declaration.
18655         * lib/wctob.c: New file.
18656         * m4/wctob.m4: New file.
18657         * modules/wctob: New file.
18658         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
18659         HAVE_WCTOB.
18660         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
18661         * doc/posix-functions/wctob.texi: Document the new module.
18662
18663 2008-12-18  Bruno Haible  <bruno@clisp.org>
18664
18665         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
18666         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
18667
18668 2008-12-18  Simon Josefsson  <simon@josefsson.org>
18669
18670         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
18671         G. Christensen" <tgc@jupiterrise.com>.
18672
18673         * lib/flock.c: Need to include errno.h.  Reported by "Tom
18674         G. Christensen" <tgc@jupiterrise.com>.
18675
18676         * lib/flock.c: Need to include string.h.  Reported by "Tom
18677         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
18678         <ebb9@byu.net>.
18679
18680 2008-12-18  Bruno Haible  <bruno@clisp.org>
18681
18682         * m4/locale-ja.m4: New file, from GNU gettext.
18683
18684 2008-12-17  Bruno Haible  <bruno@clisp.org>
18685
18686         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
18687         Suggested by Eric Blake.
18688
18689 2008-12-17  Bruno Haible  <bruno@clisp.org>
18690
18691         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
18692
18693 2008-12-17  Bruno Haible  <bruno@clisp.org>
18694
18695         * lib/mbsinit.c: Include verify.h. Verify an assumption.
18696         * modules/mbsinit (Depends-on): Add verify.
18697         Suggested by Paul Eggert.
18698
18699 2008-12-17  Bruno Haible  <bruno@clisp.org>
18700
18701         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
18702         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
18703         gl_FUNC_MBRTOWC.
18704         * m4/mbiter.m4 (gl_MBITER): LIkewise.
18705         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
18706         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
18707         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
18708         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
18709         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
18710         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
18711         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
18712         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
18713         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
18714         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
18715         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
18716         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
18717         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
18718         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
18719         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
18720         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
18721         * modules/trim (configure.ac): Likewise.
18722
18723 2008-12-17  Bruno Haible  <bruno@clisp.org>
18724
18725         * modules/btowc-tests: New file.
18726         * tests/test-btowc1.sh: New file.
18727         * tests/test-btowc2.sh: New file.
18728         * tests/test-btowc.c: New file.
18729
18730         New module 'btowc'.
18731         * lib/wchar.in.h (btowc): New declaration.
18732         * lib/btowc.c: New file.
18733         * m4/btowc.m4: New file.
18734         * modules/btowc: New file.
18735         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
18736         HAVE_BTOWC.
18737         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
18738         * doc/posix-functions/btowc.texi: Document the new module.
18739
18740 2008-12-17  Bruno Haible  <bruno@clisp.org>
18741
18742         New module 'mbsinit'.
18743         * lib/wchar.in.h (mbsinit): New declaration.
18744         * lib/mbsinit.c: New file.
18745         * m4/mbsinit.m4: New file.
18746         * modules/mbsinit: New file.
18747         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
18748         HAVE_MBSINIT.
18749         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
18750         HAVE_MBSINIT.
18751         * doc/posix-functions/mbsinit.texi: Document the new module.
18752
18753 2008-12-16  Bruno Haible  <bruno@clisp.org>
18754
18755         * lib/unistd.in.h: Add comment.
18756         * tests/test-environ.c: Don't include <stdlib.h>.
18757
18758 2008-12-16  Bruno Haible  <bruno@clisp.org>
18759
18760         * lib/parse-duration.h (parse_duration): Document return value
18761         convention.
18762         * lib/parse-duration.c: Include specification header first. Add
18763         comments.
18764         (_): Remove macro.
18765         (parse_year_month_day, parse_hour_minute_second): Move side effects
18766         outside of strchr call.
18767         (parse_non_iso8601): Move side effects outside of isspace call.
18768         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
18769         call.
18770
18771 2008-12-16  Bruno Haible  <bruno@clisp.org>
18772
18773         * tests/test-parse-duration.sh: Produce no output when the test
18774         succeeds.
18775
18776 2008-12-16  Bruno Haible  <bruno@clisp.org>
18777
18778         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
18779         expressions.
18780
18781 2008-12-15  Bruno Haible  <bruno@clisp.org>
18782
18783         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
18784         * doc/glibc-functions/flistxattr.texi: Likewise.
18785         * doc/glibc-functions/fopencookie.texi: Likewise.
18786         * doc/glibc-functions/fremovexattr.texi: Likewise.
18787         * doc/glibc-functions/fsetxattr.texi: Likewise.
18788         * doc/glibc-functions/getxattr.texi: Likewise.
18789         * doc/glibc-functions/lgetxattr.texi: Likewise.
18790         * doc/glibc-functions/listxattr.texi: Likewise.
18791         * doc/glibc-functions/llistxattr.texi: Likewise.
18792         * doc/glibc-functions/lremovexattr.texi: Likewise.
18793         * doc/glibc-functions/lsetxattr.texi: Likewise.
18794         * doc/glibc-functions/removexattr.texi: Likewise.
18795         * doc/glibc-functions/setxattr.texi: Likewise.
18796         * doc/posix-functions/open_memstream.texi: Likewise.
18797
18798 2008-12-15  Eric Blake  <ebb9@byu.net>
18799
18800         Update doc for cygwin 1.7.
18801         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
18802         functions.
18803         * doc/posix-functions/fchmodat.texi: Likewise.
18804         * doc/posix-functions/fchownat.texi: Likewise.
18805         * doc/posix-functions/fdopendir.texi: Likewise.
18806         * doc/posix-functions/fmemopen.texi: Likewise.
18807         * doc/posix-functions/freeaddrinfo.texi: Likewise.
18808         * doc/posix-functions/fstatat.texi: Likewise.
18809         * doc/posix-functions/futimens.texi: Likewise.
18810         * doc/posix-functions/gai_strerror.texi: Likewise.
18811         * doc/posix-functions/getaddrinfo.texi: Likewise.
18812         * doc/posix-functions/getnameinfo.texi: Likewise.
18813         * doc/posix-functions/if_freenameindex.texi: Likewise.
18814         * doc/posix-functions/if_indextoname.texi: Likewise.
18815         * doc/posix-functions/if_nameindex.texi: Likewise.
18816         * doc/posix-functions/if_nametoindex.texi: Likewise.
18817         * doc/posix-functions/insque.texi: Likewise.
18818         * doc/posix-functions/linkat.texi: Likewise.
18819         * doc/posix-functions/llrint.texi: Likewise.
18820         * doc/posix-functions/llrintf.texi: Likewise.
18821         * doc/posix-functions/llrintl.texi: Likewise.
18822         * doc/posix-functions/lockf.texi: Likewise.
18823         * doc/posix-functions/lrintl.texi: Likewise.
18824         * doc/posix-functions/mkdirat.texi: Likewise.
18825         * doc/posix-functions/mkfifoat.texi: Likewise.
18826         * doc/posix-functions/mknodat.texi: Likewise.
18827         * doc/posix-functions/mq_close.texi: Likewise.
18828         * doc/posix-functions/mq_getattr.texi: Likewise.
18829         * doc/posix-functions/mq_notify.texi: Likewise.
18830         * doc/posix-functions/mq_open.texi: Likewise.
18831         * doc/posix-functions/mq_receive.texi: Likewise.
18832         * doc/posix-functions/mq_send.texi: Likewise.
18833         * doc/posix-functions/mq_setattr.texi: Likewise.
18834         * doc/posix-functions/mq_timedreceive.texi: Likewise.
18835         * doc/posix-functions/mq_timedsend.texi: Likewise.
18836         * doc/posix-functions/mq_unlink.texi: Likewise.
18837         * doc/posix-functions/open_memstream.texi: Likewise.
18838         * doc/posix-functions/openat.texi: Likewise.
18839         * doc/posix-functions/posix_fadvise.texi: Likewise.
18840         * doc/posix-functions/posix_fallocate.texi: Likewise.
18841         * doc/posix-functions/posix_madvise.texi: Likewise.
18842         * doc/posix-functions/posix_memalign.texi: Likewise.
18843         * doc/posix-functions/posix_openpt.texi: Likewise.
18844         * doc/posix-functions/readlinkat.texi: Likewise.
18845         * doc/posix-functions/remque.texi: Likewise.
18846         * doc/posix-functions/renameat.texi: Likewise.
18847         * doc/posix-functions/rintl.texi: Likewise.
18848         * doc/posix-functions/sem_unlink.texi: Likewise.
18849         * doc/posix-functions/shm_open.texi: Likewise.
18850         * doc/posix-functions/shm_unlink.texi: Likewise.
18851         * doc/posix-functions/signgam.texi: Likewise.
18852         * doc/posix-functions/sigset.texi: Likewise.
18853         * doc/posix-functions/stpcpy.texi: Likewise.
18854         * doc/posix-functions/stpncpy.texi: Likewise.
18855         * doc/posix-functions/strerror.texi: Likewise.
18856         * doc/posix-functions/strtod.texi: Likewise.
18857         * doc/posix-functions/symlinkat.texi: Likewise.
18858         * doc/posix-functions/unlinkat.texi: Likewise.
18859         * doc/posix-functions/utimensat.texi: Likewise.
18860         * doc/glibc-functions/bindresvport.texi: Likewise.
18861         * doc/glibc-functions/dn_expand.texi: Likewise.
18862         * doc/glibc-functions/exp10.texi: Likewise.
18863         * doc/glibc-functions/exp10f.texi: Likewise.
18864         * doc/glibc-functions/fgetxattr.texi: Likewise.
18865         * doc/glibc-functions/flistxattr.texi: Likewise.
18866         * doc/glibc-functions/fopencookie.texi: Likewise.
18867         * doc/glibc-functions/freeifaddrs.texi: Likewise.
18868         * doc/glibc-functions/fremovexattr.texi: Likewise.
18869         * doc/glibc-functions/fsetxattr.texi: Likewise.
18870         * doc/glibc-functions/getifaddrs.texi: Likewise.
18871         * doc/glibc-functions/getxattr.texi: Likewise.
18872         * doc/glibc-functions/lgetxattr.texi: Likewise.
18873         * doc/glibc-functions/listxattr.texi: Likewise.
18874         * doc/glibc-functions/llistxattr.texi: Likewise.
18875         * doc/glibc-functions/lremovexattr.texi: Likewise.
18876         * doc/glibc-functions/lsetxattr.texi: Likewise.
18877         * doc/glibc-functions/pow10.texi: Likewise.
18878         * doc/glibc-functions/pow10f.texi: Likewise.
18879         * doc/glibc-functions/rcmd_af.texi: Likewise.
18880         * doc/glibc-functions/removexattr.texi: Likewise.
18881         * doc/glibc-functions/res_init.texi: Likewise.
18882         * doc/glibc-functions/res_mkquery.texi: Likewise.
18883         * doc/glibc-functions/res_query.texi: Likewise.
18884         * doc/glibc-functions/res_querydomain.texi: Likewise.
18885         * doc/glibc-functions/res_send.texi: Likewise.
18886         * doc/glibc-functions/rresvport_af.texi: Likewise.
18887         * doc/glibc-functions/setxattr.texi: Likewise.
18888         * doc/glibc-functions/strcasestr.texi: Likewise.
18889
18890 2008-12-15  Bruno Haible  <bruno@clisp.org>
18891
18892         Fix compilation error on OSF/1 4.0.
18893         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
18894         <sys/time.h>, simply delegate to the system header.
18895         Reported by Daniel Richard G. <oss@teragram.com>.
18896
18897 2008-12-15  Bruno Haible  <bruno@clisp.org>
18898
18899         * doc/posix-functions/openat.texi: Mention the 'openat' module.
18900         * doc/posix-functions/fchmodat.texi: Likewise.
18901         * doc/posix-functions/fchownat.texi: Likewise.
18902         * doc/posix-functions/fdopendir.texi: Likewise.
18903         * doc/posix-functions/fstatat.texi: Likewise.
18904         * doc/posix-functions/mkdirat.texi: Likewise.
18905         * doc/posix-functions/unlinkat.texi: Likewise.
18906
18907 2008-12-14  Bruno Haible  <bruno@clisp.org>
18908
18909         Update doc for POSIX:2008.
18910         * doc/posix-functions/faccessat.texi: New file.
18911         * doc/posix-functions/fchmodat.texi: New file.
18912         * doc/posix-functions/fchownat.texi: New file.
18913         * doc/posix-functions/fdopendir.texi: New file.
18914         * doc/posix-functions/fstatat.texi: New file.
18915         * doc/posix-functions/futimens.texi: New file.
18916         * doc/posix-functions/linkat.texi: New file.
18917         * doc/posix-functions/mkdirat.texi: New file.
18918         * doc/posix-functions/mkfifoat.texi: New file.
18919         * doc/posix-functions/mknodat.texi: New file.
18920         * doc/posix-functions/open_wmemstream.texi: New file.
18921         * doc/posix-functions/openat.texi: New file.
18922         * doc/posix-functions/psiginfo.texi: New file.
18923         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
18924         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
18925         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
18926         * doc/posix-functions/readlinkat.texi: New file.
18927         * doc/posix-functions/renameat.texi: New file.
18928         * doc/posix-functions/strerror_l.texi: New file.
18929         * doc/posix-functions/symlinkat.texi: New file.
18930         * doc/posix-functions/unlinkat.texi: New file.
18931         * doc/posix-functions/utimensat.texi: New file.
18932         * doc/gnulib.texi (Function Substitutes): Add these subsections.
18933
18934 2008-12-14  Bruno Haible  <bruno@clisp.org>
18935
18936         Update doc for POSIX:2008.
18937         * doc/posix-functions/alphasort.texi: Renamed from
18938         doc/glibc-functions/alphasort.texi.
18939         * doc/posix-functions/dirfd.texi: Renamed from
18940         doc/glibc-functions/dirfd.texi.
18941         * doc/posix-functions/dprintf.texi: Renamed from
18942         doc/glibc-functions/dprintf.texi.
18943         * doc/posix-functions/duplocale.texi: Renamed from
18944         doc/glibc-functions/duplocale.texi.
18945         * doc/posix-functions/fexecve.texi: Renamed from
18946         doc/glibc-functions/fexecve.texi.
18947         * doc/posix-functions/fmemopen.texi: Renamed from
18948         doc/glibc-functions/fmemopen.texi.
18949         * doc/posix-functions/freelocale.texi: Renamed from
18950         doc/glibc-functions/freelocale.texi.
18951         * doc/posix-functions/getdate_err.texi: Renamed from
18952         doc/glibc-functions/getdate_err.texi.
18953         * doc/posix-functions/isalnum_l.texi: Renamed from
18954         doc/glibc-functions/isalnum_l.texi.
18955         * doc/posix-functions/isalpha_l.texi: Renamed from
18956         doc/glibc-functions/isalpha_l.texi.
18957         * doc/posix-functions/isblank_l.texi: Renamed from
18958         doc/glibc-functions/isblank_l.texi.
18959         * doc/posix-functions/iscntrl_l.texi: Renamed from
18960         doc/glibc-functions/iscntrl_l.texi.
18961         * doc/posix-functions/isdigit_l.texi: Renamed from
18962         doc/glibc-functions/isdigit_l.texi.
18963         * doc/posix-functions/isgraph_l.texi: Renamed from
18964         doc/glibc-functions/isgraph_l.texi.
18965         * doc/posix-functions/islower_l.texi: Renamed from
18966         doc/glibc-functions/islower_l.texi.
18967         * doc/posix-functions/isprint_l.texi: Renamed from
18968         doc/glibc-functions/isprint_l.texi.
18969         * doc/posix-functions/ispunct_l.texi: Renamed from
18970         doc/glibc-functions/ispunct_l.texi.
18971         * doc/posix-functions/isspace_l.texi: Renamed from
18972         doc/glibc-functions/isspace_l.texi.
18973         * doc/posix-functions/isupper_l.texi: Renamed from
18974         doc/glibc-functions/isupper_l.texi.
18975         * doc/posix-functions/iswalnum_l.texi: Renamed from
18976         doc/glibc-functions/iswalnum_l.texi.
18977         * doc/posix-functions/iswalpha_l.texi: Renamed from
18978         doc/glibc-functions/iswalpha_l.texi.
18979         * doc/posix-functions/iswblank_l.texi: Renamed from
18980         doc/glibc-functions/iswblank_l.texi.
18981         * doc/posix-functions/iswcntrl_l.texi: Renamed from
18982         doc/glibc-functions/iswcntrl_l.texi.
18983         * doc/posix-functions/iswctype_l.texi: Renamed from
18984         doc/glibc-functions/iswctype_l.texi.
18985         * doc/posix-functions/iswdigit_l.texi: Renamed from
18986         doc/glibc-functions/iswdigit_l.texi.
18987         * doc/posix-functions/iswgraph_l.texi: Renamed from
18988         doc/glibc-functions/iswgraph_l.texi.
18989         * doc/posix-functions/iswlower_l.texi: Renamed from
18990         doc/glibc-functions/iswlower_l.texi.
18991         * doc/posix-functions/iswprint_l.texi: Renamed from
18992         doc/glibc-functions/iswprint_l.texi.
18993         * doc/posix-functions/iswpunct_l.texi: Renamed from
18994         doc/glibc-functions/iswpunct_l.texi.
18995         * doc/posix-functions/iswspace_l.texi: Renamed from
18996         doc/glibc-functions/iswspace_l.texi.
18997         * doc/posix-functions/iswupper_l.texi: Renamed from
18998         doc/glibc-functions/iswupper_l.texi.
18999         * doc/posix-functions/iswxdigit_l.texi: Renamed from
19000         doc/glibc-functions/iswxdigit_l.texi.
19001         * doc/posix-functions/isxdigit_l.texi: Renamed from
19002         doc/glibc-functions/isxdigit_l.texi.
19003         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
19004         doc/glibc-functions/mbsnrtowcs.texi.
19005         * doc/posix-functions/mkdtemp.texi: Renamed from
19006         doc/glibc-functions/mkdtemp.texi.
19007         * doc/posix-functions/newlocale.texi: Renamed from
19008         doc/glibc-functions/newlocale.texi.
19009         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
19010         doc/glibc-functions/nl_langinfo_l.texi.
19011         * doc/posix-functions/open_memstream.texi: Renamed from
19012         doc/glibc-functions/open_memstream.texi.
19013         * doc/posix-functions/opterr.texi: Renamed from
19014         doc/glibc-functions/opterr.texi.
19015         * doc/posix-functions/optind.texi: Renamed from
19016         doc/glibc-functions/optind.texi.
19017         * doc/posix-functions/optopt.texi: Renamed from
19018         doc/glibc-functions/optopt.texi.
19019         * doc/posix-functions/psignal.texi: Renamed from
19020         doc/glibc-functions/psignal.texi.
19021         * doc/posix-functions/scandir.texi: Renamed from
19022         doc/glibc-functions/scandir.texi.
19023         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
19024         doc/glibc-functions/sched_get_priority_min.texi.
19025         * doc/posix-functions/signgam.texi: Renamed from
19026         doc/glibc-functions/signgam.texi.
19027         * doc/posix-functions/stpcpy.texi: Renamed from
19028         doc/glibc-functions/stpcpy.texi.
19029         * doc/posix-functions/stpncpy.texi: Renamed from
19030         doc/glibc-functions/stpncpy.texi.
19031         * doc/posix-functions/strcasecmp_l.texi: Renamed from
19032         doc/glibc-functions/strcasecmp_l.texi.
19033         * doc/posix-functions/strcoll_l.texi: Renamed from
19034         doc/glibc-functions/strcoll_l.texi.
19035         * doc/posix-functions/strfmon_l.texi: Renamed from
19036         doc/glibc-functions/strfmon_l.texi.
19037         * doc/posix-functions/strftime_l.texi: Renamed from
19038         doc/glibc-functions/strftime_l.texi.
19039         * doc/posix-functions/strncasecmp_l.texi: Renamed from
19040         doc/glibc-functions/strncasecmp_l.texi.
19041         * doc/posix-functions/strndup.texi: Renamed from
19042         doc/glibc-functions/strndup.texi.
19043         * doc/posix-functions/strnlen.texi: Renamed from
19044         doc/glibc-functions/strnlen.texi.
19045         * doc/posix-functions/strsignal.texi: Renamed from
19046         doc/glibc-functions/strsignal.texi.
19047         * doc/posix-functions/strxfrm_l.texi: Renamed from
19048         doc/glibc-functions/strxfrm_l.texi.
19049         * doc/posix-functions/timer_gettime.texi: Renamed from
19050         doc/glibc-functions/timer_gettime.texi.
19051         * doc/posix-functions/tolower_l.texi: Renamed from
19052         doc/glibc-functions/tolower_l.texi.
19053         * doc/posix-functions/toupper_l.texi: Renamed from
19054         doc/glibc-functions/toupper_l.texi.
19055         * doc/posix-functions/towctrans_l.texi: Renamed from
19056         doc/glibc-functions/towctrans_l.texi.
19057         * doc/posix-functions/towlower_l.texi: Renamed from
19058         doc/glibc-functions/towlower_l.texi.
19059         * doc/posix-functions/towupper_l.texi: Renamed from
19060         doc/glibc-functions/towupper_l.texi.
19061         * doc/posix-functions/uselocale.texi: Renamed from
19062         doc/glibc-functions/uselocale.texi.
19063         * doc/posix-functions/vdprintf.texi: Renamed from
19064         doc/glibc-functions/vdprintf.texi.
19065         * doc/posix-functions/wcpcpy.texi:
19066         Renamed from doc/glibc-functions/wcpcpy.texi.
19067         * doc/posix-functions/wcpncpy.texi: Renamed from
19068         doc/glibc-functions/wcpncpy.texi.
19069         * doc/posix-functions/wcscasecmp.texi: Renamed from
19070         doc/glibc-functions/wcscasecmp.texi.
19071         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
19072         doc/glibc-functions/wcscasecmp_l.texi.
19073         * doc/posix-functions/wcscoll_l.texi: Renamed from
19074         doc/glibc-functions/wcscoll_l.texi.
19075         * doc/posix-functions/wcsdup.texi: Renamed from
19076         doc/glibc-functions/wcsdup.texi.
19077         * doc/posix-functions/wcsncasecmp.texi: Renamed from
19078         doc/glibc-functions/wcsncasecmp.texi.
19079         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
19080         doc/glibc-functions/wcsncasecmp_l.texi.
19081         * doc/posix-functions/wcsnlen.texi: Renamed from
19082         doc/glibc-functions/wcsnlen.texi.
19083         * doc/posix-functions/wcsnrtombs.texi: Renamed from
19084         doc/glibc-functions/wcsnrtombs.texi.
19085         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
19086         doc/glibc-functions/wcsxfrm_l.texi.
19087         * doc/posix-functions/wctrans_l.texi: Renamed from
19088         doc/glibc-functions/wctrans_l.texi.
19089         * doc/posix-functions/wctype_l.texi: Renamed from
19090         doc/glibc-functions/wctype_l.texi.
19091         * doc/gnulib.texi (Function Substitutes): Add these subsections.
19092         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
19093         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
19094         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
19095         these subsections.
19096         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
19097         Remove sections.
19098
19099 2008-12-14  Bruno Haible  <bruno@clisp.org>
19100
19101         Update doc for POSIX:2008.
19102         * doc/posix-functions/*.texi: Update URL of POSIX specification.
19103
19104 2008-12-14  Bruno Haible  <bruno@clisp.org>
19105
19106         Update doc for POSIX:2008.
19107         * doc/pastposix-functions/bcmp.texi: Renamed from
19108         doc/posix-functions/bcmp.texi.
19109         * doc/pastposix-functions/bcopy.texi: Renamed from
19110         doc/posix-functions/bcopy.texi.
19111         * doc/pastposix-functions/bsd_signal.texi: Renamed from
19112         doc/posix-functions/bsd_signal.texi.
19113         * doc/pastposix-functions/bzero.texi: Renamed from
19114         doc/posix-functions/bzero.texi.
19115         * doc/pastposix-functions/ecvt.texi: Renamed from
19116         doc/posix-functions/ecvt.texi.
19117         * doc/pastposix-functions/fcvt.texi: Renamed from
19118         doc/posix-functions/fcvt.texi.
19119         * doc/pastposix-functions/ftime.texi: Renamed from
19120         doc/posix-functions/ftime.texi.
19121         * doc/pastposix-functions/gcvt.texi: Renamed from
19122         doc/posix-functions/gcvt.texi.
19123         * doc/pastposix-functions/getcontext.texi: Renamed from
19124         doc/posix-functions/getcontext.texi.
19125         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
19126         doc/posix-functions/gethostbyaddr.texi.
19127         * doc/pastposix-functions/gethostbyname.texi: Renamed from
19128         doc/posix-functions/gethostbyname.texi.
19129         * doc/pastposix-functions/getwd.texi: Renamed from
19130         doc/posix-functions/getwd.texi.
19131         * doc/pastposix-functions/h_errno.texi: Renamed from
19132         doc/posix-functions/h_errno.texi.
19133         * doc/pastposix-functions/index.texi: Renamed from
19134         doc/posix-functions/index.texi.
19135         * doc/pastposix-functions/makecontext.texi: Renamed from
19136         doc/posix-functions/makecontext.texi.
19137         * doc/pastposix-functions/mktemp.texi: Renamed from
19138         doc/posix-functions/mktemp.texi.
19139         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
19140         doc/posix-functions/pthread_attr_getstackaddr.texi.
19141         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
19142         doc/posix-functions/pthread_attr_setstackaddr.texi.
19143         * doc/pastposix-functions/rindex.texi: Renamed from
19144         doc/posix-functions/rindex.texi.
19145         * doc/pastposix-functions/scalb.texi: Renamed from
19146         doc/posix-functions/scalb.texi.
19147         * doc/pastposix-functions/setcontext.texi: Renamed from
19148         doc/posix-functions/setcontext.texi.
19149         * doc/pastposix-functions/swapcontext.texi: Renamed from
19150         doc/posix-functions/swapcontext.texi.
19151         * doc/pastposix-functions/ualarm.texi: Renamed from
19152         doc/posix-functions/ualarm.texi.
19153         * doc/pastposix-functions/usleep.texi: Renamed from
19154         doc/posix-functions/usleep.texi.
19155         * doc/pastposix-functions/vfork.texi: Renamed from
19156         doc/posix-functions/vfork.texi.
19157         * doc/pastposix-functions/wcswcs.texi: Renamed from
19158         doc/posix-functions/wcswcs.texi.
19159         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
19160         (Function Substitutes): Update.
19161
19162 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19163
19164         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
19165         m4/strerror.m4.
19166
19167 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19168             Bruno Haible  <bruno@clisp.org>
19169
19170         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
19171
19172 2008-12-13  Bruno Haible  <bruno@clisp.org>
19173
19174         * modules/strtoull (Depends-on): Remove unistd.
19175
19176 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19177
19178         * modules/strtoull (Depends-on): Add stdlib.
19179
19180 2008-12-11  Simon Josefsson  <simon@josefsson.org>
19181
19182         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
19183
19184 2008-12-10  Jim Meyering  <meyering@redhat.com>
19185
19186         gl_ASSERT: don't say assertions are disabled when they're not
19187         * m4/assert.m4 (gl_ASSERT): Do not make configure report
19188         "checking whether to enable assertions... no", when they are in
19189         fact enabled.  This is solely a bug in the output of configure.
19190         In spite of saying "no", NDEBUG was not defined in that case.
19191         Also, as noted by Eric Blake, leave assertions enabled upon
19192         --enable-assert=INVALID.
19193
19194 2008-12-10  Bruno Haible  <bruno@clisp.org>
19195
19196         Change MODULES.html to refer to POSIX:2008 where possible.
19197         * MODULES.html.sh (POSIX2008_URL): New variable.
19198         (posix_headers): Remove sys/timeb, ucontext.
19199         (posix2001_headers): New variable.
19200         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
19201         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
19202         index, makecontext, mktemp, pthread_attr_getstackaddr,
19203         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
19204         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
19205         (posix2001_functions): New variable.
19206         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
19207         otherwise.
19208
19209 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19210
19211         add missing include to parse-duration.c
19212         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
19213         * modules/parse-duration (Depends-on): Add xalloc.
19214
19215         fix sed script reading maint.mk
19216         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
19217         (syntax-check-rules): Use it.
19218
19219 2008-12-09  Bruno Haible  <bruno@clisp.org>
19220
19221         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
19222         MacOS X 10.4/PowerPC.
19223         Reported by Simon Josefsson.
19224
19225 2008-12-08  Jim Meyering  <meyering@redhat.com>
19226
19227         work around mingw's lack of some S_IF definitions
19228         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
19229         Reported by Simon Josefsson.
19230
19231 2008-12-08  Bruno Haible  <bruno@clisp.org>
19232
19233         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
19234         applied to variables. Needed on MacOS X 10.4/PowerPC.
19235         Reported by Simon Josefsson.
19236
19237 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
19238         and Eric Blake  <ebb9@byu.net>
19239
19240         assert: honor --enable-assert
19241         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
19242         order to honor --enable-assert, rather than treating it as a
19243         synonym for --disable-assert.
19244
19245 2008-12-08  Jim Meyering  <meyering@redhat.com>
19246
19247         * lib/posixtm.c: Remove now-useless declaration of mktime.
19248
19249         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
19250
19251 2008-12-07  Bruno Haible  <bruno@clisp.org>
19252
19253         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
19254         test_once): Mark functions as static.
19255         * tests/test-tls.c (test_tls): Likewise.
19256
19257 2008-12-07  Bruno Haible  <bruno@clisp.org>
19258
19259         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
19260         iconv_register_autodetect.
19261
19262 2008-12-07  Jim Meyering  <meyering@redhat.com>
19263
19264         posixtm.c: avoid a warning
19265         * lib/posixtm.c (posixtime): Don't initialize tm0.
19266         It's no longer needed to placate gcc4's -Wuninitialized,
19267         and the attempt to placate would elicit a new warning.
19268
19269         unicodeio.c: mark unused parameters
19270         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19271         (fallback_failure_callback): Likewise.
19272
19273 2008-12-07  Bruno Haible  <bruno@clisp.org>
19274
19275         * gnulib-tool (func_create_testdir): When building the tests
19276         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
19277         Reported by Simon Josefsson.
19278
19279 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19280
19281         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
19282
19283 2008-12-06  Bruno Haible  <bruno@clisp.org>
19284
19285         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
19286         Suggested by Eric Blake.
19287
19288 2008-12-06  Bruno Haible  <bruno@clisp.org>
19289
19290         Fix a c-stack test failure on MacOS X.
19291         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
19292         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
19293         handler for SIGBUS as well.
19294         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
19295         install a signal handler for SIGBUS as well.
19296         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
19297
19298 2008-12-06  Bruno Haible  <bruno@clisp.org>
19299
19300         Advocacy documentation.
19301         * doc/gnulib-intro.texi (Benefits): New section.
19302         * doc/gnulib.texi: Update.
19303
19304 2008-12-06  Bruno Haible  <bruno@clisp.org>
19305
19306         Document the 'manywarnings' module.
19307         * doc/manywarnings.texi: New file.
19308         * doc/gnulib.texi: Include it.
19309
19310 2008-12-05  Eric Blake  <ebb9@byu.net>
19311
19312         tests: silence some gcc warnings
19313         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
19314         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
19315         type mismatches.
19316
19317 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19318             Bruno Haible  <bruno@clisp.org>
19319
19320         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
19321
19322 2008-11-29  Jim Meyering  <meyering@redhat.com>
19323
19324         unicodeio.c: mark unused parameters
19325         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
19326         (fallback_failure_callback): Likewise.
19327
19328         fts: fix a thinko
19329         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
19330         (set_stat_type): Return S_IF*-valued "type" directly.
19331         Prompted by James Youngman's spotting a related bug.
19332         Confirmed by further testing through find.
19333
19334         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
19335         * lib/fts.c (D_TYPE): Define.
19336         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
19337         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
19338         (s_ifmt_shift_bits): New function.
19339         (set_stat_type): New function.
19340         (fts_build): When not calling fts_stat, call set_stat_type
19341         to propagate dirent.d_type info to fts_read caller.
19342         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
19343         fts_statp->st_mode type information may be valid.
19344
19345 2008-11-28  Simon Josefsson  <simon@josefsson.org>
19346
19347         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
19348         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
19349         <sds@gnu.org>.
19350
19351 2008-11-20  Bruno Haible  <bruno@clisp.org>
19352
19353         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
19354         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
19355         INCLUDE_NEXT.
19356         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
19357         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
19358         * modules/math (Makefile.am): Substitute
19359         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
19360         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
19361
19362 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
19363             Bruno Haible  <bruno@clisp.org>
19364
19365         * lib/stdint.in.h: Define all type macros so that their expansion is
19366         a single typedef'ed token. Fixes a compilation failure in Boost which
19367         does "using ::int8_t;".
19368
19369 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19370
19371         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
19372         gl_MANYWARN_ALL_GCC.
19373         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
19374         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
19375         * modules/manywarnings: New file.
19376         * MODULES.html.sh: Mention manywarnings module.
19377
19378 2008-11-18  Bruno Haible  <bruno@clisp.org>
19379
19380         * doc/gnulib-tool.texi (Unit tests): New section.
19381
19382 2008-11-18  Simon Josefsson  <simon@josefsson.org>
19383
19384         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
19385         paths like 'lib/po/foo.po'.
19386
19387 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19388
19389         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
19390         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
19391
19392 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19393
19394         * m4/warnings.m4: Use CPPFLAGS to really check whether the
19395         parameter works.
19396
19397 2008-11-17  Simon Josefsson  <simon@josefsson.org>
19398
19399         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
19400
19401 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19402
19403         * modules/parse-duration-tests: New file.
19404         * tests/test-parse-duration.sh: New file.
19405         * tests/test-parse-duration.c: New file.
19406
19407         New module 'parse-duration'.
19408         * lib/parse-duration.h: New file.
19409         * lib/parse-duration.c: New file.
19410         * modules/parse-duration: New file.
19411
19412 2008-11-17  Bruno Haible  <bruno@clisp.org>
19413
19414         * tests/test-select-out.sh: Comment out the first pipe test.
19415         Reported by Simon Josefsson.
19416
19417 2008-11-17  Bruno Haible  <bruno@clisp.org>
19418
19419         * modules/getaddrinfo (Depends-on): Add servent, hostent.
19420         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
19421         gl_HOSTENT.
19422
19423 2008-11-17  Bruno Haible  <bruno@clisp.org>
19424
19425         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
19426         -lnetwork and -lnet. Needed for Haiku and BeOS.
19427
19428 2008-11-16  Bruno Haible  <bruno@clisp.org>
19429
19430         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
19431
19432 2008-11-16  Bruno Haible  <bruno@clisp.org>
19433
19434         Avoid test failure on Haiku.
19435         * tests/test-fsync.c: Include <errno.h>.
19436         (main): Don't require that fsync (0) fails.
19437
19438 2008-11-15  Bruno Haible  <bruno@clisp.org>
19439
19440         New module 'hostent'.
19441         * modules/hostent: New file.
19442         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
19443
19444 2008-11-15  Bruno Haible  <bruno@clisp.org>
19445
19446         New module 'servent'.
19447         * modules/servent: New file.
19448         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
19449
19450 2008-11-15  Bruno Haible  <bruno@clisp.org>
19451
19452         Avoid generating same test program with two different rules.
19453         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
19454         test-frexp to test-frexp-nolibm.
19455         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
19456         test-frexpl to test-frexpl-nolibm.
19457
19458 2008-11-15  Bruno Haible  <bruno@clisp.org>
19459
19460         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
19461         $(FREXPL_LIBM).
19462
19463 2008-11-15  Bruno Haible  <bruno@clisp.org>
19464
19465         * lib/netdb.in.h: Activate the definitions also when the system's
19466         <netdb.h> has 'struct addrinfo'.
19467         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
19468         EAI_OVERFLOW or AI_NUMERICSERV.
19469         * doc/posix-headers/netdb.texi: Document the problem.
19470
19471 2008-11-15  Bruno Haible  <bruno@clisp.org>
19472
19473         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
19474
19475         Make the 'sched' module work on platforms where <sched.h> exists but
19476         is incomplete (such as Haiku).
19477         * lib/sched.in.h; Include the system's <sched.h> if it exists.
19478         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
19479         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
19480         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
19481         HAVE_STRUCT_SCHED_PARAM.
19482         * modules/sched (Depends-on): Add include_next.
19483         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
19484         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
19485         * doc/posix-headers/sched.texi: Document the issue.
19486
19487 2008-11-13  Jim Meyering  <meyering@redhat.com>
19488
19489         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
19490         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
19491         test would fail due to the difference in the Report bugs to ...
19492         line.  The expected address is empty, "<>", while the actual
19493         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
19494
19495 2008-11-12  Bruno Haible  <bruno@clisp.org>
19496
19497         lstat: don't compile lstat.c on systems lacking lstat
19498         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
19499         which don't have lstat; this is handled by lib/sys_stat.in.h already.
19500         Reported by Daniel P. Berrange via Jim Meyering.
19501
19502 2008-11-12  Jim Meyering  <meyering@redhat.com>
19503
19504         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
19505
19506 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19507
19508         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
19509         instead.
19510
19511 2008-11-12  Bruno Haible  <bruno@clisp.org>
19512
19513         * lib/unicodeio.c: Include unistr.h.
19514         (utf8_wctomb): Remove function.
19515         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
19516
19517 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19518
19519         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
19520         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
19521         <bruno@clisp.org>.
19522         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
19523
19524 2008-11-12  Simon Josefsson  <simon@josefsson.org>
19525
19526         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
19527         * doc/gnulib.texi: Add section for warnings.
19528
19529 2008-11-11  Bruno Haible  <bruno@clisp.org>
19530
19531         * lib/sockets.h: Add a comment.
19532
19533 2008-11-11  Karl Berry  <karl@gnu.org>
19534
19535         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
19536
19537 2008-11-11  Eric Blake  <ebb9@byu.net>
19538
19539         fdl.texi: avoid git symlinks
19540         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
19541
19542 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19543
19544         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
19545
19546 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19547
19548         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
19549         (gl_WARN_ADD): Substitute $2 if literal.
19550
19551 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19552
19553         * m4/warning.m4: Remove.
19554
19555 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
19556
19557         * m4/warnings.m4: Almost complete rewrite. :-)
19558
19559 2008-11-10  Simon Josefsson  <simon@josefsson.org>
19560
19561         * modules/warnings: New module.
19562         * m4/warnings.m4: New file.
19563         * MODULES.html.sh: Mention warnings module.
19564         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
19565         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19566
19567 2008-11-10  Eric Blake  <ebb9@byu.net>
19568
19569         fdl.texi: make a symlink to the latest version
19570         * doc/standards.texi: Revert today's earlier change.
19571         * doc/fdl-1.2.texi: Rename from old fdl.texi...
19572         * doc/fdl.texi: ...and replace this with a symlink to the newer
19573         fdl-1.3.texi.
19574
19575 2008-11-10  Bruno Haible  <bruno@clisp.org>
19576
19577         * tests/test-select-fd.c (main): Accept the result file name as fourth
19578         argument.
19579         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
19580         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
19581
19582 2008-11-10  Bruno Haible  <bruno@clisp.org>
19583
19584         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
19585         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
19586         as autoconf-substituted macros.
19587         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
19588         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
19589         gl_NETDB_H_DEFAULTS. Set these variables.
19590         * modules/netdb (Makefile.am): Substitute these variables.
19591
19592 2008-11-10  Eric Blake  <ebb9@byu.net>
19593
19594         standards.texi: include correct file for FDL 1.3
19595         * doc/standards.texi (GNU Free Documentation License): Change
19596         include file to pull in FDL 1.3, not 1.2.
19597
19598         fdl.texi: revert accidental change to license
19599         * doc/fdl.texi: This is FDL 1.2, not 1.3.
19600
19601 2008-11-10  Bruno Haible  <bruno@clisp.org>
19602
19603         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
19604         cross-compiling guesses also when the native compile gives no result.
19605
19606 2008-11-10  Bruno Haible  <bruno@clisp.org>
19607
19608         * lib/spawni.c (__spawni): Force variable into the stack.
19609
19610 2008-11-10  Bruno Haible  <bruno@clisp.org>
19611
19612         Add support for Haiku.
19613         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
19614         glibc and BeOS, but also on Haiku.
19615         * lib/fpurge.c (fpurge): Likewise.
19616         * lib/freadable.c (freadable): Likewise.
19617         * lib/freadahead.c (freadahead): Likewise.
19618         * lib/freading.c (freading): Likewise.
19619         * lib/freadptr.c (freadptr): Likewise.
19620         * lib/freadseek.c (freadptrinc): Likewise.
19621         * lib/fseeko.c (rpl_fseeko): Likewise.
19622         * lib/fseterr.c (fseterr): Likewise.
19623         * lib/fwritable.c (fwritable): Likewise.
19624         * lib/fwriting.c (fwriting): Likewise.
19625         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
19626
19627 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19628
19629         * lib/config.charset: Treat Haiku like BeOS.
19630
19631 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
19632
19633         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
19634         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
19635
19636 2008-11-08  Bruno Haible  <bruno@clisp.org>
19637
19638         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
19639         AC_CACHE_CHECK.
19640
19641 2008-11-08  Bruno Haible  <bruno@clisp.org>
19642
19643         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
19644
19645 2008-11-08  Bruno Haible  <bruno@clisp.org>
19646
19647         * tests/test-select-fd.c: New file.
19648         * tests/test-select-in.sh: New file.
19649         * tests/test-select-out.sh: New file.
19650         * tests/test-select-stdin.c: New file.
19651         * modules/select-tests (Files): Add the new files.
19652         (Depends-on): Add gettimeofday.
19653         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
19654         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
19655         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
19656
19657 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
19658             Bruno Haible  <bruno@clisp.org>
19659
19660         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
19661
19662 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
19663
19664         * build-aux/pmccabe2html: Added support for C++ source files.
19665
19666 2008-11-05  Ben Pfaff  <blp@gnu.org>
19667
19668         Fix lib/close.c build on Windows.
19669         * modules/close (Files): Add lib/w32sock.h.
19670
19671 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
19672
19673         Accept Bison's NEWS format.
19674         * build-aux/announce-gen (print_news_deltas): Tweak
19675         $re_prefix.
19676
19677 2008-11-04  Bruno Haible  <bruno@clisp.org>
19678
19679         * modules/random_r (Maintainer): Add glibc.
19680
19681 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19682
19683         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
19684         by karl@freefriends.org (Karl Berry).
19685         * doc/alloca.texi: Likewise.
19686         * doc/c-ctype.texi: Likewise.
19687         * doc/c-strcase.texi: Likewise.
19688         * doc/c-strcaseeq.texi: Likewise.
19689         * doc/c-strcasestr.texi: Likewise.
19690         * doc/c-strstr.texi: Likewise.
19691         * doc/c-strtod.texi: Likewise.
19692         * doc/c-strtold.texi: Likewise.
19693         * doc/ctime.texi: Likewise.
19694         * doc/error.texi: Likewise.
19695         * doc/fdl.texi: Likewise.
19696         * doc/gcd.texi: Likewise.
19697         * doc/getdate.texi: Likewise.
19698         * doc/gnulib-intro.texi: Likewise.
19699         * doc/gnulib-tool.texi: Likewise.
19700         * doc/gnulib.texi: Likewise.
19701         * doc/inet_ntoa.texi: Likewise.
19702         * doc/maintain.texi: Likewise.
19703         * doc/make-stds.texi: Likewise.
19704         * doc/quote.texi: Likewise.
19705         * doc/regexprops-generic.texi: Likewise.
19706         * doc/standards.texi: Likewise.
19707         * doc/verify.texi: Likewise.
19708         * doc/visibility.texi: Likewise.
19709         * doc/gnulib.texi (GNU Free Documentation License): Include
19710         fdl-1.3.texi instead of fdl.texi.
19711
19712 2008-11-04  Simon Josefsson  <simon@josefsson.org>
19713
19714         * doc/fdl-1.3.texi: New file, from
19715         <http://www.gnu.org/licenses/fdl-1.3.texi>.
19716         * modules/fdl-1.3: Add.
19717         * MODULES.html.sh: Add fdl-1.3.
19718
19719 2008-11-03  Bruno Haible  <bruno@clisp.org>
19720
19721         Make determination of absolute name of header file work with AIX xlc.
19722         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
19723         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
19724         preprocessing.
19725         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
19726         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
19727
19728 2008-11-03  Simon Josefsson  <simon@josefsson.org>
19729
19730         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
19731         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
19732         <ludo@gnu.org>.
19733
19734 2008-11-02  Bruno Haible  <bruno@clisp.org>
19735
19736         Mark 'strpbrk' obsolete.
19737         * modules/strpbrk (Status, Notice): New sections.
19738         * modules/strtok_r (Depends-on): Add strpbrk.
19739
19740 2008-11-02  Bruno Haible  <bruno@clisp.org>
19741
19742         Mark 'strdup' obsolete.
19743         * modules/strdup (Status, Notice): New sections.
19744         * modules/findprog (Depends-on): Add strdup.
19745         * modules/getaddrinfo (Depends-on): Likewise.
19746         * modules/localename (Depends-on): Likewise.
19747         * modules/relocatable-lib (Depends-on): Likewise.
19748         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
19749         * modules/relocatable-prog (Depends-on): Likewise.
19750         * modules/trim (Depends-on): Likewise.
19751         * modules/unictype/gen-ctype (Depends-on): Likewise.
19752         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19753
19754 2008-11-02  Bruno Haible  <bruno@clisp.org>
19755
19756         Mark 'strcspn' obsolete.
19757         * modules/strcspn (Status, Notice): New sections.
19758
19759 2008-11-02  Bruno Haible  <bruno@clisp.org>
19760
19761         Mark 'rmdir' obsolete.
19762         * modules/rmdir (Status, Notice): New sections.
19763         * modules/clean-temp (Depends-on): Add rmdir.
19764         * modules/openat (Depends-on): Likewise.
19765
19766 2008-11-02  Bruno Haible  <bruno@clisp.org>
19767
19768         Mark 'raise' obsolete.
19769         * modules/raise (Status, Notice): New sections.
19770         (Include): Specify <signal.h>.
19771         * modules/stdio (Depends-on): Add raise.
19772         * modules/write (Depends-on): Likewise.
19773
19774 2008-11-02  Bruno Haible  <bruno@clisp.org>
19775
19776         Mark 'memset' obsolete.
19777         * modules/memset (Status, Notice): New sections.
19778
19779 2008-11-02  Bruno Haible  <bruno@clisp.org>
19780
19781         Mark 'memmove' obsolete.
19782         * modules/memmove (Status, Notice): New sections.
19783         * modules/argp (Depends-on): Add memmove.
19784         * modules/argz (Depends-on): Likewise.
19785         * modules/canonicalize (Depends-on): Likewise.
19786         * modules/canonicalize-lgpl (Depends-on): Likewise.
19787         * modules/fts (Depends-on): Likewise.
19788         * modules/getcwd (Depends-on): Likewise.
19789         * modules/human (Depends-on): Likewise.
19790         * modules/regex (Depends-on): Likewise.
19791         * modules/striconveh (Depends-on): Likewise.
19792         * modules/trim (Depends-on): Likewise.
19793         * modules/unistr/u8-move (Depends-on): Likewise.
19794         * modules/unistr/u16-move (Depends-on): Likewise.
19795         * modules/unistr/u32-move (Depends-on): Likewise.
19796
19797 2008-11-02  Bruno Haible  <bruno@clisp.org>
19798
19799         Mark 'memcpy' obsolete.
19800         * modules/memcpy (Status, Notice): New sections.
19801
19802 2008-11-02  Bruno Haible  <bruno@clisp.org>
19803
19804         Mark 'memcmp' obsolete.
19805         * modules/memcmp (Status, Notice): New sections.
19806         * modules/argmatch (Depends-on): Add memchr.
19807         * modules/backupfile (Depends-on): Likewise.
19808         * modules/c-strcasestr (Depends-on): Likewise.
19809         * modules/crypto/des (Depends-on): Likewise.
19810         * modules/csharpcomp (Depends-on): Likewise.
19811         * modules/fnmatch (Depends-on): Likewise.
19812         * modules/git-merge-changelog (Depends-on): Likewise.
19813         * modules/isnand (Depends-on): Likewise.
19814         * modules/isnand-nolibm (Depends-on): Likewise.
19815         * modules/isnanf (Depends-on): Likewise.
19816         * modules/isnanf-nolibm (Depends-on): Likewise.
19817         * modules/isnanl (Depends-on): Likewise.
19818         * modules/isnanl-nolibm (Depends-on): Likewise.
19819         * modules/mbchar (Depends-on): Likewise.
19820         * modules/memcoll (Depends-on): Likewise.
19821         * modules/quotearg (Depends-on): Likewise.
19822         * modules/regex (Depends-on): Likewise.
19823         * modules/relocatable-prog (Depends-on): Likewise.
19824         * modules/same (Depends-on): Likewise.
19825         * modules/signbit (Depends-on): Likewise.
19826         * modules/strcasestr-simple (Depends-on): Likewise.
19827         * modules/unictype/gen-ctype (Depends-on): Likewise.
19828         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
19829         * modules/uniname/uniname (Depends-on): Likewise.
19830         * modules/unistr/u8-cmp (Depends-on): Likewise.
19831
19832 2008-11-02  Bruno Haible  <bruno@clisp.org>
19833
19834         Mark 'memchr' obsolete.
19835         * modules/memchr (Status, Notice): New sections.
19836         * modules/argp (Depends-on): Add memchr.
19837         * modules/base64 (Depends-on): Likewise.
19838         * modules/c-strcasestr (Depends-on): Likewise.
19839         * modules/chdir-long (Depends-on): Likewise.
19840         * modules/fnmatch (Depends-on): Likewise.
19841         * modules/getsubopt (Depends-on): Likewise.
19842         * modules/git-merge-changelog (Depends-on): Likewise.
19843         * modules/glob (Depends-on): Likewise.
19844         * modules/strcasestr-simple (Depends-on): Likewise.
19845         * modules/strnlen (Depends-on): Likewise.
19846
19847 2008-11-02  Bruno Haible  <bruno@clisp.org>
19848
19849         Mark 'atexit' obsolete.
19850         * modules/atexit (Status, Notice): New sections.
19851         * modules/chdir-long (Depends-on): Add atexit.
19852         * modules/wait-process (Depends-on): Likewise.
19853
19854 2008-11-02  Bruno Haible  <bruno@clisp.org>
19855
19856         * gnulib-tool: New option --with-obsolete.
19857         (func_usage): Document it.
19858         (func_modules_transitive_closure): Drop obsolete dependencies if
19859         incobsolete is not true.
19860         (func_import): Read and save the incobsolete variable to the cache.
19861
19862 2008-11-02  Bruno Haible  <bruno@clisp.org>
19863
19864         * modules/TEMPLATE-EXTENDED: New field 'Status'.
19865         * gnulib-tool: New option --extract-status.
19866         (func_usage): Document it.
19867         (sed_extract_prog): Recognize it.
19868         (func_get_status): New function.
19869
19870 2008-10-30  Simon Josefsson  <simon@josefsson.org>
19871
19872         * modules/sockets (License): Change from LGPL to LGPLv2+.
19873
19874 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19875
19876         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
19877
19878 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19879
19880         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19881         Mention times and sys_times.
19882         * modules/sys_times, modules/sys_times-tests: New modules.
19883         * modules/times, modules/times-tests: Likewise
19884         * m4/sys_times_h.m4: New file.
19885         * lib/sys_times.in.h: Likewise
19886         * lib/times.c: Likewise.
19887         * tests/test-sys_times.c: Likewise.
19888         * tests/test-times.c: Likewise.
19889         * doc/posix-headers/sys_times.texi: Update.
19890         * doc/posix-functions/times.texi: Update.
19891
19892 2008-10-28  Jim Meyering  <meyering@redhat.com>
19893
19894         * modules/tempname (Depends-on): Add lstat.
19895
19896         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
19897
19898 2008-10-28  Simon Josefsson  <simon@josefsson.org>
19899
19900         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
19901         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
19902         using idiom used elsewhere in gnulib.
19903
19904 2008-10-27  Jim Meyering  <meyering@redhat.com>
19905
19906         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
19907
19908 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19909
19910         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
19911         TESTS_ENVIRONMENT, for shell scripts that needs to call built
19912         programs.
19913         * tests/test-argp-2.sh: Use $EXEEXT when needed.
19914
19915 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19916
19917         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
19918
19919 2008-10-27  Bruno Haible  <bruno@clisp.org>
19920
19921         * tests/test-lstat.c: Include <stdio.h>.
19922
19923 2008-10-27  Simon Josefsson  <simon@josefsson.org>
19924
19925         * modules/lstat-tests: New module.
19926         * tests/test-lstat.c: New file.
19927
19928 2008-10-26  Jim Meyering  <meyering@redhat.com>
19929
19930         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
19931
19932 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19933             Bruno Haible  <bruno@clisp.org>
19934
19935         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
19936         * modules/configmake (Include): Add a note that the include must come
19937         after all system headers.
19938         * lib/javaversion.c: Include configmake.h after all other includes.
19939
19940 2008-10-26  Bruno Haible  <bruno@clisp.org>
19941
19942         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
19943         HAVE_STRUCT_RANDOM_DATA to 1.
19944         (gl_STDLIB_H): Simplify.
19945
19946 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19947
19948         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
19949         substitute HAVE_STRUCT_RANDOM_DATA.
19950         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
19951         random_data.
19952         * modules/stdlib (Makefile.am): Substitute
19953         HAVE_STRUCT_RANDOM_DATA.
19954
19955 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19956
19957         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
19958         * doc/gnulib-intro.texi (Copyright): Likewise.
19959
19960 2008-10-26  Simon Josefsson  <simon@josefsson.org>
19961
19962         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
19963         findings.
19964
19965 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
19966             Bruno Haible  <bruno@clisp.org>
19967
19968         * lib/unistd.in.h: Include <winsock2.h>.
19969         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
19970         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
19971         Provide dummy declarations.
19972         (gethostname): Override.
19973         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
19974         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
19975         gl_PREREQ_SYS_H_WINSOCK2.
19976         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
19977         * doc/posix-functions/gethostname.texi: More details.
19978
19979 2008-10-25  Bruno Haible  <bruno@clisp.org>
19980
19981         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
19982         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
19983         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
19984
19985         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
19986         here ...
19987         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
19988         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
19989         gl_UNISTD_H_DEFAULTS.
19990
19991 2008-10-25  Eric Blake  <ebb9@byu.net>
19992
19993         signbit: avoid spurious compiler failure
19994         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
19995         declarations inside function.
19996
19997 2008-10-24  Simon Josefsson  <simon@josefsson.org>
19998             Bruno Haible  <bruno@clisp.org>
19999
20000         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
20001         * modules/random_r (Depends-on): Add stdint.
20002
20003 2008-10-24  Bruno Haible  <bruno@clisp.org>
20004
20005         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
20006         Eggert.
20007         * modules/strerror (License): Likewise.
20008
20009 2008-10-24  Jim Meyering  <meyering@redhat.com>
20010
20011         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
20012         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
20013
20014 2008-10-24  Eric Blake  <ebb9@byu.net>
20015
20016         getgroups: fix compilation when getgroups is available
20017         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
20018         but with <config.h> override of getgroups disabled.
20019
20020 2008-10-24  Simon Josefsson  <simon@josefsson.org>
20021
20022         * doc/gnulib.texi (Header files): Add note about C++ problems.
20023         Explained by Bruno Haible <bruno@clisp.org>.
20024
20025 2008-10-23  Bruno Haible  <bruno@clisp.org>
20026
20027         Define a dummy SA_NODEFER macro on Interix.
20028         * lib/signal.in.h (SA_NODEFER): Define fallback.
20029         Reported by Aleksey Cheusov <cheusov@tut.by> via
20030         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
20031
20032 2008-10-23  Bruno Haible  <bruno@clisp.org>
20033
20034         * modules/freadahead (License): Change to LGPLv2+.
20035         Suggested by Simon Josefsson.
20036
20037 2008-10-23  Jim Meyering  <meyering@redhat.com>
20038
20039         random_r: new module
20040         * modules/random_r: New file.
20041         * m4/random_r.m4: New file.
20042         * lib/random_r.c: New file, from glibc.
20043         * modules/random_r-tests: New file.
20044         * tests/test-random_r.c: New file.
20045         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
20046          Declare.
20047         (RAND_MAX): Define.
20048         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
20049         * modules/stdlib: Substitute them, too.
20050         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
20051         * doc/glibc-functions/initstate_r.texi: Mention the new module.
20052         * doc/glibc-functions/random_r.texi: Likewise.
20053         * doc/glibc-functions/setstate_r.texi: Likewise.
20054         * doc/glibc-functions/srandom_r.texi: Likewise.
20055         * config/srclist.txt: Mention it.
20056
20057 2008-10-23  David Lutterkort  <lutter@redhat.com>
20058
20059         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
20060         link requirement
20061
20062 2008-10-23  Jim Meyering  <meyering@redhat.com>
20063
20064         selinux-h: mark parameters of stub functions as intentionally unused
20065         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
20066         * lib/se-context.in.h: Likewise.
20067
20068 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20069
20070         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
20071
20072 2008-10-22  Simon Josefsson  <simon@josefsson.org>
20073
20074         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
20075
20076 2008-10-22  Eric Blake  <ebb9@byu.net>
20077
20078         glthread/thread: avoid compiler warning
20079         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
20080         Add unreachable abort to silence compiler.
20081
20082 2008-10-22  Eric Blake  <ebb9@byu.net>
20083
20084         netdb: also supply struct addrinfo for cygwin 1.5.x
20085         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
20086         older cygwin.
20087         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
20088         cygwin.
20089         * doc/posix-headers/netdb.texi (netdb.h): Document this.
20090
20091 2008-10-22  Bruno Haible  <bruno@clisp.org>
20092
20093         * users.txt: Update entry about pspp.
20094
20095 2008-10-21  Bruno Haible  <bruno@clisp.org>
20096
20097         Simplification.
20098         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
20099         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
20100
20101         Simplification.
20102         * lib/ioctl.c (ioctl): Don't undefine.
20103         * lib/socket.c (socket): Don't undefine.
20104
20105         Remove unused module indicator macros.
20106         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
20107         GNULIB_$1 as a C macro.
20108
20109         * doc/posix-functions/close.texi: Undo last change.
20110         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
20111         Windows platforms.
20112
20113 2008-10-21  Bruno Haible  <bruno@clisp.org>
20114
20115         Add gethostname() declaration to <unistd.h>.
20116         * lib/unistd.in.h (gethostname): New declaration.
20117         * lib/gethostname.c: Include <unistd.h>.
20118         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
20119         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
20120         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
20121         and HAVE_GETHOSTNAME.
20122         * modules/gethostname (Depends-on): Add unistd.
20123         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20124         (Include): Specify <unistd.h>.
20125         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
20126         HAVE_GETHOSTNAME.
20127         * tests/test-gethostname.c: Include <unistd.h> first.
20128
20129 2008-10-21  Bruno Haible  <bruno@clisp.org>
20130
20131         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
20132         * modules/select-tests (Depends-on): Likewise.
20133         Reported by Simon Josefsson.
20134
20135 2008-10-21  Simon Josefsson  <simon@josefsson.org>
20136
20137         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
20138         * lib/accept.c: New file, based on winsock.c.
20139         * lib/bind.c: New file, based on winsock.c.
20140         * lib/connect.c: New file, based on winsock.c.
20141         * lib/getpeername.c: New file, based on winsock.c.
20142         * lib/getsockname.c: New file, based on winsock.c.
20143         * lib/getsockopt.c: New file, based on winsock.c.
20144         * lib/ioctl.c: New file, based on winsock.c.
20145         * lib/listen.c: New file, based on winsock.c.
20146         * lib/recv.c: New file, based on winsock.c.
20147         * lib/recvfrom.c: New file, based on winsock.c.
20148         * lib/send.c: New file, based on winsock.c.
20149         * lib/sendto.c: New file, based on winsock.c.
20150         * lib/setsockopt.c: New file, based on winsock.c.
20151         * lib/shutdown.c: New file, based on winsock.c.
20152         * lib/socket.c: New file, based on winsock.c.
20153         * lib/w32sock.h: New file, based on winsock.c.
20154         * lib/winsock.c: Remove file.
20155         * modules/accept: Likewise.
20156         * modules/bind: Likewise.
20157         * modules/connect: Likewise.
20158         * modules/getpeername: Likewise.
20159         * modules/getsockname: Likewise.
20160         * modules/getsockopt: Likewise.
20161         * modules/ioctl: Likewise.
20162         * modules/listen: Likewise.
20163         * modules/recv: Likewise.
20164         * modules/recvfrom: Likewise.
20165         * modules/send: Likewise.
20166         * modules/sendto: Likewise.
20167         * modules/setsockopt: Likewise.
20168         * modules/shutdown: Likewise.
20169         * modules/socket: Use socket.c instead of winsock.c.
20170         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
20171         * doc/posix-functions/accept.texi: Doc fix.
20172         * doc/posix-functions/bind.texi: Doc fix.
20173         * doc/posix-functions/close.texi: Doc fix.
20174         * doc/posix-functions/connect.texi: Doc fix.
20175         * doc/posix-functions/getpeername.texi: Doc fix.
20176         * doc/posix-functions/getsockname.texi: Doc fix.
20177         * doc/posix-functions/getsockopt.texi: Doc fix.
20178         * doc/posix-functions/ioctl.texi: Doc fix.
20179         * doc/posix-functions/listen.texi: Doc fix.
20180         * doc/posix-functions/recv.texi: Doc fix.
20181         * doc/posix-functions/recvfrom.texi: Doc fix.
20182         * doc/posix-functions/send.texi: Doc fix.
20183         * doc/posix-functions/sendto.texi: Doc fix.
20184         * doc/posix-functions/setsockopt.texi: Doc fix.
20185         * doc/posix-functions/shutdown.texi: Doc fix.
20186         * doc/posix-functions/socket.texi: Doc fix.
20187
20188 2008-10-20  Bruno Haible  <bruno@clisp.org>
20189
20190         Take into account the role of SIGABRT_COMPAT on Windows 2008.
20191         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
20192         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
20193         as an alias for SIGABRT.
20194         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
20195         (sigaction): Map it to SIGABRT.
20196         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
20197
20198 2008-10-20  Bruno Haible  <bruno@clisp.org>
20199
20200         * lib/fts.c: Don't include lstat.h.
20201         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
20202
20203         Move the lstat() declaration to <sys/stat.h>.
20204         * lib/lstat.h: Remove file.
20205         * lib/sys_stat.in.h: Add special invocation convention.
20206         (lstat): New declaration.
20207         * lib/lstat.c (orig_lstat): New function.
20208         (rpl_lstat): Use orig_lstat instead of lstat.
20209         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
20210         AC_C_INLINE. Set REPLACE_LSTAT.
20211         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
20212         and REPLACE_LSTAT.
20213         * modules/lstat (Files): Remove lib/lstat.h.
20214         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20215         (Include): Specify <sys/stat.h> instead of lstat.h.
20216         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
20217         REPLACE_LSTAT.
20218         * NEWS: Mention the change.
20219
20220 2008-10-20  Bruno Haible  <bruno@clisp.org>
20221
20222         * modules/posix_spawn-tests: New file.
20223         * tests/test-posix_spawn3.c: New file.
20224
20225 2008-10-20  Bruno Haible  <bruno@clisp.org>
20226
20227         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
20228         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20229         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
20230         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
20231         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
20232
20233 2008-10-20  Bruno Haible  <bruno@clisp.org>
20234
20235         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
20236         of posix_spawn on AIX 5.3.
20237
20238 2008-10-20  Bruno Haible  <bruno@clisp.org>
20239
20240         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
20241
20242 2008-10-20  Bruno Haible  <bruno@clisp.org>
20243
20244         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
20245         of AC_LANG_PROGRAM.
20246
20247 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20248
20249         * lib/netdb.in.h: Don't define GNU specific constants until they
20250         are supported or needed.  Reported by Bruno Haible
20251         <bruno@clisp.org>.
20252
20253 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20254
20255         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
20256
20257 2008-10-20  Simon Josefsson  <simon@josefsson.org>
20258
20259         * lib/getaddrinfo.h: Remove file.
20260         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
20261         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
20262         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
20263         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
20264         * modules/netdb: Substitute GNULIB_GETADDRINFO.
20265         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
20266         * tests/test-getaddrinfo.c: Likewise.
20267         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
20268         * NEWS: Mention change.
20269
20270 2008-10-19  Bruno Haible  <bruno@clisp.org>
20271
20272         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
20273
20274 2008-10-19  Bruno Haible  <bruno@clisp.org>
20275
20276         * lib/wait-process.c: Include simply <sys/wait.h>.
20277         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
20278         WIFSTOPPED): Remove fallback definitions.
20279         * modules/wait-process (Depends-on): Add sys_wait.
20280
20281         New module 'sys_wait'.
20282         * modules/sys_wait: New file.
20283         * lib/sys_wait.in.h: New file, partially copied from
20284         lib/wait-process.c.
20285         * m4/sys_wait_h.m4: New file.
20286         * doc/posix-headers/sys_wait.texi: Mention the new module.
20287
20288 2008-10-19  Bruno Haible  <bruno@clisp.org>
20289
20290         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
20291
20292 2008-10-19  Bruno Haible  <bruno@clisp.org>
20293
20294         Assume that waitpid() fills an 'int' status, not a 'union wait'.
20295         * lib/wait-process.c (WAIT_T): Remove type.
20296         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
20297         (wait_subprocess): Update.
20298
20299 2008-10-19  Bruno Haible  <bruno@clisp.org>
20300
20301         New module 'atoll'.
20302         * modules/atoll: New file.
20303         * lib/stdlib.in.h (atoll): New declaration.
20304         * lib/atoll.c: New file, from glibc with modifications.
20305         * m4/atoll.m4: New file.
20306         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
20307         HAVE_ATOLL.
20308         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
20309         * doc/posix-functions/atoll.texi: Mention the new module.
20310
20311 2008-10-19  Bruno Haible  <bruno@clisp.org>
20312
20313         Add strtoull() declaration to <stdlib.h>.
20314         * lib/stdlib.in.h (strtoull): New declaration.
20315         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20316         Set HAVE_STRTOULL.
20317         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
20318         HAVE_STRTOULL.
20319         * modules/strtoull (Depends-on): Add stdlib.
20320         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20321         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
20322         HAVE_STRTOULL.
20323
20324 2008-10-19  Bruno Haible  <bruno@clisp.org>
20325
20326         Add strtoll() declaration to <stdlib.h>.
20327         * lib/stdlib.in.h (strtoll): New declaration.
20328         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
20329         Set HAVE_STRTOLL.
20330         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
20331         HAVE_STRTOLL.
20332         * modules/strtoll (Depends-on): Add stdlib.
20333         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20334         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
20335
20336 2008-10-19  Bruno Haible  <bruno@clisp.org>
20337
20338         * modules/bcopy (Depends-on): Add strings.
20339         (Include): Specify <strings.h>.
20340
20341 2008-10-19  Bruno Haible  <bruno@clisp.org>
20342
20343         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
20344
20345 2008-10-19  Bruno Haible  <bruno@clisp.org>
20346
20347         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
20348         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
20349         mingw.
20350
20351 2008-10-19  Bruno Haible  <bruno@clisp.org>
20352
20353         * lib/atanl.c: Don't include isnanl.h.
20354         * lib/cosl.c: Likewise.
20355         * lib/ldexpl.c: Likewise.
20356         * lib/logl.c: Likewise.
20357         * lib/sinl.c: Likewise.
20358         * lib/sqrtl.c: Likewise.
20359         * lib/tanl.c: Likewise.
20360
20361         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
20362         * lib/isnanf.h: Remove file.
20363         * lib/isnand.h: Remove file.
20364         * lib/isnanl.h: Remove file.
20365         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
20366         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
20367         macros.
20368         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
20369         HAVE_ISNANF, don't define it as a C macro.
20370         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
20371         HAVE_ISNAND, don't define it as a C macro.
20372         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
20373         HAVE_ISNANL, don't define it as a C macro.
20374         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
20375         HAVE_ISNAN[FDL].
20376         * modules/isnanf (Files): Remove lib/isnanf.h.
20377         (Depends-on): Add math.
20378         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20379         (Include): Specify <math.h> instead of isnanf.h.
20380         * modules/isnand (Files): Remove lib/isnand.h.
20381         (Depends-on): Add math.
20382         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20383         (Include): Specify <math.h> instead of isnand.h.
20384         * modules/isnanl (Files): Remove lib/isnanl.h.
20385         (Depends-on): Add math.
20386         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
20387         (Include): Specify <math.h> instead of isnanl.h.
20388         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
20389         HAVE_ISNAN[FDL].
20390         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
20391         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
20392         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
20393         * NEWS: Mention the change.
20394
20395 2008-10-18  Bruno Haible  <bruno@clisp.org>
20396
20397         Add getusershell(), setusershell(), endusershell() declarations to
20398         <unistd.h>.
20399         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
20400         declarations.
20401         * lib/getusershell.c: Include unistd.h.
20402         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
20403         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20404         HAVE_GETUSERSHELL.
20405         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
20406         and HAVE_GETUSERSHELL.
20407         * modules/getusershell (Depends-on): Add unistd, extensions.
20408         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20409         (Include): Specify <unistd.h>.
20410         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
20411         HAVE_GETUSERSHELL.
20412
20413 2008-10-18  Bruno Haible  <bruno@clisp.org>
20414
20415         Add a getloadavg() declaration to <stdlib.h>.
20416         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
20417         getloadavg declaration.
20418         (getloadavg): New declaration.
20419         * lib/getloadavg.c: Include <stdlib.h> first.
20420         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
20421         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
20422         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
20423         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
20424         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20425         * modules/getloadavg (Depends-on): Add stdlib, extensions.
20426         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
20427         (Include): Specify <stdlib.h>.
20428         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
20429         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
20430
20431 2008-10-18  Bruno Haible  <bruno@clisp.org>
20432
20433         * lib/dirchownmod.c: Don't include lchmod.h.
20434
20435         Move the lchmod() declaration to <sys/stat.h>.
20436         * lib/lchmod.h: Remove file.
20437         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
20438         (lchmod): New declaration, moved here from lib/lchown.h.
20439         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
20440         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
20441         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
20442         and HAVE_LCHMOD.
20443         * modules/lchmod (Files): Remove lib/lchmod.h.
20444         (Depends-on): Add sys_stat, extensions.
20445         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
20446         (Include): Specify <sys/stat.h> instead of lchmod.h.
20447         * modules/sys_stat (Depends-on): Add link-warning.
20448         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
20449         definition of GL_LINK_WARNING.
20450         * NEWS: Mention the change.
20451
20452 2008-10-18  Bruno Haible  <bruno@clisp.org>
20453
20454         * lib/fchdir.c: Don't include dirfd.h.
20455         * lib/fts.c: Likewise.
20456         * lib/getcwd.c: Likewise.
20457         * lib/glob.c: Likewise.
20458
20459         Move the dirfd() declaration to <dirent.h>.
20460         * lib/dirfd.h: Remove file.
20461         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
20462         (dirfd): New declaration.
20463         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
20464         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
20465         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
20466         HAVE_DECL_DIRFD.
20467         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
20468         HAVE_DECL_DIRFD.
20469         * modules/dirfd (Files): Remove lib/dirfd.h.
20470         (Depends-on): Add dirent, extensions.
20471         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
20472         (Include): Specify <dirent.h> instead of dirfd.h.
20473         * modules/dirent (Depends-on): Add link-warning.
20474         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
20475         definition of GL_LINK_WARNING.
20476         * NEWS: Mention the change.
20477
20478 2008-10-18  Bruno Haible  <bruno@clisp.org>
20479
20480         Move the euidaccess() declaration to <unistd.h>.
20481         * lib/euidaccess.h: Remove file.
20482         * lib/unistd.in.h (euidaccess): New declaration.
20483         * lib/euidaccess.c: Don't include euidaccess.h.
20484         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
20485         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
20486         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
20487         and HAVE_EUIDACCESS.
20488         * modules/euidaccess (Files): Remove lib/euidaccess.h.
20489         (Depends-on): Add unistd.
20490         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20491         (Include): Specify <unistd.h> instead of euidaccess.h.
20492         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
20493         HAVE_EUIDACCESS.
20494         * NEWS: Mention the change.
20495
20496 2008-10-18  Bruno Haible  <bruno@clisp.org>
20497
20498         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
20499
20500         Move the getdomainname() declaration to <unistd.h>.
20501         * lib/getdomainname.h: Remove file.
20502         * lib/unistd.in.h (getdomainname): New declaration.
20503         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
20504         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
20505         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
20506         HAVE_GETDOMAINNAME.
20507         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20508         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
20509         * modules/getdomainname (Files): Remove lib/getdomainname.h.
20510         (Depends-on): Add unistd, extensions.
20511         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
20512         (Includes): Specify <unistd.h> instead of getdomainname.h.
20513         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
20514         HAVE_GETDOMAINNAME.
20515         * NEWS: Mention the change.
20516
20517 2008-10-18  Bruno Haible  <bruno@clisp.org>
20518
20519         * modules/dirent: New file.
20520         * m4/dirent_h.m4: New file.
20521         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
20522         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
20523         * modules/fchdir (Files): Remove lib/dirent.in.h.
20524         (Depends-on): Add dirent.
20525         (Makefile.am): Move rules to modules/dirent.
20526         * doc/posix-headers/dirent.texi: Mention the new module.
20527
20528 2008-10-18  Bruno Haible  <bruno@clisp.org>
20529
20530         Avoid -Wunused-parameter warnings in public gnulib header files.
20531         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
20532         macro.
20533         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
20534
20535 2008-10-18  Bruno Haible  <bruno@clisp.org>
20536
20537         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
20538         * doc/glibc-functions/error.texi: Mention the module 'error'.
20539         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
20540         * doc/glibc-functions/getdomainname.texi: Mention the module
20541         'getdomainname'.
20542         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
20543         * doc/glibc-functions/getpagesize.texi: Mention the module
20544         'getpagesize'.
20545         * doc/glibc-functions/getusershell.texi: Mention the module
20546         'getusershell'.
20547         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
20548         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
20549         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
20550         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
20551         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
20552         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
20553         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
20554         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
20555         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
20556         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
20557         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
20558         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
20559         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
20560         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
20561
20562 2008-10-17  Bruno Haible  <bruno@clisp.org>
20563
20564         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
20565         HP-UX and IRIX, use -0.0L.
20566         * tests/test-ceill.c (minus_zero): Likewise.
20567         * tests/test-floorl.c (minus_zero): Likewise.
20568         * tests/test-frexpl.c (minus_zero): Likewise.
20569         * tests/test-isnan.c (minus_zerol): Likewise.
20570         * tests/test-isnanl.h (minus_zero): Likewise.
20571         * tests/test-ldexpl.c (minus_zero): Likewise.
20572         * tests/test-roundl.c (minus_zero): Likewise.
20573         * tests/test-signbit.c (minus_zerol): Likewise.
20574         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
20575         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
20576         * tests/test-truncl.c (minus_zero): Likewise.
20577         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
20578         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
20579         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
20580         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
20581
20582 2008-10-17  Bruno Haible  <bruno@clisp.org>
20583
20584         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
20585         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
20586         that it gets activated only for gcc >= 3.0.
20587         * lib/dirent.in.h: Likewise.
20588         * lib/errno.in.h: Likewise.
20589         * lib/fcntl.in.h: Likewise.
20590         * lib/float.in.h: Likewise.
20591         * lib/iconv.in.h: Likewise.
20592         * lib/inttypes.in.h: Likewise.
20593         * lib/locale.in.h: Likewise.
20594         * lib/math.in.h: Likewise.
20595         * lib/netdb.in.h: Likewise.
20596         * lib/netinet_in.in.h: Likewise.
20597         * lib/search.in.h: Likewise.
20598         * lib/signal.in.h: Likewise.
20599         * lib/spawn.in.h: Likewise.
20600         * lib/stdarg.in.h: Likewise.
20601         * lib/stdint.in.h: Likewise.
20602         * lib/stdio.in.h: Likewise.
20603         * lib/stdlib.in.h: Likewise.
20604         * lib/string.in.h: Likewise.
20605         * lib/strings.in.h: Likewise.
20606         * lib/sys_file.in.h: Likewise.
20607         * lib/sys_ioctl.in.h: Likewise.
20608         * lib/sys_select.in.h: Likewise.
20609         * lib/sys_socket.in.h: Likewise.
20610         * lib/sys_stat.in.h: Likewise.
20611         * lib/sys_time.in.h: Likewise.
20612         * lib/sysexits.in.h: Likewise.
20613         * lib/time.in.h: Likewise.
20614         * lib/unistd.in.h: Likewise.
20615         * lib/wchar.in.h: Likewise.
20616         * lib/wctype.in.h: Likewise.
20617         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
20618
20619 2008-10-17  Jim Meyering  <meyering@redhat.com>
20620
20621         ignore-value: don't depend on inline module
20622         * modules/ignore-value (Depends-on): Remove 'inline'.
20623         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
20624         Suggestion from Bruno Haible.
20625
20626 2008-10-17  Bruno Haible  <bruno@clisp.org>
20627
20628         New implementation of condition variables for Win32.
20629         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
20630         (gl_linked_waitqueue_t): New type.
20631         (gl_cond_t): Use it.
20632         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
20633         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
20634         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
20635         (glthread_cond_init_func, glthread_cond_wait_func,
20636         glthread_cond_timedwait_func, glthread_cond_signal_func,
20637         glthread_cond_broadcast_func, glthread_cond_destroy_func):
20638         Reimplemented on the basis of gl_linked_waitqueue_t.
20639         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
20640         gl_waitqueue_t.
20641         (gl_rwlock_t): Update.
20642         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
20643
20644 2008-10-17  Simon Josefsson  <simon@josefsson.org>
20645
20646         * modules/recvfrom (Depends-on): Add dependency on getpeername.
20647         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20648
20649 2008-10-17  Jim Meyering  <meyering@redhat.com>
20650
20651         ignore-value: new module
20652         * modules/ignore-value: New file.
20653         * lib/ignore-value.h: New file.
20654         * MODULES.html.sh (Compiler warning management): New section,
20655         just for this module.  More to come.
20656
20657 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
20658
20659         open-safer.c: avoid 'signed and unsigned in conditional...' warning
20660         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
20661         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
20662
20663 2008-10-16  Jim Meyering  <meyering@redhat.com>
20664
20665         openat-die.c: avoid 'no previous prototype' warning
20666         * lib/openat-die.c: Include "openat.h".
20667         Reported by Reuben Thomas <rrt@sc3d.org>.
20668
20669 2008-10-16  Simon Josefsson  <simon@josefsson.org>
20670
20671         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
20672         * lib/netdb.in.h: Fix typo.
20673         Reported by Bruno Haible  <bruno@clisp.org>
20674
20675         * lib/netdb.in.h: Include sys/socket.h for platforms without
20676         netdb.h, to get structures like hostent on MinGW.
20677         * modules/netdb (Depends-on): Add sys_socket.
20678
20679 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20680
20681         * modules/netdb, modules/netdb-tests: New file.
20682         * m4/netdb_h.m4: New file.
20683         * lib/netdb.in.h: Add, currently just an empty file pending
20684         definitions.
20685         * tests/test-netdb.c: New file.
20686         * doc/posix-headers/netdb.texi: Mention that we replace it if
20687         needed.
20688         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
20689         netdb.
20690
20691 2008-10-15  Simon Josefsson  <simon@josefsson.org>
20692
20693         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
20694         with code.
20695
20696 2008-10-13  Bruno Haible  <bruno@clisp.org>
20697
20698         * lib/glthread/cond.c (glthread_cond_wait_func,
20699         glthread_cond_timedwait_func): Add a comment.
20700
20701 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20702
20703         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
20704         * tests/test-select.c: Likewise,
20705
20706 2008-10-13  Bruno Haible  <bruno@clisp.org>
20707
20708         * lib/glthread/cond.c (glthread_cond_wait_func,
20709         glthread_cond_timedwait_func): Fix variable name.
20710         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
20711
20712 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
20713
20714         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
20715         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
20716         struct sockaddr.sa_len.
20717         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
20718
20719 2008-10-13  Simon Josefsson  <simon@josefsson.org>
20720
20721         * build-aux/pmccabe2html: Add css and css_url parameters.
20722
20723 2008-10-12  Bruno Haible  <bruno@clisp.org>
20724
20725         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
20726         calling aclx_get.
20727         Reported by Rainer Tammer <tammer@tammer.net>.
20728
20729 2008-10-12  Bruno Haible  <bruno@clisp.org>
20730
20731         Use msvcrt aware primitives for creation/termination of Win32 threads.
20732         * lib/glthread/thread.c: Include <process.h>.
20733         (glthread_create_func): Use _beginthreadex instead of CreateThread.
20734         (wrapper_func): Update signature.
20735         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
20736
20737 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
20738             Bruno Haible  <bruno@clisp.org>
20739
20740         Provide a Win32 implementation of the 'cond' module.
20741         * lib/glthread/cond.h [USE_WIN32]: New implementation.
20742         * lib/glthread/cond.c (glthread_cond_init_func,
20743         glthread_cond_wait_func, glthread_cond_timedwait_func,
20744         glthread_cond_signal_func, glthread_cond_broadcast_func,
20745         glthread_cond_destroy_func) [USE_WIN32]: New functions.
20746         * modules/cond (Dependencies): Add gettimeofday.
20747
20748 2008-10-11  Bruno Haible  <bruno@clisp.org>
20749
20750         Make sleep work on older versions of mingw.
20751         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
20752         only whether it exists.
20753         * doc/posix-functions/sleep.texi: Mention the problem with older
20754         versions of mingw.
20755
20756 2008-10-11  Bruno Haible  <bruno@clisp.org>
20757
20758         New module 'shutdown'.
20759         * modules/shutdown: New file.
20760         * lib/sys_socket.in.h (shutdown): New declaration.
20761         * lib/winsock.c (shutdown): New function.
20762         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
20763         GNULIB_SHUTDOWN.
20764         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
20765         * doc/posix-functions/shutdown.texi: Document the new module.
20766
20767 2008-10-11  Jim Meyering  <meyering@redhat.com>
20768
20769         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
20770
20771 2008-10-11  Bruno Haible  <bruno@clisp.org>
20772
20773         New module 'fclose'.
20774         * modules/fclose: New file.
20775         * lib/stdio.in.h (fclose): New declaration.
20776         * lib/fclose.c: New file.
20777         * m4/fclose.m4: New file.
20778         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
20779         REPLACE_FCLOSE.
20780         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
20781         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
20782         REPLACE_FCLOSE.
20783         * modules/close (Depends-on): fclose.
20784         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
20785
20786 2008-10-11  Bruno Haible  <bruno@clisp.org>
20787
20788         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
20789         set errno and don't call _close.
20790
20791 2008-10-10  Bruno Haible  <bruno@clisp.org>
20792
20793         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
20794         ACL, not afterwards. Fixes test failure on Cygwin.
20795
20796 2008-10-09  Ben Pfaff  <blp@gnu.org>
20797
20798         * build-aux/announce-gen: Fix gnulib version related part of usage
20799         message.  Die with a useful error message if no tarballs are
20800         found.
20801
20802 2008-10-10  Jim Meyering  <meyering@redhat.com>
20803
20804         bootstrap: use git's --depth=N option only if it's supported
20805         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
20806         recognize the --depth option.  Reported by Pádraig Brady.
20807
20808 2008-10-09  Bruno Haible  <bruno@clisp.org>
20809
20810         New module 'ioctl'.
20811         * modules/ioctl: New file.
20812         * lib/sys_socket.in.h (ioctl): Remove declaration.
20813         * lib/winsock.c: Include <sys/ioctl.h>.
20814         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
20815         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
20816         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
20817         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
20818         * doc/posix-functions/ioctl.texi: Mention the new module.
20819
20820 2008-10-09  Bruno Haible  <bruno@clisp.org>
20821
20822         New module 'sys_ioctl'.
20823         * lib/sys_ioctl.in.h: New file.
20824         * m4/sys_ioctl_h.m4: New file.
20825         * modules/sys_ioctl: New file.
20826         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
20827
20828 2008-10-09  Bruno Haible  <bruno@clisp.org>
20829
20830         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
20831         * lib/winsock.c: Include <stdarg.h>.
20832         (rpl_ioctl): Change to second argument 'int' and then varargs.
20833
20834 2008-10-09  Bruno Haible  <bruno@clisp.org>
20835
20836         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
20837         when the sys_socket module is present and the system has <winsock2.h>.
20838
20839 2008-10-09  Bruno Haible  <bruno@clisp.org>
20840
20841         * doc/posix-functions/close.texi: Mention module 'close' instead of
20842         module 'sys_socket'.
20843
20844 2008-10-09  Bruno Haible  <bruno@clisp.org>
20845
20846         * doc/glibc-headers/sys_ioctl.texi: New file.
20847         * doc/gnulib.texi: Include it.
20848
20849 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20850             Bruno Haible  <bruno@clisp.org>
20851
20852         Combine the two replacements of 'close'.
20853         * lib/sys_socket.in.h (close): Define to a reminder to include
20854         <unistd.h>.
20855         (_gl_close_fd_maybe_socket): New declaration.
20856         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
20857         * lib/winsock.c (close): Remove undefinition.
20858         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
20859         needed for the gnulib module 'close'.
20860         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
20861         define to an error symbol or to a warning, if suitable.
20862         * lib/close.c: Include <sys/socket.h>.
20863         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
20864         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
20865         UNISTD_H_HAVE_WINSOCK2_H.
20866         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
20867         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
20868         UNISTD_H_HAVE_WINSOCK2_H.
20869         * modules/sys_socket (Files): Add m4/unistd_h.m4.
20870         (configure.ac): Set a module indicator.
20871         (Makefile.am): Substitute GNULIB_CLOSE.
20872         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
20873         * modules/poll-tests (Depends-on): Add close.
20874         * modules/select-tests (Depends-on): Likewise.
20875
20876 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20877             Bruno Haible  <bruno@clisp.org>
20878
20879         New module 'close'.
20880         * modules/close: New file.
20881         * lib/unistd.in.h (close): Move declaration out of the
20882         FCHDIR_REPLACEMENT scope.
20883         (_gl_unregister_fd): New declaration.
20884         * lib/close.c: New file.
20885         * lib/fchdir.c (rpl_close): Remove function.
20886         * m4/close.m4: New file.
20887         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20888         close.
20889         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
20890         REPLACE_CLOSE.
20891         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
20892         REPLACE_CLOSE.
20893         * modules/fchdir (Depends-on): Add close.
20894
20895 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20896             Bruno Haible  <bruno@clisp.org>
20897
20898         * lib/fcntl.in.h (open): Simplify conditionals.
20899         (_gl_register_fd): New declaration.
20900         * lib/fchdir.c (rpl_open): Remove function.
20901         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
20902         also.
20903         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
20904         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
20905         open.
20906
20907 2008-10-09  Jim Meyering  <meyering@redhat.com>
20908
20909         GNUmakefile: use the more name-space-friendly "_version"
20910         * top/GNUmakefile (_dummy): Update.
20911         (_version): Rename from "version".
20912
20913 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20914             Bruno Haible  <bruno@clisp.org>
20915
20916         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
20917         rpl_close.
20918         (_gl_register_fd): New function, extracted from rpl_open.
20919         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
20920         (rpl_open, rpl_opendir): Use _gl_register_fd.
20921
20922 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
20923
20924         Fix organization of 'open' replacement.
20925         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
20926         (gl_FUNC_OPEN): Use it.
20927         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
20928
20929 2008-10-08  Bruno Haible  <bruno@clisp.org>
20930
20931         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
20932
20933 2008-10-08  Simon Josefsson  <simon@josefsson.org>
20934
20935         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
20936         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
20937         listen).
20938
20939 2008-10-08  Eric Blake  <ebb9@byu.net>
20940
20941         GNUmakefile: add 'make version' target
20942         * top/GNUmakefile (_curr-ver): Split version update rules...
20943         (version): ...into a target.
20944
20945 2008-10-07  Bruno Haible  <bruno@clisp.org>
20946
20947         Use a more portable replacement expression for -0.0L.
20948         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
20949         instead of -0.0L. Fix m4 quotation.
20950
20951         * tests/test-signbit.c: Include <float.h>.
20952         (minus_zero): New variable.
20953         (test_signbitl): Use minus_zero instead of -zero.
20954         * modules/signbit-tests (Depends-on): Add float.
20955
20956         * tests/test-ceill.c: Include <float.h>.
20957         (zero): Remove variable.
20958         (minus_zero): New variable.
20959         (main): Use minus_zero instead of -zero.
20960         * modules/ceill-tests (Depends-on): Add float.
20961
20962         * tests/test-floorl.c: Include <float.h>.
20963         (zero): Remove variable.
20964         (minus_zero): New variable.
20965         (main): Use minus_zero instead of -zero.
20966         * modules/floorl-tests (Depends-on): Add float.
20967
20968         * tests/test-roundl.c: Include <float.h>.
20969         (zero): Remove variable.
20970         (minus_zero): New variable.
20971         (main): Use minus_zero instead of -zero.
20972         * modules/roundl-tests (Depends-on): Add float.
20973
20974         * tests/test-truncl.c: Include <float.h>.
20975         (zero): Remove variable.
20976         (minus_zero): New variable.
20977         (main): Use minus_zero instead of -zero.
20978         * modules/truncl-tests (Depends-on): Add float.
20979
20980         * tests/test-frexpl.c (zero): Remove variable.
20981         (minus_zero): New variable.
20982         (main): Use minus_zero instead of -zero.
20983         * modules/frexpl-tests (Depends-on): Add float.
20984
20985         * tests/test-isnan.c (zerol): Remove variable.
20986         (minus_zerol): New variable.
20987         (test_long_double): Use minus_zerol instead of -zerol.
20988         * modules/isnan-tests (Depends-on): Add float.
20989
20990         * tests/test-isnanl.h (zero): Remove variable.
20991         (minus_zero): New variable.
20992         (main): Use minus_zero instead of -zero.
20993         * modules/isnanl-nolibm-tests (Depends-on): Add float.
20994         * modules/isnanl-tests (Depends-on): Add float.
20995
20996         * tests/test-ldexpl.c (zero): Remove variable.
20997         (minus_zero): New variable.
20998         (main): Use minus_zero instead of -zero.
20999         * modules/ldexpl-tests (Depends-on): Add float.
21000
21001         * tests/test-snprintf-posix.h (zerol): Remove variable.
21002         (minus_zerol): New variable.
21003         (test_function): Use minus_zerol instead of -zerol.
21004         * modules/snprintf-posix-tests (Depends-on): Add float.
21005         * modules/vsnprintf-posix-tests (Depends-on): Add float.
21006
21007         * tests/test-sprintf-posix.h (zerol): Remove variable.
21008         (minus_zerol): New variable.
21009         (test_function): Use minus_zerol instead of -zerol.
21010         * modules/sprintf-posix-tests (Depends-on): Add float.
21011         * modules/vsprintf-posix-tests (Depends-on): Add float.
21012
21013         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
21014         (minus_zerol): New variable.
21015         (test_function): Use minus_zerol instead of -zerol.
21016         * modules/vasnprintf-posix-tests (Depends-on): Add float.
21017
21018         * tests/test-vasprintf-posix.c (zerol): Remove variable.
21019         (minus_zerol): New variable.
21020         (test_function): Use minus_zerol instead of -zerol.
21021         * modules/vasprintf-posix-tests (Depends-on): Add float.
21022
21023 2008-10-07  Simon Josefsson  <simon@josefsson.org>
21024
21025         * MODULES.html.sh (Support for building documentation): Mention
21026         pmccabe2html.  Sort entries.
21027
21028         Add pmccabe2html module, from gnupdf.
21029         * build-aux/pmccabe.css: New file.
21030         * build-aux/pmccabe2html: New file.
21031         * m4/pmccabe2html.m4: New file.
21032         * modules/pmccabe2html: New file.
21033
21034 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
21035
21036         flock: new module
21037         * MODULES.html.sh: Add to list of modules.
21038         * lib/flock.c: flock implementation for Windows and Unix systems
21039         which have fcntl.
21040         * doc/glibc-functions/flock.texi: Update documentation.
21041         * lib/sys_file.in.h: <sys/file.h> header file.
21042         * m4/flock.m4: M4 macros.
21043         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
21044         * modules/flock: flock module.
21045         * modules/flock-tests: flock tests module.
21046         * modules/sys_file: sys/file.h module.
21047         * tests/test-flock.c: test suite for flock.
21048
21049 2008-10-06  Jim Meyering  <meyering@redhat.com>
21050
21051         bootstrap: check for LT_INIT more portably still ;-)
21052         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
21053         Spotted by Bruno Haible.
21054
21055 2008-10-06  Eric Blake  <ebb9@byu.net>
21056
21057         test-signbit: avoid tripping Irix cc bug on -0.0L
21058         * tests/test-signbit.c (minus_zerol): Delete, and replace with
21059         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
21060         entire testsuite consistent and avoids an Irix 6.2 bug.
21061
21062 2008-10-05  Bruno Haible  <bruno@clisp.org>
21063             Jim Meyering  <jim@meyering.net>
21064
21065         Add an option for ignoring EPIPE during close_stdout.
21066         * lib/closeout.h: Include <stdbool.h>.
21067         (close_stdout_set_ignore_EPIPE): New declaration.
21068         * lib/closeout.c: Include <stdbool.h>.
21069         (ignore_EPIPE): New variable.
21070         (close_stdout_set_ignore_EPIPE): New function.
21071         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
21072         * lib/close-stream.c (close_stream): Mention the possible EPIPE
21073         failure.
21074         * modules/closeout (Depends-on): Add stdbool.
21075
21076 2008-10-05  Bruno Haible  <bruno@clisp.org>
21077
21078         * modules/accept: New file.
21079         * modules/bind: New file.
21080         * modules/connect: New file.
21081         * modules/getpeername: New file.
21082         * modules/getsockname: New file.
21083         * modules/getsockopt: New file.
21084         * modules/listen: New file.
21085         * modules/recv: New file.
21086         * modules/recvfrom: New file.
21087         * modules/send: New file.
21088         * modules/sendto: New file.
21089         * modules/setsockopt: New file.
21090         * modules/socket: New file.
21091         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
21092         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
21093         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
21094         the particular module is requested. Add a link warning when the
21095         particular module is not requested.
21096         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
21097         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
21098         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
21099         the particular module is requested.
21100         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
21101         gl_SYS_SOCKET_H_DEFAULTS): New macros.
21102         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
21103         * modules/sys_socket (Depends-on): Add link-warning.
21104         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
21105         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
21106         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
21107         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
21108         GL_LINK_WARNING.
21109         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
21110         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
21111         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
21112         * doc/posix-functions/getpeername.texi: Mention the new module
21113         'getpeername'.
21114         * doc/posix-functions/getsockname.texi: Mention the new module
21115         'getsockname'.
21116         * doc/posix-functions/getsockopt.texi: Mention the new module
21117         'getsockopt'.
21118         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
21119         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
21120         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
21121         * doc/posix-functions/send.texi: Mention the new module 'send'.
21122         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
21123         * doc/posix-functions/setsockopt.texi: Mention the new module
21124         'setsockopt'.
21125         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
21126         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
21127         listen, connect, accept.
21128         * modules/select-tests (Depends-on): Likewise.
21129
21130 2008-10-05  Bruno Haible  <bruno@clisp.org>
21131
21132         * lib/winsock.c (strerror): Remove unused #undef.
21133         (rpl_close): Remove unused local variable.
21134
21135         * modules/sys_socket (Depends-on); Add errno.
21136
21137 2008-10-05  Bruno Haible  <bruno@clisp.org>
21138
21139         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
21140         (select): Add a link warning when the 'select' module is not used.
21141         * modules/sys_select (Depends-on): Add link-warning.
21142         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
21143         Suggested by Paolo Bonzini.
21144
21145 2008-10-05  Jim Meyering  <meyering@redhat.com>
21146
21147         bootstrap: check for LT_INIT more portably
21148         * build-aux/bootstrap: Avoid using grep -E, since it's not
21149         portable enough.  Suggestion from Bruno Haible.
21150
21151 2008-10-05  Bruno Haible  <bruno@clisp.org>
21152
21153         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
21154         as being fixed by gnulib.
21155
21156 2008-10-05  Bruno Haible  <bruno@clisp.org>
21157
21158         * modules/select-tests: New file, mostly copied from
21159         modules/sys_select-tests.
21160         * tests/test-select.c: New file, mostly copied from
21161         tests/test-sys_select.c.
21162         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
21163         * modules/sys_select-tests (Depends-on): Remove all dependencies.
21164         (Makefile.am): Remove test_sys_select_LDADD.
21165
21166         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
21167         to an undefined symbol, for an error message.
21168         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
21169         (gl_SYS_SELECT_H_DEFAULTS): New macro.
21170         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
21171         winsock-select.c here.
21172         * modules/sys_select (Files): Remove lib/winsock-select.c.
21173         (Depends-on): Remove alloca.
21174         (Makefile.am): Substitute GNULIB_SELECT.
21175         * modules/select: New file.
21176         * doc/posix-functions/select.texi: Update.
21177
21178 2008-10-05  Bruno Haible  <bruno@clisp.org>
21179
21180         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
21181         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
21182         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
21183         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
21184         getdtablesize.
21185         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
21186         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
21187
21188 2008-10-05  Bruno Haible  <bruno@clisp.org>
21189
21190         * modules/getdtablesize-tests: New file.
21191         * tests/test-getdtablesize.c: New file.
21192
21193         New module 'getdtablesize'.
21194         * lib/unistd.in.h (getdtablesize): New declaration.
21195         * lib/getdtablesize.c: New file.
21196         * m4/getdtablesize.m4: New file.
21197         * modules/getdtablesize: New file.
21198         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21199         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
21200         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
21201         HAVE_GETDTABLESIZE.
21202         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
21203
21204 2008-10-05  Bruno Haible  <bruno@clisp.org>
21205
21206         * modules/sched (Makefile.am): Fix typo.
21207         Reported by Simon Josefsson.
21208
21209 2008-10-05  Jim Meyering  <meyering@redhat.com>
21210
21211         bootstrap: check for LT_INIT, too
21212         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
21213         are deprecated.  Suggestion from Ralf Wildenhues.
21214
21215 2008-10-05  Bruno Haible  <bruno@clisp.org>
21216
21217         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
21218         overriding them by ours.
21219         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
21220
21221 2008-10-05  Jim Meyering  <meyering@redhat.com>
21222
21223         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
21224         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
21225         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
21226
21227 2008-10-04  Bruno Haible  <bruno@clisp.org>
21228
21229         * modules/dup2 (License): Change to LGPLv2+.
21230         * modules/sleep (License): Likewise.
21231         * modules/perror (License): Likewise.
21232         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
21233         Blake.
21234         * modules/signal (License): Likewise.
21235         * modules/sigprocmask (License): Likewise.
21236         * modules/raise (License): Change to LGPLv2+, with approval by Jim
21237         Meyering.
21238
21239 2008-10-04  Bruno Haible  <bruno@clisp.org>
21240
21241         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
21242         Reported by Rainer Tammer <tammer@tammer.net>.
21243
21244 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
21245             Bruno Haible  <bruno@clisp.org>
21246
21247         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
21248         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
21249         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
21250
21251 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
21252
21253         filevercmp: new module
21254         * lib/filevercmp.h: New function filevercmp comparing version strings.
21255         * lib/filevercmp.c: Implementation of filevercmp function.
21256         * modules/filevercmp: Module metadata.
21257         * tests/test-filevercmp.c: Unit test for new module.
21258         * modules/filevercmp-tests: Unit test metadata.
21259         * MODULES.html.sh: Add filevercmp module.
21260
21261 2008-10-03  Bruno Haible  <bruno@clisp.org>
21262
21263         * lib/c-ctype.h: Add comment.
21264         Reported by Jim Meyering.
21265
21266 2008-10-02  Bruno Haible  <bruno@clisp.org>
21267
21268         * modules/posix_spawn-internal (Depends-on): Add 'open'.
21269
21270 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21271
21272         * build-aux/bootstrap: Allow renaming bootstrap, and change the
21273         name of bootstrap.conf accordingly.
21274
21275 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21276
21277         * build-aux/bootstrap: Install git-merge-changelog configuration
21278         items into .gitconfig if needed.
21279
21280 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
21281
21282         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
21283         git repository, and initialize/update it accordingly.
21284
21285 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
21286
21287         * modules/fsync-tests: New file.
21288         * tests/test-fsync.c: New file.
21289
21290         New module 'fsync'.
21291         * lib/fsync.c: New file.
21292         * m4/fsync.m4: New file.
21293         * modules/fsync: New file.
21294         * lib/unistd.in.h (fsync): New declaration.
21295         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
21296         GNULIB_FSYNC and HAVE_FSYNC.
21297         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
21298         * MODULES.html.sh (posix_functions): Add fsync.
21299         * doc/posix-functions/fsync.texi: Mention the new module.
21300
21301 2008-10-02  Jim Meyering  <meyering@redhat.com>
21302
21303         fts.c: sync with similar code from coreutils' remove.c
21304         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
21305         Guard also with "#if defined __linux__", since for now at least,
21306         this code is Linux-kernel-specific.
21307
21308 2008-10-02  Jim Meyering  <meyering@redhat.com>
21309
21310         fts: bug fixes
21311         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
21312         Include <sys/vfs.h>, not <sys/statfs.h>.
21313
21314         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
21315         Include <sys/vfs.h>, not <sys/statfs.h>.
21316
21317 2008-10-01  Bruno Haible  <bruno@clisp.org>
21318
21319         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
21320         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
21321         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
21322         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
21323         * doc/posix-functions/posix_spawnp.texi: Likewise.
21324         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
21325         whether posix_spawn actually works.
21326         * m4/pipe.m4 (gl_PIPE): Likewise.
21327         * modules/execute (Files): Add m4/posix_spawn.m4.
21328         * modules/pipe (Files): Add m4/posix_spawn.m4.
21329         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
21330
21331 2008-10-01  Jim Meyering  <meyering@redhat.com>
21332
21333         remove trailing spaces
21334         * NEWS: Likewise.
21335         * lib/poll.c (poll): Likewise.
21336         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
21337         * lib/winsock.c (rpl_close): Likewise.
21338         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
21339         * modules/yield: Likewise.
21340         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
21341         * tests/test-sys_select.c (connect_to_socket): Likewise.
21342
21343         fts.c: adjust a new interface to be more generally useful
21344         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
21345         (fts_build): Adjust caller.
21346
21347 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21348
21349         * modules/cond-tests: New file.
21350         * tests/test-cond.c: New file.
21351
21352 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21353             Bruno Haible  <bruno@clisp.org>
21354
21355         * modules/cond (Dependencies): Add errno, time.
21356         * lib/glthread/cond.h: Include <time.h>.
21357         (gl_cond_define, gl_cond_define_initialized): Use the same definition
21358         across platforms.
21359
21360 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21361             Bruno Haible  <bruno@clisp.org>
21362
21363         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
21364
21365 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21366             Bruno Haible  <bruno@clisp.org>
21367
21368         * modules/tls-tests (Depends-on): Add thread, yield.
21369         (configure.ac): Remove all checks.
21370         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
21371         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21372         gl_thread_self): Remove definitions. Include glthread/thread.h and
21373         glthread/yield.h instead.
21374         (test_tls): Pass an additional NULL argument to gl_thread_join.
21375
21376 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21377             Bruno Haible  <bruno@clisp.org>
21378
21379         * modules/lock-tests (Depends-on): Add thread, yield.
21380         (configure.ac): Remove all checks.
21381         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
21382         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
21383         gl_thread_self): Remove definitions. Include glthread/thread.h and
21384         glthread/yield.h instead.
21385         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
21386         additional NULL argument to gl_thread_join.
21387
21388 2008-09-30  Bruno Haible  <bruno@clisp.org>
21389
21390         Fix the Win32 implementation of the 'thread' module.
21391         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
21392         pointer type.
21393         (gl_thread_self): Invoke gl_thread_self_func.
21394         (gl_thread_self_func): New declaration.
21395         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
21396         (do_init_self_key, init_self_key): New functions.
21397         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
21398         Remove some fields.
21399         (running_threads, running_lock): Remove variables.
21400         (get_current_thread_handle): New function.
21401         (gl_thread_self_func, wrapper_func, glthread_create_func,
21402         glthread_join_func, gl_thread_exit_func): Largely rewritten and
21403         simplified.
21404
21405 2008-09-30  Bruno Haible  <bruno@clisp.org>
21406
21407         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
21408         files.
21409
21410 2008-09-30  Jim Meyering  <meyering@redhat.com>
21411
21412         fts.m4: correct the test for statfs.f_type
21413         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
21414         when checking for statfs.f_type.
21415
21416 2008-09-15  Simon Josefsson  <simon@josefsson.org>
21417
21418         tests: avoid some compiler warnings
21419         * tests/test-memchr.c (main): Pass NULL indirectly.
21420         * tests/test-getdate.c (main): Remove unused variable 'ret'.
21421
21422 2008-09-29  Ondřej Vašík  <ovasik@redhat.com>
21423
21424         getdate.y: disallow countable dayshifts like "4 yesterday ago"
21425         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
21426         exactly specified dayshifts.
21427         (dayshift): New rule.
21428         (rel): Add dayshift.
21429         (relative_time_table) [tomorrow, yesterday, today, now]:
21430         Use tDAY_SHIFT in place of tDAY_UNIT.
21431         * tests/test-getdate.c: Add tests for now-disallowed countable
21432         dayshifts, e.g., "4 yesterday ago".
21433
21434 2008-09-29  Bruno Haible  <bruno@clisp.org>
21435
21436         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
21437         * tests/test-posix_spawn1.in.sh: Renamed from
21438         tests/test-posix_spawn.in.sh.
21439         * tests/test-posix_spawn2.c: New file.
21440         * tests/test-posix_spawn2.in.sh: New file.
21441         * modules/posix_spawnp-tests (Files): Update.
21442         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
21443
21444 2008-09-29  Bruno Haible  <bruno@clisp.org>
21445
21446         Propagate effects of putenv/setenv/unsetenv to child processes.
21447         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
21448         * lib/pipe.c (create_pipe): Likewise.
21449
21450 2008-09-29  Bruno Haible  <bruno@clisp.org>
21451
21452         Enable use of shell scripts as executables in mingw.
21453         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
21454         run the program as a shell script.
21455         * lib/pipe.c (create_pipe): Likewise.
21456         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
21457         resulting array.
21458
21459 2008-09-29  Eric Blake  <ebb9@byu.net>
21460
21461         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
21462
21463 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
21464
21465         * doc/posix-functions/accept.texi: Update mingw problems.
21466         * doc/posix-functions/bind.texi: Update mingw problems.
21467         * doc/posix-functions/close.texi: Update mingw problems.
21468         * doc/posix-functions/connect.texi: Update mingw problems.
21469         * doc/posix-functions/getpeername.texi: Update mingw problems.
21470         * doc/posix-functions/getsockname.texi: Update mingw problems.
21471         * doc/posix-functions/getsockopt.texi: Update mingw problems.
21472         * doc/posix-functions/ioctl.texi: Update mingw problems.
21473         * doc/posix-functions/listen.texi: Update mingw problems.
21474         * doc/posix-functions/recv.texi: Update mingw problems.
21475         * doc/posix-functions/recvfrom.texi: Update mingw problems.
21476         * doc/posix-functions/select.texi: Update mingw problems.
21477         * doc/posix-functions/send.texi: Update mingw problems.
21478         * doc/posix-functions/sendto.texi: Update mingw problems.
21479         * doc/posix-functions/setsockopt.texi: Update mingw problems.
21480         * doc/posix-functions/socket.texi: Update mingw problems.
21481
21482 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
21483             Bruno Haible  <bruno@clisp.org>
21484
21485         * lib/sys_select.in.h: Include sys/time.h.
21486         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
21487         * modules/sys_select: Depend on sys_time.
21488         * tests/test-sys_select.c: Test that sys/select.h defines struct
21489         timeval fully.
21490
21491 2008-09-29  Bruno Haible  <bruno@clisp.org>
21492
21493         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
21494         * lib/sys_select.in.h: Likewise.
21495
21496 2008-09-29  Bruno Haible  <bruno@clisp.org>
21497
21498         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
21499
21500 2008-09-29  Bruno Haible  <bruno@clisp.org>
21501
21502         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
21503         Set LIBSOCKET instead of augmenting LIBS.
21504         * modules/sockets (Link): New section.
21505         * modules/sockets-tests (test_sockets_LDADD): New variable.
21506         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
21507         * modules/poll-tests (test_poll_LDADD): New variable.
21508         * NEWS: Document the change.
21509
21510 2008-09-29  Bruno Haible  <bruno@clisp.org>
21511
21512         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
21513         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
21514         ARPA_INET_H directly.
21515         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
21516
21517 2008-09-28  Bruno Haible  <bruno@clisp.org>
21518
21519         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
21520         from gl_HEADER_SYS_SOCKET.
21521         (gl_HEADER_SYS_SOCKET): Invoke it.
21522         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
21523
21524 2008-09-28  Bruno Haible  <bruno@clisp.org>
21525
21526         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
21527         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
21528         Needed on OSF/1 4.0.
21529
21530 2008-09-28  Bruno Haible  <bruno@clisp.org>
21531
21532         Override open more carefully.
21533         * lib/open.c (orig_open): New function.
21534         (rpl_open): Use orig_open instead of open.
21535         * lib/fcntl.in.h: Add special invocation convention.
21536         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
21537         (gl_FUNC_OPEN): Invoke it.
21538
21539         Override freopen more carefully.
21540         * lib/freopen.c (orig_freopen): New function.
21541         (rpl_freopen): Use orig_freopen instead of freopen.
21542         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
21543         (gl_FUNC_FREOPEN): Invoke it.
21544
21545         Override fopen more carefully.
21546         * lib/fopen.c (orig_fopen): New function.
21547         (rpl_fopen): Use orig_fopen instead of fopen.
21548         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
21549         (gl_FUNC_FOPEN): Invoke it.
21550         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
21551
21552 2008-09-28  Bruno Haible  <bruno@clisp.org>
21553
21554         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
21555         SIGPIPE.
21556
21557 2008-09-28  Bruno Haible  <bruno@clisp.org>
21558
21559         * tests/test-sigaction.c (handler, main): Disable the check whether
21560         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
21561         glibc systems with LinuxThreads.
21562
21563 2008-09-28  Bruno Haible  <bruno@clisp.org>
21564
21565         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
21566
21567         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
21568         with AIX xlc.
21569         * lib/fcntl.in.h (open): Likewise.
21570         Reported by Rainer Tammer <tammer@tammer.net>.
21571
21572 2008-09-28  Bruno Haible  <bruno@clisp.org>
21573
21574         * modules/posix_spawnp-tests: New file.
21575         * tests/test-posix_spawn.c: New file.
21576         * tests/test-posix_spawn.in.sh: New file.
21577
21578         New module 'posix_spawnp'.
21579         * modules/posix_spawnp: New file.
21580         * lib/spawnp.c: New file, from GNU libc with modifications.
21581         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
21582
21583         New module 'posix_spawn'.
21584         * modules/posix_spawn: New file.
21585         * lib/spawn.c: New file, from GNU libc with modifications.
21586         * doc/posix-functions/posix_spawn.texi: Mention the new module.
21587
21588         New module 'posix_spawnattr_destroy'.
21589         * modules/posix_spawnattr_destroy: New file.
21590         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
21591         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
21592         module.
21593
21594         New module 'posix_spawnattr_setsigmask'.
21595         * modules/posix_spawnattr_setsigmask: New file.
21596         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
21597         modifications.
21598         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
21599         new module.
21600
21601         New module 'posix_spawnattr_getsigmask'.
21602         * modules/posix_spawnattr_getsigmask: New file.
21603         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
21604         modifications.
21605         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
21606         new module.
21607
21608         New module 'posix_spawnattr_setsigdefault'.
21609         * modules/posix_spawnattr_setsigdefault: New file.
21610         * lib/spawnattr_setdefault.c: New file, from GNU libc with
21611         modifications.
21612         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
21613         new module.
21614
21615         New module 'posix_spawnattr_getsigdefault'.
21616         * modules/posix_spawnattr_getsigdefault: New file.
21617         * lib/spawnattr_getdefault.c: New file, from GNU libc with
21618         modifications.
21619         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
21620         new module.
21621
21622         New module 'posix_spawnattr_setschedpolicy'.
21623         * modules/posix_spawnattr_setschedpolicy: New file.
21624         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
21625         modifications.
21626         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
21627         new module.
21628
21629         New module 'posix_spawnattr_getschedpolicy'.
21630         * modules/posix_spawnattr_getschedpolicy: New file.
21631         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
21632         modifications.
21633         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
21634         new module.
21635
21636         New module 'posix_spawnattr_setschedparam'.
21637         * modules/posix_spawnattr_setschedparam: New file.
21638         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
21639         modifications.
21640         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
21641         new module.
21642
21643         New module 'posix_spawnattr_getschedparam'.
21644         * modules/posix_spawnattr_getschedparam: New file.
21645         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
21646         modifications.
21647         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
21648         new module.
21649
21650         New module 'posix_spawnattr_setpgroup'.
21651         * modules/posix_spawnattr_setpgroup: New file.
21652         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
21653         modifications.
21654         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
21655         module.
21656
21657         New module 'posix_spawnattr_getpgroup'.
21658         * modules/posix_spawnattr_getpgroup: New file.
21659         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
21660         modifications.
21661         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
21662         module.
21663
21664         New module 'posix_spawnattr_setflags'.
21665         * modules/posix_spawnattr_setflags: New file.
21666         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
21667         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
21668         module.
21669
21670         New module 'posix_spawnattr_getflags'.
21671         * modules/posix_spawnattr_getflags: New file.
21672         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
21673         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
21674         module.
21675
21676         New module 'posix_spawnattr_init'.
21677         * modules/posix_spawnattr_init: New file.
21678         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
21679         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
21680         module.
21681
21682         New module 'posix_spawn_file_actions_destroy'.
21683         * modules/posix_spawn_file_actions_destroy: New file.
21684         * lib/spawn_faction_destroy.c: New file, from GNU libc with
21685         modifications.
21686         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
21687         the new module.
21688
21689         New module 'posix_spawn_file_actions_addopen'.
21690         * modules/posix_spawn_file_actions_addopen: New file.
21691         * lib/spawn_faction_addopen.c: New file, from GNU libc with
21692         modifications.
21693         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
21694         the new module.
21695
21696         New module 'posix_spawn_file_actions_adddup2'.
21697         * modules/posix_spawn_file_actions_adddup2: New file.
21698         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
21699         modifications.
21700         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
21701         the new module.
21702
21703         New module 'posix_spawn_file_actions_addclose'.
21704         * modules/posix_spawn_file_actions_addclose: New file.
21705         * lib/spawn_faction_addclose.c: New file, from GNU libc with
21706         modifications.
21707         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
21708         the new module.
21709
21710         New module 'posix_spawn_file_actions_init'.
21711         * modules/posix_spawn_file_actions_init: New file.
21712         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
21713         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
21714         new module.
21715
21716         New module 'posix_spawn-internal'.
21717         * modules/posix_spawn-internal: New file.
21718         * lib/spawn_int.h: New file, from GNU libc with modifications.
21719         * lib/spawni.c: New file, from GNU libc with modifications.
21720         * m4/posix_spawn.m4: New file.
21721
21722         New module 'spawn'.
21723         * modules/spawn: New file.
21724         * lib/spawn.in.h: New file, from GNU libc with modifications.
21725         * m4/spawn_h.m4: New file.
21726         * doc/posix-headers/spawn.texi: Mention the new module.
21727
21728 2008-09-28  Bruno Haible  <bruno@clisp.org>
21729
21730         * modules/sched-tests: New file.
21731         * tests/test-sched.c: New file.
21732
21733         New module 'sched'.
21734         * modules/sched: New file.
21735         * lib/sched.in.h: New file.
21736         * m4/sched_h.m4: New file.
21737         * doc/posix-headers/sched.texi: Mention the new module.
21738
21739 2008-09-27  Eric Blake  <ebb9@byu.net>
21740
21741         Fix previous patch, and tweak references to $0.
21742         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
21743         (func_version, func_gnulib_dir): Don't call this program
21744         gnulib-tool.
21745         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
21746         with using $0 in function.
21747         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
21748         (func_fatal_error): Reuse the name the user invoked us with.
21749
21750 2008-09-27  Bruno Haible  <bruno@clisp.org>
21751
21752         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
21753         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
21754         (gl_ICONV_H): Not here.
21755         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
21756         instead of assigning ICONV_H directly.
21757
21758         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
21759         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
21760         WCHAR_H directly.
21761
21762 2008-09-27  Bruno Haible  <bruno@clisp.org>
21763
21764         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
21765         * modules/arpa_inet (Depends-on): Add link-warning.
21766         (Makefile.am): Insert the definition of GL_LINK-WARNING.
21767         * modules/unistd (Makefile.am): Likewise.
21768
21769 2008-09-26  Bruno Haible  <bruno@clisp.org>
21770
21771         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
21772         variables.
21773         (func_version): Essentially copied from gnulib-tool.
21774         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
21775         func_readlink): Copied from gnulib-tool.
21776
21777 2008-09-26  Bruno Haible  <bruno@clisp.org>
21778
21779         * gnulib-tool (func_version): Change directory to $gnulib_dir before
21780         invoking git-version-gen.
21781
21782 2008-09-26  Bruno Haible  <bruno@clisp.org>
21783
21784         * posix-modules: Update to directory names changed on 2008-01-19.
21785         Remove commas in output before splitting into words. No more need to
21786         avoid 'ftruncate' since 2007-02-19.
21787
21788 2008-09-26  Bruno Haible  <bruno@clisp.org>
21789
21790         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
21791
21792 2008-09-26  Bruno Haible  <bruno@clisp.org>
21793
21794         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
21795         * modules/fwriteerror (Depends-on): Add errno.
21796
21797 2008-09-26  Bruno Haible  <bruno@clisp.org>
21798
21799         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
21800         * tests/test-vc-list-files-cvs.sh: Likewise.
21801
21802 2008-09-26  Bruno Haible  <bruno@clisp.org>
21803
21804         * doc/posix-headers/sys_resource.texi: Reorder items.
21805
21806 2008-09-26  Jim Meyering  <meyering@redhat.com>
21807
21808         fts: tweak inode comparison function
21809         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
21810         inode numbers, as documented.
21811
21812         fts: sort dirent entries on inode number before traversing
21813         This avoids a quadratic, seek-related performance penalty when
21814         operating on a directory containing many entries (measurable at 10k;
21815         3.5 hours at 2 million entries with a cold cache) on certain types
21816         of file systems, including ext3 and ext4, but not tmpfs.
21817         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
21818         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
21819         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
21820         (fs_handles_readdir_ordered_dirents_efficiently): New function.
21821         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
21822         (fts_build): Set the stat.st_ino member from D_INO.
21823         If it is likely to be useful, sort dirent entries on inode number.
21824
21825         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
21826         and the struct statfs.f_type member.
21827         * modules/fts (Depends-on): Add d-ino.
21828
21829 2008-09-26  Bruno Haible  <bruno@clisp.org>
21830
21831         * modules/sigpipe-die (Depends-on): Add sigpipe.
21832
21833         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
21834         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
21835         and GNULIB_STDIO_H_SIGPIPE are set.
21836         * lib/stdio-write.c: New file.
21837         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
21838         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21839         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21840         REPLACE_STDIO_WRITE_FUNCS.
21841         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
21842         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21843         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21844         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21845         * modules/stdio (Files): Add lib/stdio-write.c.
21846         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
21847         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
21848         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
21849         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
21850         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
21851         REPLACE_FPRINTF_POSIX.
21852         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
21853         REPLACE_PRINTF_POSIX.
21854         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
21855         REPLACE_VFPRINTF_POSIX.
21856         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
21857         REPLACE_VPRINTF_POSIX.
21858         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
21859         SIGPIPE issue.
21860         * doc/posix-functions/fputc.texi: Likewise.
21861         * doc/posix-functions/fputs.texi: Likewise.
21862         * doc/posix-functions/fwrite.texi: Likewise.
21863         * doc/posix-functions/printf.texi: Likewise.
21864         * doc/posix-functions/putc.texi: Likewise.
21865         * doc/posix-functions/putchar.texi: Likewise.
21866         * doc/posix-functions/puts.texi: Likewise.
21867         * doc/posix-functions/vfprintf.texi: Likewise.
21868         * doc/posix-functions/vprintf.texi: Likewise.
21869
21870         * modules/safe-write (Depends-on): Add write.
21871
21872         * modules/sigpipe-tests: New file.
21873         * tests/test-sigpipe.c: New file.
21874         * tests/test-sigpipe.sh: New file.
21875
21876         * modules/write: New file.
21877         * lib/unistd.in.h: Include <sys/types.h>.
21878         (write): New declaration.
21879         * lib/write.c: New file.
21880         * m4/write.m4: New file.
21881         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21882         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
21883         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
21884         GNULIB_WRITE, REPLACE_WRITE.
21885         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
21886         and the SIGPIPE issue.
21887
21888         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
21889         (raise): New declaration.
21890         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
21891         (ext_signal): New function.
21892         (rpl_raise): New function.
21893         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
21894         GNULIB_SIGNAL_H_SIGPIPE.
21895         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
21896         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
21897
21898         * modules/sigpipe: New file.
21899         * m4/sigpipe.m4: New file.
21900
21901 2008-09-25  Derek Price  <derek@ximbiot.com>
21902             Bruno Haible  <bruno@clisp.org>
21903
21904         * gnulib-tool (func_import): Report all license incompatibilities, not
21905         just the first one.
21906
21907 2008-09-25  Bruno Haible  <bruno@clisp.org>
21908
21909         * gnulib-tool (func_import): When computing the edits, consider not
21910         only the Makefile.ams that exist but also those that will be generated.
21911
21912 2008-09-25  Simon Josefsson  <simon@josefsson.org>
21913
21914         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
21915         fixes gnulib-tool --test warning about duplicate dependency.
21916
21917 2008-09-25  Bruno Haible  <bruno@clisp.org>
21918
21919         * gnulib-tool: Don't ask the user to perform edits in the generated
21920         Makefile.ams.
21921         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
21922         apply to the Makefile.am being generated.
21923         (func_emit_tests_Makefile_am): Execute edits that apply to the
21924         Makefile.am being generated.
21925         (func_import): Setup list of Makefile.am edits before emitting the
21926         Makefile.ams, not at the end.
21927         (func_create_testdir): Update.
21928         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21929
21930 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
21931
21932         * gnulib-tool (func_import): Store the --tests-base option in the
21933         comment in gnulib-cache.m4.
21934
21935 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
21936
21937         * NEWS: Document increased portability that sys_select now provides.
21938
21939         * lib/sys_select.in.h: Install select wrapper.
21940         * lib/sys_socket.in.h: Use more descriptive name when there is no
21941         select wrapper.
21942         * lib/winsock-select.c: New.
21943         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
21944         Require gl_HEADER_SYS_SOCKET.
21945         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
21946         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
21947         * tests/test-sys_select.c: Add functional tests.
21948
21949 2008-09-24  Eric Blake  <ebb9@byu.net>
21950
21951         open, fopen: close fd leak in last patch
21952         * lib/open.c (rpl_open): Close fd before returning error.
21953         * lib/fopen.c (rpl_fopen): Close fd before returning error.
21954         * doc/posix-functions/open.texi (open): Document that Irix also
21955         has the bug.
21956         * doc/posix-functions/fopen.texi (fopen): Likewise.
21957         Reported by Paolo Bonzini.
21958
21959 2008-09-24  Bruno Haible  <bruno@clisp.org>
21960
21961         Ensure that a filename ending in a slash cannot be used to access a
21962         non-directory.
21963         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
21964         to check whether it's really a directory.
21965         * lib/fopen.c: Include fcntl.h, unistd.h.
21966         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
21967         and fdopen().
21968         * modules/fopen (Depends-on): Add unistd.
21969         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
21970         * tests/test-fopen.c (main): Likewise.
21971         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
21972         * doc/posix-functions/fopen.texi: Likewise.
21973         Reported by Eric Blake.
21974
21975 2008-09-23  Eric Blake  <ebb9@byu.net>
21976
21977         c-stack: avoid compiler optimizations when provoking overflow
21978         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
21979         recursion harder to optimize, to ensure a stack overflow occurs.
21980         * tests/test-c-stack.c (recurse): Likewise.
21981         Borrowed from libsigsegv.
21982
21983         c-stack: work around Irix sigaltstack bug
21984         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
21985         whether sigaltstack uses wrong end of stack_t (copied in part from
21986         libsigsegv).
21987         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
21988         Irix bug, without requiring an over-allocation.
21989         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
21990         bug.
21991
21992         fopen: document mingw bug on directories
21993         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
21994         not allowing a stream visiting a directory, even though reading
21995         from such a stream is not portable.
21996
21997 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
21998
21999         * lib/poll.c: Rewrite.
22000         * modules/poll: Depend on alloca.
22001
22002 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22003
22004         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
22005         instead define prototypes for a full set of wrappers.  Ensure
22006         that Cygwin does not use the compatibility code, which is only
22007         for MinGW.
22008         * lib/winsock.c: New.
22009         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
22010         * modules/sys_socket: Add lib/winsock.c.
22011
22012         * modules/poll-tests: Add errno and perror.
22013         * tests/test-poll.c: Use ioctl, not ioctlsocket.
22014
22015 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
22016
22017         * tests/test-poll.c: Downgrade minimum needed Winsock version.
22018
22019 2008-09-23  Bruno Haible  <bruno@clisp.org>
22020
22021         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
22022         * doc/glibc-functions/*: Likewise.
22023
22024 2008-09-23  Simon Josefsson  <simon@josefsson.org>
22025
22026         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
22027         success.
22028
22029 2008-09-22  Eric Blake  <ebb9@byu.net>
22030             Bruno Haible  <bruno@clisp.org>
22031
22032         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
22033         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
22034         supply %A but mishandle pseudo-NaN.
22035         Reported by Simon Josefsson.
22036
22037 2008-09-21  Bruno Haible  <bruno@clisp.org>
22038
22039         * tests/test-lock.c (main): Tweak skip message.
22040         * tests/test-tls.c (main): Likewise.
22041
22042 2008-09-21  Bruno Haible  <bruno@clisp.org>
22043
22044         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
22045         whether 'struct sigaction' has sa_sigaction here...
22046         (gl_PREREQ_SIG_HANDLER_H): ... not here.
22047         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
22048
22049 2008-09-21  Bruno Haible  <bruno@clisp.org>
22050
22051         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
22052         section.
22053         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
22054         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
22055         the new section.
22056         (Support for obsolete systems lacking POSIX:2001): New section.
22057         (String handling <string.h>): Move strdup to the new section.
22058         Suggested by Simon Josefsson and Paolo Bonzini.
22059
22060 2008-09-21  Bruno Haible  <bruno@clisp.org>
22061
22062         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
22063         exponents in %e and %g results on 'long double'. Needed for mingw's
22064         improved *printf functions.
22065         * tests/test-vasprintf-posix.c (test_function): Likewise.
22066         * tests/test-snprintf-posix.h (test_function): Likewise.
22067         * tests/test-sprintf-posix.h (test_function): Likewise.
22068         Reported by Eric Blake.
22069
22070 2008-09-21  Bruno Haible  <bruno@clisp.org>
22071
22072         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
22073         * tests/test-sprintf-posix.h (test_function): Likewise.
22074
22075 2008-09-21  Bruno Haible  <bruno@clisp.org>
22076
22077         * modules/getpass (Depends-on): Add strdup-posix.
22078
22079         New module 'strdup-posix'.
22080         * modules/strdup-posix: New file.
22081         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
22082         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
22083         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
22084         REPLACE_STRDUP.
22085         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
22086         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
22087         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22088         strdup-posix.
22089
22090         * modules/strdup (Depends-on): Remove malloc-posix.
22091
22092 2008-09-20  Bruno Haible  <bruno@clisp.org>
22093
22094         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
22095         Wildenhues.
22096
22097 2008-09-20  Bruno Haible  <bruno@clisp.org>
22098
22099         Ensure that wint_t gets defined on IRIX 5.3.
22100         * lib/wchar.in.h (wint_t): Define if not defined by the system.
22101         * lib/wctype.in.h (wint_t): Likewise.
22102         (__wctype_wint_t): Remove type.
22103         (isw*): Use wint_t instead of __wctype_wint_t.
22104         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
22105         * modules/wchar (Files): Add m4/wint_t.m4.
22106         (Makefile.am): Substitute HAVE_WINT_T.
22107         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
22108         * tests/test-wctype.c: Check that wint_t is defined.
22109         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
22110         * doc/posix-headers/wctype.texi: Likewise.
22111         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
22112
22113 2008-09-18  Bruno Haible  <bruno@clisp.org>
22114
22115         * gnulib-tool (func_exit): Update comment.
22116
22117 2008-09-18  Simon Josefsson  <simon@josefsson.org>
22118
22119         * modules/getaddrinfo (Depends-on): Remove strdup, this module
22120         assumes strdup exists and does not depend on strdup to return
22121         ENOMEM on out of memory conditions.
22122
22123 2008-09-18  Bruno Haible  <bruno@clisp.org>
22124
22125         * lib/vasnprintf.c (VASNPRINTF): When printing ±0.0L in
22126         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
22127         digits for the exponent.
22128
22129 2008-09-18  Jim Meyering  <meyering@redhat.com>
22130             Bruno Haible  <bruno@clisp.org>
22131
22132         * lib/vasnprintf.c (decimal_point_char): Define also if
22133         NEED_PRINTF_INFINITE_LONG_DOUBLE.
22134
22135 2008-09-16  Bruno Haible  <bruno@clisp.org>
22136         and Eric Blake  <ebb9@byu.net>
22137
22138         vasnprintf: support Irix 5.3
22139         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
22140         that mishandle long double infinity.
22141         Reported by Tom G. Christensen.
22142
22143 2008-09-16  Bruno Haible  <bruno@clisp.org>
22144
22145         * doc/glibc-functions/scandir.texi: Mention the function is missing on
22146         Solaris 9.
22147         * doc/glibc-functions/alphasort.texi: Likewise.
22148         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
22149
22150 2008-09-16  Jim Meyering  <meyering@redhat.com>
22151
22152         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
22153         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
22154         a umask modification leak out of a subshell.  Otherwise, the
22155         opensolaris /bin/sh would be accepted and thus cause unwarranted
22156         failures in the coreutils test suite.
22157
22158 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
22159
22160         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
22161         to succeed.
22162
22163 2008-09-16  Jim Meyering  <meyering@redhat.com>
22164
22165         avoid spurious test failure when library is built without ACL support
22166         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
22167         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
22168         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
22169         * tests/test-copy-acl.sh: Likewise.
22170
22171 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22172
22173         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
22174         based on character occurrence counts.
22175
22176 2008-09-15  Eric Blake  <ebb9@byu.net>
22177
22178         tests: avoid some compiler warnings
22179         * tests/test-memchr.c (main): Pass NULL indirectly.
22180         * tests/test-closein.c (main): Avoid unused variable.
22181
22182 2008-09-15  Bruno Haible  <bruno@clisp.org>
22183
22184         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
22185         are missing on OpenBSD 4.0 individually.
22186         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22187
22188 2008-09-15  Bruno Haible  <bruno@clisp.org>
22189
22190         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
22191         * doc/posix-functions/strerror.texi: Mention also Cygwin.
22192         * doc/posix-functions/perror.texi: Likewise.
22193         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
22194         is missing.
22195         Reported by Eric Blake.
22196
22197         * lib/errno.in.h: Use replacement values >= 2000.
22198         Reported by Eric Blake.
22199
22200 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22201
22202         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
22203         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
22204         limit.
22205         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
22206         compareseq was aborted.
22207
22208 2008-09-14  Bruno Haible  <bruno@clisp.org>
22209
22210         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
22211         yvec_edit_count.
22212         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
22213         (fstrcmp_bounded): Simplify result computation accordingly.
22214
22215 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22216
22217         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
22218         (fstrcmp): Define in terms of fstrcmp_bounded.
22219         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
22220         lower_bound argument.
22221         Return quickly if the result is certainly < lower_bound.
22222         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
22223
22224 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22225
22226         * lib/diffseq.h (EARLY_ABORT): New macro.
22227         (compareseq): Change return type to bool. Return true when EARLY_ABORT
22228         evaluates to true.
22229
22230 2008-09-14  Bruno Haible  <bruno@clisp.org>
22231
22232         * modules/perror-tests: New file.
22233         * tests/test-perror.sh: New file.
22234         * tests/test-perror.c: New file.
22235
22236         New module 'perror'.
22237         * lib/stdio.in.h (perror): New declaration.
22238         * lib/perror.c: New file.
22239         * m4/perror.m4: New file.
22240         * modules/perror: New file.
22241         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
22242         * doc/posix-functions/perror.texi: Mention the perror module.
22243         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
22244         REPLACE_PERROR.
22245         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
22246         REPLACE_PERROR.
22247
22248 2008-09-14  Bruno Haible  <bruno@clisp.org>
22249
22250         * modules/stdio (Makefile.am): Reorder to match the order in
22251         lib/stdio.in.h.
22252         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
22253
22254 2008-09-13  Bruno Haible  <bruno@clisp.org>
22255
22256         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
22257
22258 2008-09-13  Bruno Haible  <bruno@clisp.org>
22259
22260         Extend strerror to cover the added errno values.
22261         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
22262         (rpl_strerror): Provide error messages for the added errno values and
22263         for the WSA* values.
22264         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
22265         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
22266         strerror.
22267         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
22268         * modules/strerror (Depends-on): Add errno.
22269         * doc/posix-functions/strerror.texi: Document the change.
22270         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
22271         and EOVERFLOW.
22272
22273 2008-09-13  Bruno Haible  <bruno@clisp.org>
22274
22275         * modules/EOVERFLOW: Remove file.
22276         * m4/eoverflow.m4: Remove file.
22277         * modules/EOVERFLOW-tests: Remove file.
22278         * tests/test-EOVERFLOW.c: Remove file.
22279         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
22280         * modules/ftell (Depends-on): Likewise.
22281         * modules/getdelim (Depends-on): Likewise.
22282         * modules/getugroups (Depends-on): Likewise.
22283         * modules/poll (Depends-on): Likewise.
22284         * modules/snprintf (Depends-on): Likewise.
22285         * modules/sprintf-posix (Depends-on): Likewise.
22286         * modules/vasnprintf (Depends-on): Likewise.
22287         * modules/vasprintf (Depends-on): Likewise.
22288         * modules/vfprintf-posix (Depends-on): Likewise.
22289         * modules/vsnprintf (Depends-on): Likewise.
22290         * modules/vsprintf-posix (Depends-on): Likewise.
22291         * modules/xvasprintf (Depends-on): Likewise.
22292         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
22293         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
22294         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
22295         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
22296         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
22297         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
22298         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
22299         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
22300         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
22301         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
22302         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
22303         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
22304         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
22305         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
22306         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
22307         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
22308         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
22309         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
22310         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
22311         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
22312         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
22313         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
22314         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
22315         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
22316         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
22317         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
22318         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
22319         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
22320         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
22321         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
22322         * MODULES.html.sh: Remove EOVERFLOW.
22323         * NEWS: Mention the change.
22324
22325 2008-09-13  Bruno Haible  <bruno@clisp.org>
22326
22327         * modules/errno-tests: New file.
22328         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
22329
22330         * lib/errno.in.h: New file.
22331         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
22332         * modules/errno: New file.
22333         * doc/posix-headers/errno.texi: Update documentation.
22334         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
22335
22336 2008-09-13  Bruno Haible  <bruno@clisp.org>
22337
22338         * tests/test-poll.c: Use #if for native Windows, rather than testing
22339         __MSVCRT__.
22340
22341 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22342             Bruno Haible  <bruno@clisp.org>
22343
22344         * lib/glob.c: Don't include <pwd.h> on native Windows.
22345         (WINDOWS32): New macro.
22346         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
22347
22348 2008-09-13  Bruno Haible  <bruno@clisp.org>
22349
22350         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
22351         (ETIMEDOUT): Remove macro.
22352         (glthread_cond_timedwait_multithreaded): New declaration.
22353         (glthread_cond_timedwait): Use it.
22354         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
22355         (glthread_cond_timedwait_multithreaded): New function.
22356
22357 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22358
22359         * modules/poll-tests: Do not check for io.h.
22360         * tests/test-poll.c: Check for __MSVCRT__ instead.
22361
22362 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22363
22364         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
22365         * modules/poll-tests: Add inet_pton, stdbool, sockets.
22366         * tests/test-poll.c: Use them.  Use _pipe on Windows.
22367
22368 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
22369
22370         * modules/poll-tests: New.
22371         * tests/test-poll.c: New.
22372
22373 2008-09-12  Eric Blake  <ebb9@byu.net>
22374
22375         frexp: test for NetBSD failure on -0.0
22376         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
22377         not all, bugs from NetBSD 3.0 have been fixed.
22378         * doc/posix-functions/frexp.texi (frexp): Document bug.
22379         Reported by Thomas Klausner.
22380
22381         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
22382         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
22383         literal -0.0.
22384         Reported by Jonathan C. Patschke <jp@centtech.com>.
22385
22386 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22387
22388         * lib/glthread/cond.h: Use dummy implementation also if
22389         USE_WIN32_THREADS.
22390
22391 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22392
22393         * modules/fnmatch-posix (License): Change to LGPLv2+.
22394         * modules/fnmatch-gnu (License): Likewise.
22395
22396 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22397
22398         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
22399
22400 2008-09-11  Jim Meyering  <meyering@redhat.com>
22401
22402         * users.txt: Add gtk-vnc.
22403
22404 2008-09-08  Simon Josefsson  <simon@josefsson.org>
22405
22406         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
22407         rotate amounts.
22408
22409         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
22410         required for 16-bit and 8-bit rotates.
22411         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
22412         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
22413         UINT8_MAX instead of hard-coded constants.
22414         Suggested by Paul Eggert.
22415
22416 2008-09-07  Bruno Haible  <bruno@clisp.org>
22417
22418         * tests/test-striconveh.c (main): Check behaviour when converting from
22419         UTF-7.
22420
22421         Make striconveh work better with stateful encodings.
22422         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
22423         that iconv does not increment the inptr when returning -1/EINVAL.
22424
22425 2008-09-07  Bruno Haible  <bruno@clisp.org>
22426
22427         * build-aux/config.rpath: Update according to libtool-2.2.6.
22428         * build-aux/config.libpath: Likewise.
22429
22430 2008-09-06  Bruno Haible  <bruno@clisp.org>
22431
22432         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
22433         * lib/freadptr.c (freadptr): Likewise.
22434         * lib/freadseek.c (freadptrinc): Likewise.
22435         Reported by Simon Josefsson.
22436
22437 2008-09-06  Bruno Haible  <bruno@clisp.org>
22438
22439         * modules/freadptr (License): Change to LGPLv2+.
22440         * modules/freadseek (License): Likewise.
22441         Suggested by Eric Blake.
22442
22443         * modules/memchr2 (License): Change to LGPLv2+.
22444         Approved by Eric Blake.
22445
22446 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
22447             Bruno Haible  <bruno@clisp.org>
22448
22449         Make gnulib-tool work with native 'sed' on AIX.
22450         * gnulib-tool (sed_noop): New variable.
22451         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
22452         func_add_or_update, func_create_testdir): Use it to initialize sed
22453         script variables.
22454         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
22455
22456 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
22457             Bruno Haible  <bruno@clisp.org>
22458
22459         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
22460         also works after #include directives.
22461
22462 2008-09-04  Ondřej Vašík  <ovasik@redhat.com>
22463
22464         getdate.y: reject an out-of-range timezone value
22465         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
22466         the range [-24...+24].  When specified with only one or two digits,
22467         * tests/test-getdate.c: Tests for the fix.
22468         * doc/getdate.texi: Document this change.
22469
22470 2008-09-03  Bruno Haible  <bruno@clisp.org>
22471
22472         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
22473
22474 2008-09-02  Simon Josefsson  <simon@josefsson.org>
22475
22476         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
22477         <bruce.korb@gmail.com> with ideas from Ben Pfaff
22478         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
22479         Blake <ebb9@byu.net>.
22480
22481         * tests/test-bitrotate.c: Add more test vectors.
22482
22483 2008-09-02  Eric Blake  <ebb9@byu.net>
22484
22485         vasnprintf-posix: handle large precision via %.*d
22486         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
22487         when handling it ourselves.
22488         * tests/test-vasnprintf-posix.c (test_function): Add test.
22489         * tests/test-snprintf-posix.h (test_function): Likewise.
22490         * tests/test-sprintf-posix.h (test_function): Likewise.
22491         * tests/test-vasprintf-posix.c (test_function): Likewise.
22492         Reported by Alain Guibert.
22493
22494 2008-09-01  Eric Blake  <ebb9@byu.net>
22495
22496         c-stack: make configure-time check more robust
22497         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
22498         successful sigaction call.
22499         Reported by Tom G. Christensen.
22500
22501 2008-09-01  Bruno Haible  <bruno@clisp.org>
22502
22503         New module 'findprog-lgpl'.
22504         * modules/findprog-lgpl: New file.
22505         * lib/findprog-lgpl.c: New file.
22506         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
22507         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
22508         to decide whether to use strdup or xstrdup, concatenated_filename or
22509         xconcatenated_filename.
22510
22511 2008-09-01  Bruno Haible  <bruno@clisp.org>
22512
22513         Split module 'concat-filename' into 'concat-filename' (LGPL) and
22514         'xconcat-filename' (GPL).
22515         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
22516         (License): Change to LGPLv2+.
22517         * modules/xconcat-filename: New file.
22518         * lib/concat-filename.h (concatenated_filename): Change specification.
22519         (xconcatenated_filename): New declaration.
22520         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
22521         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
22522         memory situations.
22523         * lib/xconcat-filename.c: New file.
22524         * NEWS: Mention the change.
22525         * lib/findprog.c: Include concat-filename.h, not filename.h.
22526         (find_in_path): Use xconcatenated_filename instead of
22527         concatenated_filename.
22528         * lib/javacomp.c: Include concat-filename.h, not filename.h.
22529         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
22530         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
22531         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
22532         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
22533         instead of concatenated_filename.
22534         * lib/javaexec.c: Include concat-filename.h, not filename.h.
22535         (execute_java_class): Use xconcatenated_filename instead of
22536         concatenated_filename.
22537         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
22538         * modules/javacomp (Depends-on): Likewise.
22539         * modules/javaexec (Depends-on): Likewise.
22540
22541 2008-09-01  Bruno Haible  <bruno@clisp.org>
22542
22543         Split module 'filename' into 'filename' and 'concat-filename'.
22544         * modules/filename: Keep only lib/filename.h.
22545         (License): Change to LGPLv2+.
22546         * modules/concat-filename: New file, extracted from modules/filename.
22547         * lib/filename.h (concatenated_filename): Remove declaration.
22548         * lib/concat-filename.h: New file, extracted from lib/filename.h.
22549         * lib/concat-filename.c: Include concat-filename.h.
22550         * NEWS: Mention the change.
22551
22552 2008-09-01  Simon Josefsson  <simon@josefsson.org>
22553
22554         * lib/bitrotate.h (rotl8, rotr8): Add.
22555
22556         * modules/bitrotate (configure.ac): Need
22557         AC_REQUIRE([AC_C_INLINE]).
22558         (Description): Mention stdint.h.  Reported by Bruno Haible
22559         <bruno@clisp.org>.
22560
22561         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
22562         Paolo Bonzini <bonzini@gnu.org>.
22563
22564 2008-08-31  Bruno Haible  <bruno@clisp.org>
22565
22566         Assume Solaris specific bi-arch conventions on Solaris systems.
22567         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
22568         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
22569         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
22570         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
22571         like acl_libdirstem.
22572         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
22573         acl_libdirstem.
22574         * NEWS: Mention the change.
22575         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
22576
22577 2008-08-31  Jim Meyering  <meyering@redhat.com>
22578
22579         * lib/strftime.h: Add comments describing the two added arguments.
22580
22581         remove duplicate #include directives
22582         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
22583         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
22584
22585 2008-08-31  Bruno Haible  <bruno@clisp.org>
22586
22587         New module 'sigpipe-die'.
22588         * modules/sigpipe-die: New file.
22589         * lib/sigpipe-die.h: New file.
22590         * lib/sigpipe-die.c: New file.
22591         * MODULES.html.sh (Signal handling): Add sigpipe-die.
22592
22593 2008-08-31  Bruno Haible  <bruno@clisp.org>
22594
22595         Don't override previously installed signal handlers.
22596         * lib/fatal-signal.c (saved_sigactions): New variable.
22597         (uninstall_handlers): Reset the signal to the saved handler, not
22598         to SIG_DFL (except when ignored).
22599         (install_handlers): Save the previous handlers.
22600
22601 2008-08-30  Bruno Haible  <bruno@clisp.org>
22602
22603         * gnulib-tool (func_reset_sigpipe): New function.
22604         (func_get_automake_snippet, func_modules_transitive_closure,
22605         func_import): Invoke it before a join command that reads from stdin,
22606         to avoid "echo: write error: Broken pipe" error messages on stderr.
22607         Reported by Sam Steingold <sds@gnu.org>.
22608
22609 2008-08-30  Bruno Haible  <bruno@clisp.org>
22610
22611         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
22612         Code copied from m4/open.m4.
22613         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
22614         access and the filename ends in a slash. Code copied from lib/open.c.
22615         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
22616         * tests/test-fopen.c (main): Check against bug with trailing slash.
22617
22618 2008-08-29  Bruno Haible  <bruno@clisp.org>
22619
22620         Avoid some "gcc -pedantic" warnings.
22621         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
22622         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
22623         * lib/dirent.in.h: Likewise.
22624         * lib/fcntl.in.h: Likewise.
22625         * lib/float.in.h: Likewise.
22626         * lib/iconv.in.h: Likewise.
22627         * lib/inttypes.in.h: Likewise.
22628         * lib/locale.in.h: Likewise.
22629         * lib/math.in.h: Likewise.
22630         * lib/netinet_in.in.h: Likewise.
22631         * lib/search.in.h: Likewise.
22632         * lib/signal.in.h: Likewise.
22633         * lib/stdarg.in.h: Likewise.
22634         * lib/stdint.in.h: Likewise.
22635         * lib/stdio.in.h: Likewise.
22636         * lib/stdlib.in.h: Likewise.
22637         * lib/string.in.h: Likewise.
22638         * lib/strings.in.h: Likewise.
22639         * lib/sys_select.in.h: Likewise.
22640         * lib/sys_socket.in.h: Likewise.
22641         * lib/sys_stat.in.h: Likewise.
22642         * lib/sys_time.in.h: Likewise.
22643         * lib/sysexits.in.h: Likewise.
22644         * lib/time.in.h: Likewise.
22645         * lib/unistd.in.h: Likewise.
22646         * lib/wchar.in.h: Likewise.
22647         * lib/wctype.in.h: Likewise.
22648         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
22649         * modules/fchdir (Makefile.am): Likewise.
22650         * modules/fcntl (Makefile.am): Likewise.
22651         * modules/float (Makefile.am): Likewise.
22652         * modules/iconv_open (Makefile.am): Likewise.
22653         * modules/inttypes (Makefile.am): Likewise.
22654         * modules/locale (Makefile.am): Likewise.
22655         * modules/math (Makefile.am): Likewise.
22656         * modules/netinet_in (Makefile.am): Likewise.
22657         * modules/search (Makefile.am): Likewise.
22658         * modules/signal (Makefile.am): Likewise.
22659         * modules/stdarg (Makefile.am): Likewise.
22660         * modules/stdint (Makefile.am): Likewise.
22661         * modules/stdio (Makefile.am): Likewise.
22662         * modules/stdlib (Makefile.am): Likewise.
22663         * modules/string (Makefile.am): Likewise.
22664         * modules/strings (Makefile.am): Likewise.
22665         * modules/sys_select (Makefile.am): Likewise.
22666         * modules/sys_socket (Makefile.am): Likewise.
22667         * modules/sys_stat (Makefile.am): Likewise.
22668         * modules/sys_time (Makefile.am): Likewise.
22669         * modules/sysexits (Makefile.am): Likewise.
22670         * modules/time (Makefile.am): Likewise.
22671         * modules/unistd (Makefile.am): Likewise.
22672         * modules/wchar (Makefile.am): Likewise.
22673         * modules/wctype (Makefile.am): Likewise.
22674         Reported by Reuben Thomas <rrt@sc3d.org>.
22675
22676 2008-08-29  Bruno Haible  <bruno@clisp.org>
22677
22678         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
22679         any more.
22680
22681 2008-08-29  Simon Josefsson  <simon@josefsson.org>
22682
22683         * MODULES.html.sh (Misc): Add bitrotate.
22684
22685         * modules/bitrotate: New file.
22686
22687         * lib/bitrotate.h: New file.
22688
22689         * modules/bitrotate-tests: New file.
22690
22691         * tests/test-bitrotate.c: New file.
22692
22693         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
22694         on the bitrotate module.
22695
22696         * lib/arctwo.c: Use new bitrotate module.
22697
22698 2008-08-29  Jim Meyering  <meyering@redhat.com>
22699
22700         bootstrap: merge changes from coreutils
22701         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
22702         of copied files.  Remove a kludge, now that this is fixed.
22703         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
22704         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
22705         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
22706
22707 2008-08-29  Bruno Haible  <bruno@clisp.org>
22708
22709         * MODULES.html.sh: Remove --cvs-urls option.
22710
22711 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
22712
22713         maint.mk: adjust to file name change
22714         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
22715
22716 2008-08-28  Jim Meyering  <meyering@redhat.com>
22717
22718         * modules/getndelim2 (License): Relicense to LGPLv2+.
22719         Approved by Richard Stallman for the version of 1995, and by
22720         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
22721
22722 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
22723
22724         * lib/getdelim.c (flockfile, funlockfile): Make all of them
22725         dummy if one is not available.  Do not touch them if
22726         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
22727         (getc_maybe_unlocked): New.
22728         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
22729
22730 2008-08-26  Eric Blake  <ebb9@byu.net>
22731
22732         doc/INSTALL: resync from autoconf
22733         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
22734         (INSTALL_PRELUDE): Delete; this is done more efficiently by
22735         moving...
22736         * install.texi [!autoconf]: ...here.  Resync from autoconf.
22737         * INSTALL: Regenerate.
22738         * INSTALL.ISO: New file.
22739         * INSTALL.UTF-8: Likewise.
22740
22741 2008-08-26  Jim Meyering  <meyering@redhat.com>
22742
22743         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
22744         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
22745         these definitions conditional, so that they may be overridden, too.
22746
22747 2008-08-26  Bruno Haible  <bruno@clisp.org>
22748
22749         Generate INSTALL file variants with prettier quotes.
22750         * doc/Makefile (INSTALL_PRELUDE): New macro.
22751         (INSTALL): Use it.
22752         (INSTALL.ISO, INSTALL.UTF-8): New rules.
22753
22754 2008-08-26  Bruno Haible  <bruno@clisp.org>
22755
22756         Run makeinfo in an English locale.
22757         * doc/Makefile (MAKEINFO): New variable.
22758
22759 2008-08-26  Bruno Haible  <bruno@clisp.org>
22760
22761         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
22762         Suggested by Eric Blake.
22763
22764 2008-08-25  Bruno Haible  <bruno@clisp.org>
22765
22766         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
22767
22768 2008-08-25  Eric Blake  <ebb9@byu.net>
22769
22770         c-stack: test that stack overflow can be caught
22771         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
22772         that platform allows handling stack overflow; at least OS/2 EMX
22773         has sigaltstack, but crashes before transferring control to
22774         handler on stack overflow.
22775         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
22776         check for HAVE_STACK_OVERFLOW_HANDLING.
22777         Reported by Elbert Pol.
22778
22779 2008-08-25  Bruno Haible  <bruno@clisp.org>
22780
22781         * doc/posix-functions/strftime.texi: Fix description of strftime
22782         module.
22783
22784 2008-08-24  Bruno Haible  <bruno@clisp.org>
22785
22786         * tests/uniwidth/test-uc_width2.c: New file.
22787         * tests/uniwidth/test-uc_width2.sh: New file.
22788         * modules/uniwidth/width-tests (Files): Add the new files.
22789         (TESTS): Add uniwidth/test-uc_width2.sh.
22790         (TESTS_ENVIRONMENT): New variable.
22791         (check_PROGRAMS): Add test-uc_width2.
22792         (test_uc_width2_SOURCES): New variable.
22793
22794         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
22795         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
22796         not 0x00AB.
22797         Reported by Alexander V. Lukyanov <lav@netis.ru>.
22798
22799 2008-08-22  Eric Blake  <ebb9@byu.net>
22800
22801         test-lock, test-tls: mention why a test is skipped
22802         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
22803         skipped.
22804         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
22805
22806         count-one-bits: relax license
22807         * modules/count-one-bits (License): Relicense to LGPLv2+.
22808         Suggested by Ludovic Courtès, approved by Ben Pfaff.
22809
22810 2008-08-22  Andreas Schwab  <schwab@suse.de>
22811
22812         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
22813         Remove spurious space in assignment.
22814
22815 2008-08-21  Simon Josefsson  <simon@josefsson.org>
22816
22817         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
22818         Paul Eggert <eggert@CS.UCLA.EDU>.
22819
22820 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
22821
22822         * modules/gettext: Add m4/threadlib.m4.
22823
22824 2008-08-19  Eric Blake  <ebb9@byu.net>
22825
22826         test-c-stack: fix compilation failure on FreeBSD 5.0
22827         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
22828         headers before <sys/resource.h>.
22829         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
22830         the bug.
22831         Reported by Nelson H. F. Beebe.
22832
22833         strverscmp: migrate from "strverscmp.h" to <string.h>
22834         * modules/string (Makefile.am): Add new hooks.
22835         * modules/strverscmp (Files): Remove strverscmp.h.
22836         (Depends-on): Add string.
22837         (configure.ac): Add indicator.
22838         (Include): Mention new header.
22839         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
22840         defaults.
22841         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
22842         results.
22843         * lib/strverscmp.h: Delete.
22844         * lib/string.in.h (strverscmp): Provide declaration, when needed.
22845         * tests/test-strverscmp.c (includes): Adjust client.
22846         * lib/check-version.c (includes): Likewise.
22847         * NEWS: Document the change.
22848
22849         strverscmp: add unit test
22850         * modules/strverscmp-tests: New file.
22851         * tests/test-strverscmp.c: Likewise.
22852
22853 2008-08-19  Simon Josefsson  <simon@josefsson.org>
22854
22855         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
22856         regarding Windows crypto stuff, from Mono.
22857
22858 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
22859
22860         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
22861         if present, for intel RND.  Return error on failures.
22862
22863 2008-08-18  Ben Pfaff  <blp@gnu.org>
22864
22865         gitlog-to-changelog: give better diagnostic for failed pipe-open
22866         * build-aux/gitlog-to-changelog: Improve error message: suggest
22867         that the version of Git may be too old.
22868
22869 2008-08-18  Simon Josefsson  <simon@josefsson.org>
22870
22871         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
22872         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
22873
22874 2008-08-18  Bruno Haible  <bruno@clisp.org>
22875
22876         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
22877         pthread_in_use().
22878
22879 2008-08-18  Bruno Haible  <bruno@clisp.org>
22880
22881         * lib/glthread/threadlib.c: Include <pthread.h>.
22882
22883 2008-08-18  Bruno Haible  <bruno@clisp.org>
22884
22885         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
22886         glthread_recursive_lock_* macros.
22887         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
22888         Fix syntax error.
22889
22890 2008-08-18  Bruno Haible  <bruno@clisp.org>
22891
22892         * lib/glthread/thread.c: Avoid forcing a context switch right after
22893         thread creation.
22894
22895 2008-08-17  Bruno Haible  <bruno@clisp.org>
22896
22897         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
22898         * lib/glthread/thread.h: Provide Win32 specific implementation.
22899         * modules/thread (Files): Add lib/glthread/thread.c.
22900         (Depends-on): Add lock.
22901         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
22902
22903 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22904
22905         New module 'yield'.
22906         * modules/yield: New file.
22907         * lib/glthread/yield.h: New file.
22908         * m4/yield.m4: New file.
22909         * MODULES.html.sh (Multithreading): Add yield.
22910
22911 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22912
22913         New module 'thread'.
22914         * modules/thread: New file.
22915         * lib/glthread/thread.h: New file.
22916         * m4/thread.m4: New file.
22917         * MODULES.html.sh (Multithreading): Add thread.
22918
22919 2008-08-17  Bruno Haible  <bruno@clisp.org>
22920
22921         * lib/glthread/lock.h: Include <stdlib.h> always.
22922         * lib/glthread/tls.h: Likewise.
22923         * lib/glthread/cond.h: Likewise.
22924
22925 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22926
22927         New module 'cond'.
22928         * modules/cond: New file.
22929         * lib/glthread/cond.h: New file.
22930         * lib/glthread/cond.c: New file.
22931         * m4/cond.m4: New file.
22932         * MODULES.html.sh (Multithreading): Add cond.
22933
22934 2008-08-16  Eric Blake  <ebb9@byu.net>
22935
22936         c-stack: fix regression on Irix 5.3 from 2008-06-21
22937         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
22938         sa_sigaction...
22939         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
22940         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
22941         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
22942         * modules/signal (Makefile.am): Use the value.
22943         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
22944         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
22945         * doc/posix-headers/signal.texi (signal.h): Document this
22946         portability issue.
22947         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
22948         Reported by Tom G. Christensen.
22949
22950 2008-08-17  Bruno Haible  <bruno@clisp.org>
22951
22952         New module 'threadlib'.
22953         * modules/threadlib: New file.
22954         * lib/glthread/threadlib.c: New file, extracted from
22955         lib/glthread/lock.c.
22956         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
22957         functions.
22958         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
22959         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
22960         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
22961         macros.
22962         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
22963         (gl_DISABLE_THREADS): Remove macro.
22964         * modules/lock (Files): Remove build-aux/config.rpath.
22965         (Depends-on): Remove havelib. Add threadlib.
22966         (configure.ac-early): Remove section.
22967         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
22968         * modules/tls (Depends-on): Remove lock. Add threadlib.
22969         (Link): New section, copied from threadlib.
22970         * MODULES.html.sh (Multithreading): Add threadlib.
22971
22972 2008-08-14  Bruno Haible  <bruno@clisp.org>
22973
22974         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
22975         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
22976         glthread_rwlock_unlock, glthread_rwlock_destroy,
22977         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
22978         glthread_recursive_lock_destroy): Define as macros always.
22979         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
22980         glthread_lock_lock.
22981         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
22982         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
22983         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
22984         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
22985         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
22986         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
22987         (glthread_recursive_lock_lock_func): Renamed from
22988         glthread_recursive_lock_lock.
22989         (glthread_recursive_lock_unlock_func): Renamed from
22990         glthread_recursive_lock_unlock.
22991         (glthread_recursive_lock_destroy_func): Renamed from
22992         glthread_recursive_lock_destroy.
22993
22994 2008-08-14  Bruno Haible  <bruno@clisp.org>
22995
22996         * lib/glthread/lock.h: Renamed from lib/lock.h.
22997         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
22998         * lib/glthread/tls.h: Renamed from lib/tls.h.
22999         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
23000         * lib/fstrcmp.c: Update includes.
23001         * lib/strsignal.c: Update includes.
23002         * modules/lock (Files, Makefile.am): Update.
23003         (Include): Change to "glthread/lock.h".
23004         * modules/tls (Files, Makefile.am): Update.
23005         (Include): Change to "glthread/tls.h".
23006         * tests/test-lock.c: Update includes.
23007         * tests/test-tls.c: Update includes.
23008         * NEWS: Mention the renamed header files.
23009
23010 2008-08-11  Jim Meyering  <meyering@redhat.com>
23011
23012         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
23013
23014 2008-08-11  Eric Blake  <ebb9@byu.net>
23015
23016         test-c-stack: avoid C99-ism
23017         * tests/test-c-stack.c (main): Fix whitespace, move declaration
23018         before statement.
23019         Reported by Alain Guibert.
23020
23021 2008-08-10  Jim Meyering  <meyering@redhat.com>
23022
23023         ensure that return value of uinttostr et al are not ignored
23024         * lib/inttostr.h (__GNUC_PREREQ): Define.
23025         (__attribute_warn_unused_result__): Define.
23026         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
23027
23028 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
23029
23030         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
23031         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
23032
23033 2008-08-07  Jim Meyering  <meyering@redhat.com>
23034
23035         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
23036
23037         * modules/mkstemp (License): Relicense under LGPLv2+.
23038         * modules/tempname (License): Likewise.
23039
23040 2008-08-06  Bruno Haible  <bruno@clisp.org>
23041
23042         * lib/poll.c (poll): Further micro-optimization.
23043
23044 2008-08-06  Jim Meyering  <meyering@redhat.com>
23045
23046         inet_pton.c: use locale-independent tolower
23047         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
23048         (inet_pton6): Use c_tolower rather than tolower.
23049         * modules/inet_pton (Depends-on): Add c-ctype.
23050
23051 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
23052
23053         * lib/poll.c (poll): Avoid division when timeout is 0, cache
23054         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
23055
23056 2008-08-06  Jim Meyering  <meyering@redhat.com>
23057
23058         * modules/inet_pton (License): Relicense under LGPLv2+.
23059
23060 2008-08-03  Bruno Haible  <bruno@clisp.org>
23061
23062         Additional non-aborting API for lock and tls.
23063         * lib/lock.h: Include <errno.h>.
23064         (glthread_lock_init): New macro/function.
23065         (gl_lock_init): Define as wrapper around glthread_lock_init.
23066         (glthread_lock_lock): New macro/function.
23067         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
23068         (glthread_lock_unlock): New macro/function.
23069         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
23070         (glthread_lock_destroy): New macro/function.
23071         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
23072         (glthread_rwlock_init): New macro/function.
23073         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
23074         (glthread_rwlock_rdlock): New macro/function.
23075         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
23076         (glthread_rwlock_wrlock): New macro/function.
23077         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
23078         (glthread_rwlock_unlock): New macro/function.
23079         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
23080         (glthread_rwlock_destroy): New macro/function.
23081         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
23082         (glthread_recursive_lock_init): New macro/function.
23083         (gl_recursive_lock_init): Define as wrapper around
23084         glthread_recursive_lock_init.
23085         (glthread_recursive_lock_lock): New macro/function.
23086         (gl_recursive_lock_lock): Define as wrapper around
23087         glthread_recursive_lock_lock.
23088         (glthread_recursive_lock_unlock): New macro/function.
23089         (gl_recursive_lock_unlock): Define as wrapper around
23090         glthread_recursive_lock_unlock.
23091         (glthread_recursive_lock_destroy): New macro/function.
23092         (gl_recursive_lock_destroy): Define as wrapper around
23093         glthread_recursive_lock_destroy.
23094         (glthread_once): New macro/function.
23095         (gl_once): Define as wrapper around glthread_once.
23096         Update function declarations.
23097         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
23098         glthread_rwlock_init. Return error code.
23099         (glthread_rwlock_rdlock_multithreaded): Renamed from
23100         glthread_rwlock_rdlock. Return error code.
23101         (glthread_rwlock_wrlock_multithreaded): Renamed from
23102         glthread_rwlock_wrlock. Return error code.
23103         (glthread_rwlock_unlock_multithreaded): Renamed from
23104         glthread_rwlock_unlock. Return error code.
23105         (glthread_rwlock_destroy_multithreaded): Renamed from
23106         glthread_rwlock_destroy. Return error code.
23107         (glthread_recursive_lock_init_multithreaded): Renamed from
23108         glthread_recursive_lock_init. Return error code.
23109         (glthread_recursive_lock_lock_multithreaded): Renamed from
23110         glthread_recursive_lock_lock. Return error code.
23111         (glthread_recursive_lock_unlock_multithreaded): Renamed from
23112         glthread_recursive_lock_unlock. Return error code.
23113         (glthread_recursive_lock_destroy_multithreaded): Renamed from
23114         glthread_recursive_lock_destroy. Return error code.
23115         (glthread_once_call): Make static.
23116         (glthread_once_multithreaded): Renamed from glthread_once.
23117         * lib/tls.h: Include <errno.h>.
23118         (glthread_tls_key_init): New macro/function.
23119         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
23120         (glthread_tls_set): New macro/function.
23121         (gl_tls_set): Define as wrapper around glthread_tls_set.
23122         (glthread_tls_key_destroy): New macro/function.
23123         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
23124         Update function declarations.
23125         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
23126         glthread_tls_get.
23127         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
23128
23129 2008-08-04  Eric Blake  <ebb9@byu.net>
23130
23131         gnumakefile: use space, not TAB, outside of targets
23132         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
23133
23134 2008-08-02  Jim Meyering  <meyering@redhat.com>
23135
23136         getdate.y: avoid locale-dependent date parsing failure
23137         In Turkish locales, getdate would fail to recognize keywords
23138         containing a lowercase "i".  The solution is not to rely on
23139         locale-sensitive case-conversion.
23140         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
23141         (lookup_word): Use c_toupper in place of toupper.
23142         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
23143         Reported by Vefa Bicakci <bicave@superonline.com> in
23144         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
23145         * modules/getdate (Depends-on): Add c-ctype.
23146
23147 2008-08-02  Bruno Haible  <bruno@clisp.org>
23148
23149         * gnulib-tool (func_import): When updating or creating a .gitignore
23150         file, prepend each added line with a slash, and ignore leading slashes
23151         from the existing lines.
23152         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
23153
23154 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23155
23156         Portability fix for GNU make 3.79.1.
23157         * top/GNUmakefile: Avoid 'else COND', which older GNU make
23158         versions do not understand.
23159
23160 2008-08-01  Bruno Haible  <bruno@clisp.org>
23161
23162         Work around bug of HP-UX 10.20 cc with -0.0 literal.
23163         * tests/test-isnanf.h (zero): New variable.
23164         (main): Avoid literal -0.0f.
23165         * tests/test-isnand.h (zero): New variable.
23166         (main): Avoid literal -0.0.
23167         * tests/test-isnanl.h (zero): New variable.
23168         (main): Avoid literal -0.0L.
23169         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
23170         (test_float, test_double, test_long_double): Avoid literals -0.0f,
23171         -0.0, -0.0L.
23172         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
23173         (test_signbitd): Avoid literal -0.0.
23174         (test_signbitl): Avoid literal -0.0L.
23175         * tests/test-ceilf1.c (zero): New variable.
23176         (main): Avoid literal -0.0f.
23177         * tests/test-ceill.c (zero): New variable.
23178         (main): Avoid literal -0.0L.
23179         * tests/test-floorf1.c (zero): New variable.
23180         (main): Avoid literal -0.0f.
23181         * tests/test-floorl.c (zero): New variable.
23182         (main): Avoid literal -0.0L.
23183         * tests/test-roundf1.c (zero): New variable.
23184         (main): Avoid literal -0.0f.
23185         * tests/test-round1.c (zero): New variable.
23186         (main): Avoid literal -0.0.
23187         * tests/test-roundl.c (zero): New variable.
23188         (main): Avoid literal -0.0L.
23189         * tests/test-truncf1.c (zero): New variable.
23190         (main): Avoid literal -0.0f.
23191         * tests/test-trunc1.c (zero): New variable.
23192         (main): Avoid literal -0.0.
23193         * tests/test-truncl.c (zero): New variable.
23194         (main): Avoid literal -0.0L.
23195         * tests/test-frexp.c (zero): New variable.
23196         (main): Avoid literal -0.0.
23197         * tests/test-frexpl.c (zero): New variable.
23198         (main): Avoid literal -0.0L.
23199         * tests/test-ldexpl.c (zero): New variable.
23200         (main): Avoid literal -0.0L.
23201         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23202         (zerod, zerol): New variables.
23203         (test_function): Avoid literals -0.0, -0.0L.
23204         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
23205         (zerod, zerol): New variables.
23206         (test_function): Avoid literals -0.0, -0.0L.
23207         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23208         (zerod, zerol): New variables.
23209         (test_function): Avoid literals -0.0, -0.0L.
23210         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
23211         (zerod, zerol): New variables.
23212         (test_function): Avoid literals -0.0, -0.0L.
23213         * tests/test-strtod.c (zero): New variable.
23214         (main): Avoid literal -0.0.
23215         Reported by Jonathan C. Patschke <jp@centtech.com>.
23216
23217 2008-07-31  Jim Meyering  <meyering@redhat.com>
23218
23219         sha256.h: correct definition of SHA224_DIGEST_SIZE
23220         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
23221         Reported by Paulie Pena IV <paulie4@gmail.com>.
23222         Define as 224 / 8, rather than as a literal.
23223         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
23224         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
23225         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
23226
23227 2008-07-31  Bruno Haible  <bruno@clisp.org>
23228
23229         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
23230         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
23231         Reported by Jonathan Patschke <jp@centtech.com>.
23232
23233 2008-07-31  Bruno Haible  <bruno@clisp.org>
23234
23235         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
23236         Reported by Paolo Bonzini <bonzini@gnu.org>.
23237
23238 2008-07-30  Eric Blake  <ebb9@byu.net>
23239
23240         test-strtod: allow compilation without -lm
23241         * tests/test-strtod.c (main): Avoid link dependence on fabs.
23242         Reported by Dennis Clarke <blastwave@gmail.com>.
23243
23244 2008-07-28  Jim Meyering  <meyering@redhat.com>
23245
23246         bootstrap: work also when there are no .po files in po/
23247         * build-aux/bootstrap (update_po_files): Complete the change
23248         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
23249
23250 2008-07-27  Jim Meyering  <meyering@redhat.com>
23251
23252         * users.txt: Add zile.
23253
23254 2008-07-26  Ben Pfaff  <blp@gnu.org>
23255
23256         Add missing dependencies on new m4/exponent[fdl].m4 files.
23257         * modules/isnanf-nolibm: Add m4/exponentf.m4.
23258         * modules/isnand-nolibm: Add m4/exponentd.m4.
23259         * modules/isnanl-nolibm: Add m4/exponentl.m4.
23260         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
23261         m4/isnan[fdl].m4, because the macros actually used moved.
23262         Reported by Jim Meyering.
23263
23264 2008-07-14  Ben Pfaff  <blp@gnu.org>
23265
23266         Add isinf module.
23267         * lib/isinf.c: New file.
23268         * lib/math.in.h: Define isinf macro if we have decided to replace
23269         it.
23270         * m4/isinf.m4: New file.
23271         * m4/math_h.m4: Initialize and substitute variables for isinf
23272         module.
23273         * modules/isinf: New file.
23274         * modules/isinf-tests: New file.
23275         * modules/math: Add substitutions for new module.
23276         * tests/test-isinf.c: New file.
23277         * doc/posix-functions/isinf.texi: Mention new module.
23278         * MODULES.html.sh: Mention new module.
23279
23280 2008-07-14  Ben Pfaff  <blp@gnu.org>
23281
23282         Factor out some macros for use by additional modules.
23283         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
23284         exponentf.m4.
23285         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
23286         exponentd.m4.
23287         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
23288         file exponentl.m4.
23289         * m4/exponentf.m4: New file.
23290         * m4/exponentd.m4: New file.
23291         * m4/exponentl.m4: New file.
23292         * modules/isnanf: Use new file m4/exponentf.m4.
23293         * modules/isnand: Use new file m4/exponentd.m4.
23294         * modules/isnanl: Use new file m4/exponentl.m4.
23295
23296 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
23297
23298         mktime.c: normalize tp->tm_isdst value to -1/0/1.
23299         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
23300         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
23301         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
23302
23303         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
23304         readlink on platforms without PATH_MAX.
23305
23306 2008-07-21  Eric Blake  <ebb9@byu.net>
23307
23308         Warn, not fail, on stale version.
23309         * top/GNUmakefile (_curr-ver): Tone down previous patch.
23310
23311         Don't allow installation with stale devel version number.
23312         * top/GNUmakefile (_is-install-target): New macro.
23313         (_curr-ver): Forbid installation with stale version number.
23314
23315 2008-07-20  Bruno Haible  <bruno@clisp.org>
23316
23317         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
23318         TESTS_ENVIRONMENT.
23319         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
23320
23321 2008-07-20  Bruno Haible  <bruno@clisp.org>
23322
23323         * lib/c-stack.h (c_stack_action): Add documentation.
23324         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
23325
23326 2008-07-20  Bruno Haible  <bruno@clisp.org>
23327
23328         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
23329         * modules/readlink (License): Likewise.
23330
23331 2008-07-17  Eric Blake  <ebb9@byu.net>
23332
23333         * modules/c-stack (Link): Fix typo.
23334
23335         Make c-stack use libsigsegv, when available.
23336         * modules/c-stack (Depends-on): Add libsigsegv.
23337         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
23338         needed.
23339         * lib/c-stack.c (SIGSTKSZ): Define fallback.
23340         (segv_handler, overflow_handler, c_stack_action)
23341         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
23342         implementation when libsigsegv is available, but only when using
23343         the library is necessary.
23344         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
23345         comment, explaining why XSI check fails on Linux.
23346         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
23347         * tests/test-c-stack2.sh: Tweak skip message.
23348         * NEWS: Document new link-time requirements.
23349
23350 2008-07-16  Eric Blake  <ebb9@byu.net>
23351
23352         c-stack: Expose false positives when not using libsigsegv.
23353         * modules/c-stack-tests (Files): Expand test.
23354         * tests/test-c-stack.c (main): Add means to conditionally trigger
23355         non-overflow SIGSEGV.
23356         * tests/test-c-stack2.sh: New file.
23357
23358 2008-07-14  Bruno Haible  <bruno@clisp.org>
23359
23360         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
23361         Reported by Eric Blake.
23362
23363 2008-07-14  Sam Steingold  <sds@gnu.org>
23364             Bruno Haible  <bruno@clisp.org>
23365
23366         New module libsigsegv.
23367         * modules/libsigsegv: New file.
23368         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
23369         modifications.
23370         * MODULES.html.sh (Signal handling): New section.
23371
23372 2008-07-14  Bruno Haible  <bruno@clisp.org>
23373
23374         * modules/unictype/ctype-* (Description): Add the word "function".
23375         Improves the resulting doc in MODULES.html.
23376
23377 2008-07-12  Ben Pfaff  <blp@gnu.org>
23378
23379         Add longlong module.
23380         * modules/longlong: New file.
23381
23382 2008-07-12  Bruno Haible  <bruno@clisp.org>
23383
23384         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
23385         to empty.
23386
23387 2008-07-10  Ben Pfaff  <blp@gnu.org>
23388
23389         Add isnan module.
23390         * doc/posix-functions/isnan.texi: Mention new module.
23391         * lib/math.in.h: Define isnan macro if we have decided to replace
23392         it.
23393         * m4/isnan.m4: New file.
23394         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
23395         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
23396         also.
23397         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
23398         redundancy.
23399         * m4/math_h.m4: Initialize and substitute variables for isnan
23400         module.
23401         * modules/isnan: New file.
23402         * modules/isnan-tests: New file.
23403         * modules/math: Add substitutions for new module.
23404         * tests/test-isnan.c: New file.
23405         * MODULES.html.sh: Mention new module.
23406
23407 2008-07-10  Ben Pfaff  <blp@gnu.org>
23408
23409         Add isnanf module.
23410         * lib/isnanf.m4: New file.
23411         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
23412         (gl_HAVE_ISNANF_IN_LIBM): New macro.
23413         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
23414         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
23415         * modules/isnanf: New file.
23416         * modules/isnanf-tests: New file.
23417         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
23418         files.
23419         * tests/test-isnanf-nolibm.c: factored most of its contents into
23420         new file tests/test-isnanf.h.
23421         * tests/test-isnanf.h: New file.
23422         * tests/test-isnanf.c: New file.
23423         * MODULES.html.sh: Mention new module.
23424         * doc/glibc-functions/isnanf.texi: Mention new module.
23425
23426 2008-07-10  Ben Pfaff  <blp@gnu.org>
23427
23428         Add isnand module.
23429         * lib/isnand.h: New file.
23430         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
23431         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
23432         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
23433         functionality also.
23434         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
23435         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
23436         (gl_HAVE_ISNAND_IN_LIBM): New macro.
23437         * modules/isnand: New file.
23438         * modules/isnand-tests: New file.
23439         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
23440         files.
23441         * tests/test-isnand-nolibm.c: factored most of its contents into
23442         new file tests/test-isnand.h.
23443         * tests/test-isnand.h: New file.
23444         * tests/test-isnand.c: New file.
23445         * MODULES.html.sh: Mention new module.
23446
23447 2008-07-10  Ben Pfaff  <blp@gnu.org>
23448
23449         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
23450         * lib/isnand.h: Rename lib/isnand-nolibm.h.
23451         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
23452         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
23453         * modules/isnanf-nolibm: Update references to renamed files.
23454         * modules/isnand-nolibm: Likewise.
23455         * modules/isnanf-nolibm-tests: Likewise.
23456         * modules/isnand-nolibm-tests: Likewise.
23457         * lib/frexp.c: Likewise.
23458         * lib/isfinite.c: Likewise.
23459         * lib/signbitd.c: Likewise.
23460         * lib/signbitf.c: Likewise.
23461         * lib/vasnprintf.c: Likewise.
23462         * tests/test-ceilf1.c: Likewise.
23463         * tests/test-ceilf2.c: Likewise.
23464         * tests/test-floorf1.c: Likewise.
23465         * tests/test-floorf2.c: Likewise.
23466         * tests/test-frexp.c: Likewise.
23467         * tests/test-round1.c: Likewise.
23468         * tests/test-round2.c: Likewise.
23469         * tests/test-roundf1.c: Likewise.
23470         * tests/test-strtod.c: Likewise.
23471         * tests/test-trunc1.c: Likewise.
23472         * tests/test-trunc2.c: Likewise.
23473         * tests/test-truncf1.c: Likewise.
23474         * tests/test-truncf2.c: Likewise.
23475         * NEWS: Mention the renamed header files.
23476
23477 2008-07-11  Jim Meyering  <meyering@redhat.com>
23478
23479         vc-list-files: make the last-resort awk code more portable
23480         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
23481         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
23482         does not support it.
23483
23484 2008-07-10  Eric Blake  <ebb9@byu.net>
23485
23486         Work with tar's bootstrap.
23487         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
23488         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
23489         an m4 comment.
23490
23491 2008-07-09  Jim Meyering  <meyering@redhat.com>
23492
23493         posix-shell.m4: fix typo that made this test malfunction
23494         * m4/posix-shell.m4: Remove capitalization in variable name.
23495
23496 2008-07-08  Bruno Haible  <bruno@clisp.org>
23497
23498         * m4/onceonly.m4: Update comments.
23499         Reported by Ben Pfaff <blp@cs.stanford.edu>.
23500
23501 2008-07-04  Jim Meyering  <meyering@redhat.com>
23502
23503         * users.txt: Add vc-dwim.
23504         (bison, coreutils): Use the gitweb URL.
23505
23506 2008-07-03  Jim Meyering  <meyering@redhat.com>
23507
23508         * users.txt: Add libffcall.  From Sam Steingold.
23509
23510 2008-07-03  Ondřej Vašík  <ovasik@redhat.com>
23511
23512         getdate.y: do not ignore TZ with relative day, month or year offset
23513         * lib/getdate.y (get_date): Move the tz-handling block to follow the
23514         relative-date-handling, since otherwise, the latter would clobber the
23515         sole output (an updated Start value) of the tz-handling block.
23516         * tests/test-getdate.c: Tests for the fix
23517
23518 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23519
23520         Recognize 'foo_LIBRARIES += libgnu.a'.
23521         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
23522         makefile snippet has already specified an installation location,
23523         also using '+='.
23524
23525 2008-07-02  Ondřej Vašík  <ovasik@redhat.com>
23526
23527         getdate.y: factor out common actions
23528         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
23529         Use them in place of open-coded actions.
23530
23531 2008-07-01  Simon Josefsson  <simon@josefsson.org>
23532
23533         Add self-test for getdate module.
23534         * modules/getdate-tests: New file.
23535         * tests/test-getdate.c: New file.
23536
23537 2008-06-29  Bruno Haible  <bruno@clisp.org>
23538
23539         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
23540         .gitignore.
23541         Reported by Sylvain Beucler <beuc@beuc.net>.
23542
23543 2008-06-29  Bruno Haible  <bruno@clisp.org>
23544
23545         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
23546         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
23547
23548 2008-06-29  Bruno Haible  <bruno@clisp.org>
23549
23550         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
23551         EXTRA_DIST.
23552         Reported by Sylvain Beucler <beuc@beuc.net>.
23553
23554 2008-06-26  Jim Meyering  <meyering@redhat.com>
23555
23556         make several modules depend on the "open" module
23557         This provides slightly increased consistency when opening-for-write
23558         the name of a non-directory spelled with a trailing slash.
23559         * modules/chdir-safer: Likewise.
23560         * modules/chown: Likewise.
23561         * modules/clean-temp: Likewise.
23562         * modules/copy-file: Likewise.
23563         * modules/fchdir: Likewise.
23564         * modules/fcntl-safer: Likewise.
23565         * modules/pipe: Likewise.
23566         * modules/utime: Likewise.
23567         Prompted by Eric Blake and Bruno Haible.
23568
23569 2008-06-24  Andreas Schwab  <schwab@suse.de>
23570
23571         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
23572         literals can be used as initializers for global variables.
23573
23574 2008-06-23  Eric Blake  <ebb9@byu.net>
23575
23576         Make gnulib-cache.m4 easier to diff.
23577         * gnulib-tool (func_import): Allow newlines when reading cached
23578         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
23579
23580 2008-06-23  Bruno Haible  <bruno@clisp.org>
23581
23582         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
23583         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
23584         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
23585         m4/signalblocking.m4.
23586         (gl_PREREQ_SIGACTION): Don't invoke it.
23587         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
23588         gl_PREREQ_SIG_HANDLER_H.
23589         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23590         Don't check for sigaction here.
23591
23592 2008-06-23  Bruno Haible  <bruno@clisp.org>
23593
23594         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
23595         (install_handlers): Don't set the SA_RESETHAND flag.
23596
23597 2008-06-23  Bruno Haible  <bruno@clisp.org>
23598
23599         * m4/sigaction.m4: Comment fixes.
23600         * lib/signal.in.h: Likewise.
23601
23602 2008-06-23  Eric Blake  <ebb9@byu.net>
23603
23604         Fix typo.
23605         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
23606
23607         Avoid SA_ namespace.
23608         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
23609         Reported by Ralf Wildenhues.
23610
23611         Avoid test failure due to SA_RESTORER.
23612         * tests/test-sigaction.c (SA_MASK): New macro.
23613         (main): Avoid failing due to extension flags being set.
23614         Reported by Jim Meyering.
23615
23616         Revert use of sig-handler.h in sigprocmask.c.
23617         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
23618         it requires the existence of struct sigaction.
23619         * lib/sigprocmask.c (handler_t): Restore typedef.
23620         (rpl_signal, old_handlers): Use local type.
23621
23622 2008-06-22  Bruno Haible  <bruno@clisp.org>
23623
23624         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
23625         conditionally.
23626         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23627
23628 2008-06-22  Bruno Haible  <bruno@clisp.org>
23629
23630         * doc/posix-functions/siginterrupt.texi: Move note.
23631
23632         * lib/signal.in.h (SA_RESTART): New macro.
23633         * lib/sigaction.c: Update comment.
23634
23635         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
23636
23637         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
23638         (gl_PREREQ_SIGPROCMASK): Invoke it.
23639         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
23640
23641         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
23642
23643         * lib/sigprocmask.c: Update a comment.
23644
23645 2008-06-21  Eric Blake  <ebb9@byu.net>
23646
23647         Use sigaction module rather than signal().
23648         * modules/c-stack (Depends-on): Add sigaction.
23649         * modules/fatal-signal (Depends-on): Likewise.
23650         * modules/nanosleep (Depends-on): Likewise.
23651         * modules/sigprocmask (Files): Add sig-handler.h.
23652         * modules/sigaction (Files): Likewise.
23653         * lib/sig-handler.h (get_handler): New file, suggested by Paul
23654         Eggert.
23655         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
23656         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
23657         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
23658         (init_fatal_signals): Likewise.
23659         * lib/nanosleep.c (rpl_nanosleep): Likewise.
23660         (siginterrupt): Delete fallback.
23661         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
23662         instead.
23663         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
23664         siginterrupt.
23665
23666         New module sigaction, for mingw.
23667         * modules/sigaction: New module...
23668         * modules/sigaction-tests: ...and its test.
23669         * m4/sigaction.m4: New file.
23670         * lib/sigaction.c: Likewise.
23671         * tests/test-sigaction.c: Likewise.
23672         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
23673         * modules/signal (Makefile.am): Likewise.
23674         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
23675         needed.
23676         * doc/posix-headers/signal.texi (signal.h): Mention provided
23677         types.
23678         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
23679         that sigaction is preferable.
23680         * doc/posix-functions/sigaction.texi (sigaction): Mention new
23681         module.
23682         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23683         sigaction.
23684
23685         Improve robustness of sigprocmask by overriding signal.
23686         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
23687         is in use.
23688         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
23689         (SIGKILL, SIGSTOP): Provide fallbacks.
23690         (rpl_signal): Implement.
23691         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
23692         signal can be called inside handlers.
23693
23694         Fix nanosleep module on mingw.
23695         * modules/nanosleep (Depends-on): Add sys_select.
23696         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
23697
23698         Fix licensing of sigprocmask.
23699         * modules/raise (License): Relicense as LGPL.
23700
23701 2008-06-21  Bruno Haible  <bruno@clisp.org>
23702
23703         * lib/propername.c (proper_name_utf8): Don't use the transliterated
23704         result if it contains question marks.
23705         Reported by Michael Geng <linux@michaelgeng.de>.
23706
23707 2008-06-19  Bruno Haible  <bruno@clisp.org>
23708
23709         Fix CVS-ism.
23710         * doc/gnulib.texi: Include updated-stamp.texi.
23711         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
23712         (updated-stamp.texi): New rule.
23713         (gnulib.info): Depend on it.
23714         * doc/.gitignore: Add updated-stamp.texi.
23715         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
23716
23717 2008-06-19  Bruno Haible  <bruno@clisp.org>
23718
23719         * doc/Makefile (gnulib.info): Update and simplify dependencies.
23720         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
23721
23722 2008-06-19  Eric Blake  <ebb9@byu.net>
23723
23724         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
23725         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
23726         Reported by Stepan Kasal.
23727
23728 2008-06-18  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/fatal-signal.c (init_fatal_signals): Add comment.
23731         Reported by Eric Blake.
23732
23733 2008-06-18  Eric Blake  <ebb9@byu.net>
23734
23735         Work around cygwin 1.5.25 strsignal bug.
23736         * tests/test-strsignal.c: Allow for const char *.
23737         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
23738
23739 2008-06-18  Simon Josefsson  <simon@josefsson.org>
23740
23741         * users.txt: Update URL to article and add author/date
23742         information.
23743
23744 2008-06-17  Bruno Haible  <bruno@clisp.org>
23745
23746         New macro gl_DISABLE_THREADS.
23747         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
23748         if the user did not pass --enable-threads or --disable-threads option.
23749         (gl_DISABLE_THREADS): New macro.
23750         Reported by Eric Blake <ebb9@byu.net>.
23751
23752 2008-06-17  Bruno Haible  <bruno@clisp.org>
23753
23754         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
23755         when the macro ignores it.
23756         Based on a patch by Eric Blake <ebb9@byu.net>.
23757
23758 2008-06-17  Bruno Haible  <bruno@clisp.org>
23759
23760         * modules/tls (License): Change to LGPLv2+.
23761         Reported by Eric Blake.
23762
23763 2008-06-17  Eric Blake  <ebb9@byu.net>
23764
23765         Simplify c-stack prerequisites.
23766         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
23767         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
23768         no longer requires <ucontext.h> to exist.  Optimize setrlimit
23769         check.
23770         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
23771         <sys/resource.h>.
23772
23773         Move c-stack test into testsuite.
23774         * modules/c-stack-tests: New file.
23775         * lib/c-stack.c [DEBUG]: Move test program...
23776         * tests/test-c-stack.c: ...into this new file.  Skip rather than
23777         fail test if sigaltstack is lacking.
23778         * tests/test-c-stack.sh: New driver file.
23779
23780 2008-06-16  Eric Blake  <ebb9@byu.net>
23781
23782         Use raise module consistently.
23783         * modules/fatal-signal (Depends-on): Add raise.
23784         * modules/sigprocmask (Depends-on): Likewise.
23785         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
23786         * lib/sigprocmask.c (sigprocmask): Likewise.
23787         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
23788         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
23789
23790         Fix compliance bug in sigpending.
23791         * lib/sigprocmask.c (sigpending): Return pending array via
23792         parameter, not return value.
23793
23794 2008-06-14  Eric Blake  <ebb9@byu.net>
23795
23796         Improve obstack-printf test code.
23797         * tests/test-obstack-printf.c (test_function): Fix comment, and
23798         simplify usage of obstack_* in macros.  Add a test for coverage.
23799         Reported by Bruno Haible.
23800
23801 2008-06-14  Bruno Haible  <bruno@clisp.org>
23802
23803         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
23804         array size as a constant, not as a const variable.
23805         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
23806         AC_USE_SYSTEM_EXTENSIONS.
23807         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
23808         Test whether the obstack_printf function actually exists.
23809         * modules/obstack-printf (Depends-on): Add extensions.
23810         (Include): Remove obstack.h.
23811         * modules/obstack-printf-posix (Depends-on): Add extensions.
23812         (Include): Remove obstack.h.
23813
23814 2008-06-13  Eric Blake  <ebb9@byu.net>
23815
23816         Add obstack-printf and obstack-printf-posix modules.
23817         * modules/obstack-printf: New file.
23818         * modules/obstack-printf-posix: Likewise.
23819         * MODULES.html.sh (Misc): Mention them.
23820         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
23821         Likewise.
23822         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
23823         Likewise.
23824         * modules/stdio (Makefile.am): Accomodate new modules.
23825         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23826         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
23827         Declare.
23828         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
23829         functions.
23830         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
23831         (gl_REPLACE_OBSTACK_PRINTF): New macros
23832         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
23833         * tests/test-obstack-printf.c: New file.
23834         * modules/obstack-printf-tests: Likewise.
23835         * modules/obstack-printf-posix-tests: Likewise.
23836
23837 2008-06-11  Bruno Haible  <bruno@clisp.org>
23838
23839         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
23840         * lib/open.c: Include errno.h.
23841         (open): Fail when attempting to write to a file that has a trailing
23842         slash.
23843         * tests/test-open.c (main): Test against trailing slash bug.
23844         * doc/posix-functions/open.texi: Mention the trailing slash bug.
23845
23846 2008-06-10  Bruno Haible  <bruno@clisp.org>
23847
23848         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
23849         for $? to work inside the trap command, with various /bin/sh-s.
23850         * tests/test-vc-list-files-cvs.sh: Likewise.
23851
23852 2008-06-10  Bruno Haible  <bruno@clisp.org>
23853
23854         * lib/acl-internal.h: Don't include gettext.h here.
23855         * lib/set-mode-acl.c: Include gettext.h here.
23856         * lib/copy-acl.c: Likewise.
23857
23858 2008-06-10  Bruno Haible  <bruno@clisp.org>
23859
23860         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
23861         * lib/wait-process.c (wait_subprocess): Likewise.
23862         * lib/execute.h (execute): Add termsigp argument.
23863         * lib/execute.c (execute): Likewise.
23864         * lib/csharpcomp.c (compile_csharp_using_pnet,
23865         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
23866         * lib/csharpexec.c (execute_csharp_using_pnet,
23867         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
23868         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
23869         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
23870         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
23871         is_jikes_present): Update.
23872         * lib/javaexec.c (execute_java_class): Update.
23873         * lib/javaversion.c (execute_and_read_line): Update.
23874         * NEWS: Document the changes.
23875         Reported by Eric Blake.
23876
23877 2008-06-10  Eric Blake  <ebb9@byu.net>
23878
23879         Add missing include.
23880         * tests/test-strstr.c (includes): Add <signal.h>.
23881         * tests/test-strcasestr.c (includes): Likewise.
23882         * tests/test-memmem.c (includes): Likewise.
23883
23884 2008-06-10  Bruno Haible  <bruno@clisp.org>
23885
23886         * lib/wait-process.c (wait_subprocess): Add an assertion.
23887
23888 2008-06-10  Bruno Haible  <bruno@clisp.org>
23889
23890         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
23891
23892 2008-06-10  Bruno Haible  <bruno@clisp.org>
23893
23894         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
23895         using alarm().
23896         * tests/test-strcasestr.c (main): Likewise.
23897         * tests/test-strstr.c (main): Likewise.
23898
23899 2008-06-09  Bruno Haible  <bruno@clisp.org>
23900
23901         Work around the Solaris 10 ACE ACLs ABI change.
23902         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
23903         declare if ACL_NO_TRIVIAL is present.
23904         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
23905         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
23906         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
23907         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
23908         define if ACL_NO_TRIVIAL is present.
23909         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
23910         and use the current ABI.
23911         (file_has_acl): Use same #if condition as elsewhere.
23912         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
23913         in use, and use the current ABI.
23914         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
23915         Reported by Jim Meyering.
23916
23917 2008-06-09  Eric Blake  <ebb9@byu.net>
23918
23919         Work around environments that (stupidly) ignore SIGALRM.
23920         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
23921         before using alarm().
23922         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
23923         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
23924         Reported by Ian Beckwith <ianb@erislabs.net>.
23925
23926         Produce autobuild blurb earlier in log.
23927         * modules/autobuild (configure.ac-early): Move AB_INIT here.
23928
23929 2008-06-09  Jim Meyering  <meyering@redhat.com>
23930         and Ondřej Vašík  <ovasik@redhat.com>
23931
23932         utimens.c: correct kernel bug work-around
23933         Ondřej Vašík found that the invalid return value of 280 indicates
23934         failure, not success, and the kernel bug we're trying to work
23935         around affects not just the utimensat call, but also the fallback
23936         futimens call.
23937         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
23938         not success.
23939         [HAVE_FUTIMENS]: Use the same work-around, here.
23940
23941 2008-06-09  Jim Meyering  <meyering@redhat.com>
23942
23943         add more guards around definition of ACE_-related code
23944         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
23945         ALLOW and ACE_OWNER are also defined.
23946
23947 2008-06-08  Bruno Haible  <bruno@clisp.org>
23948
23949         * lib/acl-internal.h: Add me as co-author.
23950         * lib/file-has-acl.c: Likewise.
23951         * lib/set-mode-acl.c: Likewise.
23952         * lib/copy-acl.c: Likewise.
23953
23954 2008-06-08  Bruno Haible  <bruno@clisp.org>
23955
23956         Add support for AIX ACLs.
23957         * lib/acl-internal.h (acl_nontrivial): New declaration.
23958         * lib/file-has-acl.c (acl_nontrivial): New function.
23959         (file_has_acl): Add implementation using AIX 4 ACL API.
23960         * lib/set-mode-acl.c (qset_acl): Likewise.
23961         * lib/copy-acl.c (qcopy_acl): Likewise.
23962
23963 2008-06-08  Bruno Haible  <bruno@clisp.org>
23964
23965         Add support for HP-UX ACLs.
23966         * lib/acl-internal.h (acl_nontrivial): New declaration.
23967         * lib/file-has-acl.c (acl_nontrivial): New function.
23968         (file_has_acl): Add implementation using HP-UX 11 ACL API.
23969         * lib/set-mode-acl.c (qset_acl): Likewise.
23970         * lib/copy-acl.c (qcopy_acl): Likewise.
23971
23972 2008-06-08  Bruno Haible  <bruno@clisp.org>
23973
23974         Add support for Cygwin ACLs.
23975         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
23976         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
23977         the chmod_or_fchmod call.
23978         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
23979
23980 2008-06-08  Bruno Haible  <bruno@clisp.org>
23981
23982         Fix bug with setuid modes in Solaris 10+ code.
23983         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
23984         succeeded, when the mode contains some special bits.
23985
23986 2008-06-08  Bruno Haible  <bruno@clisp.org>
23987
23988         Add support for Solaris 7..10 ACLs.
23989         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
23990         declarations.
23991         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
23992         functions.
23993         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
23994         * lib/set-mode-acl.c (qset_acl): Likewise.
23995         * lib/copy-acl.c (qcopy_acl): Likewise.
23996
23997 2008-06-08  Bruno Haible  <bruno@clisp.org>
23998
23999         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
24000         declaration.
24001         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
24002         (acl_access_nontrivial): Remove MacOS X case.
24003         (file_has_acl): Use acl_extended_nontrivial.
24004         * lib/copy-acl.c (qcopy_acl): Likewise.
24005
24006 2008-06-08  Bruno Haible  <bruno@clisp.org>
24007
24008         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
24009
24010 2008-06-08  Jim Meyering  <meyering@redhat.com>
24011
24012         * modules/acl (Maintainer): Add Bruno Haible.
24013
24014 2008-06-07  Bruno Haible  <bruno@clisp.org>
24015
24016         Improve support for Tru64 ACLs.
24017         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
24018         ACL on OSF/1.
24019
24020 2008-06-07  Bruno Haible  <bruno@clisp.org>
24021
24022         Add support for MacOS X ACLs.
24023         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
24024         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
24025         * lib/set-mode-acl.c (qset_acl): Likewise.
24026         * lib/copy-acl.c (qcopy_acl): Likewise.
24027
24028 2008-06-07  Bruno Haible  <bruno@clisp.org>
24029
24030         Fix memory leak introduced on 2008-05-22.
24031         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
24032         use.
24033
24034 2008-06-07  Bruno Haible  <bruno@clisp.org>
24035
24036         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
24037         to construct an empty ACL.
24038
24039 2008-06-07  Bruno Haible  <bruno@clisp.org>
24040
24041         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
24042         precisely.
24043         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
24044
24045 2008-06-07  Bruno Haible  <bruno@clisp.org>
24046
24047         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
24048         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
24049
24050 2008-06-07  Bruno Haible  <bruno@clisp.org>
24051
24052         * doc/posix-functions/_setjmp.texi: Explain the use of this function
24053         regardless of POSIX.
24054         * doc/posix-functions/_longjmp.texi: Likewise.
24055         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
24056         SystemV platform in this case.
24057
24058 2008-06-06  Eric Blake  <ebb9@byu.net>
24059
24060         Document abort() bugs.
24061         * doc/posix-functions/abort.texi (abort): Mention anomalies.
24062
24063         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
24064         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
24065         sigsetjmp.
24066         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
24067         siglongjmp, but only as a macro.
24068         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
24069         is obsolete.
24070         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
24071
24072         Tweak documentation to cover cygwin argz bugs.
24073         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
24074         argz bug fix; no code change needed since no cygwin releases
24075         occurred between the last fix and the bug being tested.
24076         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
24077         module and recently fixed cygwin bugs.
24078         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
24079         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
24080         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
24081         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
24082         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
24083         Likewise.
24084         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
24085         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
24086         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
24087         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
24088         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
24089         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
24090         Likewise.
24091
24092         Avoid gcc warning on cygwin.
24093         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
24094         !ACL_NO_TRIVIAL]: Avoid unused variable.
24095
24096 2008-06-05  Eric Blake  <ebb9@byu.net>
24097
24098         Be tolerant of UNKNOWN version in gnulib-tool test dir.
24099         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
24100         git-version-gen fails to come up with a version.
24101         Reported by Simon Josefsson.
24102
24103 2008-06-05  Jim Meyering  <meyering@redhat.com>
24104             Paul Eggert  <eggert@cs.ucla.edu>
24105
24106         utimens.c: work around a probable Linux kernel bug
24107         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
24108         appears to be a kernel bug that causes utimensat to return 280
24109         instead of 0, indicating success.
24110
24111 2008-06-04  Bruno Haible  <bruno@clisp.org>
24112
24113         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
24114         2008-06-01 commit.
24115
24116 2008-06-04  Bruno Haible  <bruno@clisp.org>
24117
24118         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
24119         * lib/file-has-acl.c (acl_access_nontrivial): New function.
24120         (file_has_acl): Use it. Save errno afterwards.
24121         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
24122
24123 2008-06-03  Bruno Haible  <bruno@clisp.org>
24124
24125         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
24126         draft code. Simplify #ifs.
24127         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
24128         Put Solaris code after POSIX-draft code. Fix comments regarding
24129         Solaris 10, HP-UX. Mention Cygwin.
24130         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
24131
24132 2008-06-03  Eric Blake  <ebb9@byu.net>
24133
24134         Provide fallback for older kernels.
24135         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
24136         Provide runtime fallback if kernel lacks support.
24137         Reported by Mike Frysinger.
24138
24139 2008-06-02  Bruno Haible  <bruno@clisp.org>
24140
24141         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
24142         it exists.
24143
24144 2008-06-02  Bruno Haible  <bruno@clisp.org>
24145
24146         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
24147         * lib/copy-acl.c (qcopy_acl): Update comment.
24148
24149 2008-06-02  Bruno Haible  <bruno@clisp.org>
24150
24151         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
24152         like ACL APIs.
24153
24154 2008-06-02  Bruno Haible  <bruno@clisp.org>
24155
24156         * tests/test-file-has-acl.sh: Use different code for Cygwin.
24157         * tests/test-set-mode-acl.sh: Likewise.
24158         * tests/test-copy-acl.sh: Likewise.
24159         * tests/test-copy-file.sh: Likewise.
24160
24161 2008-06-02  Bruno Haible  <bruno@clisp.org>
24162
24163         * tests/test-file-has-acl.sh: Remove unused code.
24164
24165 2008-06-01  Bruno Haible  <bruno@clisp.org>
24166
24167         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
24168         (copy_acl): Just a wrapper around qcopy_acl that emits the error
24169         messages.
24170         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
24171
24172 2008-06-01  Bruno Haible  <bruno@clisp.org>
24173
24174         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
24175         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
24176         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
24177         APIs.
24178         * modules/acl-tests (configure.ac): Remove tests now contained in
24179         m4/acl.m4.
24180
24181 2008-06-02  Jim Meyering  <meyering@redhat.com>
24182
24183         announce-gen: use a better key-server host name
24184         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
24185         it may be more consistently reliable.  Suggested by Werner Koch
24186         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
24187
24188 2008-06-01  Bruno Haible  <bruno@clisp.org>
24189
24190         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
24191         Reported by Voroskoi Andras <voroskoi@gmail.com>.
24192
24193 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
24194
24195         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
24196
24197 2008-06-01  Bruno Haible  <bruno@clisp.org>
24198
24199         New ACL tests.
24200         * tests/test-file-has-acl.sh: New file.
24201         * tests/test-file-has-acl.c: New file.
24202         * tests/test-set-mode-acl.sh: New file.
24203         * tests/test-set-mode-acl.c: New file.
24204         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
24205         * tests/test-copy-acl.c: New file.
24206         * modules/acl-tests: New file, based on modules/copy-file-tests.
24207         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
24208         (Depends-on): Add acl-tests.
24209         (configure.ac): Remove checks.
24210         (Makefile.am): Don't create test-sameacls program here any more.
24211
24212 2008-06-01  Bruno Haible  <bruno@clisp.org>
24213
24214         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
24215         * tests/test-sameacls.c: Include progname.h.
24216         (main): Invoke set_program_name. Portability fixes for MacOS X,
24217         Solaris, HP-UX.
24218
24219 2008-06-01  Bruno Haible  <bruno@clisp.org>
24220
24221         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
24222         function.
24223         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
24224
24225 2008-06-01  Bruno Haible  <bruno@clisp.org>
24226
24227         * modules/rpmatch (Depends-on): Add strdup.
24228
24229 2008-06-01  Bruno Haible  <bruno@clisp.org>
24230
24231         * lib/pipe.c: Include unistd-safer.h.
24232         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
24233         * modules/pipe (Depends-on): Add unistd-safer.
24234
24235 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24236
24237         * modules/autobuild (configure.ac): Call AB_INIT.
24238
24239 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24240
24241         * tests/test-getaddrinfo.c: Don't print debug messages by default.
24242         Suggested by Bruno Haible <bruno@clisp.org>.
24243
24244 2008-05-30  Simon Josefsson  <simon@josefsson.org>
24245
24246         * tests/test-base64.c: Cast size_t to unsigned long when invoking
24247         printf.  Use %lu instead of %d.  Reported by Bruno Haible
24248         <bruno@clisp.org>.
24249
24250 2008-05-29  Eric Blake  <ebb9@byu.net>
24251
24252         Prefer new POSIX 200x interfaces over futimesat.
24253         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
24254         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
24255         when available.
24256         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
24257
24258 2008-05-28  Bruno Haible  <bruno@clisp.org>
24259
24260         * modules/stpcpy (License): Change to LGPLv2+.
24261         Requested by David Lutterkort <dlutter@redhat.com>.
24262
24263 2008-05-27  Bruno Haible  <bruno@clisp.org>
24264
24265         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
24266         current mingw.
24267         Reported by Jose E. Marchesi <jemarch@gnu.org>.
24268
24269 2008-05-27  Bruno Haible  <bruno@clisp.org>
24270
24271         * modules/iconv_open (Link): New section, from module 'iconv'.
24272         * modules/striconv (Link): Likewise.
24273         * modules/striconveh (Link): Likewise.
24274         * modules/xstriconv (Link): Likewise.
24275         * modules/unicodeio (Link): Likewise.
24276         * modules/propername (Link): Likewise.
24277         Reported by Jim Meyering.
24278
24279 2008-05-26  Jim Meyering  <meyering@redhat.com>
24280
24281         sha256: do not artificially restrict buffer length to be < 2^32
24282         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
24283         uint32_t to size_t.
24284         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
24285         to match.
24286
24287         avoid unaligned access errors, e.g., on sparc
24288         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
24289         direct access through a possibly-unaligned uint64* pointer.
24290         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
24291         direct access through a possibly-unaligned uint32* pointer.
24292         Prompted by this patch from Tom "spot" Callaway:
24293         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
24294
24295         sha512.c: fix typo in comment
24296         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
24297
24298 2008-05-25  Bruno Haible  <bruno@clisp.org>
24299
24300         * lib/set-mode-acl.c: Renamed from lib/acl.c.
24301         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
24302         (Makefile.am): Update lib_SOURCES.
24303
24304 2008-05-25  Bruno Haible  <bruno@clisp.org>
24305
24306         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
24307
24308 2008-05-25  Jim Meyering  <meyering@redhat.com>
24309
24310         useless-if-before-free: freed expr may have white-space differences
24311         * build-aux/useless-if-before-free: Recognize cases in which the
24312         freed expression differs from the tested one in embedded white
24313         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
24314         $1 was used, so we can't make any regexp shy.  Improved tests now
24315         detect this.
24316
24317         useless-if-before-free: accept white space in the expression.
24318         * build-aux/useless-if-before-free: For now, any white space
24319         in the expression must be identical in the free argument.
24320
24321         useless-if-before-free: efficiency tweak
24322         * build-aux/useless-if-before-free: Make the expression-matching
24323         regexp "shy".
24324         Make the *outer* regexp shy, not the expr-matching one.
24325
24326         update code-in-comment to accept cast of free arg
24327         * build-aux/useless-if-before-free: Update regexp.
24328
24329 2008-05-25  Bruno Haible  <bruno@clisp.org>
24330
24331         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
24332         * modules/copy-file-tests (Files, Makefile.am): Update.
24333         * tests/test-copy-file.c (func_test_copy): Update.
24334
24335 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
24336
24337         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
24338
24339 2008-05-23  Bruno Haible  <bruno@clisp.org>
24340
24341         Improve support for ACLs on OSF/1.
24342         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
24343         Remove fallback for unknown flavors of ACLs.
24344
24345 2008-05-22  Bruno Haible  <bruno@clisp.org>
24346
24347         Add support for ACLs on OSF/1.
24348         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
24349         replacements.
24350         (acl_free_text): New macro fallback.
24351         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
24352         acl_free.
24353         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
24354         acl_free_text function. Require AC_C_INLINE.
24355
24356 2008-05-22  Bruno Haible  <bruno@clisp.org>
24357
24358         Make copy_acl work on MacOS X 10.5.
24359         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
24360         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
24361         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
24362         If MODE_INSIDE_ACL, don't assume that every system has the same text
24363         representation for ACLs as FreeBSD.
24364         * lib/copy-acl.c (copy_acl): Add support for platforms with
24365         !MODE_INSIDE_ACL.
24366         * lib/file-has-acl.c (file_has_acl): Likewise.
24367         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
24368         FreeBSD, MacOS X, or IRIX, respectively.
24369
24370 2008-05-22  Bruno Haible  <bruno@clisp.org>
24371
24372         * lib/acl.h: Don't include <sys/acl.h>.
24373         (GETACLCNT): Move fallback to lib/acl-internal.h.
24374         * lib/acl-internal.h: Include <sys/acl.h> here.
24375         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
24376
24377 2008-05-22  Bruno Haible  <bruno@clisp.org>
24378
24379         Split off copy_acl function to separate file.
24380         * lib/copy-acl.c: New file, extracted from lib/acl.c.
24381         * lib/acl.c (copy_acl): Moved function to separate file.
24382         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
24383         * modules/acl (Files): Add lib/copy-acl.c.
24384         (Makefiles.am): Augment lib_SOURCES.
24385
24386 2008-05-22  Bruno Haible  <bruno@clisp.org>
24387
24388         * modules/copy-file-tests: New file.
24389         * tests/test-copy-file.sh: New file.
24390         * tests/test-copy-file.c: New file.
24391         * tests/test-copy-file-sameacls.c: New file.
24392
24393 2008-05-22  Eric Blake  <ebb9@byu.net>
24394
24395         Avoid gcc warning.
24396         * tests/test-memcmp.c (main): Pass NULL indirectly.
24397
24398 2008-05-21  Bruno Haible  <bruno@clisp.org>
24399
24400         Add reference doc about ACLs.
24401         * doc/acl-resources.txt: New file.
24402         * doc/acl-cygwin.txt: New file.
24403
24404 2008-05-21  Bruno Haible  <bruno@clisp.org>
24405
24406         Avoid one more warning from gcc.
24407         * lib/vasnprintf.c (IF_LINT): Update comments.
24408         (VASNPRINTF): Use it also for the 'prefix' array initializer.
24409
24410 2008-05-21  Jim Meyering  <meyering@redhat.com>
24411
24412         avoid a warning from gcc
24413         * lib/vasnprintf.c (IF_LINT): Define.
24414         (scale10_round_decimal_long_double):
24415         Use it to avoid a "may be used uninitialized" warning.
24416         (scale10_round_decimal_double): Likewise.
24417
24418 2008-05-21  Simon Josefsson  <simon@josefsson.org>
24419
24420         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
24421         declared.
24422
24423 2008-05-20  Bruno Haible  <bruno@clisp.org>
24424
24425         * tests/test-memcmp.c (main): Test also the sign of the result. Test
24426         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
24427
24428 2008-05-20  Simon Josefsson  <simon@josefsson.org>
24429
24430         * modules/memcmp-tests: New file.
24431         * tests/test-memcmp.c: New file.
24432
24433 2008-05-19  Bruno Haible  <bruno@clisp.org>
24434
24435         * modules/propername (Notice, configure.ac): Put quoted "..." into
24436         --keyword option.
24437         * lib/propername.h: Update comments accordingly.
24438         Reported by Eric Blake.
24439
24440 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
24441
24442         * modules/getpass-gnu (Depends-on): Add fseeko.
24443
24444 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24445
24446         * modules/base64-tests: New file.
24447
24448 2008-05-19  Bo Borgerson <gigabo@gmail.com>
24449
24450         * lib/base64.c (base64_decode_ctx): If a decode context structure
24451         was passed in use it to ignore newlines.  If a context structure
24452         was _not_ passed in, continue to treat newlines as garbage (this
24453         is the historical behavior).  Formerly base64_decode.
24454         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24455         takes a decode context structure.
24456         * lib/base64.h (base64_decode): Macro for four-argument calls.
24457         (base64_decode_alloc): Likewise.
24458         * lib/base64.c (base64_decode_ctx): If a decode context structure
24459         was passed in use it to ignore newlines.  If a context structure
24460         was _not_ passed in, continue to treat newlines as garbage (this
24461         is the historical behavior).  Formerly base64_decode.
24462         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
24463         takes a decode context structure.
24464         * lib/base64.h (base64_decode): Macro for four-argument calls.
24465         (base64_decode_alloc): Likewise.
24466
24467 2008-05-19  Jim Meyering  <meyering@redhat.com>
24468
24469         avoid a warning from gcc
24470         * lib/trim.c (IF_LINT): Define.
24471         (trim2): Use it to avoid a "may be used uninitialized" warning.
24472
24473         Fix doc typo.
24474         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
24475
24476 2008-05-19  Bruno Haible  <bruno@clisp.org>
24477
24478         * doc/glibc-functions/getpass.texi: Document limits of other
24479         implementations.
24480
24481 2008-05-19  Simon Josefsson  <simon@josefsson.org>
24482             Bruno Haible <bruno@clisp.org>
24483
24484         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
24485
24486 2008-05-18  Bruno Haible  <bruno@clisp.org>
24487
24488         * modules/propername: New file, from GNU gettext.
24489         * lib/propername.h: New file, from GNU gettext.
24490         * lib/propername.c: New file, from GNU gettext.
24491         * MODULES.html.sh (Internationalization functions): Add propername.
24492
24493 2008-05-16  Jim Meyering  <meyering@redhat.com>
24494             Bruno Haible  <bruno@clisp.org>
24495
24496         Avoid some warnings from "gcc -Wshadow".
24497         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
24498
24499 2008-05-15  Eric Blake  <ebb9@byu.net>
24500
24501         Extend previous patch to cygwin 1.7.0.
24502         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
24503         fast implementation in cygwin >= 1.7.0.
24504         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24505         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24506
24507 2008-05-15  Bruno Haible  <bruno@clisp.org>
24508
24509         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
24510         implementation in glibc >= 2.9.
24511         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
24512         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
24513
24514 2008-05-15  Bruno Haible  <bruno@clisp.org>
24515
24516         * MODULES.html.sh (Internationalization functions): Remove linebreak.
24517         (Unicode string functions): Add unilbrk/*.
24518         Reported by Karl Berry.
24519
24520 2008-05-15  Eric Blake  <ebb9@byu.net>
24521
24522         Fix violation of <stdbool.h> replacement in regex.
24523         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
24524         * lib/regexec.c (re_search_internal): Likewise.
24525         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
24526
24527 2008-05-15  Jim Meyering  <meyering@redhat.com>
24528
24529         avoid distracting test output when git or cvs is not found
24530         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
24531         * tests/test-vc-list-files-git.sh: Likewise.
24532
24533 2008-05-15  Eric Blake  <ebb9@byu.net>
24534
24535         Glibc finally accepted the memmem speedup code, bugzilla #5514.
24536         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
24537         glibc version.
24538         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
24539         * doc/posix-functions/strstr.texi (strstr): Likewise.
24540         * lib/str-two-way.h (MAX): Sychronize with glibc.
24541
24542 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
24543
24544         * lib/regcomp.c (optimize_utf8): Add a note on why we test
24545         opr.ctx_type.
24546         (calc_first): Initialize constraint field.
24547         (duplicate_node_closure): Use it instead of special casing ANCHORS.
24548         Fix grammar.
24549         (duplicate_node): Merge constraint field for all node types.
24550         (calc_eclosure_iter): Look at constraint field for all node types.
24551         * lib/regex_internal.c (create_cd_newstate): Don't look at
24552         opr.ctx_type.
24553
24554 2008-05-14  Bruno Haible  <bruno@clisp.org>
24555
24556         Help GCC to do better code generation.
24557         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
24558         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
24559         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
24560         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
24561         Declare with attribute 'malloc' if supported.
24562
24563 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
24564
24565         use "echo STR|wc -c" rather than unportable "expr length STR"
24566         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
24567         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
24568
24569 2008-05-14  Jim Meyering  <meyering@redhat.com>
24570
24571         use dd ibs=$n count=1 ... rather than less-portable head -c$n
24572         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
24573         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
24574         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
24575         via Collin Lasse.
24576
24577 2008-05-14  Eric Blake  <ebb9@byu.net>
24578
24579         Avoid quadratic growth in gl_LIBSOURCES.
24580         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
24581         Suggested by Bruno Haible.
24582
24583         Test xmemdup0.
24584         * modules/xmemdup0-tests: New file.
24585         * tests/test-xmemdup0.c: Likewise.
24586
24587 2008-05-13  Eric Blake  <ebb9@byu.net>
24588
24589         Split xmemdup0 into its own module.
24590         * modules/xmemdup0: New file.
24591         * lib/xmemdup0.h: Likewise.
24592         * lib/xmemdup0.c: Likewise.
24593         * MODULES.html.sh (Memory management functions): Add xmemdup0.
24594         * lib/xalloc.h (xmemdup0): Remove.
24595         * lib/xmalloc.c (xmemdup0): Likewise.
24596
24597 2008-05-13  Eric Blake  <ebb9@byu.net>
24598             Bruno Haible  <bruno@clisp.org>
24599
24600         Reduce number of forks required during autoconf.
24601         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
24602         and gl_LIBSOURCES_DIR.
24603         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
24604         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
24605         m4_syscmd per file.
24606         <m4_foreach_w>: Move...
24607         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
24608
24609 2008-05-13  Eric Blake  <ebb9@byu.net>
24610
24611         * gnulib-tool: Fix various comment typos.
24612
24613 2008-05-12  Bruno Haible  <bruno@clisp.org>
24614
24615         Tailor the linebreaking algorithm.
24616         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
24617
24618 2008-05-12  Bruno Haible  <bruno@clisp.org>
24619
24620         Update to Unicode 5.0.0.
24621         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24622         LBP_JV, LBP_JT. Redistribute values.
24623         (unilbrk_table): Change size.
24624         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
24625         Unicode TR#14 rev. 22.
24626         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
24627         LBP_JV, LBP_JT. Redistribute values.
24628         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
24629         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
24630         Update.
24631         * lib/unilbrk/lbrkprop1.h: Regenerated.
24632         * lib/unilbrk/lbrkprop2.h: Regenerated.
24633         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
24634         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
24635         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
24636         Likewise.
24637         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
24638         Likewise.
24639         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
24640         result.
24641         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
24642         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
24643         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
24644         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
24645         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
24646         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
24647
24648 2008-05-11  Bruno Haible  <bruno@clisp.org>
24649
24650         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
24651
24652 2008-05-11  Bruno Haible  <bruno@clisp.org>
24653
24654         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
24655         * modules/unilbrk/gen-lbrk: New file.
24656
24657 2008-05-11  Bruno Haible  <bruno@clisp.org>
24658
24659         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
24660         * m4/sha512.m4 (gl_SHA512): Likewise.
24661
24662 2008-05-11  Jim Meyering  <meyering@redhat.com>
24663
24664         New modules: crypto/sha256, crypto/sha512 (from coreutils)
24665         * modules/crypto/sha256: New file.
24666         * modules/crypto/sha512: Likewise.
24667         * lib/sha256.c: Likewise.
24668         * lib/sha256.h: Likewise.
24669         * lib/sha512.c: Likewise.
24670         * lib/sha512.h: Likewise.
24671         * lib/u64.h: Likewise.
24672         * m4/sha256.m4: Likewise.
24673         * m4/sha512.m4: Likewise.
24674         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
24675
24676 2008-05-10  Bruno Haible  <bruno@clisp.org>
24677
24678         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
24679         (Input/Output <stdio.h>): Add xprintf.
24680         (Signal handling <signal.h>): Add strsignal.
24681         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
24682         (Core language properties): Add func.
24683         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
24684         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
24685         strings.
24686         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
24687         (Input/output): New section.
24688         (File system functions): Add openat-die, stat-macros.
24689         (Networking functions): Add sockets.
24690         (Unicode string functions): Add unictype/*.
24691         (Support for building libraries and executables): Add gperf.
24692         (Support for building documentation): Add agpl-3.0.
24693         (Misc): Add nocrash.
24694
24695 2008-05-10  Bruno Haible  <bruno@clisp.org>
24696
24697         * modules/unictype/gen-ctype: New file.
24698
24699 2008-05-10  Jim Meyering  <meyering@redhat.com>
24700
24701         Make chdir-safer.c more efficient on a system with no symlinks.
24702         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
24703         also if ELOOP is zero.  Suggested by Bruno Haible.
24704
24705         Make chdir-safer.c slightly safer.
24706         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
24707         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
24708
24709         Avoid compile failure on systems without ELOOP (like mingw).
24710         * lib/chdir-safer.c (ELOOP): Define if not already defined.
24711         Reported by Bruno Haible.
24712
24713 2008-05-10  Bruno Haible  <bruno@clisp.org>
24714
24715         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
24716         (is_utf8_encoding): Use a case-insensitive comparison.
24717         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
24718         streq.
24719
24720 2008-05-10  Bruno Haible  <bruno@clisp.org>
24721
24722         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
24723         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
24724         * lib/unilbrk/ulc-common.h (iconv_string_length,
24725         iconv_string_keeping_offsets): Remove declarations.
24726         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
24727         Don't include <iconv.h>, streq.h, xsize.h.
24728         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
24729         conversion.
24730         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
24731         <iconv.h>, streq.h, xsize.h.
24732         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
24733         conversion.
24734         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
24735         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
24736         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
24737         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
24738
24739 2008-05-10  Bruno Haible  <bruno@clisp.org>
24740
24741         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
24742         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
24743
24744         * modules/unilbrk/u32-width-linebreaks-tests: New file.
24745         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
24746
24747         * modules/unilbrk/u16-width-linebreaks-tests: New file.
24748         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
24749
24750         * modules/unilbrk/u8-width-linebreaks-tests: New file.
24751         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
24752
24753         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
24754         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
24755
24756         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
24757         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
24758
24759         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
24760         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
24761
24762         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
24763         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
24764
24765 2008-05-10  Bruno Haible  <bruno@clisp.org>
24766
24767         Split up 'linebreak' module.
24768         * lib/unilbrk.h: New file, based on lib/linebreak.h.
24769         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
24770         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
24771         modifications.
24772         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
24773         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
24774         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
24775         lib/linebreak.c.
24776         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
24777         lib/linebreak.c.
24778         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
24779         lib/linebreak.c.
24780         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
24781         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
24782         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
24783         lib/linebreak.c.
24784         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
24785         lib/linebreak.c.
24786         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
24787         lib/linebreak.c.
24788         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
24789         lib/linebreak.c.
24790         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
24791         lib/linebreak.c.
24792         * modules/unilbrk/base: New file.
24793         * modules/unilbrk/tables: New file.
24794         * modules/unilbrk/u8-possible-linebreaks: New file.
24795         * modules/unilbrk/u16-possible-linebreaks: New file.
24796         * modules/unilbrk/u32-possible-linebreaks: New file.
24797         * modules/unilbrk/ulc-common: New file.
24798         * modules/unilbrk/ulc-possible-linebreaks: New file.
24799         * modules/unilbrk/u8-width-linebreaks: New file.
24800         * modules/unilbrk/u16-width-linebreaks: New file.
24801         * modules/unilbrk/u32-width-linebreaks: New file.
24802         * modules/unilbrk/ulc-width-linebreaks: New file.
24803         * lib/linebreak.h: Remove file.
24804         * lib/linebreak.c: Remove file.
24805         * m4/linebreak.m4: Remove file.
24806         * modules/linebreak: Remove file.
24807         * NEWS: Mention the changes.
24808
24809 2008-05-09  Eric Blake  <ebb9@byu.net>
24810
24811         Add xmemdup0.
24812         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
24813         implementation.
24814         * lib/xmalloc.c (xmemdup0): New C implementation.
24815
24816 2008-05-08  Bruno Haible  <bruno@clisp.org>
24817
24818         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
24819
24820 2008-05-07  Eric Blake  <ebb9@byu.net>
24821
24822         Support cross-compilation of <wctype.h>.
24823         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
24824         AC_CACHE_CHECK.
24825
24826 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
24827
24828         * build-aux/vc-list-files: Add support for bzr.
24829
24830 2008-05-03  Jim Meyering  <meyering@redhat.com>
24831
24832         avoid failed assertion with tight malloc
24833         * tests/test-getndelim2.c: Correct an off-by-one assertion.
24834
24835 2008-05-03  Simon Josefsson  <simon@josefsson.org>
24836
24837         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
24838         are needed from arpa/inet.h.
24839         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
24840         Reported by Bruno Haible.
24841
24842 2008-05-02  Jim Meyering  <meyering@redhat.com>
24843
24844         avoid compilation error on FreeBSD 6
24845         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
24846
24847 2008-05-01  Jim Meyering  <meyering@redhat.com>
24848
24849         useless-if-before-free: correct --help's exit status description
24850         * build-aux/useless-if-before-free (usage): Like grep, exit 0
24851         for one or more matches, etc.  Reported by Bruno Haible.
24852
24853         vc-list-files: make the stand-alone gnulib test work
24854         * modules/vc-list-files-tests (configure.ac):
24855         Define and AC_SUBST abs_aux_dir.
24856         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
24857         $(abs_top_srcdir) to each script and having each of them
24858         duplicate the work of setting PATH, set PATH here, using
24859         the new variable, abs_aux_dir instead.
24860         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
24861         * tests/test-vc-list-files-git.sh: Likewise.
24862         Reported by Bruno Haible.
24863
24864 2008-05-01  Bruno Haible  <bruno@clisp.org>
24865
24866         * lib/getndelim2.c (getndelim2): Fix newsize computation during
24867         reallocation. Rename 'done' to 'found_delimiter'.
24868
24869 2008-05-01  Jim Meyering  <meyering@redhat.com>
24870
24871         vc-list-files: accommodate /bin/sh like the one from Solaris 10
24872         * build-aux/vc-list-files: Use `...`, not $(...).
24873
24874 2008-04-30  Jim Meyering  <meyering@redhat.com>
24875
24876         add tests for vc-list-files
24877         * modules/vc-list-files-tests: New module.
24878         * tests/test-vc-list-files-cvs.sh: New file.
24879         * tests/test-vc-list-files-git.sh: New file.
24880
24881         avoid a warning from gcc
24882         * lib/getndelim2.c (IF_LINT): Define.
24883         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
24884
24885         vc-list-files: work properly with build-aux/cvsu, too
24886         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
24887         to all cvs-based clauses.
24888
24889         vc-list-files: work properly in the CVS+awk case, too
24890         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
24891
24892         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
24893         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
24894         take more than one file argument, so .  Add quotes, just in case $dir
24895         ever contains a shell meta-character.  Prompted by Soren Hansen in
24896         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
24897
24898 2008-04-29  Eric Blake  <ebb9@byu.net>
24899
24900         Optimize getndelim2 to use block operations when possible.
24901         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
24902         freadseek, and memchr2.
24903         * lib/getndelim2.c (getndelim2): Use them for block reads.
24904
24905 2008-04-29  Bruno Haible  <bruno@clisp.org>
24906
24907         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
24908         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24909         * modules/inet_ntop (Depends-on): Add extensions.
24910         * modules/inet_pton (Depends-on): Likewise.
24911         Reported by Simon Josefsson.
24912
24913 2008-04-29  Jim Meyering  <meyering@redhat.com>
24914
24915         When the is more than one match in a block, match all of them.
24916         * build-aux/useless-if-before-free: Iterate through each block
24917         until there are no more matches.
24918
24919         Fix broken useless-if-before-free script.
24920         * build-aux/useless-if-before-free: Fix typo: missing "?" after
24921         the expression to match cast of argument to free-like function.
24922
24923 2008-04-29  Eric Blake  <ebb9@byu.net>
24924
24925         Use new header.
24926         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
24927
24928 2008-04-29  Jim Meyering  <meyering@redhat.com>
24929
24930         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
24931         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
24932         by gnulib to exist and to declare e.g., inet_ntop.
24933         Don't include "inet_ntop.h", now removed.
24934
24935         * m4/arpa_inet_h.m4: Remove trailing blanks.
24936
24937 2008-04-29  Eric Blake  <ebb9@byu.net>
24938
24939         Silence valgrind on safe reads beyond potential array bounds.
24940         * lib/rawmemchr.valgrind: New file.
24941         * lib/strchrnul.valgrind: Likewise.
24942         * modules/rawmemchr (Files): Distribute new file.
24943         * modules/strchrnul (Files): Likewise.
24944         Suggested by Bruno Haible.
24945
24946 2008-04-29  Bruno Haible  <bruno@clisp.org>
24947
24948         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
24949         (inet_ntop, inet_pton): Change portability warning's wording.
24950         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
24951         Invoke gl_CHECK_NEXT_HEADERS.
24952         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
24953         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
24954         set ARPA_INET_H.
24955         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
24956         * modules/arpa_inet (Description): No longer only for systems that
24957         lack it.
24958         (Depends-on): Add include_next.
24959         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
24960         HAVE_ARPA_INET_H.
24961
24962 2008-04-29  Jim Meyering  <meyering@redhat.com>
24963
24964         * modules/mkdir (License): Re-license as LGPLv2+.
24965
24966 2008-04-29  Bruno Haible  <bruno@clisp.org>
24967
24968         * modules/rawmemchr (Maintainer): Set to Eric.
24969         * modules/strchrnul (Maintainer): Likewise.
24970
24971 2008-04-29  Simon Josefsson  <simon@josefsson.org>
24972
24973         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
24974         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
24975
24976         * modules/arpa_inet (arpa/inet.h): Use them.
24977
24978 2008-04-28  Eric Blake  <ebb9@byu.net>
24979
24980         Test getndelim2.
24981         * modules/getndelim2-tests: New file.
24982         * tests/test-getndelim2.c: Likewise.
24983         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
24984         stream.
24985         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
24986
24987         * MODULES.html.sh: Document new module.
24988
24989 2008-04-20  Bruno Haible  <bruno@clisp.org>
24990
24991         * lib/c-stack.c (die): Use raise.
24992         * modules/c-stack (Depends-on): Add raise.
24993
24994 2008-04-28  Bruno Haible  <bruno@clisp.org>
24995
24996         Expect rpmatch to be declared.
24997         * lib/yesno.c (rpmatch): Remove declaration.
24998
24999         Declare rpmatch.
25000         * lib/stdlib.in.h (rpmatch): New declaration.
25001         * lib/rpmatch.c: Include <stdlib.h> first.
25002         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
25003         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
25004         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
25005         HAVE_RPMATCH.
25006         * modules/rpmatch (Depends-on): Add stdlib, extensions.
25007         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
25008         (Include): Set to <stdlib.h>.
25009         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
25010         HAVE_RPMATCH.
25011         * NEWS: Document the change.
25012
25013 2008-04-28  Bruno Haible  <bruno@clisp.org>
25014
25015         Change rpmatch to use nl_langinfo when appropriate.
25016         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
25017         (N_): New macro.
25018         (localized_pattern): New function/macro.
25019         (try): Remove match, nomatch arguments. Copy the pattern into safe
25020         memory before caching it.
25021         (rpmatch): Use localized_pattern. Add translator comments.
25022         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
25023         Suggested by Eric Blake.
25024         * modules/rpmatch (Depends-on): Add stdbool.
25025
25026 2008-04-28  Eric Blake  <ebb9@byu.net>
25027
25028         Add rawmemchr module, matching glibc.
25029         * modules/string (Makefile.am): New indicator.
25030         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
25031         * lib/string.in.h (rawmemchr): Declare when appropriate.
25032         * modules/rawmemchr: New file.
25033         * m4/rawmemchr.m4: Likewise.
25034         * lib/rawmemchr.c: Likewise.
25035         * modules/rawmemchr-tests: Likewise.
25036         * tests/test-rawmemchr.c: Likewise.
25037         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
25038         module.
25039         * modules/strchrnul (Depends-on): Add rawmemchr.
25040         * lib/strchrnul.c (strchrnul): Optimize a corner case.
25041
25042         Whitespace cleanup.
25043         * tests/test-strchrnul.c: Reindent.
25044         * lib/strchrnul.c: Likewise.
25045
25046         Optimize and test strchrnul.
25047         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
25048         * modules/strchrnul-tests: New file.
25049         * tests/test-strchrnul.c: Likewise.
25050
25051         Remove intprops dependency.
25052         * modules/memchr (Depends-on): Remove intprops.
25053         * modules/memrchr (Depends-on): Likewise.
25054         * modules/memchr2 (Depends-on): Likewise.
25055         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
25056         * lib/memrchr.c (__memrchr): Likewise.
25057         * lib/memrchr2.c (memchr2): Likewise.
25058         Reported by Simon Josefsson.
25059
25060 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25061
25062         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
25063         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25064
25065 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25066
25067         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
25068
25069         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
25070
25071         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
25072
25073         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
25074         declarations.
25075         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
25076
25077         * m4/inet_pton.m4: Don't check for header files.
25078
25079         * m4/inet_ntop.m4: Don't check for header files.
25080
25081 2008-04-28  Simon Josefsson  <simon@josefsson.org>
25082
25083         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
25084         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
25085         trigger for cygwin).
25086         Reported by Bruno Haible  <bruno@clisp.org>.
25087
25088 2008-04-28  Bruno Haible  <bruno@clisp.org>
25089
25090         * doc/posix-functions/strdup.texi: Mention mingw problem.
25091
25092 2008-04-27  Bruno Haible  <bruno@clisp.org>
25093
25094         * modules/stat-time-tests (Depends-on): Add sleep.
25095         * tests/test-stat-time.c (force_unlink): New function.
25096         (cleanup): Use it.
25097         (test_mtime): Remove the ctime related tests.
25098         (test_ctime): New function, containing the ctime related tests.
25099         (main): Call test_ctime, except on native Windows platforms.
25100
25101 2008-04-27  Bruno Haible  <bruno@clisp.org>
25102
25103         * lib/rpmatch.c (rpmatch): Add some comments.
25104         Reported by James Youngman <jay@gnu.org>.
25105
25106 2008-04-27  Bruno Haible  <bruno@clisp.org>
25107
25108         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
25109         quiet NaNs.
25110
25111 2008-04-27  Bruno Haible  <bruno@clisp.org>
25112
25113         Make test-yesno.sh work on mingw.
25114         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
25115         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
25116         (main): Set stdin to binary mode.
25117         * modules/yesno-tests (Depends-on): Add binary-io.
25118
25119 2008-04-27  Bruno Haible  <bruno@clisp.org>
25120
25121         Fix 'isfinite' on x86, x86_64, ia64 platforms.
25122         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
25123         argument that lie outside the IEEE 854 domain.
25124         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
25125         (gl_ISFINITE): Use it.
25126         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
25127
25128 2008-04-27  Bruno Haible  <bruno@clisp.org>
25129
25130         Allow local renaming in config.h.
25131         * lib/memrchr.c (memrchr): Don't undefine outside libc.
25132
25133 2008-04-27  Bruno Haible  <bruno@clisp.org>
25134
25135         * lib/memchr.c (__memchr): Change type of 'i'.
25136         * lib/memchr2.c (memchr2): Likewise.
25137
25138 2008-04-26  Eric Blake  <ebb9@byu.net>
25139         and Bruno Haible  <bruno@clisp.org>
25140
25141         Optimize and test memrchr.
25142         * modules/memrchr (Depends-on): Add intprops.
25143         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
25144         * modules/memrchr-tests: New file.
25145         * tests/test-memrchr.c: New file.
25146
25147 2008-04-26  Bruno Haible  <bruno@clisp.org>
25148
25149         Add tentative support for DragonFly BSD.
25150         * lib/stdio-impl.h: Add macros for DragonFly BSD.
25151         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
25152         fp.
25153         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25154         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
25155         * lib/fpurge.c (fpurge): Likewise.
25156         * lib/freadable.c (freaadable): Likewise.
25157         * lib/freadahead.c (freadahead): Likewise.
25158         * lib/freading.c (freading): Likewise.
25159         * lib/freadptr.c (freadptr): Likewise.
25160         * lib/freadseek.c (freadptrinc): Likewise.
25161         * lib/fseeko.c (fseeko): Likewise.
25162         * lib/fseterr.c (fseterr): Likewise.
25163         * lib/fwritable.c (fwritable): Likewise.
25164         * lib/fwriting.c (fwriting): Likewise.
25165
25166 2008-04-26  Bruno Haible  <bruno@clisp.org>
25167
25168         * lib/stdio-impl.h: New file.
25169         * lib/fbufmode.c: Include stdio-impl.h.
25170         (fbufmode): Use fp_, remove redundant #defines.
25171         * lib/fflush.c: Include stdio-impl.h.
25172         (clear_ungetc_buffer): Remove redundant #defines.
25173         * lib/fpurge.c: Include stdio-impl.h.
25174         (fpurge): Remove redundant #defines.
25175         * lib/freadable.c: Include stdio-impl.h.
25176         (freadable): Remove redundant #defines.
25177         * lib/freadahead.c: Include stdio-impl.h.
25178         (freadahead): Remove redundant #defines.
25179         * lib/freading.c: Include stdio-impl.h.
25180         (freading): Remove redundant #defines.
25181         * lib/freadptr.c: Include stdio-impl.h.
25182         (freadptr): Remove redundant #defines.
25183         * lib/freadseek.c: Include stdio-impl.h.
25184         (freadptrinc): Remove redundant #defines.
25185         * lib/fseeko.c: Include stdio-impl.h.
25186         (rpl_fseeko): Remove redundant #defines.
25187         * lib/fseterr.c: Include stdio-impl.h.
25188         (fseterr): Remove redundant #defines.
25189         * lib/fwritable.c: Include stdio-impl.h.
25190         (fwritable: Remove redundant #defines.
25191         * lib/fwriting.c: Include stdio-impl.h.
25192         (fwriting): Remove redundant #defines.
25193         * modules/fbufmode (Files): Add lib/stdio-impl.h.
25194         * modules/fflush (Files): Likewise.
25195         * modules/fpurge (Files): Likewise.
25196         * modules/freadable (Files): Likewise.
25197         * modules/freadahead (Files): Likewise.
25198         * modules/freading (Files): Likewise.
25199         * modules/freadptr (Files): Likewise.
25200         * modules/freadseek (Files): Likewise.
25201         * modules/fseeko (Files): Likewise.
25202         * modules/fseterr (Files): Likewise.
25203         * modules/fwritable (Files): Likewise.
25204         * modules/fwriting (Files): Likewise.
25205
25206 2008-04-26  Bruno Haible  <bruno@clisp.org>
25207
25208         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
25209         restore_seek_optimization, update_fpos_cache): New functions, extracted
25210         from rpl_fflush.
25211         (rpl_fflush): Use them.
25212         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
25213         (gl_REPLACE_FFLUSH): Use it.
25214
25215 2008-04-26  Bruno Haible  <bruno@clisp.org>
25216
25217         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
25218         on Solaris.
25219         * tests/test-xstrtoimax.sh: Likewise.
25220         * tests/test-xstrtoumax.sh: Likewise.
25221         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
25222
25223 2008-04-26  Bruno Haible  <bruno@clisp.org>
25224
25225         * modules/memchr-tests: New file.
25226         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
25227
25228 2008-04-26  Eric Blake  <ebb9@byu.net>
25229             Bruno Haible  <bruno@clisp.org>
25230
25231         * lib/memchr.c: Include intprops.h.
25232         (__memchr): Optimize parallel detection of matching bytes. Rename local
25233         variables. Add explanatory comments.
25234
25235 2008-04-26  Bruno Haible  <bruno@clisp.org>
25236
25237         Fix module 'memchr', broken since 2000-10-28.
25238         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
25239
25240 2008-04-26  Bruno Haible  <bruno@clisp.org>
25241
25242         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
25243         comments.
25244
25245 2008-04-25  Eric Blake  <ebb9@byu.net>
25246
25247         Use native fstatat on cygwin 1.7.0.
25248         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
25249         first.
25250
25251 2008-04-23  Eric Blake  <ebb9@byu.net>
25252
25253         Improve memchr2 performance.
25254         * lib/memchr2.c (memchr2): Further optimize parallel detection of
25255         NUL bytes.
25256         * modules/memchr2 (Depends-on): Use intprops.h.
25257
25258 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25259
25260         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
25261         an inline function instead of a CPP macro.  Patch by Ben Pfaff
25262         <blp@cs.stanford.edu>.
25263
25264 2008-04-23  Simon Josefsson  <simon@josefsson.org>
25265
25266         * lib/arpa_inet.in.h: New file.
25267
25268         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
25269         (Makefile.am): Sed in substitute header file.
25270
25271         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
25272         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
25273
25274         * modules/inet_ntop (configure.ac): Use
25275         gl_ARPA_INET_MODULE_INDICATOR.
25276
25277         * modules/inet_pton (configure.ac): Use
25278         gl_ARPA_INET_MODULE_INDICATOR.
25279
25280 2008-04-22  Jim Meyering  <meyering@redhat.com>
25281
25282         * modules/verify (License): Re-license as LGPLv2+.
25283
25284 2008-04-22  Simon Josefsson  <simon@josefsson.org>
25285
25286         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
25287         parameter to void* as per POSIX standard (MinGW uses char*).
25288
25289 2008-04-21  Bruno Haible  <bruno@clisp.org>
25290
25291         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
25292         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
25293         Define to replacements if REPLACE_ISWCNTRL is 1.
25294         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
25295         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
25296         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
25297         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
25298         what it fixes.
25299         * doc/posix-functions/iswalpha.texi: Likewise.
25300         * doc/posix-functions/iswblank.texi: Likewise.
25301         * doc/posix-functions/iswcntrl.texi: Likewise.
25302         * doc/posix-functions/iswdigit.texi: Likewise.
25303         * doc/posix-functions/iswgraph.texi: Likewise.
25304         * doc/posix-functions/iswlower.texi: Likewise.
25305         * doc/posix-functions/iswprint.texi: Likewise.
25306         * doc/posix-functions/iswpunct.texi: Likewise.
25307         * doc/posix-functions/iswspace.texi: Likewise.
25308         * doc/posix-functions/iswupper.texi: Likewise.
25309         * doc/posix-functions/iswxdigit.texi: Likewise.
25310         Reported by Alain Guibert.
25311
25312 2008-04-21  Bruno Haible  <bruno@clisp.org>
25313
25314         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
25315         Patch by Alain Guibert.
25316
25317 2008-04-21  Bruno Haible  <bruno@clisp.org>
25318
25319         Fix test failures on mingw.
25320         * tests/test-xstrtol.c (print_no_progname): New function.
25321         (main): Install it in error_print_progname hook.
25322         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
25323         * tests/test-xstrtoimax.sh: Likewise.
25324         * tests/test-xstrtoumax.sh: Likewise.
25325
25326 2008-04-21  Bruno Haible  <bruno@clisp.org>
25327
25328         Fix test failure on mingw.
25329         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
25330
25331 2008-04-21  Bruno Haible  <bruno@clisp.org>
25332
25333         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
25334         Actually assign a value.
25335
25336 2008-04-20  Bruno Haible  <bruno@clisp.org>
25337
25338         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
25339         take 2.
25340         * lib/canonicalize.c (canonicalize_file_name): Elide if the
25341         'canonicalize-lgpl' module is also used.
25342         * lib/canonicalize-lgpl.c: Undo last change.
25343         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
25344
25345 2008-04-20  Bruno Haible  <bruno@clisp.org>
25346
25347         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
25348         config.h. Provide _mkdir based fallback for mingw.
25349         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
25350         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
25351         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
25352         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
25353         rather than defining mkdir in config.h.
25354         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
25355         (gl_SYS_STAT_H_DEFAULTS): New macro.
25356         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
25357         HAVE_IO_H any more.
25358         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
25359         HAVE_DECL_MKDIR and HAVE_IO_H.
25360
25361 2008-04-20  Bruno Haible  <bruno@clisp.org>
25362
25363         * lib/isapipe.c: Port to native Windows platforms.
25364
25365 2008-04-20  Bruno Haible  <bruno@clisp.org>
25366
25367         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
25368
25369 2008-04-21  Eric Blake  <ebb9@byu.net>
25370
25371         Work around preprocessors that don't handle UINTMAX_MAX.
25372         * lib/memchr2.c (memchr2): Avoid embedded #if.
25373         Reported by Alain Guibert, fix suggested by Bruno Haible.
25374
25375 2008-04-21  Simon Josefsson  <simon@josefsson.org>
25376
25377         * doc/posix-functions/strftime.texi (strftime): Explain better
25378         Windows incompatibility.  Suggested by Micah Cowan
25379         <micah@cowan.name>.
25380
25381 2008-04-20  Bruno Haible  <bruno@clisp.org>
25382
25383         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
25384         unistr/u8-mblen.
25385
25386 2008-04-20  Bruno Haible  <bruno@clisp.org>
25387
25388         Fix test failure on platforms with non-GNU iconv.
25389         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
25390         (U_TO_U8): Use it, rather than u16_to_u8.
25391         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
25392         units at the end of the input string.
25393         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
25394
25395 2008-04-20  Bruno Haible  <bruno@clisp.org>
25396
25397         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
25398         when the resulting length is 0.
25399         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
25400
25401 2008-04-20  Bruno Haible  <bruno@clisp.org>
25402
25403         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
25404         works.
25405         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
25406
25407 2008-04-20  Bruno Haible  <bruno@clisp.org>
25408
25409         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
25410         * modules/tsearch-tests (configure.ac): Test for initstate function.
25411
25412 2008-04-20  Bruno Haible  <bruno@clisp.org>
25413
25414         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
25415         for nlink_t if missing.
25416         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
25417
25418 2008-04-19  Bruno Haible  <bruno@clisp.org>
25419
25420         Work around snprintf bug on Linux libc5.
25421         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
25422         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
25423         gl_SNPRINTF_SIZE1.
25424         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
25425         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
25426         that test failed.
25427         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
25428         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
25429         * modules/snprintf (Files): Add m4/printf.m4.
25430         * modules/vsnprintf (Files): Likewise.
25431         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
25432         * doc/posix-functions/vsnprintf.texi: Likewise.
25433
25434 2008-04-19  Bruno Haible  <bruno@clisp.org>
25435
25436         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
25437         from 0.0058 to less than 10^-7.
25438
25439 2008-04-19  Bruno Haible  <bruno@clisp.org>
25440
25441         Fix rounding when a precision is given.
25442         * lib/vasnprintf.c (is_borderline): New function.
25443         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
25444         9...9x.
25445         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
25446         %e, %g.
25447         * tests/test-vasprintf-posix.c (test_function): Likewise.
25448         * tests/test-snprintf-posix.h (test_function): Likewise.
25449         * tests/test-sprintf-posix.h (test_function): Likewise.
25450         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
25451         * tests/test-printf-posix.h (test_function): Likewise.
25452         * tests/test-printf-posix.output: Update.
25453         Reported by John Darrington <john@darrington.wattle.id.au> via
25454         Ben Pfaff <blp@cs.stanford.edu>.
25455
25456 2008-04-18  Simon Josefsson  <simon@josefsson.org>
25457
25458         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
25459         Suggested by Bruno Haible <bruno@clisp.org>.
25460
25461 2008-04-17  Bruno Haible  <bruno@clisp.org>
25462
25463         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
25464         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
25465         implementation.
25466         Patch by Bruce Merry <bmerry@gmail.com>.
25467
25468 2008-04-17  Simon Josefsson  <simon@josefsson.org>
25469
25470         * doc/posix-functions/strftime.texi (strftime): Mention that %e
25471         doesn't work under Windows.
25472
25473 2008-04-16  Bruno Haible  <bruno@clisp.org>
25474
25475         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
25476         New macros.
25477         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
25478         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
25479         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
25480         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
25481         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
25482         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
25483         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
25484         macros.
25485         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
25486         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
25487         Northern Sotho, Uighur.
25488
25489 2008-04-16  Bruno Haible  <bruno@clisp.org>
25490
25491         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
25492         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
25493         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
25494         Reported by Daniel Bergström <daniel@octocode.com>.
25495
25496 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
25497             Bruno Haible  <bruno@clisp.org>
25498
25499         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
25500         function.
25501         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
25502         New functions, mostly extracted from gl_locale_name_default.
25503         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
25504
25505 2008-04-16  Eric Blake  <ebb9@byu.net>
25506
25507         Adjust strtod detection to catch glibc 2.7 bug.
25508         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
25509         Reported by John Gatewood Ham.
25510
25511 2008-04-16  Bruno Haible  <bruno@clisp.org>
25512
25513         Add tentative support for Linux libc5.
25514         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
25515         * lib/fpurge.c (fpurge): Likewise.
25516         * lib/freadable.c (freadable): Likewise.
25517         * lib/freadahead.c (freadahead): Likewise.
25518         * lib/freading.c (freading): Likewise.
25519         * lib/freadptr.c (freadptr): Likewise.
25520         * lib/freadseek.c (freadptrinc): Likewise.
25521         * lib/fseeko.c (rpl_fseeko): Likewise.
25522         * lib/fseterr.c (fseterr): Likewise.
25523         * lib/fwritable.c (fwritable): Likewise.
25524         * lib/fwriting.c (fwriting): Likewise.
25525         Reported by Alain Guibert <alguibert+bts@free.fr>.
25526
25527 2008-04-15  Bruno Haible  <bruno@clisp.org>
25528
25529         * modules/mathl (configure.ac): Define module indicator.
25530
25531 2008-04-15  Bruno Haible  <bruno@clisp.org>
25532
25533         * lib/logl.c (logl): Remove unused variables.
25534
25535 2008-04-15  Bruno Haible  <bruno@clisp.org>
25536
25537         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
25538         fails.
25539
25540 2008-04-15  Bruno Haible  <bruno@clisp.org>
25541
25542         * lib/trim.c (trim2): Fix argument of isspace() macro.
25543
25544 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
25545
25546         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
25547         to 0.
25548         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
25549
25550 2008-04-14  Bruno Haible  <bruno@clisp.org>
25551
25552         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
25553         AC_LANG_PROGRAM argument.
25554         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
25555         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
25556         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
25557         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
25558         * m4/math_h.m4 (gl_MATH_H): Likewise.
25559         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
25560         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25561         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
25562         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
25563         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
25564         * m4/regex.m4 (gl_REGEX): Likewise.
25565         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
25566         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
25567         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25568         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
25569         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
25570         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25571         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
25572         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
25573
25574 2008-04-14  Jim Meyering  <meyering@redhat.com>
25575
25576         test-strtod: fix typos: s/abs/fabs/
25577         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
25578
25579 2008-04-13  Bruno Haible  <bruno@clisp.org>
25580
25581         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
25582         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
25583         module is also used and while not building the reloc-wrapper.
25584
25585 2008-04-13  Bruno Haible  <bruno@clisp.org>
25586
25587         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
25588
25589 2008-04-13  Bruno Haible  <bruno@clisp.org>
25590
25591         Fix AIX compilation failure introduced on 2008-04-02.
25592         * tests/test-frexp.c (exp): Undefine before redefining.
25593         * tests/test-frexpl.c (exp): Likewise.
25594
25595 2008-04-13  Bruno Haible  <bruno@clisp.org>
25596
25597         Work around a HP-UX stdio bug.
25598         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
25599         * tests/test-ftello.c (main): Likewise.
25600         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
25601         * doc/posix-functions/ftello.texi: Likewise.
25602
25603 2008-04-13  Bruno Haible  <bruno@clisp.org>
25604
25605         Make test-signbit pass on HP-UX/hppa.
25606         * tests/test-signbit.c (minus_zerol): New variable.
25607         (test_signbitl): Use it.
25608
25609 2008-04-13  Bruno Haible  <bruno@clisp.org>
25610
25611         Make truncl work on OSF/1 4.0.
25612         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
25613         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25614         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
25615         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
25616         HAVE_DECL_TRUNCL.
25617         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
25618         HAVE_DECL_TRUNCL.
25619         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
25620
25621 2008-04-13  Bruno Haible  <bruno@clisp.org>
25622
25623         * lib/unictype.h: Remove trailing comma from enumeration definitions.
25624
25625 2008-04-13  Bruno Haible  <bruno@clisp.org>
25626
25627         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
25628         expression, so as to avoid HP-UX 11 cc compiler bug.
25629
25630 2008-04-13  Bruno Haible  <bruno@clisp.org>
25631
25632         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
25633
25634 2008-04-13  Bruno Haible  <bruno@clisp.org>
25635
25636         * lib/git-merge-changelog.c: Remove empty declaration outside of
25637         functions.
25638
25639 2008-04-13  Bruno Haible  <bruno@clisp.org>
25640
25641         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
25642
25643 2008-04-13  Bruno Haible  <bruno@clisp.org>
25644
25645         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
25646         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
25647         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
25648         also if it exists but lacks definitions of the SHUT_* macros.
25649         * modules/sys_socket (Description): Update.
25650         Reported by Elbert Pol <e.pol@chello.nl>.
25651
25652 2008-04-13  Bruno Haible  <bruno@clisp.org>
25653
25654         * lib/localcharset.c (OS2): Don't redefine if already defined.
25655         Reported by Elbert Pol <e.pol@chello.nl>.
25656
25657 2008-04-13  Bruno Haible  <bruno@clisp.org>
25658
25659         * lib/binary-io.h [__EMX__]: Include <io.h>.
25660         Reported by Elbert Pol <e.pol@chello.nl>.
25661
25662 2008-04-12  Bruno Haible  <bruno@clisp.org>
25663
25664         * lib/fpucw.h: Enable the definitions also for x86_64.
25665         Needed for NetBSD/x86_64.
25666         Reported by Thomas Klausner <tk@giga.or.at>.
25667
25668 2008-04-12  Bruno Haible  <bruno@clisp.org>
25669
25670         * tests/test-strtod.c: Include isnand.h.
25671         (main): Use isnand instead of isnan.
25672         Reported by Jim Meyering.
25673
25674 2008-04-12  Bruno Haible  <bruno@clisp.org>
25675
25676         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
25677         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
25678
25679 2008-04-12  Jim Meyering  <meyering@redhat.com>
25680
25681         * m4/math_h.m4 (gl_MATH_H): Fix typos.
25682
25683 2008-04-12  Bruno Haible  <bruno@clisp.org>
25684
25685         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
25686         Reported by Elbert Pol <e.pol@chello.nl>.
25687
25688 2008-04-12  Eric Blake  <ebb9@byu.net>
25689
25690         Work around Solaris 10 math.h bug.
25691         * m4/math_h.m4 (gl_MATH_H): Check for bug.
25692         (gl_MATH_H_DEFAULTS): Set up default.
25693         * modules/math (Makefile.am): Replace new indicators.
25694         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
25695         * tests/test-math.c (main): Test this.
25696         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
25697         * doc/posix-headers/math.texi (math.h): Mention bug.
25698         Reported by Nelson H. F. Beebe and Jim Meyering.
25699
25700 2008-04-11  Bruno Haible  <bruno@clisp.org>
25701
25702         Adapt to future versions of Apple GCC.
25703         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
25704         Reported by Peter O'Gorman <peter@pogma.com>.
25705
25706 2008-04-11  Bruno Haible  <bruno@clisp.org>
25707
25708         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
25709
25710 2008-04-11  Bruno Haible  <bruno@clisp.org>
25711
25712         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
25713
25714         * modules/getaddrinfo-tests (Makefile.am): Define
25715         test_getaddrinfo_LDADD.
25716
25717 2008-04-11  Bruno Haible  <bruno@clisp.org>
25718
25719         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
25720         (init): Fix syntax error.
25721         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
25722         is declared.
25723
25724 2008-04-11  Bruno Haible  <bruno@clisp.org>
25725
25726         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
25727         * modules/glob (Depends-on): Add stdbool.
25728
25729 2008-04-11  Bruno Haible  <bruno@clisp.org>
25730
25731         * lib/trim.c: Include <string.h>.
25732
25733 2008-04-11  Eric Blake  <ebb9@byu.net>
25734
25735         Avoid compile failure on OS/2.
25736         * lib/regex_internal.h (internal_function): Disable optimization
25737         on OS/2 (__EMX__), where it caused compiler error.
25738         Reported by Elbert Pol.
25739
25740 2008-04-11  Bruno Haible  <bruno@clisp.org>
25741
25742         Flush the standard error stream before aborting. Needed on mingw.
25743         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
25744         * tests/test-array_list.c (ASSERT): Likewise.
25745         * tests/test-array_oset.c (ASSERT): Likewise.
25746         * tests/test-avltree_list.c (ASSERT): Likewise.
25747         * tests/test-avltree_oset.c (ASSERT): Likewise.
25748         * tests/test-avltreehash_list.c (ASSERT): Likewise.
25749         * tests/test-binary-io.c (ASSERT): Likewise.
25750         * tests/test-byteswap.c (ASSERT): Likewise.
25751         * tests/test-c-ctype.c (ASSERT): Likewise.
25752         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
25753         * tests/test-c-strcasestr.c (ASSERT): Likewise.
25754         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
25755         * tests/test-c-strstr.c (ASSERT): Likewise.
25756         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
25757         * tests/test-canonicalize.c (ASSERT): Likewise.
25758         * tests/test-carray_list.c (ASSERT): Likewise.
25759         * tests/test-ceilf1.c (ASSERT): Likewise.
25760         * tests/test-ceilf2.c (ASSERT): Likewise.
25761         * tests/test-ceill.c (ASSERT): Likewise.
25762         * tests/test-count-one-bits.c (ASSERT): Likewise.
25763         * tests/test-fbufmode.c (ASSERT): Likewise.
25764         * tests/test-fflush2.c (ASSERT): Likewise.
25765         * tests/test-floorf1.c (ASSERT): Likewise.
25766         * tests/test-floorf2.c (ASSERT): Likewise.
25767         * tests/test-floorl.c (ASSERT): Likewise.
25768         * tests/test-fopen.c (ASSERT): Likewise.
25769         * tests/test-fpending.c (ASSERT): Likewise.
25770         * tests/test-fprintf-posix.c (ASSERT): Likewise.
25771         * tests/test-fpurge.c (ASSERT): Likewise.
25772         * tests/test-freadable.c (ASSERT): Likewise.
25773         * tests/test-freadahead.c (ASSERT): Likewise.
25774         * tests/test-freading.c (ASSERT): Likewise.
25775         * tests/test-freadptr.c (ASSERT): Likewise.
25776         * tests/test-freadptr2.c (ASSERT): Likewise.
25777         * tests/test-freadseek.c (ASSERT): Likewise.
25778         * tests/test-freopen.c (ASSERT): Likewise.
25779         * tests/test-frexp.c (ASSERT): Likewise.
25780         * tests/test-frexpl.c (ASSERT): Likewise.
25781         * tests/test-fseek.c (ASSERT): Likewise.
25782         * tests/test-fseeko.c (ASSERT): Likewise.
25783         * tests/test-fstrcmp.c (ASSERT): Likewise.
25784         * tests/test-ftell.c (ASSERT): Likewise.
25785         * tests/test-ftello.c (ASSERT): Likewise.
25786         * tests/test-func.c (ASSERT): Likewise.
25787         * tests/test-fwritable.c (ASSERT): Likewise.
25788         * tests/test-fwriting.c (ASSERT): Likewise.
25789         * tests/test-getdelim.c (ASSERT): Likewise.
25790         * tests/test-getline.c (ASSERT): Likewise.
25791         * tests/test-i-ring.c (ASSERT): Likewise.
25792         * tests/test-iconv-utf.c (ASSERT): Likewise.
25793         * tests/test-iconv.c (ASSERT): Likewise.
25794         * tests/test-isfinite.c (ASSERT): Likewise.
25795         * tests/test-isnand.c (ASSERT): Likewise.
25796         * tests/test-isnanf.c (ASSERT): Likewise.
25797         * tests/test-isnanl.h (ASSERT): Likewise.
25798         * tests/test-ldexpl.c (ASSERT): Likewise.
25799         * tests/test-linked_list.c (ASSERT): Likewise.
25800         * tests/test-linkedhash_list.c (ASSERT): Likewise.
25801         * tests/test-localename.c (ASSERT): Likewise.
25802         * tests/test-lseek.c (ASSERT): Likewise.
25803         * tests/test-mbscasecmp.c (ASSERT): Likewise.
25804         * tests/test-mbscasestr1.c (ASSERT): Likewise.
25805         * tests/test-mbscasestr2.c (ASSERT): Likewise.
25806         * tests/test-mbscasestr3.c (ASSERT): Likewise.
25807         * tests/test-mbscasestr4.c (ASSERT): Likewise.
25808         * tests/test-mbschr.c (ASSERT): Likewise.
25809         * tests/test-mbscspn.c (ASSERT): Likewise.
25810         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
25811         * tests/test-mbspbrk.c (ASSERT): Likewise.
25812         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
25813         * tests/test-mbsrchr.c (ASSERT): Likewise.
25814         * tests/test-mbsspn.c (ASSERT): Likewise.
25815         * tests/test-mbsstr1.c (ASSERT): Likewise.
25816         * tests/test-mbsstr2.c (ASSERT): Likewise.
25817         * tests/test-mbsstr3.c (ASSERT): Likewise.
25818         * tests/test-memchr2.c (ASSERT): Likewise.
25819         * tests/test-memmem.c (ASSERT): Likewise.
25820         * tests/test-open.c (ASSERT): Likewise.
25821         * tests/test-printf-frexp.c (ASSERT): Likewise.
25822         * tests/test-printf-frexpl.c (ASSERT): Likewise.
25823         * tests/test-printf-posix.c (ASSERT): Likewise.
25824         * tests/test-quotearg.c (ASSERT): Likewise.
25825         * tests/test-rbtree_list.c (ASSERT): Likewise.
25826         * tests/test-rbtree_oset.c (ASSERT): Likewise.
25827         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
25828         * tests/test-round1.c (ASSERT): Likewise.
25829         * tests/test-roundf1.c (ASSERT): Likewise.
25830         * tests/test-roundl.c (ASSERT): Likewise.
25831         * tests/test-signbit.c (ASSERT): Likewise.
25832         * tests/test-sleep.c (ASSERT): Likewise.
25833         * tests/test-snprintf-posix.c (ASSERT): Likewise.
25834         * tests/test-snprintf.c (ASSERT): Likewise.
25835         * tests/test-sprintf-posix.c (ASSERT): Likewise.
25836         * tests/test-stat-time.c (ASSERT): Likewise.
25837         * tests/test-strcasestr.c (ASSERT): Likewise.
25838         * tests/test-strerror.c (ASSERT): Likewise.
25839         * tests/test-striconv.c (ASSERT): Likewise.
25840         * tests/test-striconveh.c (ASSERT): Likewise.
25841         * tests/test-striconveha.c (ASSERT): Likewise.
25842         * tests/test-strsignal.c (ASSERT): Likewise.
25843         * tests/test-strstr.c (ASSERT): Likewise.
25844         * tests/test-strtod.c (ASSERT): Likewise.
25845         * tests/test-trunc1.c (ASSERT): Likewise.
25846         * tests/test-trunc2.c (ASSERT): Likewise.
25847         * tests/test-truncf1.c (ASSERT): Likewise.
25848         * tests/test-truncf2.c (ASSERT): Likewise.
25849         * tests/test-truncl.c (ASSERT): Likewise.
25850         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
25851         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
25852         * tests/test-vasnprintf.c (ASSERT): Likewise.
25853         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
25854         * tests/test-vasprintf.c (ASSERT): Likewise.
25855         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
25856         * tests/test-vprintf-posix.c (ASSERT): Likewise.
25857         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
25858         * tests/test-vsnprintf.c (ASSERT): Likewise.
25859         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
25860         * tests/test-wcwidth.c (ASSERT): Likewise.
25861         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
25862         * tests/test-xprintf-posix.c (ASSERT): Likewise.
25863         * tests/test-xvasprintf.c (ASSERT): Likewise.
25864         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
25865         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
25866         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
25867         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
25868         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
25869         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
25870         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
25871         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
25872         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
25873         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
25874         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
25875         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
25876         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
25877         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
25878         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
25879         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
25880         * tests/unictype/test-block_list.c (ASSERT): Likewise.
25881         * tests/unictype/test-block_of.c (ASSERT): Likewise.
25882         * tests/unictype/test-block_test.c (ASSERT): Likewise.
25883         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
25884         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
25885         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
25886         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
25887         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
25888         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
25889         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
25890         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
25891         * tests/unictype/test-combining.c (ASSERT): Likewise.
25892         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
25893         * tests/unictype/test-digit.c (ASSERT): Likewise.
25894         * tests/unictype/test-mirror.c (ASSERT): Likewise.
25895         * tests/unictype/test-numeric.c (ASSERT): Likewise.
25896         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
25897         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
25898         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
25899         * tests/unictype/test-scripts.c (ASSERT): Likewise.
25900         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
25901         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
25902         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
25903         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
25904         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
25905         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
25906         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
25907         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
25908         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
25909         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
25910         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
25911         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
25912         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
25913         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
25914         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
25915         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
25916         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
25917         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
25918         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
25919         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
25920         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
25921         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
25922         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
25923         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
25924         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
25925         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
25926         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
25927         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
25928         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
25929         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
25930         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
25931         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
25932         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
25933         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
25934         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
25935         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
25936         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
25937         Reported by Eric Blake.
25938
25939 2008-04-11  Bruno Haible  <bruno@clisp.org>
25940
25941         * lib/wchar.in.h: Tweak comment.
25942
25943 2008-04-11  Bruno Haible  <bruno@clisp.org>
25944
25945         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
25946         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
25947         gl_COMMON.
25948         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
25949
25950 2008-04-11  Bruno Haible  <bruno@clisp.org>
25951
25952         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
25953
25954 2008-04-11  Simon Josefsson  <simon@josefsson.org>
25955
25956         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
25957         of attempting to use non-existing /dev/*random.  Based on patch
25958         from Adam Strzelecki <ono@java.pl> in
25959         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
25960
25961 2008-04-08  Bruno Haible  <bruno@clisp.org>
25962
25963         Add tentative support for emx+gcc.
25964         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
25965         * lib/fpurge.c (fpurge): Likewise.
25966         * lib/freadable.c (freadable): Likewise.
25967         * lib/freadahead.c (freadahead): Likewise.
25968         * lib/freading.c (freading): Likewise.
25969         * lib/freadptr.c (freadptr): Likewise.
25970         * lib/freadseek.c (freadptrinc): Likewise.
25971         * lib/fseeko.c (rpl_fseeko): Likewise.
25972         * lib/fseterr.c (fseterr): Likewise.
25973         * lib/fwritable.c (fwritable): Likewise.
25974         * lib/fwriting.c (fwriting): Likewise.
25975         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
25976
25977 2008-04-09  Eric Blake  <ebb9@byu.net>
25978
25979         Avoid some autoconf warnings.
25980         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
25981         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
25982         * m4/afs.m4 (gl_AFS): Likewise.
25983         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
25984         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
25985         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
25986         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
25987         (gl_INTEGER_TYPE_SUFFIX): Likewise.
25988         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
25989         (AC_CHECK_DECLS_ONCE): Likewise.
25990         Rename file...
25991         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
25992         gnulib-tool requires autoconf 2.59 or better.
25993         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
25994
25995 2008-04-08  Eric Blake  <ebb9@byu.net>
25996
25997         Use 'git describe --match' if present (added in git 1.5.5).
25998         * build-aux/git-version-gen: Limit result to tags that match 'v*'
25999         if possible.
26000
26001 2008-04-08  Bruno Haible  <bruno@clisp.org>
26002
26003         Add tentative support for OpenServer.
26004         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
26005         _ptr, _cnt.
26006         * lib/fpurge.c (fpurge): Likewise.
26007         * lib/freadable.c (freadable): Likewise.
26008         * lib/freadahead.c (freadahead): Likewise.
26009         * lib/freading.c (freading): Likewise.
26010         * lib/freadptr.c (freadptr): Likewise.
26011         * lib/freadseek.c (freadptrinc): Likewise.
26012         * lib/fseeko.c (rpl_fseeko): Likewise.
26013         * lib/fseterr.c (fseterr): Likewise.
26014         * lib/fwritable.c (fwritable): Likewise.
26015         * lib/fwriting.c (fwriting): Likewise.
26016         Reported by Roger Cornelius <rac@tenzing.org> and
26017         Brian K. White <brian@aljex.com>.
26018
26019 2008-04-06  Jim Meyering  <meyering@redhat.com>
26020
26021         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
26022
26023 2008-04-06  Bruno Haible  <bruno@clisp.org>
26024
26025         Avoid possible error with non-ASCII bytes in UTF-8 locales.
26026         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
26027         * tests/test-printf-posix.sh: Likewise.
26028         * tests/test-vfprintf-posix.sh: Likewise.
26029         * tests/test-vprintf-posix.sh: Likewise.
26030         * tests/test-xprintf-posix.sh: Likewise.
26031
26032 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
26033
26034         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
26035         hide error from 'ls', needed on OS/2.
26036         Report by Elbert Pol <elbert.pol@gmail.com>.
26037
26038 2008-04-04  Eric Blake  <ebb9@byu.net>
26039
26040         Make test-fseeko.c failures meaningful.
26041         * tests/test-fseeko.c: Print line number on failure.
26042         * tests/test-fseek.c: Likewise.
26043         Reported by Nelson H. F. Beebe.
26044
26045         Improve strtod bug detection check.
26046         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
26047         required for Solaris 10.
26048         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
26049
26050 2008-04-04  Bruno Haible  <bruno@clisp.org>
26051
26052         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
26053         by m4/setenv.m4.
26054
26055 2008-04-03  Eric Blake  <ebb9@byu.net>
26056
26057         Ensure sane .version contents.
26058         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
26059         version string.
26060         * build-aux/git-version-gen: Improve documentation.
26061
26062         Make GNU make output nicer.
26063         * top/GNUmakefile [!_have-Makefile]: Add dependency on
26064         MAKECMDGOALS to enforce message for all command line targets.  Set
26065         srcdir for use in maint.mk.
26066
26067         Another maintainer tweak.
26068         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
26069         a target that regenerates version.
26070
26071 2008-04-03  Jim Meyering  <meyering@redhat.com>
26072
26073         vc-list-files: don't cause coreutils "make po-check" failure
26074         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
26075
26076 2008-04-03  Eric Blake  <ebb9@byu.net>
26077
26078         Allow VPATH usage of vc-list-files.
26079         * build-aux/vc-list-files (scriptversion): Add timestamp.
26080         (options): Add --help, --version, -C.
26081         (CVS): Support installed cvsu.
26082
26083 2008-04-02  Bruno Haible  <bruno@clisp.org>
26084
26085         Avoid some "statement with no effect" warnings from gcc.
26086         * tests/test-wctype.c (main): Explicitly ignore unused values.
26087         Reported by Jim Meyering.
26088
26089 2008-04-02  Jim Meyering  <meyering@redhat.com>
26090
26091         Avoid some warnings from "gcc -Wshadow".
26092         * tests/test-frexp.c (exp): Define to a different identifier.
26093         * tests/test-frexpl.c (exp): Likewise.
26094
26095 2008-04-03  Jim Meyering  <meyering@redhat.com>
26096
26097         bootstrap: remove dangling *.[ch] symlinks from lib
26098         * build-aux/bootstrap [dangling symlink removal]: Move find's
26099         -depth option to precede all others, to avoid a warning.
26100         Remove *.[ch] files too, and from "$source_base" (usually lib/).
26101
26102 2008-04-02  Bruno Haible  <bruno@clisp.org>
26103
26104         Avoid some warnings from "gcc -Wshadow".
26105         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
26106         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
26107         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
26108         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
26109         Reported by Jim Meyering.
26110
26111 2008-04-01  Bruno Haible  <bruno@clisp.org>
26112
26113         Fix test to work on IRIX 6.5 with cc.
26114         * tests/test-math.c (numeric_equal): New function.
26115         (main): Use it.
26116
26117 2008-04-01  Bruno Haible  <bruno@clisp.org>
26118
26119         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
26120
26121 2008-04-01  Bruno Haible  <bruno@clisp.org>
26122
26123         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
26124         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26125         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
26126         (Depends-on): Remove math.
26127
26128         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
26129         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26130         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
26131         (Depends-on): Remove math.
26132
26133         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
26134         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26135         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
26136         (Depends-on): Remove math.
26137         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
26138         (Depends-on): Remove math.
26139
26140         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
26141         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
26142         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
26143         (Depends-on): Remove math.
26144         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
26145         (Depends-on): Remove math.
26146
26147         * tests/test-round1.c: Include nan.h.
26148         (main): Use NaNd instead of NAN.
26149         * modules/round-tests (Files): Add tests/nan.h.
26150
26151         * tests/test-trunc1.c: Include nan.h.
26152         (main): Use NaNd instead of NAN.
26153         * modules/trunc-tests (Files): Add tests/nan.h.
26154
26155         * tests/test-roundf1.c: Include nan.h.
26156         (main): Use NaNf instead of NAN.
26157         * modules/roundf-tests (Files): Add tests/nan.h.
26158
26159         * tests/test-truncf1.c: Include nan.h.
26160         (main): Use NaNf instead of NAN.
26161         * modules/truncf-tests (Files): Add tests/nan.h.
26162
26163         * tests/test-ceilf1.c: Include nan.h.
26164         (main): Use NaNf instead of NAN.
26165         * modules/ceilf-tests (Files): Add tests/nan.h.
26166
26167         * tests/test-floorf1.c: Include nan.h.
26168         (main): Use NaNf instead of NAN.
26169         * modules/floorf-tests (Files): Add tests/nan.h.
26170
26171         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
26172         (main): Use NaNf instead of NAN.
26173         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
26174
26175         * tests/test-isnand.c: Include nan.h instead of <math.h>.
26176         (main): Use NaNd instead of NAN.
26177         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
26178
26179         * tests/test-frexp.c: Include nan.h.
26180         (main): Use NaNd instead of NAN.
26181         * modules/frexp-tests (Files): Add tests/nan.h.
26182
26183         * lib/isnan.c: Don't include <math.h>.
26184         (FUNC): Don't use NAN macro.
26185         * modules/isnand-nolibm (Depends-on): Remove math.
26186         * modules/isnanf-nolibm (Depends-on): Remove math.
26187         * modules/isnanl (Depends-on): Remove math.
26188         * modules/isnanl-nolibm (Depends-on): Remove math.
26189
26190         * tests/nan.h: New file.
26191
26192 2008-04-01  Eric Blake  <ebb9@byu.net>
26193
26194         Fix typos.
26195         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
26196         values to be the right type.
26197
26198         For now, cater to gnulib strtod inaccuracies.
26199         * tests/test-strtod.c (main): Allow 1-ulp error on expected
26200         fractional results.  While not as nice from a QoI perspective, it
26201         is a quicker patch than correctly implementing decimal to binary
26202         rounding.
26203
26204 2008-03-31  Eric Blake  <ebb9@byu.net>
26205
26206         Guarantee a definition of NAN.
26207         * lib/math.in.h (NAN): Define if missing.
26208         * tests/test-math.c (main): Test it.
26209         * doc/posix-headers/math.texi (math.h): Document this.
26210         * lib/isnan.c (rpl_isnand): Use it.
26211         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
26212         * tests/test-floorf1.c (NaN): Likewise.
26213         * tests/test-frexp.c (NaN): Likewise.
26214         * tests/test-isnand.c (NaN): Likewise.
26215         * tests/test-isnanf.c (NaN): Likewise.
26216         * tests/test-round1.c (NaN): Likewise.
26217         * tests/test-roundf1.c (NaN): Likewise.
26218         * tests/test-snprintf-posix.h (NaN): Likewise.
26219         * tests/test-sprintf-posix.h (NaN): Likewise.
26220         * tests/test-trunc1.c (NaN): Likewise.
26221         * tests/test-truncf1.c (NaN): Likewise.
26222         * tests/test-vasnprintf-posix.c (NaN): Likewise.
26223         * tests/test-vasprintf-posix.c (NaN): Likewise.
26224         * modules/isnand-nolibm (Depends-on): Add math.
26225         * modules/isnanf-nolibm (Depends-on): Likewise.
26226         * modules/isnanl (Depends-on): Likewise.
26227         * modules/isnanl-nolibm (Depends-on): Likewise.
26228         * modules/snprintf-posix-tests (Depends-on): Likewise.
26229         * modules/sprintf-posix-tests (Depends-on): Likewise.
26230         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
26231         * modules/vsprintf-posix-tests (Depends-on): Likewise.
26232         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
26233         * modules/vasprintf-posix-tests (Depends-on): Likewise.
26234
26235 2008-03-31  Bruno Haible  <bruno@clisp.org>
26236
26237         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
26238         * doc/posix-functions/strtod.texi: Likewise.
26239
26240 2008-03-31  Bruno Haible  <bruno@clisp.org>
26241
26242         * tests/test-strtod.c (main): Don't use C99 syntax.
26243
26244 2008-03-31  Bruno Haible  <bruno@clisp.org>
26245
26246         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
26247         Reported by Eric Blake.
26248
26249 2008-03-31  Jim Meyering  <meyering@redhat.com>
26250
26251         Don't compare actual signbit return values.
26252         * tests/test-strtod.c (main): Rather, compare only their
26253         zero/non-zero nature.
26254
26255 2008-03-31  Eric Blake  <ebb9@byu.net>
26256
26257         More strtod documentation.
26258         * doc/posix-functions/strtod.texi (strtod): Interpret more test
26259         failures as distinct bugs.
26260
26261 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
26262
26263         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
26264         Problem reported by Erik Benada in
26265         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
26266
26267 2008-03-30  Bruno Haible  <bruno@clisp.org>
26268
26269         * tests/test-strtod.c: Add comments about which assertion fails on which
26270         platform.
26271         * doc/posix-functions/strtod.texi: Add info about many more platforms.
26272
26273 2008-03-30  Eric Blake  <ebb9@byu.net>
26274
26275         Test signbit behavior on zeros.
26276         * tests/test-signbit.c (test_signbitf): Add tests for zero.
26277         (test_signbitd, test_signbitl): Likewise.
26278
26279         More strtod touchups.
26280         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
26281         sign of negative underflow, for now.  Use .5, not .1.
26282         * doc/posix-functions/strtod.texi (strtod): Mention these
26283         limitations.
26284         Reported by Jim Meyering.
26285
26286 2008-03-30  Bruno Haible  <bruno@clisp.org>
26287
26288         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
26289         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
26290
26291 2008-03-30  Bruno Haible  <bruno@clisp.org>
26292
26293         Avoid failure when attempting to return empty iconv results on some
26294         platforms.
26295         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
26296         allocation, don't report ENOMEM when the resulting string is empty.
26297
26298 2008-03-30  Bruno Haible  <bruno@clisp.org>
26299
26300         Fix buffer overrun.
26301         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
26302         Don't consider the width for tmp_length. Check count against tmp_length
26303         before doing the padding. Ensure enough allocation during padding.
26304
26305 2008-03-30  Eric Blake  <ebb9@byu.net>
26306
26307         strtod touchups.
26308         * lib/strtod.c (strtod): Avoid compiler warnings.
26309         Reported by Jim Meyering.
26310
26311 2008-03-30  Bruno Haible  <bruno@clisp.org>
26312
26313         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
26314         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
26315         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
26316         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
26317         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
26318         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
26319         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
26320         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
26321
26322         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
26323         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
26324         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
26325         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
26326         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
26327         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
26328         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
26329         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
26330
26331         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
26332         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
26333         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
26334         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
26335         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
26336         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
26337         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
26338         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
26339
26340         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
26341         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
26342
26343         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
26344         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
26345
26346         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
26347         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
26348
26349         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
26350         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
26351         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
26352
26353         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
26354         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
26355         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
26356
26357         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
26358         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
26359         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
26360
26361         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
26362         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
26363         * modules/vasprintf (Depends-on): Add EOVERFLOW.
26364
26365         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
26366         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
26367         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
26368         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
26369         (Depends-on): Add EOVERFLOW.
26370         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
26371         (Depends-on): Add EOVERFLOW.
26372         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26373         (Depends-on): Add EOVERFLOW.
26374         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
26375         (Depends-on): Add EOVERFLOW.
26376         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26377         (Depends-on): Add EOVERFLOW.
26378         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
26379         (Depends-on): Add EOVERFLOW.
26380         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26381         (Depends-on): Add EOVERFLOW.
26382         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
26383         (Depends-on): Add EOVERFLOW.
26384
26385         * lib/sprintf.c (EOVERFLOW): Remove fallback.
26386         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
26387         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
26388
26389         * lib/snprintf.c (EOVERFLOW): Remove fallback.
26390         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
26391         * modules/snprintf (Depends-on): Add EOVERFLOW.
26392
26393         * lib/poll.c (EOVERFLOW): Remove fallback.
26394         * modules/poll (Depends-on): Add EOVERFLOW.
26395
26396         * lib/getugroups.c (EOVERFLOW): Remove fallback.
26397         * modules/getugroups (Depends-on): Add EOVERFLOW.
26398
26399         * lib/getdelim.c (EOVERFLOW): Remove fallback.
26400         * modules/getdelim (Depends-on): Add EOVERFLOW.
26401
26402         * lib/ftell.c (EOVERFLOW): Remove fallback.
26403         * modules/ftell (Depends-on): Add EOVERFLOW.
26404
26405         * lib/fprintf.c (EOVERFLOW): Remove fallback.
26406         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
26407         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
26408
26409         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
26410
26411         * modules/EOVERFLOW-tests: New file.
26412         * tests/test-EOVERFLOW.c: New file.
26413
26414         * modules/EOVERFLOW: New file.
26415         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
26416
26417 2008-03-30  Bruno Haible  <bruno@clisp.org>
26418
26419         Fix bug introduced on 2007-06-10.
26420         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
26421         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
26422
26423 2008-03-30  Bruno Haible  <bruno@clisp.org>
26424
26425         Improve freadseek's efficiency after ungetc.
26426         * lib/freadseek.c: Include freadahead.h.
26427         (freadptrinc): New function, extracted from freadseek.
26428         (freadseek): Use it in a loop. Use freadahead to determine the number
26429         of loop iterations.
26430         * modules/freadseek (Depends-on): Add freadahead.
26431         (configure.ac): Require AC_C_INLINE.
26432
26433 2008-03-30  Bruno Haible  <bruno@clisp.org>
26434
26435         * lib/freadseek.c (freadseek): Don't ignore the return value of
26436         freadptr.
26437
26438 2008-03-29  Eric Blake  <ebb9@byu.net>
26439
26440         Add hex float support.
26441         * modules/strtod (Depends-on): Add c-ctype.
26442         (Link): Mention POW_LIB.
26443         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
26444         whitespace between 'e' and exponent.
26445         * tests/test-strtod.c (main): Enable hex float tests.
26446         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
26447         now provides.
26448
26449         Document various strtod bugs, with some fixes.
26450         * doc/posix-functions/strtod.texi (strtod): Document bugs with
26451         "-0x", "inf", "nan", and hex constants.
26452         * doc/posix-functions/atof.texi (atof): Likewise.
26453         * modules/stdlib (Makefile.am): Support strtod.
26454         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
26455         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
26456         detect additional strtod bugs.
26457         * lib/stdlib.in.h (rpl_strtod): Add declarations.
26458         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
26459         bool where appropriate.  Parse 'inf' and 'nan'.
26460         * tests/test-strtod.c: New file.
26461         * modules/strtod (Depends-on): Add stdbool, stdlib.
26462         (configure.ac): Turn on module indicator.
26463         * modules/strtod-tests: New module.
26464
26465 2008-03-29  Eric Blake  <ebb9@byu.net>
26466
26467         Fix ftell on mingw.
26468         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
26469         * modules/ftell-tests (Depends-on): Add binary-io.
26470         * modules/ftello-tests (Depends-on): Likewise.
26471         * tests/test-ftell.c (main): Enhance test to cover behavior after
26472         ungetc.  Enforce binary mode.
26473         * tests/test-ftello.c (main): Likewise.
26474
26475         Pass test-freadseek on cygwin.
26476         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
26477         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
26478         ungetc buffer.
26479
26480         * tests/test-fflush2.c (main): Fix typo.
26481
26482 2008-03-29  Bruno Haible  <bruno@clisp.org>
26483
26484         * tests/test-fflush2.c (main): Temporarily disable the contents of
26485         this test.
26486         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
26487         Reported by Eric Blake.
26488
26489 2008-03-28  Simon Josefsson  <simon@josefsson.org>
26490
26491         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
26492         (GC_SHA224_DIGEST_SIZE): Add.
26493
26494         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
26495         (gc_hash_digest_length): Likewise.
26496         (gc_hash_buffer): Likewise.
26497
26498 2008-03-25  Bruno Haible  <bruno@clisp.org>
26499
26500         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
26501         detail which gettext release to use.
26502         Reported by Simon Josefsson.
26503
26504 2008-03-26  Jim Meyering  <meyering@redhat.com>
26505
26506         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
26507         * modules/gnumakefile (clean-GNUmakefile): Also, use
26508         test ... && ... || : syntax rather than if-then ... fi.
26509
26510         gnumakefile: Don't double-quote-expand $(VPATH) value.
26511         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
26512
26513 2008-03-24  Eric Blake  <ebb9@byu.net>
26514
26515         Alter GNUmakefile to install into top directory.
26516         * modules/maintainer-makefile: Split, and add dependency...
26517         * modules/gnumakefile: to this new module.
26518         * build-aux/GNUmakefile: Move...
26519         * top/GNUmakefile: ...here.
26520         * build-aux/maint.mk: Move...
26521         * top/maint.mk: ...here.
26522         * MODULES.html.sh (Support for maintaining...): Document new
26523         module.
26524
26525 2008-03-23  Bruno Haible  <bruno@clisp.org>
26526
26527         * gnulib-tool: New options --vc-files, --no-vc-files.
26528         (func_usage): Document them.
26529         (vc_files): New variable.
26530         (func_import): Consider vc_files.
26531         (func_create_testdir): Set vc_files to empty.
26532         Suggested by Jim Meyering and Karl Berry.
26533
26534 2008-03-23  Bruno Haible  <bruno@clisp.org>
26535
26536         Fix regex compilation error on HP-UX 11.
26537         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
26538         * modules/regex (Files): Add m4/mbstate_t.m4.
26539         Reported by Ton Voon <ton.voon@altinity.com>.
26540
26541 2008-03-23  Bruno Haible  <bruno@clisp.org>
26542
26543         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
26544
26545 2008-03-23  Eric Blake  <ebb9@byu.net>
26546             Bruno Haible  <bruno@clisp.org>
26547
26548         Install files from top/ in the destination directory.
26549         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
26550         augmentation also for the files from top/.
26551         (func_import, func_create_testdir): Rewrite file names:
26552         top/filename -> filename.
26553
26554 2008-03-23  Bruno Haible  <bruno@clisp.org>
26555
26556         Tweak "gnulib --version" output.
26557         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
26558
26559 2008-03-23  Bruno Haible  <bruno@clisp.org>
26560
26561         Tweak "gnulib --version" output.
26562         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
26563         rather than contents of ChangeLog, when possible.
26564
26565 2008-03-21  Eric Blake  <ebb9@byu.net>
26566
26567         More --version tweaks.
26568         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
26569         date of last ChangeLog entry.
26570
26571 2008-03-21  Jim Meyering  <meyering@redhat.com>
26572
26573         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
26574
26575 2008-03-20  Eric Blake  <ebb9@byu.net>
26576
26577         VPATH fix.
26578         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
26579
26580 2008-03-20  Simon Josefsson  <simon@josefsson.org>
26581
26582         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
26583         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
26584
26585 2008-03-20  Eric Blake  <ebb9@byu.net>
26586
26587         Sync GNUmakefile with coreutils.
26588         * build-aux/GNUmakefile (have-Makefile): Rename...
26589         (_have-Makefile): ...to this, for namespace consideration.
26590         (GNUmakefile.cfg): Include, if present.
26591         (_autoreconf): Define a default.
26592         (_is-dist-target): New rule for rebuilds to pick up intra-release
26593         version.
26594         (maint-cfg.mk): Rename...
26595         (cfg.mk): ...to this.
26596
26597 2008-03-18  Jim Meyering  <meyering@redhat.com>
26598
26599         New script and module: mktempd
26600         * MODULES.html.sh (maint+release support): Add mktempd.
26601         * build-aux/mktempd: New file.
26602         * modules/mktempd: New file.
26603
26604 2008-03-15  Jim Meyering  <meyering@redhat.com>
26605
26606         Undo last change.
26607         * lib/sha1.c, lib/md5.c: 63 != ~63.
26608         Reported by Andreas Schwab.
26609
26610         sha1.c, md5.c: Hoist a redundant expression.
26611         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
26612         "ctx->buflen" only once, before calling *_process_block.
26613         * lib/md5.c (md5_process_bytes): Likewise.
26614
26615 2008-03-14  Eric Blake  <ebb9@byu.net>
26616
26617         Bump copyright year in files generated by gnulib-tool.
26618         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
26619         gnulib-tool, rather than hard-coding it.
26620
26621         Fix 'gnulib-tool --version' output to work with git.
26622         * gnulib-tool (func_gnulib_dir): New function, extracted from...
26623         (startup): ...here.
26624         (func_version): Use it to invoke git-version-gen, rather than
26625         relying on CVS keyword expansion.  Modernize wording.
26626         (cvsdatestamp, last_checkin_date, version): Kill unused
26627         variables.
26628
26629 2008-03-12  Jim Meyering  <meyering@redhat.com>
26630
26631         Recognize optional cast of the argument to free.
26632         * build-aux/useless-if-before-free: Update regexps.
26633
26634         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
26635
26636 2008-03-11  Bruno Haible  <bruno@clisp.org>
26637
26638         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
26639         by a single package.
26640         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
26641         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
26642         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
26643         Reported by Sam Steingold <sds@gnu.org>.
26644
26645 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
26646
26647         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
26648         repositories.
26649
26650 2008-03-11  Bruno Haible  <bruno@clisp.org>
26651
26652         Avoid conflicts between local macro definitions.
26653         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
26654         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
26655
26656 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
26657             Bruno Haible  <bruno@clisp.org>
26658
26659         Make va_copy work with some version of xlc on AIX 5.1.
26660         * lib/stdarg.in.h: New file.
26661         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
26662         On AIX, use a <stdarg.h> file substitute.
26663         * modules/stdarg (Files): Add lib/stdarg.in.h.
26664         (Depends-on): Add include_next.
26665         (Makefile.am): Build a stdarg.h substitute if requested.
26666         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
26667
26668 2008-03-10  Bruno Haible  <bruno@clisp.org>
26669
26670         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
26671         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
26672         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26673
26674 2008-03-10  Bruno Haible  <bruno@clisp.org>
26675
26676         * modules/stdlib (Depends-on): Add include_next, remove
26677         absolute-header.
26678
26679 2008-03-09  Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/freadahead.h (freadahead): Document more precisely.
26682         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
26683         the sum of both buffer sizes.
26684         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
26685         * NEWS: Document the change.
26686
26687 2008-03-09  Bruno Haible  <bruno@clisp.org>
26688
26689         Extend freadptr to return also the buffer size.
26690         * lib/freadptr.h (freadptr): Add sizep argument.
26691         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
26692         (freadptr): Add sizep argument. Determine buffer size like freadahead
26693         does.
26694         * tests/test-freadptr.c: Don't include freadahead.h.
26695         (main): Adapt for new calling convention of freadptr.
26696         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
26697         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
26698         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
26699         tests/test-freadptr2.sh.
26700         (Depends): Remove freadahead.
26701         (TESTS): Add test-freadptr2.sh.
26702         (check_PROGRAMS): Add test-freadptr2.
26703
26704 2008-03-09  Bruno Haible  <bruno@clisp.org>
26705
26706         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
26707         Report and solution by Simon Josefsson.
26708
26709 2008-03-06  Bruno Haible  <bruno@clisp.org>
26710
26711         Make fflush after ungetc work on BSD platforms.
26712         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
26713         * tests/test-fflush2.c: New file.
26714         * tests/test-fflush2.sh: New file.
26715         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
26716         tests/test-fflush2.c.
26717         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
26718         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
26719
26720 2008-03-06  Eric Blake  <ebb9@byu.net>
26721
26722         Likewise for ftello.
26723         * modules/ftello (Dependencies): Add extensions.
26724         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
26725
26726 2008-03-06  Bruno Haible  <bruno@clisp.org>
26727
26728         * modules/fseeko (Dependencies): Add extensions.
26729         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
26730         Needed on glibc systems.
26731
26732 2008-03-06  Bruno Haible  <bruno@clisp.org>
26733
26734         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
26735         email address.
26736         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26737
26738 2008-03-06  Bruno Haible  <bruno@clisp.org>
26739
26740         * users.txt: Add libgnupdf.
26741
26742 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
26743
26744         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
26745         (Header File Substitutes, Function Substitutes,
26746         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
26747         (Build robot for gnulib): Fix typo.
26748
26749 2008-03-06  Bruno Haible  <bruno@clisp.org>
26750
26751         * doc/gnulib-tool.texi (VCS Issues): Small updates.
26752         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
26753
26754 2008-03-06  Bruno Haible  <bruno@clisp.org>
26755
26756         * doc/func.texi: New file, extracted from doc/gnulib.texi.
26757         * doc/gnulib.texi: Include it.
26758
26759 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26760
26761         * modules/func (License): Change license to unlimited; there was
26762         no LGPL parts in the module anyway.
26763
26764 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26765
26766         * modules/__func__: Renamed to modules/func.
26767         * modules/__func__-tests: Renamed to modules/func-tests.
26768         * tests/test-__func__.c: Renamed to tests/test-func.c.
26769         * m4/__func__.m4: Renamed to m4/func.m4.
26770         * doc/gnulib.texi (__func__): Section renamed to func.
26771         Suggested by Eric Blake <ebb9@byu.net>.
26772
26773 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26774
26775         * doc/gnulib.texi (__func__): Use C99 terminology when talking
26776         about __func__.  Make example self-contained.  Suggested by Eric
26777         Blake <ebb9@byu.net>.
26778
26779         * tests/test-__func__.c (main): Avoid extraneous () around __func.
26780         Suggested by Eric Blake <ebb9@byu.net>.
26781
26782 2008-03-06  Simon Josefsson  <simon@josefsson.org>
26783
26784         * modules/__func__: New file.
26785         * modules/__func__-tests: New file.
26786         * tests/test-__func__.c: New file.
26787         * m4/__func__.m4: New file.
26788         * doc/gnulib.texi (__func__): Document __func__ module.
26789
26790 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26791
26792         * modules/byteswap (License): Re-license as LGPLv2+.
26793
26794 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26795
26796         * doc/Makefile: Add pdf target.
26797
26798 2008-03-05  Simon Josefsson  <simon@josefsson.org>
26799
26800         * modules/inline (License): Use 'unlimited', since there are only
26801         *.m4 files in this module.
26802
26803 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26804             Bruno Haible  <bruno@clisp.org>
26805
26806         Add support for HP C 7.1 on OpenVMS 8.3.
26807         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
26808
26809 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
26810
26811         Update VMS specifics.
26812         * lib/getopt.c [VMS]: Remove include of unixlib.h.
26813
26814 2008-03-02  Jim Meyering  <meyering@redhat.com>
26815
26816         Remove the last dependency on the "free" module.
26817         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
26818         Reported by Bob Proulx.
26819
26820         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
26821
26822         Remove useless "if" tests before free.  Deprecate "free" module.
26823         * doc/posix-functions/free.texi: Mention that this
26824         module is no longer useful.
26825         * modules/free (Notice): Say this module is obsolete.
26826         * modules/readutmp (Depends-on): Remove free.
26827         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
26828         * lib/putenv.c (putenv): Likewise.
26829         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
26830         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
26831         * tests/test-c-strcasestr.c (main): Likewise.
26832         * tests/test-c-strstr.c (main): Likewise.
26833         * tests/test-mbscasestr1.c (main): Likewise.
26834         * tests/test-mbscasestr2.c (main): Likewise.
26835         * tests/test-mbsstr1.c (main): Likewise.
26836         * tests/test-mbsstr2.c (main): Likewise.
26837         * tests/test-memmem.c (main): Likewise.
26838         * tests/test-strcasestr.c (main): Likewise.
26839         * tests/test-striconv.c (main): Likewise.
26840         * tests/test-striconveh.c (main): Likewise.
26841         * tests/test-striconveha.c (main): Likewise.
26842         * tests/test-strstr.c (main): Likewise.
26843
26844         * build-aux/git-version-gen: Adjust a comment and the Usage string.
26845
26846         bootstrap: sync from coreutils again
26847         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
26848
26849 2008-03-01  Jim Meyering  <meyering@redhat.com>
26850
26851         bootstrap: sync from coreutils
26852         * build-aux/bootstrap (update_po_files): Copy a .po file into place
26853         also when the target doesn't exist.
26854
26855 2008-03-01  Eric Blake  <ebb9@byu.net>
26856
26857         Fix bugs in last patch.
26858         * lib/memchr2.c (memchr2): Fix typo.
26859         * tests/test-memchr2.c: Test previous bug, and don't use GNU
26860         extension.
26861         Reported by Bruce Korb.
26862
26863         New module 'memchr2'.
26864         * modules/memchr2: New file.
26865         * modules/memchr2-tests: Likewise.
26866         * lib/memchr2.h: Likewise.
26867         * lib/memchr2.c: Likewise, based on memchr.c.
26868         * tests/test-memchr2.c: New test.
26869         * MODULES.html.sh (String handling): Add memchr2.
26870
26871 2008-02-29  Bruno Haible  <bruno@clisp.org>
26872
26873         * modules/freadseek-tests: New file.
26874         * tests/test-freadseek.sh: New file.
26875         * tests/test-freadseek.c: New file.
26876
26877         New module 'freadseek'.
26878         * modules/freadseek: New file.
26879         * lib/freadseek.h: New file.
26880         * lib/freadseek.c: New file.
26881         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
26882
26883 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
26884
26885         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
26886         wydawca.
26887
26888         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
26889         program_invocation_name and program_invocation_short_name are
26890         present.
26891
26892 2008-02-28  Bruno Haible  <bruno@clisp.org>
26893
26894         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
26895         * tests/test-freadptr.sh: Also test non-seekable stdin.
26896
26897 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
26898
26899         * build-aux/bootstrap (source_base, m4_base)
26900         (doc_base, tests_base): New variables.
26901         (gnulib_tool_options): Do not hardcode base directories, use
26902         the above variables instead.
26903
26904 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
26905
26906         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
26907
26908 2008-02-28  Bruno Haible  <bruno@clisp.org>
26909
26910         * modules/freadptr-tests: New file.
26911         * tests/test-freadptr.sh: New file.
26912         * tests/test-freadptr.c: New file.
26913
26914         New module 'freadptr'.
26915         * modules/freadptr: New file.
26916         * lib/freadptr.h: New file.
26917         * lib/freadptr.c: New file.
26918         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
26919
26920 2008-02-26  Karl Berry  <karl@freefriends.org>
26921
26922         Sync from Libtool:
26923         * libltdl/argz.c (argz_add, argz_count): New functions.
26924         * libltdl/argz.in.h: Declare them.
26925         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
26926
26927 2008-02-22  Bruno Haible  <bruno@clisp.org>
26928
26929         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
26930         is a pointer type.  Needed for HP-UX 10.
26931         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
26932         * doc/posix-functions/gmtime_r.texi: Likewise.
26933         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
26934
26935 2008-02-24  Bruno Haible  <bruno@clisp.org>
26936
26937         * modules/environ-tests: New file.
26938         * tests/test-environ.c: New file.
26939
26940         New module 'environ'.
26941         * modules/environ: New file.
26942         * lib/unistd.in.h (environ): New declaration.
26943         * m4/environ.m4: New file.
26944         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
26945         after use.
26946         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
26947         HAVE_DECL_ENVIRON.
26948         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
26949         HAVE_DECL_ENVIRON.
26950         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
26951         wrong claim that 'environ' is missing on some systems.
26952         * modules/execute (Depends-on): Add environ.
26953         * lib/execute.c (environ): Remove fallback declaration.
26954         * modules/pipe (Depends-on): Add environ.
26955         * lib/pipe.c (environ): Remove fallback declaration.
26956         * modules/setenv (Depends-on): Add environ.
26957         * lib/setenv.c (environ): Remove fallback declaration.
26958         * modules/unsetenv (Depends-on): Add environ.
26959         * lib/unsetenv.c (environ): Remove fallback declaration.
26960         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
26961         m4/environ.m4.
26962         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
26963         (gl_PREREQ_UNSETENV): Likewise.
26964
26965 2008-02-24  Bruno Haible  <bruno@clisp.org>
26966
26967         * doc/posix-functions/environ.texi: Document the MacOS X problem.
26968
26969 2008-02-20  Bob Proulx  <bob@proulx.com>
26970
26971         Enable use of older two part flavor 'git describe'.
26972         * build-aux/git-version-gen: If using the older two part flavor of
26973         git version then recreate the third part now present in the
26974         newer three part flavor of git describe.
26975
26976 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
26977
26978         * lib/fts.c (fts_build): Typo correction to comment.
26979
26980 2008-02-17  Bruno Haible  <bruno@clisp.org>
26981
26982         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
26983         generating no-op conflicts.
26984
26985 2008-02-17  Bruno Haible  <bruno@clisp.org>
26986
26987         Speed up by 10%.
26988         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
26989         result_entries, rather than an index-based loop.
26990
26991 2008-02-17  Bruno Haible  <bruno@clisp.org>
26992
26993         Speed up by 25%.
26994         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
26995         'hashcode_cached'.
26996         (entry_create): New function.
26997         (entry_hashcode): Use the cached hashcode if possible.
26998         (read_changelog_file, try_split_merged_entry): Use entry_create.
26999
27000 2008-02-17  Bruno Haible  <bruno@clisp.org>
27001
27002         Speed up from O(n^2) to O(n) for long ChangeLog files.
27003         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
27004         (read_changelog_file): Change implementation of entries_reversed list
27005         to rbtreehash.
27006         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
27007
27008 2008-02-17  Bruno Haible  <bruno@clisp.org>
27009
27010         New option --split-merged-entry.
27011         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
27012         (find_paragraph_end, try_split_merged_entry): New functions.
27013         (long_options): Add option --split-merged-entry.
27014         (usage): Document option --split-merged-entry.
27015         (main): Implement option --split-merged-entry.
27016         Reported by Eric Blake.
27017
27018 2008-02-17  Bruno Haible  <bruno@clisp.org>
27019
27020         * lib/git-merge-changelog.c: Include c-strstr.h.
27021         (main): Support the "git pull --rebase" situation.
27022         * modules/git-merge-changelog (Depends-on): Add c-strstr.
27023         Reported by Eric Blake.
27024
27025 2008-02-16  Eric Blake  <ebb9@byu.net>
27026
27027         Avoid doubling \ in common case of "c-maybe" quoting style.
27028         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
27029         eliding outer quotes.
27030         * lib/quotearg.h: Document this.
27031         * tests/test-quotearg.c (result_strings, inputs, results_g)
27032         (flag_results, locale_results): Test it by adding a new string to
27033         each test group.
27034         (compare_strings): Test new string.
27035
27036 2008-02-13  Eric Blake  <ebb9@byu.net>
27037
27038         Avoid trigraph quoting in default output.
27039         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
27040         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
27041         unless explicitly requested.
27042         * tests/test-quotearg.c (flag_results, main): Add additional tests.
27043
27044 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
27045
27046         Don't rely on signed integer overflowing to negative value.
27047         * lib/getugroups.c (getugroups): Include <limits.h>.
27048         Instead, compare against INT_MAX, and increment only if the test passes.
27049
27050 2008-02-13  Jim Meyering  <meyering@redhat.com>
27051         and Eric Blake  <ebb9@byu.net>
27052
27053         Avoid shadowing warning and compile errors on Linux.
27054         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
27055         forwarding macros on Linux.
27056         (dcgettext): Define a stub, for Linux.
27057         (results_g, main): Avoid warnings.
27058
27059 2008-02-12  Eric Blake  <ebb9@byu.net>
27060
27061         Silence warning in last patch.
27062         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
27063
27064         Quotearg part 4: add tests, fix c-maybe colon quoting.
27065         * lib/quotearg.h: Improve documentation.
27066         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
27067         escapes when adding outer quotes.  When quoting trigraphs, use
27068         valid C notation.  When quoting NUL, omit extra characters if next
27069         character is not digit.  Alter prototype.
27070         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
27071         callers.
27072         * modules/quotearg-tests: New module.
27073         * tests/test-quotearg.c: New test.
27074
27075 2008-02-07  Eric Blake  <ebb9@byu.net>
27076
27077         Quotearg part 3: add flag to control outer quote elision.
27078         * lib/quotearg.h (c_maybe_quoting_style): New style.
27079         (enum quoting_flags): Better documentation of flags.
27080         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
27081         c-maybe style.
27082         (quotearg_buffer_restyled): Handle new flag to elide outer
27083         quotes.
27084
27085         Quotearg part 2: add flag that can control NUL elision.
27086         * lib/quotearg.h (set_quoting_flags): New prototype.
27087         * lib/quotearg.c (struct quoting_options): Add flag field.
27088         (set_quoting_flags): New function.
27089         (quotearg_buffer_restyled): Add flags parameter.
27090         (quotearg_alloc_mem): Set the flag if length cannot be returned.
27091         (quotearg_n_options): Set the flag, since length cannot be
27092         returned.
27093         (quoting_options_from_style): Default flags correctly.
27094
27095         Quotearg part 1: more wrappers, restore quotearg_char state.
27096         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
27097         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
27098         (quotearg_colon_mem): New wrappers.
27099         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
27100         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
27101         functions.
27102         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
27103         (quotearg_colon_mem): New functions.
27104
27105 2008-02-11  Bruno Haible  <bruno@clisp.org>
27106
27107         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
27108         library in the current directory: it does not work with parallel make.
27109         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
27110
27111 2008-02-11  Bruno Haible  <bruno@clisp.org>
27112
27113         * .gitattributes: New file.
27114
27115 2008-02-11  Jim Meyering  <meyering@redhat.com>
27116
27117         useless-if-before-free: Fix reversed exit values.
27118         * build-aux/useless-if-before-free: Use correct values
27119         for EXIT_MATCH and EXIT_NO_MATCH.
27120
27121         * build-aux/useless-if-before-free: Close stdout carefully.
27122
27123 2008-02-10  Bruno Haible  <bruno@clisp.org>
27124
27125         New module 'git-merge-changelog'.
27126         * modules/git-merge-changelog: New file.
27127         * lib/git-merge-changelog.c: New file.
27128
27129 2008-02-10  Jim Meyering  <meyering@redhat.com>
27130
27131         useless-if-before-free: New option: --list (-l).
27132
27133         useless-if-before-free: Don't exit immediately upon open failure.
27134         * build-aux/useless-if-before-free: Exit 2 for errors.
27135         Upon failure to open a file, don't exit immediately.
27136         Rather, just warn and continue with any remaining files.
27137
27138 2008-02-10  Bruno Haible  <bruno@clisp.org>
27139
27140         New abstract list operation 'node_set_value'.
27141         * lib/gl_list.h (gl_list_node_set_value): New function.
27142         (struct gl_list_implementation): New field node_set_value.
27143         * lib/gl_list.c (gl_list_node_set_value): New function.
27144         * lib/gl_array_list.c (gl_array_node_set_value): New function.
27145         (gl_array_list_implementation): Update.
27146         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
27147         (gl_carray_list_implementation): Update.
27148         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
27149         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
27150         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
27151         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
27152         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
27153         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
27154         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
27155         Update.
27156         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
27157         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
27158         (gl_sublist_list_implementation): Update.
27159
27160 2008-02-10  Bruno Haible  <bruno@clisp.org>
27161
27162         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
27163         Needed when ELEMENT is #defined to 'some_type *'.
27164
27165 2008-02-10  Jim Meyering  <meyering@redhat.com>
27166
27167         New script and module: useless-if-before-free
27168         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
27169         * build-aux/useless-if-before-free: New file.
27170         * modules/useless-if-before-free: New file.
27171
27172         * build-aux/gitlog-to-changelog: Use committer date, not author date.
27173
27174         xstrtol_error: Fix typo.
27175         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
27176         s/exit_failure/exit_status/.
27177
27178 2008-02-09  Jim Meyering  <meyering@redhat.com>
27179
27180         New script and module: gitlog-to-changelog
27181         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
27182         * modules/gitlog-to-changelog: New file.
27183         * build-aux/gitlog-to-changelog: New file.
27184
27185 2008-02-08  Jim Meyering  <meyering@redhat.com>
27186
27187         Avoid two "parameter unused" warnings.
27188         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
27189         Mark "st" as used.
27190
27191         Use "git COMMAND", not "git-COMMAND".
27192         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
27193         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
27194         * build-aux/git-version-gen: Use "git status", not "git-status".
27195
27196 2008-02-07  Bruno Haible  <bruno@clisp.org>
27197
27198         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
27199         Avoids a crash on Windows Vista.
27200         Reported by Adam Strzelecki <ono@java.pl> via
27201         Simon Josefsson <simon@josefsson.org>.
27202
27203 2008-02-06  Bruno Haible  <bruno@clisp.org>
27204
27205         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
27206         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
27207         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
27208         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
27209         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
27210         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
27211         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
27212         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
27213         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
27214         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
27215         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
27216         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
27217         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
27218         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
27219         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
27220         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
27221         left-adjust flag.
27222         * tests/test-snprintf-posix.h (test_function): Likewise.
27223         * tests/test-sprintf-posix.h (test_function): Likewise.
27224         * tests/test-vasprintf-posix.c (test_function): Likewise.
27225         * doc/posix-functions/fprintf.texi: Update.
27226         * doc/posix-functions/printf.texi: Update.
27227         * doc/posix-functions/snprintf.texi: Update.
27228         * doc/posix-functions/sprintf.texi: Update.
27229         * doc/posix-functions/vfprintf.texi: Update.
27230         * doc/posix-functions/vprintf.texi: Update.
27231         * doc/posix-functions/vsnprintf.texi: Update.
27232         * doc/posix-functions/vsprintf.texi: Update.
27233         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27234
27235 2008-02-06  Bruno Haible  <bruno@clisp.org>
27236
27237         Fix bug introduced on 2008-01-26.
27238         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
27239
27240 2008-02-06  Bruno Haible  <bruno@clisp.org>
27241
27242         Fix bug introduced on 2007-06-10.
27243         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
27244         !NEED_PRINTF_FLAG_ZERO.
27245
27246 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
27247
27248         getloadavg: use libperfstat on AIX5
27249         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
27250
27251 2008-02-03  Bruno Haible  <bruno@clisp.org>
27252
27253         * lib/diffseq.h: Add comments about required #includes.
27254         Reported by Michael Biggs <gnulib@doubleplum.net>.
27255
27256 2008-02-01  Bruno Haible  <bruno@clisp.org>
27257
27258         * users.txt: Add gnuit.
27259
27260 2008-01-31  Bruno Haible  <bruno@clisp.org>
27261
27262         * lib/md4.c (set_uint32): Mark as inline.
27263         * lib/md5.c (set_uint32): Likewise.
27264         * lib/sha1.c (set_uint32): Likewise.
27265         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
27266         * m4/md5.m4 (gl_MD5): Likewise.
27267         * m4/sha1.m4 (gl_SHA1): Likewise.
27268
27269 2008-01-31  Jim Meyering  <meyering@redhat.com>
27270
27271         Use "sizeof VAR", rather than a literal "4".
27272         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
27273         * lib/md4.c (md4_read_ctx): Likewise.
27274         * lib/sha1.c (sha1_read_ctx): Likewise.
27275
27276 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27277
27278         * tests/test-sha1.c: New file, based on test-md5.c.
27279
27280         * modules/crypto/sha1-tests: New file.
27281
27282 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27283
27284         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
27285
27286 2008-01-31  Jim Meyering  <meyering@redhat.com>
27287
27288         Prefer "sizeof v" over the equivalent "4".
27289         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
27290         * lib/md5.c (set_uint32): Likewise.
27291         * lib/sha1.c (set_uint32): Likewise.
27292
27293 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27294
27295         * lib/sha1.c (set_uint32): Mark function as static.
27296
27297 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27298
27299         md2: clarify comments to say that alignment is not required.
27300         * lib/md2.h: Remove warning about alignment in comment.
27301         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
27302         never been required.
27303
27304 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27305
27306         md4: adapt alignment constraint fix from sha1.
27307         * lib/md4.c (set_uint32): New function, from sha1.c
27308         (md4_read_ctx): Use it.
27309         (md4_finish_ctx): Doc fix.
27310         * lib/md4.h: Doc fix.
27311
27312 2008-01-31  Simon Josefsson  <simon@josefsson.org>
27313
27314         md5: adapt alignment constraint fix from sha1.
27315         * lib/md5.c (set_uint32): New function, from sha1.c
27316         (md5_read_ctx): Use it.
27317         (md5_finish_ctx): Doc fix.
27318         * lib/md5.h: Doc fix.
27319
27320 2008-01-30  Peter Palfrader  <weasel@debian.org>
27321
27322         sha1: remove the result buffer alignment constraint
27323         * lib/sha1.c (set_uint32): New function.
27324         (sha1_read_ctx): Rewrite to remove the result buffer alignment
27325         constraint.
27326         (sha1_finish_ctx): Remove comment warning about alignment constraint.
27327         * lib/sha1.h: Likewise.
27328
27329 2008-01-30  Andreas Schwab  <schwab@suse.de>
27330             Bruno Haible  <bruno@clisp.org>
27331
27332         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
27333         correct definition of LDBL_MIN_EXP.
27334
27335 2008-01-30  Karl Berry  <karl@gnu.org>
27336
27337         * config/srclist-update: try to preserve x bit on updates.
27338         * config/srclistvars.sh: update for karl.
27339
27340 2008-01-29  Jim Meyering  <meyering@redhat.com>
27341
27342         vasnprintf.c: Avoid warning about unused label
27343         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
27344         "overflow" label definition and associated code with the
27345         same cpp condition that guards the sole use of that label.
27346
27347 2008-01-26  Bruno Haible  <bruno@clisp.org>
27348
27349         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
27350         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
27351         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
27352         * lib/isnanl-nolibm.h (isnanl): Likewise.
27353         Reported by Paul Eggert <eggert@cs.ucla.edu>.
27354
27355 2008-01-26  Bruno Haible  <bruno@clisp.org>
27356
27357         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
27358         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
27359
27360 2008-01-26  Bruno Haible  <bruno@clisp.org>
27361
27362         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
27363         GCC >= 4.0 built-in.
27364         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
27365
27366 2008-01-26  Bruno Haible  <bruno@clisp.org>
27367
27368         Rename isnan, applicable to 'double' only, to isnand.
27369         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
27370         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
27371         (configure.ac): Update.
27372         (Include): Replace "isnan.h" with "isnand.h".
27373         * m4/isnand.m4: Renamed from m4/isnan.m4.
27374         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
27375         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
27376         instead of isnan.c.
27377         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
27378         instead of HAVE_ISNAN_IN_LIBC.
27379         (isnand): Renamed from isnan.
27380         * lib/isnand.c: New file.
27381         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
27382         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
27383         (Makefile.am): Update.
27384         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
27385         Include isnand.h instead of isnan.h.
27386         (main): Test isnand instead of isnan.
27387         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
27388         isnan-nolibm.
27389         * modules/frexp (Depends-on): Likewise.
27390         * modules/frexp-tests (Depends-on): Likewise.
27391         * modules/frexp-nolibm (Depends-on): Likewise.
27392         * modules/frexp-nolibm-tests (Depends-on): Likewise.
27393         * modules/isfinite (Depends-on): Likewise.
27394         * modules/round-tests (Depends-on): Likewise.
27395         * modules/signbit (Depends-on): Likewise.
27396         * modules/signbit-tests (Depends-on): Likewise.
27397         * modules/snprintf-posix (Depends-on): Likewise.
27398         * modules/sprintf-posix (Depends-on): Likewise.
27399         * modules/trunc-tests (Depends-on): Likewise.
27400         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
27401         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
27402         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
27403         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
27404         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
27405         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
27406         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
27407         * modules/vasnprintf-posix (Depends-on): Likewise.
27408         * modules/vasprintf-posix (Depends-on): Likewise.
27409         * modules/vfprintf-posix (Depends-on): Likewise.
27410         * modules/vsnprintf-posix (Depends-on): Likewise.
27411         * modules/vsprintf-posix (Depends-on): Likewise.
27412         * lib/frexp.c: Include isnand.h instead of isnan.h.
27413         (ISNAN): Set to isnand instead of isnan.
27414         * lib/isfinite.c: Include isnand.h instead of isnan.h.
27415         (gl_isfinited): Use isnand instead of isnan.
27416         * lib/signbitd.c: Include isnand.h instead of isnan.h.
27417         (gl_signbitd): Use isnand instead of isnan.
27418         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
27419         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
27420         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
27421         (main): Use isnand instead of isnan.
27422         * tests/test-round1.c: Include isnand.h.
27423         (main): Use isnand instead of isnan.
27424         * tests/test-round2.c: Include isnand.h instead of isnan.h.
27425         (ISNAN): Set to isnand instead of isnan.
27426         * tests/test-trunc1.c: Include isnand.h.
27427         (main): Use isnand instead of isnan.
27428         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
27429         (equal): Use isnand instead of isnan.
27430         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
27431         isnand-nolibm.
27432         * NEWS: Mention the change.
27433
27434 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
27435             Bruno Haible  <bruno@clisp.org>
27436
27437         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
27438         the GCC builtins for signbits are present and set
27439         REPLACE_SIGNBIT_USING_GCC if so.
27440         * lib/math.in.h (signbit): Define using GCC builtins if
27441         REPLACE_SIGNBIT_USING_GCC is set.
27442         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
27443         REPLACE_SIGNBIT_USING_GCC.
27444         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
27445
27446 2008-01-25  Jim Meyering  <meyering@redhat.com>
27447
27448         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
27449         * lib/poll.c: Include <config.h>, not "config.h".
27450         * tests/test-getaddrinfo.c: Likewise.
27451
27452 2008-01-25  Simon Josefsson  <simon@josefsson.org>
27453
27454         * modules/sockets-tests: New file.
27455
27456 2008-01-24  Simon Josefsson  <simon@josefsson.org>
27457
27458         * modules/sockets: New module, can be used to call WSA_Startup and
27459         WSA_Cleanup when needed.
27460
27461         * lib/sockets.h, lib/sockets.c: New files.
27462
27463         * m4/sockets.m4: New file.
27464
27465         * tests/test-sockets.c: New file.
27466
27467 2008-01-19  Bruno Haible  <bruno@clisp.org>
27468
27469         * doc/posix-headers: Renamed from doc/headers.
27470         * doc/posix-functions: Renamed from doc/functions.
27471         * doc/gnulib.texi: Update.
27472
27473 2008-01-19  Bruno Haible  <bruno@clisp.org>
27474
27475         * doc/glibc-functions/strcasestr.texi: Include contents of
27476         doc/functions/strcasestr.texi, fixing the list of platforms.
27477         * doc/functions/strcasestr.texi: Remove file.
27478
27479 2008-01-19  Bruno Haible  <bruno@clisp.org>
27480
27481         * doc/glibc-functions/memmem.texi: Include contents of
27482         doc/functions/memmem.texi.
27483         * doc/functions/memmem.texi: Remove file.
27484
27485 2008-01-18  Bruno Haible  <bruno@clisp.org>
27486
27487         * doc/glibc-functions/*.texi: New files.
27488         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
27489         to use the new files.
27490
27491 2008-01-17  Bruno Haible  <bruno@clisp.org>
27492
27493         * tests/test-gethostname.c (main): Fix printf statement.
27494
27495 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27496
27497         * modules/gethostname-tests: New file.
27498
27499         * tests/test-gethostname.c: New file.
27500
27501 2008-01-17  Simon Josefsson  <simon@josefsson.org>
27502
27503         * lib/gethostname.c: Include string.h unconditionally, strncpy is
27504         used by the UNAME case.  Reported by Bruno Haible
27505         <bruno@clisp.org>.
27506
27507 2008-01-17  Eric Blake  <ebb9@byu.net>
27508
27509         Convert c-strcasestr to be more efficient.
27510         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
27511         (Depends-on): Add c-strcase, remove malloca, strnlen.
27512         * tests/test-c-strcasestr.c (main): Enhance test.
27513         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
27514
27515 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
27516
27517         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
27518         Use it in creating po/Makevars.
27519
27520 2008-01-15  Simon Josefsson  <simon@josefsson.org>
27521
27522         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
27523         Applications that requires it should initialize libgcrypt
27524         manually.
27525
27526 2008-01-16  Simon Josefsson  <simon@josefsson.org>
27527
27528         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
27529
27530 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
27531
27532         Fix problem with getdate on mingw32 reported by Simon Josefsson
27533         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
27534         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
27535         tzname", when deciding whether to declare tzname.
27536         * lib/strftime.c (tzname): Likewise.
27537
27538 2008-01-15  Bruno Haible  <bruno@clisp.org>
27539
27540         Work around a MacOS X 10.5 bug in frexpl().
27541         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
27542         * doc/functions/frexpl.texi: Document the bug.
27543         Reported by Elias Pipping <pipping@gentoo.org>.
27544
27545 2008-01-14  Eric Blake  <ebb9@byu.net>
27546
27547         Touch up previous patch.
27548         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
27549         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
27550
27551         Convert strcasestr module to use Two-Way algorithm.
27552         * modules/strcasestr-simple: New module, based on the old
27553         strcasestr, but with Two-Way rather than KMP.
27554         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
27555         * lib/string.in.h (rpl_strcasestr): Declare.
27556         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
27557         performance.
27558         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
27559         * modules/string (Makefile.am): Support strcasestr.
27560         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
27561         * modules/strcasestr-tests (Depends-on): Check for alarm.
27562         * tests/test-strcasestr.c: Augment test.
27563         * lib/str-two-way.h: Clean up stray macro.
27564         * NEWS: Document new module.
27565         * MODULES.html.sh (string handling): Likewise.
27566         * doc/functions/strcasestr.texi: New file.
27567         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
27568         here, since it is not a POSIX function.
27569
27570 2008-01-14  Colin Watson  <cjwatson@debian.org>
27571             Bruno Haible  <bruno@clisp.org>
27572
27573         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
27574         works fine; if not, set REPLACE_STRSIGNAL.
27575         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
27576         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27577         REPLACE_STRSIGNAL.
27578         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
27579         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
27580         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
27581
27582 2008-01-14  Bruno Haible  <bruno@clisp.org>
27583
27584         * modules/strsignal (Include): Change to <string.h>.
27585
27586 2008-01-14  Colin Watson  <cjwatson@debian.org>
27587
27588         * modules/argp (Notice): Add a notice recommending to change
27589         XGETTEXT_OPTIONS.
27590         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
27591
27592 2008-01-13  Colin Watson  <cjwatson@debian.org>
27593
27594         * modules/strsignal-tests: New file.
27595         * tests/test-strsignal.c: New file.
27596
27597         * lib/strsignal.c: New file, from glibc with modifications.
27598         * lib/siglist.h: New file, from glibc with modifications.
27599         * lib/string.in.h (strsignal): New declaration.
27600         * m4/strsignal.m4: New file.
27601         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
27602         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
27603         * modules/strsignal: New file.
27604         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
27605         HAVE_DECL_STRSIGNAL.
27606
27607 2008-01-13  Bruno Haible  <bruno@clisp.org>
27608
27609         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
27610         locale encoding is not ASCII. Needed for OpenBSD 4.0.
27611         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
27612         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
27613
27614 2008-01-13  Bruno Haible  <bruno@clisp.org>
27615
27616         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
27617         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
27618         * lib/argp.h (__attribute__): Likewise.
27619         * lib/c-stack.c (__attribute__): Likewise.
27620         * lib/error.h (__attribute__): Likewise.
27621         * lib/fts.c (__attribute__): Likewise.
27622         * lib/openat.h (__attribute__): Likewise.
27623         * lib/stdio.in.h (__attribute__): Likewise.
27624         * lib/string.in.h (__attribute__): Likewise.
27625         * lib/utimens.c (__attribute__): Likewise.
27626         * lib/vasnprintf.h (__attribute__): Likewise.
27627         * lib/xalloc.h (__attribute__): Likewise.
27628         * lib/xprintf.h (__attribute__): Likewise.
27629         * lib/xstrtol.h (__attribute__): Likewise.
27630         * lib/xvasprintf.h (__attribute__): Likewise.
27631
27632 2008-01-12  Bruno Haible  <bruno@clisp.org>
27633
27634         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
27635         * doc/glibc-headers/a.out.texi: New file.
27636         * doc/glibc-headers/aliases.texi: New file.
27637         * doc/glibc-headers/alloca.texi: New file.
27638         * doc/glibc-headers/ar.texi: New file.
27639         * doc/glibc-headers/argp.texi: New file.
27640         * doc/glibc-headers/argz.texi: New file.
27641         * doc/glibc-headers/byteswap.texi: New file.
27642         * doc/glibc-headers/crypt.texi: New file.
27643         * doc/glibc-headers/endian.texi: New file.
27644         * doc/glibc-headers/envz.texi: New file.
27645         * doc/glibc-headers/err.texi: New file.
27646         * doc/glibc-headers/error.texi: New file.
27647         * doc/glibc-headers/execinfo.texi: New file.
27648         * doc/glibc-headers/fpu_control.texi: New file.
27649         * doc/glibc-headers/fstab.texi: New file.
27650         * doc/glibc-headers/fts.texi: New file.
27651         * doc/glibc-headers/getopt.texi: New file.
27652         * doc/glibc-headers/ieee754.texi: New file.
27653         * doc/glibc-headers/ifaddrs.texi: New file.
27654         * doc/glibc-headers/libintl.texi: New file.
27655         * doc/glibc-headers/mcheck.texi: New file.
27656         * doc/glibc-headers/mntent.texi: New file.
27657         * doc/glibc-headers/obstack.texi: New file.
27658         * doc/glibc-headers/paths.texi: New file.
27659         * doc/glibc-headers/printf.texi: New file.
27660         * doc/glibc-headers/pty.texi: New file.
27661         * doc/glibc-headers/resolv.texi: New file.
27662         * doc/glibc-headers/shadow.texi: New file.
27663         * doc/glibc-headers/sysexits.texi: New file.
27664         * doc/glibc-headers/ttyent.texi: New file.
27665
27666 2008-01-12  Jim Meyering  <meyering@redhat.com>
27667
27668         announce-gen: emit Gnulib's git-based version string.
27669         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
27670         New option --gnulib-version=V, where V is expected to be
27671         the output of running git describe in the gnulib directory.
27672         (get_tool_versions): Request feedback on xdelta.  I suspect it's
27673         not useful, and plan to stop publishing an xdelta file with each
27674         coreutils release.
27675
27676         * build-aux/announce-gen: Also check for lzma-compressed files.
27677
27678 2008-01-11  Bruno Haible  <bruno@clisp.org>
27679
27680         * tests/test-memmem.c (main): Increase maximum allowed time.
27681         * tests/test-strstr.c (main): Likewise.
27682
27683 2008-01-11  Bruno Haible  <bruno@clisp.org>
27684
27685         * doc/functions/memmem.texi: Add more precisions about platforms.
27686         * doc/functions/strstr.texi: Likewise.
27687
27688 2008-01-10  Eric Blake  <ebb9@byu.net>
27689
27690         * m4/strstr.m4: Delete cruft from copy-n-paste.
27691         Reported by Bruno Haible.
27692
27693 2008-01-10  Bruno Haible  <bruno@clisp.org>
27694
27695         Make c-strstr rely on strstr.
27696         * lib/c-strstr.c: Don't include str-kmp.h.
27697         (c_strstr): Define in terms of strstr.
27698         * modules/c-strstr (Files): Remove lib/str-kmp.h.
27699         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
27700
27701 2008-01-10  Bruno Haible  <bruno@clisp.org>
27702
27703         * doc/gnulib.texi (String Functions in C Locale): New section.
27704         * doc/c-ctype.texi: New file.
27705         * doc/c-strcase.texi: New file.
27706         * doc/c-strcaseeq.texi: New file.
27707         * doc/c-strcasestr.texi: New file.
27708         * doc/c-strstr.texi: New file.
27709         * doc/c-strtod.texi: New file.
27710         * doc/c-strtold.texi: New file.
27711
27712 2008-01-10  Eric Blake  <ebb9@byu.net>
27713
27714         * lib/relocatable.h: Fix a comment.
27715
27716 2008-01-10  Eric Blake  <ebb9@byu.net>
27717
27718         Share two-way algorithm.
27719         * lib/str-two-way.h: New file, merged from...
27720         * lib/memmem.c: ...here...
27721         * lib/strstr.c: ...and here.
27722         * modules/memmem (Files): Use it.
27723         * modules/strstr (Files): Likewise.
27724
27725         Avoid quadratic strstr implementations.
27726         * lib/strstr.c: New file.
27727         * m4/strstr.m4: Likewise.
27728         * modules/strstr: Likewise.
27729         * modules/strstr-tests: Likewise.
27730         * tests/test-strstr.c: Likewise.
27731         * lib/string.in.h (rpl_strstr): Declare.
27732         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
27733         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
27734         * modules/string (Makefile.am): Likewise.
27735         * MODULES.html.sh (string handling): Mention new module.
27736         * doc/functions/strstr.texi (strstr): Document the bug.
27737
27738 2008-01-10  Bruno Haible  <bruno@clisp.org>
27739
27740         * lib/relocatable.h (relocate): State whether result is freshly
27741         allocated or not.
27742         * lib/relocatable.c (relocate): Return a freshly allocated string
27743         instead of a pointer to a privately held string.
27744         Reported by Sylvain Beucler <beuc@gnu.org>.
27745
27746 2008-01-10  Colin Watson  <cjwatson@debian.org>
27747
27748         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
27749         s/S_ISNLK/S_ISLNK/.
27750
27751 2008-01-09  Bruno Haible  <bruno@clisp.org>
27752
27753         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
27754         and other files.
27755         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
27756         if it's only a guess.
27757         * modules/memmem: Simplify by depending on memmem-simple.
27758
27759 2008-01-09  Bruno Haible  <bruno@clisp.org>
27760
27761         Work around OpenBSD 4.0 tdelete() bug.
27762         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
27763         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
27764         macros and don't redefine the enum values.
27765         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
27766         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
27767         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
27768
27769 2008-01-09  Bruno Haible  <bruno@clisp.org>
27770
27771         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
27772         (main): Don't perform the tests if setlocale did not install a UTF-8
27773         locale. Needed on OpenBSD 4.0.
27774         * modules/wcwidth-tests (Depends-on): Add localcharset.
27775
27776 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
27777
27778         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
27779         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
27780         * NEWS: announce this.
27781         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
27782
27783 2008-01-09  Simon Josefsson  <simon@josefsson.org>
27784         and Eric Blake  <ebb9@byu.net>
27785
27786         Add memmem-simple module.
27787         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
27788         (gl_FUNC_MEMMEM): Separate performance from presence checks.
27789         * modules/memmem-simple: New file.
27790         * modules/memmem (Description): Tweak.
27791         * MODULES.html.sh (string handling): Mention new module.
27792         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
27793         addressed by memmem-simple.
27794         * NEWS: Document the difference.
27795
27796 2008-01-09  Eric Blake  <ebb9@byu.net>
27797
27798         Give gcc some memmem optimization hints.
27799         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
27800         (strcasestr): Declare as pure.
27801         * modules/memmem (Maintainer): Claim my implementation.
27802
27803 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27804
27805         Support AIX 6.1 and higher.
27806         * build-aux/config.libpath: Likewise.
27807         * build-aux/config.rpath: Likewise.
27808
27809 2008-01-08  Jim Meyering  <meyering@redhat.com>
27810             Bruno Haible  <bruno@clisp.org>
27811
27812         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
27813         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
27814         Reported by Peter Fales in
27815         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
27816
27817 2008-01-08  Bruno Haible  <bruno@clisp.org>
27818
27819         * modules/unictype/category-of (Depends-on): Add
27820         unictype/category-none.
27821         * modules/unictype/category-and-tests (Depends-on): Add
27822         unictype/category-{L,N,Lu,Nd}.
27823         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
27824         * modules/unictype/category-or-tests (Depends-on): Add
27825         unictype/category-{L,N}.
27826         * modules/unictype/category-name-tests (Depends-on): Add
27827         unictype/category-{Z,Nl}.
27828         Reported by Simon Josefsson.
27829
27830 2008-01-08  Bruno Haible  <bruno@clisp.org>
27831
27832         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
27833         convention better.
27834         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
27835         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
27836         Reported by Peter Miller <millerp@canb.auug.org.au>.
27837
27838 2008-01-08  Eric Blake  <ebb9@byu.net>
27839
27840         Rewrite memmem to guarantee linear complexity without malloc.
27841         * lib/memmem.c (memmem): Use Two-Way rather than
27842         Knuth-Morris-Pratt, to allow O(1) space usage.
27843         (critical_factorization, two_way_short_needle)
27844         (two_way_long_needle): New functions.
27845         (knuth_morris_pratt): Delete.
27846         * modules/memmem (Depends-on): No longer need malloca or stdbool.
27847         Add stdint.
27848         * tests/test-memmem.c (main): Add tests for periodic needle and
27849         sublinear performance.
27850         * doc/functions/memmem.texi (memmem): Document other deficiencies
27851         in cygwin and older glibc.
27852
27853 2008-01-08  Bruno Haible  <bruno@clisp.org>
27854
27855         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
27856         augmentation.
27857
27858 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
27859
27860         Add a configure time option: --disable-acl.
27861         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
27862         AC_ARG_ENABLE(acl).
27863
27864 2008-01-06  Simon Josefsson  <simon@josefsson.org>
27865
27866         * tests/test-localename.c: Don't include obsolete "setenv.h".
27867
27868         * modules/localename-tests (Depends-on): Need unsetenv.
27869
27870 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27871
27872         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
27873
27874 2008-01-06  Colin Watson  <cjwatson@debian.org>
27875
27876         * users.txt: Add man-db.
27877
27878 2008-01-07  Bruno Haible  <bruno@clisp.org>
27879
27880         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
27881         previous section name.
27882
27883 2008-01-07  Bruno Haible  <bruno@clisp.org>
27884
27885         * lib/progname.c (set_program_name): Don't strip off a leading
27886         "lt-" prefix outside a .libs directory.
27887         Suggested by Paul Eggert.
27888
27889 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
27890             Bruno Haible  <bruno@clisp.org>
27891
27892         Improve memory cleanup in 'relocatable' module.
27893         * lib/relocatable.h (compute_curr_prefix): Change return type to
27894         'char *'.
27895         * lib/relocatable.c (compute_curr_prefix): Change return type to
27896         'char *'. Free curr_installdir after use.
27897         (relocate): Free curr_prefix_better after use.
27898         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
27899
27900 2008-01-01  Bruno Haible  <bruno@clisp.org>
27901
27902         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
27903         failure on older glibc systems.
27904         Reported by Peter Fales <psfales@alcatel-lucent.com>.
27905
27906 2008-01-05  Eric Blake  <ebb9@byu.net>
27907
27908         Avoid quadratic system memmem.
27909         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
27910         Reported by Ralf Wildenhues.
27911
27912         Fix memmem test for mingw.
27913         * modules/memmem-tests (configure.ac): Check for alarm.
27914         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
27915         it.
27916         * doc/functions/memmem.texi: New file.
27917         * doc/gnulib.texi (Function Substitutes): Add memmem.
27918         Reported by Bruno Haible.
27919
27920 2008-01-04  Bruno Haible  <bruno@clisp.org>
27921
27922         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
27923         Require gl_HEADER_STRINGS_H_DEFAULTS, not
27924         gl_HEADER_STRING_H_DEFAULTS.
27925
27926 2008-01-04  Eric Blake  <ebb9@byu.net>
27927
27928         Shorten duration of memmem test.
27929         * tests/test-memmem.c (main): Use alarm to declare failure if test
27930         is taking too long.
27931         Reported by Ralf Wildenhues.
27932
27933 2007-12-21  Simon Josefsson  <simon@josefsson.org>
27934
27935         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
27936         string, needed by strerror.
27937
27938 2008-01-03  Colin Watson  <cjwatson@debian.org>
27939             Bruno Haible  <bruno@clisp.org>
27940
27941         * doc/gnulib-tool.texi (Localization): New section.
27942
27943 2008-01-02  Bruno Haible  <bruno@clisp.org>
27944
27945         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
27946         variables to 'unsigned char *' type.
27947         Reported by Paul Eggert.
27948
27949 2008-01-02  Jim Meyering  <jim@meyering.net>
27950
27951         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
27952
27953 2007-12-31  Jim Meyering  <jim@meyering.net>
27954
27955         Avoid use of private FTS type name.
27956         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
27957
27958 2007-12-30  Karl Berry  <karl@gnu.org>
27959
27960         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
27961         work around defect in Texinfo and/or the standalone Info browser.
27962
27963 2007-12-30  Bruno Haible  <bruno@clisp.org>
27964
27965         Unify 5 copies of the KMP code.
27966         * lib/str-kmp.h: New file.
27967         * lib/c-strcasestr.c: Include str-kmp.h.
27968         (knuth_morris_pratt): Remove function.
27969         (c_strcasestr): Update.
27970         * lib/c-strstr.c: Include str-kmp.h.
27971         (knuth_morris_pratt): Remove function.
27972         (c_strcasestr): Update.
27973         * lib/mbscasestr.c: Include str-kmp.h.
27974         (knuth_morris_pratt_unibyte): Remove function.
27975         * lib/mbsstr.c: Include str-kmp.h.
27976         (knuth_morris_pratt_unibyte): Remove function.
27977         * lib/strcasestr.c: Include str-kmp.h.
27978         (knuth_morris_pratt): Remove function.
27979         (strcasestr): Update.
27980         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
27981         * modules/c-strstr (Files): Likewise.
27982         * modules/mbscasestr (Files): Likewise.
27983         * modules/mbsstr (Files): Likewise.
27984         * modules/strcasestr (Files): Likewise.
27985         Suggested by Paul Eggert.
27986
27987 2007-12-30  Bruno Haible  <bruno@clisp.org>
27988
27989         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
27990         defined.
27991
27992 2007-12-30  Bruno Haible  <bruno@clisp.org>
27993
27994         * lib/xmalloca.h: Include xalloc.h.
27995         (xnmalloca): New macro.
27996
27997 2007-12-30  Bruno Haible  <bruno@clisp.org>
27998
27999         * lib/malloca.h (nmalloca): New macro.
28000         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
28001         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
28002         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
28003         knuth_morris_pratt_multibyte): Likewise.
28004         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
28005         knuth_morris_pratt_multibyte): Likewise.
28006         * lib/memmem.c (knuth_morris_pratt): Likewise.
28007         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
28008
28009 2007-12-25  Bruno Haible  <bruno@clisp.org>
28010
28011         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
28012         * lib/glob.c: Don't include openat.h.
28013         (link_exists2_p): Add back the code that deals with the
28014         !GLOB_ALTDIRFUNC case.
28015         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
28016         let it do the filename concatenation.
28017         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
28018         * modules/glob (Depends-on): Remove openat.
28019
28020 2007-12-31  Bruno Haible  <bruno@clisp.org>
28021
28022         * modules/dirfd (License): Change to LGPLv2+.
28023         Approved by Jim Meyering.
28024
28025 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
28026
28027         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
28028         when multiplying M by sizeof (size_t).
28029
28030 2007-12-10  Martin Lambers  <marlam@marlam.de>
28031
28032         Override getpagesize on mingw.
28033         * lib/getpagesize.c: New file.
28034         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
28035         * modules/getpagesize (Files): Add lib/getpagesize.c.
28036         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
28037         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
28038         REPLACE_GETPAGESIZE.
28039         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
28040
28041 2007-12-25  Bruno Haible  <bruno@clisp.org>
28042
28043         * modules/localcharset (Notice): New field.
28044         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
28045         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
28046
28047 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
28048             Bruno Haible  <bruno@clisp.org>
28049
28050         Avoid using the syntax symbol() in formatted documentation.
28051         * MODULES.html.sh (func_module): When replacing symbol() with a
28052         hyperlink, remove the parentheses. Show an error if some remain.
28053         Recognize and render the '...' syntax.
28054         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
28055         Rework. Add paragraph about GCC's inlining.
28056         * doc/alloca.texi: Likewise.
28057         * doc/error.texi: Remove parentheses from symbol reference.
28058         * doc/gnulib-intro.texi: Likewise.
28059         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
28060         * modules/fnmatch (Description): Reword to say "the ... function".
28061         * modules/full-read (Description): Likewise.
28062         * modules/full-write (Description): Likewise.
28063         * modules/safe-read (Description): Likewise.
28064         * modules/safe-write (Description): Likewise.
28065         * modules/strchrnul (Description): Likewise.
28066         * modules/trim (Description): Likewise.
28067         * modules/error (Description): Remove parentheses from symbol
28068         references.
28069         * modules/verror (Description): Likewise.
28070         Reported by Karl Berry.
28071
28072 2007-12-25  Bruno Haible  <bruno@clisp.org>
28073
28074         Fixup after 2007-10-16 commit.
28075         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
28076
28077 2007-12-24  Bruno Haible  <bruno@clisp.org>
28078
28079         Make --enable-relocatable work with DESTDIR.
28080         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
28081         to compute installdir from destprog.
28082         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
28083         also set the RELOC_DESTDIR variable.
28084         Reported by Левашев Иван <octagram@bluebottle.com>.
28085
28086 2007-12-24  Bruno Haible  <bruno@clisp.org>
28087
28088         Fix link error due to xalloc_die().
28089         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
28090         of xreadlink.
28091         * lib/relocwrapper.c: Update comments.
28092         * build-aux/install-reloc: Remove xreadlink.c from file list.
28093         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
28094         xreadlink.c.
28095         Reported by Левашев Иван <octagram@bluebottle.com>.
28096
28097 2007-12-24  Bruno Haible  <bruno@clisp.org>
28098
28099         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
28100         * lib/setenv.h: Remove file.
28101         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
28102         lib/setenv.h.
28103         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
28104         (Depends-on): Add stdlib.
28105         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
28106         gl_FUNC_UNSETENV.
28107         (Include): Replace setenv.h with <stdlib.h>.
28108         * modules/unsetenv: New file.
28109         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
28110         * lib/unsetenv.c: Include <stdlib.h> first.
28111         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
28112         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
28113         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
28114         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
28115         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
28116         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28117         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
28118         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
28119         * doc/functions/unsetenv.texi: Update.
28120         * modules/xsetenv (Depends-on): Add unsetenv.
28121         * modules/getdate (Depends-on): Likewise.
28122         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
28123         * lib/xsetenv.c: Don't include setenv.h.
28124         * lib/getdate.y: Likewise.
28125         * lib/relocwrapper.c: Likewise.
28126         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
28127         (Depends-on): Add stdlib.
28128         * NEWS: Mention the changes.
28129         Reported by Левашев Иван <octagram@bluebottle.com>.
28130
28131 2007-12-23  Bruno Haible  <bruno@clisp.org>
28132
28133         * lib/memmem.c (memmem): Use lowercase variable names. Tab
28134         indentation.
28135
28136 2007-12-23  Bruno Haible  <bruno@clisp.org>
28137
28138         * lib/c-strcasestr.c: Add more comments.
28139         * lib/c-strstr.c: Likewise.
28140         * lib/mbscasestr.c: Likewise.
28141         * lib/mbsstr.c: Likewise.
28142         * lib/strcasestr.c: Likewise.
28143         * lib/memmem.c: Likewise.
28144
28145 2007-12-23  Bruno Haible  <bruno@clisp.org>
28146
28147         * tests/test-memmem.c: Include <string.h> first.
28148
28149 2007-12-22  Bruno Haible  <bruno@clisp.org>
28150
28151         * gnulib-tool (func_create_testdir): Change $auxdir while generating
28152         the contents of $testsbase.
28153         Reported by Ralf Wildenhues.
28154
28155 2007-12-22  Bruno Haible  <bruno@clisp.org>
28156
28157         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
28158         two variables local_ldadd_before, local_ldadd_last.
28159
28160 2007-12-20  Eric Blake  <ebb9@byu.net>
28161
28162         Work around circular library issue when cross-compiling.
28163         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
28164         that progname.o does not need to pull in rpl_memcmp.
28165
28166 2007-12-19  Eric Blake  <ebb9@byu.net>
28167
28168         Fix memmem to avoid O(n^2) worst-case complexity.
28169         * lib/memmem.c (knuth_morris_pratt): New function.
28170         (memmem): Use it if first few naive iterations fail.
28171         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
28172         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
28173         * modules/memchr (License): Likewise.
28174         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
28175         malloca.
28176         * tests/test-memmem.c: Rewrite, borrowing ideas from
28177         test-mbsstr1.c; the old version wouldn't even compile!
28178         * modules/memmem-tests: New file.
28179         * lib/string.in.h (rpl_memmem): Add declaration.
28180         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
28181         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28182         REPLACE_MEMMEM.
28183
28184 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
28185
28186         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
28187         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
28188         before any system include files, and undef after them all.  This
28189         should fix a problem on VMS reported by John E. Malmberg in
28190         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
28191
28192 2007-12-17  Eric Blake  <ebb9@byu.net>
28193
28194         Revert addition of verify, for BSD/OS.
28195         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
28196         can't handle large files, for the sake of obsolete platforms.
28197         * modules/fseeko (Depends-on): Remove verify.
28198         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
28199         * doc/functions/ftello.texi (ftello): Likewise.
28200         * doc/functions/fgetpos.texi (fgetpos): Likewise.
28201         Reported by Larry Jones.
28202
28203 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
28204
28205         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
28206         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
28207
28208 2007-12-17  Jim Meyering  <meyering@redhat.com>
28209
28210         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
28211         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
28212         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
28213         * modules/getcwd (Depends-on): Add openat.
28214         Reported by Petr Salinger.
28215
28216 2007-12-17  Bruno Haible  <bruno@clisp.org>
28217
28218         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
28219         avoid a segmentation fault of the configure test on x86_64 systems.
28220
28221 2007-12-15  Jim Meyering  <meyering@redhat.com>
28222
28223         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
28224
28225 2007-12-13  Eric Blake  <ebb9@byu.net>
28226
28227         Another fseek test.
28228         * tests/test-fseek.c (main): Also test ungetc handling.
28229         * tests/test-fseeko.c (main): Likewise.
28230         * modules/fseeko (Depends-on): Add verify.
28231         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
28232         large.
28233         Reported by Larry Jones.
28234
28235         Fix fseeko on mingw.
28236         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
28237         seek.
28238
28239         Beef up fseek tests.
28240         * tests/test-fseek.c (main): Also test eof handling.
28241         * tests/test-fseeko.c (main): Likewise.
28242         Reported by Larry Jones.
28243
28244 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
28245
28246         Fix fseeko on BSD-based platforms.
28247         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
28248         successful seek.
28249
28250 2007-12-12  Eric Blake  <ebb9@byu.net>
28251
28252         Allow circular dependency of separate libtests.a
28253         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
28254         when use_libtests.
28255
28256 2007-12-11  Eric Blake  <ebb9@byu.net>
28257
28258         Fix bug with -0.0L in previous patch.
28259         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
28260         * tests/test-isnan.c (main): Also test on zeroes.
28261         * tests/test-isnanf.c (main): Likewise.
28262         * tests/test-isnanl.h (main): Likewise.
28263
28264         Detect pseudo-denormals on x86 even when cross-compiling.
28265         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
28266         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
28267         invalid bit patterns that happen to satisfy ==.
28268
28269         Avoid link failures with separate libtests.a.
28270         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
28271         last, to satisfy circular dependencies.
28272
28273 2007-12-11  Eric Blake  <ebb9@byu.net>
28274         and Bruno Haible  <bruno@clisp.org>
28275
28276         Fix OpenBSD 4.0 <float.h> handling of long double.
28277         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
28278         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
28279         * doc/headers/float.texi (float.h): Document OpenBSD bug.
28280
28281 2007-12-11  Jim Meyering  <meyering@redhat.com>
28282
28283         * users.txt: Add libvirt.
28284
28285         Support versions of autoconf prior to 2.59c.
28286         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
28287         if it is not already defined.
28288
28289 2007-12-09  Bruno Haible  <bruno@clisp.org>
28290
28291         Let 'gnulib-tool --import' collect sources needed for the tests in
28292         tests/ rather than in lib/.
28293         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
28294         argument. If true, add rules to generate libtests.a, and put libtests.a
28295         into $(LDADD). Consider source files in subdirectories and set
28296         uses_subdirs.
28297         (func_emit_initmacro_start, func_emit_initmacro_end,
28298         func_emit_initmacro_done): Pass all arguments explicitly.
28299         (func_import): Determine two module lists main_modules,
28300         testsrelated_modules. Determine use_libtests. Determine two variables
28301         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
28302         instead of just sed_transform_lib_file. Determine two variables
28303         main_files and testsrelated_files. Compute 'files' as the union of
28304         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
28305         func_add_or_update. In the generated gnulib-comp.m4, collect the
28306         object files for tests/ in different variables than those for lib/.
28307         Substitute LIBTESTS_LIBDEPS.
28308         (func_create_testdir): Combine the uses_subdirs results from
28309         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
28310
28311 2007-12-09  Bruno Haible  <bruno@clisp.org>
28312
28313         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
28314         the build-aux directory.
28315
28316 2007-12-09  Bruno Haible  <bruno@clisp.org>
28317
28318         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
28319         introduced on 2006-09-09.
28320
28321 2007-12-07  Jim Meyering  <meyering@redhat.com>
28322
28323         Let these macros work also with autoconf-2.59.
28324         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
28325         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
28326         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
28327
28328 2007-12-06  Jim Meyering  <meyering@redhat.com>
28329
28330         Avoid a configure-time syntax error in gl_FUNC_ACL.
28331         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
28332         function in each branch, before testing the cache variable.
28333
28334 2007-12-04  Eric Blake  <ebb9@byu.net>
28335
28336         Make scripts executable.
28337         * build-aux/config.guess: Add execute permissions.
28338         * build-aux/config.sub: Likewise.
28339         * build-aux/gendocs.sh: Likewise.
28340
28341         Fix frexp on mingw.
28342         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
28343         cross-compiling.
28344         * doc/functions/frexp.texi (frexp): Document the bug.
28345
28346         Make cygwin fseeko check more reliable.
28347         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
28348         version numbers, rather than unrelated feature check.
28349         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
28350         * doc/functions/ftello.texi (ftello): Likewise.
28351         Reported by Bruno Haible.
28352
28353         * m4/strerror.m4: Bump version number.
28354
28355 2007-12-03  Bruno Haible  <bruno@clisp.org>
28356
28357         * doc/functions/mprotect.texi: Mention the mingw problem.
28358
28359 2007-12-03  Eric Blake  <ebb9@byu.net>
28360
28361         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
28362         REPLACE_STRERROR is initialized before this macro.
28363
28364 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
28365
28366         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
28367         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
28368         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
28369         put -lsec in even for programs other than 'ls'.  This fixes a problem
28370         for gettext reported by Bruno Haible in
28371         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
28372         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
28373         Add support for Solaris 10.  This isn't efficient, but should get the
28374         job done for now.
28375
28376 2007-12-03  James Youngman  <jay@gnu.org>
28377
28378         * doc/regexprops-generic.texi: change "an close-group" to "a
28379         close-group" and "illegal" to "not allowed".
28380
28381 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28382
28383         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
28384         pr_byname.h. Needed for the rare case when the maintainer has done
28385         "make maintainer-clean" in the source directory and then attempts a
28386         build outside the source directory.
28387         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
28388         scripts_byname.h.
28389
28390 2007-12-02  Martin Lambers <marlam@marlam.de>
28391             Bruno Haible  <bruno@clisp.org>
28392
28393         * lib/getpagesize.h: Remove file.
28394         * lib/unistd.in.h: Include declaration of getpagesize here.
28395         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
28396         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
28397         HAVE_SYS_PARAM_H.
28398         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
28399         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28400         * modules/getpagesize (Files): Remove lib/getpagesize.h.
28401         (Depends-on): Add unistd.
28402         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
28403         (Include): Use <unistd.h> instead of getpagesize.h.
28404         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
28405         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
28406         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
28407         gl_GETPAGESIZE invocation, already handled by module dependency.
28408         * lib/pagealign_alloc.c: Don't include getpagesize.h.
28409
28410 2007-12-02  Bruno Haible  <bruno@clisp.org>
28411
28412         * modules/strings-tests: New file.
28413         * tests/test-strings.c: New file.
28414
28415         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
28416         * lib/strings.in.h: New file.
28417         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
28418         * m4/strings_h.m4: New file.
28419         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
28420         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
28421         * modules/strings: New file.
28422         * modules/string (Makefile.am): Update.
28423         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
28424         Reported by Karl Berry.
28425
28426 2007-12-01  Eric Blake  <ebb9@byu.net>
28427
28428         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
28429         accomodate fix in cygwin 1.5.25.
28430
28431 2007-12-01  Jim Meyering  <meyering@redhat.com>
28432
28433         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
28434         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
28435         that would inhibit utf8-optimization of a regexp containing line-
28436         or buffer-anchors, e.g., `^', `$'.
28437
28438 2007-11-30  Bruno Haible  <bruno@clisp.org>
28439
28440         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
28441         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
28442         glthread_recursive_lock_init.
28443         * lib/lock.c (glthread_recursive_lock_init)
28444         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
28445         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
28446
28447 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
28448
28449         New function qset_acl, like set_acl but with syscall semantics.
28450         * lib/acl.h (qset_acl): New decl.
28451         * lib/acl.c (qset_acl): New function.
28452         (set_acl): Use new function.  Use more-consistent diagnostics.
28453
28454 2007-11-28  Jim Meyering  <meyering@redhat.com>
28455
28456         * modules/physmem (License): Change from GPL to LGPLv2+.
28457
28458 2007-11-26  Bruno Haible  <bruno@clisp.org>
28459
28460         * lib/vasnprintf.c (decode_long_double): Don't abort if the
28461         'long double' type has excess precision.
28462         Reported by Jim Meyering in
28463         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
28464
28465 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28466
28467         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
28468         Sync from <http://gnu.org/licenses>.
28469         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
28470         with license text from same location.
28471         * doc/maintain.texi, doc/standards.texi:  Sync from
28472         <http://savannah.gnu.org/projects/gnustandards>.
28473
28474 2007-11-22  Ondřej Vašík  <ovasik@redhat.com>
28475         and Jim Meyering  <meyering@redhat.com>
28476
28477         Adjust getdate' grammar to accept a slightly more regular language.
28478         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
28479         Before, the former was rejected.
28480         * lib/getdate.y (digits_to_date_time): New function, factored
28481         out of ...
28482         (number): ...here.  Just call digits_to_date_time.
28483         (hybrid): New non-terminal to handle an <unsigned number,
28484         signed relative offset> sequence consistently.
28485
28486 2007-11-18  Jim Meyering  <meyering@redhat.com>
28487
28488         Pull my changes from coreutils:
28489         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
28490         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
28491         use of $gnulib_tool_option_extras, so that it's separated from the
28492         preceding argument.
28493
28494         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
28495         * build-aux/bootstrap (cp_mark_as_generated): Create any required
28496         parent destination directories before copying a file into place.
28497
28498 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
28499
28500         bootstrap: work also with 4-argument variant of AC_INIT
28501         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
28502
28503 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
28504
28505         Port test-getaddrinfo to Solaris.
28506         Problem reported by Bruno Haible in
28507         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
28508         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
28509         explanation of setting 'hints'.
28510         Don't reject an implementation merely because it returns EAI_SERVICE.
28511         (EAI_SERVICE): Define to 0 if not defined.
28512
28513 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
28514
28515         The license of gnu-make and posix-shell is now "GPLed build tool".
28516         * modules/gnu-make (License): Likewise.
28517         * modules/posix-shell (License): Likewise.
28518
28519         New module posix-shell, for determining a POSIX shell
28520         or perhaps something that is close enough to a POSIX shell.
28521         * m4/posix-shell.m4: New file.
28522         * modules/posix-shell: New file.
28523
28524         * MODULES.html.sh: Mention new module.
28525
28526         New module gnu-make, for determining whether we're using GNU Make.
28527         * m4/gnu-make.m4: New file.
28528         * modules/gnu-make: New file.
28529         * MODULES.html.sh: Mention new module.
28530
28531 2007-11-14  Jim Meyering  <meyering@redhat.com>
28532
28533         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
28534         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
28535         use this macro to create a function _definition_.
28536         Remove useless "#undef ARGMATCH_DIE".
28537
28538 2007-11-14  Bruno Haible  <bruno@clisp.org>
28539
28540         * lib/config.charset: Update for OpenBSD 4.1.
28541         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
28542
28543 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
28544
28545         Document 64-bit #if problems in stdint.texi.
28546         * doc/headers/stdint.texi (stdint.h): Mention problems with
28547         64-bit-#if, and how to work around them.
28548
28549         Don't insist on 'long long int' support in the preprocessor.  It
28550         breaks too many things.  For example, PRIdMAX still uses a 'long
28551         long int' format with the latest Sun compiler, even though
28552         HAVE_LONG_LONG_INT isn't defined due to that compiler's
28553         preprocessor problem.  This causes the latest coreutils to dump
28554         core on Solaris 10 sparc with the Sun C compiler.
28555         Instead, fix the 2007-10-16 problem in a different way, by evaluating
28556         the troublesome expressions at configure-time, not at #if-time.
28557         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
28558         preprocessor.
28559         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
28560         compile-time C checks, done at 'configure'-time.
28561         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
28562         * modules/inttypes (Makefile): Substitute the new symbols that
28563         gl_INTTYPES_H now generates.
28564         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
28565
28566 2007-11-12  Bruno Haible  <bruno@clisp.org>
28567
28568         Tests for Unicode character classification functions.
28569
28570         * modules/unictype/bidicategory-byname-tests: New file.
28571         * modules/unictype/bidicategory-name-tests: New file.
28572         * modules/unictype/bidicategory-of-tests: New file.
28573         * modules/unictype/bidicategory-test-tests: New file.
28574         * modules/unictype/block-list-tests: New file.
28575         * modules/unictype/block-of-tests: New file.
28576         * modules/unictype/block-test-tests: New file.
28577         * modules/unictype/category-C-tests: New file.
28578         * modules/unictype/category-Cc-tests: New file.
28579         * modules/unictype/category-Cf-tests: New file.
28580         * modules/unictype/category-Cn-tests: New file.
28581         * modules/unictype/category-Co-tests: New file.
28582         * modules/unictype/category-Cs-tests: New file.
28583         * modules/unictype/category-L-tests: New file.
28584         * modules/unictype/category-Ll-tests: New file.
28585         * modules/unictype/category-Lm-tests: New file.
28586         * modules/unictype/category-Lo-tests: New file.
28587         * modules/unictype/category-Lt-tests: New file.
28588         * modules/unictype/category-Lu-tests: New file.
28589         * modules/unictype/category-M-tests: New file.
28590         * modules/unictype/category-Mc-tests: New file.
28591         * modules/unictype/category-Me-tests: New file.
28592         * modules/unictype/category-Mn-tests: New file.
28593         * modules/unictype/category-N-tests: New file.
28594         * modules/unictype/category-Nd-tests: New file.
28595         * modules/unictype/category-Nl-tests: New file.
28596         * modules/unictype/category-No-tests: New file.
28597         * modules/unictype/category-P-tests: New file.
28598         * modules/unictype/category-Pc-tests: New file.
28599         * modules/unictype/category-Pd-tests: New file.
28600         * modules/unictype/category-Pe-tests: New file.
28601         * modules/unictype/category-Pf-tests: New file.
28602         * modules/unictype/category-Pi-tests: New file.
28603         * modules/unictype/category-Po-tests: New file.
28604         * modules/unictype/category-Ps-tests: New file.
28605         * modules/unictype/category-S-tests: New file.
28606         * modules/unictype/category-Sc-tests: New file.
28607         * modules/unictype/category-Sk-tests: New file.
28608         * modules/unictype/category-Sm-tests: New file.
28609         * modules/unictype/category-So-tests: New file.
28610         * modules/unictype/category-Z-tests: New file.
28611         * modules/unictype/category-Zl-tests: New file.
28612         * modules/unictype/category-Zp-tests: New file.
28613         * modules/unictype/category-Zs-tests: New file.
28614         * modules/unictype/category-and-not-tests: New file.
28615         * modules/unictype/category-and-tests: New file.
28616         * modules/unictype/category-byname-tests: New file.
28617         * modules/unictype/category-name-tests: New file.
28618         * modules/unictype/category-none-tests: New file.
28619         * modules/unictype/category-of-tests: New file.
28620         * modules/unictype/category-or-tests: New file.
28621         * modules/unictype/category-test-withtable-tests: New file.
28622         * modules/unictype/combining-class-tests: New file.
28623         * modules/unictype/ctype-alnum-tests: New file.
28624         * modules/unictype/ctype-alpha-tests: New file.
28625         * modules/unictype/ctype-blank-tests: New file.
28626         * modules/unictype/ctype-cntrl-tests: New file.
28627         * modules/unictype/ctype-digit-tests: New file.
28628         * modules/unictype/ctype-graph-tests: New file.
28629         * modules/unictype/ctype-lower-tests: New file.
28630         * modules/unictype/ctype-print-tests: New file.
28631         * modules/unictype/ctype-punct-tests: New file.
28632         * modules/unictype/ctype-space-tests: New file.
28633         * modules/unictype/ctype-upper-tests: New file.
28634         * modules/unictype/ctype-xdigit-tests: New file.
28635         * modules/unictype/decimal-digit-tests: New file.
28636         * modules/unictype/digit-tests: New file.
28637         * modules/unictype/mirror-tests: New file.
28638         * modules/unictype/numeric-tests: New file.
28639         * modules/unictype/property-alphabetic-tests: New file.
28640         * modules/unictype/property-ascii-hex-digit-tests: New file.
28641         * modules/unictype/property-bidi-arabic-digit-tests: New file.
28642         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
28643         * modules/unictype/property-bidi-block-separator-tests: New file.
28644         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
28645         * modules/unictype/property-bidi-common-separator-tests: New file.
28646         * modules/unictype/property-bidi-control-tests: New file.
28647         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
28648         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
28649         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
28650         * modules/unictype/property-bidi-european-digit-tests: New file.
28651         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
28652         * modules/unictype/property-bidi-left-to-right-tests: New file.
28653         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
28654         * modules/unictype/property-bidi-other-neutral-tests: New file.
28655         * modules/unictype/property-bidi-pdf-tests: New file.
28656         * modules/unictype/property-bidi-segment-separator-tests: New file.
28657         * modules/unictype/property-bidi-whitespace-tests: New file.
28658         * modules/unictype/property-byname-tests: New file.
28659         * modules/unictype/property-combining-tests: New file.
28660         * modules/unictype/property-composite-tests: New file.
28661         * modules/unictype/property-currency-symbol-tests: New file.
28662         * modules/unictype/property-dash-tests: New file.
28663         * modules/unictype/property-decimal-digit-tests: New file.
28664         * modules/unictype/property-default-ignorable-code-point-tests: New file.
28665         * modules/unictype/property-deprecated-tests: New file.
28666         * modules/unictype/property-diacritic-tests: New file.
28667         * modules/unictype/property-extender-tests: New file.
28668         * modules/unictype/property-format-control-tests: New file.
28669         * modules/unictype/property-grapheme-base-tests: New file.
28670         * modules/unictype/property-grapheme-extend-tests: New file.
28671         * modules/unictype/property-grapheme-link-tests: New file.
28672         * modules/unictype/property-hex-digit-tests: New file.
28673         * modules/unictype/property-hyphen-tests: New file.
28674         * modules/unictype/property-id-continue-tests: New file.
28675         * modules/unictype/property-id-start-tests: New file.
28676         * modules/unictype/property-ideographic-tests: New file.
28677         * modules/unictype/property-ids-binary-operator-tests: New file.
28678         * modules/unictype/property-ids-trinary-operator-tests: New file.
28679         * modules/unictype/property-ignorable-control-tests: New file.
28680         * modules/unictype/property-iso-control-tests: New file.
28681         * modules/unictype/property-join-control-tests: New file.
28682         * modules/unictype/property-left-of-pair-tests: New file.
28683         * modules/unictype/property-line-separator-tests: New file.
28684         * modules/unictype/property-logical-order-exception-tests: New file.
28685         * modules/unictype/property-lowercase-tests: New file.
28686         * modules/unictype/property-math-tests: New file.
28687         * modules/unictype/property-non-break-tests: New file.
28688         * modules/unictype/property-not-a-character-tests: New file.
28689         * modules/unictype/property-numeric-tests: New file.
28690         * modules/unictype/property-other-alphabetic-tests: New file.
28691         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
28692         * modules/unictype/property-other-grapheme-extend-tests: New file.
28693         * modules/unictype/property-other-id-continue-tests: New file.
28694         * modules/unictype/property-other-id-start-tests: New file.
28695         * modules/unictype/property-other-lowercase-tests: New file.
28696         * modules/unictype/property-other-math-tests: New file.
28697         * modules/unictype/property-other-uppercase-tests: New file.
28698         * modules/unictype/property-paired-punctuation-tests: New file.
28699         * modules/unictype/property-paragraph-separator-tests: New file.
28700         * modules/unictype/property-pattern-syntax-tests: New file.
28701         * modules/unictype/property-pattern-white-space-tests: New file.
28702         * modules/unictype/property-private-use-tests: New file.
28703         * modules/unictype/property-punctuation-tests: New file.
28704         * modules/unictype/property-quotation-mark-tests: New file.
28705         * modules/unictype/property-radical-tests: New file.
28706         * modules/unictype/property-sentence-terminal-tests: New file.
28707         * modules/unictype/property-soft-dotted-tests: New file.
28708         * modules/unictype/property-space-tests: New file.
28709         * modules/unictype/property-terminal-punctuation-tests: New file.
28710         * modules/unictype/property-test-tests: New file.
28711         * modules/unictype/property-titlecase-tests: New file.
28712         * modules/unictype/property-unassigned-code-value-tests: New file.
28713         * modules/unictype/property-unified-ideograph-tests: New file.
28714         * modules/unictype/property-uppercase-tests: New file.
28715         * modules/unictype/property-variation-selector-tests: New file.
28716         * modules/unictype/property-white-space-tests: New file.
28717         * modules/unictype/property-xid-continue-tests: New file.
28718         * modules/unictype/property-xid-start-tests: New file.
28719         * modules/unictype/property-zero-width-tests: New file.
28720         * modules/unictype/scripts-tests: New file.
28721         * modules/unictype/syntax-c-ident-tests: New file.
28722         * modules/unictype/syntax-c-whitespace-tests: New file.
28723         * modules/unictype/syntax-java-ident-tests: New file.
28724         * modules/unictype/syntax-java-whitespace-tests: New file.
28725         * tests/unictype/test-bidi_byname.c: New file.
28726         * tests/unictype/test-bidi_name.c: New file.
28727         * tests/unictype/test-bidi_of.c: New file.
28728         * tests/unictype/test-bidi_test.c: New file.
28729         * tests/unictype/test-block_list.c: New file.
28730         * tests/unictype/test-block_of.c: New file.
28731         * tests/unictype/test-block_test.c: New file.
28732         * tests/unictype/test-categ_and.c: New file.
28733         * tests/unictype/test-categ_and_not.c: New file.
28734         * tests/unictype/test-categ_byname.c: New file.
28735         * tests/unictype/test-categ_name.c: New file.
28736         * tests/unictype/test-categ_none.c: New file.
28737         * tests/unictype/test-categ_of.c: New file.
28738         * tests/unictype/test-categ_or.c: New file.
28739         * tests/unictype/test-categ_test_withtable.c: New file.
28740         * tests/unictype/test-combining.c: New file.
28741         * tests/unictype/test-decdigit.c: New file.
28742         * tests/unictype/test-digit.c: New file.
28743         * tests/unictype/test-mirror.c: New file.
28744         * tests/unictype/test-numeric.c: New file.
28745         * tests/unictype/test-pr_byname.c: New file.
28746         * tests/unictype/test-pr_test.c: New file.
28747         * tests/unictype/test-predicate-part1.h: New file.
28748         * tests/unictype/test-predicate-part2.h: New file.
28749         * tests/unictype/test-scripts.c: New file.
28750         * tests/unictype/test-sy_c_ident.c: New file.
28751         * tests/unictype/test-sy_java_ident.c: New file.
28752
28753         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
28754         for Unicode 5.0.0.
28755         * tests/unictype/test-categ_Cc.c: Likewise.
28756         * tests/unictype/test-categ_Cf.c: Likewise.
28757         * tests/unictype/test-categ_Cn.c: Likewise.
28758         * tests/unictype/test-categ_Co.c: Likewise.
28759         * tests/unictype/test-categ_Cs.c: Likewise.
28760         * tests/unictype/test-categ_L.c: Likewise.
28761         * tests/unictype/test-categ_Ll.c: Likewise.
28762         * tests/unictype/test-categ_Lm.c: Likewise.
28763         * tests/unictype/test-categ_Lo.c: Likewise.
28764         * tests/unictype/test-categ_Lt.c: Likewise.
28765         * tests/unictype/test-categ_Lu.c: Likewise.
28766         * tests/unictype/test-categ_M.c: Likewise.
28767         * tests/unictype/test-categ_Mc.c: Likewise.
28768         * tests/unictype/test-categ_Me.c: Likewise.
28769         * tests/unictype/test-categ_Mn.c: Likewise.
28770         * tests/unictype/test-categ_N.c: Likewise.
28771         * tests/unictype/test-categ_Nd.c: Likewise.
28772         * tests/unictype/test-categ_Nl.c: Likewise.
28773         * tests/unictype/test-categ_No.c: Likewise.
28774         * tests/unictype/test-categ_P.c: Likewise.
28775         * tests/unictype/test-categ_Pc.c: Likewise.
28776         * tests/unictype/test-categ_Pd.c: Likewise.
28777         * tests/unictype/test-categ_Pe.c: Likewise.
28778         * tests/unictype/test-categ_Pf.c: Likewise.
28779         * tests/unictype/test-categ_Pi.c: Likewise.
28780         * tests/unictype/test-categ_Po.c: Likewise.
28781         * tests/unictype/test-categ_Ps.c: Likewise.
28782         * tests/unictype/test-categ_S.c: Likewise.
28783         * tests/unictype/test-categ_Sc.c: Likewise.
28784         * tests/unictype/test-categ_Sk.c: Likewise.
28785         * tests/unictype/test-categ_Sm.c: Likewise.
28786         * tests/unictype/test-categ_So.c: Likewise.
28787         * tests/unictype/test-categ_Z.c: Likewise.
28788         * tests/unictype/test-categ_Zl.c: Likewise.
28789         * tests/unictype/test-categ_Zp.c: Likewise.
28790         * tests/unictype/test-categ_Zs.c: Likewise.
28791         * tests/unictype/test-ctype_alnum.c: Likewise.
28792         * tests/unictype/test-ctype_alpha.c: Likewise.
28793         * tests/unictype/test-ctype_blank.c: Likewise.
28794         * tests/unictype/test-ctype_cntrl.c: Likewise.
28795         * tests/unictype/test-ctype_digit.c: Likewise.
28796         * tests/unictype/test-ctype_graph.c: Likewise.
28797         * tests/unictype/test-ctype_lower.c: Likewise.
28798         * tests/unictype/test-ctype_print.c: Likewise.
28799         * tests/unictype/test-ctype_punct.c: Likewise.
28800         * tests/unictype/test-ctype_space.c: Likewise.
28801         * tests/unictype/test-ctype_upper.c: Likewise.
28802         * tests/unictype/test-ctype_xdigit.c: Likewise.
28803         * tests/unictype/test-decdigit.h: Likewise.
28804         * tests/unictype/test-digit.h: Likewise.
28805         * tests/unictype/test-numeric.h: Likewise.
28806         * tests/unictype/test-pr_alphabetic.c: Likewise.
28807         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
28808         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
28809         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
28810         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
28811         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
28812         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
28813         * tests/unictype/test-pr_bidi_control.c: Likewise.
28814         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
28815         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
28816         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
28817         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
28818         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
28819         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
28820         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
28821         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
28822         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
28823         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
28824         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
28825         * tests/unictype/test-pr_combining.c: Likewise.
28826         * tests/unictype/test-pr_composite.c: Likewise.
28827         * tests/unictype/test-pr_currency_symbol.c: Likewise.
28828         * tests/unictype/test-pr_dash.c: Likewise.
28829         * tests/unictype/test-pr_decimal_digit.c: Likewise.
28830         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
28831         * tests/unictype/test-pr_deprecated.c: Likewise.
28832         * tests/unictype/test-pr_diacritic.c: Likewise.
28833         * tests/unictype/test-pr_extender.c: Likewise.
28834         * tests/unictype/test-pr_format_control.c: Likewise.
28835         * tests/unictype/test-pr_grapheme_base.c: Likewise.
28836         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
28837         * tests/unictype/test-pr_grapheme_link.c: Likewise.
28838         * tests/unictype/test-pr_hex_digit.c: Likewise.
28839         * tests/unictype/test-pr_hyphen.c: Likewise.
28840         * tests/unictype/test-pr_id_continue.c: Likewise.
28841         * tests/unictype/test-pr_id_start.c: Likewise.
28842         * tests/unictype/test-pr_ideographic.c: Likewise.
28843         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
28844         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
28845         * tests/unictype/test-pr_ignorable_control.c: Likewise.
28846         * tests/unictype/test-pr_iso_control.c: Likewise.
28847         * tests/unictype/test-pr_join_control.c: Likewise.
28848         * tests/unictype/test-pr_left_of_pair.c: Likewise.
28849         * tests/unictype/test-pr_line_separator.c: Likewise.
28850         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
28851         * tests/unictype/test-pr_lowercase.c: Likewise.
28852         * tests/unictype/test-pr_math.c: Likewise.
28853         * tests/unictype/test-pr_non_break.c: Likewise.
28854         * tests/unictype/test-pr_not_a_character.c: Likewise.
28855         * tests/unictype/test-pr_numeric.c: Likewise.
28856         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
28857         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
28858         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
28859         * tests/unictype/test-pr_other_id_continue.c: Likewise.
28860         * tests/unictype/test-pr_other_id_start.c: Likewise.
28861         * tests/unictype/test-pr_other_lowercase.c: Likewise.
28862         * tests/unictype/test-pr_other_math.c: Likewise.
28863         * tests/unictype/test-pr_other_uppercase.c: Likewise.
28864         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
28865         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
28866         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
28867         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
28868         * tests/unictype/test-pr_private_use.c: Likewise.
28869         * tests/unictype/test-pr_punctuation.c: Likewise.
28870         * tests/unictype/test-pr_quotation_mark.c: Likewise.
28871         * tests/unictype/test-pr_radical.c: Likewise.
28872         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
28873         * tests/unictype/test-pr_soft_dotted.c: Likewise.
28874         * tests/unictype/test-pr_space.c: Likewise.
28875         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
28876         * tests/unictype/test-pr_titlecase.c: Likewise.
28877         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
28878         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
28879         * tests/unictype/test-pr_uppercase.c: Likewise.
28880         * tests/unictype/test-pr_variation_selector.c: Likewise.
28881         * tests/unictype/test-pr_white_space.c: Likewise.
28882         * tests/unictype/test-pr_xid_continue.c: Likewise.
28883         * tests/unictype/test-pr_xid_start.c: Likewise.
28884         * tests/unictype/test-pr_zero_width.c: Likewise.
28885         * tests/unictype/test-sy_c_whitespace.c: Likewise.
28886         * tests/unictype/test-sy_java_whitespace.c: Likewise.
28887
28888 2007-11-12  Bruno Haible  <bruno@clisp.org>
28889
28890         Unicode character classification functions.
28891         * lib/unictype.h: New file.
28892         * modules/unictype/base: New file.
28893         * modules/unictype/category-L: New file.
28894         * modules/unictype/category-Lu: New file.
28895         * modules/unictype/category-Ll: New file.
28896         * modules/unictype/category-Lt: New file.
28897         * modules/unictype/category-Lm: New file.
28898         * modules/unictype/category-Lo: New file.
28899         * modules/unictype/category-M: New file.
28900         * modules/unictype/category-Mn: New file.
28901         * modules/unictype/category-Mc: New file.
28902         * modules/unictype/category-Me: New file.
28903         * modules/unictype/category-N: New file.
28904         * modules/unictype/category-Nd: New file.
28905         * modules/unictype/category-Nl: New file.
28906         * modules/unictype/category-No: New file.
28907         * modules/unictype/category-P: New file.
28908         * modules/unictype/category-Pc: New file.
28909         * modules/unictype/category-Pd: New file.
28910         * modules/unictype/category-Ps: New file.
28911         * modules/unictype/category-Pe: New file.
28912         * modules/unictype/category-Pi: New file.
28913         * modules/unictype/category-Pf: New file.
28914         * modules/unictype/category-Po: New file.
28915         * modules/unictype/category-S: New file.
28916         * modules/unictype/category-Sm: New file.
28917         * modules/unictype/category-Sc: New file.
28918         * modules/unictype/category-Sk: New file.
28919         * modules/unictype/category-So: New file.
28920         * modules/unictype/category-Z: New file.
28921         * modules/unictype/category-Zs: New file.
28922         * modules/unictype/category-Zl: New file.
28923         * modules/unictype/category-Zp: New file.
28924         * modules/unictype/category-C: New file.
28925         * modules/unictype/category-Cc: New file.
28926         * modules/unictype/category-Cf: New file.
28927         * modules/unictype/category-Cs: New file.
28928         * modules/unictype/category-Co: New file.
28929         * modules/unictype/category-Cn: New file.
28930         * modules/unictype/category-or: New file.
28931         * modules/unictype/category-of: New file.
28932         * modules/unictype/category-test: New file.
28933         * modules/unictype/category-test-withtable: New file.
28934         * modules/unictype/category-byname: New file.
28935         * modules/unictype/category-none: New file.
28936         * modules/unictype/category-and: New file.
28937         * modules/unictype/category-and-not: New file.
28938         * modules/unictype/category-name: New file.
28939         * modules/unictype/combining-class: New file.
28940         * modules/unictype/category-all: New file.
28941         * modules/unictype/bidicategory-all: New file.
28942         * modules/unictype/bidicategory-byname: New file.
28943         * modules/unictype/bidicategory-name: New file.
28944         * modules/unictype/bidicategory-of: New file.
28945         * modules/unictype/bidicategory-test: New file.
28946         * modules/unictype/decimal-digit: New file.
28947         * modules/unictype/digit: New file.
28948         * modules/unictype/numeric: New file.
28949         * modules/unictype/mirror: New file.
28950         * modules/unictype/property-white-space: New file.
28951         * modules/unictype/property-alphabetic: New file.
28952         * modules/unictype/property-other-alphabetic: New file.
28953         * modules/unictype/property-not-a-character: New file.
28954         * modules/unictype/property-default-ignorable-code-point: New file.
28955         * modules/unictype/property-other-default-ignorable-code-point: New
28956         file.
28957         * modules/unictype/property-deprecated: New file.
28958         * modules/unictype/property-logical-order-exception: New file.
28959         * modules/unictype/property-variation-selector: New file.
28960         * modules/unictype/property-private-use: New file.
28961         * modules/unictype/property-unassigned-code-value: New file.
28962         * modules/unictype/property-uppercase: New file.
28963         * modules/unictype/property-other-uppercase: New file.
28964         * modules/unictype/property-lowercase: New file.
28965         * modules/unictype/property-other-lowercase: New file.
28966         * modules/unictype/property-titlecase: New file.
28967         * modules/unictype/property-soft-dotted: New file.
28968         * modules/unictype/property-id-start: New file.
28969         * modules/unictype/property-other-id-start: New file.
28970         * modules/unictype/property-id-continue: New file.
28971         * modules/unictype/property-other-id-continue: New file.
28972         * modules/unictype/property-xid-start: New file.
28973         * modules/unictype/property-xid-continue: New file.
28974         * modules/unictype/property-pattern-white-space: New file.
28975         * modules/unictype/property-pattern-syntax: New file.
28976         * modules/unictype/property-join-control: New file.
28977         * modules/unictype/property-grapheme-base: New file.
28978         * modules/unictype/property-grapheme-extend: New file.
28979         * modules/unictype/property-other-grapheme-extend: New file.
28980         * modules/unictype/property-grapheme-link: New file.
28981         * modules/unictype/property-bidi-control: New file.
28982         * modules/unictype/property-bidi-left-to-right: New file.
28983         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
28984         * modules/unictype/property-bidi-arabic-right-to-left: New file.
28985         * modules/unictype/property-bidi-european-digit: New file.
28986         * modules/unictype/property-bidi-eur-num-separator: New file.
28987         * modules/unictype/property-bidi-eur-num-terminator: New file.
28988         * modules/unictype/property-bidi-arabic-digit: New file.
28989         * modules/unictype/property-bidi-common-separator: New file.
28990         * modules/unictype/property-bidi-block-separator: New file.
28991         * modules/unictype/property-bidi-segment-separator: New file.
28992         * modules/unictype/property-bidi-whitespace: New file.
28993         * modules/unictype/property-bidi-non-spacing-mark: New file.
28994         * modules/unictype/property-bidi-boundary-neutral: New file.
28995         * modules/unictype/property-bidi-pdf: New file.
28996         * modules/unictype/property-bidi-embedding-or-override: New file.
28997         * modules/unictype/property-bidi-other-neutral: New file.
28998         * modules/unictype/property-hex-digit: New file.
28999         * modules/unictype/property-ascii-hex-digit: New file.
29000         * modules/unictype/property-ideographic: New file.
29001         * modules/unictype/property-unified-ideograph: New file.
29002         * modules/unictype/property-radical: New file.
29003         * modules/unictype/property-ids-binary-operator: New file.
29004         * modules/unictype/property-ids-trinary-operator: New file.
29005         * modules/unictype/property-zero-width: New file.
29006         * modules/unictype/property-space: New file.
29007         * modules/unictype/property-non-break: New file.
29008         * modules/unictype/property-iso-control: New file.
29009         * modules/unictype/property-format-control: New file.
29010         * modules/unictype/property-dash: New file.
29011         * modules/unictype/property-hyphen: New file.
29012         * modules/unictype/property-punctuation: New file.
29013         * modules/unictype/property-line-separator: New file.
29014         * modules/unictype/property-paragraph-separator: New file.
29015         * modules/unictype/property-quotation-mark: New file.
29016         * modules/unictype/property-sentence-terminal: New file.
29017         * modules/unictype/property-terminal-punctuation: New file.
29018         * modules/unictype/property-currency-symbol: New file.
29019         * modules/unictype/property-math: New file.
29020         * modules/unictype/property-other-math: New file.
29021         * modules/unictype/property-paired-punctuation: New file.
29022         * modules/unictype/property-left-of-pair: New file.
29023         * modules/unictype/property-combining: New file.
29024         * modules/unictype/property-composite: New file.
29025         * modules/unictype/property-decimal-digit: New file.
29026         * modules/unictype/property-numeric: New file.
29027         * modules/unictype/property-diacritic: New file.
29028         * modules/unictype/property-extender: New file.
29029         * modules/unictype/property-ignorable-control: New file.
29030         * modules/unictype/property-test: New file.
29031         * modules/unictype/property-byname: New file.
29032         * modules/unictype/property-all: New file.
29033         * modules/unictype/scripts: New file.
29034         * modules/unictype/scripts-all: New file.
29035         * modules/unictype/block-of: New file.
29036         * modules/unictype/block-test: New file.
29037         * modules/unictype/block-list: New file.
29038         * modules/unictype/block-all: New file.
29039         * modules/unictype/syntax-c-whitespace: New file.
29040         * modules/unictype/syntax-java-whitespace: New file.
29041         * modules/unictype/syntax-c-ident: New file.
29042         * modules/unictype/syntax-java-ident: New file.
29043         * modules/unictype/ctype-alnum: New file.
29044         * modules/unictype/ctype-alpha: New file.
29045         * modules/unictype/ctype-cntrl: New file.
29046         * modules/unictype/ctype-digit: New file.
29047         * modules/unictype/ctype-graph: New file.
29048         * modules/unictype/ctype-lower: New file.
29049         * modules/unictype/ctype-print: New file.
29050         * modules/unictype/ctype-punct: New file.
29051         * modules/unictype/ctype-space: New file.
29052         * modules/unictype/ctype-upper: New file.
29053         * modules/unictype/ctype-xdigit: New file.
29054         * modules/unictype/ctype-blank: New file.
29055         * lib/unictype/bidi_byname.c: New file.
29056         * lib/unictype/bidi_name.c: New file.
29057         * lib/unictype/bidi_of.c: New file.
29058         * lib/unictype/bidi_test.c: New file.
29059         * lib/unictype/bitmap.h: New file.
29060         * lib/unictype/block_test.c: New file.
29061         * lib/unictype/blocks.c: New file.
29062         * lib/unictype/categ_C.c: New file.
29063         * lib/unictype/categ_Cc.c: New file.
29064         * lib/unictype/categ_Cf.c: New file.
29065         * lib/unictype/categ_Cn.c: New file.
29066         * lib/unictype/categ_Co.c: New file.
29067         * lib/unictype/categ_Cs.c: New file.
29068         * lib/unictype/categ_L.c: New file.
29069         * lib/unictype/categ_Ll.c: New file.
29070         * lib/unictype/categ_Lm.c: New file.
29071         * lib/unictype/categ_Lo.c: New file.
29072         * lib/unictype/categ_Lt.c: New file.
29073         * lib/unictype/categ_Lu.c: New file.
29074         * lib/unictype/categ_M.c: New file.
29075         * lib/unictype/categ_Mc.c: New file.
29076         * lib/unictype/categ_Me.c: New file.
29077         * lib/unictype/categ_Mn.c: New file.
29078         * lib/unictype/categ_N.c: New file.
29079         * lib/unictype/categ_Nd.c: New file.
29080         * lib/unictype/categ_Nl.c: New file.
29081         * lib/unictype/categ_No.c: New file.
29082         * lib/unictype/categ_P.c: New file.
29083         * lib/unictype/categ_Pc.c: New file.
29084         * lib/unictype/categ_Pd.c: New file.
29085         * lib/unictype/categ_Pe.c: New file.
29086         * lib/unictype/categ_Pf.c: New file.
29087         * lib/unictype/categ_Pi.c: New file.
29088         * lib/unictype/categ_Po.c: New file.
29089         * lib/unictype/categ_Ps.c: New file.
29090         * lib/unictype/categ_S.c: New file.
29091         * lib/unictype/categ_Sc.c: New file.
29092         * lib/unictype/categ_Sk.c: New file.
29093         * lib/unictype/categ_Sm.c: New file.
29094         * lib/unictype/categ_So.c: New file.
29095         * lib/unictype/categ_Z.c: New file.
29096         * lib/unictype/categ_Zl.c: New file.
29097         * lib/unictype/categ_Zp.c: New file.
29098         * lib/unictype/categ_Zs.c: New file.
29099         * lib/unictype/categ_and.c: New file.
29100         * lib/unictype/categ_and_not.c: New file.
29101         * lib/unictype/categ_byname.c: New file.
29102         * lib/unictype/categ_name.c: New file.
29103         * lib/unictype/categ_none.c: New file.
29104         * lib/unictype/categ_of.c: New file.
29105         * lib/unictype/categ_or.c: New file.
29106         * lib/unictype/categ_test.c: New file.
29107         * lib/unictype/combining.c: New file.
29108         * lib/unictype/ctype_alnum.c: New file.
29109         * lib/unictype/ctype_alpha.c: New file.
29110         * lib/unictype/ctype_blank.c: New file.
29111         * lib/unictype/ctype_cntrl.c: New file.
29112         * lib/unictype/ctype_digit.c: New file.
29113         * lib/unictype/ctype_graph.c: New file.
29114         * lib/unictype/ctype_lower.c: New file.
29115         * lib/unictype/ctype_print.c: New file.
29116         * lib/unictype/ctype_punct.c: New file.
29117         * lib/unictype/ctype_space.c: New file.
29118         * lib/unictype/ctype_upper.c: New file.
29119         * lib/unictype/ctype_xdigit.c: New file.
29120         * lib/unictype/decdigit.c: New file.
29121         * lib/unictype/digit.c: New file.
29122         * lib/unictype/identsyntaxmap.h: New file.
29123         * lib/unictype/mirror.c: New file.
29124         * lib/unictype/numeric.c: New file.
29125         * lib/unictype/pr_alphabetic.c: New file.
29126         * lib/unictype/pr_ascii_hex_digit.c: New file.
29127         * lib/unictype/pr_bidi_arabic_digit.c: New file.
29128         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
29129         * lib/unictype/pr_bidi_block_separator.c: New file.
29130         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
29131         * lib/unictype/pr_bidi_common_separator.c: New file.
29132         * lib/unictype/pr_bidi_control.c: New file.
29133         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
29134         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
29135         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
29136         * lib/unictype/pr_bidi_european_digit.c: New file.
29137         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
29138         * lib/unictype/pr_bidi_left_to_right.c: New file.
29139         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
29140         * lib/unictype/pr_bidi_other_neutral.c: New file.
29141         * lib/unictype/pr_bidi_pdf.c: New file.
29142         * lib/unictype/pr_bidi_segment_separator.c: New file.
29143         * lib/unictype/pr_bidi_whitespace.c: New file.
29144         * lib/unictype/pr_byname.c: New file.
29145         * lib/unictype/pr_byname.gperf: New file.
29146         * lib/unictype/pr_combining.c: New file.
29147         * lib/unictype/pr_composite.c: New file.
29148         * lib/unictype/pr_currency_symbol.c: New file.
29149         * lib/unictype/pr_dash.c: New file.
29150         * lib/unictype/pr_decimal_digit.c: New file.
29151         * lib/unictype/pr_default_ignorable_code_point.c: New file.
29152         * lib/unictype/pr_deprecated.c: New file.
29153         * lib/unictype/pr_diacritic.c: New file.
29154         * lib/unictype/pr_extender.c: New file.
29155         * lib/unictype/pr_format_control.c: New file.
29156         * lib/unictype/pr_grapheme_base.c: New file.
29157         * lib/unictype/pr_grapheme_extend.c: New file.
29158         * lib/unictype/pr_grapheme_link.c: New file.
29159         * lib/unictype/pr_hex_digit.c: New file.
29160         * lib/unictype/pr_hyphen.c: New file.
29161         * lib/unictype/pr_id_continue.c: New file.
29162         * lib/unictype/pr_id_start.c: New file.
29163         * lib/unictype/pr_ideographic.c: New file.
29164         * lib/unictype/pr_ids_binary_operator.c: New file.
29165         * lib/unictype/pr_ids_trinary_operator.c: New file.
29166         * lib/unictype/pr_ignorable_control.c: New file.
29167         * lib/unictype/pr_iso_control.c: New file.
29168         * lib/unictype/pr_join_control.c: New file.
29169         * lib/unictype/pr_left_of_pair.c: New file.
29170         * lib/unictype/pr_line_separator.c: New file.
29171         * lib/unictype/pr_logical_order_exception.c: New file.
29172         * lib/unictype/pr_lowercase.c: New file.
29173         * lib/unictype/pr_math.c: New file.
29174         * lib/unictype/pr_non_break.c: New file.
29175         * lib/unictype/pr_not_a_character.c: New file.
29176         * lib/unictype/pr_numeric.c: New file.
29177         * lib/unictype/pr_other_alphabetic.c: New file.
29178         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
29179         * lib/unictype/pr_other_grapheme_extend.c: New file.
29180         * lib/unictype/pr_other_id_continue.c: New file.
29181         * lib/unictype/pr_other_id_start.c: New file.
29182         * lib/unictype/pr_other_lowercase.c: New file.
29183         * lib/unictype/pr_other_math.c: New file.
29184         * lib/unictype/pr_other_uppercase.c: New file.
29185         * lib/unictype/pr_paired_punctuation.c: New file.
29186         * lib/unictype/pr_paragraph_separator.c: New file.
29187         * lib/unictype/pr_pattern_syntax.c: New file.
29188         * lib/unictype/pr_pattern_white_space.c: New file.
29189         * lib/unictype/pr_private_use.c: New file.
29190         * lib/unictype/pr_punctuation.c: New file.
29191         * lib/unictype/pr_quotation_mark.c: New file.
29192         * lib/unictype/pr_radical.c: New file.
29193         * lib/unictype/pr_sentence_terminal.c: New file.
29194         * lib/unictype/pr_soft_dotted.c: New file.
29195         * lib/unictype/pr_space.c: New file.
29196         * lib/unictype/pr_terminal_punctuation.c: New file.
29197         * lib/unictype/pr_test.c: New file.
29198         * lib/unictype/pr_titlecase.c: New file.
29199         * lib/unictype/pr_unassigned_code_value.c: New file.
29200         * lib/unictype/pr_unified_ideograph.c: New file.
29201         * lib/unictype/pr_uppercase.c: New file.
29202         * lib/unictype/pr_variation_selector.c: New file.
29203         * lib/unictype/pr_white_space.c: New file.
29204         * lib/unictype/pr_xid_continue.c: New file.
29205         * lib/unictype/pr_xid_start.c: New file.
29206         * lib/unictype/pr_zero_width.c: New file.
29207         * lib/unictype/scripts.c: New file.
29208         * lib/unictype/sy_c_ident.c: New file.
29209         * lib/unictype/sy_c_whitespace.c: New file.
29210         * lib/unictype/sy_java_ident.c: New file.
29211         * lib/unictype/sy_java_whitespace.c: New file.
29212
29213         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
29214         Unicode 5.0.0.
29215         * lib/unictype/blocks.h: Likewise.
29216         * lib/unictype/categ_C.h: Likewise.
29217         * lib/unictype/categ_Cc.h: Likewise.
29218         * lib/unictype/categ_Cf.h: Likewise.
29219         * lib/unictype/categ_Cn.h: Likewise.
29220         * lib/unictype/categ_Co.h: Likewise.
29221         * lib/unictype/categ_Cs.h: Likewise.
29222         * lib/unictype/categ_L.h: Likewise.
29223         * lib/unictype/categ_Ll.h: Likewise.
29224         * lib/unictype/categ_Lm.h: Likewise.
29225         * lib/unictype/categ_Lo.h: Likewise.
29226         * lib/unictype/categ_Lt.h: Likewise.
29227         * lib/unictype/categ_Lu.h: Likewise.
29228         * lib/unictype/categ_M.h: Likewise.
29229         * lib/unictype/categ_Mc.h: Likewise.
29230         * lib/unictype/categ_Me.h: Likewise.
29231         * lib/unictype/categ_Mn.h: Likewise.
29232         * lib/unictype/categ_N.h: Likewise.
29233         * lib/unictype/categ_Nd.h: Likewise.
29234         * lib/unictype/categ_Nl.h: Likewise.
29235         * lib/unictype/categ_No.h: Likewise.
29236         * lib/unictype/categ_P.h: Likewise.
29237         * lib/unictype/categ_Pc.h: Likewise.
29238         * lib/unictype/categ_Pd.h: Likewise.
29239         * lib/unictype/categ_Pe.h: Likewise.
29240         * lib/unictype/categ_Pf.h: Likewise.
29241         * lib/unictype/categ_Pi.h: Likewise.
29242         * lib/unictype/categ_Po.h: Likewise.
29243         * lib/unictype/categ_Ps.h: Likewise.
29244         * lib/unictype/categ_S.h: Likewise.
29245         * lib/unictype/categ_Sc.h: Likewise.
29246         * lib/unictype/categ_Sk.h: Likewise.
29247         * lib/unictype/categ_Sm.h: Likewise.
29248         * lib/unictype/categ_So.h: Likewise.
29249         * lib/unictype/categ_Z.h: Likewise.
29250         * lib/unictype/categ_Zl.h: Likewise.
29251         * lib/unictype/categ_Zp.h: Likewise.
29252         * lib/unictype/categ_Zs.h: Likewise.
29253         * lib/unictype/categ_of.h: Likewise.
29254         * lib/unictype/combining.h: Likewise.
29255         * lib/unictype/ctype_alnum.h: Likewise.
29256         * lib/unictype/ctype_alpha.h: Likewise.
29257         * lib/unictype/ctype_blank.h: Likewise.
29258         * lib/unictype/ctype_cntrl.h: Likewise.
29259         * lib/unictype/ctype_digit.h: Likewise.
29260         * lib/unictype/ctype_graph.h: Likewise.
29261         * lib/unictype/ctype_lower.h: Likewise.
29262         * lib/unictype/ctype_print.h: Likewise.
29263         * lib/unictype/ctype_punct.h: Likewise.
29264         * lib/unictype/ctype_space.h: Likewise.
29265         * lib/unictype/ctype_upper.h: Likewise.
29266         * lib/unictype/ctype_xdigit.h: Likewise.
29267         * lib/unictype/decdigit.h: Likewise.
29268         * lib/unictype/digit.h: Likewise.
29269         * lib/unictype/mirror.h: Likewise.
29270         * lib/unictype/numeric.h: Likewise.
29271         * lib/unictype/pr_alphabetic.h: Likewise.
29272         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
29273         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
29274         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
29275         * lib/unictype/pr_bidi_block_separator.h: Likewise.
29276         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
29277         * lib/unictype/pr_bidi_common_separator.h: Likewise.
29278         * lib/unictype/pr_bidi_control.h: Likewise.
29279         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
29280         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
29281         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
29282         * lib/unictype/pr_bidi_european_digit.h: Likewise.
29283         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
29284         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
29285         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
29286         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
29287         * lib/unictype/pr_bidi_pdf.h: Likewise.
29288         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
29289         * lib/unictype/pr_bidi_whitespace.h: Likewise.
29290         * lib/unictype/pr_combining.h: Likewise.
29291         * lib/unictype/pr_composite.h: Likewise.
29292         * lib/unictype/pr_currency_symbol.h: Likewise.
29293         * lib/unictype/pr_dash.h: Likewise.
29294         * lib/unictype/pr_decimal_digit.h: Likewise.
29295         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
29296         * lib/unictype/pr_deprecated.h: Likewise.
29297         * lib/unictype/pr_diacritic.h: Likewise.
29298         * lib/unictype/pr_extender.h: Likewise.
29299         * lib/unictype/pr_format_control.h: Likewise.
29300         * lib/unictype/pr_grapheme_base.h: Likewise.
29301         * lib/unictype/pr_grapheme_extend.h: Likewise.
29302         * lib/unictype/pr_grapheme_link.h: Likewise.
29303         * lib/unictype/pr_hex_digit.h: Likewise.
29304         * lib/unictype/pr_hyphen.h: Likewise.
29305         * lib/unictype/pr_id_continue.h: Likewise.
29306         * lib/unictype/pr_id_start.h: Likewise.
29307         * lib/unictype/pr_ideographic.h: Likewise.
29308         * lib/unictype/pr_ids_binary_operator.h: Likewise.
29309         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
29310         * lib/unictype/pr_ignorable_control.h: Likewise.
29311         * lib/unictype/pr_iso_control.h: Likewise.
29312         * lib/unictype/pr_join_control.h: Likewise.
29313         * lib/unictype/pr_left_of_pair.h: Likewise.
29314         * lib/unictype/pr_line_separator.h: Likewise.
29315         * lib/unictype/pr_logical_order_exception.h: Likewise.
29316         * lib/unictype/pr_lowercase.h: Likewise.
29317         * lib/unictype/pr_math.h: Likewise.
29318         * lib/unictype/pr_non_break.h: Likewise.
29319         * lib/unictype/pr_not_a_character.h: Likewise.
29320         * lib/unictype/pr_numeric.h: Likewise.
29321         * lib/unictype/pr_other_alphabetic.h: Likewise.
29322         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
29323         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
29324         * lib/unictype/pr_other_id_continue.h: Likewise.
29325         * lib/unictype/pr_other_id_start.h: Likewise.
29326         * lib/unictype/pr_other_lowercase.h: Likewise.
29327         * lib/unictype/pr_other_math.h: Likewise.
29328         * lib/unictype/pr_other_uppercase.h: Likewise.
29329         * lib/unictype/pr_paired_punctuation.h: Likewise.
29330         * lib/unictype/pr_paragraph_separator.h: Likewise.
29331         * lib/unictype/pr_pattern_syntax.h: Likewise.
29332         * lib/unictype/pr_pattern_white_space.h: Likewise.
29333         * lib/unictype/pr_private_use.h: Likewise.
29334         * lib/unictype/pr_punctuation.h: Likewise.
29335         * lib/unictype/pr_quotation_mark.h: Likewise.
29336         * lib/unictype/pr_radical.h: Likewise.
29337         * lib/unictype/pr_sentence_terminal.h: Likewise.
29338         * lib/unictype/pr_soft_dotted.h: Likewise.
29339         * lib/unictype/pr_space.h: Likewise.
29340         * lib/unictype/pr_terminal_punctuation.h: Likewise.
29341         * lib/unictype/pr_titlecase.h: Likewise.
29342         * lib/unictype/pr_unassigned_code_value.h: Likewise.
29343         * lib/unictype/pr_unified_ideograph.h: Likewise.
29344         * lib/unictype/pr_uppercase.h: Likewise.
29345         * lib/unictype/pr_variation_selector.h: Likewise.
29346         * lib/unictype/pr_white_space.h: Likewise.
29347         * lib/unictype/pr_xid_continue.h: Likewise.
29348         * lib/unictype/pr_xid_start.h: Likewise.
29349         * lib/unictype/pr_zero_width.h: Likewise.
29350         * lib/unictype/scripts.h: Likewise.
29351         * lib/unictype/scripts_byname.gperf: Likewise.
29352         * lib/unictype/sy_c_ident.h: Likewise.
29353         * lib/unictype/sy_c_whitespace.h: Likewise.
29354         * lib/unictype/sy_java_ident.h: Likewise.
29355         * lib/unictype/sy_java_whitespace.h: Likewise.
29356
29357         * lib/unictype/Makefile: New file.
29358         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
29359         glibc.
29360         * lib/unictype/3level.h: New file, copied from glibc.
29361         * lib/unictype/3levelbit.h: New file.
29362
29363 2007-11-11  Bruno Haible  <bruno@clisp.org>
29364
29365         * modules/gperf: New file.
29366         * modules/iconv_open (Depends-on): Add it.
29367         (Makefile.am): Remove the GPERF definition.
29368
29369 2007-11-11  Bruno Haible  <bruno@clisp.org>
29370
29371         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
29372         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
29373
29374 2007-11-11  Bruno Haible  <bruno@clisp.org>
29375
29376         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
29377         (usage): Remove function.
29378
29379 2007-11-11  Bruno Haible  <bruno@clisp.org>
29380
29381         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
29382         gl_FUNC_CEILF_LIBS.
29383         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
29384         gl_FUNC_CEIL_LIBS.
29385         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
29386         gl_FUNC_CEILL_LIBS.
29387         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
29388         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
29389         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
29390
29391 2007-11-11  Bruno Haible  <bruno@clisp.org>
29392
29393         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
29394         roundf were declared but do not exist on functions.
29395         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
29396         roundl were declared but do not exist on functions.
29397         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
29398         HAVE_FLOORL_AND_CEILL, respectively.
29399         Needed for Sun C on Solaris 10.
29400
29401 2007-11-11  Bruno Haible  <bruno@clisp.org>
29402
29403         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
29404         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
29405         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
29406         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
29407         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
29408         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
29409         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
29410         HAVE_DECL_ROUNDF.
29411         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
29412         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
29413         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
29414         of HAVE_DECL_ROUND*.
29415         * modules/math (Makefile.am): Update.
29416
29417 2007-11-10  Bruno Haible  <bruno@clisp.org>
29418
29419         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
29420         ptrdiff_t as m4/intl.m4.
29421
29422 2007-11-10  Jim Meyering  <meyering@redhat.com>
29423
29424         Avoid link failure for the argmatch test.
29425         * tests/test-argmatch.c (usage): Define function to avoid a link
29426         failure: argmatch_die requires a usage function.
29427
29428 2007-11-09  Bruno Haible  <bruno@clisp.org>
29429
29430         * doc/functions/snprintf.texi: Mention BeOS deficiency.
29431         * doc/functions/vsnprintf.texi: Likewise.
29432         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
29433         with a size argument < 2.
29434
29435 2007-11-09  Bruno Haible  <bruno@clisp.org>
29436
29437         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
29438         buffer. Fixes an inefficiency introduced on 2007-11-03.
29439
29440 2007-11-09  Bruno Haible  <bruno@clisp.org>
29441
29442         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
29443         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
29444
29445 2007-11-08  Jim Meyering  <meyering@redhat.com>
29446
29447         Change cache variable name prefix "jm_" to "gl_" everywhere.
29448         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
29449         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
29450         * m4/uptime.m4: s/gl_/jm_/
29451
29452 2007-11-07  Bruno Haible  <bruno@clisp.org>
29453
29454         Update to GNU gettext 0.17.
29455         * m4/intl.m4: Update to GNU gettext 0.17.
29456         * m4/po.m4: Likewise.
29457         * modules/gettext (Files): Remove m4/ulonglong.m4.
29458         (configure.ac): Require gettext infrastructure from version 0.17.
29459
29460 2007-11-06  Bruno Haible  <bruno@clisp.org>
29461
29462         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
29463         symbolic values are not defined in a public header.
29464         * lib/freadable.c (freadable) [QNX]: Likewise.
29465         * lib/freadahead.c (freadahead) [QNX]: Likewise.
29466         * lib/freading.c (freading) [QNX]: Likewise.
29467         * lib/fseterr.c (fseterr) [QNX]: Likewise.
29468         * lib/fwritable.c (fwritable) [QNX]: Likewise.
29469         * lib/fwriting.c (fwriting) [QNX]: Likewise.
29470         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
29471         Reported by Alain Magloire.
29472
29473         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
29474
29475 2007-11-05  Bruno Haible  <bruno@clisp.org>
29476
29477         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
29478         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
29479         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
29480         Reported by Eric Blake.
29481
29482 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29483             Bruno Haible  <bruno@clisp.org>
29484
29485         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
29486         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
29487         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
29488         (malloc): Undefine also before including <stdlib.h>.
29489         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
29490         Needed on OSF/1 4.0.
29491
29492 2007-11-05  Jim Meyering  <meyering@redhat.com>
29493
29494         git-version-gen: sync from coreutils.
29495         * build-aux/git-version-gen: Add comments.
29496         Change the first '-' to '.' in the snapshot version string,
29497         e.g., 6.9-377-08144 -> 6.9.377-08144
29498         Remove first parameter.
29499         Don't declare a version "-dirty" merely because a time
29500         stamp has changed.
29501
29502 2007-11-04  Bruno Haible  <bruno@clisp.org>
29503
29504         * lib/lock.h: Protect all macro definitions containing an 'if'
29505         statement through a "do { ... } while (0)".
29506         * lib/tls.h: Likewise.
29507
29508 2007-11-04  Bruno Haible  <bruno@clisp.org>
29509
29510         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
29511
29512 2007-11-04  Bruno Haible  <bruno@clisp.org>
29513
29514         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
29515         * modules/fprintf-posix (Depends-on): Add nocrash.
29516         * modules/snprintf-posix (Depends-on): Likewise.
29517         * modules/sprintf-posix (Depends-on): Likewise.
29518         * modules/vasnprintf-posix (Depends-on): Likewise.
29519         * modules/vasprintf-posix (Depends-on): Likewise.
29520         * modules/vfprintf-posix (Depends-on): Likewise.
29521         * modules/vsnprintf-posix (Depends-on): Likewise.
29522         * modules/vsprintf-posix (Depends-on): Likewise.
29523         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
29524         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
29525         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
29526         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
29527         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
29528         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
29529         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
29530
29531 2007-11-04  Bruno Haible  <bruno@clisp.org>
29532
29533         * modules/nocrash: New file.
29534         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
29535         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
29536
29537 2007-11-04  Bruno Haible  <bruno@clisp.org>
29538
29539         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
29540         precision handling.
29541         * tests/test-vasprintf-posix.c (test_function): Likewise.
29542         * tests/test-snprintf-posix.h (test_function): Likewise.
29543         * tests/test-sprintf-posix.h (test_function): Likewise.
29544
29545         Fix *printf behaviour for large precisions on mingw and BeOS.
29546         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
29547         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
29548         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
29549         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29550         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29551         gl_PRINTF_PRECISION and test its result. Invoke
29552         gl_PREREQ_VASNPRINTF_PRECISION.
29553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29554         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29555         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29556         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29557         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29559         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29560         * doc/functions/fprintf.texi: Update.
29561         * doc/functions/printf.texi: Update.
29562         * doc/functions/snprintf.texi: Update.
29563         * doc/functions/sprintf.texi: Update.
29564         * doc/functions/vfprintf.texi: Update.
29565         * doc/functions/vprintf.texi: Update.
29566         * doc/functions/vsnprintf.texi: Update.
29567         * doc/functions/vsprintf.texi: Update.
29568
29569 2007-11-04  Bruno Haible  <bruno@clisp.org>
29570
29571         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
29572
29573 2007-11-04  Bruno Haible  <bruno@clisp.org>
29574
29575         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
29576         Reported by Sylvain Beucler <beuc@gnu.org>.
29577
29578 2007-11-03  Bruno Haible  <bruno@clisp.org>
29579
29580         * tests/test-fprintf-posix2.sh: New file.
29581         * tests/test-fprintf-posix2.c: New file.
29582         * modules/fprintf-posix-tests (Files): Add them.
29583         (TESTS): Add test-fprintf-posix2.sh.
29584         (configure.ac): Check for getrlimit and setrlimit.
29585         (check_PROGRAMS): Add test-fprintf-posix2.
29586
29587         * tests/test-printf-posix2.sh: New file.
29588         * tests/test-printf-posix2.c: New file.
29589         * modules/printf-posix-tests (Files): Add them.
29590         (TESTS): Add test-printf-posix2.sh.
29591         (configure.ac): Check for getrlimit and setrlimit.
29592         (check_PROGRAMS): Add test-printf-posix2.
29593
29594         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
29595         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
29596         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
29597         (decode_double): New function, copied from decode_long_double.
29598         (scale10_round_decimal_decoded): New function, extracted from
29599         scale10_round_decimal_long_double.
29600         (scale10_round_decimal_long_double): Use it.
29601         (scale10_round_decimal_double): New function.
29602         (floorlog10): New function.
29603         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
29604         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
29605         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
29606         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
29607         gl_PRINTF_ENOMEM and test its result. Invoke
29608         gl_PREREQ_VASNPRINTF_ENOMEM.
29609         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
29610         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
29611         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
29612         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
29613         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
29614         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
29615         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
29616         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
29617         * modules/snprintf-posix (Depends-on): Likewise.
29618         * modules/sprintf-posix (Depends-on): Likewise.
29619         * modules/vasnprintf-posix (Depends-on): Likewise.
29620         * modules/vasprintf-posix (Depends-on): Likewise.
29621         * modules/vfprintf-posix (Depends-on): Likewise.
29622         * modules/vsnprintf-posix (Depends-on): Likewise.
29623         * modules/vsprintf-posix (Depends-on): Likewise.
29624         * doc/functions/fprintf.texi: Update.
29625         * doc/functions/printf.texi: Update.
29626         * doc/functions/snprintf.texi: Update.
29627         * doc/functions/sprintf.texi: Update.
29628         * doc/functions/vfprintf.texi: Update.
29629         * doc/functions/vprintf.texi: Update.
29630         * doc/functions/vsnprintf.texi: Update.
29631         * doc/functions/vsprintf.texi: Update.
29632
29633 2007-11-03  Bruno Haible  <bruno@clisp.org>
29634
29635         * modules/frexp-nolibm-tests: New file.
29636
29637         * modules/frexp-nolibm: New file.
29638         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
29639
29640 2007-11-03  Bruno Haible  <bruno@clisp.org>
29641
29642         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
29643         value is C99 compliant.
29644         Needed for OSF/1 5.1.
29645
29646 2007-11-03  Bruno Haible  <bruno@clisp.org>
29647
29648         Fix out-of-memory handling of vasnprintf.
29649         * lib/printf-parse.c: Include <errno.h>.
29650         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
29651         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
29652         is already set.
29653
29654 2007-11-02  Eric Blake  <ebb9@byu.net>
29655
29656         Fix tests on cygwin.
29657         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
29658
29659 2007-11-01  Bruno Haible  <bruno@clisp.org>
29660
29661         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
29662         warning.
29663         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
29664         needed for POSIX compatibility.
29665
29666 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
29667
29668         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
29669         for compatibility with GNU.
29670
29671 2007-11-01  Bruno Haible  <bruno@clisp.org>
29672
29673         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
29674         (putenv): Renamed from rpl_putenv. Change argument type from
29675         'const char *' to 'char *'.
29676         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
29677         of defining putenv in config.h, just set REPLACE_PUTENV.
29678         * modules/putenv (Depends-on): Add stdlib.
29679         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
29680         (Include): Use <stdlib.h>.
29681         * lib/stdlib.in.h (putenv): New declaration.
29682         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
29683         REPLACE_PUTENV.
29684         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
29685         REPLACE_PUTENV.
29686         Needed for MacOS X 10.5.0.
29687         Reported by Peter O'Gorman <peter@pogma.com>.
29688
29689 2007-11-01  Jim Meyering  <meyering@redhat.com>
29690
29691         Treat an empty date string exactly like "0".
29692         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
29693         if the remaining date string (to be parsed) is empty, use "0".
29694         Reported by Mischa Molhoek and discussed in this thread:
29695         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
29696
29697 2007-10-31  Bruno Haible  <bruno@clisp.org>
29698
29699         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
29700         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
29701         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
29702         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
29703         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
29704         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
29705
29706 2007-10-31  Bruno Haible  <bruno@clisp.org>
29707
29708         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
29709         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
29710         (AC_TYPE_LONG_LONG_INT): Use it.
29711         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
29712         it as well.
29713         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
29714         to m4/longlong.m4.
29715         * modules/stdint (Files): Remove m4/ulonglong.m4.
29716         * modules/strtoull (Files): Use m4/longlong.m4 instead of
29717         m4/ulonglong.m4.
29718         * modules/strtoumax (Files): Likewise.
29719
29720 2007-10-30  Bruno Haible  <bruno@clisp.org>
29721
29722         * modules/xvasprintf-posix: New file.
29723         Suggested by Eric Blake.
29724
29725 2007-10-30  Bruno Haible  <bruno@clisp.org>
29726
29727         * modules/xprintf-posix-tests: New file.
29728         * tests/test-xprintf-posix.sh: New file.
29729         * tests/test-xprintf-posix.c: New file.
29730         * tests/test-xfprintf-posix.c: New file.
29731
29732         * modules/xprintf-posix: New file.
29733
29734 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29735
29736         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
29737         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
29738         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
29739
29740 2007-10-29  Bruno Haible  <bruno@clisp.org>
29741
29742         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
29743         contain the special marker '_cv_'.
29744         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
29745         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
29746         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
29747         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
29748         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
29749         Reported by Ralf Wildenhues.
29750
29751 2007-10-29  Bruno Haible  <bruno@clisp.org>
29752
29753         * gnulib-tool (func_import): When --lgpl is not specified, set
29754         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
29755         GPLv3.
29756         Reported by Simon Josefsson.
29757
29758 2007-10-28  Bruno Haible  <bruno@clisp.org>
29759
29760         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
29761         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
29762         HAVE_DECL_ISFINITE.
29763         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29764         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
29765         HAVE_DECL_ISFINITE.
29766
29767 2007-10-28  Bruno Haible  <bruno@clisp.org>
29768
29769         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
29770         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
29771
29772 2007-10-28  Bruno Haible  <bruno@clisp.org>
29773
29774         Fix link errors with Sun C 5.0 on Solaris 10.
29775         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
29776         function is declared but not present in the compiler's libm.
29777         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
29778         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
29779         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
29780         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
29781         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
29782         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
29783         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
29784         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
29785         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
29786         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
29787         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
29788         HAVE_DECL_FLOORL.
29789
29790 2007-10-28  Bruno Haible  <bruno@clisp.org>
29791
29792         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
29793         gl_FUNC_FLOORL. Cache the result.
29794         (gl_FUNC_FLOORL): Use it.
29795         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
29796         gl_FUNC_CEILL. Cache the result.
29797         (gl_FUNC_CEILL): Use it.
29798
29799         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
29800         gl_FUNC_FLOOR. Cache the result.
29801         (gl_FUNC_FLOOR): Use it.
29802         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
29803         gl_FUNC_CEIL. Cache the result.
29804         (gl_FUNC_CEIL): Use it.
29805
29806         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
29807         gl_FUNC_FLOORF. Cache the result.
29808         (gl_FUNC_FLOORF): Use it.
29809         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
29810         gl_FUNC_CEILF. Cache the result.
29811         (gl_FUNC_CEILF): Use it.
29812
29813 2007-10-28  Bruno Haible  <bruno@clisp.org>
29814
29815         * gnulib-tool: Allow specifying the LGPL version number through
29816         --lgpl=2 or --lgpl=3.
29817         (func_usage): Document --lgpl with argument.
29818         Handle --lgpl=... arguments.
29819         (func_import): Recognize also gl_LGPL calls with an argument. When
29820         --lgpl=2 is used and the module's license is just LGPL, report an
29821         error. Set sed_transform_lib_file according to the lgpl variable. In
29822         the generated files, use --lgpl or gl_LGPL invocations with argument,
29823         if necessary.
29824         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
29825         an LGPv2+ license.
29826         * doc/gnulib-tool.texi (Modified imports): Update explanation of
29827         gl_LGPL macro.
29828
29829 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29830             Bruno Haible  <bruno@clisp.org>
29831
29832         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
29833         (u16_uctomb_aux): Likewise.
29834         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
29835         !HAVE_INLINE.
29836         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
29837
29838 2007-10-28  Bruno Haible  <bruno@clisp.org>
29839
29840         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
29841         Invoke AM_GETTEXT_OPTION if it exists.
29842         * modules/vasprintf: Likewise.
29843         * modules/verror: Likewise.
29844         * modules/xprintf: Likewise.
29845         * modules/xvasprintf: Likewise.
29846
29847 2007-10-27  Ben Pfaff  <blp@gnu.org>
29848
29849         * lib/math.in.h: Define isfinite macro and prototypes for
29850         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
29851         implementations.
29852         * m4/math_h.m4: New substitutions for isfinite module.
29853         * lib/isfinite.c: New file.
29854         * m4/isfinite.m4: New file.
29855         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
29856         * modules/isfinite: New file.
29857         * modules/isfinite-tests: New file.
29858         * tests/tests-isfinite.c: New file.
29859         * doc/functions/isfinite.texi: Mention isfinite module.
29860         * MODULES.html.sh: Mention new module.
29861
29862 2007-10-27  Ben Pfaff  <blp@gnu.org>
29863
29864         Ralf Wildenhues reported that Tru64 4.0D declares the round
29865         functions but does not have definitions.
29866         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
29867         cannot be found in any library, set the output variable to
29868         "missing" instead of "".
29869         * m4/round.m4: Also use our substitute if we cannot find round in
29870         any library, even if it is declared.
29871         * m4/roundf.m4: Likewise for roundf.
29872         * m4/roundl.m4: Likewise for roundl.
29873         * lib/math.in.h: Undefine roundf, round, roundl before defining
29874         their replacements, to allow for hypothetical systems where these
29875         may be defined as macros but not available in libraries.
29876
29877 2007-10-27  Bruno Haible  <bruno@clisp.org>
29878
29879         * doc/gnulib.texi: Invoke @firstparagraphindent.
29880         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
29881         changes in gnulib.
29882         (Source changes): New section.
29883
29884 2007-10-26  Bruno Haible  <bruno@clisp.org>
29885
29886         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
29887         borrowed from autoconf.
29888
29889 2007-10-26  Bruno Haible  <bruno@clisp.org>
29890
29891         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
29892         strerror returned the empty string. Needed on HP-UX 11.00.
29893
29894 2007-10-24  Micah Cowan  <micah@cowan.name>
29895
29896         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
29897         * build-aux/bootstrap: Remove support for now-unnecessary option,
29898         --cvs-user, and envvars CVS_USER, CVS_RSH.
29899
29900 2007-10-24  Jim Meyering  <meyering@redhat.com>
29901
29902         Avoid diagnostics from sha1sum when there is no cached checksum.
29903         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
29904         if the po.s1 file hasn't been created yet.
29905
29906         * build-aux/bootstrap: Sync from coreutils:
29907         2007-10-24  Jim Meyering  <meyering@redhat.com>
29908         Get gnulib from the git repository, not from an obsolete cvs one.
29909         * build-aux/bootstrap: Suggestion from Micah Cowan.
29910         2007-10-04  Jim Meyering  <jim@meyering.net>
29911         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
29912         (update_po_files): Work also when there are no .po files in po/.
29913
29914 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
29915
29916         * README: Append ".git" to git and cg examples.
29917         Problem reported by Benoit Sigoure.
29918
29919 2007-10-23  Micah Cowan  <micah@cowan.name>
29920
29921         * users.txt: Add wget.
29922
29923 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29924
29925         Fix linking of some unistdio tests on FreeBSD.
29926         * modules/unistdio/u16-vsnprintf-tests
29927         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
29928         * modules/unistdio/u16-vsprintf-tests
29929         (test_u16_vsnprintf1_LDADD): Likewise.
29930         * modules/unistdio/u32-vsnprintf-tests
29931         (test_u32_vsnprintf1_LDADD): Likewise.
29932         * modules/unistdio/u32-vsprintf-tests
29933         (test_u32_vsprintf1_LDADD): Likewise.
29934         * modules/unistdio/u8-vsnprintf-tests
29935         (test_u8_vsnprintf1_LDADD): Likewise.
29936         * modules/unistdio/u8-vsprintf-tests
29937         (test_u8_vsprintf1_LDADD): Likewise.
29938         * modules/unistdio/ulc-vsnprintf-tests
29939         (test_ulc_vsnprintf1_LDADD): Likewise.
29940         * modules/unistdio/ulc-vsprintf-tests
29941         (test_ulc_vsprintf1_LDADD): Likewise.
29942
29943         Fix linking of some uniconv tests on FreeBSD.
29944         * modules/uniconv/u16-conv-from-enc-tests
29945         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
29946         * modules/uniconv/u16-conv-to-enc-tests
29947         (test_u16_conv_to_enc_LDADD): Likewise.
29948         * modules/uniconv/u16-strconv-from-enc-tests
29949         (test_u16_strconv_from_enc_LDADD): Likewise.
29950         * modules/uniconv/u16-strconv-to-enc-tests
29951         (test_u16_strconv_to_enc_LDADD): Likewise.
29952         * modules/uniconv/u32-conv-from-enc-tests
29953         (test_u32_conv_from_enc_LDADD): Likewise.
29954         * modules/uniconv/u32-conv-to-enc-tests
29955         (test_u32_conv_to_enc_LDADD): Likewise.
29956         * modules/uniconv/u32-strconv-from-enc-tests
29957         (test_u32_strconv_from_enc_LDADD): Likewise.
29958         * modules/uniconv/u32-strconv-to-enc-tests
29959         (test_u32_strconv_to_enc_LDADD): Likewise.
29960         * modules/uniconv/u8-conv-from-enc-tests
29961         (test_u8_conv_from_enc_LDADD): Likewise.
29962         * modules/uniconv/u8-conv-to-enc-tests
29963         (test_u8_conv_to_enc_LDADD): Likewise.
29964         * modules/uniconv/u8-strconv-from-enc-tests
29965         (test_u8_strconv_from_enc_LDADD): Likewise.
29966         * modules/uniconv/u8-strconv-to-enc-tests
29967         (test_u8_strconv_to_enc_LDADD): Likewise.
29968
29969 2007-10-22  Bruno Haible  <bruno@clisp.org>
29970
29971         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
29972         size.
29973
29974 2007-10-22  Eric Blake  <ebb9@byu.net>
29975
29976         Tweak x*printf documentation.
29977         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
29978         variable name and comments.
29979         Suggested by Bruno Haible.
29980
29981 2007-10-22  Bruno Haible  <bruno@clisp.org>
29982
29983         * lib/acl.c (copy_acl): Fix file name in comment.
29984
29985 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
29986
29987         Fix Tru64 problem with stdbool.h.
29988         * lib/stdbool.in.h (false, true):
29989         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
29990         Don't declare as an enum in this situation; it runs afoul of Tru64.
29991         Problem reported by Steven M. Schweda in
29992         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
29993
29994 2007-10-22  Eric Blake  <ebb9@byu.net>
29995
29996         Also wrap vf?printf.
29997         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
29998         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
29999         (xvprintf, xvfprintf): New functions.
30000
30001 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30002
30003         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
30004         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
30005
30006         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
30007         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
30008
30009 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
30010
30011         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
30012         by Bruno Haible.
30013
30014 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30015
30016         * lib/getloadavg.c
30017         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
30018         Undef `sys' after including sys/table.h, for Tru64 4.0D.
30019
30020         * tests/test-i-ring.c: Work for C89.
30021
30022 2007-10-22  Bruno Haible  <bruno@clisp.org>
30023
30024         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
30025         -1u, in preprocessor expression, so that we don't test for the bug
30026         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
30027         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
30028
30029 2007-10-22  Eric Blake  <ebb9@byu.net>
30030
30031         * tests/test-yesno.sh: Silence stderr during test.
30032
30033 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30034
30035         * modules/crypto/gc-camellia: New file.
30036
30037         * m4/gc-camellia.m4: New file.
30038
30039         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
30040
30041         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
30042
30043 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30044
30045         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
30046         --help to stdout.  Reported by sms@antinode.org (Steven
30047         M. Schweda).
30048
30049 2007-10-22  Simon Josefsson  <simon@josefsson.org>
30050
30051         * users.txt: Fix link to libksba.
30052
30053 2007-10-21  Ben Pfaff  <blp@gnu.org>
30054
30055         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
30056         round.c roundf implementation that depends on floorf and ceilf to
30057         be tested unconditionally.
30058
30059 2007-10-21  Ben Pfaff  <blp@gnu.org>
30060
30061         * m4/check-libm-func.m4: Removed.
30062         * m4/check-math-lib.m4: New file.
30063         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
30064         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
30065         definition and lack of AC_LIBOBJ([roundf]).
30066         * m4/roundl.m4: Ditto, and similarly for roundl.
30067         * modules/round: Reference new m4 file.
30068         * modules/roundf: Ditto.
30069         * modules/roundl: Ditto.
30070         * tests/test-round2.c (main): Use ROUND instead of round.
30071         Bug report from Bruno Haible.
30072
30073 2007-10-21  Bruno Haible  <bruno@clisp.org>
30074
30075         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
30076         context.
30077
30078 2007-10-21  Bruno Haible  <bruno@clisp.org>
30079
30080         * tests/test-wcwidth.c (main): Allow negative result for some control
30081         characters.
30082
30083         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
30084         Needed on OSF/1 5.1.
30085
30086 2007-10-21  Bruno Haible  <bruno@clisp.org>
30087
30088         * tests/test-floorf1.c: Include isnanf.h.
30089         (main): Use isnanf() instead of isnan().
30090         * tests/test-ceilf1.c: Include isnanf.h.
30091         (main): Use isnanf() instead of isnan().
30092         * tests/test-truncf1.c: Include isnanf.h.
30093         (main): Use isnanf() instead of isnan().
30094         * tests/test-roundf1.c: Include isnanf.h.
30095         (main): Use isnanf() instead of isnan().
30096
30097 2007-10-21  Eric Blake  <ebb9@byu.net>
30098
30099         * users.txt: Update URL for m4.
30100
30101 2007-10-21  Bruno Haible  <bruno@clisp.org>
30102
30103         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
30104
30105 2007-10-21  Bruno Haible  <bruno@clisp.org>
30106
30107         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
30108         Git's management files if the CVS files are not present.
30109
30110 2007-10-20  Bruno Haible  <bruno@clisp.org>
30111
30112         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
30113         gcc-3.4.x.
30114
30115 2007-10-20  Ben Pfaff  <blp@gnu.org>
30116
30117         * lib/math.in.h: Declare round, roundf, roundl if we are providing
30118         implementations.
30119         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
30120         * lib/round.c: New file.
30121         * lib/roundf.c: New file.
30122         * lib/roundl.c: New file.
30123         * m4/round.m4: New file.
30124         * m4/roundf.m4: New file.
30125         * m4/roundl.m4: New file.
30126         * m4/check-libm-func-m4: New file.
30127         * modules/math: Replace round, roundf, roundl related @VARS@ in
30128         math.in.h.
30129         * modules/round: New file.
30130         * modules/round-tests: New file.
30131         * modules/roundf: New file.
30132         * modules/roundf-tests: New file.
30133         * modules/roundl: New file.
30134         * modules/roundl-tests: New file.
30135         * tests/test-round1.c: New file.
30136         * tests/test-round2.c: New file.
30137         * tests/test-roundf1.c: New file.
30138         * tests/test-roundf2.c: New file.
30139         * tests/test-roundl.c: New file.
30140         * doc/functions/round.texi: Mention round module.
30141         * doc/functions/roundf.texi: Mention roundf module.
30142         * doc/functions/roundl.texi: Mention roundl module.
30143         * MODULES.html.sh: Mention new modules.
30144         Thanks to Bruno Haible for suggestions.
30145
30146 2007-10-20  Jim Meyering  <meyering@redhat.com>
30147
30148         * lib/xprintf.c: Include <config.h> unconditionally.
30149
30150         Change xprintf's license to GPL.
30151         * modules/xprintf (License): s/LGPL/GPL/, since this module
30152         depends on modules (exit and exitfail) which are GPL.
30153         Suggestion from Bruno Haible.
30154
30155         xprintf fixes.
30156         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
30157         Use a clearer diagnostic.
30158         Patch from Bruno Haible.
30159
30160 2007-10-20  Bruno Haible  <bruno@clisp.org>
30161
30162         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
30163         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
30164         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30165
30166 2007-10-20  Bruno Haible  <bruno@clisp.org>
30167
30168         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
30169         precision in the comparison result > x - 1 or similar.
30170         * tests/test-ceilf2.c (correct_result_p): Likewise.
30171         * tests/test-truncf2.c (correct_result_p): Likewise.
30172         * tests/test-trunc2.c (correct_result_p): Likewise.
30173         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
30174
30175 2007-10-20  Bruno Haible  <bruno@clisp.org>
30176
30177         * modules/ceil: New file.
30178         * m4/ceil.m4: New file.
30179         * doc/functions/ceil.texi: Mention the 'ceil' module.
30180
30181 2007-10-20  Bruno Haible  <bruno@clisp.org>
30182
30183         * modules/floor: New file.
30184         * m4/floor.m4: New file.
30185         * doc/functions/floor.texi: Mention the 'floor' module.
30186
30187 2007-10-20  Bruno Haible  <bruno@clisp.org>
30188
30189         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
30190         of %a.
30191         * modules/floorf-tests (Depends-on): Likewise.
30192         * modules/truncf-tests (Depends-on): Likewise.
30193         * modules/trunc-tests (Depends-on): Likewise.
30194         Reported by Ben Pfaff.
30195
30196 2007-10-19  Jim Meyering  <meyering@redhat.com>
30197
30198         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
30199         Don't bother testing specific errno values.  Just test ferror.
30200
30201         New module: xprintf
30202         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
30203
30204 2007-10-19  Bruno Haible  <bruno@clisp.org>
30205
30206         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
30207         syntax.
30208         * modules/javaexec (Makefile.am): Likewise.
30209         * modules/relocatable-prog (Makefile.am): Likewise.
30210         Suggested by Jim Meyering.
30211
30212 2007-10-18  Bruno Haible  <bruno@clisp.org>
30213
30214         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
30215         Reported by Jim Meyering.
30216
30217 2007-10-18  Eric Blake  <ebb9@byu.net>
30218
30219         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
30220
30221 2007-10-18  Bruno Haible  <bruno@clisp.org>
30222
30223         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
30224         the format string into writable memory. Needed in Fortify conditions.
30225
30226 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
30227             Bruno Haible  <bruno@clisp.org>
30228
30229         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
30230         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
30231         * modules/trim (Depends-on): Add mbchar.
30232         (configure.ac): Add gl_FUNC_MBRTOWC.
30233         (Makefile.am): Augment lib_SOURCES.
30234
30235 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
30236
30237         Modify glob.c to use fstatat and dirfd, to simplify it.
30238         Suggested by Eric Blake.
30239         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
30240         Don't include <stdbool.h>; not used.
30241         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
30242         (link_exists_p): Simplify implementation, since we can now assume
30243         dirfd and fstatat.
30244         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
30245
30246 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30247
30248         * gnulib-tool (func_get_dependencies): Fix sed script to
30249         match only tests.
30250
30251 2007-10-17  Bruno Haible  <bruno@clisp.org>
30252
30253         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
30254         allow locale names without encoding suffix.
30255         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
30256         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
30257
30258 2007-10-16  Bruno Haible  <bruno@clisp.org>
30259
30260         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
30261         * lib/getgroups.c (getgroups): Likewise.
30262         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
30263
30264 2007-10-16  Bruno Haible  <bruno@clisp.org>
30265
30266         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
30267         * modules/malloc-posix (License): Likewise.
30268         * modules/realloc-posix (License): Likewise.
30269         * modules/calloc-posix (License): Likewise.
30270         * modules/intprops (License): Change from GPL to LGPL, with
30271         Paul Eggert's approval.
30272
30273 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30274
30275         Merge glibc changes into lib/glob.c.
30276
30277         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
30278         2007-10-15 04:59:03 UTC.  Here are the changes:
30279
30280         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
30281
30282         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
30283
30284         * lib/glob.c: Add some branch prediction throughout.
30285
30286         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
30287
30288         [BZ #5103]
30289         * lib/glob.c (glob): Recognize patterns starting \/.
30290
30291         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
30292
30293         [BZ #3996]
30294         * lib/glob.c (attribute_hidden): Define if not defined.
30295         (glob): Unescape dirname, filename or username when needed and not
30296         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
30297         is NULL.  Handle unescaped [ in pattern without closing ].
30298         Don't pass GLOB_CHECK down to recursive glob for directories.
30299         (__glob_pattern_type): New function.
30300         (__glob_pattern_p): Implement using __glob_pattern_type.
30301         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
30302         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
30303         Remove unreachable code.
30304
30305         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
30306
30307         * lib/glob.c (glob_in_dir): Add some comments and asserts to
30308         explain why there are no leaks.
30309
30310         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
30311
30312         [BZ #3253]
30313         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
30314         time, rather allocate increasingly bigger arrays of pointers, if
30315         possible with alloca, if too large with malloc.
30316
30317 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
30318
30319         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
30320         Problem reported by H.Merijn Brand in
30321         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
30322         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
30323         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
30324
30325 2007-10-15  Bruno Haible  <bruno@clisp.org>
30326
30327         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
30328         with explicit rpl_ prefix.
30329         * lib/fopen.c (fopen): Likewise.
30330         * lib/freopen.c (freopen): Likewise.
30331         * lib/iconv.c (iconv): Likewise.
30332         * lib/iconv_close.c (iconv_close): Likewise.
30333
30334 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30335
30336         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
30337
30338 2007-10-15  Bruno Haible  <bruno@clisp.org>
30339
30340         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
30341         <stddef.h> instead of <stdlib.h> since we only need NULL.
30342         Reported by Ben Pfaff <blp@cs.stanford.edu>.
30343
30344 2007-10-15  Bruno Haible  <bruno@clisp.org>
30345
30346         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
30347         Replace paragraph talking about LIBOBJS.
30348         Reported by Colin Watson <cjwatson@debian.org>.
30349
30350 2007-10-15  Bruno Haible  <bruno@clisp.org>
30351
30352         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
30353         <stdlib.h> before using NULL.
30354
30355 2007-10-15  Simon Josefsson  <simon@josefsson.org>
30356
30357         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
30358         Reported by Albert Chin <china@thewrittenword.com>.
30359
30360 2007-10-14  Bruno Haible  <bruno@clisp.org>
30361
30362         * modules/iconv_open-utf-tests: New file.
30363         * tests/test-iconv-utf.c: New file.
30364
30365         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
30366         * modules/iconv_open-utf: New file.
30367         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
30368         (iconv, iconv_close): New declarations.
30369         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
30370         be defined.
30371         (iconv_open): Add special handling of conversion between UTF-8 and
30372         UTF-{16,32}{BE,LE}.
30373         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
30374         * lib/iconv_close.c: New file.
30375         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
30376         gl_FUNC_ICONV_OPEN.
30377         (gl_FUNC_ICONV_OPEN): Use it.
30378         (gl_FUNC_ICONV_OPEN_UTF): New macro.
30379         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
30380         and REPLACE_ICONV_UTF.
30381         * modules/iconv_open (Depends-on): Add c-strcase.
30382         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
30383         ICONV_CONST.
30384         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
30385
30386 2007-10-13  Albert Chin  <china@thewrittenword.com>
30387             Bruno Haible  <bruno@clisp.org>
30388
30389         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
30390         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
30391
30392 2007-10-13  Bruno Haible  <bruno@clisp.org>
30393
30394         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
30395         defined, use the ISO C99 inline semantics.
30396         * lib/argp.h (ARGP_EI): Likewise.
30397
30398 2007-10-13  Bruno Haible  <bruno@clisp.org>
30399
30400         Handle 'inline' change in gcc 4.3.0.
30401         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
30402         argp_fmtstream_write, argp_fmtstream_set_lmargin,
30403         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
30404         argp_fmtstream_point): Disable 'extern' declaration if the function
30405         definition is going to be provided inline.
30406         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
30407         semantics, not the ISO C99 inline semantics.
30408         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
30409         'extern' declaration if the function definition is going to be provided
30410         inline.
30411         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
30412         the GNU C inline semantics, not the ISO C99 inline semantics. With
30413         GCC 4.2, avoid a warning.
30414
30415 2007-10-13  Bruno Haible  <bruno@clisp.org>
30416
30417         * lib/freading.h (freading): Enable the use of __freading for
30418         glibc >= 2.7.
30419         * lib/freading.c (freading): Likewise.
30420
30421 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
30422
30423         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
30424         "warning: C99 inline functions are not supported; using GNU89".
30425
30426 2007-10-12  Bruno Haible  <bruno@clisp.org>
30427
30428         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
30429         of 2.
30430         * tests/test-ceilf2.c: New file.
30431         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
30432
30433         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
30434         * modules/ceilf-tests: Update.
30435
30436 2007-10-12  Bruno Haible  <bruno@clisp.org>
30437
30438         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
30439         of 2.
30440         * tests/test-floorf2.c: New file.
30441         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
30442
30443         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
30444         * modules/floorf-tests: Update.
30445
30446 2007-10-12  Bruno Haible  <bruno@clisp.org>
30447
30448         * tests/test-trunc2.c: New file.
30449         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
30450
30451         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
30452         * modules/trunc-tests: Update.
30453
30454 2007-10-12  Bruno Haible  <bruno@clisp.org>
30455
30456         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
30457         of 2.
30458         * tests/test-truncf2.c: New file.
30459         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
30460
30461         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
30462         * modules/truncf-tests: Update.
30463
30464 2007-10-11  Eric Blake  <ebb9@byu.net>
30465
30466         Don't claim strerror is broken on Interix.
30467         * doc/functions/strerror.texi (strerror): Known broken systems are
30468         now Solaris 8, and not Interix.
30469         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
30470         Interix on cross-compile.
30471         Reported by Martin Koeppe in
30472         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
30473
30474 2007-10-11  Bruno Haible  <bruno@clisp.org>
30475
30476         * modules/i-ring-tests: New file.
30477         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
30478         instead of assert.
30479
30480 2007-10-11  Bruno Haible  <bruno@clisp.org>
30481
30482         * modules/filenamecat-tests: New file.
30483         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
30484         * lib/filenamecat.c: Remove test code.
30485
30486 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
30487
30488         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
30489
30490         * lib/strerror.c: Include <string.h> always, to test interface,
30491         and to remove the need for the dummy.
30492         Include intprops.h to compute width instead of doing it ourselves
30493         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
30494         (strerror): Define it to return NULL if there's no system strerror.
30495         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
30496         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
30497         ancient pre-strerror Unix systems well any more.  Saying "unknown
30498         system error" is enough.
30499         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
30500         simpler strerror.c implementation.
30501         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
30502         Simplify the tests to reflect the simpler strerror implementation.
30503         * modules/strerror (Depends-on): Add intprops.
30504
30505 2007-10-09  Eric Blake  <ebb9@byu.net>
30506
30507         Silence test-fpending.
30508         * modules/fpending-tests (Files): Add wrapper script.
30509         * tests/test-fpending.sh: New file.
30510
30511 2007-10-09  Bruno Haible  <bruno@clisp.org>
30512
30513         * MODULES.html.sh (func_module): Don't create a hyperlink for
30514         function names like 'printf_frexp'.
30515         (Misc): Add crc, memxor.
30516         (Characteristics of floating types): New section.
30517         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
30518         isnanf-nolibm, signbit, trunc, truncf, truncl.
30519         (Enhancements for ISO C 99 functions): New subsection Input/output.
30520         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
30521         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
30522         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
30523         (Compatibility checks for POSIX:2001 functions): Add clock-time.
30524         (Enhancements for POSIX:2001 functions): Add chdir-long.
30525         (File system functions): Add areadlink, chdir-safer, read-file.
30526         Remove cycle-check.
30527         (File system as inode set): New section.
30528         (Date and time): Add gethrxtime.
30529         (Multithreading): Add openmp.
30530         (Internationalization functions): Add localename.
30531         (Unicode string functions): Add unistr/u*-mbsnlen.
30532         (Support for maintaining and releasing projects): Add git-version-gen.
30533         (Lone files): Remove directories.
30534
30535 2007-10-08  Ben Pfaff  <blp@gnu.org>
30536
30537         * lib/xmalloca.h: Fix typo in comment.
30538
30539 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
30540
30541         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
30542         when avoiding problems with integer overflow.  Use a portable test
30543         instead.
30544
30545 2007-10-08  Simon Josefsson  <simon@josefsson.org>
30546
30547         * modules/dummy (License): Change to LGPLv2+.
30548         * modules/float (License): Likewise
30549         * modules/realloc (License): Likewise
30550         * modules/stdlib (License): Likewise
30551
30552 2007-10-07  Bruno Haible  <bruno@clisp.org>
30553
30554         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
30555         * floor.c (TWO_MANT_DIG): Likewise.
30556         * ceil.c (TWO_MANT_DIG): Likewise.
30557         Reported by Ben Pfaff.
30558
30559 2007-10-07  Bruno Haible  <bruno@clisp.org>
30560
30561         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
30562         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
30563         * lib/frexp.c (FUNC): Likewise.
30564         * lib/printf-frexp.h (printf_frexp): Likewise.
30565         * lib/printf-frexpl.h (printf_frexpl): Likewise.
30566         * lib/printf-frexp.c (FUNC): Likewise.
30567         Suggested by Jim Meyering.
30568
30569 2007-10-07  Jim Meyering  <meyering@redhat.com>
30570
30571         Make xnanosleep's integer overflow test more robust.
30572         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
30573         so that gcc-4.3.0 doesn't optimize away this test for overflow.
30574
30575 2007-10-07  Bruno Haible  <bruno@clisp.org>
30576
30577         * NEWS: Mention the license change.
30578
30579         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
30580         abbreviations in the modules files.
30581
30582         Change copyright notice from GPLv2+ to GPLv3+.
30583         * README: Change copyright notice.
30584         * MODULES.html.sh: Likewise.
30585         * build-aux/bootstrap.conf: Likewise.
30586         * build-aux/config.libpath: Likewise.
30587         * build-aux/csharpcomp.sh.in: Likewise.
30588         * build-aux/csharpexec.sh.in: Likewise.
30589         * build-aux/install-reloc: Likewise.
30590         * build-aux/javacomp.sh.in: Likewise.
30591         * build-aux/javaexec.sh.in: Likewise.
30592         * build-aux/ldd.sh.in: Likewise.
30593         * build-aux/reloc-ldflags: Likewise.
30594         * build-aux/relocatable.sh.in: Likewise.
30595         * build-aux/x-to-1.in: Likewise.
30596         * check-module: Likewise.
30597         * config/srclistvars.sh: Likewise.
30598         * gnulib-tool: Likewise.
30599         * lib/acl-internal.h: Likewise.
30600         * lib/acl.c: Likewise.
30601         * lib/acl.h: Likewise.
30602         * lib/acl_entries.c: Likewise.
30603         * lib/areadlink-with-size.c: Likewise.
30604         * lib/areadlink.c: Likewise.
30605         * lib/areadlink.h: Likewise.
30606         * lib/argmatch.c: Likewise.
30607         * lib/argmatch.h: Likewise.
30608         * lib/argp-ba.c: Likewise.
30609         * lib/argp-eexst.c: Likewise.
30610         * lib/argp-fmtstream.c: Likewise.
30611         * lib/argp-fmtstream.h: Likewise.
30612         * lib/argp-fs-xinl.c: Likewise.
30613         * lib/argp-help.c: Likewise.
30614         * lib/argp-namefrob.h: Likewise.
30615         * lib/argp-parse.c: Likewise.
30616         * lib/argp-pin.c: Likewise.
30617         * lib/argp-pv.c: Likewise.
30618         * lib/argp-pvh.c: Likewise.
30619         * lib/argp-xinl.c: Likewise.
30620         * lib/argp.h: Likewise.
30621         * lib/at-func.c: Likewise.
30622         * lib/atanl.c: Likewise.
30623         * lib/backupfile.c: Likewise.
30624         * lib/backupfile.h: Likewise.
30625         * lib/basename.c: Likewise.
30626         * lib/binary-io.h: Likewise.
30627         * lib/byteswap.in.h: Likewise.
30628         * lib/c-stack.c: Likewise.
30629         * lib/c-stack.h: Likewise.
30630         * lib/c-strcasestr.c: Likewise.
30631         * lib/c-strcasestr.h: Likewise.
30632         * lib/c-strstr.c: Likewise.
30633         * lib/c-strstr.h: Likewise.
30634         * lib/c-strtod.c: Likewise.
30635         * lib/calloc.c: Likewise.
30636         * lib/canon-host.c: Likewise.
30637         * lib/canon-host.h: Likewise.
30638         * lib/canonicalize-lgpl.c: Likewise.
30639         * lib/canonicalize.c: Likewise.
30640         * lib/canonicalize.h: Likewise.
30641         * lib/ceil.c: Likewise.
30642         * lib/ceilf.c: Likewise.
30643         * lib/ceill.c: Likewise.
30644         * lib/chdir-long.c: Likewise.
30645         * lib/chdir-long.h: Likewise.
30646         * lib/chdir-safer.c: Likewise.
30647         * lib/chdir-safer.h: Likewise.
30648         * lib/chown.c: Likewise.
30649         * lib/classpath.c: Likewise.
30650         * lib/classpath.h: Likewise.
30651         * lib/clean-temp.c: Likewise.
30652         * lib/clean-temp.h: Likewise.
30653         * lib/cloexec.c: Likewise.
30654         * lib/close-stream.c: Likewise.
30655         * lib/closein.c: Likewise.
30656         * lib/closein.h: Likewise.
30657         * lib/closeout.c: Likewise.
30658         * lib/closeout.h: Likewise.
30659         * lib/concat-filename.c: Likewise.
30660         * lib/copy-file.c: Likewise.
30661         * lib/copy-file.h: Likewise.
30662         * lib/count-one-bits.h: Likewise.
30663         * lib/crc.c: Likewise.
30664         * lib/crc.h: Likewise.
30665         * lib/creat-safer.c: Likewise.
30666         * lib/csharpcomp.c: Likewise.
30667         * lib/csharpcomp.h: Likewise.
30668         * lib/csharpexec.c: Likewise.
30669         * lib/csharpexec.h: Likewise.
30670         * lib/cycle-check.c: Likewise.
30671         * lib/cycle-check.h: Likewise.
30672         * lib/diacrit.c: Likewise.
30673         * lib/diacrit.h: Likewise.
30674         * lib/diffseq.h: Likewise.
30675         * lib/dirchownmod.c: Likewise.
30676         * lib/dirent.in.h: Likewise.
30677         * lib/dirfd.c: Likewise.
30678         * lib/dirfd.h: Likewise.
30679         * lib/dirname.c: Likewise.
30680         * lib/dirname.h: Likewise.
30681         * lib/dummy.c: Likewise.
30682         * lib/dup-safer.c: Likewise.
30683         * lib/dup2.c: Likewise.
30684         * lib/eealloc.h: Likewise.
30685         * lib/error.c: Likewise.
30686         * lib/error.h: Likewise.
30687         * lib/euidaccess.c: Likewise.
30688         * lib/exclude.c: Likewise.
30689         * lib/exclude.h: Likewise.
30690         * lib/execute.c: Likewise.
30691         * lib/execute.h: Likewise.
30692         * lib/exitfail.c: Likewise.
30693         * lib/exitfail.h: Likewise.
30694         * lib/expl.c: Likewise.
30695         * lib/fatal-signal.c: Likewise.
30696         * lib/fatal-signal.h: Likewise.
30697         * lib/fbufmode.c: Likewise.
30698         * lib/fbufmode.h: Likewise.
30699         * lib/fchdir.c: Likewise.
30700         * lib/fchmodat.c: Likewise.
30701         * lib/fchownat.c: Likewise.
30702         * lib/fcntl--.h: Likewise.
30703         * lib/fcntl-safer.h: Likewise.
30704         * lib/fcntl.in.h: Likewise.
30705         * lib/fd-safer.c: Likewise.
30706         * lib/fflush.c: Likewise.
30707         * lib/file-has-acl.c: Likewise.
30708         * lib/file-set.c: Likewise.
30709         * lib/file-type.c: Likewise.
30710         * lib/file-type.h: Likewise.
30711         * lib/fileblocks.c: Likewise.
30712         * lib/filemode.c: Likewise.
30713         * lib/filemode.h: Likewise.
30714         * lib/filename.h: Likewise.
30715         * lib/filenamecat.c: Likewise.
30716         * lib/filenamecat.h: Likewise.
30717         * lib/findprog.c: Likewise.
30718         * lib/findprog.h: Likewise.
30719         * lib/float.in.h: Likewise.
30720         * lib/floor.c: Likewise.
30721         * lib/floorf.c: Likewise.
30722         * lib/floorl.c: Likewise.
30723         * lib/fopen-safer.c: Likewise.
30724         * lib/fopen.c: Likewise.
30725         * lib/fpending.c: Likewise.
30726         * lib/fpending.h: Likewise.
30727         * lib/fprintf.c: Likewise.
30728         * lib/fprintftime.h: Likewise.
30729         * lib/fpucw.h: Likewise.
30730         * lib/fpurge.c: Likewise.
30731         * lib/fpurge.h: Likewise.
30732         * lib/freadable.c: Likewise.
30733         * lib/freadable.h: Likewise.
30734         * lib/freadahead.c: Likewise.
30735         * lib/freadahead.h: Likewise.
30736         * lib/freading.c: Likewise.
30737         * lib/freading.h: Likewise.
30738         * lib/free.c: Likewise.
30739         * lib/freopen.c: Likewise.
30740         * lib/frexp.c: Likewise.
30741         * lib/frexpl.c: Likewise.
30742         * lib/fseek.c: Likewise.
30743         * lib/fseterr.c: Likewise.
30744         * lib/fseterr.h: Likewise.
30745         * lib/fstatat.c: Likewise.
30746         * lib/fstrcmp.c: Likewise.
30747         * lib/fstrcmp.h: Likewise.
30748         * lib/fsusage.c: Likewise.
30749         * lib/fsusage.h: Likewise.
30750         * lib/ftell.c: Likewise.
30751         * lib/ftello.c: Likewise.
30752         * lib/fts-cycle.c: Likewise.
30753         * lib/fts.c: Likewise.
30754         * lib/fts_.h: Likewise.
30755         * lib/full-read.c: Likewise.
30756         * lib/full-read.h: Likewise.
30757         * lib/full-write.c: Likewise.
30758         * lib/full-write.h: Likewise.
30759         * lib/fwritable.c: Likewise.
30760         * lib/fwritable.h: Likewise.
30761         * lib/fwriteerror.c: Likewise.
30762         * lib/fwriteerror.h: Likewise.
30763         * lib/fwriting.c: Likewise.
30764         * lib/fwriting.h: Likewise.
30765         * lib/gcd.c: Likewise.
30766         * lib/gcd.h: Likewise.
30767         * lib/getcwd.c: Likewise.
30768         * lib/getdate.h: Likewise.
30769         * lib/getdate.y: Likewise.
30770         * lib/getdomainname.c: Likewise.
30771         * lib/getdomainname.h: Likewise.
30772         * lib/getgroups.c: Likewise.
30773         * lib/gethostname.c: Likewise.
30774         * lib/gethrxtime.c: Likewise.
30775         * lib/gethrxtime.h: Likewise.
30776         * lib/getloadavg.c: Likewise.
30777         * lib/getndelim2.c: Likewise.
30778         * lib/getndelim2.h: Likewise.
30779         * lib/getnline.c: Likewise.
30780         * lib/getnline.h: Likewise.
30781         * lib/getopt.c: Likewise.
30782         * lib/getopt.in.h: Likewise.
30783         * lib/getopt1.c: Likewise.
30784         * lib/getopt_int.h: Likewise.
30785         * lib/getpagesize.h: Likewise.
30786         * lib/getsubopt.c: Likewise.
30787         * lib/gettime.c: Likewise.
30788         * lib/getugroups.c: Likewise.
30789         * lib/getugroups.h: Likewise.
30790         * lib/getusershell.c: Likewise.
30791         * lib/gl_anyavltree_list1.h: Likewise.
30792         * lib/gl_anyavltree_list2.h: Likewise.
30793         * lib/gl_anyhash_list1.h: Likewise.
30794         * lib/gl_anyhash_list2.h: Likewise.
30795         * lib/gl_anylinked_list1.h: Likewise.
30796         * lib/gl_anylinked_list2.h: Likewise.
30797         * lib/gl_anyrbtree_list1.h: Likewise.
30798         * lib/gl_anyrbtree_list2.h: Likewise.
30799         * lib/gl_anytree_list1.h: Likewise.
30800         * lib/gl_anytree_list2.h: Likewise.
30801         * lib/gl_anytree_oset.h: Likewise.
30802         * lib/gl_anytreehash_list1.h: Likewise.
30803         * lib/gl_anytreehash_list2.h: Likewise.
30804         * lib/gl_array_list.c: Likewise.
30805         * lib/gl_array_list.h: Likewise.
30806         * lib/gl_array_oset.c: Likewise.
30807         * lib/gl_array_oset.h: Likewise.
30808         * lib/gl_avltree_list.c: Likewise.
30809         * lib/gl_avltree_list.h: Likewise.
30810         * lib/gl_avltree_oset.c: Likewise.
30811         * lib/gl_avltree_oset.h: Likewise.
30812         * lib/gl_avltreehash_list.c: Likewise.
30813         * lib/gl_avltreehash_list.h: Likewise.
30814         * lib/gl_carray_list.c: Likewise.
30815         * lib/gl_carray_list.h: Likewise.
30816         * lib/gl_linked_list.c: Likewise.
30817         * lib/gl_linked_list.h: Likewise.
30818         * lib/gl_linkedhash_list.c: Likewise.
30819         * lib/gl_linkedhash_list.h: Likewise.
30820         * lib/gl_list.c: Likewise.
30821         * lib/gl_list.h: Likewise.
30822         * lib/gl_oset.c: Likewise.
30823         * lib/gl_oset.h: Likewise.
30824         * lib/gl_rbtree_list.c: Likewise.
30825         * lib/gl_rbtree_list.h: Likewise.
30826         * lib/gl_rbtree_oset.c: Likewise.
30827         * lib/gl_rbtree_oset.h: Likewise.
30828         * lib/gl_rbtreehash_list.c: Likewise.
30829         * lib/gl_rbtreehash_list.h: Likewise.
30830         * lib/gl_sublist.c: Likewise.
30831         * lib/gl_sublist.h: Likewise.
30832         * lib/group-member.c: Likewise.
30833         * lib/group-member.h: Likewise.
30834         * lib/hard-locale.c: Likewise.
30835         * lib/hard-locale.h: Likewise.
30836         * lib/hash-pjw.c: Likewise.
30837         * lib/hash-pjw.h: Likewise.
30838         * lib/hash-triple.c: Likewise.
30839         * lib/hash.c: Likewise.
30840         * lib/hash.h: Likewise.
30841         * lib/human.c: Likewise.
30842         * lib/human.h: Likewise.
30843         * lib/i-ring.c: Likewise.
30844         * lib/i-ring.h: Likewise.
30845         * lib/idcache.c: Likewise.
30846         * lib/imaxabs.c: Likewise.
30847         * lib/imaxdiv.c: Likewise.
30848         * lib/inet_pton.c: Likewise.
30849         * lib/inet_pton.h: Likewise.
30850         * lib/intprops.h: Likewise.
30851         * lib/inttostr.c: Likewise.
30852         * lib/inttostr.h: Likewise.
30853         * lib/inttypes.in.h: Likewise.
30854         * lib/isapipe.c: Likewise.
30855         * lib/isdir.c: Likewise.
30856         * lib/isnan.c: Likewise.
30857         * lib/isnan.h: Likewise.
30858         * lib/isnanf.c: Likewise.
30859         * lib/isnanf.h: Likewise.
30860         * lib/isnanl-nolibm.h: Likewise.
30861         * lib/isnanl.c: Likewise.
30862         * lib/isnanl.h: Likewise.
30863         * lib/javacomp.c: Likewise.
30864         * lib/javacomp.h: Likewise.
30865         * lib/javaexec.c: Likewise.
30866         * lib/javaexec.h: Likewise.
30867         * lib/javaversion.c: Likewise.
30868         * lib/javaversion.h: Likewise.
30869         * lib/javaversion.java: Likewise.
30870         * lib/lbrkprop.h: Likewise.
30871         * lib/lchmod.h: Likewise.
30872         * lib/lchown.c: Likewise.
30873         * lib/ldexpl.c: Likewise.
30874         * lib/linebreak.c: Likewise.
30875         * lib/linebreak.h: Likewise.
30876         * lib/linebuffer.c: Likewise.
30877         * lib/linebuffer.h: Likewise.
30878         * lib/locale.in.h: Likewise.
30879         * lib/logl.c: Likewise.
30880         * lib/long-options.c: Likewise.
30881         * lib/long-options.h: Likewise.
30882         * lib/lstat.c: Likewise.
30883         * lib/lstat.h: Likewise.
30884         * lib/math.in.h: Likewise.
30885         * lib/mbchar.c: Likewise.
30886         * lib/mbchar.h: Likewise.
30887         * lib/mbfile.h: Likewise.
30888         * lib/mbiter.h: Likewise.
30889         * lib/mbscasecmp.c: Likewise.
30890         * lib/mbscasestr.c: Likewise.
30891         * lib/mbschr.c: Likewise.
30892         * lib/mbscspn.c: Likewise.
30893         * lib/mbslen.c: Likewise.
30894         * lib/mbsncasecmp.c: Likewise.
30895         * lib/mbsnlen.c: Likewise.
30896         * lib/mbspbrk.c: Likewise.
30897         * lib/mbspcasecmp.c: Likewise.
30898         * lib/mbsrchr.c: Likewise.
30899         * lib/mbssep.c: Likewise.
30900         * lib/mbsspn.c: Likewise.
30901         * lib/mbsstr.c: Likewise.
30902         * lib/mbstok_r.c: Likewise.
30903         * lib/mbswidth.c: Likewise.
30904         * lib/mbswidth.h: Likewise.
30905         * lib/mbuiter.h: Likewise.
30906         * lib/memcasecmp.c: Likewise.
30907         * lib/memcasecmp.h: Likewise.
30908         * lib/memchr.c: Likewise.
30909         * lib/memcmp.c: Likewise.
30910         * lib/memcoll.c: Likewise.
30911         * lib/memcoll.h: Likewise.
30912         * lib/memcpy.c: Likewise.
30913         * lib/memrchr.c: Likewise.
30914         * lib/mkancesdirs.c: Likewise.
30915         * lib/mkdir-p.c: Likewise.
30916         * lib/mkdir-p.h: Likewise.
30917         * lib/mkdir.c: Likewise.
30918         * lib/mkdirat.c: Likewise.
30919         * lib/mkdtemp.c: Likewise.
30920         * lib/mkstemp-safer.c: Likewise.
30921         * lib/mkstemp.c: Likewise.
30922         * lib/modechange.c: Likewise.
30923         * lib/modechange.h: Likewise.
30924         * lib/mountlist.c: Likewise.
30925         * lib/mountlist.h: Likewise.
30926         * lib/mpsort.c: Likewise.
30927         * lib/nanosleep.c: Likewise.
30928         * lib/obstack.c: Likewise.
30929         * lib/obstack.h: Likewise.
30930         * lib/open-safer.c: Likewise.
30931         * lib/open.c: Likewise.
30932         * lib/openat-die.c: Likewise.
30933         * lib/openat-priv.h: Likewise.
30934         * lib/openat-proc.c: Likewise.
30935         * lib/openat.c: Likewise.
30936         * lib/openat.h: Likewise.
30937         * lib/pagealign_alloc.c: Likewise.
30938         * lib/pagealign_alloc.h: Likewise.
30939         * lib/physmem.c: Likewise.
30940         * lib/physmem.h: Likewise.
30941         * lib/pipe-safer.c: Likewise.
30942         * lib/pipe.c: Likewise.
30943         * lib/pipe.h: Likewise.
30944         * lib/posixtm.c: Likewise.
30945         * lib/posixtm.h: Likewise.
30946         * lib/posixver.c: Likewise.
30947         * lib/printf-frexp.c: Likewise.
30948         * lib/printf-frexp.h: Likewise.
30949         * lib/printf-frexpl.c: Likewise.
30950         * lib/printf-frexpl.h: Likewise.
30951         * lib/printf.c: Likewise.
30952         * lib/progname.c: Likewise.
30953         * lib/progname.h: Likewise.
30954         * lib/progreloc.c: Likewise.
30955         * lib/putenv.c: Likewise.
30956         * lib/quote.c: Likewise.
30957         * lib/quote.h: Likewise.
30958         * lib/quotearg.c: Likewise.
30959         * lib/quotearg.h: Likewise.
30960         * lib/raise.c: Likewise.
30961         * lib/readline.c: Likewise.
30962         * lib/readline.h: Likewise.
30963         * lib/readlink.c: Likewise.
30964         * lib/readtokens.c: Likewise.
30965         * lib/readtokens.h: Likewise.
30966         * lib/readtokens0.c: Likewise.
30967         * lib/readtokens0.h: Likewise.
30968         * lib/readutmp.c: Likewise.
30969         * lib/readutmp.h: Likewise.
30970         * lib/realloc.c: Likewise.
30971         * lib/relocwrapper.c: Likewise.
30972         * lib/rename-dest-slash.c: Likewise.
30973         * lib/rename.c: Likewise.
30974         * lib/rmdir.c: Likewise.
30975         * lib/rpmatch.c: Likewise.
30976         * lib/safe-read.c: Likewise.
30977         * lib/safe-read.h: Likewise.
30978         * lib/safe-write.c: Likewise.
30979         * lib/safe-write.h: Likewise.
30980         * lib/same-inode.h: Likewise.
30981         * lib/same.c: Likewise.
30982         * lib/same.h: Likewise.
30983         * lib/save-cwd.c: Likewise.
30984         * lib/save-cwd.h: Likewise.
30985         * lib/savedir.c: Likewise.
30986         * lib/savedir.h: Likewise.
30987         * lib/savewd.c: Likewise.
30988         * lib/savewd.h: Likewise.
30989         * lib/search.in.h: Likewise.
30990         * lib/setenv.c: Likewise.
30991         * lib/setenv.h: Likewise.
30992         * lib/settime.c: Likewise.
30993         * lib/sh-quote.c: Likewise.
30994         * lib/sh-quote.h: Likewise.
30995         * lib/sig2str.c: Likewise.
30996         * lib/sig2str.h: Likewise.
30997         * lib/signal.in.h: Likewise.
30998         * lib/signbitd.c: Likewise.
30999         * lib/signbitf.c: Likewise.
31000         * lib/signbitl.c: Likewise.
31001         * lib/sigprocmask.c: Likewise.
31002         * lib/sincosl.c: Likewise.
31003         * lib/sleep.c: Likewise.
31004         * lib/sprintf.c: Likewise.
31005         * lib/sqrtl.c: Likewise.
31006         * lib/stat-time.h: Likewise.
31007         * lib/stdio--.h: Likewise.
31008         * lib/stdio-safer.h: Likewise.
31009         * lib/stdlib--.h: Likewise.
31010         * lib/stdlib-safer.h: Likewise.
31011         * lib/stdlib.in.h: Likewise.
31012         * lib/stpcpy.c: Likewise.
31013         * lib/stpncpy.c: Likewise.
31014         * lib/strchrnul.c: Likewise.
31015         * lib/strcspn.c: Likewise.
31016         * lib/strerror.c: Likewise.
31017         * lib/strftime.c: Likewise.
31018         * lib/strftime.h: Likewise.
31019         * lib/striconveh.c: Likewise.
31020         * lib/striconveh.h: Likewise.
31021         * lib/striconveha.c: Likewise.
31022         * lib/striconveha.h: Likewise.
31023         * lib/stripslash.c: Likewise.
31024         * lib/strnlen1.c: Likewise.
31025         * lib/strnlen1.h: Likewise.
31026         * lib/strtod.c: Likewise.
31027         * lib/strtoimax.c: Likewise.
31028         * lib/strtok_r.c: Likewise.
31029         * lib/strtol.c: Likewise.
31030         * lib/strtoll.c: Likewise.
31031         * lib/strtoul.c: Likewise.
31032         * lib/strtoull.c: Likewise.
31033         * lib/sysexits.in.h: Likewise.
31034         * lib/tempname.c: Likewise.
31035         * lib/tempname.h: Likewise.
31036         * lib/timespec.h: Likewise.
31037         * lib/tls.c: Likewise.
31038         * lib/tls.h: Likewise.
31039         * lib/tmpdir.c: Likewise.
31040         * lib/tmpdir.h: Likewise.
31041         * lib/tmpfile-safer.c: Likewise.
31042         * lib/tmpfile.c: Likewise.
31043         * lib/trigl.c: Likewise.
31044         * lib/trigl.h: Likewise.
31045         * lib/trim.c: Likewise.
31046         * lib/trim.h: Likewise.
31047         * lib/trunc.c: Likewise.
31048         * lib/truncf.c: Likewise.
31049         * lib/truncl.c: Likewise.
31050         * lib/tsearch.c: Likewise.
31051         * lib/unicodeio.c: Likewise.
31052         * lib/unicodeio.h: Likewise.
31053         * lib/unistd--.h: Likewise.
31054         * lib/unistd-safer.h: Likewise.
31055         * lib/unistdio/ulc-fprintf.c: Likewise.
31056         * lib/unistdio/ulc-vfprintf.c: Likewise.
31057         * lib/unlinkdir.c: Likewise.
31058         * lib/unlinkdir.h: Likewise.
31059         * lib/unlocked-io.h: Likewise.
31060         * lib/unsetenv.c: Likewise.
31061         * lib/userspec.c: Likewise.
31062         * lib/utime.c: Likewise.
31063         * lib/utimecmp.c: Likewise.
31064         * lib/utimecmp.h: Likewise.
31065         * lib/utimens.c: Likewise.
31066         * lib/verify.h: Likewise.
31067         * lib/verror.c: Likewise.
31068         * lib/verror.h: Likewise.
31069         * lib/version-etc-fsf.c: Likewise.
31070         * lib/version-etc.c: Likewise.
31071         * lib/version-etc.h: Likewise.
31072         * lib/vfprintf.c: Likewise.
31073         * lib/vprintf.c: Likewise.
31074         * lib/vsprintf.c: Likewise.
31075         * lib/w32spawn.h: Likewise.
31076         * lib/wait-process.c: Likewise.
31077         * lib/wait-process.h: Likewise.
31078         * lib/wcwidth.c: Likewise.
31079         * lib/write-any-file.c: Likewise.
31080         * lib/xalloc-die.c: Likewise.
31081         * lib/xalloc.h: Likewise.
31082         * lib/xasprintf.c: Likewise.
31083         * lib/xgetcwd.c: Likewise.
31084         * lib/xgetcwd.h: Likewise.
31085         * lib/xgetdomainname.c: Likewise.
31086         * lib/xgetdomainname.h: Likewise.
31087         * lib/xgethostname.c: Likewise.
31088         * lib/xmalloc.c: Likewise.
31089         * lib/xmalloca.c: Likewise.
31090         * lib/xmalloca.h: Likewise.
31091         * lib/xmemcoll.c: Likewise.
31092         * lib/xnanosleep.c: Likewise.
31093         * lib/xreadlink.c: Likewise.
31094         * lib/xreadlink.h: Likewise.
31095         * lib/xsetenv.c: Likewise.
31096         * lib/xsetenv.h: Likewise.
31097         * lib/xstriconv.c: Likewise.
31098         * lib/xstriconv.h: Likewise.
31099         * lib/xstrndup.c: Likewise.
31100         * lib/xstrndup.h: Likewise.
31101         * lib/xstrtod.c: Likewise.
31102         * lib/xstrtod.h: Likewise.
31103         * lib/xstrtol-error.c: Likewise.
31104         * lib/xstrtol.c: Likewise.
31105         * lib/xstrtol.h: Likewise.
31106         * lib/xtime.h: Likewise.
31107         * lib/xvasprintf.c: Likewise.
31108         * lib/xvasprintf.h: Likewise.
31109         * lib/yesno.c: Likewise.
31110         * lib/yesno.h: Likewise.
31111         * posix-modules: Likewise.
31112         * tests/test-alloca-opt.c: Likewise.
31113         * tests/test-arcfour.c: Likewise.
31114         * tests/test-arctwo.c: Likewise.
31115         * tests/test-argmatch.c: Likewise.
31116         * tests/test-argp-2.sh: Likewise.
31117         * tests/test-argp.c: Likewise.
31118         * tests/test-arpa_inet.c: Likewise.
31119         * tests/test-array_list.c: Likewise.
31120         * tests/test-array_oset.c: Likewise.
31121         * tests/test-atexit.c: Likewise.
31122         * tests/test-avltree_list.c: Likewise.
31123         * tests/test-avltree_oset.c: Likewise.
31124         * tests/test-avltreehash_list.c: Likewise.
31125         * tests/test-base64.c: Likewise.
31126         * tests/test-binary-io.c: Likewise.
31127         * tests/test-byteswap.c: Likewise.
31128         * tests/test-c-ctype.c: Likewise.
31129         * tests/test-c-strcasecmp.c: Likewise.
31130         * tests/test-c-strcasestr.c: Likewise.
31131         * tests/test-c-strncasecmp.c: Likewise.
31132         * tests/test-c-strstr.c: Likewise.
31133         * tests/test-canonicalize-lgpl.c: Likewise.
31134         * tests/test-canonicalize.c: Likewise.
31135         * tests/test-carray_list.c: Likewise.
31136         * tests/test-ceilf.c: Likewise.
31137         * tests/test-ceill.c: Likewise.
31138         * tests/test-count-one-bits.c: Likewise.
31139         * tests/test-crc.c: Likewise.
31140         * tests/test-dirname.c: Likewise.
31141         * tests/test-fbufmode.c: Likewise.
31142         * tests/test-fcntl.c: Likewise.
31143         * tests/test-fflush.c: Likewise.
31144         * tests/test-floorf.c: Likewise.
31145         * tests/test-floorl.c: Likewise.
31146         * tests/test-fopen.c: Likewise.
31147         * tests/test-fprintf-posix.c: Likewise.
31148         * tests/test-fprintf-posix.h: Likewise.
31149         * tests/test-fpurge.c: Likewise.
31150         * tests/test-freadable.c: Likewise.
31151         * tests/test-freadahead.c: Likewise.
31152         * tests/test-freading.c: Likewise.
31153         * tests/test-freopen.c: Likewise.
31154         * tests/test-frexp.c: Likewise.
31155         * tests/test-frexpl.c: Likewise.
31156         * tests/test-fseek.c: Likewise.
31157         * tests/test-fseeko.c: Likewise.
31158         * tests/test-fseterr.c: Likewise.
31159         * tests/test-fstrcmp.c: Likewise.
31160         * tests/test-ftell.c: Likewise.
31161         * tests/test-ftello.c: Likewise.
31162         * tests/test-fwritable.c: Likewise.
31163         * tests/test-fwriting.c: Likewise.
31164         * tests/test-getaddrinfo.c: Likewise.
31165         * tests/test-getpass.c: Likewise.
31166         * tests/test-gettimeofday.c: Likewise.
31167         * tests/test-hmac-md5.c: Likewise.
31168         * tests/test-hmac-sha1.c: Likewise.
31169         * tests/test-iconv.c: Likewise.
31170         * tests/test-iconvme.c: Likewise.
31171         * tests/test-inttypes.c: Likewise.
31172         * tests/test-isnan.c: Likewise.
31173         * tests/test-isnanf.c: Likewise.
31174         * tests/test-isnanl-nolibm.c: Likewise.
31175         * tests/test-isnanl.c: Likewise.
31176         * tests/test-isnanl.h: Likewise.
31177         * tests/test-ldexpl.c: Likewise.
31178         * tests/test-linked_list.c: Likewise.
31179         * tests/test-linkedhash_list.c: Likewise.
31180         * tests/test-locale.c: Likewise.
31181         * tests/test-localename.c: Likewise.
31182         * tests/test-lock.c: Likewise.
31183         * tests/test-lseek.c: Likewise.
31184         * tests/test-malloca.c: Likewise.
31185         * tests/test-math.c: Likewise.
31186         * tests/test-mbscasecmp.c: Likewise.
31187         * tests/test-mbscasestr1.c: Likewise.
31188         * tests/test-mbscasestr2.c: Likewise.
31189         * tests/test-mbscasestr3.c: Likewise.
31190         * tests/test-mbscasestr4.c: Likewise.
31191         * tests/test-mbschr.c: Likewise.
31192         * tests/test-mbscspn.c: Likewise.
31193         * tests/test-mbsncasecmp.c: Likewise.
31194         * tests/test-mbspbrk.c: Likewise.
31195         * tests/test-mbspcasecmp.c: Likewise.
31196         * tests/test-mbsrchr.c: Likewise.
31197         * tests/test-mbsspn.c: Likewise.
31198         * tests/test-mbsstr1.c: Likewise.
31199         * tests/test-mbsstr2.c: Likewise.
31200         * tests/test-mbsstr3.c: Likewise.
31201         * tests/test-md5.c: Likewise.
31202         * tests/test-memmem.c: Likewise.
31203         * tests/test-netinet_in.c: Likewise.
31204         * tests/test-open.c: Likewise.
31205         * tests/test-printf-frexp.c: Likewise.
31206         * tests/test-printf-frexpl.c: Likewise.
31207         * tests/test-printf-posix.c: Likewise.
31208         * tests/test-printf-posix.h: Likewise.
31209         * tests/test-rbtree_list.c: Likewise.
31210         * tests/test-rbtree_oset.c: Likewise.
31211         * tests/test-rbtreehash_list.c: Likewise.
31212         * tests/test-read-file.c: Likewise.
31213         * tests/test-rijndael.c: Likewise.
31214         * tests/test-search.c: Likewise.
31215         * tests/test-signbit.c: Likewise.
31216         * tests/test-sleep.c: Likewise.
31217         * tests/test-snprintf-posix.c: Likewise.
31218         * tests/test-snprintf-posix.h: Likewise.
31219         * tests/test-snprintf.c: Likewise.
31220         * tests/test-sprintf-posix.c: Likewise.
31221         * tests/test-sprintf-posix.h: Likewise.
31222         * tests/test-stat-time.c: Likewise.
31223         * tests/test-stdbool.c: Likewise.
31224         * tests/test-stdint.c: Likewise.
31225         * tests/test-stdio.c: Likewise.
31226         * tests/test-stdlib.c: Likewise.
31227         * tests/test-stpncpy.c: Likewise.
31228         * tests/test-strcasestr.c: Likewise.
31229         * tests/test-striconv.c: Likewise.
31230         * tests/test-striconveh.c: Likewise.
31231         * tests/test-striconveha.c: Likewise.
31232         * tests/test-string.c: Likewise.
31233         * tests/test-sys_select.c: Likewise.
31234         * tests/test-sys_socket.c: Likewise.
31235         * tests/test-sys_stat.c: Likewise.
31236         * tests/test-sys_time.c: Likewise.
31237         * tests/test-sysexits.c: Likewise.
31238         * tests/test-time.c: Likewise.
31239         * tests/test-tls.c: Likewise.
31240         * tests/test-trunc.c: Likewise.
31241         * tests/test-truncf.c: Likewise.
31242         * tests/test-truncl.c: Likewise.
31243         * tests/test-unistd.c: Likewise.
31244         * tests/test-vasnprintf-posix.c: Likewise.
31245         * tests/test-vasnprintf-posix2.c: Likewise.
31246         * tests/test-vasnprintf.c: Likewise.
31247         * tests/test-vasprintf-posix.c: Likewise.
31248         * tests/test-vasprintf.c: Likewise.
31249         * tests/test-verify.c: Likewise.
31250         * tests/test-vfprintf-posix.c: Likewise.
31251         * tests/test-vprintf-posix.c: Likewise.
31252         * tests/test-vsnprintf-posix.c: Likewise.
31253         * tests/test-vsnprintf.c: Likewise.
31254         * tests/test-vsprintf-posix.c: Likewise.
31255         * tests/test-wchar.c: Likewise.
31256         * tests/test-wctype.c: Likewise.
31257         * tests/test-wcwidth.c: Likewise.
31258         * tests/test-xstrtol.c: Likewise.
31259         * tests/test-xvasprintf.c: Likewise.
31260         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
31261         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
31262         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
31263         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
31264         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
31265         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
31266         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
31267         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
31268         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
31269         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
31270         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
31271         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
31272         * tests/uniname/test-uninames.c: Likewise.
31273         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
31274         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
31275         * tests/unistdio/test-u16-printf1.h: Likewise.
31276         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
31277         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
31278         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
31279         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
31280         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
31281         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
31282         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
31283         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
31284         * tests/unistdio/test-u32-printf1.h: Likewise.
31285         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
31286         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
31287         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
31288         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
31289         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
31290         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
31291         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
31292         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
31293         * tests/unistdio/test-u8-printf1.h: Likewise.
31294         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
31295         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
31296         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
31297         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
31298         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
31299         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
31300         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
31301         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
31302         * tests/unistdio/test-ulc-printf1.h: Likewise.
31303         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
31304         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
31305         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
31306         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
31307         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
31308         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
31309         * tests/uniwidth/test-u16-strwidth.c: Likewise.
31310         * tests/uniwidth/test-u16-width.c: Likewise.
31311         * tests/uniwidth/test-u32-strwidth.c: Likewise.
31312         * tests/uniwidth/test-u32-width.c: Likewise.
31313         * tests/uniwidth/test-u8-strwidth.c: Likewise.
31314         * tests/uniwidth/test-u8-width.c: Likewise.
31315         * tests/uniwidth/test-uc_width.c: Likewise.
31316         * config/srclist-update: Likewise.
31317         (fixlicense): Update to GPLv3+.
31318
31319         Change copyright notice from LGPLv2.1+ to LGPLv3+.
31320         * tests/test-tsearch.c: Change copyright notice.
31321
31322         Change copyright notice from LGPLv2.0+ to LGPLv3+.
31323         * lib/c-strcaseeq.h: Change copyright notice.
31324         * lib/streq.h: Likewise.
31325         * lib/uniconv.h: Likewise.
31326         * lib/uniconv/u-conv-from-enc.h: Likewise.
31327         * lib/uniconv/u-conv-to-enc.h: Likewise.
31328         * lib/uniconv/u-strconv-from-enc.h: Likewise.
31329         * lib/uniconv/u-strconv-to-enc.h: Likewise.
31330         * lib/uniconv/u16-conv-from-enc.c: Likewise.
31331         * lib/uniconv/u16-conv-to-enc.c: Likewise.
31332         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
31333         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
31334         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
31335         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
31336         * lib/uniconv/u32-conv-from-enc.c: Likewise.
31337         * lib/uniconv/u32-conv-to-enc.c: Likewise.
31338         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
31339         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
31340         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
31341         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
31342         * lib/uniconv/u8-conv-from-enc.c: Likewise.
31343         * lib/uniconv/u8-conv-to-enc.c: Likewise.
31344         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
31345         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
31346         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
31347         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
31348         * lib/uniname.h: Likewise.
31349         * lib/uniname/uniname.c: Likewise.
31350         * lib/unistdio.h: Likewise.
31351         * lib/unistdio/u-asnprintf.h: Likewise.
31352         * lib/unistdio/u-asprintf.h: Likewise.
31353         * lib/unistdio/u-printf-args.c: Likewise.
31354         * lib/unistdio/u-printf-args.h: Likewise.
31355         * lib/unistdio/u-printf-parse.h: Likewise.
31356         * lib/unistdio/u-snprintf.h: Likewise.
31357         * lib/unistdio/u-sprintf.h: Likewise.
31358         * lib/unistdio/u-vasprintf.h: Likewise.
31359         * lib/unistdio/u-vsnprintf.h: Likewise.
31360         * lib/unistdio/u-vsprintf.h: Likewise.
31361         * lib/unistdio/u16-asnprintf.c: Likewise.
31362         * lib/unistdio/u16-asprintf.c: Likewise.
31363         * lib/unistdio/u16-printf-parse.c: Likewise.
31364         * lib/unistdio/u16-snprintf.c: Likewise.
31365         * lib/unistdio/u16-sprintf.c: Likewise.
31366         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
31367         * lib/unistdio/u16-u16-asprintf.c: Likewise.
31368         * lib/unistdio/u16-u16-snprintf.c: Likewise.
31369         * lib/unistdio/u16-u16-sprintf.c: Likewise.
31370         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
31371         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
31372         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
31373         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
31374         * lib/unistdio/u16-vasnprintf.c: Likewise.
31375         * lib/unistdio/u16-vasprintf.c: Likewise.
31376         * lib/unistdio/u16-vsnprintf.c: Likewise.
31377         * lib/unistdio/u16-vsprintf.c: Likewise.
31378         * lib/unistdio/u32-asnprintf.c: Likewise.
31379         * lib/unistdio/u32-asprintf.c: Likewise.
31380         * lib/unistdio/u32-printf-parse.c: Likewise.
31381         * lib/unistdio/u32-snprintf.c: Likewise.
31382         * lib/unistdio/u32-sprintf.c: Likewise.
31383         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
31384         * lib/unistdio/u32-u32-asprintf.c: Likewise.
31385         * lib/unistdio/u32-u32-snprintf.c: Likewise.
31386         * lib/unistdio/u32-u32-sprintf.c: Likewise.
31387         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
31388         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
31389         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
31390         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
31391         * lib/unistdio/u32-vasnprintf.c: Likewise.
31392         * lib/unistdio/u32-vasprintf.c: Likewise.
31393         * lib/unistdio/u32-vsnprintf.c: Likewise.
31394         * lib/unistdio/u32-vsprintf.c: Likewise.
31395         * lib/unistdio/u8-asnprintf.c: Likewise.
31396         * lib/unistdio/u8-asprintf.c: Likewise.
31397         * lib/unistdio/u8-printf-parse.c: Likewise.
31398         * lib/unistdio/u8-snprintf.c: Likewise.
31399         * lib/unistdio/u8-sprintf.c: Likewise.
31400         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
31401         * lib/unistdio/u8-u8-asprintf.c: Likewise.
31402         * lib/unistdio/u8-u8-snprintf.c: Likewise.
31403         * lib/unistdio/u8-u8-sprintf.c: Likewise.
31404         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
31405         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
31406         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
31407         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
31408         * lib/unistdio/u8-vasnprintf.c: Likewise.
31409         * lib/unistdio/u8-vasprintf.c: Likewise.
31410         * lib/unistdio/u8-vsnprintf.c: Likewise.
31411         * lib/unistdio/u8-vsprintf.c: Likewise.
31412         * lib/unistdio/ulc-asnprintf.c: Likewise.
31413         * lib/unistdio/ulc-asprintf.c: Likewise.
31414         * lib/unistdio/ulc-printf-parse.c: Likewise.
31415         * lib/unistdio/ulc-snprintf.c: Likewise.
31416         * lib/unistdio/ulc-sprintf.c: Likewise.
31417         * lib/unistdio/ulc-vasnprintf.c: Likewise.
31418         * lib/unistdio/ulc-vasprintf.c: Likewise.
31419         * lib/unistdio/ulc-vsnprintf.c: Likewise.
31420         * lib/unistdio/ulc-vsprintf.c: Likewise.
31421         * lib/unistr.h: Likewise.
31422         * lib/unistr/u-cpy-alloc.h: Likewise.
31423         * lib/unistr/u-cpy.h: Likewise.
31424         * lib/unistr/u-endswith.h: Likewise.
31425         * lib/unistr/u-move.h: Likewise.
31426         * lib/unistr/u-set.h: Likewise.
31427         * lib/unistr/u-startswith.h: Likewise.
31428         * lib/unistr/u-stpcpy.h: Likewise.
31429         * lib/unistr/u-stpncpy.h: Likewise.
31430         * lib/unistr/u-strcat.h: Likewise.
31431         * lib/unistr/u-strcpy.h: Likewise.
31432         * lib/unistr/u-strcspn.h: Likewise.
31433         * lib/unistr/u-strdup.h: Likewise.
31434         * lib/unistr/u-strlen.h: Likewise.
31435         * lib/unistr/u-strncat.h: Likewise.
31436         * lib/unistr/u-strncpy.h: Likewise.
31437         * lib/unistr/u-strnlen.h: Likewise.
31438         * lib/unistr/u-strpbrk.h: Likewise.
31439         * lib/unistr/u-strspn.h: Likewise.
31440         * lib/unistr/u-strstr.h: Likewise.
31441         * lib/unistr/u-strtok.h: Likewise.
31442         * lib/unistr/u16-check.c: Likewise.
31443         * lib/unistr/u16-chr.c: Likewise.
31444         * lib/unistr/u16-cmp.c: Likewise.
31445         * lib/unistr/u16-cpy-alloc.c: Likewise.
31446         * lib/unistr/u16-cpy.c: Likewise.
31447         * lib/unistr/u16-endswith.c: Likewise.
31448         * lib/unistr/u16-mblen.c: Likewise.
31449         * lib/unistr/u16-mbsnlen.c: Likewise.
31450         * lib/unistr/u16-mbtouc-aux.c: Likewise.
31451         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
31452         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
31453         * lib/unistr/u16-mbtouc.c: Likewise.
31454         * lib/unistr/u16-mbtoucr.c: Likewise.
31455         * lib/unistr/u16-move.c: Likewise.
31456         * lib/unistr/u16-next.c: Likewise.
31457         * lib/unistr/u16-prev.c: Likewise.
31458         * lib/unistr/u16-set.c: Likewise.
31459         * lib/unistr/u16-startswith.c: Likewise.
31460         * lib/unistr/u16-stpcpy.c: Likewise.
31461         * lib/unistr/u16-stpncpy.c: Likewise.
31462         * lib/unistr/u16-strcat.c: Likewise.
31463         * lib/unistr/u16-strchr.c: Likewise.
31464         * lib/unistr/u16-strcmp.c: Likewise.
31465         * lib/unistr/u16-strcpy.c: Likewise.
31466         * lib/unistr/u16-strcspn.c: Likewise.
31467         * lib/unistr/u16-strdup.c: Likewise.
31468         * lib/unistr/u16-strlen.c: Likewise.
31469         * lib/unistr/u16-strmblen.c: Likewise.
31470         * lib/unistr/u16-strmbtouc.c: Likewise.
31471         * lib/unistr/u16-strncat.c: Likewise.
31472         * lib/unistr/u16-strncmp.c: Likewise.
31473         * lib/unistr/u16-strncpy.c: Likewise.
31474         * lib/unistr/u16-strnlen.c: Likewise.
31475         * lib/unistr/u16-strpbrk.c: Likewise.
31476         * lib/unistr/u16-strrchr.c: Likewise.
31477         * lib/unistr/u16-strspn.c: Likewise.
31478         * lib/unistr/u16-strstr.c: Likewise.
31479         * lib/unistr/u16-strtok.c: Likewise.
31480         * lib/unistr/u16-to-u32.c: Likewise.
31481         * lib/unistr/u16-to-u8.c: Likewise.
31482         * lib/unistr/u16-uctomb-aux.c: Likewise.
31483         * lib/unistr/u16-uctomb.c: Likewise.
31484         * lib/unistr/u32-check.c: Likewise.
31485         * lib/unistr/u32-chr.c: Likewise.
31486         * lib/unistr/u32-cmp.c: Likewise.
31487         * lib/unistr/u32-cpy-alloc.c: Likewise.
31488         * lib/unistr/u32-cpy.c: Likewise.
31489         * lib/unistr/u32-endswith.c: Likewise.
31490         * lib/unistr/u32-mblen.c: Likewise.
31491         * lib/unistr/u32-mbsnlen.c: Likewise.
31492         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
31493         * lib/unistr/u32-mbtouc.c: Likewise.
31494         * lib/unistr/u32-mbtoucr.c: Likewise.
31495         * lib/unistr/u32-move.c: Likewise.
31496         * lib/unistr/u32-next.c: Likewise.
31497         * lib/unistr/u32-prev.c: Likewise.
31498         * lib/unistr/u32-set.c: Likewise.
31499         * lib/unistr/u32-startswith.c: Likewise.
31500         * lib/unistr/u32-stpcpy.c: Likewise.
31501         * lib/unistr/u32-stpncpy.c: Likewise.
31502         * lib/unistr/u32-strcat.c: Likewise.
31503         * lib/unistr/u32-strchr.c: Likewise.
31504         * lib/unistr/u32-strcmp.c: Likewise.
31505         * lib/unistr/u32-strcpy.c: Likewise.
31506         * lib/unistr/u32-strcspn.c: Likewise.
31507         * lib/unistr/u32-strdup.c: Likewise.
31508         * lib/unistr/u32-strlen.c: Likewise.
31509         * lib/unistr/u32-strmblen.c: Likewise.
31510         * lib/unistr/u32-strmbtouc.c: Likewise.
31511         * lib/unistr/u32-strncat.c: Likewise.
31512         * lib/unistr/u32-strncmp.c: Likewise.
31513         * lib/unistr/u32-strncpy.c: Likewise.
31514         * lib/unistr/u32-strnlen.c: Likewise.
31515         * lib/unistr/u32-strpbrk.c: Likewise.
31516         * lib/unistr/u32-strrchr.c: Likewise.
31517         * lib/unistr/u32-strspn.c: Likewise.
31518         * lib/unistr/u32-strstr.c: Likewise.
31519         * lib/unistr/u32-strtok.c: Likewise.
31520         * lib/unistr/u32-to-u16.c: Likewise.
31521         * lib/unistr/u32-to-u8.c: Likewise.
31522         * lib/unistr/u32-uctomb.c: Likewise.
31523         * lib/unistr/u8-check.c: Likewise.
31524         * lib/unistr/u8-chr.c: Likewise.
31525         * lib/unistr/u8-cmp.c: Likewise.
31526         * lib/unistr/u8-cpy-alloc.c: Likewise.
31527         * lib/unistr/u8-cpy.c: Likewise.
31528         * lib/unistr/u8-endswith.c: Likewise.
31529         * lib/unistr/u8-mblen.c: Likewise.
31530         * lib/unistr/u8-mbsnlen.c: Likewise.
31531         * lib/unistr/u8-mbtouc-aux.c: Likewise.
31532         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
31533         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
31534         * lib/unistr/u8-mbtouc.c: Likewise.
31535         * lib/unistr/u8-mbtoucr.c: Likewise.
31536         * lib/unistr/u8-move.c: Likewise.
31537         * lib/unistr/u8-next.c: Likewise.
31538         * lib/unistr/u8-prev.c: Likewise.
31539         * lib/unistr/u8-set.c: Likewise.
31540         * lib/unistr/u8-startswith.c: Likewise.
31541         * lib/unistr/u8-stpcpy.c: Likewise.
31542         * lib/unistr/u8-stpncpy.c: Likewise.
31543         * lib/unistr/u8-strcat.c: Likewise.
31544         * lib/unistr/u8-strchr.c: Likewise.
31545         * lib/unistr/u8-strcmp.c: Likewise.
31546         * lib/unistr/u8-strcpy.c: Likewise.
31547         * lib/unistr/u8-strcspn.c: Likewise.
31548         * lib/unistr/u8-strdup.c: Likewise.
31549         * lib/unistr/u8-strlen.c: Likewise.
31550         * lib/unistr/u8-strmblen.c: Likewise.
31551         * lib/unistr/u8-strmbtouc.c: Likewise.
31552         * lib/unistr/u8-strncat.c: Likewise.
31553         * lib/unistr/u8-strncmp.c: Likewise.
31554         * lib/unistr/u8-strncpy.c: Likewise.
31555         * lib/unistr/u8-strnlen.c: Likewise.
31556         * lib/unistr/u8-strpbrk.c: Likewise.
31557         * lib/unistr/u8-strrchr.c: Likewise.
31558         * lib/unistr/u8-strspn.c: Likewise.
31559         * lib/unistr/u8-strstr.c: Likewise.
31560         * lib/unistr/u8-strtok.c: Likewise.
31561         * lib/unistr/u8-to-u16.c: Likewise.
31562         * lib/unistr/u8-to-u32.c: Likewise.
31563         * lib/unistr/u8-uctomb-aux.c: Likewise.
31564         * lib/unistr/u8-uctomb.c: Likewise.
31565         * lib/unitypes.h: Likewise.
31566         * lib/uniwidth.h: Likewise.
31567         * lib/uniwidth/cjk.h: Likewise.
31568         * lib/uniwidth/u16-strwidth.c: Likewise.
31569         * lib/uniwidth/u16-width.c: Likewise.
31570         * lib/uniwidth/u32-strwidth.c: Likewise.
31571         * lib/uniwidth/u32-width.c: Likewise.
31572         * lib/uniwidth/u8-strwidth.c: Likewise.
31573         * lib/uniwidth/u8-width.c: Likewise.
31574         * lib/uniwidth/width.c: Likewise.
31575
31576 2007-10-07  Bruno Haible  <bruno@clisp.org>
31577
31578         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
31579         The file is still under LGPL (see modules/inttypes).
31580
31581 2007-10-06  Bruno Haible  <bruno@clisp.org>
31582
31583         * modules/trunc (Dependencies): Add 'extensions'.
31584         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
31585         Reported by Ben Pfaff <blp@gnu.org>.
31586
31587 2007-10-06  Bruno Haible  <bruno@clisp.org>
31588
31589         * modules/freopen-tests: New file.
31590         * tests/test-freopen.c: New file.
31591
31592         * modules/fopen-tests: New file.
31593         * tests/test-fopen.c: New file.
31594
31595         * modules/fopen: New file.
31596         * lib/fopen.c: New file.
31597         * m4/fopen.m4: New file.
31598         * modules/freopen: New file.
31599         * lib/freopen.c: New file.
31600         * m4/freopen.m4: New file.
31601         * lib/stdio.in.h (fopen, freopen): New declarations.
31602         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
31603         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31604         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
31605         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
31606         * doc/functions/fopen.texi: Mention the 'fopen' module.
31607         * doc/functions/freopen.texi: Mention the 'freopen' module.
31608
31609 2007-10-06  Bruno Haible  <bruno@clisp.org>
31610
31611         * modules/open-tests: New file.
31612         * tests/test-open.c: New file.
31613
31614         * modules/open: New file.
31615         * lib/open.c: New file.
31616         * m4/open.m4: New file.
31617         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
31618         lib/open.c does.
31619         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
31620         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
31621         macros.
31622         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
31623         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
31624         REPLACE_OPEN.
31625         * doc/functions/open.texi: Mention the 'open' module.
31626
31627 2007-10-04  Bruno Haible  <bruno@clisp.org>
31628
31629         * modules/ceill-tests: New file.
31630         * tests/test-ceill.c: New file.
31631
31632         * modules/ceill: New file.
31633         * lib/ceill.c: Replace entire file.
31634         * m4/ceill.m4: New file.
31635         * lib/math.in.h (ceill): Replace declaration.
31636         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
31637         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
31638         * doc/functions/ceill.texi: Mention the 'ceill' module.
31639         * modules/mathl (Files): Remove lib/ceill.c.
31640         (Depends-on): Add ceill.
31641
31642 2007-10-04  Bruno Haible  <bruno@clisp.org>
31643
31644         * modules/ceilf-tests: New file.
31645         * tests/test-ceilf.c: New file.
31646
31647         * modules/ceilf: New file.
31648         * lib/ceil.c: New file.
31649         * lib/ceilf.c: New file.
31650         * m4/ceilf.m4: New file.
31651         * lib/math.in.h (ceilf): New declaration.
31652         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
31653         HAVE_DECL_CEILF.
31654         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
31655         HAVE_DECL_CEILF.
31656         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
31657
31658 2007-10-04  Bruno Haible  <bruno@clisp.org>
31659
31660         * modules/floorl-tests: New file.
31661         * tests/test-floorl.c: New file.
31662
31663         * modules/floorl: New file.
31664         * lib/floorl.c: Replace entire file.
31665         * m4/floorl.m4: New file.
31666         * lib/math.in.h (floorl): Replace declaration.
31667         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
31668         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
31669         * doc/functions/floorl.texi: Mention the 'floorl' module.
31670         * modules/mathl (Files): Remove lib/floorl.c.
31671         (Depends-on): Add floorl.
31672
31673 2007-10-04  Bruno Haible  <bruno@clisp.org>
31674
31675         * modules/floorf-tests: New file.
31676         * tests/test-floorf.c: New file.
31677
31678         * modules/floorf: New file.
31679         * lib/floor.c: New file.
31680         * lib/floorf.c: New file.
31681         * m4/floorf.m4: New file.
31682         * lib/math.in.h (floorf): New declaration.
31683         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
31684         HAVE_DECL_FLOORF.
31685         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
31686         HAVE_DECL_FLOORF.
31687         * doc/functions/floorf.texi: Mention the 'floorf' module.
31688
31689 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
31690             Bruno Haible  <bruno@clisp.org>
31691
31692         Advertise for the Git server instead of the CVS server.
31693         * doc/gnulib-intro.texi (Steady Development): Mention the Git
31694         repository instead of the CVS one.
31695         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
31696         about all VCS systems generically.
31697         * doc/gnulib.texi (Introduction): Capitalize `Git'.
31698
31699 2007-10-04  Bruno Haible  <bruno@clisp.org>
31700
31701         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
31702         means.
31703         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
31704
31705 2007-10-04  Bruno Haible  <bruno@clisp.org>
31706
31707         * modules/truncl-tests: New file.
31708         * tests/test-truncl.c: New file.
31709
31710         * modules/truncl: New file.
31711         * lib/truncl.c: New file.
31712         * m4/truncl.m4: New file.
31713         * lib/math.in.h (truncl): New declaration.
31714         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
31715         HAVE_DECL_TRUNCL.
31716         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
31717         HAVE_DECL_TRUNCL.
31718         * doc/functions/truncl.texi: Mention the 'truncl' module.
31719
31720 2007-10-04  Bruno Haible  <bruno@clisp.org>
31721
31722         * modules/truncf-tests: New file.
31723         * tests/test-truncf.c: New file.
31724
31725         * modules/truncf: New file.
31726         * lib/trunc.c: Make paramerizable through USE_* macros.
31727         * lib/truncf.c: New file.
31728         * m4/truncf.m4: New file.
31729         * lib/math.in.h (truncf): New declaration.
31730         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
31731         HAVE_DECL_TRUNCF.
31732         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
31733         HAVE_DECL_TRUNCF.
31734         * doc/functions/truncf.texi: Mention the 'truncf' module.
31735
31736 2007-10-03  Bruno Haible  <bruno@clisp.org>
31737
31738         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
31739         augmentation also for tests modules.
31740         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
31741         * modules/atexit-tests (Makefile.am): Likewise.
31742         * modules/binary-io-tests (Makefile.am): Likewise.
31743         * modules/c-strcase-tests (Makefile.am): Likewise.
31744         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
31745         * modules/canonicalize-tests (Makefile.am): Likewise.
31746         * modules/closein-tests (Makefile.am): Likewise.
31747         * modules/fprintf-posix-tests (Makefile.am): Likewise.
31748         * modules/freadahead-tests (Makefile.am): Likewise.
31749         * modules/fseek-tests (Makefile.am): Likewise.
31750         * modules/fseeko-tests (Makefile.am): Likewise.
31751         * modules/ftell-tests (Makefile.am): Likewise.
31752         * modules/ftello-tests (Makefile.am): Likewise.
31753         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
31754         * modules/isnanl-tests (Makefile.am): Likewise.
31755         * modules/lseek-tests (Makefile.am): Likewise.
31756         * modules/mbscasecmp-tests (Makefile.am): Likewise.
31757         * modules/mbscasestr-tests (Makefile.am): Likewise.
31758         * modules/mbschr-tests (Makefile.am): Likewise.
31759         * modules/mbscspn-tests (Makefile.am): Likewise.
31760         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
31761         * modules/mbspbrk-tests (Makefile.am): Likewise.
31762         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
31763         * modules/mbsrchr-tests (Makefile.am): Likewise.
31764         * modules/mbsspn-tests (Makefile.am): Likewise.
31765         * modules/mbsstr-tests (Makefile.am): Likewise.
31766         * modules/printf-posix-tests (Makefile.am): Likewise.
31767         * modules/snprintf-posix-tests (Makefile.am): Likewise.
31768         * modules/sprintf-posix-tests (Makefile.am): Likewise.
31769         * modules/tsearch-tests (Makefile.am): Likewise.
31770         * modules/uniname/uniname-tests (Makefile.am): Likewise.
31771         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
31772         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
31773         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
31774         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
31775         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
31776         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
31777         * modules/vprintf-posix-tests (Makefile.am): Likewise.
31778         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
31779         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
31780         * modules/xstrtoimax-tests (Makefile.am): Likewise.
31781         * modules/xstrtol-tests (Makefile.am): Likewise.
31782         * modules/xstrtoumax-tests (Makefile.am): Likewise.
31783         * modules/yesno-tests (Makefile.am): Likewise.
31784
31785 2007-10-03  Bruno Haible  <bruno@clisp.org>
31786
31787         * modules/trunc-tests: New file.
31788         * tests/test-trunc.c: New file.
31789
31790         * modules/trunc: New file.
31791         * lib/trunc.c: New file.
31792         * m4/trunc.m4: New file.
31793         * lib/math.in.h (trunc): New declaration.
31794         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
31795         HAVE_DECL_TRUNC.
31796         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
31797         HAVE_DECL_TRUNC.
31798         * doc/functions/trunc.texi: Mention the 'trunc' module.
31799
31800 2007-10-03  Bruno Haible  <bruno@clisp.org>
31801
31802         * tests/test-fpending.c: New file, mostly copied
31803         from coreutils/lib/t-fpending.c.
31804         * modules/fpending-tests: New file.
31805
31806 2007-10-03  Bruno Haible  <bruno@clisp.org>
31807
31808         Port the stdio extensions to QNX (untested).
31809         * lib/fseterr.c (fseterr): Add support for QNX.
31810         * lib/fbufmode.c (fbufmode): Likewise.
31811         * lib/freadable.c (freadable): Likewise.
31812         * lib/fwritable.c (fwritable): Likewise.
31813         * lib/freading.c (freading): Likewise.
31814         * lib/fwriting.c (fwriting): Likewise.
31815         * lib/freadahead.c (freadahed): Likewise.
31816         * lib/fpurge.c (fpurge): Likewise.
31817         * lib/fseeko.c (rpl_fseeko): Likewise.
31818
31819 2007-10-03  Bruno Haible  <bruno@clisp.org>
31820             Jim Meyering  <jim@meyering.net>
31821             Eric Blake  <ebb9@byu.net>
31822
31823         * doc/relocatable.texi: Use @command instead of @program.
31824
31825 2007-10-02  Jim Meyering  <jim@meyering.net>
31826
31827         Perform one more "_.h" -> ".in.h" substitution.
31828         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
31829         instead of unistd_.h here, too.
31830
31831 2007-10-01  Bruno Haible  <bruno@clisp.org>
31832
31833         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
31834         Needed for the alloca-opt module.
31835
31836 2007-09-30  Bruno Haible  <bruno@clisp.org>
31837
31838         * lib/alloca.in.h: Renamed from lib/alloca_.h.
31839         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
31840         alloca_.h.
31841         * lib/argz.in.h: Renamed from lib/argz_.h.
31842         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
31843         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
31844         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
31845         byteswap_.h.
31846         * lib/dirent.in.h: Renamed from lib/dirent_.h.
31847         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
31848         dirent_.h.
31849         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
31850         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
31851         fcntl_.h.
31852         * lib/float.in.h: Renamed from lib/float_.h.
31853         * modules/float (Files, Makefile.am): Use float.in.h instead of
31854         float_.h.
31855         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
31856         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
31857         fnmatch_.h.
31858         * lib/getopt.in.h: Renamed from lib/getopt_.h.
31859         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
31860         getopt_.h.
31861         * lib/glob.in.h: Renamed from lib/glob_.h.
31862         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
31863         * lib/iconv.in.h: Renamed from lib/iconv_.h.
31864         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
31865         iconv_.h.
31866         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
31867         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
31868         inttypes_.h.
31869         * lib/locale.in.h: Renamed from lib/locale_.h.
31870         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
31871         locale_.h.
31872         * lib/math.in.h: Renamed from lib/math_.h.
31873         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
31874         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
31875         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
31876         of netinet_in_.h. Add dependency.
31877         * lib/poll.in.h: Renamed from lib/poll_.h.
31878         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
31879         * lib/search.in.h: Renamed from lib/search_.h.
31880         * modules/search (Files, Makefile.am): Use search.in.h instead of
31881         search_.h.
31882         * lib/signal.in.h: Renamed from lib/signal_.h.
31883         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
31884         _signal.h.
31885         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
31886         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
31887         stdbool_.h.
31888         * lib/stdint.in.h: Renamed from lib/stdint_.h.
31889         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
31890         stdint_.h.
31891         * lib/stdio.in.h: Renamed from lib/stdio_.h.
31892         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
31893         stdio_.h.
31894         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
31895         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
31896         stdlib_.h.
31897         * lib/string.in.h: Renamed from lib/string_.h.
31898         * modules/string (Files, Makefile.am): Use string.in.h instead of
31899         string_.h.
31900         * doc/gnulib-tool.texi (Initial import): Update.
31901         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
31902         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
31903         of sys_select_.h. Add dependency.
31904         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
31905         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
31906         of sys_socket_.h.
31907         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
31908         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
31909         sys_stat_.h.
31910         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
31911         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
31912         sys_time_.h.
31913         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
31914         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
31915         sysexits_.h.
31916         * lib/time.in.h: Renamed from lib/time_.h.
31917         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
31918         * lib/unistd.in.h: Renamed from lib/unistd_.h.
31919         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
31920         unistd_.h.
31921         * lib/wchar.in.h: Renamed from lib/wchar_.h.
31922         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
31923         wchar_.h.
31924         * lib/wctype.in.h: Renamed from lib/wctype_.h.
31925         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
31926         wctype_.h.
31927         * build-aux/bootstrap (slurp): Update.
31928         * lib/.cppi-disable: Update.
31929
31930 2007-09-30  Bruno Haible  <bruno@clisp.org>
31931
31932         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
31933         Needed on BeOS.
31934
31935 2007-09-30  Bruno Haible  <bruno@clisp.org>
31936
31937         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
31938
31939 2007-09-29  Bruno Haible  <bruno@clisp.org>
31940
31941         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
31942
31943 2007-09-29  Bruno Haible  <bruno@clisp.org>
31944
31945         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
31946         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
31947         * build-aux/install-reloc: Compile also areadlink.c.
31948         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
31949
31950 2007-09-29  Bruno Haible  <bruno@clisp.org>
31951
31952         * gnulib-tool (func_emit_initmacro_done): Indentation.
31953
31954 2007-09-29  Bruno Haible  <bruno@clisp.org>
31955
31956         * README: Add CVS checkout update instructions.
31957         Info from Bob Proulx <bob@proulx.com>.
31958
31959 2007-09-28  Eric Blake  <ebb9@byu.net>
31960
31961         Provide move-if-change.
31962         * build-aux/move-if-change: New file, based on best practice
31963         rather than any canonical upstream location.
31964
31965 2007-09-28  Jim Meyering  <jim@meyering.net>
31966
31967         Fix canonicalize loop-detection corner case.
31968         Do not attempt to stat the symlink values stored via seen_triple.
31969         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
31970         on linux-2.6.18, (but not 2.6.22).
31971         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
31972         triple_compare.  The former compares dev,ino,filename, while the latter
31973         would actually stat dirname(filename) when dev and ino were equal.
31974         * lib/hash-triple.c: Install <string.h>.
31975         (STREQ): Define.
31976         (triple_compare_ino_str): New function.
31977         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
31978
31979 2007-09-28  Eric Blake  <ebb9@byu.net>
31980
31981         Enforce that AC_REPLACE_FUNCS files exist.
31982         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
31983         override check for typos.
31984
31985         Fix test-closein on Solaris 10.
31986         * tests/test-closein.c (main): Don't assume stdin can be inherited
31987         closed on all systems.
31988         * tests/test-closein.sh: Likewise.
31989         Reported by Piotr Tarnowski.
31990
31991 2007-09-28  Jim Meyering  <jim@meyering.net>
31992
31993         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
31994
31995 2007-09-27  Jim Meyering  <jim@meyering.net>
31996
31997         canonicalize: Avoid a false-positive cycle failure.
31998         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
31999         Sort.  Remove cycle-check.
32000         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
32001         not cycle-check.h.
32002         (seen_triple): New function.
32003         (canonicalize_filename_mode): Use it instead of cycle-check.
32004         * tests/test-canonicalize.c: Add a test for this bug.
32005         * tests/test-canonicalize.sh: Set up and run the test.
32006
32007         New module, file-set, from coreutils.
32008         * modules/file-set: Define it.
32009         * lib/file-set.c, lib/file-set.h: Implement.
32010
32011         New module, hash-triple, from coreutils.
32012         * modules/hash-triple: Define it.
32013         * lib/hash-triple.c, lib/hash-triple.h: Implement.
32014
32015 2007-09-25  Eric Blake  <ebb9@byu.net>
32016
32017         Fix strerror on Interix.
32018         * lib/string_.h (strerror): Declare replacement.
32019         * doc/functions/strerror.texi (strerror): Document the Interix
32020         shortcoming.
32021         * modules/string (Makefile.am): Support new hooks.
32022         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
32023         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
32024         gl_FUNC_STRERROR_SEPARATE.
32025         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
32026         * lib/strerror.c (rpl_strerror): Provide replacement.
32027         * modules/strerror (Depends-on): Add string.
32028         (configure.ac): Detect use of module.
32029         * tests/test-strerror.c: New file.
32030         * modules/strerror-tests: New test module.
32031         * modules/argp (Depends-on): Add strerror.
32032         * modules/error (Depends-on): Likewise.
32033         Reported by Martin Koeppe.
32034
32035 2007-09-24  Bruno Haible  <bruno@clisp.org>
32036
32037         * README: Update git instructions.
32038
32039 2007-09-24  Eric Blake  <ebb9@byu.net>
32040
32041         Revert fpending breakage from 2007-09-08.
32042         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
32043         __fpending.c.
32044
32045 2007-09-24  Jim Meyering  <jim@meyering.net>
32046
32047         filenamecat.c: Add a test.
32048         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
32049         showing how the function works when DIR is the empty string.
32050
32051 2007-09-21  Simon Josefsson  <simon@josefsson.org>
32052
32053         * tests/test-canonicalize.sh: Turn on executable bit.
32054
32055 2007-09-19  Eric Blake  <ebb9@byu.net>
32056
32057         * README: Update CVS instructions.
32058
32059 2007-09-18  Bruno Haible  <bruno@clisp.org>
32060
32061         * modules/areadlink: New file.
32062         * lib/areadlink.h (areadlink): New declaration.
32063         * lib/areadlink.c: New file, based on lib/xreadlink.c.
32064
32065 2007-09-17  Jim Meyering  <jim@meyering.net>
32066
32067         * lib/savewd.c (ESTALE) [!defined]: Define.
32068         Reported to be required on Interix by Martin Koeppe.
32069
32070 2007-09-17  Bruno Haible  <bruno@clisp.org>
32071
32072         * gnulib-tool (func_version): Use $version.
32073
32074 2007-09-16  Bruno Haible  <bruno@clisp.org>
32075
32076         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
32077         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
32078         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
32079         Reported by Greg Schafer <gschafer@zip.com.au>.
32080
32081 2007-09-15  Bruno Haible  <bruno@clisp.org>
32082
32083         * gnulib-tool (sed): Try a little harder to make bash understand the
32084         alias.
32085         Reported by Bruce Korb <bruce.korb@gmail.com>.
32086
32087 2007-09-13  Eric Blake  <ebb9@byu.net>
32088
32089         * ChangeLog: Remove conflict markers.
32090
32091 2007-09-13  Simon Josefsson  <simon@josefsson.org>
32092
32093         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
32094         Reported by Bruno Haible <bruno@clisp.org>.
32095
32096 2007-09-12  Bruno Haible  <bruno@clisp.org>
32097
32098         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
32099         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
32100         is not defined.
32101
32102 2007-09-12  Eric Blake  <ebb9@byu.net>
32103
32104         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
32105         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
32106         Autoconf definition.
32107         * modules/euidaccess (Depends-on): Add extensions, for
32108         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
32109         * modules/fnmatch (Depends-on): Likewise.
32110         * modules/getaddrinfo (Depends-on): Likewise.
32111         * modules/getdelim (Depends-on): Likewise.
32112         * modules/getline (Depends-on): Likewise.
32113         * modules/getsubopt (Depends-on): Likewise.
32114         * modules/gettext (Depends-on): Likewise.
32115         * modules/group-member (Depends-on): Likewise.
32116         * modules/mbchar (Depends-on): Likewise.
32117         * modules/memmem (Depends-on): Likewise.
32118         * modules/mempcpy (Depends-on): Likewise.
32119         * modules/memrchr (Depends-on): Likewise.
32120         * modules/pagealign_alloc (Depends-on): Likewise.
32121         * modules/readutmp (Depends-on): Likewise.
32122         * modules/stpcpy (Depends-on): Likewise.
32123         * modules/stpncpy (Depends-on): Likewise.
32124         * modules/strchrnul (Depends-on): Likewise.
32125         * modules/strndup (Depends-on): Likewise.
32126         * modules/strsep (Depends-on): Likewise.
32127         * modules/strverscmp (Depends-on): Likewise.
32128         * modules/vasprintf (Depends-on): Likewise.
32129         * modules/wcwidth (Depends-on): Likewise.
32130         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
32131         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
32132         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
32133         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
32134         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
32135         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32136         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
32137         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
32138         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
32139         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
32140         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
32141         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
32142         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
32143         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
32144         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
32145         * m4/readutmp.m4 (gl_READUTMP): Likewise.
32146         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
32147         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
32148         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
32149         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
32150         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
32151         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
32152         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
32153         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
32154         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
32155         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
32156         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
32157         so that lock.m4 can be used in gettext without extensions module.
32158
32159 2007-09-11  Bruno Haible  <bruno@clisp.org>
32160
32161         * m4/isc-posix.m4: Remove file.
32162         Suggested by Eric Blake.
32163
32164 2007-09-11  Eric Blake  <ebb9@byu.net>
32165
32166         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
32167
32168 2007-09-10  Bruno Haible  <bruno@clisp.org>
32169
32170         * posix-modules: Fix typo in error message.
32171         Reported by Matt <mkraai@beckman.com>.
32172
32173 2007-09-09  Bruno Haible  <bruno@clisp.org>
32174
32175         * doc/functions/getdelim.texi: Update list of platforms lacking the
32176         function.
32177         * doc/functions/getline.texi: Likewise.
32178
32179 2007-09-09  Jim Meyering  <jim@meyering.net>
32180
32181         * lib/hash.c (hash_initialize): Detect calloc failure.
32182         Reported by Bruno Haible.
32183
32184 2007-09-09  Bruno Haible  <bruno@clisp.org>
32185
32186         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
32187         malloc or realloc fails.
32188
32189 2007-09-09  Bruno Haible  <bruno@clisp.org>
32190
32191         * modules/getcwd (Depends-on): Add malloc-posix.
32192         * modules/glob (Depends-on): Likewise.
32193         * modules/putenv (Depends-on): Likewise.
32194         * modules/strdup (Depends-on): Likewise.
32195         * modules/getdelim (Depends-on): Add realloc-posix.
32196         * modules/read-file (Depends-on): Likewise.
32197
32198 2007-09-09  Bruno Haible  <bruno@clisp.org>
32199
32200         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
32201         (gl_FUNC_MALLOC_POSIX): Require it.
32202         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
32203         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
32204         * modules/realloc (Files): Add m4/malloc.m4.
32205         * modules/calloc (Files): Likewise.
32206
32207 2007-09-09  Bruno Haible  <bruno@clisp.org>
32208
32209         * modules/malloc-posix: New file.
32210         * modules/malloc (Depends-on): Add malloc-posix.
32211         * lib/malloc.c: Include errno.h.
32212         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
32213         and a POSIX-compatible malloc into a single function. Set ENOMEM
32214         when returning NULL.
32215         * m4/malloc.m4: New file.
32216         * doc/functions/malloc.texi: Mention the malloc-posix module.
32217         * lib/stdlib_.h (malloc): New declaration.
32218         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32219         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
32220         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
32221         and HAVE_MALLOC_POSIX.
32222
32223 2007-09-09  Bruno Haible  <bruno@clisp.org>
32224
32225         * modules/realloc-posix: New file.
32226         * modules/realloc (Depends-on): Add realloc-posix.
32227         * lib/realloc.c: Include errno.h.
32228         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
32229         and a POSIX-compatible realloc into a single function. Set ENOMEM
32230         when returning NULL.
32231         * m4/realloc.m4: New file.
32232         * doc/functions/realloc.texi: Mention the realloc-posix module.
32233         * lib/stdlib_.h (realloc): New declaration.
32234         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32235         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
32236         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
32237         and HAVE_REALLOC_POSIX.
32238
32239 2007-09-09  Bruno Haible  <bruno@clisp.org>
32240
32241         * modules/calloc-posix: New file.
32242         * modules/calloc (Depends-on): Add calloc-posix.
32243         * lib/calloc.c: Include errno.h.
32244         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
32245         and a POSIX-compatible calloc into a single function. Set ENOMEM
32246         when returning NULL.
32247         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
32248         * doc/functions/calloc.texi: Mention the calloc-posix module.
32249         * lib/stdlib_.h (calloc): New declaration.
32250         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
32251         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
32252         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
32253         and HAVE_CALLOC_POSIX.
32254
32255 2007-09-09  Bruno Haible  <bruno@clisp.org>
32256
32257         Allow for modules to show an arbitrary notice.
32258         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
32259         * gnulib-tool: New option --extract-notice.
32260         (func_usage): Document it.
32261         (sed_extract_prog): Update.
32262         (func_get_notice): New function.
32263         (func_modules_notice): New function.
32264         (func_import, func_create_testdir): Invoke it.
32265         Suggested by Jim Meyering.
32266
32267 2007-09-09  Bruno Haible  <bruno@clisp.org>
32268
32269         * gnulib-tool: New options --verbose, --quiet.
32270         (func_usage): Document them.
32271         (verbose): New variable.
32272         (func_execute_command): New function.
32273         (func_import): Don't show the module list and the file list if
32274         $verbose < 0.
32275         (func_create_testdir): Likewise. Use func_execute_command.
32276         (func_create_megatestdir): Use func_execute_command.
32277
32278 2007-09-08  Bruno Haible  <bruno@clisp.org>
32279
32280         * gnulib-tool (func_import): Prefer rsync over wget when available,
32281         for fetching the PO files.
32282
32283 2007-09-08  Bruno Haible  <bruno@clisp.org>
32284
32285         * posix-modules: New file. Portions copied from gnulib-tool.
32286         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
32287
32288 2007-09-08  Jim Meyering  <jim@meyering.net>
32289
32290         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
32291         * lib/fpending.h: Rename from __fpending.h.
32292         * lib/fpending.c: Rename from __fpending.c.
32293         Include "fpending.h", not "__fpending.h".
32294         * lib/__fpending.h, lib/__fpending.c: Remove files.
32295         * modules/fpending (Files): Reflect new file names.
32296         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
32297
32298 2007-09-08  Bruno Haible  <bruno@clisp.org>
32299
32300         * m4/inttypes-h.m4: Remove stub file.
32301
32302 2007-09-07  Simon Josefsson  <simon@josefsson.org>
32303
32304         * doc/headers/stdint.texi: Discuss #include_next issue.
32305
32306 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
32307
32308         * build-aux/bootstrap: Remove obsolete comment about wget --help.
32309
32310 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32311
32312         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
32313         in variable name.
32314
32315 2007-09-03  Jim Meyering  <jim@meyering.net>
32316
32317         New module: git-version-gen.
32318         * modules/git-version-gen: New file.
32319
32320         Import changes from coreutils for bootstrap script.
32321
32322         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
32323
32324         bootstrap: uses rsync to download the .po files
32325         * build-aux/bootstrap (po_download_command_format): New global.
32326         (download_po_files): Use rsync.
32327         (update_po_files): Don't remove .po files after download,
32328         so future rsync runs can take advantage of the copies.
32329
32330         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
32331
32332         Solve the unnecessary-.po-file-regeneration problem once and for all.
32333         * build-aux/bootstrap (download_po_files): New function, renamed from
32334         get_translations.  Now, downloads, but doesn't update LINGUAS.
32335         (update_po_files): New function.
32336
32337         bootstrap: Ignore more.
32338         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
32339         uniwidth to e.g., lib/.gitignore.
32340         (slurp): Handle the sys_stat_.h -> sys mapping, too.
32341
32342         * build-aux/bootstrap: New setting: vc_ignore.
32343         (insert_sorted_if_absent): Create $file if absent.
32344         Adapt to new, possibly empty, list: $vc_ignore.
32345
32346         bootstrap: generate more ignorable names
32347         * build-aux/bootstrap (slurp): When generating ignorable names,
32348         also map .sin to .sed, .gperf to .c, and .y to .c.
32349
32350 2007-09-03  Jim Meyering  <jim@meyering.net>
32351
32352         * build-aux/git-version-gen: New file, from coreutils.  For details, see
32353         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
32354
32355 2007-09-02  Bruno Haible  <bruno@clisp.org>
32356
32357         Fix mis-recognition of 'mcs' on QNX 6.
32358         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
32359         output contains the string "Mono".
32360         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
32361         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
32362
32363 2007-09-01  Bruno Haible  <bruno@clisp.org>
32364
32365         Fix collision between uniwidth/* and linebreak modules.
32366         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
32367         u32_width): Remove declarations.
32368         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
32369         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
32370         streq3, streq2, streq1, streq0): Remove functions.
32371         (STREQ): Remove macro.
32372         (is_cjk_encoding): Remove function.
32373         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
32374         (uc_width, u8_width, u16_width, u32_width): Remove functions.
32375         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
32376         * NEWS: Document the change.
32377
32378 2007-09-01  Bruno Haible  <bruno@clisp.org>
32379
32380         * lib/streq.h: Add double-inclusion guard.
32381
32382 2007-09-01  Karl Berry  <karl@gnu.org>
32383
32384         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
32385
32386 2007-08-28  Jim Meyering  <jim@meyering.net>
32387
32388         Rename mreadlink_with_size to areadlink_with_size.
32389         * NEWS: Document the change.
32390         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
32391         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
32392         * lib/mreadlink.h: Rename this to...
32393         * lib/areadlink.h: ...this.
32394         * modules/mreadlink-with-size: Rename this to...
32395         * modules/areadlink-with-size: ...this.
32396         * lib/canonicalize.c: Reflect the renaming.
32397         * modules/canonicalize: Likewise.
32398
32399 2007-08-26  Bruno Haible  <bruno@clisp.org>
32400
32401         * gnulib-tool (func_import): When deciding which files to remove,
32402         consider also dangling symbolic links.
32403         Reported by Eric Blake.
32404
32405 2007-08-26  Bruno Haible  <bruno@clisp.org>
32406
32407         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
32408
32409 2007-08-23  Simon Josefsson  <simon@josefsson.org>
32410
32411         * lib/readline.c: Don't include getline.h, the prototype is now
32412         found in stdio.h.
32413
32414 2007-08-23  Jim Meyering  <jim@meyering.net>
32415
32416         Getdelim touchup.
32417         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
32418         around the funlockfile call, since funlockfile never sets errno.
32419         Don't set errno upon failed realloc.
32420
32421 2007-08-22  Eric Blake  <ebb9@byu.net>
32422
32423         Getline touchups.
32424         * lib/getdelim.c (getdelim): Revert regression that required *n to
32425         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
32426         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
32427         getdelim, rather than whether implementation is missing.
32428         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
32429         * lib/stdio_.h (getline): Also declare if replacement is
32430         required.
32431         * doc/functions/getdelim.texi: New file.
32432         * doc/functions/getline.texi: Likewise.
32433         * doc/gnulib.texi (Function Substitutes): Add new files.
32434         Reported by Bruno Haible.
32435
32436 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
32437
32438         * users.txt: Add Guile.
32439
32440 2007-08-22  Eric Blake  <ebb9@byu.net>
32441
32442         * tests/test-getdelim.c (main): Use remove, not unlink.
32443         * tests/test-getline.c (main): Likewise.
32444
32445         Move getline and getdelim into stdio.h, per POSIX 200x.
32446         * modules/getline (Files): Remove getline.h.
32447         (Depends-on): Add stdio.
32448         (configure.ac): Add module indicator.
32449         * modules/getdelim (Files): Remove getdelim.h.
32450         (Depends-on): Add stdio.
32451         (configure.ac): Add module indicator.
32452         * modules/stdio (Makefile.am): Work with new indicators.
32453         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
32454         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
32455         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
32456         * lib/getdelim.h: Delete.
32457         * lib/getline.h: Delete.
32458         * lib/stdio_.h (getdelim, getline): Declare.
32459         * modules/getdelim-tests: New module.
32460         * modules/getline-tests: Likewise.
32461         * tests/test-getdelim.c: New file.
32462         * tests/test-getline.c: Likewise.
32463         * NEWS: Document the change.
32464         * lib/getline.c: Update choice of header.
32465         * lib/csharpcomp.c: Likewise.
32466         * lib/getpass.c: Likewise.
32467         * lib/javacomp.c: Likewise.
32468         * lib/javaversion.c: Likewise.
32469         * lib/yesno.c: Likewise.
32470         * lib/getdelim.c: Likewise.
32471         (getdelim): Set errno on failure, and avoid memory leak.
32472
32473 2007-08-19  Bruno Haible  <bruno@clisp.org>
32474
32475         * modules/closein (Depends-on): Add freadahead.
32476         * lib/closein.c: Include freadahead.h.
32477         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
32478         is zero.
32479
32480 2007-08-19  Bruno Haible  <bruno@clisp.org>
32481
32482         * modules/freadahead-tests: New file.
32483         * tests/test-freadahead.sh: New file.
32484         * tests/test-freadahead.c: New file.
32485
32486         * modules/freadahead: New file.
32487         * lib/freadahead.h: New file.
32488         * lib/freadahead.c: New file.
32489         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
32490         fbufmode, fpurge, freadable, fwritable.
32491
32492 2007-08-19  Eric Blake  <ebb9@byu.net>
32493
32494         Test yesno in combination with closein.
32495         * lib/yesno.c (yesno): Document use of stdin.
32496         * modules/yesno-tests (Files): New module.
32497         * tests/test-yesno.c (main): New file.
32498         * tests/test-yesno.sh: Likewise.
32499
32500 2007-08-19  Bruno Haible  <bruno@clisp.org>
32501
32502         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
32503         * lib/fseeko.c (rpl_fseeko): Likewise.
32504         * lib/fseterr.c (fseterr): Likewise.
32505
32506 2007-08-19  Bruno Haible  <bruno@clisp.org>
32507
32508         * tests/test-lseek.c (main): Disable a test for BeOS.
32509         * doc/functions/lseek.texi: Document the BeOS bug.
32510
32511 2007-08-19  Bruno Haible  <bruno@clisp.org>
32512             Eric Blake  <ebb9@byu.net>
32513
32514         * lib/lseek.c: Include <sys/stat.h>.
32515         (rpl_lseek): Add workaround code also for Unix platforms.
32516         Needed for BeOS.
32517         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
32518         * doc/functions/lseek.texi: Document BeOS definiency.
32519
32520 2007-08-18  Bruno Haible  <bruno@clisp.org>
32521
32522         * modules/fstrcmp-tests: New file.
32523         * tests/test-fstrcmp.c: New file.
32524
32525 2007-08-18  Bruno Haible  <bruno@clisp.org>
32526
32527         * modules/fstrcmp: New file, from GNU gettext with modifications.
32528         * lib/fstrcmp.h: New file, from GNU gettext.
32529         * lib/fstrcmp.c: New file, from GNU gettext.
32530         * MODULES.html.sh (String handling): Add fstrcmp.
32531
32532 2007-08-18  Bruno Haible  <bruno@clisp.org>
32533
32534         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
32535         'bool'.
32536         (diag, compareseq): Remove const from the ctxt argument.
32537         (USE_HEURISTIC): Undefine at the end.
32538
32539 2007-08-18  Jim Meyering  <jim@meyering.net>
32540
32541         New file: lib/idcache.h
32542         * NEWS: Mention the addition.
32543         * modules/idcache (Files): Add lib/idcache.h
32544         * lib/idcache.c: Include "idcache.h".
32545         Don't include <sys/types.h>.
32546         Add a FIXME comment.
32547         Move file-scoped "static" declarations to the top.
32548         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
32549
32550 2007-08-17  Bruno Haible  <bruno@clisp.org>
32551         and Paul Eggert  <eggert@cs.ucla.edu>
32552
32553         * MODULES.html.sh: Add diffseq.
32554         * modules/diffseq: New file.
32555         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
32556         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
32557
32558 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
32559
32560         Import changes from coreutils for bootstrap script.
32561
32562         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
32563
32564         * build-aux/bootstrap (slurp): Work even in environments where
32565         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
32566         current code does not slurp files whose names start with ".", and
32567         this looks like it might be a troublesome area.
32568
32569         2007-07-11  Jim Meyering  <jim@meyering.net>
32570
32571         If there's a GPL vN copyright comment, require that N == 3.
32572
32573         2007-07-08  Jim Meyering  <jim@meyering.net>
32574
32575         Run the coreutils-specific code only if tests/Makefile.am.in exists.
32576         * build-aux/bootstrap (mam_template): Move definition out of loop.
32577
32578         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
32579
32580         * build-aux/bootstrap (symlink_to_dir): Rename function from
32581         symlink_to_gnulib.  Add a directory parameter.  Update all
32582         callers.
32583         (cp_mark_as_generated): Also check for -- and link to -- files in
32584         gl/.
32585
32586         2007-07-08  Jim Meyering  <jim@meyering.net>
32587
32588         Adapt to deeper hierarchy in gnulib.
32589         * build-aux/bootstrap (symlink_to_dir): If the destination
32590         directory doesn't exist, create it. This is required at least for
32591         "lib/uniwidth/cjk.h".
32592
32593         2007-05-15  Jim Meyering  <jim@meyering.net>
32594
32595         * build-aux/bootstrap: Now that generated Makefile.am files
32596         are no longer under version control, they must be created at
32597         bootstrap time.
32598
32599 2007-08-14  Ben Pfaff  <blp@gnu.org>
32600
32601         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
32602
32603 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
32604
32605         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
32606         given the changes below.
32607         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
32608         even on hosts that have padding bits beyond the supported 64.
32609
32610 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
32611
32612         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
32613         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
32614         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
32615         depends on it.
32616         (xstrtol_error): Remove.
32617         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
32618         but with a different signature.
32619         (ATTRIBUTE_NORETURN, __attribute__): New macros.
32620         * lib/xstrtol-error.c: Include exitfail.h.
32621         (xstrtol_fatal): New function, with a different signature from the
32622         old xstrtol_error, so that the caller need not worry about passing
32623         in an exit status, or about storage management of the option argument.
32624         (xstrtol_error): Now a static function.  Redo signature to
32625         implement xstrtol_fatal.  Output the correct number of hyphens in
32626         front of the option so that the caller need not worry about
32627         storage management.
32628         (N_): New macro.
32629         (_): Remove; not used now.
32630         * modules/xstrtol: Depend on getopt.
32631         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
32632         of old STRTOL_FATAL_ERROR macro.
32633         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
32634         of test program.
32635         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
32636         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
32637
32638 2007-08-08  Eric Blake  <ebb9@byu.net>
32639
32640         * lib/xstrtol-error.c: Add missing include.
32641
32642         Move xstrtol messages into gnulib domain, when --pobase is used.
32643         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
32644         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
32645         * modules/xstrtol (Files): Distribute new file.
32646         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
32647         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
32648         * tests/test-xstrtol.c: ...into new file.
32649         * tests/test-xstrtoul.c: Also test xstrtoul.
32650         * tests/test-xstrtoimax.c: Also test xstrtoimax.
32651         * tests/test-xstrtoumax.c: Also test xstrtoumax.
32652         * tests/test-xstrtol.sh: Drive the tests.
32653         * tests/test-xstrtoimax.sh: Likewise.
32654         * tests/test-xstrtoumax.sh: Likewise.
32655         * modules/xstrtol-tests: New module.
32656         * modules/xstrtoimax-tests: Likewise.
32657         * modules/xstrtoumax-tests: Likewise.
32658
32659 2007-08-08  Jim Meyering  <jim@meyering.net>
32660
32661         New function: mfile_name_concat.
32662         * lib/filenamecat.c (mfile_name_concat): New function, just like
32663         file_name_concat, but return NULL upon failure rather than exiting
32664         with a diagnostic.
32665         * lib/filenamecat.h: Declare it.
32666
32667 2007-08-07  Bruno Haible  <bruno@clisp.org>
32668
32669         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
32670         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
32671         warning from gcc.
32672         Reported by Eric Blake.
32673
32674 2007-08-07  Simon Josefsson  <simon@josefsson.org>
32675
32676         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
32677         * modules/crypto/arcfour (License): Likewise.
32678         * modules/crypto/des-tests (License): Likewise.
32679         * modules/crypto/gc-arctwo-tests (License): Likewise.
32680         * modules/crypto/gc-des-tests (License): Likewise.
32681         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
32682         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
32683         * modules/crypto/gc-md2-tests (License): Likewise.
32684         * modules/crypto/gc-md4-tests (License): Likewise.
32685         * modules/crypto/gc-md5-tests (License): Likewise.
32686         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
32687         * modules/crypto/gc-rijndael-tests (License): Likewise.
32688         * modules/crypto/gc-sha1-tests (License): Likewise.
32689         * modules/crypto/gc-tests (License): Likewise.
32690         * modules/crypto/hmac-md5 (License): Likewise.
32691         * modules/crypto/hmac-sha1 (License): Likewise.
32692         * modules/crypto/md2-tests (License): Likewise.
32693         * modules/crypto/md4-tests (License): Likewise.
32694         * modules/crypto/md5 (License): Likewise.
32695         * modules/crypto/rijndael (License): Likewise.
32696         * modules/crypto/sha1 (License): Likewise.
32697         * modules/memxor (License): Likewise.
32698
32699 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
32700         and Bruno Haible  <bruno@clisp.org>
32701
32702         * NEWS: Describe interface changes to human, xstrtol.
32703         * lib/human.h: Include <xstrtol.h>.
32704         (human_options): Return enum strtol_error, not int.  Remove
32705         bool arg; take int * instead.
32706         * lib/human.c: Don't include "gettext.h".
32707         (_): Remove; no longer used.
32708         Don't include <xstrtol.h>, since human.h does it.
32709         (human_options): Adjust to abovementioned interface changes.
32710         Do not report error to stderr; that's now the caller's
32711         responsibility.
32712         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
32713         interface change.
32714         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
32715         Str, Argument_type_string.  All uses changed.  Put " argument"
32716         in diagnostics to make them clearer.  Change wording of suffix
32717         message for clarity.
32718         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
32719         Argument_type_string.
32720         (STRTOL_FATAL_WARN): Remove; no longer used.
32721         * modules/human (Depends-on): Remove gettext-h.
32722
32723 2007-08-06  Simon Josefsson  <simon@josefsson.org>
32724
32725         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
32726
32727 2007-07-31  Bruno Haible  <bruno@clisp.org>
32728
32729         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
32730         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
32731         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
32732
32733 2007-07-31  Bruno Haible  <bruno@clisp.org>
32734
32735         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
32736         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
32737
32738 2007-07-30  Bruno Haible  <bruno@clisp.org>
32739
32740         * modules/base64 (License): Use the synonymous term "LGPLv2+".
32741         * modules/c-ctype (License): Likewise.
32742         * modules/c-strcase (License): Likewise.
32743         * modules/check-version (License): Likewise.
32744         * modules/iconv (License): Likewise.
32745         * modules/iconv_open (License): Likewise.
32746         * modules/read-file (License): Likewise.
32747         * modules/striconv (License): Likewise.
32748         * modules/strverscmp (License): Likewise.
32749         * modules/vasprintf (License): Likewise.
32750         * modules/crypto/des (License): Likewise.
32751         * modules/crypto/gc (License): Likewise.
32752         * modules/crypto/gc-arcfour (License): Likewise.
32753         * modules/crypto/gc-arctwo (License): Likewise.
32754         * modules/crypto/gc-des (License): Likewise.
32755         * modules/crypto/gc-hmac-md5 (License): Likewise.
32756         * modules/crypto/gc-hmac-sha1 (License): Likewise.
32757         * modules/crypto/gc-md2 (License): Likewise.
32758         * modules/crypto/gc-md4 (License): Likewise.
32759         * modules/crypto/gc-md5 (License): Likewise.
32760         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
32761         * modules/crypto/gc-random (License): Likewise.
32762         * modules/crypto/gc-rijndael (License): Likewise.
32763         * modules/crypto/gc-sha1 (License): Likewise.
32764         * modules/crypto/md2 (License): Likewise.
32765         * modules/crypto/md4 (License): Likewise.
32766
32767 2007-07-30  Jim Meyering  <jim@meyering.net>
32768
32769         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
32770         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
32771         it has valid stat data.  This bug would cause du not to count the
32772         sizes of inaccessible directories.
32773         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
32774         in <http://bugzilla.redhat.com/250077>.
32775
32776 2007-07-25  Peter O'Gorman  <peter@pogma.com>
32777             Bruno Haible  <bruno@clisp.org>
32778
32779         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
32780         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
32781         #include_next, gives a diagnostic about it, but reports no error in
32782         the exit code.
32783         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
32784
32785 2007-07-24  Ben Pfaff  <blp@gnu.org>
32786
32787         Improve name: "count-one-bits" is better than "popcount".
32788         * MODULES.html.sh: Update name.
32789         * lib/popcount.h: Renamed lib/count-one-bits.h.
32790         (popcount): Renamed count_one_bits.
32791         (popcountl): Renamed count_one_bits_l.
32792         (popcountll): Renamed count_one_bits_ll.
32793         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
32794         * modules/popcount: Renamed module/count-one-bits.
32795         * modules/popcount-tests: Renamed module/count-one-bits-tests.
32796         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
32797
32798 2007-07-23  Ben Pfaff  <blp@gnu.org>
32799
32800         * lib/popcount.h (popcount32): Reduce size of constants, to allow
32801         better code generation, and add U to large constants to avoid
32802         warnings, in non-GCC case.
32803         Suggested by Bruno Haible.
32804
32805 2007-07-23  Ben Pfaff  <blp@gnu.org>
32806
32807         * lib/popcount.h: Use verify_true instead of if...abort.
32808         * modules/popcount: Depend on verify module.
32809         Suggested by Jim Meyering.
32810
32811 2007-07-23  Bruno Haible  <bruno@clisp.org>
32812
32813         * gnulib-tool (func_import): Create a .cvsignore file also when the
32814         directory is not yet in CVS but the toplevel directory is. When
32815         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
32816         Reported by Karl Berry.
32817
32818 2007-07-22  Ben Pfaff  <blp@gnu.org>
32819
32820         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
32821         case.
32822         Suggested by Eric Blake.
32823
32824 2007-07-22  Ben Pfaff  <blp@gnu.org>
32825
32826         New module: popcount.
32827         * MODULES.html.sh: Add popcount.
32828         * modules/popcount: New file.
32829         * modules/popcount-tests: New file.
32830         * tests/test-popcount.c: New file.
32831         * lib/popcount.h: New file.
32832         * m4/popcount.m4: New file.
32833
32834 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
32835
32836         * build-aux/announce-gen: Update to GPLv3.
32837
32838         * build-aux/config.guess: Update from config.
32839
32840 2007-07-21  Bruno Haible  <bruno@clisp.org>
32841
32842         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
32843         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
32844
32845 2007-07-20  Jim Meyering  <jim@meyering.net>
32846
32847         * check-module: Diagnose a self-dependency.
32848
32849 2007-07-19  Bruno Haible  <bruno@clisp.org>
32850
32851         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
32852         empty.
32853         Reported by Eric Blake.
32854
32855 2007-07-18  Bruno Haible  <bruno@clisp.org>
32856
32857         * gnulib-tool: New options --po-base, --po-domain.
32858         (func_usage): Document them.
32859         (pobase, po_domain): New variables.
32860         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
32861         DEFAULT_TEXT_DOMAIN.
32862         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
32863         (func_import): Consider pobase and po_domain. Create a po/ directory.
32864         (func_create_testdir): Set pobase and po_domain to empty.
32865         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
32866         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
32867
32868 2007-07-18  Bruno Haible  <bruno@clisp.org>
32869
32870         * gnulib-tool (func_get_automake_snippet): Synthesize also an
32871         EXTRA_DIST augmentation for files in build-aux/.
32872
32873 2007-07-16  Bruno Haible  <bruno@clisp.org>
32874
32875         * modules/lseek (License): Use the synonymous term "LGPLv2+".
32876         * modules/getdelim (License): Likewise.
32877
32878 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
32879
32880         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
32881         * modules/d-type (License): Likewise.
32882         * modules/extensions (License): Likewise.
32883         * modules/fnmatch (License): Likewise.
32884         * modules/fseeko (License): Likewise.
32885         * modules/getaddrinfo (License): Likewise.
32886         * modules/getline (License): Likewise.
32887         * modules/getlogin_r (License): Likewise.
32888         * modules/getpass (License): Likewise.
32889         * modules/gettimeofday (License): Likewise.
32890         * modules/glob (License): Likewise.
32891         * modules/inet_ntop (License): Likewise.
32892         * modules/malloc (License): Likewise.
32893         * modules/malloca (License): Likewise.
32894         * modules/memmem (License): Likewise.
32895         * modules/mempcpy (License): Likewise.
32896         * modules/memset (License): Likewise.
32897         * modules/minmax (License): Likewise.
32898         * modules/mktime (License): Likewise.
32899         * modules/netinet_in (License): Likewise.
32900         * modules/pathmax (License): Likewise.
32901         * modules/poll (License): Likewise.
32902         * modules/regex (License): Likewise.
32903         * modules/snprintf (License): Likewise.
32904         * modules/stdbool (License): Likewise.
32905         * modules/stdint (License): Likewise.
32906         * modules/stdio (License): Likewise.
32907         * modules/strcase (License): Likewise.
32908         * modules/strcasestr (License): Likewise.
32909         * modules/strdup (License): Likewise.
32910         * modules/string (License): Likewise.
32911         * modules/strndup (License): Likewise.
32912         * modules/strnlen (License): Likewise.
32913         * modules/strpbrk (License): Likewise.
32914         * modules/strptime (License): Likewise.
32915         * modules/strsep (License): Likewise.
32916         * modules/sys_select (License): Likewise.
32917         * modules/sys_socket (License): Likewise.
32918         * modules/sys_stat (License): Likewise.
32919         * modules/sys_time (License): Likewise.
32920         * modules/time (License): Likewise.
32921         * modules/time_r (License): Likewise.
32922         * modules/timegm (License): Likewise.
32923         * modules/unistd (License): Likewise.
32924         * modules/vsnprintf (License): Likewise.
32925         * modules/wctype (License): Likewise.
32926
32927 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32928
32929         * modules/argz (License): LGPLv2+.
32930
32931 2007-07-15  Karl Berry  <karl@gnu.org>
32932
32933         * doc/gnulib.texi: revise node structure per new fdl.texi.
32934
32935 2007-07-14  Bruno Haible  <bruno@clisp.org>
32936
32937         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
32938         the output file.
32939         * lib/uniname/uninames.h: Regenerated.
32940
32941 2007-07-14  Karl Berry  <karl@gnu.org>
32942
32943         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
32944         omitting sectioning and index commands.
32945
32946 2007-07-13  Bruno Haible  <bruno@clisp.org>
32947
32948         New gnulib-tool option --more-symlinks.
32949         * gnulib-tool (func_usage): Document --more-symlinks.
32950         (do_copyrights): New variable.
32951         Recognize option --more-symlinks.
32952         (func_import): Don't add a copyright notice transform to
32953         sed_transform_lib_file if do_copyrights is empty.
32954
32955 2007-07-13  Bruno Haible  <bruno@clisp.org>
32956
32957         * lib/vasnprintf.c (decimal_point_char): Define also if
32958         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
32959         && !NEED_PRINTF_DIRECTIVE_A.
32960         Reported by Clemens Koller <clemens.koller@anagramm.de> via
32961         Gary V. Vaughan <gary@gnu.org>.
32962
32963 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
32964
32965         * lib/inttypes_.h: Undo previous change, since it was fixed
32966         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
32967
32968 2007-07-13  Bruno Haible  <bruno@clisp.org>
32969
32970         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
32971         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
32972
32973 2007-07-13  Jim Meyering  <jim@meyering.net>
32974
32975         df: Don't fail for Tru64's "file-on-file mount".
32976         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
32977         so we fall through and use statfs instead.  Details here:
32978         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
32979         Reported by Albert Chin.
32980
32981 2007-07-13  Bruno Haible  <bruno@clisp.org>
32982
32983         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
32984         * modules/configmake (License): Likewise.
32985         * modules/gettext (License): Likewise.
32986         * modules/gettext-h (License): Likewise.
32987         * modules/include_next (License): Likewise.
32988         * modules/link-warning (License): Likewise.
32989         * modules/localcharset (License): Likewise.
32990         * modules/localename (License): Likewise.
32991         * modules/lock (License): Likewise.
32992         * modules/relocatable-lib-lgpl (License): Likewise.
32993         * modules/size_max (License): Likewise.
32994         * modules/vasnprintf (License): Likewise.
32995         * modules/wchar (License): Likewise.
32996         * modules/xsize (License): Likewise.
32997
32998 2007-07-13  Bruno Haible  <bruno@clisp.org>
32999
33000         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
33001         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
33002
33003 2007-07-12  Bruno Haible  <bruno@clisp.org>
33004
33005         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
33006         in the modules files.
33007
33008 2007-07-11  Karl Berry  <karl@gnu.org>
33009
33010         * MODULES.html.sh (func_module): use
33011          sed -e '\|^'"${includefile}"'$|d'
33012          instead of /.../d, to avoid errors on $includefile's containing /.
33013
33014 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
33015
33016         * gnulib-tool (func_import): Avoid duplication of --avoid
33017         statements
33018         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
33019         names to `_' in variable names.
33020
33021 2007-07-10  Eric Blake  <ebb9@byu.net>
33022
33023         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
33024         * NEWS: Document this change.
33025
33026 2007-07-08  Bruno Haible  <bruno@clisp.org>
33027
33028         Update to Unicode 5.0.
33029         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
33030         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
33031         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
33032         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
33033         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
33034         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
33035         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
33036         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
33037         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
33038         U+10A3F, U+1D242..U+1D244.
33039         (nonspacing_table_ind): Update.
33040         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
33041         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
33042
33043 2007-07-08  Bruno Haible  <bruno@clisp.org>
33044
33045         Update to Unicode 5.0.
33046         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
33047         code transform. Extend the name index field of unicode_name_to_code and
33048         unicode_code_to_name from 16 to 24 bits.
33049         * lib/uniname/uniname.c (unicode_character_name,
33050         unicode_name_character): Add the range 0x12xxx to the code transform.
33051         * lib/uniname/uninames.h: Regenerated.
33052         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
33053
33054 2007-07-07  Bruno Haible  <bruno@clisp.org>
33055
33056         * modules/wcwidth-tests: New file.
33057         * tests/test-wcwidth.c: New file.
33058
33059         Work around MacOS X wcwidth() bug.
33060         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
33061         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
33062         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
33063         original wcwidth in non-UTF-8 locales.
33064         * modules/wcwidth (Depends-on): Add localcharset, streq,
33065         uniwidth/width.
33066         * doc/functions/wcwidth.texi: Update.
33067
33068 2007-07-07  Bruno Haible  <bruno@clisp.org>
33069
33070         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
33071         (wcwidth): New declaration.
33072         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
33073         macros.
33074         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
33075         here. Prepare for creating <wchar.h> unconditionally.
33076         * modules/wchar (Depends-on): Add link-warning.
33077         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
33078         REPLACE_WCWIDTH, and GL_LINK_WARNING.
33079         * lib/wcwidth.h: Remove file.
33080         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
33081         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
33082         * modules/wcwidth (Files): Remove lib/wcwidth.h.
33083         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
33084         (Include): Replace wcwidth.h with <wchar.h>.
33085         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
33086         * lib/mbchar.h: Don't include wcwidth.h.
33087         * lib/mbswidth.c: Likewise.
33088         * NEWS: Mention the change.
33089
33090 2007-07-07  Bruno Haible  <bruno@clisp.org>
33091
33092         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
33093         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
33094         definition with an external declaration.
33095         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
33096         defined as a function. Remove AC_C_INLINE requirement.
33097         * modules/wcwidth (Files): Add lib/wcwidth.c.
33098         (Makefile.am): Remove redundant statement.
33099
33100 2007-07-07  Bruno Haible  <bruno@clisp.org>
33101
33102         * MODULES.html.sh (Unicode string functions): Add the new modules.
33103
33104         * tests/uniwidth/test-u32-strwidth.c: New file.
33105         * modules/uniwidth/u32-strwidth-tests: New file.
33106
33107         * lib/uniwidth/u32-strwidth.c: New file.
33108         * modules/uniwidth/u32-strwidth: New file.
33109
33110         * tests/uniwidth/test-u16-strwidth.c: New file.
33111         * modules/uniwidth/u16-strwidth-tests: New file.
33112
33113         * lib/uniwidth/u16-strwidth.c: New file.
33114         * modules/uniwidth/u16-strwidth: New file.
33115
33116         * tests/uniwidth/test-u8-strwidth.c: New file.
33117         * modules/uniwidth/u8-strwidth-tests: New file.
33118
33119         * lib/uniwidth/u8-strwidth.c: New file.
33120         * modules/uniwidth/u8-strwidth: New file.
33121
33122         * tests/uniwidth/test-u32-width.c: New file.
33123         * modules/uniwidth/u32-width-tests: New file.
33124
33125         * lib/uniwidth/u32-width.c: New file.
33126         * modules/uniwidth/u32-width: New file.
33127
33128         * tests/uniwidth/test-u16-width.c: New file.
33129         * modules/uniwidth/u16-width-tests: New file.
33130
33131         * lib/uniwidth/u16-width.c: New file.
33132         * modules/uniwidth/u16-width: New file.
33133
33134         * tests/uniwidth/test-u8-width.c: New file.
33135         * modules/uniwidth/u8-width-tests: New file.
33136
33137         * lib/uniwidth/u8-width.c: New file.
33138         * modules/uniwidth/u8-width: New file.
33139
33140         * tests/uniwidth/test-uc_width.c: New file.
33141         * modules/uniwidth/width-tests: New file.
33142
33143         * lib/uniwidth/width.c: New file, from GNU libiconv.
33144         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
33145         * modules/uniwidth/width: New file.
33146
33147         * lib/uniwidth.h: New file, from GNU libiconv.
33148         * modules/uniwidth/base: New file.
33149
33150 2007-07-07  Bruno Haible  <bruno@clisp.org>
33151
33152         * lib/uniname.h: New file, from GNU gettext.
33153         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
33154         * lib/uniname/uninames.h: New file, from GNU gettext.
33155         * lib/uniname/uniname.c: New file, from GNU gettext.
33156         * tests/uniname/test-uninames.sh: New file.
33157         * tests/uniname/test-uninames.c: New file, from GNU gettext.
33158         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
33159         * modules/uniname/base: New file.
33160         * modules/uniname/uniname: New file.
33161         * modules/uniname/uniname-tests: New file.
33162         * MODULES.html.sh (Unicode string functions): Add the new modules.
33163
33164 2007-07-06  Bruno Haible  <bruno@clisp.org>
33165
33166         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
33167
33168 2007-07-06  Bruno Haible  <bruno@clisp.org>
33169
33170         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
33171         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
33172         includes <cygwin/sys_time.h> which includes <sys/select.h> which
33173         include <sys/time.h>.
33174         Reported by Eric Blake.
33175
33176 2007-07-06  Eric Blake  <ebb9@byu.net>
33177
33178         Fix testing canonicalize on cygwin.
33179         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33180         Revert patch from 2007-06-19.
33181         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
33182         canonicalize module is also in use.
33183         * tests/test-canonicalize.c: New file.
33184         * tests/test-canonicalize.sh: Likewise.
33185         * modules/canonicalize-tests: Likewise.
33186
33187 2007-07-06  Jim Meyering  <jim@meyering.net>
33188
33189         * lib/getugroups.c (getugroups): Detect getgrent failure.
33190         Adjust comment to reflect reality: this function may return -1.
33191
33192 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
33193
33194         * build-aux/bootstrap (TP_URL,get_translations): Update to use
33195         the new TP address.
33196         (usage): Fix typo
33197         (gnulib_mk): New variable.
33198
33199 2007-07-05  Jim Meyering  <jim@meyering.net>
33200
33201         Don't let endgrent clobber errno, no matter how improbable.
33202         * lib/getugroups.c (getugroups): Save and restore errno around
33203         endgrent call.
33204
33205         Close the group DB even when failing with 2^31 or more members.
33206         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
33207
33208 2007-07-04  Jim Meyering  <jim@meyering.net>
33209
33210         * lib/getugroups.h: New file.
33211         * lib/getugroups.c: Include "getugroups.h".
33212         Remove uses of "register" keyword.
33213         Move local variable, "cp", down into scope where used.
33214         Give "username" parameter the "const" attribute.
33215         * modules/getugroups (Files): Add lib/getugroups.h
33216
33217 2007-07-04  Karl Berry  <karl@gnu.org>
33218
33219         * MODULES.html.sh (func_all_modules): Complete rename of
33220         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
33221
33222 2007-07-02  Bruno Haible  <bruno@clisp.org>
33223
33224         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
33225         mode, when inttypes.h comes from gnulib.
33226         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
33227
33228 2007-07-02  Simon Josefsson  <simon@josefsson.org>
33229
33230         * NEWS: Mention lgpl module name change.
33231
33232         * modules/lgpl-2.1: Renamed from lgpl.
33233
33234         * NEWS: Mention gpl module name change.
33235
33236         * modules/gpl-3.0: New file, based on gpl-2.0.
33237
33238         * modules/gpl-2.0: Renamed from gpl.
33239
33240         * modules/gpl: Fix filename, doc/gpl.texi is now found at
33241         doc/gpl-2.0.texi.
33242
33243 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
33244
33245         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
33246         #define __STDC_LIMIT_MACROS temporarily while including
33247         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
33248         Problem reported by Joel E. Denny in
33249         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
33250
33251 2007-07-01  Bruno Haible  <bruno@clisp.org>
33252
33253         * lib/unistdio.h: New file.
33254         * lib/unistdio/u-asnprintf.h: New file.
33255         * lib/unistdio/u-asprintf.h: New file.
33256         * lib/unistdio/u-printf-args.c: New file.
33257         * lib/unistdio/u-printf-args.h: New file.
33258         * lib/unistdio/u-printf-parse.h: New file.
33259         * lib/unistdio/u-snprintf.h: New file.
33260         * lib/unistdio/u-sprintf.h: New file.
33261         * lib/unistdio/u-vasprintf.h: New file.
33262         * lib/unistdio/u-vsnprintf.h: New file.
33263         * lib/unistdio/u-vsprintf.h: New file.
33264         * lib/unistdio/ulc-asnprintf.c: New file.
33265         * lib/unistdio/ulc-asprintf.c: New file.
33266         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
33267         * lib/unistdio/ulc-printf-parse.c: New file.
33268         * lib/unistdio/ulc-snprintf.c: New file.
33269         * lib/unistdio/ulc-sprintf.c: New file.
33270         * lib/unistdio/ulc-vasnprintf.c: New file.
33271         * lib/unistdio/ulc-vasprintf.c: New file.
33272         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
33273         * lib/unistdio/ulc-vsnprintf.c: New file.
33274         * lib/unistdio/ulc-vsprintf.c: New file.
33275         * lib/unistdio/u8-asnprintf.c: New file.
33276         * lib/unistdio/u8-asprintf.c: New file.
33277         * lib/unistdio/u8-printf-parse.c: New file.
33278         * lib/unistdio/u8-snprintf.c: New file.
33279         * lib/unistdio/u8-sprintf.c: New file.
33280         * lib/unistdio/u8-vasnprintf.c: New file.
33281         * lib/unistdio/u8-vasprintf.c: New file.
33282         * lib/unistdio/u8-vsnprintf.c: New file.
33283         * lib/unistdio/u8-vsprintf.c: New file.
33284         * lib/unistdio/u8-u8-asnprintf.c: New file.
33285         * lib/unistdio/u8-u8-asprintf.c: New file.
33286         * lib/unistdio/u8-u8-snprintf.c: New file.
33287         * lib/unistdio/u8-u8-sprintf.c: New file.
33288         * lib/unistdio/u8-u8-vasnprintf.c: New file.
33289         * lib/unistdio/u8-u8-vasprintf.c: New file.
33290         * lib/unistdio/u8-u8-vsnprintf.c: New file.
33291         * lib/unistdio/u8-u8-vsprintf.c: New file.
33292         * lib/unistdio/u16-asnprintf.c: New file.
33293         * lib/unistdio/u16-asprintf.c: New file.
33294         * lib/unistdio/u16-printf-parse.c: New file.
33295         * lib/unistdio/u16-snprintf.c: New file.
33296         * lib/unistdio/u16-sprintf.c: New file.
33297         * lib/unistdio/u16-vasnprintf.c: New file.
33298         * lib/unistdio/u16-vasprintf.c: New file.
33299         * lib/unistdio/u16-vsnprintf.c: New file.
33300         * lib/unistdio/u16-vsprintf.c: New file.
33301         * lib/unistdio/u16-u16-asnprintf.c: New file.
33302         * lib/unistdio/u16-u16-asprintf.c: New file.
33303         * lib/unistdio/u16-u16-snprintf.c: New file.
33304         * lib/unistdio/u16-u16-sprintf.c: New file.
33305         * lib/unistdio/u16-u16-vasnprintf.c: New file.
33306         * lib/unistdio/u16-u16-vasprintf.c: New file.
33307         * lib/unistdio/u16-u16-vsnprintf.c: New file.
33308         * lib/unistdio/u16-u16-vsprintf.c: New file.
33309         * lib/unistdio/u32-asnprintf.c: New file.
33310         * lib/unistdio/u32-asprintf.c: New file.
33311         * lib/unistdio/u32-printf-parse.c: New file.
33312         * lib/unistdio/u32-snprintf.c: New file.
33313         * lib/unistdio/u32-sprintf.c: New file.
33314         * lib/unistdio/u32-vasnprintf.c: New file.
33315         * lib/unistdio/u32-vasprintf.c: New file.
33316         * lib/unistdio/u32-vsnprintf.c: New file.
33317         * lib/unistdio/u32-vsprintf.c: New file.
33318         * lib/unistdio/u32-u32-asnprintf.c: New file.
33319         * lib/unistdio/u32-u32-asprintf.c: New file.
33320         * lib/unistdio/u32-u32-snprintf.c: New file.
33321         * lib/unistdio/u32-u32-sprintf.c: New file.
33322         * lib/unistdio/u32-u32-vasnprintf.c: New file.
33323         * lib/unistdio/u32-u32-vasprintf.c: New file.
33324         * lib/unistdio/u32-u32-vsnprintf.c: New file.
33325         * lib/unistdio/u32-u32-vsprintf.c: New file.
33326         * tests/unistdio/test-ulc-asnprintf1.c: New file.
33327         * tests/unistdio/test-ulc-asnprintf1.h: New file.
33328         * tests/unistdio/test-ulc-printf1.h: New file.
33329         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
33330         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
33331         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
33332         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
33333         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
33334         * tests/unistdio/test-ulc-vasprintf1.c: New file.
33335         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
33336         * tests/unistdio/test-ulc-vsprintf1.c: New file.
33337         * tests/unistdio/test-u8-asnprintf1.c: New file.
33338         * tests/unistdio/test-u8-asnprintf1.h: New file.
33339         * tests/unistdio/test-u8-printf1.h: New file.
33340         * tests/unistdio/test-u8-vasnprintf1.c: New file.
33341         * tests/unistdio/test-u8-vasnprintf2.c: New file.
33342         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
33343         * tests/unistdio/test-u8-vasnprintf3.c: New file.
33344         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
33345         * tests/unistdio/test-u8-vasprintf1.c: New file.
33346         * tests/unistdio/test-u8-vsnprintf1.c: New file.
33347         * tests/unistdio/test-u8-vsprintf1.c: New file.
33348         * tests/unistdio/test-u16-asnprintf1.c: New file.
33349         * tests/unistdio/test-u16-asnprintf1.h: New file.
33350         * tests/unistdio/test-u16-printf1.h: New file.
33351         * tests/unistdio/test-u16-vasnprintf1.c: New file.
33352         * tests/unistdio/test-u16-vasnprintf2.c: New file.
33353         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
33354         * tests/unistdio/test-u16-vasnprintf3.c: New file.
33355         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
33356         * tests/unistdio/test-u16-vasprintf1.c: New file.
33357         * tests/unistdio/test-u16-vsnprintf1.c: New file.
33358         * tests/unistdio/test-u16-vsprintf1.c: New file.
33359         * tests/unistdio/test-u32-asnprintf1.c: New file.
33360         * tests/unistdio/test-u32-asnprintf1.h: New file.
33361         * tests/unistdio/test-u32-printf1.h: New file.
33362         * tests/unistdio/test-u32-vasnprintf1.c: New file.
33363         * tests/unistdio/test-u32-vasnprintf2.c: New file.
33364         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
33365         * tests/unistdio/test-u32-vasnprintf3.c: New file.
33366         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
33367         * tests/unistdio/test-u32-vasprintf1.c: New file.
33368         * tests/unistdio/test-u32-vsnprintf1.c: New file.
33369         * tests/unistdio/test-u32-vsprintf1.c: New file.
33370         * modules/unistdio/base: New file.
33371         * modules/unistdio/u-printf-args: New file.
33372         * modules/unistdio/ulc-asnprintf: New file.
33373         * modules/unistdio/ulc-asprintf: New file.
33374         * modules/unistdio/ulc-fprintf: New file.
33375         * modules/unistdio/ulc-printf-parse: New file.
33376         * modules/unistdio/ulc-snprintf: New file.
33377         * modules/unistdio/ulc-sprintf: New file.
33378         * modules/unistdio/ulc-vasnprintf: New file.
33379         * modules/unistdio/ulc-vasprintf: New file.
33380         * modules/unistdio/ulc-vfprintf: New file.
33381         * modules/unistdio/ulc-vsnprintf: New file.
33382         * modules/unistdio/ulc-vsprintf: New file.
33383         * modules/unistdio/u8-asnprintf: New file.
33384         * modules/unistdio/u8-asprintf: New file.
33385         * modules/unistdio/u8-printf-parse: New file.
33386         * modules/unistdio/u8-snprintf: New file.
33387         * modules/unistdio/u8-sprintf: New file.
33388         * modules/unistdio/u8-vasnprintf: New file.
33389         * modules/unistdio/u8-vasprintf: New file.
33390         * modules/unistdio/u8-vsnprintf: New file.
33391         * modules/unistdio/u8-vsprintf: New file.
33392         * modules/unistdio/u8-u8-asnprintf: New file.
33393         * modules/unistdio/u8-u8-asprintf: New file.
33394         * modules/unistdio/u8-u8-snprintf: New file.
33395         * modules/unistdio/u8-u8-sprintf: New file.
33396         * modules/unistdio/u8-u8-vasnprintf: New file.
33397         * modules/unistdio/u8-u8-vasprintf: New file.
33398         * modules/unistdio/u8-u8-vsnprintf: New file.
33399         * modules/unistdio/u8-u8-vsprintf: New file.
33400         * modules/unistdio/u16-asnprintf: New file.
33401         * modules/unistdio/u16-asprintf: New file.
33402         * modules/unistdio/u16-printf-parse: New file.
33403         * modules/unistdio/u16-snprintf: New file.
33404         * modules/unistdio/u16-sprintf: New file.
33405         * modules/unistdio/u16-vasnprintf: New file.
33406         * modules/unistdio/u16-vasprintf: New file.
33407         * modules/unistdio/u16-vsnprintf: New file.
33408         * modules/unistdio/u16-vsprintf: New file.
33409         * modules/unistdio/u16-u16-asnprintf: New file.
33410         * modules/unistdio/u16-u16-asprintf: New file.
33411         * modules/unistdio/u16-u16-snprintf: New file.
33412         * modules/unistdio/u16-u16-sprintf: New file.
33413         * modules/unistdio/u16-u16-vasnprintf: New file.
33414         * modules/unistdio/u16-u16-vasprintf: New file.
33415         * modules/unistdio/u16-u16-vsnprintf: New file.
33416         * modules/unistdio/u16-u16-vsprintf: New file.
33417         * modules/unistdio/u32-asnprintf: New file.
33418         * modules/unistdio/u32-asprintf: New file.
33419         * modules/unistdio/u32-printf-parse: New file.
33420         * modules/unistdio/u32-snprintf: New file.
33421         * modules/unistdio/u32-sprintf: New file.
33422         * modules/unistdio/u32-vasnprintf: New file.
33423         * modules/unistdio/u32-vasprintf: New file.
33424         * modules/unistdio/u32-vsnprintf: New file.
33425         * modules/unistdio/u32-vsprintf: New file.
33426         * modules/unistdio/u32-u32-asnprintf: New file.
33427         * modules/unistdio/u32-u32-asprintf: New file.
33428         * modules/unistdio/u32-u32-snprintf: New file.
33429         * modules/unistdio/u32-u32-sprintf: New file.
33430         * modules/unistdio/u32-u32-vasnprintf: New file.
33431         * modules/unistdio/u32-u32-vasprintf: New file.
33432         * modules/unistdio/u32-u32-vsnprintf: New file.
33433         * modules/unistdio/u32-u32-vsprintf: New file.
33434         * modules/unistdio/ulc-asnprintf-tests: New file.
33435         * modules/unistdio/ulc-vasnprintf-tests: New file.
33436         * modules/unistdio/ulc-vasprintf-tests: New file.
33437         * modules/unistdio/ulc-vsnprintf-tests: New file.
33438         * modules/unistdio/ulc-vsprintf-tests: New file.
33439         * modules/unistdio/u8-asnprintf-tests: New file.
33440         * modules/unistdio/u8-vasnprintf-tests: New file.
33441         * modules/unistdio/u8-vasprintf-tests: New file.
33442         * modules/unistdio/u8-vsnprintf-tests: New file.
33443         * modules/unistdio/u8-vsprintf-tests: New file.
33444         * modules/unistdio/u16-asnprintf-tests: New file.
33445         * modules/unistdio/u16-vasnprintf-tests: New file.
33446         * modules/unistdio/u16-vasprintf-tests: New file.
33447         * modules/unistdio/u16-vsnprintf-tests: New file.
33448         * modules/unistdio/u16-vsprintf-tests: New file.
33449         * modules/unistdio/u32-asnprintf-tests: New file.
33450         * modules/unistdio/u32-vasnprintf-tests: New file.
33451         * modules/unistdio/u32-vasprintf-tests: New file.
33452         * modules/unistdio/u32-vsnprintf-tests: New file.
33453         * modules/unistdio/u32-vsprintf-tests: New file.
33454         * MODULES.html.sh (Unicode string functions): Add the new modules.
33455
33456 2007-07-01  Bruno Haible  <bruno@clisp.org>
33457
33458         * lib/sprintf.c (sprintf): Limit the available length estimation,
33459         to avoid address wraparound.
33460         * lib/vsprintf.c (vsprintf): Likewise.
33461         * modules/sprintf-posix (Dependencies): Add stdint.
33462         * modules/vsprintf-posix (Dependencies): Likewise.
33463
33464 2007-07-01  Bruno Haible  <bruno@clisp.org>
33465
33466         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
33467         Windows PATH as well. Conservative double-quoting. Comments.
33468
33469 2007-07-01  Bruno Haible  <bruno@clisp.org>
33470             Eric Blake  <ebb9@byu.net>
33471             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33472
33473         * gnulib-tool (self_abspathname): Fix algorithm to cope with
33474         empty components in $PATH, denoting '.'.
33475
33476 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33477
33478         * gnulib-tool: Fix indentation.
33479         (func_create_megatestdir): Likewise.
33480         Report by Bruno Haible.
33481
33482 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33483
33484         Sync from Automake.
33485         * build-aux/gnupload: Fix shell portability issues with for loops.
33486         Report by Karl Berry.
33487
33488 2007-06-29  Simon Josefsson  <simon@josefsson.org>
33489
33490         * build-aux/maint.mk (POURL): Use translationproject.org.
33491
33492 2007-06-27  Simon Josefsson  <simon@josefsson.org>
33493             Bruno Haible  <bruno@clisp.org>
33494
33495         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
33496         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
33497         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
33498         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
33499         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
33500
33501 2007-06-27  Bruno Haible  <bruno@clisp.org>
33502
33503         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
33504         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
33505
33506 2007-06-26  Karl Berry  <karl@gnu.org>
33507
33508         * MODULES.html.sh: remove xreadlink-with-size.
33509
33510 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33511
33512         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
33513         method that I hope also handles the double-include problem noted
33514         by Bruno Haible in
33515         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
33516
33517 2007-06-23  Bruno Haible  <bruno@clisp.org>
33518
33519         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
33520         Don't let the 'mostlyclean' target fail if the last subdirectory could
33521         not be removed.
33522         Reported by Karl Berry.
33523
33524 2007-06-23  Bruno Haible  <bruno@clisp.org>
33525
33526         * gnulib-tool (echo): Add a speedier workaround for ksh.
33527         * tests/test-echo.sh: Likewise.
33528
33529 2007-06-23  Bruno Haible  <bruno@clisp.org>
33530
33531         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
33532         * tests/test-echo.sh: Likewise.
33533
33534 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33535
33536         * gnulib-tool (IFS): Initialize early, so we don't set it to
33537         empty later.
33538         (self_abspathname): Rewrite algorithm to set it, reindent.
33539         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
33540         (func_create_megatestdir): Merge some sed scripts.
33541
33542 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
33543
33544         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
33545         exposed by Sun Studio 11 cc on Solaris 8.
33546
33547 2007-06-22  Bruno Haible  <bruno@clisp.org>
33548
33549         * gnulib-tool (echo): Ensure the echo primitive does not interpret
33550         backslashes.
33551         * tests/test-echo.sh: New file.
33552
33553 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
33554
33555         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
33556         simplify `sed_replace_build_aux' scripts, they are portable but
33557         echoing them with `echo' is not.
33558         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
33559
33560 2007-06-21  Karl Berry  <karl@gnu.org>
33561
33562         * config/srclist.txt: guess we can't handle the licenses via
33563         srclist at the moment.
33564
33565 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
33566
33567         * MODULES.html.sh: Add include_next.
33568         * modules/include_next: New file.
33569
33570 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
33571
33572         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
33573         INCLUDE_NEXT.
33574         (gl_CHECK_NEXT_HEADERS): New macro.
33575         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
33576         the obsolescent gl_ABSOLUTE_HEADER.
33577         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
33578         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
33579         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
33580         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
33581         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
33582         * m4/math_h.m4 (gl_MATH_H): Likewise.
33583         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
33584         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
33585         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
33586         * m4/stdint.m4 (gl_STDINT_H): Likewise.
33587         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
33588         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
33589         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
33590         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
33591         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
33592         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
33593         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
33594         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
33595         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
33596         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
33597         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
33598         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
33599         * m4/inttypes.m4 (gl_INTTYPES_H): Define
33600         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
33601         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
33602         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
33603         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
33604         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
33605         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
33606         * lib/float_.h: Likewise.
33607         * lib/inttypes_.h: Likewise.
33608         * lib/math_.h: Likewise.
33609         * lib/search_.h: Likewise.
33610         * lib/signal_.h: Likewise.
33611         * lib/stdint_.h: Likewise.
33612         * lib/stdio_.h: Likewise.
33613         * lib/stdlib_.h: Likewise.
33614         * lib/string_.h: Likewise.
33615         * lib/sys_stat_.h: Likewise.
33616         * lib/sys_time_.h: Likewise.
33617         * lib/time_.h: Likewise.
33618         * lib/unistd_.h: Likewise.
33619         * lib/wchar_.h: Likewise.
33620         * lib/wctype_.h: Likewise.
33621         * lib/dirent_.h: Likewise.
33622         * lib/iconv_.h: Likewise.
33623         * lib/locale_.h: Likewise.
33624         * lib/netinet_in_.h: Likewise.
33625         * lib/sys_select_.h: Likewise.
33626         * lib/sys_socket_.h: Likewise.
33627         * lib/sysexits_.h: Likewise.
33628         * modules/fcntl (Depends-on): Depend on include_next, not
33629         absolute_header.
33630         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
33631         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
33632         * modules/fchdir: Likewise.
33633         * modules/float: Likewise.
33634         * modules/iconv_open: Likewise.
33635         * modules/inttypes: Likewise.
33636         * modules/locale: Likewise.
33637         * modules/math: Likewise.
33638         * modules/netinet_in: Likewise.
33639         * modules/search: Likewise.
33640         * modules/signal: Likewise.
33641         * modules/stdint: Likewise.
33642         * modules/stdio: Likewise.
33643         * modules/stdlib: Likewise.
33644         * modules/string: Likewise.
33645         * modules/sys_select: Likewise.
33646         * modules/sys_socket: Likewise.
33647         * modules/sys_stat: Likewise.
33648         * modules/sys_time: Likewise.
33649         * modules/sysexits: Likewise.
33650         * modules/time: Likewise.
33651         * modules/unistd: Likewise.
33652         * modules/wchar: Likewise.
33653         * modules/wctype: Likewise.
33654         * modules/sys_stat: Change maintainer to "all".
33655         * modules/unistd: Likewise.
33656
33657 2007-06-20  Karl Berry  <karl@gnu.org>
33658
33659         * config/srclist.txt: track www changes in license files.
33660
33661 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
33662
33663         * build-aux/bootstrap: Remove stray dot.
33664         Make sure build_aux settings are honored when linking
33665         gnulib_extra_files.
33666
33667 2007-06-19  Eric Blake  <ebb9@byu.net>
33668
33669         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
33670         Allow compilation on cygwin.
33671
33672 2007-06-19  Jim Meyering  <jim@meyering.net>
33673
33674         xreadlink-with-size: Remove module.  No longer used.
33675         Ex-callers now use xreadlink or mreadlink-with-size.
33676         * modules/xreadlink-with-size: Remove module.
33677         * lib/xreadlink-with-size.c: Remove file.
33678         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
33679         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
33680         just before the function definition *is* accurate.
33681
33682         Eliminate one way canonicalize_filename_mode could exit.
33683         * lib/canonicalize.c (canonicalize_filename_mode):
33684         Use mreadlink_with_size, not xreadlink_with_size.
33685
33686 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
33687
33688         Detect porting problems to FreeBSD/arm, which has time_t wider than
33689         long int.  Original problem reported for GNU diff by Xin Li in
33690         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
33691         * modules/getdate (Depends-on): Add intprops, verify.
33692         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
33693         is an integer type no wider than long int.
33694
33695 2007-06-18  Jim Meyering  <jim@meyering.net>
33696
33697         New module: mreadlink-with-size.
33698         * MODULES.html.sh: Add mreadlink-with-size.
33699         * modules/mreadlink-with-size: New module
33700         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
33701         not xreadlink-with-size.
33702         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
33703
33704 2007-06-16  Bruno Haible  <bruno@clisp.org>
33705
33706         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
33707         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
33708         Reported by Gary V. Vaughan <gary@gnu.org>.
33709
33710 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
33711
33712         Revamp lchown so that it lives in unistd.h where it belongs.
33713         * lib/lchown.h: Remove.
33714         * lib/dirchownmod.c: Don't include lib/lchown.h.
33715         * lib/fchownat.c: Likewise.
33716         * lib/openat.c: Likewise.
33717         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
33718         does not follow symlinks.
33719         (EOPNOTSUPP): Define if not defined.
33720         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
33721         is defined to 0.
33722         (lchown): New decl.
33723         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
33724         Do not check for lchown decl.
33725         Set REPLACE_LCHOWN.
33726         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
33727         REPLACE_LCHOWN.
33728         * modules/chown: Make it clear it follows symlinks.
33729         * modules/lchown: Make it clear it doesn't follow symlinks.
33730         (Files): Remove lib/lchown.h
33731         (Depends-on): Add unistd.
33732         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
33733         (Include): Include <unistd.h>, not "lchown.h".
33734         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
33735         REPLACE_LCHOWN.
33736
33737 2007-06-15  Jim Meyering  <jim@meyering.net>
33738
33739         Change license (GPL to LGPL) of fsusage and dependents.
33740         * modules/fsusage (License): Change to LGPL.
33741         * modules/full-read (License): Likewise.
33742         * modules/full-write (License): Likewise.
33743         * modules/safe-read (License): Likewise.
33744         * modules/safe-write (License): Likewise.
33745
33746 2007-06-14  Ben Pfaff  <blp@gnu.org>
33747
33748         Missing part of allocsa -> malloca transition.
33749         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
33750         gl_MALLOCA.
33751
33752 2007-06-12  Bruno Haible  <bruno@clisp.org>
33753
33754         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
33755         to ia64, x86_64, i386.
33756         Reported by Eric Blake.
33757
33758 2007-06-12  Bruno Haible  <bruno@clisp.org>
33759
33760         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
33761         cross-compiling to x86_64.
33762
33763 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
33764
33765         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
33766         glitch reported by Ralf Wildenhues in
33767         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
33768
33769         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
33770         Vin Shelton.
33771
33772 2007-06-11  Bruno Haible  <bruno@clisp.org>
33773
33774         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
33775         replacement string.
33776         Reported by Eric Blake.
33777
33778 2007-06-10  Bruno Haible  <bruno@clisp.org>
33779
33780         Prepare vasnprintf code for use with Unicode strings.
33781         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
33782         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
33783         TYPE_U32_STRING.
33784         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
33785         a_u32_string variants.
33786         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33787         * lib/printf-args.c: Don't include config.h and the specification
33788         header if PRINTF_FETCHARGS is already defined.
33789         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
33790         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
33791         TYPE_U16_STRING, TYPE_U32_STRING.
33792         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
33793         u16_directive, u16_directives, u32_directive, u32_directives): New
33794         types.
33795         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
33796         New declarations.
33797         * lib/printf-parse.c: Don't include config.h and the specification
33798         header if PRINTF_PARSE is already defined. Eliminate the set of
33799         parameters for WIDE_CHAR_VERSION; the user of this file must provide
33800         them now. Include c-ctype.h.
33801         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
33802         directive and CHAR_T_ONLY_ASCII.
33803         * lib/vasnprintf.c: Don't include config.h and the specification header
33804         if VASNPRINTF is already defined.
33805         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
33806         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
33807         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
33808         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
33809         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
33810         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
33811         code accordingly.
33812         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
33813         pad_ourselves also in this case, with the 'c' and 's' directives, and
33814         with a different notion of "width".
33815         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
33816
33817 2007-06-10  Bruno Haible  <bruno@clisp.org>
33818
33819         * modules/unistr/u32-mbsnlen: New file.
33820         * lib/unistr/u32-mbsnlen.c: New file.
33821
33822         * modules/unistr/u16-mbsnlen: New file.
33823         * lib/unistr/u16-mbsnlen.c: New file.
33824
33825         * modules/unistr/u8-mbsnlen: New file.
33826         * lib/unistr/u8-mbsnlen.c: New file.
33827
33828         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
33829         declarations.
33830
33831 2007-06-10  Bruno Haible  <bruno@clisp.org>
33832
33833         * lib/string_.h (mbsnlen): New declaration.
33834         * lib/mbsnlen.c: New file.
33835         * m4/mbsnlen.m4: New file.
33836         * modules/mbsnlen: New file.
33837         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
33838         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
33839         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
33840
33841 2007-06-10  Bruno Haible  <bruno@clisp.org>
33842
33843         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
33844
33845 2007-06-10  Bruno Haible  <bruno@clisp.org>
33846
33847         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
33848         * lib/mbuiter.h: Likewise.
33849
33850 2007-06-10  Bruno Haible  <bruno@clisp.org>
33851
33852         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
33853         declaration.
33854
33855 2007-06-10  Karl Berry  <karl@gnu.org>
33856
33857         * config/srclist.txt: remove gettext entries, Bruno prefers
33858         to update individually.
33859
33860 2007-06-10  Bruno Haible  <bruno@clisp.org>
33861
33862         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
33863         'maxlen'. Ensure only length + width bytes are allocated, not
33864         length + 1 + width.
33865
33866 2007-06-09  Bruno Haible  <bruno@clisp.org>
33867
33868         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
33869         (CHAR_T): Remove macro.
33870         (VASNPRINTF): Update.
33871
33872 2007-06-09  Bruno Haible  <bruno@clisp.org>
33873
33874         * MODULES.html.sh (Unicode string functions): Add the new modules.
33875
33876         * modules/uniconv/u32-conv-to-enc: New file.
33877         * lib/uniconv/u32-conv-to-enc.c: New file.
33878         * modules/uniconv/u32-conv-to-enc-tests: New file.
33879         * tests/uniconv/test-u32-conv-to-enc.c: New file.
33880
33881         * modules/uniconv/u16-conv-to-enc: New file.
33882         * lib/uniconv/u16-conv-to-enc.c: New file.
33883         * lib/uniconv/u-conv-to-enc.h: New file.
33884         * modules/uniconv/u16-conv-to-enc-tests: New file.
33885         * tests/uniconv/test-u16-conv-to-enc.c: New file.
33886
33887         * modules/uniconv/u8-conv-to-enc: New file.
33888         * lib/uniconv/u8-conv-to-enc.c: New file.
33889         * modules/uniconv/u8-conv-to-enc-tests: New file.
33890         * tests/uniconv/test-u8-conv-to-enc.c: New file.
33891
33892         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
33893         u32_conv_to_encoding): New declarations.
33894
33895 2007-06-09  Bruno Haible  <bruno@clisp.org>
33896
33897         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
33898
33899 2007-06-09  Bruno Haible  <bruno@clisp.org>
33900
33901         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
33902         * modules/malloca: Renamed from modules/allocsa, updated.
33903         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
33904         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
33905         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
33906         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
33907         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
33908         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
33909         * modules/xmalloca: Renamed from modules/xallocsa, updated.
33910         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
33911         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
33912         * modules/c-strcasestr (Depends-on): Update.
33913         * lib/c-strcasestr.c: Update.
33914         * modules/c-strstr (Depends-on): Update.
33915         * lib/c-strstr.c: Update.
33916         * modules/canonicalize-lgpl (Depends-on): Update.
33917         * lib/canonicalize-lgpl.c: Update.
33918         * modules/clean-temp (Depends-on): Update.
33919         * lib/clean-temp.c: Update.
33920         * modules/csharpcomp (Depends-on): Update.
33921         * lib/csharpcomp.c: Update.
33922         * modules/csharpexec (Depends-on): Update.
33923         * lib/csharpexec.c: Update.
33924         * modules/javacomp (Depends-on): Update.
33925         * lib/javacomp.c: Update.
33926         * modules/javaexec (Depends-on): Update.
33927         * lib/javaexec.c: Update.
33928         * modules/mbscasestr (Depends-on): Update.
33929         * lib/mbscasestr.c: Update.
33930         * modules/mbsstr (Depends-on): Update.
33931         * lib/mbsstr.c: Update.
33932         * modules/setenv (Depends-on): Update.
33933         * lib/setenv.c: Update.
33934         * modules/strcasestr (Depends-on): Update.
33935         * lib/strcasestr.c: Update.
33936         * modules/striconveha (Depends-on): Update.
33937         * lib/striconveha.c: Update.
33938         * modules/relocatable-prog-wrapper (Files): Update.
33939         * lib/relocwrapper.c: Update.
33940         * build-aux/install-reloc: Update.
33941         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
33942
33943 2007-06-08  Bruno Haible  <bruno@clisp.org>
33944
33945         Port to uClibc.
33946         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
33947         * lib/fpurge.c (fpurge): Likewise.
33948         * lib/freading.c (freading): Likewise.
33949         * lib/fseeko.c (rpl_fseeko): Likewise.
33950         * lib/fseterr.c (fseterr): Likewise.
33951         * lib/fwriting.c (fwriting): Likewise.
33952         * tests/test-fflush.c (main): Avoid a failure on uClibc.
33953
33954 2007-06-08  Bruno Haible  <bruno@clisp.org>
33955
33956         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
33957         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
33958         * modules/gettext (Files): Add m4/intlmacosx.m4.
33959
33960 2007-06-07  Bruno Haible  <bruno@clisp.org>
33961
33962         * modules/localename-tests: New file.
33963         * tests/test-localename.c: New file.
33964
33965         New module 'localename'.
33966         * lib/localename.h: New file.
33967         * lib/localename.c: New file, from GNU gettext.
33968         * m4/localename.m4: New file.
33969         * modules/localename: New file.
33970
33971 2007-06-07  Bruno Haible  <bruno@clisp.org>
33972
33973         Work around the lack of <wchar.h> on some builds of uClibc.
33974         * doc/headers/wchar.texi: Update.
33975         * lib/wchar_.h: Include <wchar.h> only if it exists.
33976         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
33977         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
33978         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
33979         doesn't exist.
33980         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
33981         * modules/mbfile (Depends-on): Add wchar.
33982         * modules/mbiter (Depends-on): Likewise.
33983         * modules/mbuiter (Depends-on): Likewise.
33984         Reported by Simon Josefsson.
33985
33986 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
33987
33988         Work around problem reported by Steven M. Schweda in
33989         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
33990         Tru64 5.1B with the Compaq compiler environment installed declares
33991         an 'isblank' function but does not define it in the C library.
33992         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
33993         * lib/regex_internal.h (isblank): Likewise.
33994         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
33995         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33996
33997 2007-06-05  Bruno Haible  <bruno@clisp.org>
33998
33999         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
34000         ia64.
34001         * modules/printf-safe: New file.
34002         * modules/fprintf-posix (Depends-on): Add printf-safe.
34003         * modules/printf-posix (Depends-on): Likewise.
34004         * modules/snprintf-posix (Depends-on): Likewise.
34005         * modules/sprintf-posix (Depends-on): Likewise.
34006         * modules/vasnprintf-posix (Depends-on): Likewise.
34007         * modules/vasprintf-posix (Depends-on): Likewise.
34008         * modules/vfprintf-posix (Depends-on): Likewise.
34009         * modules/vprintf-posix (Depends-on): Likewise.
34010         * modules/vsnprintf-posix (Depends-on): Likewise.
34011         * modules/vsprintf-posix (Depends-on): Likewise.
34012         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
34013         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
34014         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
34015         "no" on i386, x86_64, ia64.
34016         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
34017         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34018         on i386, x86_64, ia64.
34019         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
34020         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34021         on i386, x86_64, ia64.
34022         * tests/test-vasnprintf-posix.c: Include float.h.
34023         (LDBL80_WORDS): New macro.
34024         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34025         on i386, x86_64, ia64.
34026         * tests/test-vasprintf-posix.c: Include float.h.
34027         (LDBL80_WORDS): New macro.
34028         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
34029         on i386, x86_64, ia64.
34030         * tests/test-snprintf-posix.c: Include float.h.
34031         * tests/test-sprintf-posix.c: Likewise.
34032         * tests/test-vsnprintf-posix.c: Likewise.
34033         * tests/test-vsprintf-posix.c: Likewise.
34034
34035 2007-06-05  Bruno Haible  <bruno@clisp.org>
34036
34037         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
34038         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
34039         non-IEEE numbers on i386, x86_64, ia64.
34040         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
34041         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
34042         * tests/test-isnanl.h: Include float.h.
34043         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
34044
34045 2007-06-05  Bruno Haible  <bruno@clisp.org>
34046
34047         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
34048         also the %a / %A. Handle the %a / %A code before this extra handling.
34049
34050 2007-06-05  Bruno Haible  <bruno@clisp.org>
34051
34052         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
34053         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
34054
34055 2007-06-05  Bruno Haible  <bruno@clisp.org>
34056
34057         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
34058         typo in variable name.
34059
34060 2007-06-05  Eric Blake  <ebb9@byu.net>
34061
34062         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
34063         Reported by Simon Josefsson.
34064
34065 2007-06-04  Bruno Haible  <bruno@clisp.org>
34066
34067         Avoid test failures on some PowerPC platforms.
34068         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
34069         Define differently for PowerPC.
34070         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
34071         Reported by Gary V. Vaughan <gary@gnu.org>.
34072
34073 2007-06-02  Bruno Haible  <bruno@clisp.org>
34074
34075         Fix test-stdint failure on FreeBSD/ia64.
34076         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
34077         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
34078         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
34079         * doc/headers/stdint.texi: Update.
34080
34081 2007-06-01  Bruno Haible  <bruno@clisp.org>
34082
34083         * tests/test-binary-io.c (main): Pass a third argument to open().
34084         Reported by Gary V. Vaughan <gary@gnu.org>.
34085
34086 2007-06-01  Bruno Haible  <bruno@clisp.org>
34087
34088         * doc/functions/frexpl.texi: Update for mingw.
34089
34090 2007-06-01  Bruno Haible  <bruno@clisp.org>
34091
34092         * tests/test-lseek.c (main): Disable test of errno for invalid third
34093         argument.
34094         * doc/functions/lseek.texi: Update.
34095         Reported by Gary V. Vaughan <gary@gnu.org>.
34096
34097 2007-05-28  Bruno Haible  <bruno@clisp.org>
34098
34099         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
34100
34101 2007-05-31  Eric Blake  <ebb9@byu.net>
34102
34103         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
34104         cross compiling.
34105
34106 2007-05-30  Eric Blake  <ebb9@byu.net>
34107         and Bruno Haible  <bruno@clisp.org>
34108
34109         Work around mingw test failures exposed by m4-1.4.9b.
34110         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
34111         * tests/test-unistd.c: Disable uid_t and git_t tests for the
34112         moment.
34113
34114 2007-05-30  Bruno Haible  <bruno@clisp.org>
34115
34116         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
34117         assuming that they are closed. Needed on HP-UX 11.
34118
34119 2007-05-29  Bruno Haible  <bruno@clisp.org>
34120
34121         Fix a problem with #include_next.
34122         * lib/dirent_.h: Split the double-inclusion guard.
34123         * lib/fcntl_.h: Likewise.
34124         * lib/float_.h: Likewise.
34125         * lib/iconv_.h: Likewise.
34126         * lib/inttypes_.h: Likewise.
34127         * lib/locale_.h: Likewise.
34128         * lib/math_.h: Likewise.
34129         * lib/netinet_in_.h: Likewise.
34130         * lib/search_.h: Likewise.
34131         * lib/signal_.h: Likewise.
34132         * lib/stdint_.h: Likewise.
34133         * lib/stdio_.h: Likewise.
34134         * lib/stdlib_.h: Likewise.
34135         * lib/string_.h: Likewise.
34136         * lib/sys_select_.h: Likewise.
34137         * lib/sys_socket_.h: Likewise.
34138         * lib/sys_stat_.h: Likewise.
34139         * lib/sys_time_.h: Likewise.
34140         * lib/sysexits_.h: Likewise.
34141         * lib/time_.h: Likewise.
34142         * lib/unistd_.h: Likewise.
34143         * lib/wchar_.h: Likewise.
34144         * lib/wctype_.h: Likewise.
34145
34146 2007-05-29  Bruno Haible  <bruno@clisp.org>
34147
34148         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
34149         for the moment.
34150
34151 2007-05-29  Bruno Haible  <bruno@clisp.org>
34152
34153         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
34154         invocation.
34155         Reported by Eric Blake.
34156
34157 2007-05-29  Bruno Haible  <bruno@clisp.org>
34158
34159         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
34160         compiling case.
34161
34162 2007-05-29  Eric Blake  <ebb9@byu.net>
34163             Bruno Haible  <bruno@clisp.org>
34164
34165         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
34166         cross compiles.
34167
34168 2007-05-28  Eric Blake  <ebb9@byu.net>
34169
34170         * modules/closein-tests (test_closein_LDADD): Support test on
34171         cygwin with libtool.
34172
34173 2007-05-28  Bruno Haible  <bruno@clisp.org>
34174
34175         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
34176         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
34177         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
34178         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
34179         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
34180         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
34181         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
34182         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
34183         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
34184
34185 2007-05-28  Eric Blake  <ebb9@byu.net>
34186
34187         Unconditionally include <config.h> in unit tests.
34188         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
34189         * tests/test-allocsa.c, tests/test-arcfour.c,
34190         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
34191         tests/test-array_list.c, tests/test-array_oset.c,
34192         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
34193         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
34194         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
34195         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
34196         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
34197         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
34198         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
34199         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
34200         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
34201         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
34202         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
34203         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
34204         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
34205         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
34206         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
34207         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
34208         test-md5.c, test-memmem.c, test-printf-posix.c,
34209         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
34210         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
34211         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
34212         test-strcasestr.c, test-striconv.c, test-striconveh.c,
34213         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
34214         test-vasnprintf-posix2.c, test-vasnprintf.c,
34215         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
34216         test-vfprintf-posix.c, test-vprintf-posix.c,
34217         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
34218         test-xvasprintf.c: Likewise.
34219
34220 2007-05-28  Bruno Haible  <bruno@clisp.org>
34221
34222         * gnulib-tool (func_import): Remember the --with-tests command-line
34223         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
34224         Reported by Eric Blake.
34225
34226 2007-05-28  Bruno Haible  <bruno@clisp.org>
34227
34228         * modules/ftell-tests: New file.
34229         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
34230         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
34231
34232         * lib/ftell.c: New file.
34233         * modules/ftell: New file.
34234         * m4/ftell.m4: New file.
34235         * doc/functions/ftell.texi: Update.
34236         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
34237         REPLACE_FTELL.
34238         * lib/stdio_.h (rpl_ftell): New declaration.
34239         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
34240         REPLACE_FTELL.
34241
34242 2007-05-28  Eric Blake  <ebb9@byu.net>
34243
34244         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
34245
34246 2007-05-28  Bruno Haible  <bruno@clisp.org>
34247
34248         * modules/fseek-tests: New file.
34249         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
34250         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
34251
34252         * lib/fseek.c: New file.
34253         * modules/fseek: New file.
34254         * m4/fseek.m4: New file.
34255         * doc/functions/fseek.texi: Update.
34256         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
34257         REPLACE_FSEEK.
34258         * lib/stdio_.h (rpl_fseek): New declaration.
34259         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
34260         REPLACE_FSEEK.
34261
34262 2007-05-28  Bruno Haible  <bruno@clisp.org>
34263
34264         * lib/stdio_.h (fflush): More comments.
34265
34266 2007-05-28  Bruno Haible  <bruno@clisp.org>
34267
34268         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
34269         runtime test.
34270
34271 2007-05-28  Eric Blake  <ebb9@byu.net>
34272
34273         Improve lseek module.
34274         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
34275         * lib/unistd_.h (lseek): Scale back link warning message.
34276         * tests/test-lseek.c: Beef up test.
34277         * tests/test-lseek.sh: Exercise more facets of lseek.
34278         Reported by Bruno Haible.
34279
34280 2007-05-28  Bruno Haible  <bruno@clisp.org>
34281
34282         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
34283         to define.
34284
34285 2007-05-27  Bruno Haible  <bruno@clisp.org>
34286
34287         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
34288
34289 2007-05-27  Bruno Haible  <bruno@clisp.org>
34290
34291         * modules/openmp: New file.
34292         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
34293         Noah Misch.
34294
34295 2007-05-26  Bruno Haible  <bruno@clisp.org>
34296
34297         * modules/chdir-long (Depends-on): Add fchdir.
34298         * modules/chdir-safer (Depends-on): Likewise.
34299         * modules/fts (Depends-on): Likewise.
34300         * modules/fts-lgpl (Depends-on): Likewise.
34301         * modules/openat (Depends-on): Likewise.
34302         * modules/savewd (Depends-on): Likewise.
34303
34304 2007-05-24  Eric Blake  <ebb9@byu.net>
34305
34306         Fix lseek on mingw.
34307         * modules/lseek: New module.
34308         * m4/lseek.m4: New file.
34309         * lib/lseek.c: New file.
34310         * modules/lseek-tests: New file.
34311         * tests/test-lseek.c: New file.
34312         * tests/test-lseek.sh: New file.
34313         * MODULES.html.sh: Document lseek module.
34314         * modules/fflush (Depends-on): Add lseek, fseeko.
34315         * modules/fseeko (Depends-on): Likewise.
34316         * modules/ftello (Depends-on): Likewise.
34317         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
34318         broken.
34319         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
34320         broken.
34321         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
34322         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
34323         * lib/ftello.c (rpl_ftello): Likewise.
34324         * tests/test-fseeko.c (main): Test this.
34325         * tests/test-fseeko.sh: Likewise.
34326         * tests/test-ftello.c (main): Likewise.
34327         * tests/test-ftello.sh: Likewise.
34328         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
34329         implies replacing fseek.
34330         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
34331         HAVE_FTELLO.
34332         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
34333         * modules/unistd (Makefile.am): Likewise.
34334         * lib/unistd_.h (lseek): Declare a replacement.
34335         * doc/functions/lseek.texi (lseek): Document this fix.
34336         * doc/functions/fseek.texi (fseek): Likewise.
34337         * doc/functions/ftell.texi (ftell): Likewise.
34338
34339 2007-05-24  Bruno Haible  <bruno@clisp.org>
34340
34341         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
34342         in the printed representation of a NaN.
34343         * tests/test-vasprintf-posix.c (test_function): Likewise.
34344         * tests/test-snprintf-posix.h (test_function): Likewise.
34345         * tests/test-sprintf-posix.h (test_function): Likewise.
34346         Reported by Eric Blake.
34347
34348 2007-05-23  Eric Blake  <ebb9@byu.net>
34349
34350         Fix fseeko/ftello on cygwin 1.5.24.
34351         * doc/functions/fseeko.texi (fseeko): Document the fix.
34352         * doc/functions/ftello.texi (ftello): Document the fix.
34353         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
34354         * doc/functions/stdout.text (stdout): New file.
34355         * doc/functions/stderr.text (stderr): New file.
34356         * doc/gnulib.texi (Function Substitutes): Use new files.
34357         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
34358         prior to 1.7.0.
34359         * tests/test-ftello.c (main): Likewise for ftello.
34360         * tests/test-fseeko.sh: New file.
34361         * tests/test-ftello.sh: New file.
34362         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
34363         with seekable stdin.
34364         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
34365         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
34366         (gl_REPLACE_FSEEKO): New macro.
34367         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
34368         * modules/fseeko (Files): Distribute fseeko.c.
34369         * modules/ftello (Files): Distribute ftello.c.
34370         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
34371         mode.
34372         * lib/ftello.c (rpl_ftello): New file.
34373         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
34374         fseeko, ftello.
34375         (gl_STDIN_LARGE_OFFSET): New macro.
34376         * modules/stdio (Makefile.am): Perform the replacement.
34377         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
34378
34379 2007-05-23  Bruno Haible  <bruno@clisp.org>
34380
34381         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
34382         GNULIB_POSIXCHECK is defined.
34383
34384 2007-05-21  Bruno Haible  <bruno@clisp.org>
34385
34386         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
34387         Check also the output for NaN arguments. When cross-compiling, guess
34388         no on IRIX.
34389         * lib/vasnprintf.c: Update comments.
34390         * tests/test-vasnprintf-posix.c (strisnan): New function.
34391         (test_function): Use it.
34392         * tests/test-vasprintf-posix.c (strisnan): New function.
34393         (test_function): Use it.
34394         * tests/test-snprintf-posix.h (strisnan): New function.
34395         (test_function): Use it.
34396         * tests/test-sprintf-posix.h (strisnan): New function.
34397         (test_function): Use it.
34398         Reported by Eric Blake.
34399
34400 2007-05-20  Bruno Haible  <bruno@clisp.org>
34401
34402         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
34403         numbers that fails on BeOS.
34404         * doc/functions/frexpl.texi: Update.
34405
34406 2007-05-20  Jim Meyering  <jim@meyering.net>
34407
34408         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
34409         forced upon us by glibc-2.6.
34410
34411 2007-05-20  Bruno Haible  <bruno@clisp.org>
34412
34413         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
34414         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
34415         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
34416         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
34417         NEED_PRINTF_INFINITE.
34418         (is_infinitel): New function.
34419         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
34420         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
34421         gl_PREREQ_VASNPRINTF_INFINITE.
34422         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
34423         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34424         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
34425         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
34426         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
34427         gl_PREREQ_VASNPRINTF_INFINITE.
34428         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34429         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34430         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34431         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34432         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34433         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34434         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34435         * doc/functions/fprintf.texi: Update.
34436         * doc/functions/printf.texi: Update.
34437         * doc/functions/snprintf.texi: Update.
34438         * doc/functions/sprintf.texi: Update.
34439         * doc/functions/vfprintf.texi: Update.
34440         * doc/functions/vprintf.texi: Update.
34441         * doc/functions/vsnprintf.texi: Update.
34442         * doc/functions/vsprintf.texi: Update.
34443
34444 2007-05-20  Bruno Haible  <bruno@clisp.org>
34445
34446         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
34447         was not found in libc.
34448         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
34449
34450 2007-05-20  Bruno Haible  <bruno@clisp.org>
34451
34452         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34453         printed as "-nan" instead of "nan".
34454         * tests/test-vasprintf-posix.c (test_function): Likewise.
34455         * tests/test-snprintf-posix.h (test_function): Likewise.
34456         * tests/test-sprintf-posix.h (test_function): Likewise.
34457         Needed for HP-UX 11.
34458
34459 2007-05-20  Jim Meyering  <jim@meyering.net>
34460
34461         Fix buggy test for the fchownat-deref bug.
34462         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
34463         symlink required for the run-test.  Without it, this test would
34464         always declare that fchownat doesn't work, and client code would
34465         unnecessarily use the replacement function with fixed libc.
34466         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
34467         Reported by Greg Schafer.
34468
34469 2007-05-19  Bruno Haible  <bruno@clisp.org>
34470
34471         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
34472         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
34473         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
34474         Needed for IRIX 6.5 and Solaris 2.5.1.
34475
34476 2007-05-19  Bruno Haible  <bruno@clisp.org>
34477
34478         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
34479         (test_function): Skip tests involving -0.0 on platforms where
34480         -0.0 = 0.0.
34481         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
34482         (test_function): Skip tests involving -0.0 on platforms where
34483         -0.0 = 0.0.
34484         * tests/test-snprintf-posix.h (have_minus_zero): New function.
34485         (test_function): Skip tests involving -0.0 on platforms where
34486         -0.0 = 0.0.
34487         * tests/test-sprintf-posix.h (have_minus_zero): New function.
34488         (test_function): Skip tests involving -0.0 on platforms where
34489         -0.0 = 0.0.
34490         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
34491         tests.
34492         * tests/test-printf-posix.h (test_function): Likewise.
34493         * tests/test-printf-posix.output: Remove all -0.0 related results.
34494         Needed for IRIX 6.5.
34495
34496 2007-05-19  Bruno Haible  <bruno@clisp.org>
34497
34498         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
34499         printed as "nan0x7fffffff" instead of "nan".
34500         * tests/test-vasprintf-posix.c (test_function): Likewise.
34501         * tests/test-snprintf-posix.h (test_function): Likewise.
34502         * tests/test-sprintf-posix.h (test_function): Likewise.
34503         * tests/test-fprintf-posix.h (NaN): Remove macro.
34504         (test_function): Remove all NaN related tests.
34505         * tests/test-printf-posix.h (NaN): Remove macro.
34506         (test_function): Remove all NaN related tests.
34507         * tests/test-printf-posix.output: Remove all NaN related results.
34508         Needed for IRIX 6.5.
34509
34510 2007-05-19  Bruno Haible  <bruno@clisp.org>
34511
34512         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
34513         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
34514
34515 2007-05-19  Bruno Haible  <bruno@clisp.org>
34516
34517         * lib/float_.h: New file.
34518         * m4/float_h.m4: New file.
34519         * modules/float: New file.
34520         * modules/isnanl (Dependencies): Add float.
34521         * modules/isnanl-nolibm (Dependencies): Likewise.
34522         * modules/mathl (Dependencies): Likewise.
34523         * modules/printf-frexpl (Dependencies): Likewise.
34524         * modules/signbit (Dependencies): Likewise.
34525         * modules/vasnprintf (Dependencies): Likewise.
34526         * doc/headers/float.texi: Update.
34527
34528 2007-05-19  Jim Meyering  <jim@meyering.net>
34529
34530         * lib/utimens.c (gl_futimens): Rename from futimens,
34531         now that glibc-2.6 declares futimens.
34532         * lib/utimens.h: Likewise.
34533
34534 2007-05-19  Bruno Haible  <bruno@clisp.org>
34535
34536         Avoid test failures on mingw.
34537         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
34538         * tests/test-printf-posix.sh: Likewise.
34539         * tests/test-vfprintf-posix.sh: Likewise.
34540         * tests/test-vprintf-posix.sh: Likewise.
34541
34542 2007-05-19  Bruno Haible  <bruno@clisp.org>
34543
34544         Fix *printf result for NaN, Inf, -0.0 on mingw.
34545         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
34546         * lib/vasnprintf.c: Include math.h and isnan.h.
34547         (is_infinite_or_zero): New function.
34548         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
34549         values in the %f, %F, %e, %E, %g, %G directives.
34550         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
34551         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34552         gl_PRINTF_INFINITE and test its result. Invoke
34553         gl_PREREQ_VASNPRINTF_INFINITE.
34554         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34555         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34556         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34557         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34558         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34559         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34560         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34561         * doc/functions/fprintf.texi: Update.
34562         * doc/functions/printf.texi: Update.
34563         * doc/functions/snprintf.texi: Update.
34564         * doc/functions/sprintf.texi: Update.
34565         * doc/functions/vfprintf.texi: Update.
34566         * doc/functions/vprintf.texi: Update.
34567         * doc/functions/vsnprintf.texi: Update.
34568         * doc/functions/vsprintf.texi: Update.
34569
34570 2007-05-19  Bruno Haible  <bruno@clisp.org>
34571
34572         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
34573         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
34574         Instead of multiplying with 10^k, set extra_zeroes to k.
34575         (scale10_round_long_double): Remove function.
34576
34577 2007-05-18  Bruno Haible  <bruno@clisp.org>
34578
34579         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
34580         introduced on 2007-05-06.
34581
34582 2007-05-18  Bruno Haible  <bruno@clisp.org>
34583
34584         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
34585         %g directives.
34586         * tests/test-vasprintf-posix.c (test_function): Likewise.
34587         * tests/test-snprintf-posix.h (test_function): Likewise.
34588         * tests/test-sprintf-posix.h (test_function): Likewise.
34589
34590 2007-05-18  Bruno Haible  <bruno@clisp.org>
34591
34592         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
34593         (strmatch): New function.
34594         (test_function): Test the %f directive on numbers of various exponents.
34595         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
34596         (strmatch): New function.
34597         (test_function): Test the %f directive on numbers of various exponents.
34598         * tests/test-snprintf-posix.h (strmatch): New function.
34599         (test_function): Test the %f directive on numbers of various exponents.
34600         * tests/test-sprintf-posix.h (strmatch): New function.
34601         (test_function): Test the %f directive on numbers of various exponents.
34602         * tests/test-snprintf-posix.c (SIZEOF): New macro.
34603         * tests/test-sprintf-posix.c (SIZEOF): New macro.
34604         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
34605         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
34606
34607 2007-05-18  Bruno Haible  <bruno@clisp.org>
34608
34609         Add support for 'long double' number output.
34610         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
34611         * lib/vasnprintf.c: Include math.h and float+.h.
34612         (mp_limb_t): New type.
34613         (GMP_LIMB_BITS): New macro.
34614         (mp_twolimb_t): New type.
34615         (GMP_TWOLIMB_BITS): New macro.
34616         (mpn_t): New type.
34617         (multiply, divide, convert_to_decimal, decode_long_double,
34618         scale10_round_long_double, scale10_round_decimal_long_double,
34619         floorlog10l): New functions.
34620         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
34621         for the %f, %F, %e, %E, %g, %G directives.
34622         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
34623         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
34624         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
34625         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
34626         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
34627         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34628         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34629         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34630         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34631         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34632         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34633         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
34634         * modules/snprintf-posix (Depends-on): Likewise.
34635         * modules/sprintf-posix (Depends-on): Likewise.
34636         * modules/vasnprintf-posix (Depends-on): Likewise.
34637         * modules/vasprintf-posix (Depends-on): Likewise.
34638         * modules/vfprintf-posix (Depends-on): Likewise.
34639         * modules/vsnprintf-posix (Depends-on): Likewise.
34640         * modules/vsprintf-posix (Depends-on): Likewise.
34641         * modules/vasnprintf (Files): Add lib/float+.h.
34642         * doc/functions/fprintf.texi: Update.
34643         * doc/functions/printf.texi: Update.
34644         * doc/functions/snprintf.texi: Update.
34645         * doc/functions/sprintf.texi: Update.
34646         * doc/functions/vfprintf.texi: Update.
34647         * doc/functions/vprintf.texi: Update.
34648         * doc/functions/vsnprintf.texi: Update.
34649         * doc/functions/vsprintf.texi: Update.
34650
34651 2007-05-18  Bruno Haible  <bruno@clisp.org>
34652
34653         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
34654
34655 2007-05-18  Bruno Haible  <bruno@clisp.org>
34656
34657         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
34658         for printing 64-bit integers. Needed for mingw.
34659
34660 2007-05-18  Bruno Haible  <bruno@clisp.org>
34661
34662         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
34663         gl_FUNC_FREXPL_WORKS.
34664         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
34665
34666 2007-05-18  Bruno Haible  <bruno@clisp.org>
34667
34668         * modules/frexpl-nolibm-tests: New file.
34669
34670         * modules/frexpl-nolibm: New file.
34671         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
34672
34673 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
34674
34675         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
34676         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34677         GCC 4.2, which otherwise issues a lot of warnings.
34678         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
34679         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
34680         Likewise.
34681         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
34682         * modules/iconv_open (iconv.h): Likewise.
34683         * modules/locale (locale.h): Likewise.
34684         * modules/netinet_in (netinet/in.h): Likewise.
34685         * modules/sys_select (sys_select.h): Likewise.
34686         * modules/sys_socket (sys/socket.h): Likewise.
34687         * modules/sys_stat (sys/stat.h): Likewise.
34688         * modules/sysexits (sysexits.h): Likewise.
34689         * modules/unistd (unistd.h): Likewise.
34690
34691 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34692
34693         * modules/closein-tests (Makefile.am): Distribute
34694         `test-closein.sh'.
34695
34696 2007-05-17  Bruno Haible  <bruno@clisp.org>
34697
34698         * tests/test-printf-posix.output: Renamed from
34699         tests/test-fprintf-posix.out.
34700         * modules/fprintf-posix-tests: Update.
34701         * modules/printf-posix-tests: Update.
34702         * modules/vfprintf-posix-tests: Update.
34703         * modules/vprintf-posix-tests: Update.
34704         * tests/test-fprintf-posix.sh: Update.
34705         * tests/test-printf-posix.sh: Update.
34706         * tests/test-vfprintf-posix.sh: Update.
34707         * tests/test-vprintf-posix.sh: Update.
34708         Reported by Ralf Wildenhues.
34709
34710 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
34711
34712         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
34713         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
34714         GCC 4.2, which otherwise issues a lot of warnings.
34715         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
34716         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
34717         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
34718         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
34719         it should no longer be needed.
34720         * lib/string_.h: Likewise.
34721         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
34722         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
34723         * modules/inttypes (inttypes.h): Likewise.
34724         * modules/math (math.h): Likewise.
34725         * modules/search (search.h): Likewise.
34726         * modules/signal (signal.h): Likewise.
34727         * modules/stdint (stdint.h): Likewise.
34728         * modules/stdio (stdio.h): Likewise.
34729         * modules/stdlib (stdlib.h): Likewise.
34730         * modules/string (string.h): Likewise.
34731         * modules/sys_time (sys/time.h): Likewise.
34732         * modules/time (time.h): Likewise.
34733         * modules/wchar (wchar.h): Likewise.
34734         * modules/wctype (wtype.h): Likewise.
34735
34736 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
34737
34738         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
34739
34740 2007-05-13  Bruno Haible  <bruno@clisp.org>
34741
34742         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
34743         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
34744         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
34745         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
34746         (gl_PREREQ_STRTOK_R): Don't require it here.
34747
34748 2007-05-13  Bruno Haible  <bruno@clisp.org>
34749
34750         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
34751         when used in C++ mode.
34752
34753 2007-05-12  Bruno Haible  <bruno@clisp.org>
34754
34755         * lib/linebuffer.h: Tweak doc.
34756         * lib/linebuffer.c: Likewise.
34757
34758 2007-05-12  James Youngman  <jay@gnu.org>
34759
34760         * lib/linebuffer.c (readlinebuffer_delim): New function,
34761         like readlinebuffer, but use a caller-specified delimiter.
34762         (readlinebuffer): Just call readlinebuffer_delim with '\n'
34763         as the delimiter.
34764         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
34765
34766 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
34767
34768         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
34769         * modules/openat (Files): Remove openat-die.c.
34770         (Depends-on): Add openat-die.
34771         * modules/openat-die: New module.
34772
34773 2007-05-06  Bruno Haible  <bruno@clisp.org>
34774
34775         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
34776         Update with info about Cygwin.
34777         * doc/functions/fprintf.texi: Update.
34778         * doc/functions/printf.texi: Update.
34779         * doc/functions/snprintf.texi: Update.
34780         * doc/functions/sprintf.texi: Update.
34781         * doc/functions/vfprintf.texi: Update.
34782         * doc/functions/vprintf.texi: Update.
34783         * doc/functions/vsnprintf.texi: Update.
34784         * doc/functions/vsprintf.texi: Update.
34785         Reported by Eric Blake.
34786
34787 2007-05-06  Bruno Haible  <bruno@clisp.org>
34788
34789         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
34790         padding ourselves for the floating-point directives.
34791         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
34792         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
34793         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34794         gl_PRINTF_FLAG_ZERO and test its result. Invoke
34795         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
34796         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34797         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34798         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34799         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34800         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34801         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34802         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34803         * tests/test-snprintf-posix.h (test_function): Also check the width
34804         and some flags in the %f directive.
34805         * tests/test-sprintf-posix.h (test_function): Likewise.
34806         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34807         * tests/test-vasprintf-posix.c (test_function): Likewise.
34808         * doc/functions/fprintf.texi: Update.
34809         * doc/functions/printf.texi: Update.
34810         * doc/functions/snprintf.texi: Update.
34811         * doc/functions/sprintf.texi: Update.
34812         * doc/functions/vfprintf.texi: Update.
34813         * doc/functions/vprintf.texi: Update.
34814         * doc/functions/vsnprintf.texi: Update.
34815         * doc/functions/vsprintf.texi: Update.
34816
34817 2007-05-06  Bruno Haible  <bruno@clisp.org>
34818
34819         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
34820         pass the ' flag character to sprintf or snprintf.
34821         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
34822         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
34823         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34824         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
34825         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
34826         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
34827         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
34828         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
34829         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
34830         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
34831         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34832         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
34833         * tests/test-snprintf-posix.h (test_function): Also check the grouping
34834         flag.
34835         * tests/test-sprintf-posix.h (test_function): Likewise.
34836         * tests/test-vasnprintf-posix.c (test_function): Likewise.
34837         * tests/test-vasprintf-posix.c (test_function): Likewise.
34838         * doc/functions/fprintf.texi: Update.
34839         * doc/functions/printf.texi: Update.
34840         * doc/functions/snprintf.texi: Update.
34841         * doc/functions/sprintf.texi: Update.
34842         * doc/functions/vfprintf.texi: Update.
34843         * doc/functions/vprintf.texi: Update.
34844         * doc/functions/vsnprintf.texi: Update.
34845         * doc/functions/vsprintf.texi: Update.
34846
34847 2007-05-01  Bruno Haible  <bruno@clisp.org>
34848
34849         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
34850
34851 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
34852
34853         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
34854         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
34855
34856 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
34857
34858         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
34859         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
34860         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
34861
34862 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
34863
34864         * lib/argp-help.c (struct hol_entry): New member `ord'.
34865         (HOL_ENTRY_PTRCMP): Use ord for comparison
34866         (hol_sort): Initialize ord.
34867
34868 2007-05-01  Bruno Haible  <bruno@clisp.org>
34869
34870         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
34871         Reported by Eric Blake.
34872         * doc/gnulib.texi (Function Substitutes): Update.
34873
34874 2007-05-01  Bruno Haible  <bruno@clisp.org>
34875
34876         * doc/functions.texi: Remove file, now redundant through
34877         doc/functions/*.texi.
34878
34879 2007-05-01  Bruno Haible  <bruno@clisp.org>
34880
34881         * modules/argp (Depends-on): Add sleep.
34882
34883 2007-05-01  Bruno Haible  <bruno@clisp.org>
34884
34885         * modules/sleep-tests: New file.
34886         * tests/test-sleep.c: New file.
34887
34888         * modules/sleep: New file.
34889         * lib/sleep.c: New file.
34890         * m4/sleep.m4: New file.
34891         * lib/unistd_.h (sleep): New declaration.
34892         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
34893         HAVE_SLEEP.
34894         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
34895         * doc/functions/sleep.texi: Document the sleep module.
34896
34897 2007-05-01  Bruno Haible  <bruno@clisp.org>
34898
34899         * lib/sigprocmask.h: Remove file.
34900         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
34901         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
34902         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
34903         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
34904         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
34905         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
34906         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
34907         HAVE_SIGSET_T as a shell variable.
34908         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
34909         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
34910         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
34911         (Depends-on): Add signal. Remove verify.
34912         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
34913         (Include): Mention <signal.h> instead of sigprocmask.h.
34914         * NEWS: Mention the change.
34915         * lib/fatal-signal.c: Don't include sigprocmask.h.
34916
34917 2007-05-01  Bruno Haible  <bruno@clisp.org>
34918
34919         * modules/signal: New file.
34920         * lib/signal_.h: New file.
34921         * m4/signal_h.m4: New file.
34922
34923 2007-05-01  Bruno Haible  <bruno@clisp.org>
34924
34925         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
34926         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
34927         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
34928         HAVE_WCTYPE_CTMP_BUG into wctype.h.
34929
34930 2007-05-01  Bruno Haible  <bruno@clisp.org>
34931
34932         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
34933         configure time.
34934         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
34935         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
34936         * modules/sys_stat (Makefile.am): Substitute their values into
34937         sys/stat.h.
34938
34939 2007-05-01  Bruno Haible  <bruno@clisp.org>
34940
34941         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
34942         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
34943         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
34944
34945 2007-05-01  Bruno Haible  <bruno@clisp.org>
34946
34947         * doc/header/assert.texi: Undo last change: don't mention the gnulib
34948         'assert' module here.
34949
34950 2007-05-01  Bruno Haible  <bruno@clisp.org>
34951
34952         * doc/functions/*.texi: New files.
34953         * doc/functions/google-ranking.txt: New file.
34954         * doc/gnulib.texi (Function Substitutes): New chapter.
34955         (ctime, inet_ntoa): Remove sections.
34956         * doc/ctime.texi: Remove file.
34957         * doc/inet_ntoa.texi: Remove file.
34958         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
34959         dependencies.
34960         (%.info): New rule, specifying a --reference-limit.
34961
34962 2007-05-01  Bruno Haible  <bruno@clisp.org>
34963
34964         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
34965
34966 2007-05-01  Bruno Haible  <bruno@clisp.org>
34967
34968         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
34969         the portability of 'mkdir' to mingw systems.
34970
34971 2007-05-01  Bruno Haible  <bruno@clisp.org>
34972
34973         * doc/headers/google-ranking.txt: New file.
34974
34975 2007-04-30  Eric Blake  <ebb9@byu.net>
34976
34977         Prefer fseeko to fseek.
34978         * modules/getpass (Depends-on): Add fseeko.
34979         * lib/getpass.c (getpass): Use fseeko, not fseek.
34980
34981 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
34982
34983         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
34984         assumes the sorting is stable, while most qsort implementations
34985         are not.  Use argument addresses to ensure they never compare as
34986         equal.
34987
34988         * tests/test-argp-2.sh (usage-indent test): Fix output
34989         (func_compare): Restore diff options
34990         * tests/test-argp.c: Restore #include "progname.h"
34991
34992 2007-04-29  Bruno Haible  <bruno@clisp.org>
34993
34994         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
34995         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
34996         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
34997         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
34998         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
34999         (configure.ac): Define CHECK_SNPRINTF_POSIX.
35000         (TESTS, check_PROGRAMS): Add test-snprintf.
35001         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
35002         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
35003         (TESTS, check_PROGRAMS): Add test-vsnprintf.
35004         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
35005         assertions that fail on HP-UX, OSF/1, or IRIX.
35006         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
35007
35008 2007-04-29  Bruno Haible  <bruno@clisp.org>
35009
35010         * MODULES.html.sh (posix_functions): Remove 'contents'.
35011
35012 2007-04-29  Karl Berry  <karl@gnu.org>
35013
35014         * config/srclist.txt (gendocs_template_min): new entry.
35015
35016 2007-04-29  Bruno Haible  <bruno@clisp.org>
35017
35018         Work around fpurge bug on BSD systems.
35019         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
35020         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
35021         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
35022         fpurge to rpl_fpurge if the system already has this function.
35023         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
35024         the case where the system already has this function. Correct invariants
35025         on BSD systems.
35026         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
35027         BSD systems.
35028
35029 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
35030
35031         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
35032         proposed by Sven Verdoolaege.
35033
35034         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
35035         options.
35036         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
35037         (usage and help tests): Update
35038
35039 2007-04-29  Bruno Haible  <bruno@clisp.org>
35040
35041         * tests/test-fflush.c (main): Use a file of size 17, not 10.
35042         Print more information in case of failure. Disable a test on BeOS.
35043
35044 2007-04-29  Bruno Haible  <bruno@clisp.org>
35045
35046         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
35047         This helps debugging on systems on which no gdb is available.
35048
35049 2007-04-29  Bruno Haible  <bruno@clisp.org>
35050
35051         * lib/freading.h: Improve comments.
35052         * lib/fwriting.h: Likewise.
35053         * tests/test-freading.c (main): Don't check freading immediately after
35054         repositioning. Needed for glibc.
35055
35056 2007-04-29  Bruno Haible  <bruno@clisp.org>
35057
35058         * lib/freading.c (freading): Trivial simplification.
35059
35060 2007-04-28  Bruno Haible  <bruno@clisp.org>
35061
35062         * tests/test-fwriting.c (main): Also test the interaction between
35063         fflush and fwriting.
35064         * modules/fwriting-tests (Depends-on): Add fflush.
35065
35066         * tests/test-freading.c (main): Also test the interaction between
35067         fflush and freading.
35068         * modules/freading-tests (Depends-on): Add fflush.
35069
35070 2007-04-28  Bruno Haible  <bruno@clisp.org>
35071
35072         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
35073         fseeko and ftello.
35074         Suggested by Eric Blake.
35075
35076 2007-04-28  Jim Meyering  <jim@meyering.net>
35077
35078         Avoid false-negative in gl_STDINT_H's C99 conformance test.
35079         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
35080         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
35081
35082 2007-04-27  Eric Blake  <ebb9@byu.net>
35083
35084         * doc/headers/assert.texi (assert.h): Document assert module use.
35085
35086 2007-04-27  Bruno Haible  <bruno@clisp.org>
35087
35088         * doc/headers/*.texi: New files.
35089         * doc/gnulib.texi (Header File Substitutes): New chapter.
35090         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
35091         dependencies.
35092         (standards.info ,standards.html, standards.dvi): Update dependencies.
35093         (mostlyclean, clean): New targets.
35094
35095 2007-04-27  Bruno Haible  <bruno@clisp.org>
35096
35097         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
35098         * modules/sysexits (Files, Makefile.am): Update.
35099
35100         * lib/sys_socket_.h: Renamed from lib/socket_.h.
35101         * modules/sys_socket (Files, Makefile.am): Update.
35102
35103         * lib/sys_stat_.h: Renamed from lib/stat_.h.
35104         * modules/sys_stat (Files, Makefile.am): Update.
35105
35106 2007-04-27  Eric Blake  <ebb9@byu.net>
35107
35108         * lib/freading.h: Improve comments.
35109         * lib/fwriting.h: Likewise.
35110         * lib/fflush.c: Likewise.
35111
35112         Fix closein for mingw.
35113         * modules/closein-tests: Add tests for closein.
35114         * tests/test-closein.c: New file.
35115         * tests/test-closein.sh: Likewise.
35116         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
35117         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
35118
35119 2007-04-27  Bruno Haible  <bruno@clisp.org>
35120
35121         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
35122         version is < 6.
35123         * lib/math_.h [__DECC]: Likewise.
35124         * lib/stdio_.h [__DECC]: Likewise.
35125         * lib/stdlib_.h [__DECC]: Likewise.
35126         * lib/string_.h [__DECC]: Likewise.
35127         * lib/time_.h [__DECC]: Likewise.
35128         * lib/wchar_.h [__DECC]: Likewise.
35129         * lib/wctype_.h [__DECC]: Likewise.
35130
35131 2007-04-27  Bruno Haible  <bruno@clisp.org>
35132
35133         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
35134
35135 2007-04-27  Bruno Haible  <bruno@clisp.org>
35136
35137         * lib/fflush.c: Add comments.
35138         * modules/fpurge-tests (Depends-on): Add fflush.
35139         * modules/freadable-tests (Depends-on): Likewise.
35140         * modules/fwritable-tests (Depends-on): Likewise.
35141
35142 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
35143
35144         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
35145         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
35146         Report by Bruno Haible <bruno@clisp.org>.
35147
35148 2007-04-26  Eric Blake  <ebb9@byu.net>
35149
35150         Fix fflush on mingw.
35151         * modules/fflush (Depends-on): Add freading.
35152         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
35153         but unread data.
35154
35155 2007-04-26  Eric Blake  <ebb9@byu.net>
35156         and Bruno Haible  <bruno@clisp.org>
35157
35158         Implement freading and fwriting.
35159         * lib/freading.c: New file.
35160         * lib/freading.h: Likewise.
35161         * m4/freading.m4: Likewise.
35162         * modules/freading: Likewise.
35163         * modules/freading-tests: Likewise.
35164         * tests/test-freading.c: Likewise.
35165         * lib/fwriting.c: New file.
35166         * lib/fwriting.h: Likewise.
35167         * m4/fwriting.m4: Likewise.
35168         * modules/fwriting: Likewise.
35169         * modules/fwriting-tests: Likewise.
35170         * tests/test-fwriting.c: Likewise.
35171         * MODULES.html.sh (File stream based Input/Output): Mention them.
35172
35173 2007-04-26  Bruno Haible  <bruno@clisp.org>
35174
35175         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
35176         'long' when we assume it.
35177         Suggested by Eric Blake.
35178
35179 2007-04-26  Bruno Haible  <bruno@clisp.org>
35180
35181         Ensure fseeko, ftello are declared on glibc systems.
35182         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
35183         * modules/fseeko (configure.ac-early): Likewise.
35184         * modules/ftello (configure.ac-early): Likewise.
35185         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
35186         AC_FUNC_FSEEKO for this.
35187         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
35188         (gl_CHECK_FSEEKO): Remove macro.
35189
35190 2007-04-26  Bruno Haible  <bruno@clisp.org>
35191
35192         * tests/test-fflush.c (main): Also check the ftell result after
35193         fflush and fseek/fseeko.
35194         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
35195         file descriptor position cache in the stream.
35196         * lib/fseeko.c (rpl_fseeko): Likewise.
35197
35198 2007-04-26  Bruno Haible  <bruno@clisp.org>
35199
35200         * modules/fflush-tests (Depends-on): Add fseeko.
35201
35202 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
35203             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35204
35205         * lib/argz_.h: ensure error_t definition is obtained in same
35206         mechanism system argz.h would have.
35207         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
35208         argz facilities are known bad.  Err on the side of caution if
35209         cross-compiling.
35210
35211 2007-04-25  Eric Blake  <ebb9@byu.net>
35212
35213         * lib/fpurge.c (includes): Use stdlib.h for free.
35214         * tests/test-fflush.c (main): Also test fflush-fseeko.
35215
35216 2007-04-25  Bruno Haible  <bruno@clisp.org>
35217
35218         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
35219         * lib/fseeko.c: New file.
35220         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
35221         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
35222         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
35223         gl_FUNC_FSEEKO.
35224         (gl_FUNC_FSEEKO): Invoke it.
35225         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
35226         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
35227         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
35228
35229 2007-04-25  Bruno Haible  <bruno@clisp.org>
35230
35231         * modules/fflush (Depends-on): Add ftello.
35232
35233 2007-04-25  Bruno Haible  <bruno@clisp.org>
35234
35235         * modules/ftello-tests: New file.
35236         * tests/test-ftello.c: New file.
35237
35238         * modules/ftello: New file.
35239         * m4/ftello.m4: New file.
35240         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
35241         HAVE_FTELLO.
35242         * lib/stdio_.h (ftello): New declaration.
35243         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
35244         HAVE_FTELLO.
35245
35246 2007-04-25  Bruno Haible  <bruno@clisp.org>
35247
35248         * modules/fseeko-tests: New file.
35249         * tests/test-fseeko.c: New file.
35250
35251         * modules/fseeko: New file.
35252         * m4/fseeko.m4: New file.
35253         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
35254         HAVE_FSEEKO.
35255         * lib/stdio_.h (fseeko): New declaration.
35256         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
35257         HAVE_FSEEKO.
35258
35259 2007-04-25  Bruno Haible  <bruno@clisp.org>
35260
35261         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
35262
35263 2007-04-25  Bruno Haible  <bruno@clisp.org>
35264
35265         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
35266         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
35267         * tests/test-unistd.c: Likewise.
35268         * tests/test-fcntl.c: Likewise.
35269
35270 2007-04-23  Eric Blake  <ebb9@byu.net>
35271
35272         * lib/fflush.c: Fix missing include.
35273         Reported by Bruno Haible.
35274
35275 2007-04-23  Bruno Haible  <bruno@clisp.org>
35276
35277         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
35278         Reported by Eric Blake.
35279
35280 2007-04-23  Bruno Haible  <bruno@clisp.org>
35281
35282         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
35283
35284 2007-04-23  Bruno Haible  <bruno@clisp.org>
35285
35286         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
35287
35288 2007-04-23  Bruno Haible  <bruno@clisp.org>
35289
35290         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
35291         Needed on HP-UX 11.
35292
35293 2007-04-16  Eric Blake  <ebb9@byu.net>
35294
35295         Make fflush rely on fpurge.
35296         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
35297         open coding all variants.
35298         * modules/fflush (Depends-on): Add fpurge and unistd.
35299         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
35300         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
35301
35302         Fix --with-tests compilation on cygwin.
35303         * modules/argmatch-tests (Makefile.am): List gnulib library first
35304         in LDADD.
35305         * modules/argp-tests (Makefile.am): Likewise.
35306         * modules/array-list-tests (Makefile.am): Likewise.
35307         * modules/array-oset-tests (Makefile.am): Likewise.
35308         * modules/avltree-list-tests (Makefile.am): Likewise.
35309         * modules/avltree-oset-tests (Makefile.am): Likewise.
35310         * modules/avltreehash-list-tests (Makefile.am): Likewise.
35311         * modules/carray-list-tests (Makefile.am): Likewise.
35312         * modules/dirname-tests (Makefile.am): Likewise.
35313         * modules/frexp-tests (Makefile.am): Likewise.
35314         * modules/isnanl-tests (Makefile.am): Likewise.
35315         * modules/linked-list-tests (Makefile.am): Likewise.
35316         * modules/linkedhash-list-tests (Makefile.am): Likewise.
35317         * modules/lock-tests (Makefile.am): Likewise.
35318         * modules/rbtree-list-tests (Makefile.am): Likewise.
35319         * modules/rbtree-oset-tests (Makefile.am): Likewise.
35320         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
35321         * modules/tls-tests (Makefile.am): Likewise.
35322         * modules/tsearch-tests (Makefile.am): Likewise.
35323         * modules/xvasprintf-tests (Makefile.am): Likewise.
35324
35325         Fix fpurge for cygwin.
35326         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
35327         value.
35328         * modules/fpurge-tests (Depends-on): Clean up trash.
35329
35330 2007-04-16  Simon Josefsson  <simon@josefsson.org>
35331
35332         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
35333
35334         * m4/autobuild.m4: Re-indent.
35335
35336 2007-04-13  Bruno Haible  <bruno@clisp.org>
35337
35338         * modules/fpurge-tests: New file.
35339         * tests/test-fpurge.c: New file.
35340
35341         * modules/fpurge: New file.
35342         * lib/fpurge.h: New file.
35343         * lib/fpurge.c: New file.
35344         * m4/fpurge.m4: New file.
35345
35346 2007-04-13  Bruno Haible  <bruno@clisp.org>
35347
35348         * modules/fbufmode-tests: New file.
35349         * tests/test-fbufmode.c: New file.
35350
35351         * modules/fbufmode: New file.
35352         * lib/fbufmode.h: New file.
35353         * lib/fbufmode.c: New file.
35354         * m4/fbufmode.m4: New file.
35355
35356 2007-04-13  Bruno Haible  <bruno@clisp.org>
35357
35358         * modules/fwritable-tests: New file.
35359         * tests/test-fwritable.c: New file.
35360
35361         * modules/fwritable: New file.
35362         * lib/fwritable.h: New file.
35363         * lib/fwritable.c: New file.
35364         * m4/fwritable.m4: New file.
35365
35366 2007-04-13  Bruno Haible  <bruno@clisp.org>
35367
35368         * modules/freadable-tests: New file.
35369         * tests/test-freadable.c: New file.
35370
35371         * modules/freadable: New file.
35372         * lib/freadable.h: New file.
35373         * lib/freadable.c: New file.
35374         * m4/freadable.m4: New file.
35375
35376 2007-04-13  Bruno Haible  <bruno@clisp.org>
35377
35378         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
35379         MOSTLYCLEANFILES.
35380
35381 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
35382
35383         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
35384         gzip bootstrap.conf to avoid dragging in i18n machinery.
35385         (gnulib_tool_option): Use it.
35386
35387 2007-04-13  Bruno Haible  <bruno@clisp.org>
35388
35389         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
35390         %F directives.
35391         * tests/test-vasprintf-posix.c (test_function): Likewise.
35392         * tests/test-snprintf-posix.h (test_function): Likewise.
35393         * tests/test-sprintf-posix.h (test_function): Likewise.
35394         * tests/test-fprintf-posix.h (test_function): Likewise.
35395         * tests/test-printf-posix.h (test_function): Likewise.
35396         * tests/test-fprintf-posix.out: Likewise.
35397
35398 2007-04-13  Bruno Haible  <bruno@clisp.org>
35399
35400         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
35401         * modules/tls-tests (configure.ac): Likewise.
35402         Reported by Arto C. Nirkko <anirkko@insel.ch>.
35403
35404 2007-04-13  Bruno Haible  <bruno@clisp.org>
35405
35406         * lib/tls.c (glthread_tls_get): Fix return type.
35407         Patch by Arto C. Nirkko <anirkko@insel.ch>.
35408
35409 2007-04-12  Eric Blake  <ebb9@byu.net>
35410
35411         * modules/gettime (Depends-on): Remove gettime.
35412         Reported by Dmitry V. Levin.
35413
35414 2007-04-12  Bruno Haible  <bruno@clisp.org>
35415
35416         * modules/fflush (Include): Mention <stdio.h>.
35417         * modules/strtoimax (Include): Mention <inttypes.h>.
35418         * modules/strtoumax (Include): Likewise.
35419
35420 2007-04-12  Eric Blake  <ebb9@byu.net>
35421
35422         * .cvsignore: New file.
35423         * .gitignore: Likewise.
35424
35425 2007-04-12  Bruno Haible  <bruno@clisp.org>
35426
35427         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
35428         not before, since $(LDADD) often contains libgnu.a.
35429         * modules/striconv-tests (test_striconv_LDADD): Likewise.
35430         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
35431         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
35432         Needed on Cygwin.
35433
35434 2007-04-12  Eric Blake  <ebb9@byu.net>
35435
35436         Work around glibc's failure to flush stdin on fclose.
35437         * lib/closein.c (close_stdin): Flush stdin before closing.
35438
35439         Work around glibc's failure to reset seekable stdin on exit.
35440         * modules/closein: New module.
35441         * lib/closein.c: New file.
35442         * lib/closein.h: Likewise.
35443         * m4/closein.m4: Likewise.
35444         * MODULES.html.sh (File stream based Input/Output): Document it.
35445
35446 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35447
35448         * gnulib-tool: Rename generated 'autobuild' script to
35449         'do-autobuild' in --create-megatestdir output.
35450
35451         * doc/gnulib.texi (Build robot for gnulib): Fix.
35452
35453 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35454
35455         * modules/sysexits (Depends-on): Add absolute-header.
35456
35457 2007-04-12  Eric Blake  <ebb9@byu.net>
35458
35459         No need to preserve errno on success.
35460         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
35461         Reported by Bruno Haible.
35462
35463 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35464
35465         * MODULES.html.sh (Support for maintaining and releasing
35466         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
35467
35468 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35469
35470         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
35471
35472 2007-04-12  Simon Josefsson  <simon@josefsson.org>
35473
35474         * modules/autobuild: New module.
35475
35476         * m4/autobuild.m4: New file.
35477
35478 2007-04-11  Bruno Haible  <bruno@clisp.org>
35479
35480         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
35481         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
35482         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
35483         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
35484         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35485         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35486         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35487         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35488         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
35489         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
35490         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_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/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_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/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_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/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_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/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_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/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_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         Reported by Eric Blake.
35509
35510 2007-04-11  Bruno Haible  <bruno@clisp.org>
35511
35512         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
35513
35514 2007-04-10  Bruno Haible  <bruno@clisp.org>
35515
35516         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
35517         for NaN and Infinity. Needed on FreeBSD 6.1.
35518         * tests/test-vasnprintf-posix.c (test_function): Undo last change
35519         regarding results for "%010a" of Infinity and NaN.
35520         * tests/test-vasprintf-posix.c (test_function): Likewise.
35521         * tests/test-snprintf-posix.h (test_function): Likewise.
35522         * tests/test-sprintf-posix.h (test_function): Likewise.
35523         * tests/test-fprintf-posix.h (test_function): Likewise.
35524         * tests/test-printf-posix.h (test_function): Likewise.
35525         * tests/test-fprintf-posix.out: Likewise.
35526
35527 2007-04-10  Bruno Haible  <bruno@clisp.org>
35528
35529         * modules/locale-tests: New file.
35530         * tests/test-locale.c: New file.
35531
35532         * modules/locale: New file.
35533         * lib/locale_.h: New file.
35534         * m4/locale_h.m4: New file.
35535
35536 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
35537             Bruno Haible  <bruno@clisp.org>
35538
35539         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
35540         be determined, test for availability of the copysignf, copysign,
35541         copysignl functions.
35542         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
35543         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
35544         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
35545
35546 2007-04-09  Eric Blake  <ebb9@byu.net>
35547
35548         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
35549         * modules/stdio (Makefile.am): Support fflush.
35550         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
35551         * modules/fflush: New file.
35552         * lib/fflush.c: Likewise.
35553         * m4/fflush.m4: Likewise.
35554         * modules/fflush-tests: New test.
35555         * tests/test-fflush.c: Likewise.
35556         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
35557
35558 2007-04-06  Bruno Haible  <bruno@clisp.org>
35559
35560         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
35561         (VASNPRINTF): Use signbit for faster determination whether to print a
35562         minus sign.
35563         * modules/vasnprintf (Files): Remove lib/float+.h.
35564         * modules/fprintf-posix (Depends-on): Add signbit.
35565         * modules/snprintf-posix (Depends-on): Likewise.
35566         * modules/sprintf-posix (Depends-on): Likewise.
35567         * modules/vasnprintf-posix (Depends-on): Likewise.
35568         * modules/vasprintf-posix (Depends-on): Likewise.
35569         * modules/vfprintf-posix (Depends-on): Likewise.
35570         * modules/vsnprintf-posix (Depends-on): Likewise.
35571         * modules/vsprintf-posix (Depends-on): Likewise.
35572
35573 2007-04-06  Bruno Haible  <bruno@clisp.org>
35574
35575         * tests/test-frexp.c (main): Test also the sign bit of zero results.
35576         * tests/test-frexpl.c (main): Likewise.
35577         * tests/test-ldexpl.c (main): Likewise.
35578         * modules/frexp-tests (Depends-on): Add signbit.
35579         * modules/frexpl-tests (Depdends-on): Likewise.
35580         * modules/ldexpl-tests (Depdends-on): Likewise.
35581
35582 2007-04-06  Bruno Haible  <bruno@clisp.org>
35583
35584         * modules/signbit-tests: New file.
35585         * tests/test-signbit.c: New file.
35586
35587         * modules/signbit: New file.
35588         * lib/signbitf.c: New file.
35589         * lib/signbitd.c: New file.
35590         * lib/signbitl.c: New file.
35591         * m4/signbit.m4: New file.
35592         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
35593         (signbit): New macro.
35594         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
35595         REPLACE_SIGNBIT.
35596         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
35597         REPLACE_FREXPL into math.h.
35598
35599 2007-04-06  Bruno Haible  <bruno@clisp.org>
35600
35601         * modules/isnanf-nolibm-tests: New file.
35602         * tests/test-isnanf.c: New file.
35603
35604         * modules/isnanf-nolibm: New file.
35605         * lib/isnanf.h: New file.
35606         * lib/isnanf.c: New file.
35607         * lib/isnan.c: Consider the USE_FLOAT macro.
35608         * m4/isnanf.m4: New file.
35609
35610 2007-04-06  Bruno Haible  <bruno@clisp.org>
35611
35612         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
35613         (Link): New section.
35614
35615         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
35616
35617 2007-04-06  Bruno Haible  <bruno@clisp.org>
35618
35619         Assume the 'long double' type.
35620         * m4/longdouble.m4: Remove file.
35621         * config/srclist.txt: Don't mention longdouble.m4.
35622         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
35623         * lib/float+.h: Likewise.
35624         * lib/frexp.c: Likewise.
35625         * lib/printf-args.h: Likewise.
35626         * lib/printf-args.c: Likewise.
35627         * lib/printf-frexp.c: Likewise.
35628         * lib/printf-parse.c: Likewise.
35629         * lib/vasnprintf.c: Likewise.
35630         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
35631         * m4/intl.m4: Likewise.
35632         * m4/isnanl.m4: Likewise.
35633         * m4/printf.m4: Likewise.
35634         * m4/printf-frexpl.m4: Likewise.
35635         * m4/vasnprintf.m4: Likewise.
35636         * modules/allocsa (Files): Remove m4/longdouble.m4.
35637         * modules/gettext (Files): Likewise.
35638         * modules/relocatable-prog-wrapper (Files): Likewise.
35639         * modules/vasnprintf (Files): Likewise.
35640         * modules/isnanl (Files): Likewise.
35641         (Include): Simplify.
35642         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
35643         (Include): Simplify.
35644         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
35645         (Include): Simplify.
35646         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
35647         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35648         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
35649         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35650         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35651         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35652         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
35653         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35654         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
35655         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35656         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
35657         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
35658         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
35659         * tests/test-isnanl.c: Likewise.
35660         * tests/test-snprintf-posix.h: Likewise.
35661         * tests/test-sprintf-posix.h: Likewise.
35662         * tests/test-vasnprintf-posix.c: Likewise.
35663         * tests/test-vasnprintf-posix2.c: Likewise.
35664         * tests/test-vasprintf-posix.c: Likewise.
35665
35666 2007-04-06  Bruno Haible  <bruno@clisp.org>
35667
35668         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
35669         * lib/math_.h [__DECC]: Include the overridden include file through
35670         #include_next, outside the double-inclusion guard.
35671         * lib/stdio_.h [__DECC]: Likewise.
35672         * lib/stdlib_.h [__DECC]: Likewise.
35673         * lib/string_.h [__DECC]: Likewise.
35674         * lib/time_.h [__DECC]: Likewise.
35675         * lib/wchar_.h [__DECC]: Likewise.
35676         * lib/wctype_.h [__DECC]: Likewise.
35677         * lib/inttypes_.h [__DECC]: Likewise.
35678         Reported by Albert Chin <china@thewrittenword.com> in
35679         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
35680
35681 2007-04-04  Eric Blake  <ebb9@byu.net>
35682
35683         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
35684         1.5.x.
35685
35686 2007-04-04  Bruno Haible  <bruno@clisp.org>
35687
35688         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
35689         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
35690
35691 2007-04-04  Bruno Haible  <bruno@clisp.org>
35692
35693         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
35694         results for "%010a" of Infinity and NaN.
35695         * tests/test-vasprintf-posix.c (test_function): Likewise.
35696         * tests/test-snprintf-posix.h (test_function): Likewise.
35697         * tests/test-sprintf-posix.h (test_function): Likewise.
35698         * tests/test-fprintf-posix.h (test_function): Remove these tests.
35699         * tests/test-printf-posix.h (test_function): Likewise.
35700         * tests/test-fprintf-posix.out: Update.
35701         Needed for FreeBSD 6.1.
35702
35703 2007-04-04  Bruno Haible  <bruno@clisp.org>
35704
35705         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
35706         directly used by the gnulib modules nor by gnulib-tool.
35707
35708 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
35709
35710         * DEPENDENCIES: Give overall description of version dependency
35711         desirability.  Use more-typical names for apps.
35712         Add shell, coreutils, diffutils, grep, tar, gzip.
35713
35714 2007-04-04  Simon Josefsson  <simon@josefsson.org>
35715
35716         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
35717
35718 2007-04-04  Karl Berry  <karl@gnu.org>
35719
35720         * MODULES.html.sh (func_module): missing '.
35721
35722 2007-04-03  Bruno Haible  <bruno@clisp.org>
35723
35724         * modules/argmatch-tests (Makefile.am): New variable
35725         test_argmatch_LDADD.
35726         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
35727         * modules/array-list-tests (Makefile.am): New variable
35728         test_array_list_LDADD.
35729         * modules/array-oset-tests (Makefile.am): New variable
35730         test_array_oset_LDADD.
35731         * modules/avltree-list-tests (Makefile.am): New variable
35732         test_avltree_list_LDADD.
35733         * modules/avltree-oset-tests (Makefile.am): New variable
35734         test_avltree_oset_LDADD.
35735         * modules/avltreehash-list-tests (Makefile.am): New variable
35736         test_avltreehash_list_LDADD.
35737         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
35738         test_canonicalize_lgpl_LDADD.
35739         * modules/carray-list-tests (Makefile.am): New variable
35740         test_carray_list_LDADD.
35741         * modules/dirname-tests (Makefile.am): New variable
35742         test_dirname_LDADD.
35743         * modules/linked-list-tests (Makefile.am): New variable
35744         test_linked_list_LDADD.
35745         * modules/linkedhash-list-tests (Makefile.am): New variable
35746         test_linkedhash_list_LDADD.
35747         * modules/rbtree-list-tests (Makefile.am): New variable
35748         test_rbtree_list_LDADD.
35749         * modules/rbtree-oset-tests (Makefile.am): New variable
35750         test_rbtree_oset_LDADD.
35751         * modules/rbtreehash-list-tests (Makefile.am): New variable
35752         test_rbtreehash_list_LDADD.
35753         * modules/xvasprintf-tests (Makefile.am): New variable
35754         test_xvasprintf_LDADD.
35755         Reported by Eric Blake.
35756
35757 2007-04-03  Eric Blake  <ebb9@byu.net>
35758
35759         * DEPENDENCIES: Weaken m4 requirements.
35760
35761 2007-04-03  Bruno Haible  <bruno@clisp.org>
35762
35763         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
35764         * modules/isnanl-tests (configure.ac): Likewise.
35765
35766 2007-04-03  Ben Pfaff  <blp@gnu.org>
35767
35768         * modules/iconv_open: Add $(srcdir)/ to source directory
35769         references in Makefile fragments that call gperf, to fix VPATH
35770         builds.
35771
35772 2007-04-03  Bruno Haible  <bruno@clisp.org>
35773
35774         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
35775         * lib/ldexpl.c: Undo last change.
35776
35777 2007-04-03  Bruno Haible  <bruno@clisp.org>
35778
35779         * modules/printf-frexpl (Depends-on): Undo last change.
35780         (Files): Add m4/ldexpl.m4.
35781
35782 2007-04-03  Bruno Haible  <bruno@clisp.org>
35783
35784         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
35785         * modules/isnanl (Link): New section.
35786
35787         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
35788         * modules/frexp (Link): New section.
35789
35790         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
35791         * modules/frexpl (Link): New section.
35792
35793         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
35794         * modules/ldexpl (Link): New section.
35795
35796 2007-04-03  Bruno Haible  <bruno@clisp.org>
35797
35798         * modules/TEMPLATE-EXTENDED: New file.
35799         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
35800
35801 2007-04-03  Bruno Haible  <bruno@clisp.org>
35802
35803         * DEPENDENCIES: New file.
35804         Suggested by Simon Josefsson.
35805
35806 2007-04-03  Bruno Haible  <bruno@clisp.org>
35807
35808         * doc/gnulib.texi: Escape @.
35809
35810 2007-04-03  James Youngman  <jay@gnu.org>
35811         and Paul Eggert  <eggert@cs.ucla.edu>
35812
35813         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
35814         birthtime on all systems that have birthtime, not just those which
35815         use st_birthtimensec rather than st_birthtim.  Putting zero in
35816         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
35817         that the birth time is not available for files on an NFS mount.
35818
35819 2007-04-03  Simon Josefsson  <simon@josefsson.org>
35820
35821         * modules/memxor: Move back from crypto/, suggested by Bruno.
35822         * modules/crypto/hmac-sha1: Fix memxor dependency.
35823
35824         * modules/crypto/gc: Moved from ../.
35825
35826 2007-04-02  Eric Blake  <ebb9@byu.net>
35827
35828         * lib/ldexpl.c (includes): Avoid libm.
35829
35830         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
35831
35832 2007-04-02  Bruno Haible  <bruno@clisp.org>
35833
35834         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
35835         on IRIX.
35836
35837 2007-04-02  Bruno Haible  <bruno@clisp.org>
35838
35839         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
35840         x86 or x86_64 platforms running MacOS X.
35841         Reported by Ryan Schmidt <@ryandesign.com>.
35842
35843 2007-04-02  Bruno Haible  <bruno@clisp.org>
35844
35845         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
35846         i386.
35847
35848 2007-04-01  Simon Josefsson  <simon@josefsson.org>
35849
35850         * modules/crypto/arcfour: Moved from ../.
35851         * modules/crypto/arcfour-tests: Moved from ../.
35852         * modules/crypto/arctwo: Moved from ../.
35853         * modules/crypto/arctwo-tests: Moved from ../.
35854         * modules/crypto/des: Moved from ../.
35855         * modules/crypto/des-tests: Moved from ../.
35856         * modules/crypto/gc-arcfour: Moved from ../.
35857         * modules/crypto/gc-arcfour-tests: Moved from ../.
35858         * modules/crypto/gc-arctwo: Moved from ../.
35859         * modules/crypto/gc-arctwo-tests: Moved from ../.
35860         * modules/crypto/gc-des: Moved from ../.
35861         * modules/crypto/gc-des-tests: Moved from ../.
35862         * modules/crypto/gc-hmac-md5: Moved from ../.
35863         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
35864         * modules/crypto/gc-hmac-sha1: Moved from ../.
35865         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
35866         * modules/crypto/gc-md2: Moved from ../.
35867         * modules/crypto/gc-md2-tests: Moved from ../.
35868         * modules/crypto/gc-md4: Moved from ../.
35869         * modules/crypto/gc-md4-tests: Moved from ../.
35870         * modules/crypto/gc-md5: Moved from ../.
35871         * modules/crypto/gc-md5-tests: Moved from ../.
35872         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
35873         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
35874         * modules/crypto/gc-random: Moved from ../.
35875         * modules/crypto/gc-rijndael: Moved from ../.
35876         * modules/crypto/gc-rijndael-tests: Moved from ../.
35877         * modules/crypto/gc-sha1: Moved from ../.
35878         * modules/crypto/gc-sha1-tests: Moved from ../.
35879         * modules/crypto/gc-tests: Moved from ../.
35880         * modules/crypto/hmac-md5: Moved from ../.
35881         * modules/crypto/hmac-md5-tests: Moved from ../.
35882         * modules/crypto/hmac-sha1: Moved from ../.
35883         * modules/crypto/hmac-sha1-tests: Moved from ../.
35884         * modules/crypto/md2: Moved from ../.
35885         * modules/crypto/md2-tests: Moved from ../.
35886         * modules/crypto/md4: Moved from ../.
35887         * modules/crypto/md4-tests: Moved from ../.
35888         * modules/crypto/md5: Moved from ../.
35889         * modules/crypto/md5-tests: Moved from ../.
35890         * modules/crypto/memxor: Moved from ../.
35891         * modules/crypto/rijndael: Moved from ../.
35892         * modules/crypto/rijndael-tests: Moved from ../.
35893         * modules/crypto/sha1: Moved from ../.
35894
35895 2007-03-30  James Youngman  <jay@gnu.org>
35896
35897         * tests/test-stat-time.c (prepare_test): use chmod() rather than
35898         rename() to change the ctime of a file (because ctime is unaffected
35899         by rename on jfs2 on AIX 5.1).
35900         (main): Start by doing cleanup, in case a previous run failed leaving
35901         test files behind.
35902
35903 2007-03-31  Bruno Haible  <bruno@clisp.org>
35904
35905         Support old proprietary implementations of iconv.
35906         * modules/iconv_open: New file.
35907         * lib/iconv_.h: New file.
35908         * m4/iconv_h.m4: New file.
35909         * lib/iconv_open.c: New file.
35910         * lib/iconv_open-aix.gperf: New file.
35911         * lib/iconv_open-hpux.gperf: New file.
35912         * lib/iconv_open-irix.gperf: New file.
35913         * lib/iconv_open-osf.gperf: New file.
35914         * m4/iconv_open.m4: New file.
35915         * modules/linebreak (Depends-on): Add iconv_open.
35916         * modules/striconv (Depends-on): Likewise.
35917         * modules/striconveh (Depends-on): Likewise.
35918         * modules/unicodeio (Depends-on): Likewise.
35919         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
35920         (iconv_t)(-1).
35921         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
35922         conversion if cd is (iconv_t)(-1).
35923         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
35924         is not possible.
35925
35926 2007-03-31  Bruno Haible  <bruno@clisp.org>
35927
35928         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
35929         work on Solaris either. Protect also second use of "autodetect_jp".
35930
35931 2007-03-31  Bruno Haible  <bruno@clisp.org>
35932
35933         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
35934         the function is not present.
35935
35936 2007-03-31  Bruno Haible  <bruno@clisp.org>
35937
35938         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
35939         the function is not present.
35940
35941 2007-03-31  Bruno Haible  <bruno@clisp.org>
35942
35943         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
35944         a bug in HP-UX iconv_open().
35945
35946 2007-03-31  Bruno Haible  <bruno@clisp.org>
35947
35948         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
35949         (Mathematics <math.h>): New section, add fpieee.
35950         (Input/output <stdio.h>): Add fseterr.
35951         (Mathematics <math.h>): New section, add printf-frexp.
35952         (Container data structures): Add sublist.
35953         (Core language properties): Add fpucw, inline.
35954         (Functions for greatest-width integer types <inttypes.h>): Add
35955         imaxabs, imaxdiv, inttypes.
35956         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
35957         isnanl-nolibm, ldexp.
35958         (Mathematics <math.h>): New section, add printf-frexpl.
35959         (Support for systems lacking POSIX:2001): Add fprintf-posix,
35960         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
35961         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
35962         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
35963         (Unicode string functions): Add unistr/u*-mbtoucr.
35964         (Java): Add javacomp-script, javaexec-script.
35965         (C#): Add csharpcomp-script, csharpexec-script.
35966         (Support for building libraries and executables): Add havelib,
35967         relocatable-*.
35968         (Support for maintaining and releasing projects): Renamed from
35969         'Support for maintaining and release projects'. Add announce-gen.
35970
35971 2007-03-31  Bruno Haible  <bruno@clisp.org>
35972
35973         * README: Talk primarily about git.
35974         (git and CVS): Renamed from CVS.
35975         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
35976         gnulib is available through git.
35977         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
35978
35979 2007-03-30  Bruno Haible  <bruno@clisp.org>
35980
35981         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
35982         * lib/poll_.h: Likewise.
35983         * lib/stat_.h: Likewise.
35984         * lib/sys_time_.h: Likewise.
35985         * lib/sysexit_.h: Likewise.
35986         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
35987         * lib/stdbool_.h: Likewise.
35988         * lib/byteswap_.h: Add double-inclusion guard.
35989
35990 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
35991
35992         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
35993
35994 2007-03-30  Karl Berry  <karl@gnu.org>
35995
35996         * config/srclist-update: double space after USA in the license
35997         substitution, since that's how it's usually (?) written.
35998
35999 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
36000
36001         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
36002         reported by Bruno Haible.
36003
36004 2007-03-29  Bruno Haible  <bruno@clisp.org>
36005
36006         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
36007         a bug in AIX iconv().
36008
36009 2007-03-29  Bruno Haible  <bruno@clisp.org>
36010
36011         * modules/ldexpl-tests: New file.
36012         * tests/test-ldexpl.c: New file.
36013
36014 2007-03-29  Bruno Haible  <bruno@clisp.org>
36015
36016         * lib/ldexpl.c: Include fpucw.h.
36017         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
36018         multiplication.
36019         * modules/ldexpl (Depends-on): Add fpucw.
36020
36021 2007-03-29  Bruno Haible  <bruno@clisp.org>
36022
36023         * modules/ldexpl: New file.
36024         * m4/ldexpl.m4: New file.
36025         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
36026         set.
36027         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
36028         REPLACE_LDEXPL.
36029         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
36030         REPLACE_LDEXPL.
36031         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36032         gl_FUNC_LDEXPL_WORKS.
36033         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
36034         * modules/mathl (Files): Remove lib/ldexpl.c.
36035         (Depends-on): Add ldexpl.
36036
36037 2007-03-29  Bruno Haible  <bruno@clisp.org>
36038
36039         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
36040
36041 2007-03-29  Bruno Haible  <bruno@clisp.org>
36042
36043         * tests/test-striconveh.c (main): Don't assume that a direct conversion
36044         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
36045         and possibly also HP-UX.
36046         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
36047         work on AIX, IRIX, HP-UX, OSF/1.
36048         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
36049         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
36050         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
36051         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
36052         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
36053         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
36054
36055 2007-03-29  Bruno Haible  <bruno@clisp.org>
36056
36057         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
36058
36059 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36060
36061         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
36062         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
36063
36064 2007-03-29  Eric Blake  <ebb9@byu.net>
36065
36066         * lib/acl-internal.h: Remove redundant include.
36067         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
36068         Cygwin when a file is locked.
36069
36070 2007-03-29  Bruno Haible  <bruno@clisp.org>
36071
36072         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
36073         file.
36074         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
36075
36076 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
36077
36078         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
36079         try to remove a parent directory if the child couldn't be removed
36080         (except for the first rmdir, which could fail because the child
36081         doesn't exist).  Problem reported by Jeff Blaine in
36082         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
36083
36084 2007-03-28  Bruno Haible  <bruno@clisp.org>
36085
36086         * lib/striconveh.c (utf8conv_carefully): New function.
36087         (mem_cd_iconveh_internal): Invoke it.
36088
36089 2007-03-28  Bruno Haible  <bruno@clisp.org>
36090
36091         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
36092         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
36093         input.
36094         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
36095         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
36096         unistr/u8-uctomb.
36097
36098 2007-03-28  Bruno Haible  <bruno@clisp.org>
36099
36100         * modules/unistr/u8-mbtoucr: New file.
36101         * lib/unistr/u8-mbtoucr.c: New file.
36102         * modules/unistr/u16-mbtoucr: New file.
36103         * lib/unistr/u16-mbtoucr.c: New file.
36104         * modules/unistr/u16-mbtoucr: New file.
36105         * lib/unistr/u16-mbtoucr.c: New file.
36106         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
36107
36108 2007-03-27  Simon Josefsson  <simon@josefsson.org>
36109             Bruno Haible  <bruno@clisp.org>
36110
36111         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
36112         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
36113         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
36114
36115         * m4/stdio_h.m4: Add stubs for vasprintf too.
36116
36117         * modules/stdio: Support vasprintf in sed command.
36118
36119         * modules/vasprintf: Depend on stdio for prototypes.  Remove
36120         vasprintf.h.  Add stdio module indicator.
36121
36122         * lib/stdio_.h: Declare asprintf and vasprintf, based on
36123         vasprintf.h.
36124
36125         * lib/vasprintf.h: File removed.
36126
36127         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
36128         * lib/vasprintf.c: Ditto.
36129         * lib/xvasprintf.c: Ditto.
36130         * tests/test-vasprintf-posix.c: Ditto.
36131         * tests/test-vasprintf.c: Ditto.
36132
36133 2007-03-27  Bruno Haible  <bruno@clisp.org>
36134
36135         Make vasnprintf multithread-safe.
36136         * lib/vasnprintf.c (decimal_point_char): New function.
36137         (VASNPRINTF): Use it.
36138         Suggested by Simon Josefsson.
36139
36140 2007-03-27  Eric Blake  <ebb9@byu.net>
36141
36142         Support sub-second birthtime on cygwin.
36143         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
36144         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
36145         (get_stat_birthtime): Also work with st_birthtim.
36146
36147 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
36148
36149         * lib/stat-time.h (USE_BIRTHTIME): Remove.
36150         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
36151         (get_stat_birthtime_ns): Do not try to use "spare" fields.
36152         (get_stat_birthtime_ns): Simplify compile-time tests.
36153         (get_stat_birthtime): Change the API to look like
36154         get_stat_mtime etc., except return a negative tv_nsec on error.
36155         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
36156         Don't check for "spare" fields.
36157         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
36158         or for struct stat.st_birthtime, as these tests aren't used.
36159         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
36160
36161 2007-03-27  Bruno Haible  <bruno@clisp.org>
36162
36163         * lib/stat-time.h: Include <sys/stat.h>.
36164
36165 2007-03-27  James Youngman  <jay@gnu.org>
36166
36167         * lib/stat-time.h (get_stat_birthtime): New function for
36168           retrieving st_birthtime as provided by UFS2 (hence *BSD).
36169         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
36170           and its variants.
36171         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
36172         * modules/stat-time-test: New file.
36173         * tests/test-stat-time.c: New test, devised by Bruno Haible.
36174
36175 2007-03-26  Bruno Haible  <bruno@clisp.org>
36176
36177         Better support of signalling NaNs.
36178         * lib/atanl.c: Include isnanl.h.
36179         (atanl): Perform test for NaN at the beginning of the function and
36180         through a call to isnanl.
36181         * lib/cosl.c: Include isnanl.h.
36182         (cosl): Perform test for NaN at the beginning of the function and
36183         through a call to isnanl.
36184         * lib/ldexpl.c: Include isnanl.h.
36185         (ldexpl): Perform test for NaN through a call to isnanl.
36186         * lib/logl.c: Include isnanl.h.
36187         (logl): Perform test for NaN at the beginning of the function and
36188         through a call to isnanl.
36189         * lib/sinl.c: Include isnanl.h.
36190         (sinl): Perform test for NaN at the beginning of the function and
36191         through a call to isnanl.
36192         * lib/sqrtl.c: Include isnanl.h.
36193         (sqrtl): Perform test for NaN at the beginning of the function and
36194         through a call to isnanl.
36195         * lib/tanl.c: Include isnanl.h.
36196         (tanl): Perform test for NaN at the beginning of the function and
36197         through a call to isnanl.
36198         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
36199         * modules/mathl (Depends-on): Add isnanl.
36200
36201 2007-03-26  Eric Blake  <ebb9@byu.net>
36202
36203         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
36204         regression in logic sense of previous patch.
36205
36206 2007-03-26  Bruno Haible  <bruno@clisp.org>
36207
36208         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
36209         unportable shell command "if ! ...".
36210         Reported by Ralf Wildenhues.
36211
36212 2007-03-25  Bruno Haible  <bruno@clisp.org>
36213
36214         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
36215         <sysexits.h> file, and only add EX_CONFIG.
36216         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
36217         absolute file name and whether it is sufficient. Substitute also
36218         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
36219         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
36220         ABSOLUTE_SYSEXITS_H into sysexits.h.
36221
36222 2007-03-25  Bruno Haible  <bruno@clisp.org>
36223
36224         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
36225         hints is NULL.
36226
36227 2007-03-25  Bruno Haible  <bruno@clisp.org>
36228
36229         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
36230         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
36231
36232 2007-03-25  Bruno Haible  <bruno@clisp.org>
36233
36234         * lib/vasnprintf.c: Include langinfo.h.
36235         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
36236         multithread-safe.
36237         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
36238         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
36239         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36240         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36241         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36242         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36243         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36244         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
36245         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36246         Reported by Simon Josefsson.
36247
36248 2007-03-25  Bruno Haible  <bruno@clisp.org>
36249
36250         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
36251         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
36252         * modules/vasnprintf (Depends-on): Add stdint.
36253
36254 2007-03-25  Bruno Haible  <bruno@clisp.org>
36255
36256         * modules/fpieee: New file.
36257         * m4/fpieee.m4: New file.
36258         * modules/isnan-nolibm (Depends-on): Add fpieee.
36259         * modules/isnanl-nolibm (Depends-on): Add fpieee.
36260         * modules/isnanl (Depends-on): Add fpieee.
36261
36262 2007-03-25  Bruno Haible  <bruno@clisp.org>
36263
36264         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
36265
36266 2007-03-25  Bruno Haible  <bruno@clisp.org>
36267
36268         Avoid test failures on IRIX 6.5.
36269         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
36270         (main): Use it.
36271         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
36272         macros.
36273         (main): Use them.
36274
36275 2007-03-25  Bruno Haible  <bruno@clisp.org>
36276
36277         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
36278         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
36279         exists but doesn't work.
36280         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
36281         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
36282         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
36283         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
36284
36285 2007-03-25  Bruno Haible  <bruno@clisp.org>
36286
36287         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
36288         returns inf. Needed on IRIX 6.5.
36289
36290 2007-03-25  Bruno Haible  <bruno@clisp.org>
36291
36292         * tests/test-frexpl.c: Include isnanl-nolibm.h.
36293         (main): Use isnanl instead of x != x idiom.
36294         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
36295
36296         * tests/test-frexp.c: Include isnan.h.
36297         (main): Use isnan instead of x != x idiom.
36298         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
36299
36300 2007-03-25  Bruno Haible  <bruno@clisp.org>
36301
36302         * tests/test-frexp.c (NaN): New function/macro.
36303         (main): Use it instead of 0.0 / 0.0.
36304         * tests/test-isnan.c (NaN): New function/macro.
36305         (main): Use it instead of 0.0 / 0.0.
36306         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
36307         (test_function): Use it instead of 0.0 / 0.0.
36308         * tests/test-vasprintf-posix.c (NaN): New function/macro.
36309         (test_function): Use it instead of 0.0 / 0.0.
36310         * tests/test-snprintf-posix.h (NaN): New function/macro.
36311         (test_function): Use it instead of 0.0 / 0.0.
36312         * tests/test-sprintf-posix.h (NaN): New function/macro.
36313         (test_function): Use it instead of 0.0 / 0.0.
36314         * tests/test-fprintf-posix.h (NaN): New function/macro.
36315         (test_function): Use it instead of 0.0 / 0.0.
36316         * tests/test-printf-posix.h (NaN): New function/macro.
36317         (test_function): Use it instead of 0.0 / 0.0.
36318
36319         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
36320
36321 2007-03-25  Bruno Haible  <bruno@clisp.org>
36322
36323         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
36324
36325 2007-03-25  Bruno Haible  <bruno@clisp.org>
36326
36327         * lib/regexec.c (merge_state_with_log): Make static.
36328
36329 2007-03-25  Bruno Haible  <bruno@clisp.org>
36330
36331         * lib/trigl.c (kernel_rem_pio2): Make static.
36332
36333 2007-03-25  Bruno Haible  <bruno@clisp.org>
36334
36335         * lib/sincosl.c (sincosl_table): Make static.
36336
36337 2007-03-25  Bruno Haible  <bruno@clisp.org>
36338
36339         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
36340         if the compiler does not support C99.
36341
36342 2007-03-25  Bruno Haible  <bruno@clisp.org>
36343
36344         * modules/time (Makefile.am): Ensure all rule action lines start with a
36345         tab.
36346
36347 2007-03-24  Bruno Haible  <bruno@clisp.org>
36348
36349         * modules/tsearch-tests: New file.
36350         * tests/test-tsearch.sh: New file.
36351         * tests/test-tsearch.c: New file, mostly copied from glibc.
36352
36353         * modules/search-tests: New file.
36354         * tests/test-search.c: New file.
36355
36356         * modules/search: New file.
36357         * lib/search_.h: New file, incorporating lib/tsearch.h.
36358         * m4/search_h.m4: New file.
36359         * lib/tsearch.h: Remove file.
36360         * lib/tsearch.c: Include search.h instead of tsearch.h.
36361         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
36362         HAVE_TSEARCH.
36363         * modules/tsearch (Files): Remove lib/tsearch.h.
36364         (Depends-on): Add search.
36365         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
36366         (Include): Change tsearch.h into search.h.
36367
36368 2007-03-24  Bruno Haible  <bruno@clisp.org>
36369
36370         * modules/fpucw: New file.
36371         * lib/fpucw.h: New file.
36372         * lib/frexp.c: Include fpucw.h.
36373         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36374         (FUNC): Use them.
36375         * lib/printf-frexp.c: Include fpucw.h.
36376         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
36377         (FUNC): Use them.
36378         * lib/vasnprintf.c: Include fpucw.h.
36379         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
36380         'long double' calculations.
36381         * tests/test-frexpl.c: Include fpucw.h.
36382         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36383         * tests/test-printf-frexpl.c: Include fpucw.h.
36384         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
36385         * modules/frexpl (Depends-on): Add fpucw.
36386         * modules/printf-frexpl (Depends-on): Likewise.
36387         * modules/fprintf-posix (Depends-on): Likewise.
36388         * modules/snprintf-posix (Depends-on): Likewise.
36389         * modules/sprintf-posix (Depends-on): Likewise.
36390         * modules/vasnprintf-posix (Depends-on): Likewise.
36391         * modules/vasprintf-posix (Depends-on): Likewise.
36392         * modules/vfprintf-posix (Depends-on): Likewise.
36393         * modules/vsnprintf-posix (Depends-on): Likewise.
36394         * modules/vsprintf-posix (Depends-on): Likewise.
36395         * modules/frexpl-tests (Depends-on): Likewise.
36396         * modules/printf-frexpl-tests (Depends-on): Likewise.
36397
36398 2007-03-24  Bruno Haible  <bruno@clisp.org>
36399
36400         * lib/float+.h: New file.
36401         * lib/isnan.c: Include float+.h.
36402         (SIZE): New macro.
36403         (FUNC): Compare only SIZE bytes of the value.
36404         * lib/vasnprintf.c: Include float+.h.
36405         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
36406         SIZEOF_LDBL or SIZEOF_DBL bytes.
36407         * modules/isnan-nolibm (Files): Add lib/float+.h.
36408         * modules/isnanl-nolibm (Files): Add lib/float+.h.
36409         * modules/isnanl (Files): Add lib/float+.h.
36410         * modules/vasnprintf (Files): Add lib/float+.h.
36411
36412 2007-03-24  Bruno Haible  <bruno@clisp.org>
36413
36414         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
36415         include isnanl-nolibm.h.
36416
36417 2007-03-24  Bruno Haible  <bruno@clisp.org>
36418
36419         * tests/test-read-file.c (main): Don't produce spurious output for
36420         expected situations. Make the test fail if it encountered unexpected
36421         results.
36422
36423 2007-03-24  Bruno Haible  <bruno@clisp.org>
36424
36425         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
36426         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
36427
36428 2007-03-24  Bruno Haible  <bruno@clisp.org>
36429
36430         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
36431
36432 2007-03-24  Bruno Haible  <bruno@clisp.org>
36433
36434         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
36435         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
36436
36437         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
36438         * modules/utf8-ucs4: Turn into a symbolic link to module
36439         unistr/u8-mbtouc.
36440
36441         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
36442         utf8-ucs4-unsafe.
36443         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
36444         unistr/u8-mbtouc-unsafe.
36445
36446         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
36447         * modules/utf16-ucs4: Turn into a symbolic link to module
36448         unistr/u16-mbtouc.
36449
36450         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
36451         utf16-ucs4-unsafe.
36452         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
36453         unistr/u16-mbtouc-unsafe.
36454
36455         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
36456         * modules/ucs4-utf8: Turn into a symbolic link to module
36457         unistr/u8-ubtomb.
36458
36459         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
36460         * modules/ucs4-utf16: Turn into a symbolic link to module
36461         unistr/u16-ubtomb.
36462
36463 2007-03-24  Bruno Haible  <bruno@clisp.org>
36464
36465         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
36466         Enable the function only if HAVE_INLINE.
36467         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
36468         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36469         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
36470         Enable the function only if HAVE_INLINE.
36471         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
36472         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
36473         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
36474         Enable the function only if HAVE_INLINE.
36475         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
36476         Enable the function only if HAVE_INLINE.
36477         * modules/utf8-ucs4: Update.
36478         * modules/utf8-ucs4-unsafe: Update.
36479         * modules/utf16-ucs4: Update.
36480         * modules/utf16-ucs4-unsafe: Update.
36481         * modules/ucs4-utf8: Update.
36482         * modules/ucs4-utf16: Update.
36483
36484 2007-03-24  Bruno Haible  <bruno@clisp.org>
36485
36486         * lib/utf8-ucs4.h: Remove file.
36487         * lib/utf8-ucs4-unsafe.h: Remove file.
36488         * lib/utf16-ucs4.h: Remove file.
36489         * lib/utf16-ucs4-unsafe.h: Remove file.
36490         * lib/ucs4-utf8.h: Remove file.
36491         * lib/ucs4-utf16.h: Remove file.
36492         * lib/unistr.h: Include their previous contents.
36493         * m4/utf-ucs4.m4: Remove file.
36494         * m4/ucs4-utf.m4: Remove file.
36495         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
36496         (Depends-on): Add unistr/base.
36497         (configure.ac): Remove gl_UTF_UCS4.
36498         (Makefile.am): Update.
36499         (Include): Change to unistr.h.
36500         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
36501         (Depends-on): Add unistr/base.
36502         (configure.ac): Remove gl_UTF_UCS4.
36503         (Makefile.am): Update.
36504         (Include): Change to unistr.h.
36505         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
36506         (Depends-on): Add unistr/base.
36507         (configure.ac): Remove gl_UTF_UCS4.
36508         (Makefile.am): Update.
36509         (Include): Change to unistr.h.
36510         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
36511         (Depends-on): Add unistr/base.
36512         (configure.ac): Remove gl_UTF_UCS4.
36513         (Makefile.am): Update.
36514         (Include): Change to unistr.h.
36515         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
36516         (Depends-on): Add unistr/base.
36517         (configure.ac): Remove gl_UCS4_UTF.
36518         (Makefile.am): Update.
36519         (Include): Change to unistr.h.
36520         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
36521         (Depends-on): Add unistr/base.
36522         (configure.ac): Remove gl_UCS4_UTF.
36523         (Makefile.am): Update.
36524         (Include): Change to unistr.h.
36525         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
36526         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
36527         utf8-ucs4-unsafe.h.
36528         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
36529         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
36530         utf16-ucs4-unsafe.h.
36531         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
36532         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
36533         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
36534         * lib/unistr/u8-strchr.c: Likewise.
36535         * lib/unistr/u8-strrchr.c: Likewise.
36536         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
36537         * lib/unistr/u16-strchr.c: Likewise.
36538         * lib/unistr/u16-strrchr.c: Likewise.
36539         * lib/striconveh.c: Update.
36540         * lib/linebreak.c: Update.
36541
36542 2007-03-24  Bruno Haible  <bruno@clisp.org>
36543
36544         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
36545         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
36546
36547 2007-03-22  Bruno Haible  <bruno@clisp.org>
36548
36549         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
36550
36551 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
36552
36553         * MODULES.html.sh (File system functions): New module write-any-file.
36554         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
36555         * m4/write-any-file.m4: New files.
36556
36557 2007-03-23  Eric Blake  <ebb9@byu.net>
36558
36559         * gnulib-tool: Rearrange space-tab sequences, since some editors
36560         like to eat them.
36561
36562 2007-03-23  Eric Blake  <ebb9@byu.net>
36563
36564         * lib/version-etc.c (version_etc_va): Update license wording to
36565         be more concise.  Recommended by Richard Stallman.
36566
36567 2007-03-22  Bruno Haible  <bruno@clisp.org>
36568
36569         * lib/poll.c (MSG_PEEK): New fallback definition.
36570
36571 2007-03-22  Bruno Haible  <bruno@clisp.org>
36572
36573         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
36574         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
36575         (main): Update.
36576         Fixes a compilation error on BeOS.
36577
36578 2007-03-22  Bruno Haible  <bruno@clisp.org>
36579
36580         * modules/frexpl-tests: New file.
36581         * tests/test-frexpl.c: New file.
36582
36583         * modules/frexpl: New file.
36584         * m4/frexpl.m4: New file.
36585         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
36586         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
36587         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
36588         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
36589         (Depends-on): Add frexpl. Remove isnanl-nolibm.
36590         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
36591
36592 2007-03-22  Bruno Haible  <bruno@clisp.org>
36593
36594         * lib/frexpl.c: Share code with lib/frexp.c.
36595         * modules/mathl (Files): Add lib/frexp.c.
36596         (Depends-on): Add isnanl-nolibm.
36597
36598 2007-03-22  Bruno Haible  <bruno@clisp.org>
36599
36600         * modules/printf-frexp (Files): Add m4/frexp.m4.
36601         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
36602         only if the found frexp function actually works.
36603
36604 2007-03-22  Bruno Haible  <bruno@clisp.org>
36605
36606         * lib/frexp.c: Remove older implementation that uses divisions.
36607
36608 2007-03-21  Bruno Haible  <bruno@clisp.org>
36609
36610         * modules/frexp-tests: New file.
36611         * tests/test-frexp.c: New file.
36612
36613         * modules/frexp: New file.
36614         * lib/frexp.c: New file.
36615         * m4/frexp.m4: New file.
36616         * lib/math_.h (frexp): New declaration.
36617         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
36618         REPLACE_FREXP.
36619         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
36620
36621 2007-03-21  Bruno Haible  <bruno@clisp.org>
36622
36623         * modules/isnanl-tests: New file.
36624         * tests/test-isnanl.c: New file.
36625
36626         * modules/isnanl: New file.
36627         * lib/isnanl.h: New file.
36628         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
36629         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
36630         gl_FUNC_ISNANL_WORKS.
36631         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
36632         New macros.
36633
36634 2007-03-21  Bruno Haible  <bruno@clisp.org>
36635
36636         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
36637         lib/isnanl.h.
36638         (Include): Update.
36639         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
36640         * lib/vasnprintf.c: Update.
36641         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
36642         tests/test-isnanl.h, remove tests/test-isnanl.c.
36643         (Makefile.am): Update.
36644         * tests/test-isnanl-nolibm.c: New file.
36645         * tests/test-isnanl.h: New file.
36646         * tests/test-isnanl.c: Remove file.
36647
36648 2007-03-21  Jim Meyering  <jim@meyering.net>
36649
36650         When trying to open ".", treat ESTALE like EACCES.
36651         * lib/savewd.c (savewd_save): Resort to forking not just upon
36652         failure with EACCES, but also when errno is ESTALE.
36653
36654 2007-03-20  Bruno Haible  <bruno@clisp.org>
36655
36656         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
36657         Needed on AIX 5.1. Reported by Matthew Woehlke.
36658
36659 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36660
36661         Suggestions by Bruno Haible:
36662         * lib/acl-internal.h: Include "gettext.h" rather than rolling
36663         our own.
36664         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
36665         * modules/acl (Depends-on): Add gettext.
36666
36667 2007-03-19  Bruno Haible  <bruno@clisp.org>
36668
36669         * modules/iconvme: Remove file.
36670         * lib/iconvme.h: Remove file.
36671         * lib/iconvme.c: Remove file.
36672         * m4/iconvme.m4: Remove file.
36673
36674 2007-03-19  Bruno Haible  <bruno@clisp.org>
36675
36676         * doc/relocatable-maint.texi: Break long shell script line.
36677         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36678
36679 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36680
36681         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
36682         handle file_has_acl.
36683         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
36684         * lib/acl.c: Move header inclusions and related macro defns into
36685         lib/acl-internal.h.
36686         (S_ISLNK): Remove defn, since that's now done for us.
36687         (file_has_acl): Move to lib/file-has-acl.c.
36688         Call acl_trivial if available.  This is the crucial part of the fix.
36689         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
36690         shared within the library.  Rewrite a bit, partly to make it compatible
36691         with the GNU coding style.
36692         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
36693         Remove unnecessary double-quotes.
36694         Don't test for acl_to_text; the build will catch that.
36695         Replace acl_entries if it doesn't exist and it is needed.
36696         Check for -lsec and acl_trivial (as used on Solaris 10).
36697         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
36698         lib/file-has-acl.c.
36699         (Depends-on): Add sys_stat, for S_ISLNK.
36700
36701 2007-03-19  Ben Pfaff  <blp@gnu.org>
36702
36703         * doc/gnulib.texi: Fix typos.
36704         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
36705
36706 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
36707
36708         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
36709         If size is zero here, buf must be zero.
36710
36711 2007-03-19  Simon Josefsson  <simon@josefsson.org>
36712
36713         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
36714         <bruno@clisp.org>.
36715
36716 2007-03-18  Bruno Haible  <bruno@clisp.org>
36717
36718         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
36719         Suggested by Eric Blake.
36720
36721 2007-03-18  Ben Pfaff  <blp@gnu.org>
36722
36723         * doc/relocatable.texi: Recommend using as prefix a directory
36724         that does not exist and will never be created.  Based on
36725         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
36726         and others.
36727
36728 2007-03-17  Bruno Haible  <bruno@clisp.org>
36729
36730         * lib/fchownat.c: Include lchown.h.
36731
36732 2007-03-17  Bruno Haible  <bruno@clisp.org>
36733
36734         Fix endless loop when the given allocated size was > INT_MAX.
36735         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
36736         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
36737         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
36738         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
36739         * lib/sprintf.c (sprintf): Likewise.
36740
36741 2007-03-17  Bruno Haible  <bruno@clisp.org>
36742
36743         * tests/test-argp-2.sh (func_compare): Output a context diff.
36744
36745 2007-03-17  Bruno Haible  <bruno@clisp.org>
36746
36747         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
36748         locale's decimal-point character.
36749
36750 2007-03-17  Bruno Haible  <bruno@clisp.org>
36751
36752         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
36753         before comparing it. Needed because on some platforms (e.g. x86) a
36754         'long double' occupies less bytes than sizeof (long double).
36755
36756 2007-03-17  Bruno Haible  <bruno@clisp.org>
36757
36758         * tests/test-crc.c (main): Make printf statements 64-bit clean.
36759         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
36760         * tests/test-getaddrinfo.c (simple): Likewise.
36761         * tests/test-read-file.c (main): Likewise.
36762
36763 2007-03-17  Bruno Haible  <bruno@clisp.org>
36764
36765         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
36766
36767 2007-03-17  Bruno Haible  <bruno@clisp.org>
36768
36769         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
36770         unused variable.
36771
36772 2007-03-17  Bruno Haible  <bruno@clisp.org>
36773
36774         * tests/test-c-strcasecmp.c: Include c-strcase.h.
36775         * tests/test-c-strncasecmp.c: Likewise.
36776
36777 2007-03-17  Bruno Haible  <bruno@clisp.org>
36778
36779         * modules/stdlib (Depends-on): Add unistd.
36780         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
36781         Needed for MacOS X 10.3.
36782
36783 2007-03-17  Bruno Haible  <bruno@clisp.org>
36784
36785         * lib/unistr/u-strdup.h: Include <stdlib.h>.
36786
36787 2007-03-17  Bruno Haible  <bruno@clisp.org>
36788
36789         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
36790
36791 2007-03-17  Bruno Haible  <bruno@clisp.org>
36792
36793         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
36794         to reflect files copied from gnulib (with or without modifications).
36795         Suggested by Jim Meyering.
36796
36797 2007-03-17  Eric Blake  <ebb9@byu.net>
36798
36799         * NEWS: Document stdlib change from 2007-02-18.
36800
36801 2007-03-17  Jim Meyering  <jim@meyering.net>
36802
36803         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
36804         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
36805         someone uses a name containing shell meta-characters.
36806         Reported by Alfred M. Szmidt.
36807
36808         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
36809
36810 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36811
36812         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
36813         and copy gettext configuration files only if configure.ac contains
36814         a use of AM_GNU_GETTEXT_VERSION.
36815
36816 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
36817
36818         * build-aux/bootstrap (gnulib_name): New variable.
36819         (gnulib_tool_options): Use it.
36820
36821 2007-03-13  Simon Josefsson  <simon@josefsson.org>
36822
36823         * tests/test-des.c: Use new namespace.
36824
36825 2007-03-15  Bruno Haible  <bruno@clisp.org>
36826
36827         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
36828         Reported by James Youngman <jay@gnu.org>.
36829
36830 2007-03-15  Bruno Haible  <bruno@clisp.org>
36831
36832         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
36833         declared prototype. Needed with cc on OSF/1 5.1.
36834
36835 2007-03-15  Bruno Haible  <bruno@clisp.org>
36836
36837         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
36838         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
36839         (struct gl_list_implementation): Add dispose_fn argument to the
36840         'create_empty', 'create' methods.
36841         (struct gl_list_impl_base): Add field 'dispose_fn'.
36842         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
36843         argument.
36844         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
36845         dispose_fn argument.
36846         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
36847         dispose_fn on the dropped values.
36848         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
36849         dispose_fn argument.
36850         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
36851         dropped values.
36852         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
36853         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36854         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
36855         (gl_tree_remove_node): Call dispose_fn on the dropped value.
36856         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
36857         argument.
36858         (gl_tree_list_free): Call dispose_fn on the dropped values.
36859         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
36860         the dropped values.
36861         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
36862         Add dispose_fn argument.
36863         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
36864         Call dispose_fn on the dropped values.
36865         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
36866         Add dispose_fn argument.
36867         (gl_sublist_create): Initialize the 'dispose_fn' field.
36868         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
36869         * tests/test-array_list.c (main): Update.
36870         * tests/test-carray_list.c (main): Update.
36871         * tests/test-avltree_list.c (main): Update.
36872         * tests/test-rbtree_list.c (main): Update.
36873         * tests/test-avltreehash_list.c (main): Update.
36874         * tests/test-rbtreehash_list.c (main): Update.
36875         * tests/test-linked_list.c (main): Update.
36876         * tests/test-linkedhash_list.c (main): Update.
36877         * tests/test-array_oset.c (main): Update.
36878
36879 2007-03-15  Bruno Haible  <bruno@clisp.org>
36880
36881         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
36882         (gl_oset_create_empty): Add dispose_fn argument.
36883         (struct gl_oset_implementation): Add dispose_fn argument to
36884         'create_empty' method.
36885         (struct gl_oset_impl_base): Add dispose_fn field.
36886         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
36887         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
36888         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
36889         values.
36890         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
36891         (gl_tree_oset_free): Call dispose_fn on the dropped values.
36892         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36893         dropped value.
36894         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
36895         dropped value.
36896         * tests/test-array_oset.c (main): Update.
36897         * tests/test-avltree_oset.c (main): Update.
36898         * tests/test-rbtree_oset.c (main): Update.
36899         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
36900
36901 2007-03-13  Bruno Haible  <bruno@clisp.org>
36902
36903         * tests/test-stdbool.c (i): Update after last patch.
36904
36905 2007-03-12  Bruno Haible  <bruno@clisp.org>
36906
36907         * lib/quotearg.c: Include <wctype.h> early, before the definition of
36908         the iswprint macro. Needed on Solaris 2.5.1.
36909
36910 2007-03-12  Bruno Haible  <bruno@clisp.org>
36911
36912         * tests/test-printf-frexp.c (main): Declare x as volatile.
36913
36914 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36915
36916         * doc/gnulib.texi (Build robot for gnulib): New section.
36917
36918 2007-03-12  Jim Meyering  <jim@meyering.net>
36919
36920         * build-aux/bootstrap: New file.
36921         * build-aux/bootstrap.conf: New file, from coreutils.
36922
36923 2007-03-11  Bruno Haible  <bruno@clisp.org>
36924
36925         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
36926
36927 2007-03-12  Simon Josefsson  <simon@josefsson.org>
36928
36929         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
36930         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
36931         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
36932
36933 2007-03-11  Bruno Haible  <bruno@clisp.org>
36934
36935         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
36936         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
36937
36938 2007-03-11  Bruno Haible  <bruno@clisp.org>
36939
36940         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
36941         formula. Needed for SunPRO C 5.0.
36942
36943 2007-03-11  Bruno Haible  <bruno@clisp.org>
36944
36945         * modules/long-options (Depends-on): Add getopt.
36946
36947 2007-03-11  Bruno Haible  <bruno@clisp.org>
36948
36949         * modules/modechange (Depends-on): Add stdbool.
36950
36951 2007-03-11  Bruno Haible  <bruno@clisp.org>
36952
36953         * modules/i-ring (Depends-on): Add stdbool.
36954
36955 2007-03-11  Bruno Haible  <bruno@clisp.org>
36956
36957         * modules/gc-des (Depends-on): Add stdbool.
36958
36959 2007-03-11  Bruno Haible  <bruno@clisp.org>
36960
36961         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
36962
36963 2007-03-11  Bruno Haible  <bruno@clisp.org>
36964
36965         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
36966
36967 2007-03-11  Bruno Haible  <bruno@clisp.org>
36968
36969         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
36970
36971 2007-03-11  Bruno Haible  <bruno@clisp.org>
36972
36973         * lib/vasnprintf.c (sprintf): Undefine.
36974
36975 2007-03-11  Bruno Haible  <bruno@clisp.org>
36976
36977         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
36978         initializers in SunPRO C and Compaq C compilers.
36979
36980 2007-03-11  Bruno Haible  <bruno@clisp.org>
36981
36982         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
36983         decrementing code ANSI C compliant.
36984
36985 2007-03-11  Bruno Haible  <bruno@clisp.org>
36986
36987         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
36988         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
36989
36990 2007-03-11  Bruno Haible  <bruno@clisp.org>
36991
36992         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
36993         <stdbool.h> substitute doesn't pass.
36994
36995 2007-03-11  Bruno Haible  <bruno@clisp.org>
36996
36997         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
36998
36999 2007-03-11  Bruno Haible  <bruno@clisp.org>
37000
37001         * gnulib-tool (func_create_megatestdir): Create also an autobuild
37002         script, for submission to autobuild.josefsson.org.
37003
37004 2007-03-10  Bruno Haible  <bruno@clisp.org>
37005
37006         * modules/canonicalize-lgpl-tests: New file.
37007         * tests/test-canonicalize-lgpl.sh: New file.
37008         * tests/test-canonicalize-lgpl.c: New file.
37009
37010         * modules/c-strcase-tests: New file.
37011         * tests/test-c-strcase.sh: New file.
37012         * tests/test-c-strcasecmp.c: New file.
37013         * tests/test-c-strncasecmp.c: New file.
37014
37015         * modules/atexit-tests: New file.
37016         * tests/test-atexit.sh: New file.
37017         * tests/test-atexit.c: New file.
37018
37019 2007-03-10  Bruno Haible  <bruno@clisp.org>
37020
37021         * tests/test-binary-io.sh: Use temporary filenames that are not so
37022         likely to clash with those of other tests (in a parallel make).
37023         * tests/test-binary-io.c: Likewise.
37024
37025 2007-03-10  Bruno Haible  <bruno@clisp.org>
37026
37027         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
37028         fallback; use #error instead.
37029         Suggested by Simon Josefsson.
37030
37031 2007-03-10  Bruno Haible  <bruno@clisp.org>
37032
37033         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
37034         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
37035         first and the last.
37036
37037 2007-03-10  Bruno Haible  <bruno@clisp.org>
37038
37039         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
37040
37041 2007-03-10  Bruno Haible  <bruno@clisp.org>
37042
37043         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
37044         "make distcheck".
37045         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
37046         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
37047         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
37048
37049 2007-03-10  Bruno Haible  <bruno@clisp.org>
37050
37051         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
37052         variable.
37053         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
37054         variable.
37055
37056 2007-03-09  Eric Blake  <ebb9@byu.net>
37057         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
37058
37059         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
37060         types are not being provided by gnulib.
37061         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
37062         types are supported.
37063
37064 2007-03-10  Bruno Haible  <bruno@clisp.org>
37065
37066         * lib/stdio_.h (__attribute__): New macro.
37067         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
37068         vsprintf): Specify __attribute__ __format__ for GCC.
37069         Suggested by Eric Blake.
37070
37071 2007-03-09  Bruno Haible  <bruno@clisp.org>
37072
37073         * modules/printf-posix-tests: New file.
37074         * tests/test-printf-posix.sh: New file.
37075         * tests/test-printf-posix.c: New file.
37076
37077         * modules/printf-posix: New file.
37078         * lib/printf.c: New file.
37079         * m4/printf-posix-rpl.m4: New file.
37080         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
37081         REPLACE_PRINTF.
37082         * lib/stdio_.h (printf): New declaration.
37083         (format, __format__, ____printf____, ____scanf____, ____strftime____,
37084         ____strfmon____): New macros.
37085         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
37086         REPLACE_PRINTF.
37087
37088 2007-03-09  Bruno Haible  <bruno@clisp.org>
37089
37090         * tests/test-vasnprintf-posix2.sh: New file.
37091         * tests/test-vasnprintf-posix2.c: New file.
37092         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
37093         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
37094         (Makefile.am): Activate test-vasnprintf-posix2.sh.
37095
37096         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
37097         a locale dependent decimal point, rather than always '.'.
37098
37099 2007-03-09  Eric Blake  <ebb9@byu.net>
37100
37101         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
37102         spite of platforms like Tandem/NSK that define it to -1.
37103
37104 2007-03-08  Bruno Haible  <bruno@clisp.org>
37105
37106         * modules/vprintf-posix-tests: New file.
37107         * tests/test-vprintf-posix.sh: New file.
37108         * tests/test-vprintf-posix.c: New file.
37109         * tests/test-printf-posix.h: New file.
37110
37111         * modules/vprintf-posix: New file.
37112         * lib/vprintf.c: New file.
37113         * m4/vprintf-posix.m4: New file.
37114         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
37115         REPLACE_VPRINTF.
37116         * lib/stdio_.h (vprintf): New declaration.
37117         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
37118         REPLACE_VPRINTF.
37119
37120 2007-03-08  Bruno Haible  <bruno@clisp.org>
37121
37122         * modules/fprintf-posix-tests: New file.
37123         * tests/test-fprintf-posix.sh: New file.
37124         * tests/test-fprintf-posix.c: New file.
37125
37126         * modules/fprintf-posix: New file.
37127         * lib/fprintf.c: New file.
37128         * m4/fprintf-posix.m4: New file.
37129         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
37130         REPLACE_FPRINTF.
37131         * lib/stdio_.h (fprintf): New declaration.
37132         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
37133         REPLACE_FPRINTF.
37134
37135 2007-03-08  Bruno Haible  <bruno@clisp.org>
37136
37137         * modules/vfprintf-posix-tests: New file.
37138         * tests/test-vfprintf-posix.sh: New file.
37139         * tests/test-vfprintf-posix.c: New file.
37140         * tests/test-fprintf-posix.h: New file.
37141         * tests/test-fprintf-posix.out: New file.
37142
37143         * modules/vfprintf-posix: New file.
37144         * lib/vfprintf.c: New file.
37145         * m4/vfprintf-posix.m4: New file.
37146         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
37147         REPLACE_VFPRINTF.
37148         * lib/stdio_.h (vfprintf): New declaration.
37149         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
37150         REPLACE_VFPRINTF.
37151
37152 2007-03-08  Bruno Haible  <bruno@clisp.org>
37153
37154         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
37155
37156 2007-03-08  Bruno Haible  <bruno@clisp.org>
37157
37158         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
37159         instead of 'expr' invocations.
37160         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37161         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37162         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37163         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
37164         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37165         Suggested by Paul Eggert.
37166
37167 2007-03-08  Bruno Haible  <bruno@clisp.org>
37168
37169         * modules/fseterr-tests: New file.
37170         * tests/test-fseterr.c: New file.
37171
37172         * modules/fseterr: New file.
37173         * lib/fseterr.h: New file.
37174         * lib/fseterr.c: New file.
37175
37176 2007-03-08  Bruno Haible  <bruno@clisp.org>
37177
37178         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
37179         * lib/getopt_.h: Likewise.
37180         * lib/mbswidth.h: Likewise.
37181         * lib/setenv.h: Likewise.
37182         * lib/vasnprintf.h: Likewise.
37183         * lib/vasprintf.h: Likewise.
37184         * lib/verror.h: Likewise.
37185         * lib/xsetenv.h: Likewise.
37186         * lib/xvasprintf.h: Likewise.
37187
37188 2007-03-08  Jim Meyering  <jim@meyering.net>
37189
37190         * users.txt: Add parted.
37191
37192         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
37193
37194 2007-03-07  Bruno Haible  <bruno@clisp.org>
37195
37196         * m4/printf.m4: Make the shell script snippets copy&pastable.
37197
37198 2007-03-02  Bruno Haible  <bruno@clisp.org>
37199
37200         * lib/netinet_in_.h: New file.
37201         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
37202         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
37203         * modules/netinet_in (Files): Add lib/netinet_in_.h.
37204         (Depends-on): Add absolute-header.
37205         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
37206         into netinet/in.h.
37207
37208 2007-03-03  Bruno Haible  <bruno@clisp.org>
37209
37210         * lib/sys_select_.h: New file.
37211         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
37212         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
37213         * modules/sys_select (Files): Add lib/sys_select_.h.
37214         (Depends-on): Add absolute-header.
37215         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
37216         into sys/select.h.
37217
37218 2007-03-02  Bruno Haible  <bruno@clisp.org>
37219
37220         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
37221         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
37222         values.
37223         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
37224         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
37225         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
37226         * modules/sys_socket (Depends-on): Add absolute-header.
37227         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
37228         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
37229         (Include): Remove requirement of inclusion of <sys/types.h>.
37230
37231 2007-03-02  Bruno Haible  <bruno@clisp.org>
37232
37233         * lib/byteswap_.h (bswap_32): Fix formula.
37234
37235 2007-03-06  Bruno Haible  <bruno@clisp.org>
37236
37237         * modules/sprintf-posix-tests: New file.
37238         * tests/test-sprintf-posix.c: New file.
37239
37240         * modules/sprintf-posix: New file.
37241         * lib/sprintf.c: New file.
37242         * m4/sprintf-posix.m4: New file.
37243         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
37244         REPLACE_SPRINTF.
37245         * lib/stdio_.h (sprintf): New declaration.
37246         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
37247         REPLACE_SPRINTF.
37248
37249 2007-03-06  Bruno Haible  <bruno@clisp.org>
37250
37251         * modules/vsprintf-posix-tests: New file.
37252         * tests/test-vsprintf-posix.c: New file.
37253         * tests/test-sprintf-posix.h: New file.
37254
37255         * modules/vsprintf-posix: New file.
37256         * lib/vsprintf.c: New file.
37257         * m4/vsprintf-posix.m4: New file.
37258         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
37259         REPLACE_VSPRINTF.
37260         * lib/stdio_.h (vsprintf): New declaration.
37261         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
37262         REPLACE_VSPRINTF.
37263
37264 2007-03-06  Bruno Haible  <bruno@clisp.org>
37265
37266         * modules/vsnprintf (Depend-on): Remove minmax.
37267
37268 2007-03-06  Bruno Haible  <bruno@clisp.org>
37269
37270         * modules/snprintf-posix-tests: New file.
37271         * tests/test-snprintf-posix.c: New file.
37272
37273         * modules/snprintf-posix: New file.
37274         * m4/snprintf-posix.m4: New file.
37275         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
37276         gl_FUNC_SNPRINTF.
37277         (gl_FUNC_SNPRINTF): Invoke it.
37278         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
37279         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
37280         is set.
37281         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
37282
37283 2007-03-06  Bruno Haible  <bruno@clisp.org>
37284
37285         * modules/vsnprintf-posix-tests: New file.
37286         * tests/test-vsnprintf-posix.c: New file.
37287         * tests/test-snprintf-posix.h: New file.
37288
37289         * modules/vsnprintf-posix: New file.
37290         * m4/vsnprintf-posix.m4: New file.
37291         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
37292         gl_FUNC_VSNPRINTF.
37293         (gl_FUNC_VSNPRINTF): Invoke it.
37294         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
37295         * lib/stdio_.h (vsnprintf): Define as a replacement if
37296         REPLACE_VSNPRINTF is set.
37297         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
37298
37299 2007-03-06  Bruno Haible  <bruno@clisp.org>
37300
37301         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
37302         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
37303
37304 2007-03-06  Bruno Haible  <bruno@clisp.org>
37305
37306         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
37307         (asinl): Declare also if HAVE_DECL_ASINL is set.
37308         (atanl): Declare also if HAVE_DECL_ATANL is set.
37309         (ceill): Declare also if HAVE_DECL_CEILL is set.
37310         (cosl): Declare also if HAVE_DECL_COSL is set.
37311         (expl): Declare also if HAVE_DECL_EXPL is set.
37312         (floorl): Declare also if HAVE_DECL_FLOORL is set.
37313         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
37314         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
37315         (logl): Declare also if HAVE_DECL_LOGL is set.
37316         (sinl): Declare also if HAVE_DECL_SINL is set.
37317         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
37318         (tanl): Declare also if HAVE_DECL_TANL is set.
37319         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
37320         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
37321         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
37322         declaration of frexpl, ldexpl.
37323         * modules/printf-frexpl (Depends-on): Add math.
37324         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
37325
37326 2007-03-05  Bruno Haible  <bruno@clisp.org>
37327
37328         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
37329         frexpl and ldexpl are declared.
37330         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
37331
37332 2007-03-05  Bruno Haible  <bruno@clisp.org>
37333
37334         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
37335         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
37336
37337 2007-03-05  Bruno Haible  <bruno@clisp.org>
37338
37339         * lib/stdio_.h: Include <stddef.h>.
37340
37341 2007-03-05  Bruno Haible  <bruno@clisp.org>
37342
37343         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
37344
37345 2007-03-05  Bruno Haible  <bruno@clisp.org>
37346
37347         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
37348         NetBSD 4, from Ralf Wildenhues.
37349
37350 2007-03-04  Bruno Haible  <bruno@clisp.org>
37351
37352         * lib/vasprintf.h: Update #if logic for the case when the functions
37353         exist but are overridden.
37354
37355 2007-03-04  Bruno Haible  <bruno@clisp.org>
37356
37357         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
37358         implementations: glibc-2.4 and MacOS X 10.3.
37359         * tests/test-vasnprintf-posix.c (test_function): Test also the case
37360         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
37361         * tests/test-vasprintf-posix.c (test_function): Likewise.
37362
37363 2007-03-04  Bruno Haible  <bruno@clisp.org>
37364
37365         * modules/vasprintf-posix-tests: New file.
37366         * tests/test-vasprintf-posix.c: New file.
37367
37368         * modules/vasprintf-posix: New file.
37369         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
37370         defined.
37371         * m4/vasprintf-posix.m4: New file.
37372         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
37373         gl_FUNC_VASPRINTF.
37374         (gl_FUNC_VASPRINTF): Invoke it.
37375         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
37376         here.
37377         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
37378
37379 2007-03-04  Bruno Haible  <bruno@clisp.org>
37380
37381         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
37382         REPLACE_GETTIMEOFDAY.
37383         * modules/sys_time (Makefile.am): Likewise.
37384         * m4/sys_time_h.m4: Likewise.
37385         * m4/gettimeofday.m4: Likewise.
37386
37387 2007-03-04  Bruno Haible  <bruno@clisp.org>
37388
37389         * modules/vasnprintf-posix-tests: New file.
37390         * tests/test-vasnprintf-posix.c: New file.
37391
37392         * modules/vasnprintf-posix: New file.
37393         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
37394         printf-frexpl.h.
37395         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
37396         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
37397         REPLACE_VASNPRINTF is defined.
37398         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
37399         gl_FUNC_VASNPRINTF.
37400         (gl_FUNC_VASNPRINTF): Invoke it.
37401         * m4/vasnprintf-posix.m4: New file.
37402         * m4/printf.m4: New file.
37403
37404 2007-03-04  Bruno Haible  <bruno@clisp.org>
37405
37406         Compile progreloc.c only if --enable-relocatable is specified.
37407         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
37408         if --enable-relocatable was specified.
37409         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
37410         lib_SOURCES.
37411
37412 2007-03-04  Jim Meyering  <jim@meyering.net>
37413
37414         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
37415         Use it consistently, rather than enumerating errno constants.
37416
37417 2007-03-04  Bruno Haible  <bruno@clisp.org>
37418
37419         * modules/xvasprintf-tests: New file.
37420         * tests/test-xvasprintf.c: New file.
37421
37422         * modules/vasprintf-tests: New file.
37423         * tests/test-vasprintf.c: New file.
37424
37425         * modules/vasnprintf-tests: New file.
37426         * tests/test-vasnprintf.c: New file.
37427
37428         * modules/vsnprintf-tests: New file.
37429         * tests/test-vsnprintf.c: New file.
37430
37431         * modules/snprintf-tests: New file.
37432         * tests/test-snprintf.c: New file.
37433
37434 2007-03-04  Bruno Haible  <bruno@clisp.org>
37435
37436         Compile relocatable.c only if --enable-relocatable is specified.
37437         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
37438         gl_RELOCATABLE_LIBRARY.
37439         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
37440         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
37441         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
37442         gl_RELOCATABLE_LIBRARY.
37443         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
37444         (Makefile.am): Remove lib_SOURCES.
37445         * modules/relocatable-lib-lgpl (configure.ac): Invoke
37446         gl_RELOCATABLE_LIBRARY.
37447         (Makefile.am): Remove lib_SOURCES.
37448         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
37449         always.
37450         * modules/relocatable-prog-wrapper (configure.ac): Invoke
37451         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
37452
37453 2007-03-04  Bruno Haible  <bruno@clisp.org>
37454
37455         * modules/argmatch-tests: New file.
37456         * tests/test-argmatch.c: New file.
37457
37458         * tests/test-allocsa.c (main): Halve the number of loop runs.
37459
37460         * modules/alloca-opt-tests: New file.
37461         * tests/test-alloca-opt.c: New file.
37462
37463 2007-03-04  Jim Meyering  <jim@meyering.net>
37464
37465         Work around difference between Linux ACLs and Solaris 10 ZFS.
37466         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
37467         for EINVAL.
37468
37469 2007-03-03  Bruno Haible  <bruno@clisp.org>
37470
37471         * modules/relocatable-prog (Depends-on): Add back progreloc's
37472         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
37473
37474 2007-03-03  Bruno Haible  <bruno@clisp.org>
37475
37476         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
37477         * modules/relocatable-lib: New file.
37478
37479 2007-03-03  Bruno Haible  <bruno@clisp.org>
37480
37481         * modules/relocatable-prog: Renamed from modules/relocatable.
37482         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
37483
37484 2007-03-03  Bruno Haible  <bruno@clisp.org>
37485
37486         * modules/relocatable-script (Files): Add doc/relocatable.texi,
37487         m4/relocatable-lib.m4.
37488         (Depends-on): Remove 'relocatable'.
37489         (configure.ac): Add gl_RELOCATABLE_NOP.
37490
37491 2007-03-03  Bruno Haible  <bruno@clisp.org>
37492
37493         * modules/relocatable-prog-wrapper: New file.
37494         * modules/relocatable (Depends-on): Add it. Remove all other
37495         dependencies except progname.
37496         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
37497
37498         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
37499         (gl_FUNC_STRERROR): Nop.
37500         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
37501
37502         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
37503         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
37504
37505         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
37506         (gl_FUNC_READLINK): Update.
37507
37508         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
37509
37510 2007-03-03  Bruno Haible  <bruno@clisp.org>
37511
37512         * lib/xreadlink.c: Include <unistd.h> unconditionally.
37513         * modules/xreadlink (Depends-on): Add unistd.
37514         * modules/xreadlink-with-size (Depends-on): Likewise.
37515
37516 2007-03-03  Bruno Haible  <bruno@clisp.org>
37517
37518         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
37519         extracted from gt_FUNC_SETENV.
37520         (gt_FUNC_SETENV): Remove macro.
37521         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
37522         remove gt_FUNC_SETENV.
37523
37524 2007-03-03  Bruno Haible  <bruno@clisp.org>
37525
37526         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
37527         ENABLE_RELOCATABLE here.
37528         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
37529
37530 2007-03-03  Bruno Haible  <bruno@clisp.org>
37531
37532         * modules/rbtreehash-list-tests (Depends-on): Add progname.
37533         * tests/test-rbtreehash_list.c: Include progname.h.
37534         (main): Call set_program_name.
37535
37536         * modules/rbtree-oset-tests (Depends-on): Add progname.
37537         * tests/test-rbtree_oset.c: Include progname.h.
37538         (main): Call set_program_name.
37539
37540         * modules/rbtree-list-tests (Depends-on): Add progname.
37541         * tests/test-rbtree_list.c: Include progname.h.
37542         (main): Call set_program_name.
37543
37544         * modules/linked-list-tests (Depends-on): Add progname.
37545         * tests/test-linked_list.c: Include progname.h.
37546         (main): Call set_program_name.
37547
37548 2007-03-03  Bruno Haible  <bruno@clisp.org>
37549
37550         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
37551         All uses of __restrict changed to _Restrict_.
37552         * lib/glob_.h (__restrict): Remove macro.
37553
37554 2007-03-02  Bruno Haible  <bruno@clisp.org>
37555
37556         * modules/gettext (configure.ac): Require gettext infrastructure
37557         from version 0.16.1.
37558
37559 2007-03-02  Bruno Haible  <bruno@clisp.org>
37560
37561         * modules/linkedhash-list-tests (Depends-on): Add progname.
37562         * tests/test-linkedhash_list.c: Include progname.h.
37563         (main): Call set_program_name.
37564
37565         * modules/carray-list-tests (Depends-on): Add progname.
37566         * tests/test-carray_list.c: Include progname.h.
37567         (main): Call set_program_name.
37568
37569         * modules/avltreehash-list-tests (Depends-on): Add progname.
37570         * tests/test-avltreehash_list.c: Include progname.h.
37571         (main): Call set_program_name.
37572
37573         * modules/avltree-oset-tests (Depends-on): Add progname.
37574         * tests/test-avltree_oset.c: Include progname.h.
37575         (main): Call set_program_name.
37576
37577         * modules/avltree-list-tests (Depends-on): Add progname.
37578         * tests/test-avltree_list.c: Include progname.h.
37579         (main): Call set_program_name.
37580
37581         * modules/array-oset-tests (Depends-on): Add progname.
37582         * tests/test-array_oset.c: Include progname.h.
37583         (main): Call set_program_name.
37584
37585         * modules/array-list-tests (Depends-on): Add progname.
37586         * tests/test-array_list.c: Include progname.h.
37587         (main): Call set_program_name.
37588
37589         * modules/argp-tests (Depends-on): Add progname.
37590         * tests/test-argp.c: Include argp.h first. Include progname.h.
37591         (main): Call set_program_name.
37592
37593 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
37594
37595         * doc/gnulib-tool.texi (Initial import): Reword description of
37596         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
37597         limited effect even if defined after the first system include.
37598
37599 2007-03-01  Bruno Haible  <bruno@clisp.org>
37600
37601         * build-aux/config.libpath: Update to libtool-1.5.22.
37602         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
37603
37604 2007-03-01  Bruno Haible  <bruno@clisp.org>
37605
37606         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
37607         foo_CFLAGS.
37608         Reported by Ralf Wildenhues.
37609
37610 2007-03-01  Bruno Haible  <bruno@clisp.org>
37611
37612         * build-aux/install-reloc: Remove object files left over by some
37613         compilers.
37614         Reported by Ralf Wildenhues.
37615
37616 2007-03-01  Bruno Haible  <bruno@clisp.org>
37617
37618         * build-aux/install-reloc: Break long lines.
37619
37620 2007-03-01  Bruno Haible  <bruno@clisp.org>
37621
37622         * doc/relocatable.texi: Document that it may not work on OpenBSD.
37623         Reported by Ralf Wildenhues.
37624
37625 2007-03-01  Bruno Haible  <bruno@clisp.org>
37626
37627         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
37628         include ordering constraints.
37629
37630 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
37631
37632         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
37633         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
37634         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
37635         as another example.
37636         * lib/time_.h: Fix misspelling.
37637         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
37638         Require gl_HEADER_TIME_H_DEFAULTS.
37639         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
37640         * m4/time_r.m4 (gl_TIME_R): Likewise.
37641         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
37642
37643 2007-03-01  Bruno Haible  <bruno@clisp.org>
37644
37645         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
37646         * m4/utimens.m4 (gl_UTIMENS): Likewise.
37647
37648 2007-03-01  Jim Meyering  <jim@meyering.net>
37649
37650         * modules/xreadlink (Maintainer): Add my name.
37651         * modules/xreadlink-with-size (Depends-on): Alphabetize.
37652
37653 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
37654             Bruno Haible  <bruno@clisp.org>
37655
37656         * build-aux/install-reloc: Compile also c-ctype.c.
37657         * build-aux/relocatable.sh.in: New file.
37658         * doc/relocatable.texi: New file.
37659         * doc/relocatable-maint.texi: New file.
37660         * doc/gnulib.texi: Include relocatable-maint.texi.
37661         * lib/progreloc.c: Include unistd.h unconditionally.
37662         * lib/relocwrapper.c: Include unistd.h unconditionally.
37663         Include c-ctype.h.
37664         (add_dotbin): Use c_tolower.
37665         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
37666         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
37667         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
37668         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
37669         to m4/relocatable-lib.m4.
37670         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
37671         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
37672         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
37673         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
37674         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
37675         * modules/relocatable: New file.
37676         * modules/relocatable-lib: New file.
37677         * modules/relocatable-script: New file.
37678
37679 2007-02-28  Bruno Haible  <bruno@clisp.org>
37680
37681         Import --enable-relocatable infrastructure.
37682         * build-aux/config.libpath: New file, from GNU gettext.
37683         * build-aux/install-reloc: New file, from GNU gettext.
37684         * build-aux/reloc-ldflags: New file, from GNU gettext.
37685         * lib/relocatable.h: New file, from GNU gettext.
37686         * lib/relocatable.c: New file, from GNU gettext.
37687         * lib/relocwrapper.c: New file, from GNU gettext.
37688         * m4/relocatable.m4: New file, from GNU gettext.
37689
37690 2007-02-28  Bruno Haible  <bruno@clisp.org>
37691
37692         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
37693
37694         * modules/xreadlink: New file, from GNU gettext with modifications.
37695         * lib/xreadlink.c: New file, from GNU gettext.
37696         * lib/xreadlink.h: Add comments.
37697         (xreadlink): New declaration.
37698
37699         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
37700         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
37701         lib/xreadlink-with-size.c.
37702         (configure.ac): Remove gl_XREADLINK invocation.
37703         (Makefile.am): Augment lib_SOURCES.
37704         * m4/xreadlink.m4: Remove file.
37705         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
37706         (xreadlink_with_size): Renamed from xreadink.
37707         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
37708         * modules/canonicalize (Depends-on): Replace xreadlink with
37709         xreadlink-with-size.
37710         * lib/canonicalize.c (canonicalize_filename_mode): Update.
37711
37712 2007-02-25  Jim Meyering  <jim@meyering.net>
37713
37714         * build-aux/announce-gen: When complaining about excess arguments,
37715         list them.
37716
37717 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
37718
37719         * README: Document signed integer overflow situation more
37720         accurately.
37721
37722 2007-02-25  Bruno Haible  <bruno@clisp.org>
37723
37724         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
37725         'a' or 'A' conversion.
37726
37727 2007-02-25  Bruno Haible  <bruno@clisp.org>
37728
37729         * modules/filename: Renamed from modules/pathname.
37730         (Files): Replace lib/pathname.h with lib/filename.h. Replace
37731         lib/concatpath.c with lib/concat-filename.c.
37732         (Makefile.am): Update.
37733         (Include): Replace pathname.h with filename.h.
37734         * lib/filename.h: Renamed from lib/pathname.h.
37735         (concatenated_filename): Renamed from concatenated_pathname.
37736         * lib/concat-filename.c: Renamed from lib/concatpath.c.
37737         (concatenated_filename): Renamed from concatenated_pathname.
37738         * lib/findprog.c: Include filename.h instead of pathname.h.
37739         (find_in_path): Update.
37740         * lib/javacomp.c: Include filename.h instead of pathname.h.
37741         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
37742         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
37743         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
37744         is_oldgcj_14_13_usable, is_javac_usable): Update.
37745         * lib/javaexec.c: Include filename.h instead of pathname.h.
37746         (execute_java_class): Update.
37747         * modules/findprog: Update.
37748         * modules/javacomp: Update.
37749         * modules/javaexec: Update.
37750         * MODULES.html.sh (File system functions): Add 'filename', remove
37751         'pathname'.
37752
37753 2007-02-25  Bruno Haible  <bruno@clisp.org>
37754
37755         * modules/printf-frexpl-tests: New file.
37756         * tests/test-printf-frexpl.c: New file.
37757
37758         * modules/printf-frexpl: New file.
37759         * lib/printf-frexpl.h: New file.
37760         * lib/printf-frexpl.c: New file.
37761         * m4/printf-frexpl.m4: New file.
37762
37763 2007-02-25  Bruno Haible  <bruno@clisp.org>
37764
37765         * modules/printf-frexp-tests: New file.
37766         * tests/test-printf-frexp.c: New file.
37767
37768         * modules/printf-frexp: New file.
37769         * lib/printf-frexp.h: New file.
37770         * lib/printf-frexp.c: New file.
37771         * m4/printf-frexp.m4: New file.
37772
37773 2007-02-25  Bruno Haible  <bruno@clisp.org>
37774
37775         Assume automake >= 1.10 for the tests.
37776         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
37777         * modules/arctwo-tests: Likewise.
37778         * modules/argp-tests: Likewise.
37779         * modules/avltree-list-tests: Likewise.
37780         * modules/avltree-oset-tests: Likewise.
37781         * modules/avltreehash-list-tests: Likewise.
37782         * modules/carray-list-tests: Likewise.
37783         * modules/crc-tests: Likewise.
37784         * modules/des-tests: Likewise.
37785         * modules/gc-arcfour-tests: Likewise.
37786         * modules/gc-arctwo-tests: Likewise.
37787         * modules/gc-des-tests: Likewise.
37788         * modules/gc-hmac-md5-tests: Likewise.
37789         * modules/gc-hmac-sha1-tests: Likewise.
37790         * modules/gc-md2-tests: Likewise.
37791         * modules/gc-md4-tests: Likewise.
37792         * modules/gc-md5-tests: Likewise.
37793         * modules/gc-pbkdf2-sha1-tests: Likewise.
37794         * modules/gc-rijndael-tests: Likewise.
37795         * modules/gc-sha1-tests: Likewise.
37796         * modules/gc-tests: Likewise.
37797         * modules/getaddrinfo-tests: Likewise.
37798         * modules/hmac-md5-tests: Likewise.
37799         * modules/hmac-sha1-tests: Likewise.
37800         * modules/linked-list-tests: Likewise.
37801         * modules/linkedhash-list-tests: Likewise.
37802         * modules/lock-tests: Likewise.
37803         * modules/md2-tests: Likewise.
37804         * modules/md4-tests: Likewise.
37805         * modules/md5-tests: Likewise.
37806         * modules/rbtree-list-tests: Likewise.
37807         * modules/rbtree-oset-tests: Likewise.
37808         * modules/rbtreehash-list-tests: Likewise.
37809         * modules/read-file-tests: Likewise.
37810         * modules/rijndael-tests: Likewise.
37811         * modules/stdint-tests: Likewise.
37812         * modules/tls-tests: Likewise.
37813
37814 2007-02-24  Bruno Haible  <bruno@clisp.org>
37815
37816         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
37817         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
37818         function; instead check whether isnan with a double argument links.
37819         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
37820         function; instead check whether isnan with a 'long double' argument
37821         links.
37822         Reported by Eric Blake <ebb9@byu.net>.
37823
37824 2007-02-24  Bruno Haible  <bruno@clisp.org>
37825
37826         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
37827         defined.
37828         * lib/isnanl.c: Remove all code. Just include isnan.c.
37829         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
37830
37831 2007-02-25  Jim Meyering  <jim@meyering.net>
37832
37833         Avoid conflicting types for 'unsetenv' on FreeBSD.
37834         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
37835         conflicting with FreeBSD's (5.0 and 6.1) function declaration
37836         in stdlib.h.
37837
37838 2007-02-24  Bruno Haible  <bruno@clisp.org>
37839
37840         * modules/isnanl-nolibm-tests: New file.
37841         * tests/test-isnanl.c: New file.
37842
37843         * modules/isnanl-nolibm: New file.
37844         * lib/isnanl.h: New file.
37845         * lib/isnanl.c: New file.
37846         * m4/isnanl.m4: New file.
37847
37848 2007-02-24  Bruno Haible  <bruno@clisp.org>
37849
37850         * modules/isnan-nolibm-tests: New file.
37851         * tests/test-isnan.c: New file.
37852
37853         * modules/isnan-nolibm: New file.
37854         * lib/isnan.h: New file.
37855         * lib/isnan.c: New file.
37856         * m4/isnan.m4: New file.
37857
37858 2007-02-24  Bruno Haible  <bruno@clisp.org>
37859
37860         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
37861         assume that an exponent fits in 20 bits.
37862
37863 2007-02-24  Jim Meyering  <jim@meyering.net>
37864
37865         * m4/regex.m4: Update the description of the configure-time option,
37866         --without-included-regex, to state accurately what the defaults are,
37867         and perhaps to give people an idea why using this option is risky.
37868
37869 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
37870
37871         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
37872         loops on small arguments.  This attempts to avoid the problem
37873         Bruno Haible reported for AIX 4.3.2 in
37874         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
37875
37876 2007-02-23  Bruno Haible  <bruno@clisp.org>
37877
37878         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
37879         Needed for help2man.
37880
37881 2007-02-23  Karl Berry  <karl@gnu.org>
37882
37883         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
37884         exists, foo.h should be cvs-ignored, not committed.
37885
37886 2007-02-23  Eric Blake  <ebb9@byu.net>
37887
37888         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
37889         * lib/stat-time.h (includes): Likewise.
37890         * lib/utimecmp.c (includes): Likewise.
37891         * lib/utimens.h (includes): Likewise.
37892         * lib/getdate.y (includes): Also include "timespec.h" for use
37893         internal to the module.
37894         * modules/utimens (Depends-on): Revert yesterday's patch.
37895         * modules/nanosleep (Depends-on): Add missing dependency.
37896
37897 2007-02-22  Bruno Haible  <bruno@clisp.org>
37898
37899         * lib/glob.c: Don't include getlogin_r.h.
37900
37901 2007-02-22  Jim Meyering  <jim@meyering.net>
37902
37903         * modules/utimens (Depends-on): Add timespec, required for
37904         utimens.h's inclusion of timespec.h.
37905
37906 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
37907
37908         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
37909         long unreadable paths in GNU/Linux.  Problem reported by Andreas
37910         Schwab in
37911         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
37912         I'll try to think of a better way to fix the Solaris problem.
37913
37914         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
37915         like glibc; on Solaris 10, it fails with errno == EINVAL.
37916         POSIX says the behavior is unspecified if the first argument is NULL,
37917         so play it safe and never pass NULL to the system getcwd.
37918
37919 2007-02-21  Jim Meyering  <jim@meyering.net>
37920
37921         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
37922         of gettimeofday.  It would conflict with the one now always
37923         provided via sys_time_.h.  Reported by Matthew Woehlke, as
37924         an IRIX 6.5 build failure.
37925
37926 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
37927
37928         Minor fixups to port to Solaris 10 with Sun C 5.8.
37929         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
37930         * modules/getcwd (Depends-on): Add dirfd.
37931         * lib/putenv.c (putenv): #undef it.
37932         (rpl_putenv): New decl.
37933         (malloc, free): Include <stdlib.h> rather than prototyping separately.
37934
37935 2007-02-20  Bruno Haible  <bruno@clisp.org>
37936
37937         * modules/stdio-tests: New file.
37938         * tests/test-stdio.c: New file.
37939
37940         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
37941         (Depends-on): Add stdio.
37942         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37943         (Include): Use <stdio.h> instead of vsnprintf.h.
37944         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37945         HAVE_DECL_VSNPRINTF.
37946         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
37947
37948         * modules/snprintf (Files): Remove lib/snprintf.h.
37949         (Depends-on): Add stdio.
37950         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
37951         (Include): Use <stdio.h> instead of snprintf.h.
37952         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
37953         HAVE_DECL_SNPRINTF.
37954         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
37955         * lib/getaddrinfo.c: Likewise.
37956
37957         * modules/stdio: New file.
37958         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
37959         * lib/snprintf.h: Remove file.
37960         * lib/vsnprintf.h: Remove file.
37961         * lib/.cppi-disable: Remove snprintf.h.
37962         * m4/stdio_h.m4: New file.
37963         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
37964
37965 2007-02-20  Jim Meyering  <jim@meyering.net>
37966
37967         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
37968         used by e.g., mingw.  From Bruno Haible.
37969
37970 2007-02-19  Bruno Haible  <bruno@clisp.org>
37971
37972         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
37973         warnings.
37974         Reported by Ben Pfaff <blp@cs.stanford.edu>.
37975
37976 2007-02-19  Bruno Haible  <bruno@clisp.org>
37977
37978         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
37979         from mingw users.
37980
37981 2007-02-19  Bruno Haible  <bruno@clisp.org>
37982
37983         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
37984         warnings.
37985         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
37986
37987 2007-02-19  Jim Meyering  <jim@meyering.net>
37988
37989         Don't use FD after a successful "fdopendir (fd)".
37990         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
37991         Reset it by calling dirfd on the just-obtained DIR*.
37992
37993         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
37994         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
37995
37996 2007-02-18  Bruno Haible  <bruno@clisp.org>
37997
37998         * lib/readlink.c: Include <unistd.h>.
37999         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
38000         HAVE_READLINK.
38001         * modules/readlink (Depends-on): Add unistd.
38002         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38003         (Include): Add <unistd.h>.
38004
38005         * lib/getlogin_r.h: Remove file.
38006         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
38007         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
38008         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
38009         HAVE_DECL_GETLOGIN_R.
38010         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
38011         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38012         (Include): Use <unistd.h> instead of getlogin_r.h.
38013
38014         * lib/getcwd.h: Remove file.
38015         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
38016         * lib/xgetcwd.c: Likewise.
38017         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
38018         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
38019         * modules/getcwd (Files): Remove lib/getcwd.h.
38020         (Depends-on): Add unistd.
38021         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38022         (Include): Use <unistd.h> instad of getcwd.h.
38023
38024         * lib/ftruncate.c: Include <unistd.h> first.
38025         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
38026         Set HAVE_FTRUNCATE.
38027         * modules/ftruncate (Depends-on): Add unistd.
38028         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38029
38030         * lib/fchdir.c: Include <unistd.h> first.
38031         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
38032         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
38033         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
38034         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38035         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
38036
38037         * lib/dup2.c: Include <unistd.h> first.
38038         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
38039         HAVE_DUP2.
38040         * modules/dup2 (Depends-on): Add unistd.
38041         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38042
38043         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
38044         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
38045         REPLACE_CHOWN. Don't define chown as a macro here.
38046         * modules/chown (Depends-on): Add unistd.
38047         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
38048
38049         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
38050         Add definition for GL_LINK_WARNING.
38051         (chown, dup2): New declarations.
38052         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
38053         link warning.
38054         (ftruncate): New declaration.
38055         (getcwd): New declaration, taken from old getcwd.h.
38056         (getlogin_r): New declaration, taken from old getlogin_r.h.
38057         (readlink): New declaration.
38058         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
38059         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
38060         (gl_PREREQ_UNISTD): Remove macro.
38061         (gl_UNISTD_MODULE_INDICATOR): New macro.
38062         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
38063         many new variables. Don't set UNISTD_H.
38064         * modules/unistd (Description): Change.
38065         (Depends-on): Add link-warning.
38066         (configure.ac): Update.
38067         (Makefile.am): Create unistd.h always. Substitute many new variables
38068         into it.
38069
38070 2007-02-18  Bruno Haible  <bruno@clisp.org>
38071
38072         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
38073         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
38074         HAVE_GETSUBOPT.
38075         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
38076         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
38077         * lib/getsubopt.h: Remove file.
38078         * modules/getsubopt (Files): Remove lib/getsubopt.h.
38079         (Depends-on): Add stdlib.
38080         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38081         (Includes): Use <stdlib.h> instead of getsubopt.h.
38082         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
38083         Set HAVE_GETSUBOPT.
38084         * lib/getsubopt.c: Don't include getsubopt.h.
38085
38086 2007-02-18  Bruno Haible  <bruno@clisp.org>
38087
38088         * modules/fchdir (Depends-on): Add dup2.
38089
38090 2007-02-18  Bruno Haible  <bruno@clisp.org>
38091
38092         * lib/stdlib_.h: Handle glibc's special invocation convention
38093         specially.
38094
38095 2007-02-18  Bruno Haible  <bruno@clisp.org>
38096
38097         * modules/stdlib-tests: New file.
38098         * tests/test-stdlib.c: New file.
38099
38100         * modules/mkstemp (Files): Remove lib/mkstemp.h.
38101         (Depends-on): Add stdlib.
38102         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38103         (Includes): Use <stdlib.h> instead of mkstemp.h.
38104         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38105         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
38106         * lib/mkstemp.c: Don't include mkstemp.h.
38107         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
38108         * lib/stdlib--.h: Don't include mkstemp.h.
38109
38110         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
38111         (Depends-on): Add stdlib.
38112         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
38113         (Includes): Use <stdlib.h> instead of mkdtemp.h.
38114         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
38115         HAVE_MKDTEMP.
38116         * lib/mkdtemp.c: Don't include mkdtemp.h.
38117         * lib/clean-temp.c: Don't include mkdtemp.h.
38118
38119         * modules/exit (Files): Remove lib/exit.h.
38120         (Depends-on): Add stdlib.
38121         (Makefile.am): Remove lib_SOURCES.
38122         (Include): Use <stdlib.h> instead of exit.h.
38123         * lib/argmatch.c: Don't include exit.h.
38124         * lib/execute.c: Likewise.
38125         * lib/pagealign_alloc.c: Likewise.
38126         * lib/pipe.c: Likewise.
38127         * lib/wait-process.c: Likewise.
38128         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
38129         * lib/exitfail.c: Likewise.
38130         * lib/savewd.c: Likewise.
38131         * lib/xsetenv.c: Likewise.
38132
38133         * modules/stdlib: New file.
38134         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
38135         and extra comments about mkstemp().
38136         * lib/exit.h: Remove file.
38137         * lib/mkdtemp.h: Remove file.
38138         * lib/mkstemp.h: Remove file.
38139         * m4/stdlib_h.m4: New file.
38140         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
38141
38142 2007-02-18  Bruno Haible  <bruno@clisp.org>
38143
38144         * modules/math-tests: New file.
38145         * tests/test-math.c: New file.
38146
38147         * modules/math: New file.
38148         * modules/mathl (Files): Remove lib/mathl.h.
38149         (Depends-on): Add math.
38150         (Makefile.am): Don't mention mathl.h.
38151         (Include): Use <math.h> instead of mathl.h.
38152         * lib/math_.h: New file.
38153         * lib/mathl.h: Remove file.
38154         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
38155         mathl.h.
38156         * lib/asinl.c: Likewise.
38157         * lib/atanl.c: Likewise.
38158         * lib/ceill.c: Likewise.
38159         * lib/cosl.c: Likewise.
38160         * lib/expl.c: Likewise.
38161         * lib/floorl.c: Likewise.
38162         * lib/frexpl.c: Likewise.
38163         * lib/ldexpl.c: Likewise.
38164         * lib/logl.c: Likewise.
38165         * lib/sincosl.c: Likewise.
38166         * lib/sinl.c: Likewise.
38167         * lib/sqrtl.c: Likewise.
38168         * lib/tanl.c: Likewise.
38169         * lib/trigl.c: Likewise.
38170         * m4/math_h.m4: New file.
38171         * MODULES.html.sh (Mathematics): Add math.
38172
38173 2007-02-17  Bruno Haible  <bruno@clisp.org>
38174
38175         * modules/wctype-tests: New file.
38176         * tests/test-wctype.c: New file.
38177
38178         * modules/wchar-tests: New file.
38179         * tests/test-wchar.c: New file.
38180
38181         * modules/unistd-tests: New file.
38182         * tests/test-unistd.c: New file.
38183
38184         * modules/time-tests: New file.
38185         * tests/test-time.c: New file.
38186
38187         * modules/sysexits-tests: New file.
38188         * tests/test-sysexits.c: New file.
38189
38190         * modules/sys_time-tests: New file.
38191         * tests/test-sys_time.c: New file.
38192
38193         * modules/sys_stat-tests: New file.
38194         * tests/test-sys_stat.c: New file.
38195
38196         * modules/sys_socket-tests: New file.
38197         * tests/test-sys_socket.c: New file.
38198
38199         * modules/sys_select-tests: New file.
38200         * tests/test-sys_select.c: New file.
38201
38202         * modules/string-tests: New file.
38203         * tests/test-string.c: New file.
38204
38205         * modules/stdbool-tests: New file.
38206         * tests/test-stdbool.c: New file.
38207
38208         * modules/netinet_in-tests: New file.
38209         * tests/test-netinet_in.c: New file.
38210
38211         * modules/inttypes-tests: New file.
38212         * tests/test-inttypes.c: New file.
38213
38214         * modules/fcntl-tests: New file.
38215         * tests/test-fcntl.c: New file.
38216
38217         * modules/byteswap-tests: New file.
38218         * tests/test-byteswap.c: New file.
38219
38220         * modules/arpa_inet-tests: New file.
38221         * tests/test-arpa_inet.c: New file.
38222
38223 2007-02-17  Bruno Haible  <bruno@clisp.org>
38224
38225         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
38226         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
38227         if the corresponding module is not enabled. Emit link warnings if
38228         the function is used nevertheless.
38229         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
38230         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
38231         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
38232         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
38233         * modules/inttypes (Depends-on): Add link-warning.
38234         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38235         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
38236         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
38237         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
38238         * modules/imaxdiv (configure.ac): Likewise.
38239         * modules/strtoimax (configure.ac): Likewise.
38240         * modules/strtoumax (configure.ac): Likewise.
38241
38242 2007-02-17  Bruno Haible  <bruno@clisp.org>
38243
38244         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
38245         gl_STRING_MODULE_INDICATOR_DEFAULTS.
38246         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
38247         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
38248
38249 2007-02-17  Bruno Haible  <bruno@clisp.org>
38250
38251         * modules/link-warning: New file.
38252         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
38253         * lib/string_.h (GL_LINK_WARNING): Remove definition.
38254         * modules/string (Depends-on): Add link-warning.
38255         (Makefile.am): Copy the contents of build-aux/link-warning.h into
38256         string.h.
38257         * MODULES.html.sh (Support for building libraries and executables): Add
38258         link-warning.
38259
38260 2007-02-17  Bruno Haible  <bruno@clisp.org>
38261
38262         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
38263         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
38264         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
38265         long lines.
38266
38267 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
38268             Bruno Haible  <bruno@clisp.org>
38269
38270         * modules/tmpfile: New file.
38271         * lib/tmpfile.c: New file.
38272         * m4/tmpfile.m4: New file.
38273         * MODULES.html.sh (func_all_modules): New section "Input/output".
38274
38275 2007-02-15  Bruno Haible  <bruno@clisp.org>
38276
38277         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
38278         (supports_delete_on_close): New function.
38279         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
38280
38281 2007-02-14  Bruno Haible  <bruno@clisp.org>
38282
38283         * modules/mbspcasecmp-tests: New file.
38284         * tests/test-mbspcasecmp.sh: New file.
38285         * tests/test-mbspcasecmp.c: New file.
38286
38287         New module mbspcasecmp.
38288         * modules/mbspcasecmp: New file.
38289         * lib/mbspcasecmp.c: New file.
38290         * lib/string_.h (strncasecmp): Change warning message.
38291         (mbspcasecmp): New declaration.
38292         * m4/mbspcasecmp.m4: New file.
38293         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38294         GNULIB_MBSPCASECMP.
38295         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
38296         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
38297
38298 2007-02-14  Bruno Haible  <bruno@clisp.org>
38299
38300         * modules/mbsncasecmp-tests: New file.
38301         * tests/test-mbsncasecmp.sh: New file.
38302         * tests/test-mbsncasecmp.c: New file.
38303
38304         New module mbsncasecmp.
38305         * modules/mbsncasecmp: New file.
38306         * lib/mbsncasecmp.c: New file.
38307         * lib/string_.h (mbsncasecmp): New declaration.
38308         * m4/mbsncasecmp.m4: New file.
38309         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38310         GNULIB_MBSNCASECMP.
38311         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
38312         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
38313
38314 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
38315
38316         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
38317         Verify that it doesn't overlap with our flags.
38318         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
38319         do not have the desired effect in multibyte locales; instead, use
38320         mbscasecmp.
38321         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
38322         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
38323         we don't require GNU fnmatch ourselves (if our users require it, they
38324         should do so explicitly).
38325
38326         Fix regex code so it doesn't rely on strcasecmp.
38327         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
38328         Otherwise, include gnulib's langinfo.h.
38329         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
38330         undesirable behavior in non-C locales.  Instead, rely on localecharset.
38331         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
38332         * modules/regex (FILES): Remove m4/codeset.m4.
38333         (Depends-on): Add localcharset.  Remove strcase.
38334
38335 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
38336
38337         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
38338         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
38339
38340 2007-02-13  Bruno Haible  <bruno@clisp.org>
38341
38342         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
38343         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38344
38345 2007-02-12  Bruno Haible  <bruno@clisp.org>
38346
38347         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38348         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
38349         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
38350         time warning rather than a link error.
38351
38352 2007-02-12  Bruno Haible  <bruno@clisp.org>
38353
38354         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
38355         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
38356         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
38357
38358 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38359
38360         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
38361         args, not 2.
38362
38363 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
38364
38365         New module 'time', so that apps can include <time.h> as per
38366         POSIX and GNU instead of separate include files like time_r.h
38367         and timegm.h.  This implementation tries out a simpler approach
38368         for replacing decls in standard include files (as compared to
38369         the string module), somewhat as an experiment.
38370
38371         * config/srclist.txt: Comment out mktime.c for now.
38372         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
38373         since it doesn't apply any more.  Use generic wording instead.
38374         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
38375         'time'.
38376         * lib/time_.h, m4/time_h.m4, modules/time: New files.
38377         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
38378         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
38379         Don't include <sys/types.h>; no longer needed since we assume C89.
38380         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
38381         * lib/strftime.c: Likewise.
38382         * lib/time_r.c: Likewise.
38383         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
38384         * lib/nanosleep.c: Include <time.h> first, to check interface.
38385         * lib/strptime.c: Likewise.
38386         * lib/time_r.c: Likewise.
38387         * lib/timegm.c: Likewise.
38388         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
38389         needed.
38390         * lib/timegm.c: Don't include timegm.h; no longer needed.
38391         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
38392         time.h now handles any problems in that area.
38393         (struct timespec, nanosleep): Remove; time.h now arranges for these.
38394         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
38395         that time.h defines struct timespec.
38396         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
38397         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
38398         handles that.
38399         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
38400         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
38401         needed.  Set REPLACE_LOCALTIME.
38402         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
38403         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
38404         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
38405         nanosleep; time_h.m4 now does that.  Don't require
38406         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
38407         module handles this now.
38408         * modules/getdate (Depends-on): Remove timespec.  Add time.
38409         * modules/nanosleep (Depends-on): Likewise.
38410         * modules/stat-time (Depends-on): Likewise.
38411         * modules/nanosleep (Include): Include time.h, not timespec.h.
38412         * modules/strptime (Files): Remove lib/strptime.h.
38413         (Depends-on): Add extensions, time.
38414         (Include): Include time.h, not strptime.h.
38415         * modules/time_r (Files): Remove lib/time_r.h.
38416         (Depends-on): Add time.
38417         (Include): Include time.h, not time_r.h.
38418         * modules/timegm: Likewise.
38419         * modules/timespec (Description): Now does timespec-related decls
38420         of our own, instead of struct timespec itself.
38421         (Depends-on): Add time; remove extensions.
38422         (Maintainer): Add self.
38423         * modules/utimecmp (Depends-on): Add time; remove timespec.
38424         * modules/utimens (Depends-on): Likewise.
38425         * modules/xnanosleep (Depends-on): Likewise.
38426
38427 2007-02-11  Bruno Haible  <bruno@clisp.org>
38428
38429         * lib/c-strstr.c: Include allocsa.h.
38430         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38431         * lib/c-strcasestr.c: Include allocsa.h.
38432         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38433         * lib/strcasestr.c: Include allocsa.h.
38434         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
38435         * lib/mbsstr.c: Include allocsa.h.
38436         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38437         allocsa/freesa instead of malloc/free.
38438         * lib/mbscasestr.c: Include allocsa.h.
38439         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
38440         allocsa/freesa instead of malloc/free.
38441         * modules/c-strstr (Depends-on): Add allocsa.
38442         * modules/c-strcasestr (Depends-on): Likewise.
38443         * modules/strcasestr (Depends-on): Likewise.
38444         * modules/mbsstr (Depends-on): Likewise.
38445         * modules/mbscasestr (Depends-on): Likewise.
38446
38447 2007-02-11  Bruno Haible  <bruno@clisp.org>
38448
38449         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
38450
38451         * modules/mbsspn-tests: New file.
38452         * tests/test-mbsspn.sh: New file.
38453         * tests/test-mbsspn.c: New file.
38454
38455 2007-02-11  Bruno Haible  <bruno@clisp.org>
38456
38457         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
38458
38459         * modules/mbspbrk-tests: New file.
38460         * tests/test-mbspbrk.sh: New file.
38461         * tests/test-mbspbrk.c: New file.
38462
38463 2007-02-11  Bruno Haible  <bruno@clisp.org>
38464
38465         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
38466         unneeded cast.
38467
38468         * modules/mbscspn-tests: New file.
38469         * tests/test-mbscspn.sh: New file.
38470         * tests/test-mbscspn.c: New file.
38471
38472 2007-02-11  Bruno Haible  <bruno@clisp.org>
38473
38474         * modules/mbscasecmp-tests: New file.
38475         * tests/test-mbscasecmp.sh: New file.
38476         * tests/test-mbscasecmp.c: New file.
38477
38478 2007-02-11  Bruno Haible  <bruno@clisp.org>
38479
38480         Ensure O(n) worst-case complexity of mbscasestr.
38481         * lib/mbscasestr.c: Include stdbool.h.
38482         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38483         functions.
38484         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
38485         the bookkeeping indicates that it's worth it.
38486         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
38487
38488         * modules/mbscasestr-tests: New file.
38489         * tests/test-mbscasestr1.c: New file.
38490         * tests/test-mbscasestr2.sh: New file.
38491         * tests/test-mbscasestr2.c: New file.
38492         * tests/test-mbscasestr3.sh: New file.
38493         * tests/test-mbscasestr3.c: New file.
38494         * tests/test-mbscasestr4.sh: New file.
38495         * tests/test-mbscasestr4.c: New file.
38496         * m4/locale-tr.m4: New file.
38497
38498 2007-02-11  Bruno Haible  <bruno@clisp.org>
38499
38500         Ensure O(n) worst-case complexity of mbsstr.
38501         * lib/mbsstr.c: Include stdbool.h.
38502         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
38503         functions.
38504         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
38505         bookkeeping indicates that it's worth it.
38506         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
38507
38508         * modules/mbsstr-tests: New file.
38509         * tests/test-mbsstr1.c: New file.
38510         * tests/test-mbsstr2.sh: New file.
38511         * tests/test-mbsstr2.c: New file.
38512         * tests/test-mbsstr3.sh: New file.
38513         * tests/test-mbsstr3.c: New file.
38514         * m4/locale-fr.m4: New file.
38515
38516 2007-02-11  Bruno Haible  <bruno@clisp.org>
38517
38518         * lib/mbsrchr.c (mbsrchr): Fix bug.
38519
38520         * modules/mbsrchr-tests: New file.
38521         * tests/test-mbsrchr.sh: New file.
38522         * tests/test-mbsrchr.c: New file.
38523
38524 2007-02-11  Bruno Haible  <bruno@clisp.org>
38525
38526         * lib/mbschr.c (mbschr): Fix bug.
38527
38528         * modules/mbschr-tests: New file.
38529         * tests/test-mbschr.sh: New file.
38530         * tests/test-mbschr.c: New file.
38531         * m4/locale-zh.m4: New file.
38532
38533 2007-02-11  Bruno Haible  <bruno@clisp.org>
38534
38535         Support for copying multibyte string iterators.
38536         * lib/mbiter.h: Include <string.h>.
38537         (mbiter_multi_copy): New function.
38538         (mbi_copy): New macro.
38539         * lib/mbuiter.h: Include <string.h>.
38540         (mbuiter_multi_copy): New function.
38541         (mbui_copy): New macro.
38542
38543 2007-02-11  Bruno Haible  <bruno@clisp.org>
38544
38545         New module mbslen.
38546         * modules/mbslen: New file.
38547         * lib/mbslen.c: New file.
38548         * lib/string_.h (mbslen): New declaration.
38549         * m4/mbslen.m4: New file.
38550         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38551         GNULIB_MBSLEN.
38552         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
38553         * MODULES.html.sh (Internationalization functions): Add mbslen.
38554
38555 2007-02-11  Bruno Haible  <bruno@clisp.org>
38556
38557         Ensure O(n) worst-case complexity of strcasestr substitute.
38558         * lib/strcasestr.c: Include stdbool.h.
38559         (knuth_morris_pratt): New function.
38560         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38561         bookkeeping indicates that it's worth it.
38562         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
38563
38564         * modules/strcasestr-tests: New file.
38565         * tests/test-strcasestr.c: New file.
38566
38567 2007-02-11  Bruno Haible  <bruno@clisp.org>
38568
38569         Ensure O(n) worst-case complexity of c_strcasestr.
38570         * lib/c-strcasestr.c: Include stdbool.h, string.h.
38571         (knuth_morris_pratt): New function.
38572         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
38573         the bookkeeping indicates that it's worth it.
38574         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
38575
38576         * modules/c-strcasestr-tests: New file.
38577         * tests/test-c-strcasestr.c: New file.
38578
38579 2007-02-11  Bruno Haible  <bruno@clisp.org>
38580
38581         Ensure O(n) worst-case complexity of c_strstr.
38582         * lib/c-strstr.c: Include stdbool.h, string.h.
38583         (knuth_morris_pratt): New function.
38584         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
38585         bookkeeping indicates that it's worth it.
38586         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
38587
38588         * lib/c-strstr.c: Complete rewrite for maintainability.
38589
38590         * modules/c-strstr-tests: New file.
38591         * tests/test-c-strstr.c: New file.
38592
38593 2007-02-11  Bruno Haible  <bruno@clisp.org>
38594
38595         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
38596         5.2.1 and earlier, whereby \055 was treated just like the range
38597         delimiter '-'.
38598         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
38599
38600 2007-02-08  Bruno Haible  <bruno@clisp.org>
38601
38602         * modules/regex (Depends-on): Add stdbool.
38603         Reported by Dalibor Topic <robilad@kaffe.org>.
38604
38605 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
38606
38607         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
38608         Prefer returning from main to exiting from it.
38609         Remove unnecessary parens after sizeof.
38610
38611 2007-02-05  Bruno Haible  <bruno@clisp.org>
38612
38613         New module mbssep.
38614         * modules/mbssep: New file.
38615         * lib/mbssep.c: New file.
38616         * lib/string_.h (strsep): Add a conditional link warning.
38617         (mbssep): New declaration.
38618         * m4/mbssep.m4: New file.
38619         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38620         GNULIB_MBSSEP.
38621         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
38622         * MODULES.html.sh (Internationalization functions): Add mbssep.
38623
38624 2007-02-05  Bruno Haible  <bruno@clisp.org>
38625
38626         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
38627         Optimize search in case of 1 delimiter.
38628
38629 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38630
38631         * lib/acl.h: Include sys/types.h before sys/acl.h.
38632
38633 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
38634
38635         Merge upstream fix for glibc bugzilla #3957:
38636
38637         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
38638
38639         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
38640         bit for RE_HAT_LISTS_NOT_NEWLINE.
38641         (build_charclass_op): Remove bogus comment.
38642
38643 2007-02-05  Simon Josefsson  <simon@josefsson.org>
38644
38645         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
38646
38647 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38648
38649         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
38650         * lib/memmem.c [!defined _LIBC]: Include config.h.
38651
38652 2007-02-04  Bruno Haible  <bruno@clisp.org>
38653
38654         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
38655         warning message.
38656
38657 2007-02-04  Bruno Haible  <bruno@clisp.org>
38658
38659         New module mbstok_r.
38660         * modules/mbstok_r: New file.
38661         * lib/mbstok_r.c: New file.
38662         * lib/string_.h (strtok_r): Change argument names to match the
38663         comments. Add a conditional link warning.
38664         (mbstok_r): New declaration.
38665         * m4/mbstok_r.m4: New file.
38666         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38667         GNULIB_MBSTOK_R.
38668         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
38669         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
38670
38671 2007-02-04  Bruno Haible  <bruno@clisp.org>
38672
38673         New module mbsspn.
38674         * modules/mbsspn: New file.
38675         * lib/mbsspn.c: New file.
38676         * lib/string_.h (strspn): Add a conditional link warning.
38677         (mbsspn): New declaration.
38678         * m4/mbsspn.m4: New file.
38679         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38680         GNULIB_MBSSPN.
38681         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
38682         * MODULES.html.sh (Internationalization functions): Add mbsspn.
38683
38684 2007-02-04  Bruno Haible  <bruno@clisp.org>
38685
38686         New module mbspbrk.
38687         * modules/mbspbrk: New file.
38688         * lib/mbspbrk.c: New file.
38689         * lib/string_.h (strpbrk): Add a conditional link warning.
38690         (mbspbrk): New declaration.
38691         * m4/mbspbrk.m4: New file.
38692         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38693         GNULIB_MBSPBRK.
38694         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
38695         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
38696
38697 2007-02-04  Bruno Haible  <bruno@clisp.org>
38698
38699         New module mbscspn.
38700         * modules/mbscspn: New file.
38701         * lib/mbscspn.c: New file.
38702         * lib/string_.h (strcspn): Add a conditional link warning.
38703         (mbscspn): New declaration.
38704         * m4/mbscspn.m4: New file.
38705         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38706         GNULIB_MBSCSPN.
38707         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
38708         * MODULES.html.sh (Internationalization functions): Add mbscspn.
38709
38710 2007-02-04  Bruno Haible  <bruno@clisp.org>
38711
38712         New module mbscasestr, reduced goal of strcasestr.
38713         * modules/mbscasestr: New file.
38714         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
38715         (mbscasestr): Renamed from strcasestr.
38716         * lib/strcasestr.c: Don't include mbuiter.h.
38717         (strcasestr): Remove support for multibyte locales.
38718         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
38719         Change the conditional link warning.
38720         (mbscasestr): New declaration.
38721         * m4/mbscasestr.m4: New file.
38722         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
38723         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
38724         REPLACE_STRCASESTR.
38725         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
38726         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38727         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38728         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
38729         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
38730         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
38731         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
38732         (Depends-on): Remove mbuiter.
38733         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
38734
38735 2007-02-04  Bruno Haible  <bruno@clisp.org>
38736
38737         Simplify handling of strncasecmp.
38738         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
38739         the conditional link warning.
38740         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
38741         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
38742         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
38743         * modules/strcase (configure.ac): Don't invoke
38744         gl_STRING_MODULE_INDICATOR.
38745         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
38746
38747 2007-02-04  Bruno Haible  <bruno@clisp.org>
38748
38749         New module mbscasecmp, reduced goal of strcasecmp.
38750         * modules/mbscasecmp: New file.
38751         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
38752         (mbscasecmp): Renamed from strcasecmp.
38753         * lib/strcasecmp.c: Don't include mbuiter.h.
38754         (strcasecmp): Remove support for multibyte locales.
38755         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
38756         Change the conditional link warning.
38757         (mbscasecmp): New declaration.
38758         * m4/mbscasecmp.m4: New file.
38759         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
38760         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
38761         REPLACE_STRCASECMP.
38762         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
38763         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38764         GNULIB_MBSCASECMP.
38765         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
38766         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
38767         * modules/strcase (Files): Remove m4/mbrtowc.m4.
38768         (Depends-on): Remove mbuiter.
38769         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
38770
38771 2007-02-04  Bruno Haible  <bruno@clisp.org>
38772
38773         New module mbsstr. Remove module strstr.
38774         * modules/mbsstr: New file.
38775         * modules/strstr: Remove file.
38776         * lib/mbsstr.c: Renamed from lib/strstr.c.
38777         (mbsstr): Renamed from strstr.
38778         * lib/string_.h (strstr): Remove declaration. Change the conditional
38779         link warning.
38780         (mbsstr): New declaration.
38781         * m4/mbsstr.m4: New file.
38782         * m4/strstr.m4: Remove file.
38783         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
38784         REPLACE_STRSTR.
38785         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
38786         Don't initialize GNULIB_STRSTR.
38787         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
38788         substitute GNULIB_STRSTR and REPLACE_STRSTR.
38789         * MODULES.html.sh (Internationalization functions): Add mbsstr.
38790         (Support for systems lacking ANSI C 89): Remove strstr.
38791
38792 2007-02-04  Bruno Haible  <bruno@clisp.org>
38793
38794         New module mbsrchr.
38795         * modules/mbsrchr: New file.
38796         * lib/mbsrchr.c: New file.
38797         * lib/string_.h (strrchr): Add a conditional link warning.
38798         (mbsrchr): New declaration.
38799         * m4/mbsrchr.m4: New file.
38800         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38801         GNULIB_MBSRCHR.
38802         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
38803         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
38804
38805 2007-02-04  Bruno Haible  <bruno@clisp.org>
38806
38807         New module mbschr.
38808         * modules/mbschr: New file.
38809         * lib/mbschr.c: New file.
38810         * lib/string_.h (strchr): Add a conditional link warning.
38811         (mbschr): New declaration.
38812         * m4/mbschr.m4: New file.
38813         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
38814         GNULIB_MBSCHR.
38815         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
38816         * MODULES.html.sh (Internationalization functions): Add mbschr.
38817
38818 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
38819
38820         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
38821
38822         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
38823
38824 2007-02-04  Bruno Haible  <bruno@clisp.org>
38825
38826         New module description section 'configure.ac-early'.
38827         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
38828         (func_get_autoconf_early_snippet): New function.
38829         (func_import, func_create_testdir): Use it. Remove special cases for
38830         modules 'extensions' and 'lock'.
38831         * modules/extensions (configure.ac-early): Require
38832         gl_USE_SYSTEM_EXTENSIONS.
38833         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
38834
38835 2007-02-04  Bruno Haible  <bruno@clisp.org>
38836
38837         Make use of gcj-4.3's -fsource and -ftarget option.
38838         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
38839         and if so try the options -fsource and -ftarget.
38840         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
38841         source_version, ftarget_option, target_version arguments.
38842         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
38843         (is_envjavac_oldgcj_14_14_usable): Renamed from
38844         is_envjavac_gcj_14_14_usable.
38845         (is_envjavac_oldgcj_14_13_usable): Renamed from
38846         is_envjavac_gcj_14_13_usable.
38847         (is_gcj_present): Update.
38848         (is_gcj_43, is_gcj43_usable): New functions.
38849         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
38850         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
38851         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
38852         try the options -fsource and -ftarget.
38853
38854 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
38855
38856         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
38857         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
38858         larger value.
38859
38860 2007-02-03  Jim Meyering  <jim@meyering.net>
38861
38862         Give tools a better chance to allocate space for very large buffers.
38863         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
38864
38865         Make pwd and readlink work also when run with an unreadable parent dir
38866         on systems with openat support.
38867         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
38868         provided getcwd function, even when we have openat support.
38869         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
38870
38871 2007-02-02  Bruno Haible  <bruno@clisp.org>
38872
38873         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
38874         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
38875         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
38876         portability problems if one of these functions is only used on specific
38877         platforms.
38878         Reported by Paul Eggert.
38879
38880 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
38881
38882         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
38883         is causing more trouble than it's curing.
38884         * lib/regex_internal.h (__mempcpy): Remove.
38885         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
38886         (and make the code a tad smaller to boot).
38887         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
38888
38889 2007-02-02  Jim Meyering  <jim@meyering.net>
38890
38891         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
38892         section, not in the Makefile.am: one.
38893
38894 2007-02-02  Eric Blake  <ebb9@byu.net>
38895
38896         * lib/strchrnul.c: Always include config.h first.
38897
38898         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
38899         gnulib strstr is not necessary here.
38900
38901 2007-02-02  Simon Josefsson  <simon@josefsson.org>
38902
38903         * m4/socklen.m4: Fix typo.
38904
38905 2007-02-02  Eric Blake  <ebb9@byu.net>
38906
38907         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
38908         * modules/netinet_in (Makefile.am): Likewise.
38909
38910 2007-02-01  Bruno Haible  <bruno@clisp.org>
38911
38912         * lib/string_.h (GL_LINK_WARNING): New macro.
38913         (strcasecmp, strstr, strcasestr): If provided by the system,
38914         conditionally define as a macro that leads to a warning instead of to
38915         an error.
38916         (strncasecmp): Conditionally define as a macro that leads to a warning.
38917
38918 2007-02-01  Karl Berry  <karl@gnu.org>
38919
38920         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
38921
38922 2007-02-01  Bruno Haible  <bruno@clisp.org>
38923
38924         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
38925         renamings.
38926
38927 2007-02-01  Eric Blake  <ebb9@byu.net>
38928
38929         * modules/regex (Depends-on): Revert dependence on mempcpy.
38930         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
38931         module's definition of mempcpy.
38932         Reported by Paul Eggert.
38933
38934 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
38935
38936         * lib/string_.h: If the gnulib module XYZ is not present, undefine
38937         the symbol XYZ before redefining it.  This fixes a problem with
38938         programs that don't use XYZ, when compiled on systems that define
38939         XYZ to something else.
38940
38941 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
38942
38943         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
38944         occurs when "mkdir -m foo" creates a setgid directory that is (1)
38945         writeable to group or other and (2) is intended to have a special
38946         mode bit that is set or cleared.  In such a case, the directory
38947         should be neither group- nor other-writeable until the special
38948         mode bits are right.
38949
38950 2007-01-31  Eric Blake  <ebb9@byu.net>
38951
38952         * modules/mountlist (Depends-on): Add strstr.
38953
38954         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
38955         bug.
38956         * modules/string (Makefile.am): Remove redundant replacement.
38957         * modules/regex (Depends-on): Add mempcpy.
38958
38959 2007-01-31  Bruno Haible  <bruno@clisp.org>
38960
38961         New module description field 'Link'.
38962         * gnulib-tool (func_usage): Document --extract-link-directive.
38963         (sed_extract_prog): Recognize 'Link' directive.
38964         (func_get_link_directive): New function.
38965         (func_import): Show summary of link directives.
38966         Handle --extract-link-directive option.
38967         * modules/acl (Link): New section.
38968         * modules/clock-time (Link): New section.
38969         * modules/euidaccess (Link): New section.
38970         * modules/gettext (Link): New section.
38971         * modules/iconv (Link): New section.
38972         * modules/lock (Link): New section.
38973         * modules/nanosleep (Link): New section.
38974         * modules/readline (Link): New section.
38975
38976 2007-01-27  Bruno Haible  <bruno@clisp.org>
38977
38978         Enforce the use of gnulib modules for unportable <string.h> functions.
38979         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
38980         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
38981         (gl_HEADER_STRING_H_BODY): Require it.
38982         * lib/string_.h: If the gnulib module XYZ is not present, redefine
38983         the symbol XYZ to one that gives a link error.
38984         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
38985         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
38986         * modules/mempcpy (configure.ac): Likewise.
38987         * modules/memrchr (configure.ac): Likewise.
38988         * modules/stpcpy (configure.ac): Likewise.
38989         * modules/stpncpy (configure.ac): Likewise.
38990         * modules/strcase (configure.ac): Likewise.
38991         * modules/strcasestr (configure.ac): Likewise.
38992         * modules/strchrnul (configure.ac): Likewise.
38993         * modules/strdup (configure.ac): Likewise.
38994         * modules/strndup (configure.ac): Likewise.
38995         * modules/strnlen (configure.ac): Likewise.
38996         * modules/strpbrk (configure.ac): Likewise.
38997         * modules/strsep (configure.ac): Likewise.
38998         * modules/strstr (configure.ac): Likewise.
38999         * modules/strtok_r (configure.ac): Likewise.
39000
39001 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
39002
39003         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
39004
39005 2007-01-30  Jim Meyering  <jim@meyering.net>
39006
39007         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
39008
39009 2007-01-29  Bruno Haible  <bruno@clisp.org>
39010
39011         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
39012         * lib/execute.c: Likewise.
39013         * lib/pipe.c: Likewise.
39014         * lib/printf-args.h: Likewise.
39015         * lib/printf-args.c: Likewise.
39016         * lib/printf-parse.c: Likewise.
39017         * lib/vasnprintf.c: Likewise.
39018
39019 2007-01-29  Eric Blake  <ebb9@byu.net>
39020
39021         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
39022         declaration.
39023
39024 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
39025
39026         * lib/strptime.h (strptime): Use 'restrict' for args where
39027         POSIX requires this.
39028         * lib/strptime.c (strptime): Likewise.
39029         Change license notice from LGPL to GPL, since gnulib-tool will
39030         change this as needed.
39031         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
39032         defined.
39033         Include "strptime.h" first, to check interface.
39034         Do not #undef _LIBC and _NL_CURRENT.
39035         Do not include <stdlib.h>; no longer needed.
39036         Include "time_r.h" and declare ptime_locale_status
39037         only if _LIBC is not defined.
39038         (__P): Remove unused macro.
39039         (match_string): Bring back glibc version, but use it only if _LIBC
39040         is defined.
39041         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
39042         Remove unnecessary assertion and abort() call.
39043         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
39044         * m4/strptime.m4: Fix serial number comment.
39045         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
39046         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
39047         (Depends-on): Add time_r.
39048
39049 2007-01-29  Bruno Haible  <bruno@clisp.org>
39050
39051         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
39052         strptime.
39053         * modules/strptime (Depends-on): Add stdbool.
39054         * lib/strptime.h: Include <time.h> always. Add comments.
39055
39056 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
39057
39058         * modules/strptime: New file.
39059         * lib/strptime.h: New file.
39060         * lib/strptime.c: New file.
39061         * m4/strptime.m4: New file.
39062
39063 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
39064
39065         * MODULES.html.sh: New module mpsort.
39066         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
39067
39068         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
39069         a circularity problem with HP-UX ia64 reported by Bob Proulx in
39070         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
39071         All uses changed.
39072         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
39073         All uses changed.
39074         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
39075         to _Restrict_.
39076         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
39077         the parameter matches the prototype.
39078
39079 2007-01-28  Jim Meyering  <jim@meyering.net>
39080
39081         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
39082         sys/time.h here, reverting that part of the previous patch:
39083         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
39084
39085 2007-01-28  Bruno Haible  <bruno@clisp.org>
39086
39087         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
39088         value of $(SYS_TIME_H).
39089         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
39090         remove it conditionally, too. [added by Jim Meyering]
39091         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
39092         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39093         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
39094         GETTIMEOFDAY_REPLACEMENT to 1.
39095
39096 2007-01-28  Bruno Haible  <bruno@clisp.org>
39097
39098         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
39099         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
39100         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
39101         Set UNISTD_H instead of UNISTD_H2.
39102         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
39103
39104 2007-01-28  Bruno Haible  <bruno@clisp.org>
39105
39106         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
39107         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
39108
39109 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39110
39111         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
39112         (func_create_testdir): Ensure C locale for `grep' and `tr'
39113         character ranges.
39114         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
39115         ACLOCAL_AMFLAGS parsing state machine.
39116
39117 2007-01-27  Bruno Haible  <bruno@clisp.org>
39118
39119         * modules/unistr/base: Update.
39120
39121 2007-01-27  Bruno Haible  <bruno@clisp.org>
39122
39123         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
39124         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
39125         * modules/unistr/u32-mbtouc-unsafe: Renamed from
39126         modules/unistr/u32-mbtouc.
39127         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
39128         * lib/unistr.h: Update.
39129         * lib/linebreak.c: Update.
39130         * modules/unistr/u32-mbtouc: Renamed from
39131         modules/unistr/u32-mbtouc-safe.
39132         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
39133         * lib/unistr.h: Update.
39134         * lib/unistr/u32-to-u8.c: Update.
39135         * lib/unistr/u32-to-u16.c: Update.
39136
39137 2007-01-27  Bruno Haible  <bruno@clisp.org>
39138
39139         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
39140         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
39141         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
39142         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
39143         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
39144         * modules/unistr/u16-mbtouc-unsafe: Renamed from
39145         modules/unistr/u16-mbtouc.
39146         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
39147         * lib/unistr.h: Update.
39148         * lib/linebreak.c: Update.
39149         * modules/linebreak: Update.
39150         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
39151         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
39152         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
39153         * modules/unistr/u16-mbtouc: Renamed from
39154         modules/unistr/u16-mbtouc-safe.
39155         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
39156         * lib/unistr.h: Update.
39157         * lib/unistr/u16-to-u8.c: Update.
39158         * modules/unistr/u16-to-u8: Update.
39159         * lib/unistr/u16-to-u32.c: Update.
39160         * modules/unistr/u16-to-u32: Update.
39161
39162 2007-01-27  Bruno Haible  <bruno@clisp.org>
39163
39164         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
39165         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
39166         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
39167         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
39168         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
39169         * modules/unistr/u8-mbtouc-unsafe: Renamed from
39170         modules/unistr/u8-mbtouc.
39171         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
39172         * lib/unistr.h: Update.
39173         * lib/striconveh.c: Update.
39174         * modules/striconveh: Update.
39175         * lib/linebreak.c: Update.
39176         * modules/linebreak: Update.
39177         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
39178         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
39179         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
39180         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
39181         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
39182         * lib/unistr.h: Update.
39183         * lib/striconveh.c: Update.
39184         * modules/striconveh: Update.
39185         * lib/unistr/u8-to-u16.c: Update.
39186         * modules/unistr/u8-to-u16: Update.
39187         * lib/unistr/u8-to-u32.c: Update.
39188         * modules/unistr/u8-to-u32: Update.
39189
39190 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39191
39192         Sync from Libtool.
39193         * lib/argz.c: Do not include strings.h nor memory.h, include
39194         string.h unconditionally.  Patch by Simon Josefsson.
39195
39196 2007-01-27  Bruno Haible  <bruno@clisp.org>
39197
39198         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
39199         from gl_HEADER_STRING_H_BODY.
39200         (gl_HEADER_STRING_H_BODY): Require it.
39201         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
39202         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
39203         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
39204         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
39205         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
39206         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
39207         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
39208         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
39209         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
39210         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
39211         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
39212         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
39213         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
39214         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
39215         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
39216
39217 2007-01-27  Bruno Haible  <bruno@clisp.org>
39218
39219         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
39220         check_PROGRAMS into noinst_PROGRAMS.
39221         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
39222         check_PROGRAMS in this case.
39223         (func_import): Set for_test to false.
39224         (func_create_testdir): Set for_test to true.
39225
39226 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
39227             Bruno Haible  <bruno@clisp.org>
39228
39229         * modules/strcasestr (Files): Remove lib/strcasestr.h.
39230         (Depends-on): Add string.
39231         (Includes): Use <string.h> instead of strcasestr.h.
39232         * modules/string (Makefile.am): Also substitute the value of
39233         REPLACE_STRCASESTR.
39234         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
39235         assume strcasestr is declared in <string.h> not <strings.h>. Also
39236         set REPLACE_STRCASESTR.
39237         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
39238         REPLACE_STRCASESTR.
39239         * lib/strcasestr.h: Remove file.
39240         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
39241         * lib/string_.h (strcasestr): New declaration.
39242
39243 2007-01-27  Bruno Haible  <bruno@clisp.org>
39244
39245         * lib/string_.h: Use 'extern'.
39246
39247 2007-01-27  Jim Meyering  <jim@meyering.net>
39248
39249         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
39250         of set-but-not-used local, "q".
39251
39252         * lib/mempcpy.c: Include <config.h> before <string.h>.
39253         This fixes a compilation error on HP-UX, due to the system's
39254         "restrict"-using mempcpy prototype.
39255
39256 2007-01-26  Bruno Haible  <bruno@clisp.org>
39257
39258         Small optimization.
39259         * lib/javacomp.c: Include c-strstr.h.
39260          (is_envjavac_gcj): Use c_strstr instead of strstr.
39261         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
39262
39263 2007-01-26  Bruno Haible  <bruno@clisp.org>
39264
39265         * MODULES.html.sh (Unicode string functions): Add the new modules.
39266
39267         * modules/uniconv/u32-strconv-to-locale: New file.
39268         * lib/uniconv/u32-strconv-to-locale.c: New file.
39269
39270         * modules/uniconv/u16-strconv-to-locale: New file.
39271         * lib/uniconv/u16-strconv-to-locale.c: New file.
39272
39273         * modules/uniconv/u8-strconv-to-locale: New file.
39274         * lib/uniconv/u8-strconv-to-locale.c: New file.
39275
39276         * modules/uniconv/u32-strconv-from-locale: New file.
39277         * lib/uniconv/u32-strconv-from-locale.c: New file.
39278
39279         * modules/uniconv/u16-strconv-from-locale: New file.
39280         * lib/uniconv/u16-strconv-from-locale.c: New file.
39281
39282         * modules/uniconv/u8-strconv-from-locale: New file.
39283         * lib/uniconv/u8-strconv-from-locale.c: New file.
39284
39285         * modules/uniconv/u32-strconv-to-enc: New file.
39286         * lib/uniconv/u32-strconv-to-enc.c: New file.
39287         * modules/uniconv/u32-strconv-to-enc-tests: New file.
39288         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
39289
39290         * modules/uniconv/u16-strconv-to-enc: New file.
39291         * lib/uniconv/u16-strconv-to-enc.c: New file.
39292         * lib/uniconv/u-strconv-to-enc.h: New file.
39293         * modules/uniconv/u16-strconv-to-enc-tests: New file.
39294         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
39295
39296         * modules/uniconv/u8-strconv-to-enc: New file.
39297         * lib/uniconv/u8-strconv-to-enc.c: New file.
39298         * modules/uniconv/u8-strconv-to-enc-tests: New file.
39299         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
39300
39301         * modules/uniconv/u32-strconv-from-enc: New file.
39302         * lib/uniconv/u32-strconv-from-enc.c: New file.
39303         * modules/uniconv/u32-strconv-from-enc-tests: New file.
39304         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
39305
39306         * modules/uniconv/u16-strconv-from-enc: New file.
39307         * lib/uniconv/u16-strconv-from-enc.c: New file.
39308         * modules/uniconv/u16-strconv-from-enc-tests: New file.
39309         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
39310
39311         * modules/uniconv/u8-strconv-from-enc: New file.
39312         * lib/uniconv/u8-strconv-from-enc.c: New file.
39313         * lib/uniconv/u-strconv-from-enc.h: New file.
39314         * modules/uniconv/u8-strconv-from-enc-tests: New file.
39315         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
39316
39317         * modules/uniconv/u32-conv-from-enc: New file.
39318         * lib/uniconv/u32-conv-from-enc.c: New file.
39319         * modules/uniconv/u32-conv-from-enc-tests: New file.
39320         * tests/uniconv/test-u32-conv-from-enc.c: New file.
39321
39322         * modules/uniconv/u16-conv-from-enc: New file.
39323         * lib/uniconv/u16-conv-from-enc.c: New file.
39324         * lib/uniconv/u-conv-from-enc.h: New file.
39325         * modules/uniconv/u16-conv-from-enc-tests: New file.
39326         * tests/uniconv/test-u16-conv-from-enc.c: New file.
39327
39328         * modules/uniconv/u8-conv-from-enc: New file.
39329         * lib/uniconv/u8-conv-from-enc.c: New file.
39330         * modules/uniconv/u8-conv-from-enc-tests: New file.
39331         * tests/uniconv/test-u8-conv-from-enc.c: New file.
39332
39333         * modules/uniconv/base: New file.
39334         * lib/uniconv.h: New file.
39335
39336 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
39337
39338         * doc/gnulib-tool.texi (Initial import): Update to match current
39339         behavior with strdup module.
39340         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
39341         * lib/memmem.h: Remove; all uses removed.  This is now done
39342         by <string.h>.
39343         * lib/mempcpy.h: Likewise.
39344         * lib/memrchr.h: Likewise.
39345         * lib/stpcpy.h: Likewise.
39346         * lib/stpncpy.h: Likewise.
39347         * lib/strcase.h: Likewise.
39348         * lib/strchrnul.h: Likewise.
39349         * lib/strdup.h: Likewise.
39350         * lib/strndup.h: Likewise.
39351         * lib/strnlen.h: Likewise.
39352         * lib/strpbrk.h: Likewise.
39353         * lib/strsep.h: Likewise.
39354         * lib/strstr.h: Likewise.
39355         * lib/strtok_r.h: Likewise.
39356         * lib/string_.h: New file.
39357         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
39358         Rely on <string.h> instead.
39359         * lib/canon-host.c: Likewise.
39360         * lib/chdir-long.c: Likewise.
39361         * lib/concatpath.c: Likewise.
39362         * lib/exclude.c: Likewise.
39363         * lib/fchdir.c: Likewise.
39364         * lib/getaddrinfo.c: Likewise.
39365         * lib/getcwd.c: Likewise.
39366         * lib/getsubopt.c: Likewise.
39367         * lib/glob.c: Likewise.
39368         * lib/hard-locale.c: Likewise.
39369         * lib/iconvme.c: Likewise.
39370         * lib/javacomp.c: Likewise.
39371         * lib/mempcpy.c: Likewise.
39372         * lib/memrchr.c: Likewise.
39373         * lib/regex_internal.h: Likewise.
39374         * lib/stpncpy.c: Likewise.
39375         * lib/strcasecmp.c: Likewise.
39376         * lib/strchrnul.c: Likewise.
39377         * lib/strdup.c: Likewise.
39378         * lib/striconv.c: Likewise.
39379         * lib/striconveh.c: Likewise.
39380         * lib/striconveha.c: Likewise.
39381         * lib/strncasecmp.c: Likewise.
39382         * lib/strndup.c: Likewise.
39383         * lib/strnlen.c: Likewise.
39384         * lib/strsep.c: Likewise.
39385         * lib/strstr.c: Likewise.
39386         * lib/strtok_r.c: Likewise.
39387         * lib/userspec.c: Likewise.
39388         * lib/w32spawn.h: Likewise.
39389         * lib/xstrndup.c: Likewise.
39390         * lib/mountlist.c (strstr): Remove decl.
39391         * m4/string_h.m4: New file.
39392         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
39393         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
39394         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
39395         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
39396         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
39397         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
39398         Set REPLACE_STRCASECMP if necessary.
39399         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
39400         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
39401         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
39402         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
39403         HAVE_DECL_STRDUP if necessary.
39404         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
39405         since gl_FUNC_STRNDUP does that now.
39406         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
39407         Check for decl here...
39408         (gl_PREREQ_STRNLEN): ... not here.
39409         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
39410         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
39411         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
39412         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
39413         necessary.
39414         * modules/string: New file.
39415         * modules/memmem (Files): Remove special-purpose include file.
39416         (Depends-on): Add string.
39417         (Include): Include <string.h>, not the removed file.
39418         * modules/mempcpy: Likewise.
39419         * modules/memrchr: Likewise.
39420         * modules/stpcpy: Likewise.
39421         * modules/stpncpy: Likewise.
39422         * modules/strcase: Likewise.
39423         * modules/strchrnul: Likewise.
39424         * modules/strdup: Likewise.
39425         * modules/strndup: Likewise.
39426         * modules/strnlen: Likewise.
39427         * modules/strpbrk: Likewise.
39428         * modules/strsep: Likewise.
39429         * modules/strstr: Likewise.
39430         * modules/strtok_r: Likewise.
39431         * tests/test-dirname.c: Don't include "strdup.h", since
39432         <string.h> now suffices.
39433         * tests/test-memmem.c: Don't include "memmem.h", since
39434         <string.h> now suffices.
39435
39436 2007-01-25  Bruno Haible  <bruno@clisp.org>
39437
39438         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
39439         *resultp is 0.
39440
39441         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
39442         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
39443         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
39444         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
39445
39446         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
39447         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
39448         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
39449         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
39450         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
39451         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
39452
39453 2007-01-24  Bruno Haible  <bruno@clisp.org>
39454
39455         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
39456         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
39457         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
39458         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
39459         gl_FUNC_FTS_CORE.
39460         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
39461         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
39462         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
39463         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
39464         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
39465         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
39466         gl_FUNC_FCHOWNAT.
39467         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
39468         gl_FUNC_STRFTIME.
39469         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
39470         Reported by Ralf Wildenhues.
39471
39472 2007-01-24  Bruno Haible  <bruno@clisp.org>
39473
39474         Drop AC_REQUIRE calls that are redundant with the module dependencies.
39475         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
39476         gl_GETADDRINFO.
39477         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
39478         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
39479         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
39480
39481 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
39482
39483         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
39484         Don't use 'exit'; just return from 'main'.
39485         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
39486
39487         * lib/fnmatch_.h: Readjust white space and comments to match
39488         glibc, to avoid spurious diffs.
39489
39490 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39491
39492         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
39493         2004-12-01 change by Jakub Jelinek, since this code won't compile
39494         if !LIBC.  Problem reported by Bob Proulx.
39495
39496 2007-01-23  Bruno Haible  <bruno@clisp.org>
39497
39498         * lib/striconveh.c: Include c-strcaseeq.h.
39499         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
39500         * modules/striconveh (Depends-on): Add c-strcaseeq.
39501
39502 2007-01-23  Bruno Haible  <bruno@clisp.org>
39503
39504         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
39505
39506         * modules/c-strcaseeq: New file.
39507         * lib/c-strcaseeq.h: New file.
39508
39509         * modules/streq: New file.
39510         * lib/streq.h: New file.
39511
39512 2007-01-23  Bruno Haible  <bruno@clisp.org>
39513
39514         * modules/striconveha-tests: New file.
39515         * tests/test-striconveha.c: New file.
39516
39517         * lib/striconveha.h: Include <stdbool.h>.
39518         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
39519         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
39520         (mem_iconveha_notranslit): Renamed from mem_iconveha.
39521         (mem_iconveha): New function.
39522         (str_iconveha_notranslit): Renamed from str_iconveha.
39523         (str_iconveha): New function.
39524         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
39525         c-strcase.
39526
39527 2007-01-23  Bruno Haible  <bruno@clisp.org>
39528
39529         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
39530         encodings without forgiving before trying any encoding with handler.
39531         (str_iconveha): Try all encodings without forgiving before trying any
39532         encoding with handler.
39533
39534 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
39535
39536         Import the following changes from libc.
39537
39538         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
39539
39540         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
39541
39542         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
39543
39544         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
39545         normal_bracket label.
39546
39547         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
39548
39549         [BZ #361]
39550         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
39551         to normal_bracket after fetching the next character.
39552
39553 2007-01-22  Bruno Haible  <bruno@clisp.org>
39554
39555         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
39556         argument.
39557         * lib/striconveh.c (iconv_carefully_1): New function.
39558         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
39559         argument.
39560         (str_cd_iconveh): Update.
39561         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
39562         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
39563         * tests/test-striconveh.c (MAGIC): New macro.
39564         (new_offsets): New function.
39565         (main): Test call with and without offsets.
39566
39567 2007-01-22  Bruno Haible  <bruno@clisp.org>
39568
39569         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
39570         * modules/sys_select (Makefile.am): Likewise.
39571         * modules/sys_socket (Makefile.am): Likewise.
39572         * modules/sys_time (Makefile.am): Likewise.
39573
39574 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
39575
39576         * modules/gettimeofday (License): Change from GPL to LGPL, since
39577         gettimeofday is a library function.
39578
39579 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39580
39581         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
39582
39583 2007-01-21  Bruno Haible  <bruno@clisp.org>
39584
39585         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
39586
39587 2007-01-21  Bruno Haible  <bruno@clisp.org>
39588
39589         * modules/striconveha: New file.
39590         * lib/striconveha.h: New file.
39591         * lib/striconveha.c: New file.
39592         * MODULES.html.sh (Internationalization functions): Add striconveha.
39593         * lib/striconv.c (str_iconv): Optimize the case of an empty input
39594         string.
39595         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
39596
39597 2007-01-21  Bruno Haible  <bruno@clisp.org>
39598
39599         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
39600         * lib/striconveh.c (str_iconveh): Likewise.
39601
39602 2007-01-21  Bruno Haible  <bruno@clisp.org>
39603
39604         * lib/striconveh.h (mem_iconveh): New declaration.
39605         * lib/striconveh.c (mem_iconveh): New function.
39606         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
39607
39608 2007-01-21  Bruno Haible  <bruno@clisp.org>
39609
39610         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
39611
39612         * lib/striconveh.h (mem_cd_iconveh): Change specification.
39613         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
39614         original result buffer.
39615         (str_cd_iconveh): Update.
39616         * tests/test-striconveh.c (main): Update.
39617
39618         * lib/striconv.h (mem_cd_iconv): Change specification.
39619         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
39620         result buffer.
39621         (str_cd_iconv): Update.
39622         * tests/test-striconv.c (main): Update.
39623
39624 2007-01-21  Bruno Haible  <bruno@clisp.org>
39625
39626         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
39627
39628 2007-01-20  Jim Meyering  <jim@meyering.net>
39629
39630         * lib/userspec.c (parse_with_separator): If a user or group string
39631         starts with "+", skip the corresponding name-to-ID look-up, since
39632         such a look-up must fail: user and group names may not include "+".
39633
39634 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
39635
39636         * lib/poll.c: Include sys/time.h and time.h unconditionally,
39637         since we now assume the sys_time module.
39638         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
39639         check for sys/time.h; no longer needed.
39640         * modules/poll (Depends-on): Depend on sys_time.
39641
39642 2007-01-18  Bruno Haible  <bruno@clisp.org>
39643
39644         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
39645         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39646
39647         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
39648         gettimeofday.
39649
39650         * tests/test-gettimeofday.c: Include <time.h>.
39651         (dummy): Remove variable.
39652
39653         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
39654         gl_HEADER_SYS_TIME_H.
39655         (gl_HEADER_SYS_TIME_H): New macro.
39656
39657         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
39658         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39659         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
39660         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
39661         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39662         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
39663         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
39664         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39665         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
39666         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
39667         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39668
39669         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
39670         last change; it caused a compilation error when cross-compiling to
39671         Cygwin.
39672
39673 2007-01-18  Jim Meyering  <jim@meyering.net>
39674
39675         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
39676         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
39677         than the race-prone "test -d sys || mkdir sys".
39678         (configure.ac): Use AC_PROG_MKDIR_P.
39679         * modules/sys_select: Likewise.
39680         * modules/sys_socket: Likewise.
39681         * modules/sys_time: Likewise.
39682
39683 2007-01-18  Eric Blake  <ebb9@byu.net>
39684
39685         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
39686         replace gettimeofday.
39687         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
39688         name, to avoid infinite recursion.
39689
39690 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
39691
39692         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
39693         module sys_time.
39694         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
39695         assume timespec.h defines struct timeval.
39696         * lib/settime.c: Likewise.
39697         * lib/utimens.c: Likewise.
39698         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
39699         since we now assume the gettimeofday module.
39700         * lib/tempname.c (__gen_tempname): Likewise.
39701         * lib/gettimeofday.h: Remove.
39702         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
39703         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
39704         Include <time.h>, for 'time()'.
39705         (localtime_buffer_addr): Also use this workaround if
39706         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
39707         to simplify the uses.  All uses changed.
39708         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
39709         that #undef is inside {}, and 'const' follows type name consistently.
39710         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
39711         (gettimeofday): Do not use the maximum possible value for
39712         tv->tv_usec, since that might break usages other than ls.c.
39713         Instead, we'll leave ls.c alone.  This undoes today's patch
39714         by Bruno.  Add a compile-time warning for 1s-clock resolution;
39715         we've never observed the problem but might as well keep the
39716         canary.
39717         * lib/nanosleep.c: Include timespec.h first, for interface check.
39718         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
39719         now assume the sys_time module.
39720         * lib/tempname.c: Likewise.
39721         * lib/timespec.h: Likewise.
39722         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
39723         needed.
39724         * lib/strftime.c: Likewise.
39725         * lib/timespec.h: Likewise.
39726         * lib/posixtm.c: Include posixtm.h first, for interface check.
39727         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
39728         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
39729         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
39730         * lib/sys_time_.h: New file.
39731         * lib/timespec.h (struct timespec): Use long int, not long.
39732         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
39733         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
39734         Remove obsolescent call to AC_HEADER_TIME.
39735         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
39736         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
39737         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
39738         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
39739         Likewise.
39740         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
39741         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
39742         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
39743         into the sys_time module.  Check for gettimeofday just once.
39744         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
39745         for gettimeofday signature to just check the signature.  Merely
39746         compile it, since linking doesn't test signature.  Improve test for
39747         whether gettimeofday.o is actually needed.
39748         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
39749         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
39750         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
39751         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39752         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
39753         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
39754         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
39755         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
39756         than worrying about sys/time.h.
39757         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39758         Don't bother worrying about TIME_WITH_SYS_TIME.
39759         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
39760         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
39761         * m4/sys_time_h.m4: New file.
39762         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
39763         Don't include sys/time.h.  Return from main rather than exiting.
39764         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
39765         all uses changed.
39766         * modules/gethrxtime (Depends-on): Add sys_time.
39767         * modules/gettime (Depends-on): Likewise.
39768         * modules/gettimeofday (Depends-on): Likewise.
39769         * modules/nanosleep (Depends-on): Likewise.
39770         * modules/settime (Depends-on): Likewise.
39771         * modules/tempname (Depends-on): Likewise.
39772         * modules/utimens (Depends-on): Likewise.
39773         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
39774         (Include:) Change back to <sys/time.h>.
39775         (Maintainer:) Add self.
39776         * modules/sys_time: New file.
39777         * modules/tempname (Depends-on): Add gettimeofday.
39778         * tests/test-gettimeofday.c: Include <sys/time.h>
39779         rather than gettimeofday.h.
39780
39781 2007-01-17  Bruno Haible  <bruno@clisp.org>
39782
39783         * gnulib-tool (func_get_license): Revert last patch. Instead, let
39784         the license default to GPL.
39785         (func_create_testdir): Don't complain if a module is LGPL and its
39786         tests module depends on GPLed modules.
39787
39788 2007-01-17  Bruno Haible  <bruno@clisp.org>
39789
39790         * lib/gettimeofday.c (gettimeofday): Add code for the case
39791         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
39792         maximum possible value for tv->tv_usec, rather than the minimum one.
39793
39794 2005-10-08  Martin Lambers  <marlam@marlam.de>
39795 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
39796 2007-01-16  Bruno Haible  <bruno@clisp.org>
39797
39798         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
39799         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
39800         gl_FUNC_GETTIMEOFDAY.
39801         (Include): Add gettimeofday.h.
39802         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
39803         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
39804         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
39805         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
39806         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
39807         * lib/gettimeofday.h: New file.
39808         * lib/gettimeofday.c: Include <sys/timeb.h>.
39809         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
39810         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
39811         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
39812         fall back on time().
39813
39814         * tests/test-gettimeofday.c: New file.
39815         * modules/gettimeofday-tests: New file.
39816
39817 2007-01-16  Eric Blake  <ebb9@byu.net>
39818
39819         * modules/fnmatch (Depends-on): Depend on wchar.
39820         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
39821         * m4/fnmatch.m4: Likewise.
39822         * modules/mbchar (Makefile.am): Assume <wchar.h>.
39823         * m4/mbchar.m4: Likewise.
39824         * modules/mbswidth (Depends-on): Depend on wchar.
39825         * lib/mbswidth.c: Assume <wchar.h>.
39826         * m4/mbswidth.m4: Likewise.
39827         * modules/quotearg (Depends-on): Depend on wchar.
39828         * lib/quotearg.c: Assume <wchar.h>.
39829         * m4/quotearg.m4: Likewise.
39830         * modules/regex (Depends-on): Depend on wchar.
39831         * lib/regex_internal.h: Assume <wchar.h>.
39832         * m4/regex.m4: Likewise.
39833         * modules/stdint (Depends-on): Depend on wchar.
39834         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
39835         * m4/stdint.m4: Likewise.
39836         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
39837         * modules/strftime (Depends-on): Depend on wchar.
39838         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
39839         * modules/strtol (Depends-on): Depend on wchar.
39840         * lib/strtol.c: Assume <wchar.h>.
39841         * modules/wcwidth (Depends-on): Depend on wchar.
39842         * lib/wcwidth.h: Assume <wchar.h>.
39843         * m4/wcwidth.m4: Likewise.
39844
39845 2007-01-16  Bruno Haible  <bruno@clisp.org>
39846
39847         * modules/csharpexec-script: New, created from...
39848         * modules/csharpexec: ... this.
39849
39850 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
39851
39852         * modules/javaexec-script: New, created from...
39853         * modules/javaexec: ... this.
39854
39855 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
39856
39857         * modules/poll (Dependencies): Add sys_select.
39858
39859 2007-01-15  Jim Meyering  <jim@meyering.net>
39860
39861         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
39862         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
39863         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
39864         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
39865
39866 2007-01-15  Bruno Haible  <bruno@clisp.org>
39867
39868         * modules/striconveh: New file.
39869         * lib/striconveh.h: New file.
39870         * lib/striconveh.c: New file.
39871         * MODULES.html.sh (Internationalization functions): Add striconveh.
39872
39873         * modules/striconveh-tests: New file.
39874         * tests/test-striconveh.c: New file.
39875
39876 2007-01-15  Bruno Haible  <bruno@clisp.org>
39877
39878         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
39879         not from GNU libiconv or GNU libc.
39880
39881 2007-01-15  Bruno Haible  <bruno@clisp.org>
39882
39883         * doc/gnulib-intro.texi (Copyright): Explain the different license
39884         terms for module descriptions, autoconf macros, tests, documentation.
39885
39886 2007-01-14  Bruno Haible  <bruno@clisp.org>
39887
39888         * modules/striconv-tests: New file.
39889         * tests/test-striconv.c: New file.
39890
39891 2007-01-14  Bruno Haible  <bruno@clisp.org>
39892
39893         * modules/iconv-tests: New file.
39894         * tests/test-iconv.c: New file.
39895
39896 2007-01-14  Bruno Haible  <bruno@clisp.org>
39897
39898         * gnulib-tool (func_get_license): For test modules, use the license of
39899         the main module.
39900
39901 2007-01-14  Bruno Haible  <bruno@clisp.org>
39902
39903         * modules/iconv (Include): Clarify that <iconv.h> can only be included
39904         if iconv is found to exist.
39905
39906 2007-01-14  Bruno Haible  <bruno@clisp.org>
39907
39908         * modules/c-ctype-tests: New file.
39909         * tests/test-c-ctype.c: New file.
39910
39911 2007-01-14  Bruno Haible  <bruno@clisp.org>
39912
39913         * modules/binary-io-tests: New file.
39914         * tests/test-binary-io.sh: New file.
39915         * tests/test-binary-io.c: New file.
39916
39917 2007-01-14  Bruno Haible  <bruno@clisp.org>
39918
39919         * modules/array-oset-tests: New file.
39920         * tests/test-array_oset.c: New file.
39921
39922 2007-01-14  Bruno Haible  <bruno@clisp.org>
39923
39924         * modules/array-list-tests: New file.
39925         * tests/test-array_list.c: New file.
39926
39927 2007-01-14  Bruno Haible  <bruno@clisp.org>
39928
39929         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
39930         and make.
39931         Reported by Simon Josefsson in
39932         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
39933
39934 2007-01-14  Bruno Haible  <bruno@clisp.org>
39935
39936         * modules/allocsa-tests: New file.
39937         * tests/test-allocsa.c: New file.
39938
39939 2007-01-14  Bruno Haible  <bruno@clisp.org>
39940
39941         * modules/fchdir (Depends-on): Add absolute-header.
39942         * modules/unistd (Depends-on): Likewise.
39943
39944 2006-12-30  Bruno Haible  <bruno@clisp.org>
39945
39946         * modules/fchdir: New file.
39947         * modules/unistd (Files): Add lib/unistd_.h.
39948         (Makefile.am): Generate unistd.h from unistd_.h.
39949         * lib/fchdir.c: New file.
39950         * lib/dirent_.h: New file.
39951         * lib/unistd_.h: New file.
39952         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
39953         * m4/fchdir.m4: New file.
39954         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
39955         (gl_HEADER_UNISTD): Invoke it.
39956         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
39957         function.
39958         * lib/backupfile.c (opendir, closedir): Undefine.
39959         * lib/chown.c (open, close): Undefine.
39960         * lib/clean-temp.c (open, close): Undefine.
39961         * lib/copy-file.c (open, close): Undefine.
39962         * lib/execute.c (open, close): Undefine.
39963         * lib/fsusage.c (open, close): Undefine.
39964         * lib/gc-gnulib.c (open, close): Undefine.
39965         * lib/getcwd.c (opendir, closedir): Undefine.
39966         * lib/glob.c (opendir, closedir): Undefine.
39967         * lib/javacomp.c (open, close): Undefine.
39968         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
39969         * lib/openat-proc.c (open, close): Undefine.
39970         * lib/pagealign_alloc.c (open, close): Undefine.
39971         * lib/pipe.c (open, close): Undefine.
39972         * lib/progreloc.c (open, close): Undefine.
39973         * lib/savedir.c (opendir, closedir): Undefine.
39974         * lib/utime.c (open, close): Undefine.
39975         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
39976
39977 2007-01-10  Bruno Haible  <bruno@clisp.org>
39978
39979         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
39980
39981 2007-01-12  Eric Blake  <ebb9@byu.net>
39982
39983         Provide a robust <wchar.h>.  Further simplifications are now
39984         possible in other modules, but not included here.
39985         * modules/wchar: New module.
39986         * m4/wchar.m4: New file.
39987         * lib/wchar_.h: Likewise.
39988         * modules/mbchar (Depends-on): Depend on wchar, as the first use
39989         of the new module.
39990         * MODULES.html.sh (Extended multibyte and wide character utilities):
39991         New section.
39992
39993 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
39994
39995         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
39996         to a reasonable default for memory allocation.
39997         (xreadlink): Don't allocate a huge buffer, to work around a buggy
39998         file system that reports garbage st_size values for symlinks.
39999         Problem reported by Liyang Hu.
40000
40001 2007-01-11  Simon Josefsson  <simon@josefsson.org>
40002
40003         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
40004         Emacs .#* auto-save files).
40005
40006 2007-01-11  Bruno Haible  <bruno@clisp.org>
40007
40008         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
40009         directory.
40010
40011 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
40012
40013         Use @...@ consistently in lib/wctype_.h.
40014         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
40015         on it being set to 1 or 0.
40016         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
40017         go back to AC_SUBSTing it.
40018         * modules/wctype (Makefile.am): Undo previous change.
40019
40020 2007-01-10  Eric Blake  <ebb9@byu.net>
40021
40022         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
40023         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
40024         * modules/wctype (Makefile.am): Likewise.
40025         Reported by Chris McGuire.
40026
40027 2007-01-10  Jim Meyering  <jim@meyering.net>
40028
40029         fts.c: a small readability/maintainability improvement
40030         * lib/fts.c (fts_read): Make this code slightly more readable and
40031         maintainable by hoisting the "sp->fts_cur = p" assignments to
40032         immediately follow the statements that set P.  Derived from
40033         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
40034
40035 2007-01-10  Eric Blake  <ebb9@byu.net>
40036
40037         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
40038         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
40039         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40040         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
40041         Reported by Chris McGuire.
40042
40043 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40044
40045         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
40046         in sed script.
40047
40048 2007-01-09  Bruno Haible  <bruno@clisp.org>
40049
40050         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
40051         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
40052         variables.
40053         (func_module): Use them.
40054
40055 2007-01-09  Bruno Haible  <bruno@clisp.org>
40056
40057         * modules/unistr/base: New file.
40058         * lib/unistr.h: New file.
40059
40060         * modules/unistr/u8-to-u16: New file.
40061         * lib/unistr/u8-to-u16.c: New file.
40062
40063         * modules/unistr/u8-to-u32: New file.
40064         * lib/unistr/u8-to-u32.c: New file.
40065
40066         * modules/unistr/u16-to-u8: New file.
40067         * lib/unistr/u16-to-u8.c: New file.
40068
40069         * modules/unistr/u16-to-u32: New file.
40070         * lib/unistr/u16-to-u32.c: New file.
40071
40072         * modules/unistr/u32-to-u8: New file.
40073         * lib/unistr/u32-to-u8.c: New file.
40074
40075         * modules/unistr/u32-to-u16: New file.
40076         * lib/unistr/u32-to-u16.c: New file.
40077
40078         * modules/unistr/u8-check: New file.
40079         * modules/unistr/u16-check: New file.
40080         * modules/unistr/u32-check: New file.
40081         * lib/unistr/u8-check.c: New file.
40082         * lib/unistr/u16-check.c: New file.
40083         * lib/unistr/u32-check.c: New file.
40084
40085         * modules/unistr/u8-chr: New file.
40086         * modules/unistr/u16-chr: New file.
40087         * modules/unistr/u32-chr: New file.
40088         * lib/unistr/u8-chr.c: New file.
40089         * lib/unistr/u16-chr.c: New file.
40090         * lib/unistr/u32-chr.c: New file.
40091
40092         * modules/unistr/u8-cmp: New file.
40093         * modules/unistr/u16-cmp: New file.
40094         * modules/unistr/u32-cmp: New file.
40095         * lib/unistr/u8-cmp.c: New file.
40096         * lib/unistr/u16-cmp.c: New file.
40097         * lib/unistr/u32-cmp.c: New file.
40098
40099         * modules/unistr/u8-cpy: New file.
40100         * modules/unistr/u16-cpy: New file.
40101         * modules/unistr/u32-cpy: New file.
40102         * lib/unistr/u8-cpy.c: New file.
40103         * lib/unistr/u16-cpy.c: New file.
40104         * lib/unistr/u32-cpy.c: New file.
40105         * lib/unistr/u-cpy.h: New file.
40106
40107         * modules/unistr/u8-cpy-alloc: New file.
40108         * modules/unistr/u16-cpy-alloc: New file.
40109         * modules/unistr/u32-cpy-alloc: New file.
40110         * lib/unistr/u8-cpy-alloc.c: New file.
40111         * lib/unistr/u16-cpy-alloc.c: New file.
40112         * lib/unistr/u32-cpy-alloc.c: New file.
40113         * lib/unistr/u-cpy-alloc.h: New file.
40114
40115         * modules/unistr/u8-endswith: New file.
40116         * modules/unistr/u16-endswith: New file.
40117         * modules/unistr/u32-endswith: New file.
40118         * lib/unistr/u8-endswith.c: New file.
40119         * lib/unistr/u16-endswith.c: New file.
40120         * lib/unistr/u32-endswith.c: New file.
40121         * lib/unistr/u-endswith.h: New file.
40122
40123         * modules/unistr/u8-mblen: New file.
40124         * modules/unistr/u16-mblen: New file.
40125         * modules/unistr/u32-mblen: New file.
40126         * lib/unistr/u8-mblen.c: New file.
40127         * lib/unistr/u16-mblen.c: New file.
40128         * lib/unistr/u32-mblen.c: New file.
40129
40130         * modules/unistr/u8-mbtouc: New file.
40131         * modules/unistr/u16-mbtouc: New file.
40132         * modules/unistr/u32-mbtouc: New file.
40133         * lib/unistr/u8-mbtouc.c: New file.
40134         * lib/unistr/u16-mbtouc.c: New file.
40135         * lib/unistr/u32-mbtouc.c: New file.
40136
40137         * modules/unistr/u8-mbtouc-safe: New file.
40138         * modules/unistr/u16-mbtouc-safe: New file.
40139         * modules/unistr/u32-mbtouc-safe: New file.
40140         * lib/unistr/u8-mbtouc-safe.c: New file.
40141         * lib/unistr/u16-mbtouc-safe.c: New file.
40142         * lib/unistr/u32-mbtouc-safe.c: New file.
40143
40144         * modules/unistr/u8-move: New file.
40145         * modules/unistr/u16-move: New file.
40146         * modules/unistr/u32-move: New file.
40147         * lib/unistr/u8-move.c: New file.
40148         * lib/unistr/u16-move.c: New file.
40149         * lib/unistr/u32-move.c: New file.
40150         * lib/unistr/u-move.h: New file.
40151
40152         * modules/unistr/u8-next: New file.
40153         * modules/unistr/u16-next: New file.
40154         * modules/unistr/u32-next: New file.
40155         * lib/unistr/u8-next.c: New file.
40156         * lib/unistr/u16-next.c: New file.
40157         * lib/unistr/u32-next.c: New file.
40158
40159         * modules/unistr/u8-prev: New file.
40160         * modules/unistr/u16-prev: New file.
40161         * modules/unistr/u32-prev: New file.
40162         * lib/unistr/u8-prev.c: New file.
40163         * lib/unistr/u16-prev.c: New file.
40164         * lib/unistr/u32-prev.c: New file.
40165
40166         * modules/unistr/u8-set: New file.
40167         * modules/unistr/u16-set: New file.
40168         * modules/unistr/u32-set: New file.
40169         * lib/unistr/u8-set.c: New file.
40170         * lib/unistr/u16-set.c: New file.
40171         * lib/unistr/u32-set.c: New file.
40172         * lib/unistr/u-set.h: New file.
40173
40174         * modules/unistr/u8-startswith: New file.
40175         * modules/unistr/u16-startswith: New file.
40176         * modules/unistr/u32-startswith: New file.
40177         * lib/unistr/u8-startswith.c: New file.
40178         * lib/unistr/u16-startswith.c: New file.
40179         * lib/unistr/u32-startswith.c: New file.
40180         * lib/unistr/u-startswith.h: New file.
40181
40182         * modules/unistr/u8-stpcpy: New file.
40183         * modules/unistr/u16-stpcpy: New file.
40184         * modules/unistr/u32-stpcpy: New file.
40185         * lib/unistr/u8-stpcpy.c: New file.
40186         * lib/unistr/u16-stpcpy.c: New file.
40187         * lib/unistr/u32-stpcpy.c: New file.
40188         * lib/unistr/u-stpcpy.h: New file.
40189
40190         * modules/unistr/u8-stpncpy: New file.
40191         * modules/unistr/u16-stpncpy: New file.
40192         * modules/unistr/u32-stpncpy: New file.
40193         * lib/unistr/u8-stpncpy.c: New file.
40194         * lib/unistr/u16-stpncpy.c: New file.
40195         * lib/unistr/u32-stpncpy.c: New file.
40196         * lib/unistr/u-stpncpy.h: New file.
40197
40198         * modules/unistr/u8-strcat: New file.
40199         * modules/unistr/u16-strcat: New file.
40200         * modules/unistr/u32-strcat: New file.
40201         * lib/unistr/u8-strcat.c: New file.
40202         * lib/unistr/u16-strcat.c: New file.
40203         * lib/unistr/u32-strcat.c: New file.
40204         * lib/unistr/u-strcat.h: New file.
40205
40206         * modules/unistr/u8-strchr: New file.
40207         * modules/unistr/u16-strchr: New file.
40208         * modules/unistr/u32-strchr: New file.
40209         * lib/unistr/u8-strchr.c: New file.
40210         * lib/unistr/u16-strchr.c: New file.
40211         * lib/unistr/u32-strchr.c: New file.
40212
40213         * modules/unistr/u8-strcmp: New file.
40214         * modules/unistr/u16-strcmp: New file.
40215         * modules/unistr/u32-strcmp: New file.
40216         * lib/unistr/u8-strcmp.c: New file.
40217         * lib/unistr/u16-strcmp.c: New file.
40218         * lib/unistr/u32-strcmp.c: New file.
40219
40220         * modules/unistr/u8-strcpy: New file.
40221         * modules/unistr/u16-strcpy: New file.
40222         * modules/unistr/u32-strcpy: New file.
40223         * lib/unistr/u8-strcpy.c: New file.
40224         * lib/unistr/u16-strcpy.c: New file.
40225         * lib/unistr/u32-strcpy.c: New file.
40226         * lib/unistr/u-strcpy.h: New file.
40227
40228         * modules/unistr/u8-strcspn: New file.
40229         * modules/unistr/u16-strcspn: New file.
40230         * modules/unistr/u32-strcspn: New file.
40231         * lib/unistr/u8-strcspn.c: New file.
40232         * lib/unistr/u16-strcspn.c: New file.
40233         * lib/unistr/u32-strcspn.c: New file.
40234         * lib/unistr/u-strcspn.h: New file.
40235
40236         * modules/unistr/u8-strdup: New file.
40237         * modules/unistr/u16-strdup: New file.
40238         * modules/unistr/u32-strdup: New file.
40239         * lib/unistr/u8-strdup.c: New file.
40240         * lib/unistr/u16-strdup.c: New file.
40241         * lib/unistr/u32-strdup.c: New file.
40242         * lib/unistr/u-strdup.h: New file.
40243
40244         * modules/unistr/u8-strlen: New file.
40245         * modules/unistr/u16-strlen: New file.
40246         * modules/unistr/u32-strlen: New file.
40247         * lib/unistr/u8-strlen.c: New file.
40248         * lib/unistr/u16-strlen.c: New file.
40249         * lib/unistr/u32-strlen.c: New file.
40250         * lib/unistr/u-strlen.h: New file.
40251
40252         * modules/unistr/u8-strmblen: New file.
40253         * modules/unistr/u16-strmblen: New file.
40254         * modules/unistr/u32-strmblen: New file.
40255         * lib/unistr/u8-strmblen.c: New file.
40256         * lib/unistr/u16-strmblen.c: New file.
40257         * lib/unistr/u32-strmblen.c: New file.
40258
40259         * modules/unistr/u8-strmbtouc: New file.
40260         * modules/unistr/u16-strmbtouc: New file.
40261         * modules/unistr/u32-strmbtouc: New file.
40262         * lib/unistr/u8-strmbtouc.c: New file.
40263         * lib/unistr/u16-strmbtouc.c: New file.
40264         * lib/unistr/u32-strmbtouc.c: New file.
40265
40266         * modules/unistr/u8-strncat: New file.
40267         * modules/unistr/u16-strncat: New file.
40268         * modules/unistr/u32-strncat: New file.
40269         * lib/unistr/u8-strncat.c: New file.
40270         * lib/unistr/u16-strncat.c: New file.
40271         * lib/unistr/u32-strncat.c: New file.
40272         * lib/unistr/u-strncat.h: New file.
40273
40274         * modules/unistr/u8-strncmp: New file.
40275         * modules/unistr/u16-strncmp: New file.
40276         * modules/unistr/u32-strncmp: New file.
40277         * lib/unistr/u8-strncmp.c: New file.
40278         * lib/unistr/u16-strncmp.c: New file.
40279         * lib/unistr/u32-strncmp.c: New file.
40280
40281         * modules/unistr/u8-strncpy: New file.
40282         * modules/unistr/u16-strncpy: New file.
40283         * modules/unistr/u32-strncpy: New file.
40284         * lib/unistr/u8-strncpy.c: New file.
40285         * lib/unistr/u16-strncpy.c: New file.
40286         * lib/unistr/u32-strncpy.c: New file.
40287         * lib/unistr/u-strncpy.h: New file.
40288
40289         * modules/unistr/u8-strnlen: New file.
40290         * modules/unistr/u16-strnlen: New file.
40291         * modules/unistr/u32-strnlen: New file.
40292         * lib/unistr/u8-strnlen.c: New file.
40293         * lib/unistr/u16-strnlen.c: New file.
40294         * lib/unistr/u32-strnlen.c: New file.
40295         * lib/unistr/u-strnlen.h: New file.
40296
40297         * modules/unistr/u8-strpbrk: New file.
40298         * modules/unistr/u16-strpbrk: New file.
40299         * modules/unistr/u32-strpbrk: New file.
40300         * lib/unistr/u8-strpbrk.c: New file.
40301         * lib/unistr/u16-strpbrk.c: New file.
40302         * lib/unistr/u32-strpbrk.c: New file.
40303         * lib/unistr/u-strpbrk.h: New file.
40304
40305         * modules/unistr/u8-strrchr: New file.
40306         * modules/unistr/u16-strrchr: New file.
40307         * modules/unistr/u32-strrchr: New file.
40308         * lib/unistr/u8-strrchr.c: New file.
40309         * lib/unistr/u16-strrchr.c: New file.
40310         * lib/unistr/u32-strrchr.c: New file.
40311
40312         * modules/unistr/u8-strspn: New file.
40313         * modules/unistr/u16-strspn: New file.
40314         * modules/unistr/u32-strspn: New file.
40315         * lib/unistr/u8-strspn.c: New file.
40316         * lib/unistr/u16-strspn.c: New file.
40317         * lib/unistr/u32-strspn.c: New file.
40318         * lib/unistr/u-strspn.h: New file.
40319
40320         * modules/unistr/u8-strstr: New file.
40321         * modules/unistr/u16-strstr: New file.
40322         * modules/unistr/u32-strstr: New file.
40323         * lib/unistr/u8-strstr.c: New file.
40324         * lib/unistr/u16-strstr.c: New file.
40325         * lib/unistr/u32-strstr.c: New file.
40326         * lib/unistr/u-strstr.h: New file.
40327
40328         * modules/unistr/u8-strtok: New file.
40329         * modules/unistr/u16-strtok: New file.
40330         * modules/unistr/u32-strtok: New file.
40331         * lib/unistr/u8-strtok.c: New file.
40332         * lib/unistr/u16-strtok.c: New file.
40333         * lib/unistr/u32-strtok.c: New file.
40334         * lib/unistr/u-strtok.h: New file.
40335
40336         * modules/unistr/u8-uctomb: New file.
40337         * modules/unistr/u16-uctomb: New file.
40338         * modules/unistr/u32-uctomb: New file.
40339         * lib/unistr/u8-uctomb.c: New file.
40340         * lib/unistr/u16-uctomb.c: New file.
40341         * lib/unistr/u32-uctomb.c: New file.
40342
40343         * MODULES.html.sh (Unicode string functions): Add the new modules.
40344
40345 2007-01-08  Bruno Haible  <bruno@clisp.org>
40346
40347         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
40348         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
40349         subdirectories.
40350
40351 2007-01-08  Karl Berry  <karl@gnu.org>
40352
40353         * doc/error.texi: mention that main() fns must set program_name
40354         when progname is used.
40355
40356 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
40357
40358         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
40359         WCTYPE_H is empty, for the benefit of builds from non-distclean
40360         directories.  Problem reported by Eric Blake in
40361         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
40362
40363 2007-01-08  Bruno Haible  <bruno@clisp.org>
40364
40365         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
40366         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
40367         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
40368         PROVIDE_CANONICALIZE_FILENAME_MODE.
40369         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
40370
40371 2007-01-08  Bruno Haible  <bruno@clisp.org>
40372
40373         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
40374         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
40375         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
40376         * lib/fts.c: Likewise.
40377         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
40378
40379 2006-12-25  Bruno Haible  <bruno@clisp.org>
40380
40381         * modules/utf8-ucs4-safe: New file.
40382         * lib/utf8-ucs4-safe.h: New file.
40383         * lib/unistr/utf8-ucs4-safe.c: New file.
40384
40385         * modules/utf16-ucs4-safe: New file.
40386         * lib/utf16-ucs4-safe.h: New file.
40387         * lib/unistr/utf16-ucs4-safe.c: New file.
40388
40389         * MODULES.html.sh (Unicode string functions): Add the new modules.
40390
40391 2007-01-08  Bruno Haible  <bruno@clisp.org>
40392
40393         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
40394         (Depends-on): Add unitypes.
40395         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40396         (u8_mbtouc_aux): Move out to separate file.
40397         (u8_mbtouc): Use ucs4_t, uint8_t types.
40398         * lib/unistr/utf8-ucs4.c: New file.
40399
40400         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
40401         (Depends-on): Add unitypes.
40402         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
40403         (u16_mbtouc_aux): Move out to separate file.
40404         (u16_mbtouc): Use ucs4_t, uint16_t types.
40405         * lib/unistr/utf16-ucs4.c: New file.
40406
40407         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
40408         (Depends-on): Add unitypes.
40409         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
40410         (u8_uctomb_aux): Move out to separate file.
40411         (u8_uctomb): Use ucs4_t, uint8_t types.
40412         * lib/unistr/ucs4-utf8.c: New file.
40413
40414         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
40415         (Depends-on): Add unitypes.
40416         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
40417         (u16_uctomb_aux): Move out to separate file.
40418         (u16_uctomb): Use ucs4_t, uint16_t types.
40419         * lib/unistr/ucs4-utf16.c: New file.
40420
40421 2006-12-25  Bruno Haible  <bruno@clisp.org>
40422
40423         * modules/unitypes: New file.
40424         * lib/unitypes.h: New file.
40425         * MODULES.html.sh (func_all_modules): New section "Unicode string
40426         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
40427         this section. Add unitypes.
40428
40429 2007-01-08  Bruno Haible  <bruno@clisp.org>
40430
40431         Avoid variable names that conflict with those from libtool.
40432         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
40433         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
40434         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
40435         library_names_spec to acl_library_names_spec, hardcode_* to
40436         acl_hardcode_*.
40437         Reported by Ralf Wildenhues.
40438
40439 2007-01-08  Bruno Haible  <bruno@clisp.org>
40440
40441         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
40442         definition.
40443         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
40444         definition.
40445         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
40446         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
40447         definition.
40448         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
40449         definition.
40450         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
40451         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
40452         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
40453         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
40454         definition.
40455         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
40456         definition.
40457         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
40458         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
40459         GC_USE_<algorithm>.
40460         * lib/gc-libgcrypt.c: Likewise.
40461         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
40462         * modules/gc-arctwo (configure.ac): Likewise.
40463         * modules/gc-des (configure.ac): Likewise.
40464         * modules/gc-hmac-md5 (configure.ac): Likewise.
40465         * modules/gc-hmac-sha1 (configure.ac): Likewise.
40466         * modules/gc-md2 (configure.ac): Likewise.
40467         * modules/gc-md4 (configure.ac): Likewise.
40468         * modules/gc-md5 (configure.ac): Likewise.
40469         * modules/gc-random (configure.ac): Likewise.
40470         * modules/gc-rijndael (configure.ac): Likewise.
40471         * modules/gc-sha1 (configure.ac): Likewise.
40472
40473 2007-01-08  Bruno Haible  <bruno@clisp.org>
40474
40475         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
40476         macro definition.
40477         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
40478         definition.
40479         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
40480         definition.
40481         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
40482         * modules/fcntl-safer (configure.ac): Likewise.
40483         * modules/fopen-safer (configure.ac): Likewise.
40484         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
40485         GNULIB_FWRITEERROR macro definition.
40486
40487 2007-01-08  Bruno Haible  <bruno@clisp.org>
40488
40489         * m4/gnulib-common.m4: New file.
40490         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
40491         (func_get_filelist): Add m4/gnulib-common.m4.
40492
40493 2007-01-08  Bruno Haible  <bruno@clisp.org>
40494
40495         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
40496         command.
40497
40498 2007-01-08  Jim Meyering  <jim@meyering.net>
40499
40500         Use a more robust test for a "can't happen" condition.
40501         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
40502         narrowed the st_size value.  Presuming the "can't happen" condition
40503         is true, that narrowing could conceivably convert an invalid st_size
40504         value into a valid one.  Instead, use a change based on Matthew
40505         Woehlke's original patch.
40506
40507         Slight readability improvement: use an assert-like macro
40508         in place of literal "abort ()" uses.
40509         * lib/fts.c (fts_assert): Define.
40510         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
40511         Use this macro instead of a bare 'abort'.
40512
40513 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
40514
40515         Don't worry about using IRIX 5.3's wctype.h broken definitions;
40516         simply work around them.
40517         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
40518         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
40519         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
40520         declaring.
40521         Don't bother to define as macros, since the standard doesn't require it.
40522         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
40523         longer worry about IRIX 5.3.
40524         (HAVE_WCTYPE_CTMP_BUG): Remove.
40525
40526 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
40527
40528         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
40529         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
40530         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
40531         Problems reported by Georg Schwarz for IRIX 5.3.
40532
40533         * gnulib-tool (autoconf_minversion): Take the maximum version number
40534         found, not the minimum.  Problem reported by James Youngman.
40535
40536 2007-01-03  Karl Berry  <karl@gnu.org>
40537
40538         * doc/error.texi: new file, explaining interaction with progname.
40539         * doc/gnulib.texi: include it.  Update copyright.
40540
40541 2007-01-03  Simon Josefsson  <simon@josefsson.org>
40542
40543         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
40544         AC_CANONICAL_HOST, to improve autobuild outputs.
40545
40546 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
40547             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40548
40549         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
40550         sockets, server sockets, and other file descriptors.  Count errors
40551         to compute the return value.  Reorder the code a bit to be easier
40552         to follow.  Don't set event bits that were not requested (except
40553         POLLERR and POLLHUP).
40554
40555 2007-01-01  Bruno Haible  <bruno@clisp.org>
40556
40557         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
40558
40559 2007-01-03  Jim Meyering  <jim@meyering.net>
40560
40561         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
40562
40563 2007-01-02  Bruno Haible  <bruno@clisp.org>
40564
40565         * modules/settime (Include): Require timespec.h.
40566         * modules/nanosleep (Include): Likewise.
40567
40568 2007-01-01  Bruno Haible  <bruno@clisp.org>
40569
40570         * gnulib-tool (func_emit_copyright_notice): Bump year.
40571         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
40572
40573 2007-01-01  Bruno Haible  <bruno@clisp.org>
40574
40575         Improve support for OpenBSD.
40576         * build-aux/config.rpath (libname_spec): Export.
40577         (library_names_spec): New variable. Export.
40578         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
40579         library_names_spec from the config.rpath output. Locate shared library
40580         through the name pattern in library_names_spec.
40581
40582 2007-01-01  Eric Blake  <ebb9@byu.net>
40583
40584         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
40585
40586 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
40587
40588         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
40589         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
40590         assume the C locale, and avoid an "eval" that could cause trouble.
40591         Problem with SORT reported by Bob Proulx.
40592
40593         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
40594         Define.  Trivial patch from Henning Nielsen Lund, originally
40595         sent to bug-grep@gnu.org today.
40596
40597 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
40598
40599         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
40600         struct stat.  Problem reported by Henning Nielsen Lund.
40601         * lib/acl.c: Include acl.h first, to check interface.  Don't
40602         bother to include sys/types.h and sys/stat.h again.
40603
40604 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
40605
40606         Import the following change from libc; problem reported by
40607         Sven Verdoolaege.
40608
40609         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
40610
40611         [BZ #1373]
40612         * lib/argp.h: Remove __NTH for __argp_usage inline function.
40613
40614 2006-12-28  Jim Meyering  <jim@meyering.net>
40615
40616         * build-aux/announce-gen: Do not assume that the package
40617         builds any of tar.gz, tar.bz2, and .xdelta files.
40618         Suggestion from Simon Josefsson.
40619
40620 2006-12-28  Simon Josefsson  <simon@josefsson.org>
40621
40622         * modules/announce-gen: New file.
40623
40624 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
40625
40626         * lib/mbchar.h: Just include <wctype.h>; the wctype module
40627         handles its gotchas now.
40628         * lib/mbswidth.c: Likewise.
40629         * lib/wcwidth.h: Likewise.
40630         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
40631         and iswcntrl; the wctype module does this stuff now.
40632         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
40633         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
40634         * modules/mbchar (Depends-on): Add wctype.
40635         * modules/mbswidth (Depends-on): Likewise.
40636         * modules/wcwidth (Depends-on): Likewise.
40637
40638 2006-12-27  Eric Blake  <ebb9@byu.net>
40639
40640         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
40641         module uses more than what <wctype.h> is required to provide.
40642
40643 2006-12-26  Eric Blake  <ebb9@byu.net>
40644
40645         * gnulib-tool (sed_extract_prog): Avoid space-tab.
40646
40647 2006-12-26  Eric Blake  <ebb9@byu.net>
40648
40649         * modules/absolute-header: New module.
40650         * modules/fcntl (Depends-on): Depend on it.
40651         * modules/inttypes (Depends-on): Likewise.
40652         * modules/stdint (Depends-on): Likewise.
40653         * modules/sys_stat (Depends-on): Likewise.
40654         * modules/wctype (Depends-on): Likewise.
40655         * MODULES.html.sh (Support for building libraries and
40656         executables): Document it.
40657
40658 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
40659
40660         * gnulib-tool (SED): Remove, undoing previous change.
40661         The problem was that it broke coreutils on Solaris, because
40662         "sed --posix" leaked into a makefile.
40663         (sed): New alias, if 'alias' and GNU sed.
40664
40665 2006-12-24  Jim Meyering  <jim@meyering.net>
40666
40667         Work around an fchownat bug in glibc-2.4:
40668         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
40669         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
40670         in spite of the -P option.
40671         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
40672         New macros.
40673         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
40674         * modules/openat (Files): Add lib/fchownat.c.
40675         * lib/openat.c (fchownat): Don't define here.  Move to...
40676         * lib/fchownat.c: ...this new file.
40677
40678 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
40679
40680         Fix bug reported by Bruno Haible in
40681         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
40682         where quotearg.c didn't compile on Mac OS X 10.2 because it
40683         lacks <wchar.h> and wint_t.
40684         * lib/wctype_.h (__wctype_wint_t): New type.
40685         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
40686         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
40687         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
40688         Arg is now of type __wctype_wint_t, not wint_t.
40689         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
40690         substitute HAVE_WINT_T.
40691         * modules/wctype (Files): Add m4/wint_t.m4.
40692         (wctype.h): Substitute HAVE_WINT_T.
40693
40694 2006-12-23  Bruno Haible  <bruno@clisp.org>
40695
40696         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
40697
40698 2006-12-23  Bruno Haible  <bruno@clisp.org>
40699
40700         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
40701         S_ISLNK.
40702         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
40703         mingw.
40704
40705 2006-12-22  Bruno Haible  <bruno@clisp.org>
40706
40707         * lib/copy-file.c: Include acl.h.
40708         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
40709         Close the file descriptors only after being done with copy_acl.
40710         * modules/copy-file (Depends-on): Add acl.
40711
40712 2006-12-22  Bruno Haible  <bruno@clisp.org>
40713
40714         * gnulib-tool (SED): New variable.
40715         Use $SED instead of sed everywhere.
40716
40717 2006-12-22  Bruno Haible  <bruno@clisp.org>
40718
40719         * modules/no-c++: New file.
40720         * m4/no-c++.m4: New file.
40721         * MODULES.html.sh (Support for building libraries and executables):
40722         Add no-c++.
40723
40724 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
40725
40726         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
40727         Include <limits.h>, and use its INT_MAX to rewrite the
40728         j loop so that it does not overflow 'int'.  Problem reported by
40729         Ralf Wildenhues in
40730         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
40731         Play it safe by shifting left by 1 rather than multiplying by 2,
40732         as GCC is less likely to optimize this away when the value
40733         is signed (when it assumes overflow leads to undefined behavior).
40734         Also, don't assume time_t uses two's complement.
40735
40736 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
40737
40738         * MODULES.html.sh: New module wctype.
40739         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
40740         * lib/fnmatch.c: Don't bother to include <wchar.h> before
40741         <wctype.h>, since the new wctype module should fix this.
40742         * lib/quotearg.c: Include <wctype.h> unconditionally, since
40743         the wctype module should arrange for it.
40744         * lib/regex_internal.h: Likewise.
40745         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
40746         since the wctype module should handle this now.
40747         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
40748         * modules/fnmatch (Depends-on): Add wctype.
40749         * modules/quotearg (Depends-on): Likewise.
40750         * modules/regex (Depends-on): Likewise.
40751
40752 2006-12-19  Bruno Haible  <bruno@clisp.org>
40753
40754         * lib/strdup.h [C++]: Wrap definitions in extern "C".
40755         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
40756
40757 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40758
40759         * modules/savewd (Depends-on): Fix dependency on fcntl.
40760
40761 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40762
40763         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
40764         conforms to C99, rather than relying on the user's environment
40765         setting of STDINT_H.
40766
40767 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
40768         and Eric Blake  <ebb9@byu.net>
40769
40770         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
40771         This is more consistent with the other defines here.
40772         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
40773         Port to z/OS.  Problem reported by Paul Gilmartin.
40774         Change local vars to use gl_ prefix rather than ac_.
40775         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
40776         with other defines.
40777         * modules/double-slash-root: New module.
40778         * modules/dirname (Files): Remove m4/double-slash-root.m4.
40779         (Depends-on): Add double-slash-root.
40780         * MODULES.html.sh (File system functions): Mention new module.
40781
40782 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
40783
40784         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
40785         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
40786         This is for the benefit of gzip, which doesn't do i18n.
40787
40788 2006-12-12  Jim Meyering  <jim@meyering.net>
40789
40790         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
40791         Reported by Andreas Schwab <schwab@suse.de>.
40792
40793 2006-12-12  Bruno Haible  <bruno@clisp.org>
40794
40795         Merge these changes.
40796         2006-09-05  Bruno Haible  <bruno@clisp.org>
40797         * lib/iconvme.c (iconv_string): No need to save and restore errno when
40798         iconv_alloc succeeded.
40799         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
40800         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
40801         test for " && dest " at the end - dest is always != NULL there. Call
40802         iconv with 4xNULL arguments initially, to reset the state. Call iconv
40803         with 2xNULL arguments, also to flush the state storage. Handle the
40804         IRIX iconv behaviour. Realloc the final result, to throw away unused
40805         memory.
40806
40807 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
40808
40809         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
40810         and fchmodat unconditionally, since glibc 2.4 has them.
40811         Problem reported by Arkadiusz Miskiewicz.
40812
40813 2006-12-10  Bruno Haible  <bruno@clisp.org>
40814
40815         * gnulib-tool (func_import): Show the include files only for those
40816         modules that are copied and specified.
40817         Reported by Karl Berry.
40818
40819 2006-12-08  Jim Meyering  <jim@meyering.net>
40820
40821         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
40822         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
40823
40824         * build-aux/announce-gen: Add two new options, both optional:
40825         --bootstrap-tools=TOOL_LIST
40826               a comma-separated list of tools, e.g.,
40827               autoconf,automake,bison,gnulib
40828         --gnulib-snapshot-date=DATE
40829               if gnulib is in the bootstrap tool list,
40830               then report this as the snapshot date.
40831               If not specified, use the current date/time.
40832               If you specify a date here, be sure it's UTC.
40833
40834 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40835
40836         * tests/test-argp-2.sh: Fix test to match actual output.
40837         (func_compare): Fix sed script to be portable.
40838
40839 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
40840
40841         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
40842         workaround for this case.  It is not autoconfigured now; offhand
40843         it's hard to see how to autoconfigure it.
40844
40845 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
40846
40847         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
40848         a directory that is about to be chowned.  Such a directory's
40849         initial file permissions should permit the owner only and this
40850         should not be changed until after the chown, since the group and
40851         other bits would be incorrect if they granted permission before
40852         the chown.
40853
40854         Fix porting problem for iswctype reported by Georg Schwarz in:
40855         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
40856         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
40857         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
40858         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
40859         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
40860
40861 2006-12-03  Jim Meyering  <jim@meyering.net>
40862
40863         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
40864         p->fts_statp may not yet be defined.
40865         (fts_read): Instead, set it in the caller, once p->fts_statp is
40866         sure to be defined, and corresponds to a top-level directory.
40867         This bug made du -x fail.  Here's the coreutils test case:
40868         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
40869         Reported by Mike Frysinger.
40870
40871 2006-12-01  Jim Meyering  <jim@meyering.net>
40872
40873         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
40874         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
40875         Reported by Simon Josefsson.
40876
40877 2006-11-30  Jim Meyering  <jim@meyering.net>
40878
40879         * m4/warning.m4: Use the all-permissive copyright notice
40880         recommended by RMS (rather than LGPL).
40881         * m4/vararrays.m4: Likewise.
40882         * m4/flexmember.m4: Likewise.
40883
40884 2006-11-29  Bruno Haible  <bruno@clisp.org>
40885
40886         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40887         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
40888         using +=.
40889         Reported by Simon Josefsson <simon@josefsson.org>.
40890
40891 2006-11-28  James Youngman <jay@gnu.org>
40892
40893         * README: Advise users that they might find the bug-gnulib@gnu.org
40894         and autotools-announce@gnu.org mailing lists useful.
40895
40896 2006-11-28  Bruno Haible  <bruno@clisp.org>
40897
40898         * m4/ptrdiff_max.m4: Remove file.
40899
40900 2006-11-21  Bruno Haible  <bruno@clisp.org>
40901
40902         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
40903         _AC_COMPUTE_INT.
40904         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40905         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
40906         _AC_COMPUTE_INT.
40907         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40908         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
40909         _AC_COMPUTE_INT.
40910         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40911
40912 2006-11-28  Jim Meyering  <jim@meyering.net>
40913
40914         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
40915         warning from "gcc -Wshadow" about shadowing the builtin.
40916
40917 2006-11-27  Bruno Haible  <bruno@clisp.org>
40918
40919         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
40920         _AC_COMPUTE_INT.
40921         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
40922
40923 2006-11-27  Bruno Haible  <bruno@clisp.org>
40924             Paul Eggert  <eggert@cs.ucla.edu>
40925
40926         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
40927
40928 2006-11-26  Bruno Haible  <bruno@clisp.org>
40929
40930         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
40931         noinst_LTLIBRARIES.
40932
40933 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
40934             Bruno Haible  <bruno@clisp.org>
40935
40936         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
40937         if compiling with "gcc -ansi".
40938
40939 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
40940
40941         Fix some incompatibilities with gcc -ansi -pedantic.
40942         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
40943         if compiling pedantically with GCC, unless it's C99 or later.
40944         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
40945         it mishandles gcc -ansi -pedantic as well.
40946         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
40947         if gcc -pedantic.
40948         * lib/regexec.c (check_node_accept_bytes): Don't use auto
40949         initializers for struct if -pedantic, unless it's C99 or later.
40950
40951 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
40952
40953         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
40954         Don't close an fd more than once. Identical atimes indicate
40955         success, not failure.
40956
40957 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
40958
40959         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
40960
40961 2006-11-23  Jim Meyering  <jim@meyering.net>
40962
40963         * build-aux/announce-gen: New file.  From coreutils.
40964
40965 2006-11-22  Jim Meyering  <jim@meyering.net>
40966
40967         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
40968         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
40969         (fts_read): Use a temporary to narrow the overused st_size member
40970         before using it in a switch statement.  Reported by Matthew Woehlke.
40971
40972         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
40973         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
40974
40975 2006-11-20  Bruno Haible  <bruno@clisp.org>
40976
40977         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
40978         changequote instead of pairs of brackets.
40979         Reported by Andreas Schwab <schwab@suse.de>.
40980
40981 2006-11-21  Jim Meyering  <jim@meyering.net>
40982
40983         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
40984         so as to remain compatible with older compilers.
40985         Patch from Michael Deutschmann.
40986
40987 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
40988
40989         * MODULES.html.sh (File system functions): Add openat.
40990
40991         * lib/openat.h (rpl_fstatat): New macro, if
40992         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
40993         (fstatat): Define to rpl_fstatat under the same conditions,
40994         unless COMPILING_FSTATAT.
40995         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
40996         seems to have the bug.
40997         * lib/fstatat.c: New file.
40998         * modules/openat (Files): Add it.
40999
41000 2006-11-20  Bruno Haible  <bruno@clisp.org>
41001
41002         * Makefile: New file.
41003
41004 2006-11-20  Jim Meyering  <jim@meyering.net>
41005
41006         The beginnings of syntax-related checks for gnulib.
41007         * lib/Makefile: New file.
41008         * lib/t-idcache: New script.  Ensure that the two halves of
41009         idcache.c stay in sync.
41010
41011         * lib/idcache.c: Adjust comments in user- and group- portions to
41012         be more accurate, and to be consistent with one another.
41013
41014 2006-11-20  Jim Meyering  <jim@meyering.net>
41015
41016         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
41017         continue using the flexible array member (thus, this module performs
41018         half as many malloc calls), with the addition that...
41019         (getgroup, getuser): Consistently record a non-match via an empty
41020         "name" string, and map an empty string match to a NULL return value.
41021         * modules/idcache (Depends-on): Re-add flexmember.
41022
41023         * lib/idcache.c (getuser): Remove all uses of the register keyword.
41024         (getuidbyname, getgroup, getgidbyname): Likewise.
41025
41026         Use cleaner syntax: NULL rather than 0.
41027         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
41028
41029 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
41030
41031         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
41032         It mishandled the case where the group was missing.
41033         Problem reported by Greg Schafer.
41034         * modules/idcache: Likewise.
41035
41036 2006-11-18  Jim Meyering  <jim@meyering.net>
41037
41038         * check-module (%exempt_header): Add exception for some
41039         conditionally-included headers.
41040
41041         * modules/i-ring (Depends-on): Add verify.
41042         (License): Change to LGPL.
41043
41044 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
41045
41046         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
41047         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
41048         and inttostr.h.  Use snprintf rather than uinttostr, so that
41049         LGPLed code doesn't depend on GPLed.
41050
41051 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
41052
41053         * modules/inline (License): Change from GPL to LGPL.
41054
41055 2006-11-17  Jim Meyering  <jim@meyering.net>
41056
41057         * modules/d-type (License): Switch to LGPL.
41058
41059 2006-11-15  Bruno Haible  <bruno@clisp.org>
41060
41061         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
41062
41063 2006-11-15  Eric Blake  <ebb9@byu.net>
41064
41065         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
41066         the module dependency.
41067
41068 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41069             Bruno Haible  <bruno@clisp.org>
41070
41071         * gnulib-tool (func_create_testdir): Add license consistency check.
41072
41073 2006-11-15  Eric Blake  <ebb9@byu.net>
41074
41075         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
41076         random "(cached)" in configure output.
41077
41078 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41079
41080         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
41081         test for conforming inttypes.h is both announced and cached.
41082
41083         * MODULES.html.sh (seen_modules, seen_files): New variables.
41084         (func_module): Rewrite to use a few less gnulib-tool and sed
41085         invocations.  Avoid a couple of quadratic algorithms for ...
41086         (missed_modules, missed_files): ... these, with ...
41087         (func_append, func_tmpdir): ... these new functions, from
41088         gnulib-tool.  Analogously, install traps for cleanup.
41089
41090         * tests/test-gc.c (main): Remove unused variables.
41091         * tests/test-read-file.c: Include stdlib.h, for 'free'.
41092
41093 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
41094
41095         * modules/inttostr (License): Change to LGPL.
41096
41097 2006-11-14  Eric Blake  <ebb9@byu.net>
41098
41099         * modules/tempname (License): Change to LGPL.
41100
41101 2006-11-14  Eric Blake  <ebb9@byu.net>
41102
41103         * doc/functions.texi (Function Portability): *printf functions on
41104         Cygwin now understand all POSIX size specifiers.
41105
41106 2006-11-14  Bruno Haible  <bruno@clisp.org>
41107
41108         * modules/c-ctype (License): Change to LGPL.
41109
41110 2006-11-12  Bruno Haible  <bruno@clisp.org>
41111
41112         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
41113         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
41114         for GNOME libraries, for which the include files are installed in
41115         subdirectories of $prefix/include.
41116
41117 2006-11-12  Bruno Haible  <bruno@clisp.org>
41118
41119         * m4/lib-link.m4: Require at least autoconf-2.54.
41120         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
41121         name to underscores for the --with option.
41122
41123 2006-11-13  Bruno Haible  <bruno@clisp.org>
41124
41125         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
41126         the tests directory.
41127         Reported by Ralf Wildenhues.
41128
41129 2006-11-13  Bruno Haible  <bruno@clisp.org>
41130
41131         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
41132         (func_emit_initmacro_end): Undo the override here.
41133         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
41134         Works around the famous automake error in coreutils.
41135
41136 2006-11-13  Eric Blake  <ebb9@byu.net>
41137
41138         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
41139         element, not its node.
41140
41141 2006-11-12  Bruno Haible  <bruno@clisp.org>
41142
41143         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
41144         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
41145
41146 2006-11-12  Bruno Haible  <bruno@clisp.org>
41147
41148         * gnulib-tool: New option --local-symlink.
41149         (func_usage): Document it.
41150         (lsymbolic): New variable.
41151         (func_import, func_create_testdir): If --symlink was not specified,
41152         test whether --local-symlink was specified and the file comes from
41153         the local_gnulib_dir.
41154
41155 2006-11-12  Bruno Haible  <bruno@clisp.org>
41156
41157         * gnulib-tool (func_ln): New function.
41158         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
41159
41160 2006-11-12  Bruno Haible  <bruno@clisp.org>
41161
41162         Finish support for source files in subdirectories.
41163         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
41164         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
41165         AUTOMAKE_OPTIONS.
41166         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
41167
41168 2006-11-12  Bruno Haible  <bruno@clisp.org>
41169
41170         * gnulib-tool (func_get_automake_snippet): Synthesize also an
41171         EXTRA_lib_SOURCES augmentation.
41172         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
41173
41174 2006-11-12  Jim Meyering  <jim@meyering.net>
41175
41176         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
41177         file descriptors.  This also averts a failure on systems with
41178         native openat support when a traversed directory lacks "x" access.
41179         * lib/fts_.h: Include "i-ring.h"
41180         (struct FTS) [fts_fd_ring]: New member.
41181         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
41182         (FCHDIR): Add parentheses.
41183         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
41184         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
41185         When descending, rather than simply closing the previous
41186         fts_cwd_fd value, push that file descriptor onto the ring.
41187         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
41188         (fts_open): Initialize the new fd_ring member.
41189         (fts_close): Clear the ring.
41190         (fts_safe_changedir): When possible, use our new fd_ring to skip
41191         the diropen and fstat and dev/ino comparison that would normally
41192         accompany a virtual `chdir ("..")'.
41193
41194         * modules/fts (Depends-on): Add i-ring.
41195         * modules/i-ring: New module.
41196         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
41197         * m4/i-ring.m4: New file.
41198
41199 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41200
41201         * gnulib-tool (func_create_testdir): Fix replacement of
41202         `build-aux' in configure.ac.  Run autotools in gltests
41203         subdirectory.
41204         (func_create_testdir, func_create_megatestdir, test): There is
41205         no need for '--force' in most autotool invocations in a new
41206         tree.  Actually fail the whole test if any of the tools, or the
41207         configure or make stages fail.
41208
41209         Sync from Automake.
41210         * build-aux/gnupload: Revert last change.  Add pointer to upload
41211         instructions of the GNU Maintenance Instructions.
41212         Suggestion by Karl Berry.
41213
41214 2006-11-10  Jim Meyering  <jim@meyering.net>
41215
41216         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
41217
41218 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41219
41220         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
41221         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
41222         (bind_textdomain_codeset) [! ENABLE_NLS]:
41223         Evaluate all the arguments.  That way, callers get compatible behavior
41224         if the arguments have side effects.  Also, it avoids some GCC
41225         diagnostics in some cases; Joel E. Denny reported problems when Bison
41226         was configured with --enable-gcc-warnigs.
41227
41228 2006-11-10  Jim Meyering  <jim@meyering.net>
41229
41230         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
41231         relevant options in CFLAGS (like -O, -fno-inline) are taken into
41232         account.
41233
41234 2006-11-10  Jim Meyering  <jim@meyering.net>
41235
41236         * modules/inline: New file/module.
41237         * modules/xalloc (Files): Remove m4/inline.m4.
41238         (Depends-on): Add inline, instead.
41239         * modules/oset: Likewise.
41240         * modules/list: Likewise.
41241
41242 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
41243
41244         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
41245         Problem reported by Matthew Woehlke.
41246
41247 2006-11-09  Bruno Haible  <bruno@clisp.org>
41248
41249         * lib/tempname.c (gen_tempname): Remove variant that invokes
41250         __gen_tempname.
41251         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
41252         __gen_tempname.
41253
41254 2006-11-08  Bruno Haible  <bruno@clisp.org>
41255
41256         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
41257         to 'yes' instead of 'cross-compiling'.
41258
41259 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
41260
41261         * lib/quotearg.h (quotearg_free): New decl.
41262         * lib/quotearg.c (quotearg_free): New function.
41263         (slot0, nslots, slotvec0, slotvec):
41264         Now file-scope so that quotearg_free can get at them.
41265
41266 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41267
41268         Sync from Automake.
41269         * build-aux/gnupload: Add missing 'gnu' to example URL.
41270         Report by Karl Berry.
41271
41272 2006-11-08  Bruno Haible  <bruno@clisp.org>
41273
41274         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
41275         Suggested by Paul Eggert.
41276
41277 2006-11-08  Jim Meyering  <jim@meyering.net>
41278
41279         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
41280         It's already included if !_LIBC.
41281         (fts_safe_changedir): Add a comment.
41282
41283 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41284
41285         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
41286         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
41287         Matthew Woehlke.
41288
41289         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
41290         definitions up, to avoid colliding with change below.
41291         (static_inline) [HAVE_INLINE]: New macro.
41292         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
41293         Provide extern decls when !HAVE_INLINE.  Do not define unless
41294         static_inline is defined, either by us or by xmalloc.c.  Use
41295         static_inline rather than static inline.
41296         (XCALLOC): Optimize sizeof(T) = 1 case.
41297         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
41298
41299 2006-11-07  Bruno Haible  <bruno@clisp.org>
41300
41301         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
41302         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
41303         AC_C_INLINE.
41304         * modules/xalloc (Files): Add m4/inline.m4.
41305
41306 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41307
41308         * README: Fix typo.
41309         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
41310         (Miscellanous Notes): ...from this.
41311
41312 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
41313
41314         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
41315         Mention that offsetof should be used instead of sizeof.
41316         From Bruno Haible.
41317
41318 2006-11-07  Bruno Haible  <bruno@clisp.org>
41319
41320         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
41321
41322 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41323
41324         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41325         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
41326         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41327         (gl_tree_add_before, gl_tree_add_after):
41328         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
41329         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
41330         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
41331         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
41332         (gl_linked_add_after, gl_linked_add_at): Likewise.
41333         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
41334         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
41335         (gl_tree_add_before, gl_tree_add_after): Likewise.
41336         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
41337         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
41338         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
41339
41340 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41341
41342         * lib/gl_oset.h: Use C comment style, not C++ comment style.
41343
41344 2006-11-06  Bruno Haible  <bruno@clisp.org>
41345
41346         * m4/inline.m4: New file.
41347         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
41348         * modules/list (Files): Add m4/inline.m4.
41349         * modules/oset (Files): Likewise.
41350
41351 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
41352
41353         * lib/idcache.c: Include <stddef.h>, for offsetof.
41354         (struct userid.name): Change from char * to a flexible array member.
41355         All uses changed.
41356         * modules/idcache (Depends-on): Add flexmember.
41357
41358         * MODULES.html.sh (Core language properties): New module flexmember.
41359         * modules/flexmember, m4/flexmember.m4: New files.
41360
41361         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
41362         inline functions that are identical with the old xnmalloc_inline,
41363         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
41364         that we can avoid some unnecessary integer multiplications and
41365         divisions in the common case where the element size is known at
41366         compile time.
41367         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
41368         needed.
41369         (xnboundedmalloc): Remove.
41370         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
41371         arguments, for consistency with rest of this header.
41372         (xcharalloc): Rewrite using XNMALLOC.
41373         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
41374         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
41375         versions have been moved to lib/xalloc.h and renamed to be the
41376         non-*_inline versions.
41377         (xmalloc, xrealloc): Implement without reference to the xnmalloc
41378         and xnrealloc functions, since those functions are now inline and
41379         now call us.
41380         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
41381         renaming described above.
41382         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
41383         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
41384         captures the dependency in AC_C_INLINE.
41385
41386         New module canonicalize-lgpl, proposed by Charles Wilson in
41387         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
41388         with a few small changes afterwards.
41389         * MODULES.html.sh (File system functions): New module
41390         canonicalize-lgpl.
41391         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
41392         and canonicalize_file_name.
41393         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
41394         * modules/canonicalize-lgpl: New files.
41395
41396 2006-11-05  Bruno Haible  <bruno@clisp.org>
41397
41398         * gnulib-tool (func_import, func_create_testdir): Create directories
41399         also for files in subdirectories of lib/.
41400
41401 2006-11-05  Bruno Haible  <bruno@clisp.org>
41402
41403         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
41404         ANSI C compliant.
41405
41406 2006-11-03  Bruno Haible  <bruno@clisp.org>
41407
41408         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
41409         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
41410         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
41411         (xnboundedmalloc): New inline function.
41412         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
41413         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
41414         xmalloc.
41415         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
41416         xmalloc.
41417         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
41418         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
41419         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
41420         xmalloc.
41421         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41422         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
41423         xmalloc.
41424         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
41425         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41426         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
41427         xmalloc.
41428         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
41429         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
41430         gl_tree_add_after): Use XMALLOC instead of xmalloc.
41431         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
41432         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
41433         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
41434         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
41435
41436 2006-11-03  Bruno Haible  <bruno@clisp.org>
41437
41438         * lib/c-ctype.h [C++]: Define functions without name mangling.
41439         * lib/fwriteerror.h [C++]: Likewise.
41440         * lib/gcd.h [C++]: Likewise.
41441         * lib/linebreak.h [C++]: Likewise.
41442
41443 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
41444
41445         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
41446         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
41447         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
41448         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
41449         Check for functions and headers just once.
41450         Check for declaration of canonicalize_file_name.
41451         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
41452
41453 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41454
41455         * gnulib-tool (func_import): Fix typo in actioncmd.
41456
41457 2006-11-02  Bruno Haible  <bruno@clisp.org>
41458
41459         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
41460         newline sequence in the Makefile.am snippet as a space, like "make"
41461         does.
41462         Reported by Roger Persson <perrog@gmail.com>.
41463
41464 2006-11-01  Bruno Haible  <bruno@clisp.org>
41465
41466         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
41467         already declared in <string.h>.
41468         * lib/strcase.h (strncasecmp): Don't declare it if yes.
41469
41470 2006-11-01  Bruno Haible  <bruno@clisp.org>
41471
41472         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
41473         * lib/strcase.h: Include <string.h>.
41474         (strcasecmp): Define to rpl_strcasecmp here.
41475
41476 2006-11-01  Bruno Haible  <bruno@clisp.org>
41477
41478         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
41479
41480 2006-11-01  Eric Blake  <ebb9@byu.net>
41481
41482         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
41483
41484         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
41485
41486 2006-10-29  Bruno Haible  <bruno@clisp.org>
41487
41488         Make it compile in C++ mode.
41489         * lib/full-write.c (full_rw): Add a cast.
41490
41491 2006-11-01  Bruno Haible  <bruno@clisp.org>
41492
41493         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
41494         be POSIX compliant.
41495         Reported by Roger Persson <perrog@gmail.com>.
41496
41497 2006-11-01  Eric Blake  <ebb9@byu.net>
41498
41499         * lib/getopt_.h: Fix comments.
41500
41501 2006-10-31  Eric Blake  <ebb9@byu.net>
41502
41503         * modules/tmpdir (Depends-on): Add sys_stat.
41504         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
41505         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
41506         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
41507         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
41508         tempname.
41509
41510 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
41511
41512         Avoid some C++ diagnostics reported by Bruno Haible.
41513         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
41514         xmalloc.
41515         (quotearg_alloc): Use xcharalloc rather than xmalloc.
41516         (struct slotvec): Move to top level.
41517         (quotearg_n_options): Rewrite to avoid xmalloc.
41518         * lib/xalloc.h (xcharalloc): New function.
41519         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
41520         [defined __cplusplus]: Add function template that provides result
41521         type propagation.  This part of the change is from Bruno Haible.
41522
41523 2006-10-29  Bruno Haible  <bruno@clisp.org>
41524
41525         Make it compile in C++ mode.
41526         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
41527         * lib/strnlen1.c (strnlen1): Cast memchr result.
41528         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
41529         * lib/clean-temp.c (string_equals, string_hash): Add casts.
41530         (create_temp_dir): Rename local variable 'template'.
41531         (compile_csharp_using_sscli): Add cast.
41532         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
41533         * lib/findprog.c (find_in_path): Likewise.
41534         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
41535         * lib/wait-process.c (register_slave_subprocess): Likewise.
41536
41537 2006-10-22  Bruno Haible  <bruno@clisp.org>
41538
41539         * modules/tsearch: New file.
41540         * lib/tsearch.h: New file.
41541         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
41542         * m4/tsearch.m4: New file.
41543         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
41544
41545 2006-10-29  Eric Blake  <ebb9@byu.net>
41546
41547         * lib/arcfour.c: Assume config.h.
41548         * lib/arctwo.c: Likewise.
41549         * lib/base64.c: Likewise.
41550         * lib/check-version.c: Likewise.
41551         * lib/crc.c: Likewise.
41552         * lib/des.c: Likewise.
41553         * lib/gc-gnulib.c: Likewise.
41554         * lib/gc-libgcrypt.c: Likewise.
41555         * lib/gc-pbkdf2-sha1.c: Likewise.
41556         * lib/getaddrinfo.c: Likewise.
41557         * lib/getdelim.c: Likewise.
41558         * lib/getline.c: Likewise.
41559         * lib/hmac-md5.c: Likewise.
41560         * lib/hmac-sha1.c: Likewise.
41561         * lib/iconvme.c: Likewise.
41562         * lib/md2.c: Likewise.
41563         * lib/md4.c: Likewise.
41564         * lib/memxor.c: Likewise.
41565         * lib/read-file.c: Likewise.
41566         * lib/readline.c: Likewise.
41567         * lib/rijndael-alg-fst.c: Likewise.
41568         * lib/rijndael-api-fst.c: Likewise.
41569         * lib/xgetdomainname.c: Likewise.
41570
41571 2006-10-28  Eric Blake  <ebb9@byu.net>
41572
41573         * lib/xstrndup.c: Assume config.h.
41574
41575 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
41576
41577         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
41578         stat-macros.h is now for our own macros, whereas stat_h is for
41579         macros in the <sys/stat.h> name space.
41580         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
41581         (STAT_MACROS_H): Remove.
41582         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
41583         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
41584         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
41585         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
41586         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
41587         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
41588         Move these macros to ...
41589         * lib/stat_.h: here.  Don't include stat-macros.h.
41590         * lib/canonicalize.c: Don't include stat-macros.h.
41591         * lib/chown.c: Likewise.
41592         * lib/euidaccess.c: Likewise.
41593         * lib/file-type.c: Likewise.
41594         * lib/filemode.c: Likewise.
41595         * lib/glob.c: Likewise.
41596         * lib/isapipe.c: Likewise.
41597         * lib/lchown.c: Likewise.
41598         * lib/lstat.c: Likewise.
41599         * lib/mkdir-p.c: Likewise.
41600         * lib/rmdir.c: Likewise.
41601         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
41602         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
41603         unless mkdir isn't declared, to speed up 'configure'.
41604         Always create sys/stat.h, since it's unlikely any real sys/stat.h
41605         would define all the S_* symbols.
41606         * modules/canonicalize (Depends-on):
41607         Depend on sys_stat, not stat-macros.
41608         * modules/chown: Likewise.
41609         * modules/euidaccess: Likewise.
41610         * modules/filemode: Likewise.
41611         * modules/file-type: Likewise.
41612         * modules/glob: Likewise.
41613         * modules/isapipe: Likewise.
41614         * modules/lchown: Likewise.
41615         * modules/lstat: Likewise.
41616         * modules/mkancesdirs: Likewise.
41617         * modules/rmdir: Likewise.
41618         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
41619         * modules/modechange: Likewise.
41620         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
41621         (configure.ac): Remove gl_STAT_MACROS.
41622         * modules/sys_stat (Depends-on): Remove stat-macros.
41623
41624 2006-10-27  Bruno Haible  <bruno@clisp.org>
41625
41626         * m4/signed.m4: Remove file.
41627         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
41628         invocation.
41629         * modules/vasnprintf (Files): Remove m4/signed.m4.
41630
41631 2006-10-27  Bruno Haible  <bruno@clisp.org>
41632
41633         Update to GNU gettext 0.16.
41634         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
41635         m4/inttypes-h.m4, m4/signed.m4.
41636         * m4/gettext.m4: Update to GNU gettext 0.16.
41637         * m4/intl.m4: New file, from GNU gettext.
41638         * m4/intldir.m4: New file, from GNU gettext.
41639         * config/srclist.txt: Update
41640
41641 2006-10-27  Eric Blake  <ebb9@byu.net>
41642
41643         * MODULES.html.sh: Document tempname.
41644         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
41645         dependencies.
41646         (Files): Move lib/tempname.c...
41647         * modules/tempname: ...to this new module.
41648         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
41649         (gl_PREREQ_TEMPNAME): Move...
41650         * m4/tempname.m4: ...to this new file.
41651         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
41652         * modules/sys_stat (Depends-on): Add stat-macros.
41653         * lib/stat_.h (includes): Pick up stat macros.
41654         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
41655         if stat macros are broken.
41656         * lib/tempname.c (includes): No need to include "stat-macros.h".
41657         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
41658         (direxists, __path_search) [!_LIBC]: Don't compile these in
41659         gnulib; the tmpdir module covers that.
41660         * lib/tempname.h: New file.
41661
41662 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
41663
41664         * COPYING: Explain how gnulib-tool converts licence headers.
41665         Almost all wording by Eric Blake.
41666
41667 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
41668
41669         * lib/mbchar.h (is_basic_table): Make read-only.
41670         * lib/mbchar.c (is_basic_table): Likewise.
41671         Reported by John Darrington.
41672
41673 2006-10-25  Bruno Haible  <bruno@clisp.org>
41674
41675         * lib/progname.h (set_program_name): Undefine before defining.
41676
41677 2006-10-25  Bruno Haible  <bruno@clisp.org>
41678
41679         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
41680         false for non-gcc C++ compilers.
41681         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
41682
41683 2006-10-24  Bruno Haible  <bruno@clisp.org>
41684
41685         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
41686         iconv implementations like Irix iconv.
41687
41688 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41689
41690         * modules/vararrays: New file.
41691         * m4/vararrays.m4: New file, taken from diffutils.
41692         * MODULES.html.sh: New module vararrays.
41693
41694 2006-10-24  Karl Berry  <karl@gnu.org>
41695
41696         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
41697         Don't call GNU Unix.
41698
41699 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41700
41701         * users.txt: Add Libtool.
41702
41703         Sync from Libtool:
41704
41705         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41706
41707         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
41708         to gnulib's policy of including config.h unconditionally.
41709
41710 2006-10-24  Bruno Haible  <bruno@clisp.org>
41711
41712         * modules/wcwidth (Files): Add m4/wint_t.m4.
41713         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
41714         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
41715
41716 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
41717
41718         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
41719         to pacify GCC with some -W flags enabled.  Problem reported by
41720         Bruno Haible.
41721
41722 2006-10-24  Jim Meyering  <jim@meyering.net>
41723
41724         * MODULES.html.sh: Remove uinttostr.  It's not a module.
41725         Reported by Karl Berry.
41726
41727 2006-10-23  Bruno Haible  <bruno@clisp.org>
41728
41729         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
41730
41731 2006-10-24  Bruno Haible  <bruno@clisp.org>
41732
41733         * lib/gl_list.h: Use C comment style, not C++ comment style.
41734
41735 2006-10-23  Eric Blake  <ebb9@byu.net>
41736
41737         * lib/getaddrinfo.c (includes): Add missing include.
41738
41739 2006-10-23  Bruno Haible  <bruno@clisp.org>
41740             Paul Eggert  <eggert@cs.ucla.edu>
41741
41742         Ability to rename obstack_free.
41743         * lib/obstack.h (__obstack_free): New macro. Declare instead of
41744         obstack_free.
41745         (obstack_free): Invoke the __obstack_free macro.
41746         * lib/obstack.c (obstack_free): Use __obstack_free macro.
41747
41748 2006-10-23  Bruno Haible  <bruno@clisp.org>
41749             Paul Eggert  <eggert@cs.ucla.edu>
41750
41751         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
41752         __argc, __argv from the declaration. (They are defined as macros on
41753         mingw.)
41754
41755 2006-10-22  Bruno Haible  <bruno@clisp.org>
41756
41757         * doc/gnulib-intro.texi: New file.
41758         * doc/gnulib.texi: Include it.
41759
41760 2006-10-21  Bruno Haible  <bruno@clisp.org>
41761
41762         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
41763         "Introduction", "Miscellanous Notes", "Particular Modules".
41764
41765 2006-10-21  Bruno Haible  <bruno@clisp.org>
41766
41767         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
41768         Change mostlyclean-local rule to avoid sh syntax error from bash
41769         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
41770
41771 2006-10-23  Jim Meyering  <jim@meyering.net>
41772
41773         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
41774         in place of snprintf.
41775
41776         * modules/inttostr (Files): Add lib/uinttostr.c.
41777         * lib/uinttostr.c (inttostr): New file/function.
41778         * lib/inttostr.h (uinttostr): Declare.
41779         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
41780         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
41781         Add uinttostr.
41782         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
41783
41784 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41785
41786         * lib/canonicalize.c (ELOOP): Define if not already defined.
41787         Problem reported by Bruno Haible in
41788         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
41789
41790 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
41791
41792         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
41793         Problem reported by Perry Smith and Ville Laurikari.
41794
41795         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
41796         uses.
41797
41798 2006-10-19  Bruno Haible  <bruno@clisp.org>
41799
41800         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
41801         for mingw.
41802
41803 2006-10-19  Bruno Haible  <bruno@clisp.org>
41804
41805         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
41806         Needed for mingw.
41807
41808 2006-10-19  Bruno Haible  <bruno@clisp.org>
41809
41810         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
41811
41812 2006-10-19  Bruno Haible  <bruno@clisp.org>
41813
41814         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
41815         it.
41816
41817 2006-10-19  Bruno Haible  <bruno@clisp.org>
41818
41819         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
41820         invocation.
41821
41822 2006-10-19  Bruno Haible  <bruno@clisp.org>
41823
41824         * gnulib-tool (func_create_testdir): Don't include ftruncate and
41825         mountlist by default.
41826
41827 2006-10-16  Bruno Haible  <bruno@clisp.org>
41828
41829         * lib/c-strstr.c: Include c-strstr.h.
41830
41831 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
41832
41833         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
41834         in a slash.
41835
41836 2006-10-18  Bruno Haible  <bruno@clisp.org>
41837
41838         * lib/lock.h [C++]: Wrap definitions in extern "C".
41839
41840 2006-10-18  Bruno Haible  <bruno@clisp.org>
41841
41842         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
41843         gl_LIBOBJS list.
41844
41845 2006-10-18  Bruno Haible  <bruno@clisp.org>
41846
41847         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
41848
41849 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
41850
41851         * lib/xstrtol.h: Include gettext.h.
41852         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
41853         Problem reported by Eric Blake.
41854         * modules/xstrtol (Depends-on): Add gettext-h.
41855
41856 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
41857
41858         * lib/strftime.c (advance): New macro.
41859         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
41860         incomplete type, so you can't add 0 to it.  Problem and patch
41861         reported by Eelco Dolstra for dietlibc.
41862
41863 2006-10-18  Jim Meyering  <jim@meyering.net>
41864
41865         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
41866         type for a local, and rename it: s/up/user_proc/.
41867
41868 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
41869
41870         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
41871         READ_UTMP_USER_PROCESS.
41872         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
41873
41874 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
41875
41876         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
41877         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
41878
41879 2006-10-17  Eric Blake  <ebb9@byu.net>
41880
41881         * lib/sigprocmask.c (sigprocmask): Fix typo.
41882
41883         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
41884
41885         * modules/clean-temp (Makefile.am): Don't add to make output...
41886         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
41887         config.h.
41888
41889 2006-10-17  Bruno Haible  <bruno@clisp.org>
41890
41891         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
41892         differently if DEFAULT_TEXT_DOMAIN is set.
41893
41894 2006-10-16  Bruno Haible  <bruno@clisp.org>
41895
41896         * lib/clean-temp.c: Include fwriteerror.h.
41897
41898 2006-10-16  Bruno Haible  <bruno@clisp.org>
41899
41900         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
41901
41902 2006-10-16  Bruno Haible  <bruno@clisp.org>
41903
41904         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
41905         * lib/sigprocmask.h: Include <sys/types.h>.
41906         (sigset_t): Use the system's definition if present.
41907
41908 2006-10-17  Eric Blake  <ebb9@byu.net>
41909
41910         * lib/xvasprintf.c (includes): Assume config.h.
41911         * lib/xasprintf.c (includes): Likewise.
41912
41913 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
41914
41915         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
41916         at least as wide as intmax_t.
41917
41918 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
41919
41920         (Imported from Automake.)
41921         * build-aux/gnupload: Update to version 1.1 of directive file.
41922
41923 2006-10-16  Eric Blake  <ebb9@byu.net>
41924
41925         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
41926         match Automake 1.10a.
41927
41928 2006-10-14  Bruno Haible  <bruno@clisp.org>
41929
41930         * modules/sigprocmask: New file.
41931         * lib/sigprocmask.h: New file.
41932         * lib/sigprocmask.c: New file.
41933         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
41934         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
41935         request sigprocmask.o.
41936         (gl_PREREQ_SIGPROCMASK): New macro.
41937         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
41938         (Depends-on): Add sigprocmask.
41939         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
41940         gt_SIGNALBLOCKING. Test for 'raise' only once.
41941         * lib/fatal-signal.c: Include sigprocmask.h.
41942         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
41943         unblock_fatal_signals): Define always.
41944         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
41945         sigprocmask.
41946
41947 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
41948
41949         Sync from Automake.
41950         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
41951         which incorrectly sets the mode of an existing destination
41952         directory.  In some cases the unpatched install-sh could do the
41953         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
41954         system.  We hope this is rare in practice, but it's clearly worth
41955         fixing.  Problem reported by Alex Unleashed in
41956         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
41957         Also, don't bother to check for -m bugs unless we're using -m;
41958         suggested by Stepan Kasal.
41959
41960 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41961
41962         Sync from Automake.
41963         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
41964         `-c' flag, so they appear at the same position as in %FASTDEP%
41965         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
41966         which ignores unknown options only after the first non-option.
41967         Bug report against M4 by Nelson H. F. Beebe.
41968
41969 2006-10-13  Jim Meyering  <jim@meyering.net>
41970
41971         Fix a bug in yesterday's change.
41972         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
41973         p->fts_statp->st_dev would be used uninitialized.
41974         Ensures that we always call fts_stat on the very first entry.
41975         Miklos Szeredi reported that find -xdev stopped working.
41976
41977 2006-10-12  Bruno Haible  <bruno@clisp.org>
41978
41979         * gnulib-tool (func_get_automake_snippet): Append an automatically
41980         computed EXTRA_DIST augmentation.
41981         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
41982         * modules/alloca-opt (Makefile.am): Likewise.
41983         * modules/allocsa (Makefile.am): Likewise.
41984         * modules/arcfour (Makefile.am): Likewise.
41985         * modules/arctwo (Makefile.am): Likewise.
41986         * modules/argmatch (Makefile.am): Likewise.
41987         * modules/argz (Makefile.am): Likewise.
41988         * modules/atexit (Makefile.am): Likewise.
41989         * modules/backupfile (Makefile.am): Likewise.
41990         * modules/byteswap (Makefile.am): Likewise.
41991         * modules/c-strtod (Makefile.am): Likewise.
41992         * modules/c-strtold (Makefile.am): Likewise.
41993         * modules/calloc (Makefile.am): Likewise.
41994         * modules/canon-host (Makefile.am): Likewise.
41995         * modules/canonicalize (Makefile.am): Likewise.
41996         * modules/chdir-long (Makefile.am): Likewise.
41997         * modules/chdir-safer (Makefile.am): Likewise.
41998         * modules/check-version (Makefile.am): Likewise.
41999         * modules/chown (Makefile.am): Likewise.
42000         * modules/cloexec (Makefile.am): Likewise.
42001         * modules/close-stream (Makefile.am): Likewise.
42002         * modules/closeout (Makefile.am): Likewise.
42003         * modules/crc (Makefile.am): Likewise.
42004         * modules/csharpexec (Makefile.am): Likewise.
42005         * modules/cycle-check (Makefile.am): Likewise.
42006         * modules/des (Makefile.am): Likewise.
42007         * modules/dev-ino (Makefile.am): Likewise.
42008         * modules/dirfd (Makefile.am): Likewise.
42009         * modules/dirname (Makefile.am): Likewise.
42010         * modules/dup2 (Makefile.am): Likewise.
42011         * modules/eealloc (Makefile.am): Likewise.
42012         * modules/error (Makefile.am): Likewise.
42013         * modules/euidaccess (Makefile.am): Likewise.
42014         * modules/exclude (Makefile.am): Likewise.
42015         * modules/exitfail (Makefile.am): Likewise.
42016         * modules/fcntl-safer (Makefile.am): Likewise.
42017         * modules/fcntl (Makefile.am): Likewise.
42018         * modules/file-type (Makefile.am): Likewise.
42019         * modules/fileblocks (Makefile.am): Likewise.
42020         * modules/filemode (Makefile.am): Likewise.
42021         * modules/filenamecat (Makefile.am): Likewise.
42022         * modules/fnmatch (Makefile.am): Likewise.
42023         * modules/fopen-safer (Makefile.am): Likewise.
42024         * modules/fpending (Makefile.am): Likewise.
42025         * modules/fprintftime (Makefile.am): Likewise.
42026         * modules/free (Makefile.am): Likewise.
42027         * modules/fsusage (Makefile.am): Likewise.
42028         * modules/ftruncate (Makefile.am): Likewise.
42029         * modules/fts (Makefile.am): Likewise.
42030         * modules/gc-arcfour (Makefile.am): Likewise.
42031         * modules/gc-des (Makefile.am): Likewise.
42032         * modules/gc-hmac-md5 (Makefile.am): Likewise.
42033         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
42034         * modules/gc-md4 (Makefile.am): Likewise.
42035         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42036         * modules/gc-sha1 (Makefile.am): Likewise.
42037         * modules/gc (Makefile.am): Likewise.
42038         * modules/getaddrinfo (Makefile.am): Likewise.
42039         * modules/getcwd (Makefile.am): Likewise.
42040         * modules/getdelim (Makefile.am): Likewise.
42041         * modules/getdomainname (Makefile.am): Likewise.
42042         * modules/getgroups (Makefile.am): Likewise.
42043         * modules/gethostname (Makefile.am): Likewise.
42044         * modules/gethrxtime (Makefile.am): Likewise.
42045         * modules/getline (Makefile.am): Likewise.
42046         * modules/getloadavg (Makefile.am): Likewise.
42047         * modules/getlogin_r (Makefile.am): Likewise.
42048         * modules/getndelim2 (Makefile.am): Likewise.
42049         * modules/getopt (Makefile.am): Likewise.
42050         * modules/getpagesize (Makefile.am): Likewise.
42051         * modules/getpass-gnu (Makefile.am): Likewise.
42052         * modules/getpass (Makefile.am): Likewise.
42053         * modules/getsubopt (Makefile.am): Likewise.
42054         * modules/gettime (Makefile.am): Likewise.
42055         * modules/gettimeofday (Makefile.am): Likewise.
42056         * modules/getugroups (Makefile.am): Likewise.
42057         * modules/getusershell (Makefile.am): Likewise.
42058         * modules/glob (Makefile.am): Likewise.
42059         * modules/group-member (Makefile.am): Likewise.
42060         * modules/hard-locale (Makefile.am): Likewise.
42061         * modules/hash (Makefile.am): Likewise.
42062         * modules/hmac-md5 (Makefile.am): Likewise.
42063         * modules/hmac-sha1 (Makefile.am): Likewise.
42064         * modules/human (Makefile.am): Likewise.
42065         * modules/idcache (Makefile.am): Likewise.
42066         * modules/imaxabs (Makefile.am): Likewise.
42067         * modules/imaxdiv (Makefile.am): Likewise.
42068         * modules/inet_ntop (Makefile.am): Likewise.
42069         * modules/inet_pton (Makefile.am): Likewise.
42070         * modules/intprops (Makefile.am): Likewise.
42071         * modules/inttostr (Makefile.am): Likewise.
42072         * modules/inttypes (Makefile.am): Likewise.
42073         * modules/isapipe (Makefile.am): Likewise.
42074         * modules/javaversion (Makefile.am): Likewise.
42075         * modules/lchmod (Makefile.am): Likewise.
42076         * modules/lchown (Makefile.am): Likewise.
42077         * modules/localcharset (Makefile.am): Likewise.
42078         * modules/long-options (Makefile.am): Likewise.
42079         * modules/lstat (Makefile.am): Likewise.
42080         * modules/malloc (Makefile.am): Likewise.
42081         * modules/mathl (Makefile.am): Likewise.
42082         * modules/mbchar (Makefile.am): Likewise.
42083         * modules/md2 (Makefile.am): Likewise.
42084         * modules/md4 (Makefile.am): Likewise.
42085         * modules/md5 (Makefile.am): Likewise.
42086         * modules/memcasecmp (Makefile.am): Likewise.
42087         * modules/memchr (Makefile.am): Likewise.
42088         * modules/memcmp (Makefile.am): Likewise.
42089         * modules/memcoll (Makefile.am): Likewise.
42090         * modules/memcpy (Makefile.am): Likewise.
42091         * modules/memmem (Makefile.am): Likewise.
42092         * modules/memmove (Makefile.am): Likewise.
42093         * modules/mempcpy (Makefile.am): Likewise.
42094         * modules/memrchr (Makefile.am): Likewise.
42095         * modules/memset (Makefile.am): Likewise.
42096         * modules/memxor (Makefile.am): Likewise.
42097         * modules/mkancesdirs (Makefile.am): Likewise.
42098         * modules/mkdir-p (Makefile.am): Likewise.
42099         * modules/mkdir (Makefile.am): Likewise.
42100         * modules/mkdtemp (Makefile.am): Likewise.
42101         * modules/mkstemp (Makefile.am): Likewise.
42102         * modules/mktime (Makefile.am): Likewise.
42103         * modules/modechange (Makefile.am): Likewise.
42104         * modules/mountlist (Makefile.am): Likewise.
42105         * modules/nanosleep (Makefile.am): Likewise.
42106         * modules/obstack (Makefile.am): Likewise.
42107         * modules/openat (Makefile.am): Likewise.
42108         * modules/pagealign_alloc (Makefile.am): Likewise.
42109         * modules/pathmax (Makefile.am): Likewise.
42110         * modules/physmem (Makefile.am): Likewise.
42111         * modules/poll (Makefile.am): Likewise.
42112         * modules/posixtm (Makefile.am): Likewise.
42113         * modules/posixver (Makefile.am): Likewise.
42114         * modules/putenv (Makefile.am): Likewise.
42115         * modules/quote (Makefile.am): Likewise.
42116         * modules/quotearg (Makefile.am): Likewise.
42117         * modules/raise (Makefile.am): Likewise.
42118         * modules/read-file (Makefile.am): Likewise.
42119         * modules/readline (Makefile.am): Likewise.
42120         * modules/readlink (Makefile.am): Likewise.
42121         * modules/readtokens (Makefile.am): Likewise.
42122         * modules/readutmp (Makefile.am): Likewise.
42123         * modules/realloc (Makefile.am): Likewise.
42124         * modules/regex (Makefile.am): Likewise.
42125         * modules/rename-dest-slash (Makefile.am): Likewise.
42126         * modules/rename (Makefile.am): Likewise.
42127         * modules/rijndael (Makefile.am): Likewise.
42128         * modules/rmdir (Makefile.am): Likewise.
42129         * modules/rpmatch (Makefile.am): Likewise.
42130         * modules/safe-read (Makefile.am): Likewise.
42131         * modules/safe-write (Makefile.am): Likewise.
42132         * modules/same-inode (Makefile.am): Likewise.
42133         * modules/same (Makefile.am): Likewise.
42134         * modules/save-cwd (Makefile.am): Likewise.
42135         * modules/savedir (Makefile.am): Likewise.
42136         * modules/setenv (Makefile.am): Likewise.
42137         * modules/settime (Makefile.am): Likewise.
42138         * modules/sha1 (Makefile.am): Likewise.
42139         * modules/sig2str (Makefile.am): Likewise.
42140         * modules/snprintf (Makefile.am): Likewise.
42141         * modules/stat-macros (Makefile.am): Likewise.
42142         * modules/stat-time (Makefile.am): Likewise.
42143         * modules/stdbool (Makefile.am): Likewise.
42144         * modules/stdint (Makefile.am): Likewise.
42145         * modules/stdlib-safer (Makefile.am): Likewise.
42146         * modules/stpcpy (Makefile.am): Likewise.
42147         * modules/stpncpy (Makefile.am): Likewise.
42148         * modules/strcase (Makefile.am): Likewise.
42149         * modules/strcasestr (Makefile.am): Likewise.
42150         * modules/strchrnul (Makefile.am): Likewise.
42151         * modules/strcspn (Makefile.am): Likewise.
42152         * modules/strdup (Makefile.am): Likewise.
42153         * modules/strerror (Makefile.am): Likewise.
42154         * modules/strftime (Makefile.am): Likewise.
42155         * modules/strndup (Makefile.am): Likewise.
42156         * modules/strnlen (Makefile.am): Likewise.
42157         * modules/strpbrk (Makefile.am): Likewise.
42158         * modules/strsep (Makefile.am): Likewise.
42159         * modules/strstr (Makefile.am): Likewise.
42160         * modules/strtod (Makefile.am): Likewise.
42161         * modules/strtoimax (Makefile.am): Likewise.
42162         * modules/strtok_r (Makefile.am): Likewise.
42163         * modules/strtol (Makefile.am): Likewise.
42164         * modules/strtoll (Makefile.am): Likewise.
42165         * modules/strtoul (Makefile.am): Likewise.
42166         * modules/strtoull (Makefile.am): Likewise.
42167         * modules/strtoumax (Makefile.am): Likewise.
42168         * modules/strverscmp (Makefile.am): Likewise.
42169         * modules/sys_socket (Makefile.am): Likewise.
42170         * modules/sys_stat (Makefile.am): Likewise.
42171         * modules/sysexits (Makefile.am): Likewise.
42172         * modules/time_r (Makefile.am): Likewise.
42173         * modules/timegm (Makefile.am): Likewise.
42174         * modules/timespec (Makefile.am): Likewise.
42175         * modules/tmpfile-safer (Makefile.am): Likewise.
42176         * modules/trim (Makefile.am): Likewise.
42177         * modules/unistd-safer (Makefile.am): Likewise.
42178         * modules/unlinkdir (Makefile.am): Likewise.
42179         * modules/unlocked-io (Makefile.am): Likewise.
42180         * modules/userspec (Makefile.am): Likewise.
42181         * modules/utime (Makefile.am): Likewise.
42182         * modules/utimecmp (Makefile.am): Likewise.
42183         * modules/utimens (Makefile.am): Likewise.
42184         * modules/vasnprintf (Makefile.am): Likewise.
42185         * modules/vasprintf (Makefile.am): Likewise.
42186         * modules/vsnprintf (Makefile.am): Likewise.
42187         * modules/xalloc (Makefile.am): Likewise.
42188         * modules/xgetcwd (Makefile.am): Likewise.
42189         * modules/xnanosleep (Makefile.am): Likewise.
42190         * modules/xreadlink (Makefile.am): Likewise.
42191         * modules/xstrtod (Makefile.am): Likewise.
42192         * modules/xstrtol (Makefile.am): Likewise.
42193         * modules/xstrtold (Makefile.am): Likewise.
42194         * modules/yesno (Makefile.am): Likewise.
42195         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
42196
42197 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42198
42199         * modules/error (Makefile.am): Distribute files through
42200         EXTRA_DIST, not lib_SOURCES.
42201
42202 2006-10-12  Eric Blake  <ebb9@byu.net>
42203
42204         * modules/error (Makefile.am): Distribute files in /lib.
42205         * modules/obstack (Makefile.am): Likewise.
42206
42207 2006-10-12  Bruno Haible  <bruno@clisp.org>
42208
42209         * modules/acl (Makefile.am): Distribute all files in lib/ through
42210         EXTRA_DIST.
42211         * modules/arcfour (Makefile.am): Likewise.
42212         * modules/arctwo (Makefile.am): Likewise.
42213         * modules/argmatch (Makefile.am): Likewise.
42214         * modules/argz (Makefile.am): Likewise.
42215         * modules/atexit (Makefile.am): Likewise.
42216         * modules/backupfile (Makefile.am): Likewise.
42217         * modules/c-strtod (Makefile.am): Likewise.
42218         * modules/c-strtold (Makefile.am): Likewise.
42219         * modules/calloc (Makefile.am): Likewise.
42220         * modules/canon-host (Makefile.am): Likewise.
42221         * modules/canonicalize (Makefile.am): Likewise.
42222         * modules/chdir-long (Makefile.am): Likewise.
42223         * modules/chdir-safer (Makefile.am): Likewise.
42224         * modules/check-version (Makefile.am): Likewise.
42225         * modules/chown (Makefile.am): Likewise.
42226         * modules/cloexec (Makefile.am): Likewise.
42227         * modules/close-stream (Makefile.am): Likewise.
42228         * modules/closeout (Makefile.am): Likewise.
42229         * modules/crc (Makefile.am): Likewise.
42230         * modules/cycle-check (Makefile.am): Likewise.
42231         * modules/des (Makefile.am): Likewise.
42232         * modules/dirfd (Makefile.am): Likewise.
42233         * modules/dirname (Makefile.am): Likewise.
42234         * modules/dup2 (Makefile.am): Likewise.
42235         * modules/euidaccess (Makefile.am): Likewise.
42236         * modules/exclude (Makefile.am): Likewise.
42237         * modules/exitfail (Makefile.am): Likewise.
42238         * modules/fcntl-safer (Makefile.am): Likewise.
42239         * modules/file-type (Makefile.am): Likewise.
42240         * modules/fileblocks (Makefile.am): Likewise.
42241         * modules/filemode (Makefile.am): Likewise.
42242         * modules/filenamecat (Makefile.am): Likewise.
42243         * modules/fnmatch (Makefile.am): Likewise.
42244         * modules/fopen-safer (Makefile.am): Likewise.
42245         * modules/fpending (Makefile.am): Likewise.
42246         * modules/fprintftime (Makefile.am): Likewise.
42247         * modules/free (Makefile.am): Likewise.
42248         * modules/fsusage (Makefile.am): Likewise.
42249         * modules/ftruncate (Makefile.am): Likewise.
42250         * modules/fts (Makefile.am): Likewise.
42251         * modules/gc (Makefile.am): Likewise.
42252         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
42253         * modules/getaddrinfo (Makefile.am): Likewise.
42254         * modules/getcwd (Makefile.am): Likewise.
42255         * modules/getdelim (Makefile.am): Likewise.
42256         * modules/getdomainname (Makefile.am): Likewise.
42257         * modules/getgroups (Makefile.am): Likewise.
42258         * modules/gethostname (Makefile.am): Likewise.
42259         * modules/gethrxtime (Makefile.am): Likewise.
42260         * modules/getline (Makefile.am): Likewise.
42261         * modules/getloadavg (Makefile.am): Likewise.
42262         * modules/getlogin_r (Makefile.am): Likewise.
42263         * modules/getopt (Makefile.am): Likewise.
42264         * modules/getpass (Makefile.am): Likewise.
42265         * modules/getpass-gnu (Makefile.am): Likewise.
42266         * modules/getsubopt (Makefile.am): Likewise.
42267         * modules/gettime (Makefile.am): Likewise.
42268         * modules/gettimeofday (Makefile.am): Likewise.
42269         * modules/getugroups (Makefile.am): Likewise.
42270         * modules/getusershell (Makefile.am): Likewise.
42271         * modules/glob (Makefile.am): Likewise.
42272         * modules/group-member (Makefile.am): Likewise.
42273         * modules/hard-locale (Makefile.am): Likewise.
42274         * modules/hash (Makefile.am): Likewise.
42275         * modules/hmac-md5 (Makefile.am): Likewise.
42276         * modules/hmac-sha1 (Makefile.am): Likewise.
42277         * modules/human (Makefile.am): Likewise.
42278         * modules/idcache (Makefile.am): Likewise.
42279         * modules/imaxabs (Makefile.am): Likewise.
42280         * modules/imaxdiv (Makefile.am): Likewise.
42281         * modules/inet_ntop (Makefile.am): Likewise.
42282         * modules/inet_pton (Makefile.am): Likewise.
42283         * modules/inttostr (Makefile.am): Likewise.
42284         * modules/isapipe (Makefile.am): Likewise.
42285         * modules/lchown (Makefile.am): Likewise.
42286         * modules/long-options (Makefile.am): Likewise.
42287         * modules/lstat (Makefile.am): Likewise.
42288         * modules/malloc (Makefile.am): Likewise.
42289         * modules/mathl (Makefile.am): Likewise.
42290         * modules/mbchar (Makefile.am): Likewise.
42291         * modules/md2 (Makefile.am): Likewise.
42292         * modules/md4 (Makefile.am): Likewise.
42293         * modules/md5 (Makefile.am): Likewise.
42294         * modules/memcasecmp (Makefile.am): Likewise.
42295         * modules/memchr (Makefile.am): Likewise.
42296         * modules/memcmp (Makefile.am): Likewise.
42297         * modules/memcoll (Makefile.am): Likewise.
42298         * modules/memcpy (Makefile.am): Likewise.
42299         * modules/memmem (Makefile.am): Likewise.
42300         * modules/memmove (Makefile.am): Likewise.
42301         * modules/mempcpy (Makefile.am): Likewise.
42302         * modules/memrchr (Makefile.am): Likewise.
42303         * modules/memset (Makefile.am): Likewise.
42304         * modules/memxor (Makefile.am): Likewise.
42305         * modules/mkancesdirs (Makefile.am): Likewise.
42306         * modules/mkdir (Makefile.am): Likewise.
42307         * modules/mkdir-p (Makefile.am): Likewise.
42308         * modules/mkdtemp (Makefile.am): Likewise.
42309         * modules/mkstemp (Makefile.am): Likewise.
42310         * modules/mktime (Makefile.am): Likewise.
42311         * modules/modechange (Makefile.am): Likewise.
42312         * modules/mountlist (Makefile.am): Likewise.
42313         * modules/nanosleep (Makefile.am): Likewise.
42314         * modules/openat (Makefile.am): Likewise.
42315         * modules/pagealign_alloc (Makefile.am): Likewise.
42316         * modules/physmem (Makefile.am): Likewise.
42317         * modules/poll (Makefile.am): Likewise.
42318         * modules/posixtm (Makefile.am): Likewise.
42319         * modules/posixver (Makefile.am): Likewise.
42320         * modules/putenv (Makefile.am): Likewise.
42321         * modules/quote (Makefile.am): Likewise.
42322         * modules/quotearg (Makefile.am): Likewise.
42323         * modules/raise (Makefile.am): Likewise.
42324         * modules/read-file (Makefile.am): Likewise.
42325         * modules/readline (Makefile.am): Likewise.
42326         * modules/readlink (Makefile.am): Likewise.
42327         * modules/readtokens (Makefile.am): Likewise.
42328         * modules/readutmp (Makefile.am): Likewise.
42329         * modules/realloc (Makefile.am): Likewise.
42330         * modules/regex (Makefile.am): Likewise.
42331         * modules/rename (Makefile.am): Likewise.
42332         * modules/rename-dest-slash (Makefile.am): Likewise.
42333         * modules/rijndael (Makefile.am): Likewise.
42334         * modules/rmdir (Makefile.am): Likewise.
42335         * modules/rpmatch (Makefile.am): Likewise.
42336         * modules/safe-read (Makefile.am): Likewise.
42337         * modules/safe-write (Makefile.am): Likewise.
42338         * modules/same (Makefile.am): Likewise.
42339         * modules/save-cwd (Makefile.am): Likewise.
42340         * modules/savedir (Makefile.am): Likewise.
42341         * modules/setenv (Makefile.am): Likewise.
42342         * modules/settime (Makefile.am): Likewise.
42343         * modules/sha1 (Makefile.am): Likewise.
42344         * modules/sig2str (Makefile.am): Likewise.
42345         * modules/snprintf (Makefile.am): Likewise.
42346         * modules/stdlib-safer (Makefile.am): Likewise.
42347         * modules/stpcpy (Makefile.am): Likewise.
42348         * modules/stpncpy (Makefile.am): Likewise.
42349         * modules/strcase (Makefile.am): Likewise.
42350         * modules/strcasestr (Makefile.am): Likewise.
42351         * modules/strchrnul (Makefile.am): Likewise.
42352         * modules/strcspn (Makefile.am): Likewise.
42353         * modules/strdup (Makefile.am): Likewise.
42354         * modules/strerror (Makefile.am): Likewise.
42355         * modules/strftime (Makefile.am): Likewise.
42356         * modules/strndup (Makefile.am): Likewise.
42357         * modules/strnlen (Makefile.am): Likewise.
42358         * modules/strpbrk (Makefile.am): Likewise.
42359         * modules/strsep (Makefile.am): Likewise.
42360         * modules/strstr (Makefile.am): Likewise.
42361         * modules/strtod (Makefile.am): Likewise.
42362         * modules/strtoimax (Makefile.am): Likewise.
42363         * modules/strtok_r (Makefile.am): Likewise.
42364         * modules/strtol (Makefile.am): Likewise.
42365         * modules/strtoll (Makefile.am): Likewise.
42366         * modules/strtoul (Makefile.am): Likewise.
42367         * modules/strtoull (Makefile.am): Likewise.
42368         * modules/strtoumax (Makefile.am): Likewise.
42369         * modules/strverscmp (Makefile.am): Likewise.
42370         * modules/time_r (Makefile.am): Likewise.
42371         * modules/timegm (Makefile.am): Likewise.
42372         * modules/tmpfile-safer (Makefile.am): Likewise.
42373         * modules/unistd-safer (Makefile.am): Likewise.
42374         * modules/unlinkdir (Makefile.am): Likewise.
42375         * modules/userspec (Makefile.am): Likewise.
42376         * modules/utime (Makefile.am): Likewise.
42377         * modules/utimecmp (Makefile.am): Likewise.
42378         * modules/utimens (Makefile.am): Likewise.
42379         * modules/vasnprintf (Makefile.am): Likewise.
42380         * modules/vasprintf (Makefile.am): Likewise.
42381         * modules/vsnprintf (Makefile.am): Likewise.
42382         * modules/xalloc (Makefile.am): Likewise.
42383         * modules/xgetcwd (Makefile.am): Likewise.
42384         * modules/xnanosleep (Makefile.am): Likewise.
42385         * modules/xreadlink (Makefile.am): Likewise.
42386         * modules/xstrtod (Makefile.am): Likewise.
42387         * modules/xstrtol (Makefile.am): Likewise.
42388         * modules/xstrtold (Makefile.am): Likewise.
42389         * modules/yesno (Makefile.am): Likewise.
42390
42391 2006-10-12  Jim Meyering  <jim@meyering.net>
42392
42393         * m4/getloadavg.m4: Revert the change below.
42394
42395         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
42396         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
42397         fail with a symlink, which is what coreutils' ./bootstrap now
42398         creates by default.
42399
42400 2006-10-12  Bruno Haible  <bruno@clisp.org>
42401
42402         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
42403         mingw.
42404         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
42405         MSVC and mingw explicitly.
42406
42407 2006-10-11  Simon Josefsson  <jas@extundo.com>
42408             Bruno Haible  <bruno@clisp.org>
42409
42410         Add support for multiple gnulib-tool invocations in the scope of a
42411         single configure.ac file.
42412         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
42413         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
42414         with the same contents as the _LIBADD variable.
42415         (func_emit_initmacro_start, func_emit_initmacro_end,
42416         func_emit_initmacro_done): New functions.
42417         (func_import, func_create_testdir): Invoke them. Allow the identifiers
42418         gl_LIBOBJS and gl_LTLIBOBJS.
42419
42420 2006-10-11  Bruno Haible  <bruno@clisp.org>
42421
42422         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
42423         (func_create_testdir): Don't create po/Makefile.am, don't invoke
42424         autoreconf. Instead, invoke autopoint explicitly but move back the
42425         *.m4 files from gnulib.
42426
42427 2006-10-11  Bruno Haible  <bruno@clisp.org>
42428
42429         * gnulib-tool (func_usage): Make module names after --create-testdir
42430         optional.
42431         (func_create_testdir): If no module was specified, use nearly all
42432         modules.
42433
42434 2006-10-12  Jim Meyering  <jim@meyering.net>
42435
42436         Big performance improvement for fts-based tools that use FTS_NOSTAT.
42437         Avoid spurious inode-mismatch problems on non-POSIX file systems.
42438         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
42439         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
42440         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
42441         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
42442         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
42443         (fts_set_stat_required): New function.
42444         (fts_open): Defer the calls to fts_stat, if possible or requested.
42445         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
42446         into fts_stat itself.
42447         (fts_read): Perform any required (deferred) fts_stat call.
42448         (fts_build): Likewise, for the directory we're about to open and read.
42449         In the readdir loop, carefully decide whether each entry will require
42450         an eventual call to fts_stat, using dirent.d_type info if available.
42451         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
42452         a command line argument into this function.  Update all callers.
42453         Map a return value of FTS_DOT to FTS_D for a command line argument.
42454         * modules/fts (Depends-on): Add d-type.  Alphabetize.
42455         Thanks to Miklos Szeredi for his tenacity and for the initial
42456         bug report about "find" failing on a FUSE-based file system.
42457
42458         * lib/fts.c (fts_open): Use consistent indentation.
42459
42460 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
42461
42462         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
42463         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
42464         reported by Jim Meyering.  All uses of cache variables renamed
42465         to match Autoconf's.
42466         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
42467         the other one.
42468
42469         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
42470         Fix misspelling in diagnostic.
42471
42472 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42473
42474         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
42475         defined.  Problem reported by Matthew Woehlke.
42476
42477         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
42478         Add support for Tandem NonStop R series.
42479         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
42480         Use new macro.
42481
42482         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
42483         (has_trailing_slash): Omit size arg; all callers changed.
42484         Omit 'inline', since it doesn't help performance and we'd
42485         need to configure it.
42486         Don't count //, ///, etc. as having a trailing slash.
42487         As a side effect, this removes a C99ism reported by Matthew Woehlke.
42488         (rpl_rename_dest_slash): On failure, use rename's errno rather
42489         than (in some cases) an incorrect or junk errno.
42490         Simplify code by removing need to compute length; this does
42491         cause it to make two passes instead of one over the file name,
42492         but it's worth it.
42493
42494         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
42495         change, since Autoconf's version may no longer be appropriate now
42496         that we are using CVS Autoconf's version.  Add support for Tandem.
42497
42498 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
42499             Bruno Haible  <bruno@clisp.org>
42500
42501         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
42502         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
42503         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
42504         gl_AC_TYPE_LONG_LONG.
42505
42506         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
42507         instead of HAVE_LONG_LONG.
42508         * lib/printf-args.c (printf_fetchargs): Likewise.
42509         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
42510         * lib/vasnprintf.c (VASNPRINTF): Likewise.
42511         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
42512         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
42513         gl_AC_TYPE_LONG_LONG.
42514
42515 2006-10-11  Bruno Haible  <bruno@clisp.org>
42516
42517         * m4/longlong.m4: Add comments.
42518         * m4/ulonglong.m4: Likewise.
42519
42520 2006-10-10  Bruno Haible  <bruno@clisp.org>
42521
42522         Make it possible to #define stpcpy, strdup to aliases.
42523         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
42524         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
42525
42526 2006-10-10  Bruno Haible  <bruno@clisp.org>
42527
42528         Make it possible to #define gcd to an alias.
42529         * lib/gcd.c: Include config.h.
42530
42531 2006-10-10  Bruno Haible  <bruno@clisp.org>
42532
42533         Make it possible to #define c_isascii to an alias.
42534         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
42535         defined. Undefine the macros before defining them, to avoid gcc
42536         warnings.
42537         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
42538         define NO_C_CTYPE_MACROS early.
42539
42540 2006-10-10  Bruno Haible  <bruno@clisp.org>
42541
42542         Make it possible to #define set_program_name to an alias.
42543         * lib/progname.c: Don't undefine set_program_name; instead, undefine
42544         ENABLE_RELOCATABLE early.
42545
42546 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
42547
42548         Port to Tandem NSK OSS, which has 64-bit signed int but at most
42549         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
42550         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
42551         More generally, don't assume that 64-bit signed int is available
42552         if unsigned int is, and vice versa.
42553         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
42554         unsigned symbols, not on their signed counterparts.
42555         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
42556         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
42557         (UINT64_C, UINTMAX_C):
42558         Likewise.
42559         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
42560         unsigned counterparts.
42561         (Have_long_long, Unsigned): New macros.
42562         (Int): Renamed from INT.
42563         (strtoimax): Use the new macros.
42564         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
42565         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
42566         * modules/inttypes (inttypes.h): Substitute
42567         HAVE_UNSIGNED_LONG_LONG_INT.
42568         * modules/stdint (stdint.h): Likewise.
42569         (Files): Add m4/ulonglong.m4.
42570
42571 2006-10-10  Bruno Haible  <bruno@clisp.org>
42572
42573         Fix a gcc -Wshadow warning.
42574         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
42575         to 'bucket'.
42576         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
42577         gl_linked_indexof_from_to): Likewise.
42578         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
42579         Likewise.
42580         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
42581         Likewise.
42582         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
42583         Reported by Eric Blake.
42584
42585 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
42586
42587         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
42588         for NetBSD.  Problem reported by Bruno Haible.
42589
42590 2006-10-09  Jim Meyering  <jim@meyering.net>
42591
42592         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
42593         Patch from Bruno Haible.
42594
42595 2006-10-09  Jim Meyering  <jim@meyering.net>
42596
42597         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
42598         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
42599         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
42600
42601 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
42602
42603         Don't include <config.h> twice; this doesn't work in some cases,
42604         e.g., when config.h has "#define intmax_t long long int" and
42605         we include <config.h>, <inttypes.h>, <config.h> in that order.
42606         Problem reported by Matthew Woehlke in:
42607         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
42608         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
42609         * lib/fts-cycle.c: Don't include config.h.
42610         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
42611         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
42612         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
42613         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
42614         inttypes.h.
42615         * lib/xstrtoumax.c: Likewise.
42616         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
42617         __strtol and the like, so that this module is more like its siblings.
42618         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
42619         Remove; no longer needed now that we assume gnulib inttypes.h.
42620
42621 2006-10-08  Bruno Haible  <bruno@clisp.org>
42622
42623         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
42624         option.
42625
42626 2006-10-07  Jim Meyering  <jim@meyering.net>
42627
42628         * modules/inttypes (inttypes.h): Revert what seems to have been
42629         an inadvertent part of today's change: use "|", not "/" in the
42630         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
42631
42632 2006-10-07  Bruno Haible  <bruno@clisp.org>
42633
42634         * modules/sublist: New file.
42635
42636 2006-10-07  Bruno Haible  <bruno@clisp.org>
42637
42638         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
42639         * modules/argz (argz.h): Likewise.
42640         * modules/arpa_inet (arpa/inet.h): Likewise.
42641         * modules/byteswap (byteswap.h): Likewise.
42642         * modules/configmake (configmake.h): Likewise.
42643         * modules/fcntl (fcntl.h): Likewise.
42644         * modules/fnmatch (fnmatch.h): Likewise.
42645         * modules/getopt (getopt.h): Likewise.
42646         * modules/glob (glob.h): Likewise.
42647         * modules/inttypes (inttypes.h): Likewise.
42648         * modules/netinet_in (netinet/in.h): Likewise.
42649         * modules/poll (poll.h): Likewise.
42650         * modules/stdbool (stdbool.h): Likewise.
42651         * modules/stdint (stdint.h): Likewise.
42652         * modules/sys_select (sys/select.h): Likewise.
42653         * modules/sys_socket (sys/socket.h): Likewise.
42654         * modules/sys_stat (sys/stat.h): Likewise.
42655         * modules/sysexits (sysexits.h): Likewise.
42656         * modules/unistd (unistd.h): Likewise.
42657         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42658         Add a "DO NOT EDIT" comment to the generated file.
42659         (func_import): Likewise for gnulib-comp.m4.
42660
42661 2006-10-07  Bruno Haible  <bruno@clisp.org>
42662
42663         * lib/gl_sublist.h: New file.
42664         * lib/gl_sublist.c: New file.
42665
42666 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
42667
42668         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
42669         name (relative to the original working directory) and the file
42670         name component (relative to the temporary working directory).  All
42671         callers changed.
42672         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
42673         * lib/mkdir-p.c (make_dir_parents): Likewise.
42674         * lib/mkdir-p.h (make_dir_parents): Likewise.
42675
42676 2006-10-06  Eric Blake  <ebb9@byu.net>
42677
42678         Define several macros for use by the clean-temp module.
42679         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
42680         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
42681         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
42682
42683         * lib/clean-temp.h (close_stream_temp): New declaration.
42684         * lib/clean-temp.c (includes): Pull in headers according to what
42685         other modules are in use.
42686         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
42687
42688 2006-10-06  Bruno Haible  <bruno@clisp.org>
42689
42690         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
42691         instead of fopen, fwriteerror.
42692
42693 2006-10-06  Bruno Haible  <bruno@clisp.org>
42694
42695         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
42696         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
42697         int.
42698         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
42699         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
42700         Return an error indicator.
42701         Suggested by Eric Blake.
42702
42703 2006-10-06  Bruno Haible  <bruno@clisp.org>
42704
42705         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
42706         Reported by Eric Blake.
42707
42708 2006-10-06  Bruno Haible  <bruno@clisp.org>
42709
42710         * modules/closeout (Description): Mention stderr too.
42711
42712 2006-10-06  Bruno Haible  <bruno@clisp.org>
42713         and Paul Eggert  <eggert@cs.ucla.edu>
42714
42715         * lib/closeout.c (close_stdout): Also close stderr.
42716         * lib/closeout.h: Update comment.
42717
42718 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
42719
42720         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
42721         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
42722         * lib/dirchownmod.c: Include lchown.h.
42723         * lib/lchown.c: Don't include files that lchown.h now includes.
42724         Don't declare chown, since lchown.h now does that.
42725         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
42726         (lchown): Define to rpl_chown if lchown is declared but
42727         does not exist.  Declare using a prototype if lchown is not
42728         declared.  Add a copyright notice.
42729         * lib/mkstemp.h: Include <unistd.h>.
42730         * lib/openat.c: Include lchown.h.
42731
42732         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
42733         we now test for that separately.
42734         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
42735         rather than O_NOFOLLOW, when testing whether it's possible to
42736         avoid a race condition reliably.
42737         * lib/savewd.c (savewd_chdir): Likewise.
42738
42739         Remove macros that are no longer needed now that stdint.h is
42740         reliable.
42741         * lib/fsusage.c (UINTMAX_MAX): Remove.
42742         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
42743         * lib/utimecmp.c (SIZE_MAX): Remove.
42744
42745         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
42746
42747         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
42748         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
42749         O_NOATIME works.
42750
42751 2006-10-05  Bruno Haible  <bruno@clisp.org>
42752
42753         * lib/gl_list.h (gl_sortedlist_search_from_to,
42754         gl_sortedlist_indexof_from_to): New declarations.
42755         (gl_list_implementation): New fields sortedlist_search_from_to,
42756         sortedlist_indexof_from_to.
42757         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
42758         inline functions.
42759         * lib/gl_list.c (gl_sortedlist_search_from_to,
42760         gl_sortedlist_indexof_from_to): New functions.
42761         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
42762         function.
42763         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
42764         (gl_array_sortedlist_search_from_to): New function.
42765         (gl_array_list_implementation): Update.
42766         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
42767         function.
42768         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
42769         (gl_carray_sortedlist_search_from_to): New function.
42770         (gl_carray_list_implementation): Update.
42771         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
42772         gl_linked_sortedlist_indexof_from_to): New functions.
42773         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42774         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42775         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
42776         gl_tree_sortedlist_indexof_from_to): New functions.
42777         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42778         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42779         Update.
42780         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42781         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
42782         Update.
42783
42784 2006-10-05  Bruno Haible  <bruno@clisp.org>
42785
42786         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
42787         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
42788         (struct gl_list_implementation): Add fields search_from_to,
42789         indexof_from_to. Remove fields search, indexof.
42790         (gl_list_search): Use the search_from_to method.
42791         (gl_list_search_from, gl_list_search_from_to): New functions.
42792         (gl_list_indexof): Use the indexof_from_to method.
42793         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42794         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
42795         (gl_list_search_from, gl_list_search_from_to): New functions.
42796         (gl_list_indexof): Use the indexof_from_to method.
42797         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
42798         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
42799         gl_array_indexof. Add start_index, end_index arguments.
42800         (gl_array_search_from_to): Renamed from gl_array_search. Add
42801         start_index, end_index arguments.
42802         (gl_array_remove, gl_array_list_implementation): Update.
42803         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
42804         gl_carray_indexof. Add start_index, end_index arguments.
42805         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
42806         start_index, end_index arguments.
42807         (gl_carray_remove, gl_carray_list_implementation): Update.
42808         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
42809         gl_linked_search. Add start_index, end_index arguments.
42810         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
42811         start_index, end_index arguments.
42812         (gl_linked_remove): Update.
42813         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
42814         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
42815         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
42816         field to 'size_t'.
42817         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
42818         gl_tree_search. Add start_index, end_index arguments.
42819         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42820         start_index, end_index arguments.
42821         (gl_tree_remove): Update.
42822         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
42823         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
42824         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
42825         function.
42826         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
42827         gl_tree_search. Add start_index, end_index arguments.
42828         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
42829         start_index, end_index arguments.
42830         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
42831         Update.
42832         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
42833
42834 2006-10-05  Bruno Haible  <bruno@clisp.org>
42835
42836         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
42837
42838         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
42839         fwriteerror_temp): New declarations.
42840         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
42841         (descriptors): New variable.
42842         (cleanup): First, close the descriptors.
42843         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
42844         fclose_temp, fwriteerror_temp): New functions.
42845
42846 2006-10-04  Jim Meyering  <jim@meyering.net>
42847
42848         * lib/fts.c (fts_open): Tiny comment change.
42849
42850 2006-10-04  Bruno Haible  <bruno@clisp.org>
42851
42852         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
42853         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
42854         gl_LOCK_BODY.
42855         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
42856         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
42857         gl_LOCK_EARLY_BODY.
42858         (gl_LOCK): Require gl_LOCK_BODY.
42859
42860 2006-10-04  Bruno Haible  <bruno@clisp.org>
42861
42862         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
42863         (gl_oset_search_atleast): New declaration.
42864         (struct gl_oset_implementation): Add field 'search_atleast'.
42865         (gl_oset_search_atleast): New inline function.
42866         * lib/gl_oset.c (gl_oset_search_atleast): New function.
42867         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
42868         (gl_array_oset_implementation): Update.
42869         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
42870         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
42871         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
42872
42873 2006-10-04  Bruno Haible  <bruno@clisp.org>
42874
42875         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
42876
42877 2006-10-03  Bruno Haible  <bruno@clisp.org>
42878
42879         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
42880         from gl_avltreehash_list_implementation.
42881
42882 2006-10-03  Bruno Haible  <bruno@clisp.org>
42883
42884         * lib/gl_oset.c (gl_oset_add): Fix return type.
42885
42886 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
42887
42888         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
42889
42890 2006-10-02  Eric Blake  <ebb9@byu.net>
42891
42892         * modules/strnlen (Depends-on): Add extensions.
42893
42894 2006-10-02  Eric Blake  <ebb9@byu.net>
42895
42896         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
42897         definition in 2.60+.
42898
42899 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
42900
42901         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
42902         checks.
42903
42904 2006-10-02  Bruno Haible  <bruno@clisp.org>
42905
42906         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
42907         to the AUTOMAKE_OPTIONS.
42908         Reported by Jim Meyering.
42909
42910 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
42911
42912         Work around bug in Solaris 10 /proc file system:
42913         /proc/self/fd/NNN/.. isn't the parent directory of
42914         the directory whose file descriptor is NNN.  This needs to
42915         be worked around at run time, not compile time, since a
42916         program might be built on Solaris 8, where things work, and
42917         run on Solaris 10.
42918         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
42919         to use the following interface instead:
42920         (OPENAT_BUFFER_SIZE): New macro.
42921         (openat_proc_name): New function.
42922         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
42923         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
42924         Likewise.
42925         * lib/openat-proc.c: New file.
42926         * modules/openat (Files): Add lib/openat-proc.c.
42927         (Depends-on): Add same-inode, stdbool.
42928         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
42929
42930 2006-09-29  Bruno Haible  <bruno@clisp.org>
42931
42932         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
42933         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
42934         argument. Set stdout_closed before testing for ferror, not after.
42935         (fwriteerror, fwriteerror_no_ebadf): New functions.
42936
42937 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42938
42939         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
42940
42941 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
42942
42943         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
42944         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
42945
42946 2006-09-28  Jim Meyering  <jim@meyering.net>
42947
42948         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
42949         Include <unistd.h>.
42950
42951 2006-09-28  Bruno Haible  <bruno@clisp.org>
42952
42953         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
42954         * modules/linkedhash-list (Depends-on): Likewise.
42955         * modules/rbtreehash-list (Depends-on): Likewise.
42956
42957 2006-09-28  Bruno Haible  <bruno@clisp.org>
42958
42959         * lib/strndup.h: Simplify the redefinition of strndup.
42960         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
42961         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
42962
42963 2006-09-28  Bruno Haible  <bruno@clisp.org>
42964
42965         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
42966         * lib/gl_linkedhash_list.c: Likewise.
42967         * lib/gl_rbtreehash_list.c: Likewise.
42968
42969 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
42970
42971         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
42972         getaddrinfo.
42973
42974         * lib/__fpending.h: Don't include <stdio_ext.h> unless
42975         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
42976         it causes <stdio_ext.h> to cause a compile-time error.
42977         Problem reported by Nelson H. F. Beebe.
42978         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
42979         of HAVE_DECL___PENDING.
42980
42981         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
42982         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
42983         declaration.
42984
42985 2006-09-27  Jim Meyering  <jim@meyering.net>
42986
42987         This file could end up with a definition for a function
42988         named __strndup, rather than rpl_strndup on a system with
42989         incomplete weak_alias support.
42990         * lib/strndup.c (strndup): Rename from __strndup.
42991         Remove #defines that used to map __strndup to strndup.
42992         Don't use K&R prototypes.
42993         Remove LIBC-related code, since this file is not sync'd with glibc.
42994         * lib/strndup.h: Revamp, accordingly.
42995         * m4/strndup.m4: Modernize.
42996
42997 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
42998
42999         * modules/savewd (Depends-on): Add 'raise'.
43000         * lib/savewd.c: Include <signal.h>, for 'raise'.
43001
43002 2006-09-26  Jim Meyering  <jim@meyering.net>
43003
43004         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
43005         when we detect Darwin 8.7.0's acl_get_file bug.
43006         Rearrange to perform the new (below) run-test while $LIBS
43007         contains any acl-related library.  Set USE_ACL at the end.
43008         (gl_ACL_GET_FILE): New function.
43009
43010 2006-09-26  Eric Blake  <ebb9@byu.net>
43011
43012         * lib/verror.c: Include <config.h> unconditionally.
43013
43014 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
43015
43016         * modules/clock-time (Maintainer): Add self.
43017         * modules/getlogin_r (Depends-on): Add extensions.
43018
43019 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43020
43021         * modules/clock-time: New module.
43022         * modules/nanosleep (Depends-on): Add clock-time.
43023         * modules/gethrxtime (Depends-on): Likewise.
43024         * modules/gettime (Depends-on): Likewise.
43025         * modules/settime (Depends-on): Likewise.
43026
43027         * modules/fts-lgpl: Depend on openat.
43028         * modules/mkancesdirs: Depend on savewd.
43029         * modules/mkdir-p: Likewise.
43030
43031 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43032
43033         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
43034
43035         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
43036         `gl_have_arbitrary_file_name_length_limit' to
43037         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
43038         actually works between configure runs.
43039
43040 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43041             Bruno Haible  <bruno@clisp.org>
43042
43043         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
43044
43045 2006-09-25  Jim Meyering  <jim@meyering.net>
43046
43047         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
43048         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
43049
43050 2006-09-25  Eric Blake  <ebb9@byu.net>
43051
43052         * gnulib-tool (func_import, func_create_testdir): Fix typos in
43053         exec's in 2006-09-18 patch when shuffling fds.
43054
43055 2006-09-25  Bruno Haible  <bruno@clisp.org>
43056
43057         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
43058         Reported by Jim Meyering.
43059
43060 2006-09-24  Jim Meyering  <jim@meyering.net>
43061
43062         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
43063         compare a pointer against a literal "0".  That caused failures with
43064         at least HP-UX's hpcc.
43065
43066 2006-09-22  Simon Josefsson  <jas@extundo.com>
43067
43068         * modules/gc-sha1:
43069         * modules/gc-md4:
43070         * modules/gc-hmac-sha1:
43071         * modules/gc-hmac-md5:
43072         * modules/gc-des:
43073         * modules/gc-arcfour: Distribute more files.
43074
43075 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43076
43077         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
43078         (gl_linked_iterator_from_to): Initialize struct completely.
43079         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
43080         (gl_tree_iterator_from_to): Likewise
43081         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
43082         * lib/gl_array_list.c [lint] (gl_array_iterator)
43083         (gl_array_iterator_from_to): Likewise.
43084         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
43085         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
43086         (gl_carray_iterator_from_to): Likewise.
43087
43088         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
43089         * lib/md4.c (md4_process_block): Remove unused variable.
43090         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
43091         parentheses for clarity.
43092
43093 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43094
43095         * modules/bison-i18n (Depends-on): Add gettext.
43096
43097 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43098
43099         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
43100         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
43101         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
43102         also add missing comma that caused broken test.
43103         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
43104         stdlib.h, for `abort'.
43105         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
43106         variables.
43107         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
43108         include unistd.h if present, for `rmdir'.
43109         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
43110         variables.
43111         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
43112         in the process include standard headers for prototypes.
43113         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
43114         gets declared on GNU/Linux.
43115         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
43116         unistd.h, for `rmdir'.
43117         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
43118
43119         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
43120         always true.
43121         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
43122
43123         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
43124
43125 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43126
43127         * gnulib-tool (func_version): Create output all at once.  This
43128         may help avoid triggering unnecessary SIGPIPEs, and at any
43129         rate it doesn't hurt.
43130
43131 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43132             Bruno Haible  <bruno@clisp.org>
43133
43134         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
43135         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
43136         * m4/signed.m4 (bh_C_SIGNED): Likewise.
43137
43138         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
43139         (gl_FUNC_VASPRINTF): Invoke it.
43140
43141 2006-09-22  Bruno Haible  <bruno@clisp.org>
43142
43143         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
43144         getloadavg.c as first argument.
43145
43146 2006-09-22  Bruno Haible  <bruno@clisp.org>
43147
43148         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
43149         at the beginning of the gl_INIT macro.
43150         * modules/getloadavg (configure.ac): Pass $gl_source_base to
43151         gl_GETLOADAVG.
43152
43153 2006-09-22  Bruno Haible  <bruno@clisp.org>
43154
43155         * gnulib-tool (func_create_megatestdir): Don't include the config-h
43156         module.
43157         Suggested by Ralf Wildenhues.
43158
43159 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
43160
43161         Import this patch from libc:
43162
43163         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
43164
43165         * lib/regex_internal.c (re_string_reconstruct): Handle
43166         offset < pstr->valid_raw_len && pstr->offsets_needed case.
43167         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
43168         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
43169         re_string_context_at.
43170
43171         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
43172         now requires it.
43173         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
43174         gl_REGEX now does it for us.
43175         (gl_REGEX): Add test taken from
43176         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
43177
43178         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
43179         Check that large offsets work.  Modernize Autoconf usages.
43180         Prefer "yes" to mean a good thing rather than a bad.
43181         Don't put "#define mkstemp" in config.h, as this might interfere
43182         with standard system headers that "#define mkstemp mkstemp64".
43183
43184         * modules/mkstemp (Depends-on): Add extensions, so that
43185         mkstemp is visible on some platforms.
43186         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
43187         (Include): Change to "mkstemp.h" from <stdlib.h>.
43188         (Files): Add mkstemp.h.
43189
43190         * lib/mkstemp.h: New file, since some standard headers
43191         #define mkstemp.
43192         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
43193         Include "mkstemp.h".
43194         Make the _LIBC code resemble glibc original more,
43195         e.g., use K&R style.
43196         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
43197         (mkstemp): Remove, since mkstemp.h does this for us.
43198         * lib/stdlib--.h: Include mkstemp.h.
43199
43200         Import this patch from libc:
43201
43202         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43203
43204         * lib/tempname.c (__gen_tempname): Change attempts_min
43205         into a macro.  Use preprocessor to decide how to initialize
43206         attempts [Coverity CID 67].
43207
43208 2006-09-20  Bruno Haible  <bruno@clisp.org>
43209
43210         * lib/mkdtemp.c: Import from libc.
43211         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
43212                 * sysdeps/posix/tempname.c (__gen_tempname): Change
43213                 attempts_min into a macro.  Use preprocessor to decide how to
43214                 initialize attempts [Coverity CID 67].
43215         2001-11-27  Paul Eggert  <eggert@twinsun.com>
43216                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
43217                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
43218
43219 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43220
43221         * gnulib-tool (func_exit): New function, to allow to pass the
43222         exit status portably through the trap.  Use everywhere.
43223         (--help, --version): Signal a write error.
43224         (trap): catch SIGPIPE, for write errors.
43225         Exit at the end of the trap, with the correct exit status.
43226
43227 2006-09-19  Karl Berry  <karl@gnu.org>
43228
43229         * doc/gnulib.texi: note about the license texinfo files.
43230
43231 2006-09-19  Eric Blake  <ebb9@byu.net>
43232
43233         * gnulib-tool: Avoid space-tab.
43234
43235 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43236
43237         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
43238         that prevented coreutils 6.1 from building.  Problem reported
43239         by Petter Reinholdtsen.
43240
43241 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
43242
43243         * gnulib-tool (avoidlist): Fix typo that broke options like
43244         --avoid=lock that are used by coreutils bootstrap.
43245
43246 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
43247
43248         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
43249         more systematically.
43250
43251 2006-09-18  Jim Meyering  <jim@meyering.net>
43252
43253         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
43254
43255 2006-09-18  Bruno Haible  <bruno@clisp.org>
43256
43257         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
43258
43259 2006-09-18  Bruno Haible  <bruno@clisp.org>
43260
43261         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
43262         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
43263         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
43264         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
43265         * m4/gettext.m4: Require autoconf >= 2.52.
43266         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
43267         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
43268         of gl_cv_header_inttypes_h.
43269
43270 2006-09-18  Bruno Haible  <bruno@clisp.org>
43271
43272         * lib/javaversion.c: Include configmake.h.
43273
43274 2006-09-18  Bruno Haible  <bruno@clisp.org>
43275
43276         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
43277         avoid that the while loops be executed in a subshell.
43278
43279 2006-09-18  Bruno Haible  <bruno@clisp.org>
43280
43281         * MODULES.html.sh (func_module): Break long lines.
43282         Suggested by Bruce Korb <bkorb@gnu.org>.
43283
43284 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43285
43286         Speed up by a factor of 1.12.
43287         * gnulib-tool (nl): New variable.
43288         (func_import): Rewrite include directive extraction to only read each
43289         directive once.
43290
43291 2006-09-17  Bruno Haible  <bruno@clisp.org>
43292
43293         * modules/javaversion (Makefile.am): Remove DEFS setting.
43294         (Depends-on): Add configmake, for PKGDATADIR definition.
43295
43296 2006-09-17  Bruno Haible  <bruno@clisp.org>
43297
43298         * gnulib-tool (func_create_testdir): Rewrite all files at once.
43299
43300 2006-09-17  Bruno Haible  <bruno@clisp.org>
43301
43302         * gnulib-tool (func_append): New function, stolen from libtool.m4.
43303         (func_modules_transitive_closure, func_modules_add_dummy,
43304         func_modules_to_filelist, func_import, func_create_testdir,
43305         func_create_megatestdir, ...): Use it wherever possible.
43306         Suggested by Ralf Wildenhues.
43307
43308 2006-09-16  Karl Berry  <karl@gnu.org>
43309
43310         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
43311         to avoid sectioning errors.
43312         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
43313         [ifinfo]: blank line after @center-ed titles.
43314         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
43315         Spell FSF address consistently with others.
43316         (These changes approved by rms.)
43317
43318 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43319
43320         Speed up by a factor of 1.61.
43321         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
43322         already checked module names again.
43323
43324 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43325
43326         Speed up by a factor of 1.13.
43327         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
43328         for new_files, and the input to func_add_or_update.
43329
43330 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43331
43332         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
43333         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
43334
43335 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43336
43337         * modules/mkancesdirs (Depends-on): Add fcntl.
43338         * modules/savewd: New file.
43339         * MODULES.html.sh (File system functions): Add savewd.
43340
43341         * modules/configmake (Makefile.am): Add support for the
43342         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
43343
43344 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43345
43346         * m4/savewd.m4: New file.
43347
43348 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
43349
43350         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
43351         (dirchownmod): New arg FD.  All callers changed.
43352         Use FD rather than opening the directory ourself, as opening is
43353         now the caller's responsibility.
43354         * lib/dirchownmod.h: Likewise.
43355         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
43356         hosts that require <sys/types.h> before <sys/stat.h>.  Include
43357         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
43358         (test_dir): Remove.
43359         (mkancesdirs): Return length of prefix of FILE that has already
43360         been made, or -2 if there is a child doing the work.  Redo
43361         algorithm so that it is O(N) rather than O(N**2).  Optimize away
43362         ".", and treat ".." specially since it might stray back into
43363         already-created areas.  Use a subprocess if necessary.  New arg
43364         WD; all users changed.  MAKE_DIR function should now return 1
43365         if it creates a directory that is not readable.  Return -2 if
43366         a child process is spun off.
43367         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
43368         Adjust signature to match code.
43369         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
43370         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
43371         all users changed.
43372         * lib/savewd.c, lib/savewd.h: New files.
43373
43374 2006-09-15  Jim Meyering  <jim@meyering.net>
43375
43376         * modules/rename-dest-slash: New module.
43377         * MODULES.html.sh (posix_compat): Add it here.
43378
43379         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
43380
43381 2006-09-15  Jim Meyering  <jim@meyering.net>
43382
43383         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
43384         file.
43385
43386         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
43387
43388 2006-09-15  Jim Meyering  <jim@meyering.net>
43389
43390         * lib/rename-dest-slash.c (has_trailing_slash): Use
43391         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
43392         (rpl_rename_dest_slash): Perform the cheaper trailing slash
43393         test before testing whether SRC is a directory.
43394         Suggestions from Bruno Haible.
43395
43396         Avoid a warning about an unused variable.
43397         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
43398         into the #ifdef block where it's used.
43399
43400         * lib/rename-dest-slash.c: New file.
43401
43402 2006-09-14  Bruno Haible  <bruno@clisp.org>
43403
43404         * lib/allocsa.c: Include <config.h> unconditionally.
43405         * lib/asnprintf.c: Likewise.
43406         * lib/asprintf.c: Likewise.
43407         * lib/c-strcasecmp.c: Likewise.
43408         * lib/c-strcasestr.c: Likewise.
43409         * lib/c-strncasecmp.c: Likewise.
43410         * lib/c-strstr.c: Likewise.
43411         * lib/classpath.c: Likewise.
43412         * lib/clean-temp.c: Likewise.
43413         * lib/concatpath.c: Likewise.
43414         * lib/copy-file.c: Likewise.
43415         * lib/csharpcomp.c: Likewise.
43416         * lib/csharpexec.c: Likewise.
43417         * lib/execute.c: Likewise.
43418         * lib/fatal-signal.c: Likewise.
43419         * lib/findprog.c: Likewise.
43420         * lib/fwriteerror.c: Likewise.
43421         * lib/gl_array_list.c: Likewise.
43422         * lib/gl_array_oset.c: Likewise.
43423         * lib/gl_avltree_list.c: Likewise.
43424         * lib/gl_avltree_oset.c: Likewise.
43425         * lib/gl_avltreehash_list.c: Likewise.
43426         * lib/gl_carray_list.c: Likewise.
43427         * lib/gl_linked_list.c: Likewise.
43428         * lib/gl_linkedhash_list.c: Likewise.
43429         * lib/gl_list.c: Likewise.
43430         * lib/gl_oset.c: Likewise.
43431         * lib/gl_rbtree_list.c: Likewise.
43432         * lib/gl_rbtree_oset.c: Likewise.
43433         * lib/gl_rbtreehash_list.c: Likewise.
43434         * lib/imaxabs.c: Likewise.
43435         * lib/imaxdiv.c: Likewise.
43436         * lib/javacomp.c: Likewise.
43437         * lib/javaexec.c: Likewise.
43438         * lib/javaversion.c: Likewise.
43439         * lib/linebreak.c: Likewise.
43440         * lib/localcharset.c: Likewise.
43441         * lib/lock.c: Likewise.
43442         * lib/mbchar.c: Likewise.
43443         * lib/mbswidth.c: Likewise.
43444         * lib/mkdtemp.c: Likewise.
43445         * lib/pipe.c: Likewise.
43446         * lib/printf-args.c: Likewise.
43447         * lib/printf-parse.c: Likewise.
43448         * lib/progname.c: Likewise.
43449         * lib/progreloc.c: Likewise.
43450         * lib/readlink.c: Likewise.
43451         * lib/sh-quote.c: Likewise.
43452         * lib/stpcpy.c: Likewise.
43453         * lib/stpncpy.c: Likewise.
43454         * lib/strcasecmp.c: Likewise.
43455         * lib/strcasestr.c: Likewise.
43456         * lib/strcspn.c: Likewise.
43457         * lib/striconv.c: Likewise.
43458         * lib/strncasecmp.c: Likewise.
43459         * lib/strnlen1.c: Likewise.
43460         * lib/strstr.c: Likewise.
43461         * lib/strtok_r.c: Likewise.
43462         * lib/tls.c: Likewise.
43463         * lib/tmpdir.c: Likewise.
43464         * lib/unicodeio.c: Likewise.
43465         * lib/unsetenv.c: Likewise.
43466         * lib/vasnprintf.c: Likewise.
43467         * lib/vasprintf.c: Likewise.
43468         * lib/wait-process.c: Likewise.
43469         * lib/xallocsa.c: Likewise.
43470         * lib/xsetenv.c: Likewise.
43471         * lib/xstriconv.c: Likewise.
43472
43473 2006-09-13  Simon Josefsson  <jas@extundo.com>
43474
43475         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
43476         that internally, suggested by Ralf Wildenhues
43477         <Ralf.Wildenhues@gmx.de>.
43478
43479 2006-09-13  Simon Josefsson  <jas@extundo.com>
43480
43481         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
43482         @LIBOBJS@.
43483         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
43484
43485 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
43486
43487         * lib/_fpending.c: Include <config.h> unconditionally, since we no
43488         longer worry about uses that don't define HAVE_CONFIG_H.
43489         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
43490         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
43491         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
43492         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
43493         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
43494         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
43495         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
43496         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
43497         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
43498         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
43499         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
43500         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
43501         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
43502         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
43503         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
43504         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
43505         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
43506         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
43507         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
43508         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
43509         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
43510         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
43511         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
43512         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
43513         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
43514         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
43515         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
43516         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
43517         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
43518         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
43519         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
43520         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
43521         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
43522         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
43523         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
43524         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
43525         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
43526         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
43527         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
43528         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
43529         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
43530         Likewise.
43531
43532 2006-09-13  Eric Blake  <ebb9@byu.net>
43533
43534         * lib/getopt.c: Fix typo in last commit.
43535
43536 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
43537
43538         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
43539         dgettext.
43540
43541 2006-09-12  Jim Meyering  <jim@meyering.net>
43542
43543         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
43544         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
43545         Reported by Nelson H. F. Beebe.
43546
43547 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
43548
43549         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
43550         program_invocation_name and program_invocation_short_name are
43551         initialized.
43552         * lib/argp-namefrob.h: Move declarations of program_invocation_name
43553         and program_invocation_short_name to argp.h, so they are visible
43554         to user programs.
43555         * lib/argp.h: Likewise
43556
43557 2006-09-10  Bruno Haible  <bruno@clisp.org>
43558
43559         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
43560         m4/inttypes_h.m4, m4/uintmax_t.m4.
43561
43562 2006-09-10  Bruno Haible  <bruno@clisp.org>
43563
43564         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
43565         gl_AC_TYPE_UINTMAX_T.
43566
43567 2006-09-10  Bruno Haible  <bruno@clisp.org>
43568
43569         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
43570
43571 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
43572
43573         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
43574         convention.  Text proposed by Bruno Haible.
43575         (struct argp_option): Document the use of N_() wrappers.
43576
43577         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
43578         '\v', and translate the two parts separately, instead of feeding
43579         the whole string to gettext.  This allows to exclude
43580         '\v' from the strings visible to the translator by writing doc
43581         strings as N_("..") "\v" N_("..").
43582
43583 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
43584
43585         * config/srclist.txt: Undo latest change; the bug was fixed.
43586
43587 2006-09-09  Bruno Haible  <bruno@clisp.org>
43588
43589         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
43590         assignments if building a library without libtool.
43591         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
43592         in func_emit_lib_Makefile_am.
43593         (func_import): When building a static library libfoo.a, arrange to
43594         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
43595         (func_create_testdir): Likewise.
43596         * modules/gc (configure.ac, Makefile.am): If building statically,
43597         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
43598         * modules/iconvme (configure.ac, Makefile.am): Likewise.
43599         * modules/striconv (configure.ac, Makefile.am): Likewise.
43600         Based on a suggestion by Ralf Wildenhues.
43601
43602 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43603
43604         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
43605         Check for unistd.h too, since Autoconf doesn't assume POSIX.
43606         Also:
43607
43608         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43609         Add year_2050_test to catch glibc bug 2821
43610         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43611
43612         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
43613         Prefer #ifdef to #if.
43614
43615         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
43616         Return from 'main' instead of calling 'exit'.
43617
43618 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43619
43620         * lib/mktime.c (guess_time_tm): Fix bug where mktime
43621         returned the maximum time_t value rather than (time_t) -1.
43622         Problem originally reported by William Bardwell
43623         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
43624
43625         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43626         Moved to here ...
43627         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
43628         ... from here.
43629
43630 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
43631
43632         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
43633         2821 is fixed.
43634
43635 2006-09-08  Jim Meyering  <jim@meyering.net>
43636
43637         Don't make generated files read-only.  That would bother too many
43638         people.  However, do retain the ability to work when targets are
43639         read-only: remove the destination and temporary files before writing
43640         them (when generated via sed or echo), or by using the -f option for
43641         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
43642         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43643         * modules/byteswap, modules/configmake, modules/fcntl:
43644         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43645         * modules/localcharset, modules/netinet_in, modules/poll:
43646         * modules/stdbool, modules/stdint, modules/sys_select:
43647         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43648
43649 2006-09-08  Jim Meyering  <jim@meyering.net>
43650
43651         Avoid new build failure on FreeBSD 6.0.
43652         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
43653         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
43654         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
43655
43656 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43657
43658         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
43659
43660 2006-09-07  Jim Meyering  <jim@meyering.net>
43661
43662         Fix global typo in last change: use chmod u-w, not chmod u-x.
43663         Spotted by Paul Eggert and Bruce Korb.
43664         * modules/alloca-opt, modules/argz, modules/arpa_inet:
43665         * modules/byteswap, modules/configmake, modules/fcntl:
43666         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
43667         * modules/localcharset, modules/netinet_in, modules/poll:
43668         * modules/stdbool, modules/stdint, modules/sys_select:
43669         * modules/sys_socket, modules/sys_stat, modules/sysexits:
43670
43671 2006-09-06  Jim Meyering  <jim@meyering.net>
43672
43673         Make generated files be read-only.
43674         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
43675         Ensure that each generated file is now read-only.
43676         * modules/argz: Likewise.
43677         * modules/arpa_inet: Likewise.
43678         * modules/byteswap: Likewise.
43679         * modules/configmake: Likewise.
43680         * modules/fcntl: Likewise.
43681         * modules/fnmatch: Likewise.
43682         * modules/getopt: Likewise.
43683         * modules/glob: Likewise.
43684         * modules/inttypes: Likewise.
43685         * modules/netinet_in: Likewise.
43686         * modules/poll: Likewise.
43687         * modules/stdbool: Likewise.
43688         * modules/stdint: Likewise.
43689         * modules/sys_select: Likewise.
43690         * modules/sys_socket: Likewise.
43691         * modules/sys_stat: Likewise.
43692         * modules/sysexits: Likewise.
43693         * modules/localcharset: Same as above, but continue using temporary
43694         file named "t-$@" (why different?) rather than the "$@-t" used
43695         everywhere else.
43696
43697         * modules/sysexits (Makefile.am): Replace literal occurrences
43698         of "sysexit.h" more readable, and more consistent, "$@".
43699
43700 2006-09-06  Bruno Haible  <bruno@clisp.org>
43701
43702         * modules/striconv: New file.
43703         * modules/xstriconv: New file.
43704         * MODULES.html.sh (Internationalization functions): Add striconv,
43705         xstriconv.
43706
43707 2006-09-06  Bruno Haible  <bruno@clisp.org>
43708
43709         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
43710         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
43711         not using libtool correctly.
43712
43713 2006-09-06  Bruno Haible  <bruno@clisp.org>
43714
43715         * lib/striconv.h: New file.
43716         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
43717         iconvstring.c.
43718         * lib/xstriconv.h: New file.
43719         * lib/xstriconv.c: New file.
43720
43721 2006-09-06  Bruno Haible  <bruno@clisp.org>
43722
43723         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
43724         lib_..._LDFLAGS.
43725
43726 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43727
43728         * lib/argz_.h: Sync from Libtool.
43729
43730         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
43731                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
43732
43733         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
43734
43735 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43736
43737         * modules/trim: New file.
43738
43739 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
43740
43741         * lib/trim.h: New file.
43742         * lib/trim.c: New file.
43743
43744 2006-09-05  Bruno Haible  <bruno@clisp.org>
43745
43746         * MODULES.html.sh (String handling): Add trim.
43747
43748 2006-09-04  Karl Berry  <karl@gnu.org>
43749
43750         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
43751         until next release.
43752
43753 2006-09-03  Bruno Haible  <bruno@clisp.org>
43754
43755         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
43756         correctly.
43757
43758 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43759
43760         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
43761         not gl_GETLOADAVG.  Omit unneeded semicolons.
43762         Problems reported by Ralf Wildenhues in
43763         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43764         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
43765         at the end, which is the usual gnulib style.
43766
43767         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
43768         of doing all the work ourselves.
43769         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
43770         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
43771
43772 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43773
43774         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
43775         Problem reported by Ralf Wildenhues in
43776         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
43777
43778         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
43779         HAVE_STRUCT_STATFS_F_FSTYPENAME.
43780
43781 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
43782
43783         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
43784         yesterday's patch by changing test -n to test -z.
43785
43786 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43787
43788         * modules/getloadavg (Files): Add m4/getloadavg.m4.
43789         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
43790         the former is now obsolescent.
43791
43792         * modules/chdir-long (Depends-on): Add fcntl.
43793
43794 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43795
43796         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
43797         obsolescent, and programs should use gnulib instead.
43798         * m4/getloadavg.m4: New file, with contents taken from Autoconf
43799         but with prefixes changed.
43800
43801 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
43802
43803         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
43804         or stdbool.h, because they might not exist while configuring.
43805
43806         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
43807         Don't include unistd.h or limits.h; not needed, since chdir-long.h
43808         does that for us.
43809         (O_DIRECTORY): Remove.
43810
43811 2006-08-31  Eric Blake  <ebb9@byu.net>
43812
43813         * gnulib-tool: Don't let emacs change spaces to TAB.
43814
43815 2006-08-31  Bruno Haible  <bruno@clisp.org>
43816
43817         * gnulib-tool: When calling func_import more than once, do it in a
43818         subshell.
43819         Reported by Eric Blake <ebb9@byu.net>.
43820
43821 2006-08-31  Bruno Haible  <bruno@clisp.org>
43822
43823         * gnulib-tool (nl): Remove variable.
43824         (sed_transform_lib_file): Use more robust test for config-h module.
43825         (func_import): Fix typo in 2006-08-25 patch.
43826
43827 2006-08-31  Bruno Haible  <bruno@clisp.org>
43828
43829         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
43830         specified, augment Makefile.am variables instead of assigning them.
43831
43832 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43833
43834         Work around a bug in both the Linux and SunOS 64-bit kernels:
43835         nanosleep mishandles sleeps for longer than 2**31 seconds.
43836         Problem reported by Frank v Waveren in
43837         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43838         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
43839         Check for nanosleep bug.
43840         (LIB_NANOSLEEP): Append clock_gettime library if needed.
43841
43842 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43843
43844         Work around a bug in both the Linux and SunOS 64-bit kernels:
43845         nanosleep mishandles sleeps for longer than 2**31 seconds.
43846         Problem reported by Frank v Waveren in
43847         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
43848         * lib/nanosleep.c (BILLION): New constant.
43849         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
43850         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
43851         implementation.
43852
43853 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43854
43855         * modules/nanosleep (Depends-on): Add gettime.
43856
43857 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
43858         and Simon Josefsson  <jas@extundo.com>
43859         and Oskar Liljeblad  <oskar@osk.mine.nu>
43860
43861         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
43862         * gnulib-tool (func_import): New license type 'unmodifiable license
43863         text'.
43864         * modules/fdl: Use it.  Longer description.
43865         * module/gpl, module/lgpl: New files.
43866
43867 2006-08-30  Jim Meyering  <jim@meyering.net>
43868
43869         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
43870         shadowing the parameter.
43871
43872 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43873
43874         Sync from Libtool:
43875
43876         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43877
43878         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
43879         sharing with gnulib.  Report by Eric Blake.
43880
43881 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43882
43883         * modules/isapipe: New file.
43884         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
43885
43886 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43887
43888         * modules/configmake (Makefile.am): Add a comment, and omit
43889         the CONFIGMAKE_ prefix from generated macro names.  Suggested
43890         by Bruno Haible.
43891
43892 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43893
43894         * m4/isapipe.m4: New file.
43895
43896 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
43897
43898         * lib/isapipe.c, lib/isapipe.h: New files.
43899
43900 2006-08-29  Jim Meyering  <jim@meyering.net>
43901
43902         * modules/configmake (Makefile.am): Make configmake.h depend on
43903         Makefile.  Otherwise, a stale configmake.h could hang around.
43904
43905 2006-08-29  Eric Blake  <ebb9@byu.net>
43906
43907         * lib/error.c (error_at_line, print_errno_message): Match libc, after
43908         resolution of upstream bug 3044.
43909
43910 2006-08-29  Bruno Haible  <bruno@clisp.org>
43911
43912         * modules/localcharset (Depends-on): Add configmake.
43913         (Makefile.am): Remove setting of LIBDIR through DEFS.
43914
43915 2006-08-29  Bruno Haible  <bruno@clisp.org>
43916
43917         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
43918         defined.
43919
43920 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43921
43922         * modules/fcntl: New file.
43923         * modules/chdir-safer (Depends-on): Add fcntl.
43924         * modules/fts: Likewise.
43925         * modules/mkdir-p: Likewise.
43926
43927         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
43928         This undoes the most recent change, since we're now addressing the
43929         problem in a different way.
43930
43931         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
43932         into output, since the output might be called Makefile.am even
43933         if $makefile_name is something different.
43934         (func_import): Use $makefile_am rather than
43935         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
43936         empty.
43937
43938         * modules/inttypes (Files): Add m4/inttypes-h.m4.
43939
43940 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43941
43942         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
43943         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
43944         recent change to stdint.m4, since we're now addressing the problem in a
43945         different way.
43946
43947 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43948
43949         * m4/fcntl_h.m4: New file.
43950
43951 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
43952
43953         * lib/fcntl_.h: New file.
43954         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
43955         the fcntl module.
43956         * lib/dirchownmod.c: Likewise.
43957         * lib/fts.c: Likewise.
43958
43959         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
43960         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
43961         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
43962         just before including <inttypes.h>, to avoid circular inclusion.
43963
43964 2006-08-28  Jim Meyering  <jim@meyering.net>
43965
43966         * doc/visibility.texi: Actually read and correct the grammar of the
43967         sentence affected by yesterday's change.
43968
43969 2006-08-28  Eric Blake  <ebb9@byu.net>
43970
43971         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
43972         needs wrapper.
43973
43974 2006-08-28  Eric Blake  <ebb9@byu.net>
43975
43976         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
43977
43978 2006-08-28  Eric Blake  <ebb9@byu.net>
43979
43980         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
43981
43982 2006-08-28  Bruno Haible  <bruno@clisp.org>
43983
43984         * modules/c-strstr: New file, from GNU gettext.
43985         * MODULES.html.sh (String handling): Add c-strstr.
43986
43987 2006-08-28  Bruno Haible  <bruno@clisp.org>
43988
43989         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
43990         macros.
43991         Reported by Eric Blake.
43992
43993 2006-08-28  Bruno Haible  <bruno@clisp.org>
43994
43995         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
43996         (VASNPRINTF): Return a string of length > INT_MAX without failing.
43997         * lib/vasprintf.c: Include errno.h, limits.h.
43998         (EOVERFLOW): New fallback definition.
43999         (vasprintf): Test here whether the string length is > INT_MAX.
44000         * lib/vsnprintf.c: Include errno.h, limits.h.
44001         (EOVERFLOW): New fallback definition.
44002         (vsnprintf): Fix bug when generated string was too long for the buffer.
44003         Test here whether the string length is > INT_MAX.
44004
44005 2006-08-28  Bruno Haible  <bruno@clisp.org>
44006
44007         * lib/inttypes_.h (SCNX*): Remove definitions.
44008         Reported by Eric Blake.
44009
44010 2006-08-28  Bruno Haible  <bruno@clisp.org>
44011
44012         * lib/c-strstr.h: New file, from GNU gettext.
44013         * lib/c-strstr.c: New file, from GNU gettext.
44014
44015 2006-08-28  Bruno Haible  <bruno@clisp.org>
44016
44017         * gnulib-tool: Reorder some statements.
44018
44019 2006-08-28  Bruno Haible  <bruno@clisp.org>
44020
44021         * gnulib-tool: New option --makefile-name.
44022         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
44023         $makefile_name.
44024         (func_import): Write $makefile_name to the cache file, and read it from
44025         there unless explicitly specified. Use $makefile_name as file name
44026         instead of Makefile.am. Adjust the recommendations accordingly.
44027
44028 2006-08-28  Bruno Haible  <bruno@clisp.org>
44029
44030         * gnulib-tool (func_verify_module): Check against misapplying patch.
44031
44032 2006-08-28  Bruno Haible  <bruno@clisp.org>
44033
44034         * gnulib-tool (func_relativize, func_relconcat): New functions.
44035         Give an error if --local-dir is given with --update.
44036         Remove trailing slashes from $local_gnulib_dir.
44037         (func_import): Store the relativized $local_gnulib_dir in
44038         gnulib-cache.m4, and read it from there if not specified explicitly.
44039
44040 2006-08-28  Bruno Haible  <bruno@clisp.org>
44041
44042         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
44043         is the current directory. Respect also $local_gnulib_dir.
44044
44045 2006-08-28  Bruno Haible  <bruno@clisp.org>
44046             Simon Josefsson  <jas@extundo.com>
44047
44048         BeOS portability.
44049         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
44050
44051 2006-08-27  Jim Meyering  <jim@meyering.net>
44052
44053         * doc/visibility.texi: Remove duplicate word: "pointer".
44054
44055 2006-08-26  Bruno Haible  <bruno@clisp.org>
44056
44057         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
44058         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
44059         (Makefile.am): Create inttypes.h from inttypes_.h.
44060         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
44061
44062         * modules/imaxabs: New file.
44063
44064         * modules/imaxdiv: New file.
44065
44066 2006-08-26  Bruno Haible  <bruno@clisp.org>
44067
44068         * m4/inttypes.m4: New file.
44069         * m4/_inttypes_h.m4: Remove file.
44070         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
44071         PRI_MACROS_BROKEN.
44072         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
44073
44074         * m4/imaxabs.m4: New file.
44075
44076         * m4/imaxdiv.m4: New file.
44077
44078 2006-08-26  Bruno Haible  <bruno@clisp.org>
44079
44080         * lib/inttypes_.h: New file.
44081         * lib/inttypes.h: Remove file.
44082         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
44083
44084         * lib/imaxabs.c: New file.
44085
44086         * lib/imaxdiv.c: New file.
44087
44088 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44089
44090         New config-h module, so that "make" output needn't be cluttered
44091         by -DHAVE_CONFIG_H.
44092         * MODULES.html.sh (Support for building libraries and executables):
44093         Add config-h.
44094         * modules/config-h: New file.
44095         * gnulib-tool (nl, sed_transform_lib_file): New vars.
44096         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
44097         the config-h module is used.
44098
44099         New configmake module, so that "make" output needn't be cluttered
44100         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
44101         * MODULES.html.sh (Support for building libraries and executables):
44102         Add configmake.
44103         * modules/configmake: New file.
44104
44105 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
44106
44107         * m4/config-h.m4: New file.
44108
44109 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44110
44111         * config/srclist.txt: Add elisp-comp.
44112
44113 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
44114
44115         * MODULES.html.sh (Support for building libraries and executables):
44116         Add elisp-comp.
44117         * build-aux/elisp-comp: New file.
44118         * modules/elisp-comp: New file.
44119
44120 2006-08-24  Bruno Haible  <bruno@clisp.org>
44121
44122         * gnulib-tool (func_create_testdir): Use non-default values of
44123         sourcebase and m4base.
44124
44125 2006-08-24  Bruno Haible  <bruno@clisp.org>
44126
44127         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
44128         HTML structure.
44129
44130 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
44131
44132         * modules/openat (Depends-on): Add lchown.
44133
44134 2006-08-23  Bruno Haible  <bruno@clisp.org>
44135
44136         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
44137         of gl_LOCK_EARLY instead of gl_LOCK.
44138
44139 2006-08-23  Bruno Haible  <bruno@clisp.org>
44140
44141         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
44142         on OSF/1 to no.
44143         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
44144
44145 2006-08-23  Bruno Haible  <bruno@clisp.org>
44146
44147         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
44148         as unusable.
44149
44150         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
44151         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
44152         (gl_LOCK): New macro.
44153
44154 2006-08-22  Simon Josefsson  <jas@extundo.com>
44155
44156         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
44157         to md5 module.
44158
44159 2006-08-22  Simon Josefsson  <jas@extundo.com>
44160
44161         * MODULES.html.sh: Add "Support for maintaining and release
44162         projects".
44163
44164         * build-aux/gnupload: New file, from coreutils.
44165
44166 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44167
44168         Avoid the need for AC_LIBSOURCES in m4 macros.
44169         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
44170         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
44171         * modules/check-version (EXTRA_DIST): Add check-version.h.
44172         * modules/crc (EXTRA_DIST): Add crc.h.
44173         * modules/des (EXTRA_DIST): Add des.h.
44174         * modules/gc (EXTRA_DIST): Add gc.h.
44175         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
44176         * modules/getline (EXTRA_DIST): Add getline.h.
44177         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
44178         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
44179         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
44180         * modules/md2 (EXTRA_DIST): Add md2.h.
44181         * modules/md4 (EXTRA_DIST): Add md4.h.
44182         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
44183         * modules/read-file (EXTRA_DIST): Add read-file.h.
44184         * modules/readline (EXTRA_DIST): Add readline.h.
44185         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
44186         rijndael-api-fst.h.
44187
44188 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44189
44190         * m4/rijndael.m4 (gl_ARCFOUR):
44191         * m4/arctwo.m4 (gl_ARCTWO):
44192         * m4/check-version.m4 (gl_CHECK_VERSION):
44193         * m4/crc.m4 (gl_CRC):
44194         * m4/des.m4 (gl_DES):
44195         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
44196         * m4/gc.m4 (gl_GC):
44197         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
44198         * m4/getline.m4 (gl_FUNC_GETLINE):
44199         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
44200         * m4/hmac-md5.m4 (gl_HMAC_MD5):
44201         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
44202         * m4/md2.m4 (gl_MD2):
44203         * m4/md4.m4 (gl_MD4):
44204         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
44205         * m4/read-file.m4 (gl_FUNC_READ_FILE):
44206         * m4/readline.m4 (gl_FUNC_READLINE):
44207         * m4/rijndael.m4 (gl_RIJNDAEL):
44208         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44209         to get the necessary .h files and whatnot.
44210
44211 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
44212
44213         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
44214         gnulib rather than the other way around.
44215         * config/srclistvars.sh (COREUTILS): Remove.
44216
44217 2006-08-22  Jim Meyering  <jim@meyering.net>
44218
44219         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
44220
44221         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
44222
44223 2006-08-22  Eric Blake  <ebb9@byu.net>
44224
44225         * modules/regexprops-generic: New file.
44226         * MODULES.html.sh (Support for building documentation): List it.
44227
44228 2006-08-22  Eric Blake  <ebb9@byu.net>
44229
44230         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
44231         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
44232         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
44233         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
44234
44235 2006-08-22  Bruno Haible  <bruno@clisp.org>
44236
44237         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
44238         and lib_LTLIBRARIES like the other lib_* variables.
44239
44240 2006-08-22  Bruno Haible  <bruno@clisp.org>
44241
44242         * build-aux/x-to-1.in: New file, from GNU gettext.
44243
44244 2006-08-22  Bruno Haible  <bruno@clisp.org>
44245
44246         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
44247         <utmpx.h> exists.
44248
44249 2006-08-22  Bruno Haible  <bruno@clisp.org>
44250
44251         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
44252         <utmpx.h> exists.
44253
44254 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44255
44256         BeOS portability.
44257         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
44258         exist.
44259         Problem reported by Bruno Haible.
44260
44261 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44262
44263         Avoid the need for AC_LIBSOURCES in m4 macros.
44264         * modules/acl (EXTRA_DIST): Add acl.h.
44265         * modules/argmatch (Files): Add m4/argmatch.m4.
44266         (configure.ac): Add gl_ARGMATCH.
44267         (EXTRA_DIST): Renamed from lib_SOURCES, for
44268         consistency with the other modules.  Remove argmatch.c.
44269         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
44270         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
44271         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
44272         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
44273         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
44274         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
44275         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
44276         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
44277         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
44278         * modules/closeout (EXTRA_DIST): Add closeout.h.
44279         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
44280         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
44281         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
44282         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
44283         dirname.h; remove basename.c and stripslash.c.
44284         * modules/exclude (EXTRA_DIST): Add exclude.h.
44285         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
44286         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
44287         * modules/file-type (EXTRA_DIST): Add file-type.h.
44288         * modules/filemode (EXTRA_DIST): Add filemode.h.
44289         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
44290         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44291         * modules/fpending (EXTRA_DIST): Add __fpending.h.
44292         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
44293         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
44294         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
44295         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
44296         * modules/getdate (EXTRA_DIST): Add getdate.c.
44297         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
44298         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
44299         * modules/getpass (EXTRA_DIST): Add getpass.h.
44300         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
44301         * modules/group-member (EXTRA_DIST): Add group-member.h.
44302         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
44303         * modules/hash (EXTRA_DIST): Add hash.h.
44304         * modules/human (EXTRA_DIST): Add human.h.
44305         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
44306         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
44307         * modules/lchown (EXTRA_DIST): Add lchown.h.
44308         * modules/long-options (EXTRA_DIST): Add long-options.h.
44309         * modules/lstat (EXTRA_DIST): Add lstat.h.
44310         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
44311         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
44312         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
44313         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
44314         * modules/memxor (EXTRA_DIST): Add memxor.h.
44315         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
44316         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
44317         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
44318         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
44319         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
44320         * modules/physmem (EXTRA_DIST): Add physmem.h.
44321         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
44322         * modules/posixver (EXTRA_DIST): Add posixver.h.
44323         * modules/quote (EXTRA_DIST): Add quote.h.
44324         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
44325         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
44326         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
44327         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
44328         regex_internal.h regexec.c.
44329         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
44330         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
44331         * modules/same (EXTRA_DIST): Add same.h.
44332         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
44333         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
44334         * modules/savedir (EXTRA_DIST): Add savedir.h.
44335         * modules/sha1 (EXTRA_DIST): Add sha1.h.
44336         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
44337         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
44338         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
44339         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
44340         * modules/strdup (EXTRA_DIST): Add strdup.h.
44341         * modules/strftime (EXTRA_DIST): Add strftime.h.
44342         * modules/strndup (EXTRA_DIST): Add strndup.h.
44343         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
44344         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
44345         * modules/time_r (EXTRA_DIST): Add time_r.h.
44346         * modules/timespec (EXTRA_DIST): Add timespec.h.
44347         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
44348         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
44349         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
44350         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
44351         * modules/userspec (EXTRA_DIST): Add userspec.h.
44352         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
44353         * modules/utimens (EXTRA_DIST): Add utimens.h.
44354         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
44355         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
44356         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
44357         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
44358         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
44359         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
44360         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
44361         * modules/yesno (EXTRA_DIST): Add yesno.h.
44362
44363 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
44364
44365         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
44366
44367         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
44368         * m4/dev-ino.m4, same-inode.m4: Remove.
44369
44370         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
44371         * m4/acl.m4 (AC_FUNC_ACL):
44372         * m4/backupfile.m4 (gl_BACKUPFILE):
44373         * m4/c-strtod.m4 (gl_C99_STRTOLD):
44374         * m4/canon-host.m4 (gl_CANON_HOST):
44375         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
44376         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
44377         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
44378         * m4/cloexec.m4 (gl_CLOEXEC):
44379         * m4/close-stream.m4 (gl_CLOSE_STREAM):
44380         * m4/closeout.m4 (gl_CLOSEOUT):
44381         * m4/dirfd.m4 (gl_FUNC_DIRFD):
44382         * m4/dirname.m4 (gl_DIRNAME):
44383         * m4/exclude.m4 (gl_EXCLUDE):
44384         * m4/exitfail.m4 (gl_EXITFAIL):
44385         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
44386         * m4/file-type.m4 (gl_FILE_TYPE):
44387         * m4/filemode.m4 (gl_FILEMODE):
44388         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
44389         * m4/fpending.m4 (gl_FUNC_FPENDING):
44390         * m4/fprintftime.m4 (gl_FPRINTFTIME):
44391         * m4/fts.m4 (gl_FUNC_FTS):
44392         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
44393         * m4/getdate.m4 (gl_GETDATE):
44394         * m4/gethrxtime.m4 (gl_GETHRXTIME):
44395         * m4/getpagesize.m4 (gl_GETPAGESIZE):
44396         * m4/getpass.m4 (gl_FUNC_GETPASS):
44397         * m4/gettime.m4 (gl_GETTIME):
44398         * m4/getugroups.m4 (gl_GETUGROUPS):
44399         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
44400         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
44401         * m4/hard-locale.m4 (gl_HARD_LOCALE):
44402         * m4/hash.m4 (gl_HASH):
44403         * m4/idcache.m4 (gl_IDCACHE):
44404         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
44405         * m4/lchown.m4 (gl_FUNC_LCHOWN):
44406         * m4/long-options.m4 (gl_LONG_OPTIONS):
44407         * m4/lstat.m4 (gl_FUNC_LSTAT):
44408         * m4/md5.m4 (gl_MD5):
44409         * m4/memcasecmp.m4 (gl_MEMCASECMP):
44410         * m4/memcoll.m4 (gl_MEMCOLL):
44411         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
44412         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
44413         * m4/memxor.m4 (gl_MEMXOR):
44414         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
44415         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
44416         * m4/modechange.m4 (gl_MODECHANGE):
44417         * m4/mountlist.m4 (gl_MOUNTLIST):
44418         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
44419         * m4/openat.m4 (gl_FUNC_OPENAT):
44420         * m4/pathmax.m4 (gl_PATHMAX):
44421         * m4/physmem.m4 (gl_PHYSMEM):
44422         * m4/posixtm.m4 (gl_POSIXTM):
44423         * m4/posixver.m4 (gl_POSIXVER):
44424         * m4/quote.m4 (gl_QUOTE):
44425         * m4/quotearg.m4 (gl_QUOTEARG):
44426         * m4/readtokens.m4 (gl_READTOKENS):
44427         * m4/readutmp.m4 (gl_READUTMP):
44428         * m4/regex.m4 (gl_REGEX):
44429         * m4/safe-read.m4 (gl_SAFE_READ):
44430         * m4/safe-write.m4 (gl_SAFE_WRITE):
44431         * m4/same.m4 (gl_SAME):
44432         * m4/save-cwd.m4 (gl_SAVE_CWD):
44433         * m4/savedir.m4 (gl_SAVEDIR):
44434         * m4/settime.m4 (gl_SETTIME):
44435         * m4/sha1.m4 (gl_SHA1):
44436         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
44437         * m4/stat-macros.m4 (gl_STAT_MACROS):
44438         * m4/stat-time.m4 (gl_STAT_TIME):
44439         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
44440         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
44441         * m4/strdup.m4 (gl_FUNC_STRDUP):
44442         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
44443         * m4/strndup.m4 (gl_FUNC_STRNDUP):
44444         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
44445         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
44446         * m4/time_r.m4 (gl_TIME_R):
44447         * m4/timespec.m4 (gl_TIMESPEC):
44448         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
44449         * m4/unlinkdir.m4 (gl_UNLINKDIR):
44450         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
44451         * m4/userspec.m4 (gl_USERSPEC):
44452         * m4/utimecmp.m4 (gl_UTIMECMP):
44453         * m4/utimens.m4 (gl_UTIMENS):
44454         * m4/xalloc.m4 (gl_XALLOC):
44455         * m4/xgetcwd.m4 (gl_XGETCWD):
44456         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
44457         * m4/xreadlink.m4 (gl_XREADLINK):
44458         * m4/xstrtod.m4 (gl_XSTRTOD):
44459         * m4/yesno.m4 (gl_YESNO):
44460         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
44461         to get the necessary .h files and whatnot.
44462
44463 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
44464             Bruno Haible  <bruno@clisp.org>
44465
44466         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
44467         /bin/sh understanding of '!' conditional negation.
44468
44469 2006-08-21  Jim Meyering  <jim@meyering.net>
44470
44471         * modules/openat (Depends-on): Really alphabetize.
44472
44473         * modules/acl (Depends-on): Add error and quote.
44474
44475         * check-module (find_included_lib_files): Add at-func.c to the
44476         ok-to-include-more-than-once white list.
44477
44478         * modules/openat (Depends-on): Add lstat.  Alphabetize.
44479
44480 2006-08-21  Bruno Haible  <bruno@clisp.org>
44481
44482         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44483         Emit a pkgdata_DATA variable only if some snippets add contents to it.
44484         Reported by Martin Lambers <marlam@marlam.de>.
44485
44486 2006-08-21  Bruno Haible  <bruno@clisp.org>
44487
44488         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
44489         specify an installation location, don't emit a noinst_LIBRARIES or
44490         noinst_LTLIBRARIES assignment.
44491
44492 2006-08-21  Bruno Haible  <bruno@clisp.org>
44493
44494         BeOS portability.
44495         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
44496         BeOS has mbrtowc() but no <wctype.h>.
44497
44498 2006-08-21  Bruno Haible  <bruno@clisp.org>
44499
44500         BeOS portability.
44501         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
44502         exist.
44503
44504 2006-08-21  Bruno Haible  <bruno@clisp.org>
44505
44506         BeOS portability.
44507         * lib/mbchar.h: Include <wctype.h> only if it exists.
44508
44509 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44510
44511         Remove files that are no longer needed by their respective modules.
44512         * m4/obstack.m4: Remove.
44513         * m4/strerror_r.m4: Remove.
44514         * m4/uint32_t.m4: Remove.
44515         * m4/uintptr_t.m4: Remove.
44516         * m4/ullong_max.m4: Remove.
44517         * m4/xstrtoimax.m4: Remove.
44518         * m4/xstrtoumax.m4: Remove.
44519
44520         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
44521         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
44522         dependencies now capture this.
44523
44524         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
44525         Do not use AC_LIBSOURCES, since gnulib modules now do this.
44526         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
44527         * m4/human.m4 (gl_HUMAN): Likewise.
44528         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
44529         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
44530
44531         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
44532
44533         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
44534         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
44535         stdint.
44536         * m4/human.m4 (gl_HUMAN): Likewise.
44537         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
44538         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
44539         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44540         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44541         * m4/xstrtol (gl_XSTRTOL): Likewise.
44542
44543         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
44544         AC_TYPE_LONG_LONG_INT.
44545         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
44546         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
44547         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
44548         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
44549
44550         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
44551         on stdbool.
44552
44553         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
44554         (gl_PREREQ_XSTRTOUL): Remove.
44555
44556         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
44557
44558         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
44559         mode.
44560
44561 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44562
44563         Add and change modules to make it easier for coreutils to use
44564         gnulib-tool.
44565         * modules/backupfile (Files): Remove m4/d-ino.m4.
44566         (Depends-on): Add d-ino.
44567         * modules/cycle-check (Depends-on): Add stdint.
44568         (lib_SOURCES): Add cycle-check.h.
44569         * modules/d-ino: New module.
44570         * modules/d-type: New module.
44571         * modules/error (Files): Remove m4/strerror_r.m4.
44572         * modules/filemode (Files): Add m4/st_dm_mode.m4.
44573         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44574         m4/inttypes_h.m4, m4/uintmax_t.m4.
44575         (Depends-on): Add stdint.
44576         (lib_SOURCES): Add fsusage.h.
44577         * modules/getcwd (Files): Remove d-ino.m4.
44578         (Depends-on): Add d-ino.
44579         * modules/getndelim2 (Depends-on): Add stdint.
44580         * modules/glob (Files): Remove m4/d-type.m4.
44581         (Depends-on): Add d-type.
44582         * modules/host-os: New module.
44583         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
44584         m4/inttypes_h.m4, m4/uintmax_t.m4.
44585         * Depends-on: Add stdint.
44586         (lib_SOURCES): Add human.h.
44587         * modules/inttostr (Files): Remove m4/intmax_t.m4,
44588         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
44589         m4/uintmax_t.m4, m4/ulonglong.m4.
44590         (Depends-on): Add stdint.
44591         (EXTRA_DIST): Add inttostr.h.
44592         * modules/lchmod: New module.
44593         * modules/link-follow: New module.
44594         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
44595         (Depends-on): Add lchmod.
44596         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
44597         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
44598         (Depends-on): Add stdint.
44599         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
44600         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
44601         (Depends-on): Add stdint.
44602         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
44603         * modules/perl: New module.
44604         * modules/regex (Depends-on): Add stdint.
44605         * modules/rmdir-errno: New module.
44606         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44607         m4/intmax_t.m4.
44608         (Depends-on): Add stdint.
44609         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
44610         m4/uintmax_t.m4.
44611         (Depends-on): Add stdint.
44612         * modules/unlink-busy: New module.
44613         * modules/utimecmp (Depends-on): Add stdint.
44614         * modules/uptime: New module.
44615         * modules/winsz-ioctl: New module.
44616         * modules/winsz-termios: New module.
44617         * modules/xnanosleep (Depends-on): Add nanosleep.
44618         * modules/ullong_max: Remove.
44619         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
44620         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
44621         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
44622         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
44623         (Depends-on): Add inttypes.
44624         (lib_SOURCES): Add xstrtol.h.
44625         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
44626         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
44627         * MODULES.html.sh: Move 'assert' into the assert section.
44628         Move 'dummy' into the linking section.
44629         Remove ullong_max.
44630         Add section for compatibility checks for POSIX:2001 functions,
44631         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
44632         winsz-ioctl, and winsz-termios into it.
44633         Add lchmod.
44634         Add top-level Misc section and put host-os, perl, and uptime
44635         into it.
44636
44637 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
44638
44639         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
44640         now assume the stdint module.  Do not include inttypes.h.
44641         * lib/fsusage.h: Likewise.
44642         * lib/getndelim2.c: Likewise.
44643         * lib/human.h: Likewise.
44644         * lib/inttostr.h: Likewise.
44645         * lib/obstack.c: Likewise.
44646         * lib/regex_internal.h: Likewise.
44647         * lib/tempname.c: Likewise.
44648         * lib/utimecmp.c: Likewise.
44649         * lib/xstrtol.h: Likewise.
44650
44651         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
44652
44653         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
44654         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
44655         * lib/xtime.h: Likewise.
44656
44657 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44658
44659         * modules/openat (Files): Add lib/fchmodat.c.
44660         Fixes problem reported by Jay Youngman.
44661
44662 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
44663
44664         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
44665         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
44666
44667 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
44668             Bruno Haible  <bruno@clisp.org>
44669
44670         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
44671         and is a script that invokes bison. Tighten the code. Add comments.
44672
44673 2006-08-18  Jim Meyering  <jim@meyering.net>
44674
44675         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
44676         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
44677         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
44678         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
44679
44680 2006-08-18  Bruno Haible  <bruno@clisp.org>
44681
44682         * modules/bison-i18n: New file.
44683         * MODULES.html.sh (Internationalization functions): Add it.
44684
44685 2006-08-18  Bruno Haible  <bruno@clisp.org>
44686
44687         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
44688         sys/statvfs.h. When getmntinfo was found, check its declaration and
44689         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
44690
44691 2006-08-18  Bruno Haible  <bruno@clisp.org>
44692
44693         * m4/bison-i18n.m4: New file, from bison.
44694
44695 2006-08-18  Bruno Haible  <bruno@clisp.org>
44696
44697         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
44698         (ME_DUMMY): Treat "kernfs" as a dummy.
44699         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
44700
44701 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44702
44703         Update from coreutils.
44704
44705         2006-08-15  Jim Meyering  <jim@meyering.net>
44706
44707         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
44708
44709         2006-01-17  Jim Meyering  <jim@meyering.net>
44710
44711         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
44712
44713         2006-01-11  Jim Meyering  <jim@meyering.net>
44714
44715         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
44716         Check for the lchmod function.
44717
44718 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
44719
44720         Update from coreutils.
44721
44722         * lib/__fpending.h: Add copyright notice.
44723         * lib/fprintftime.h: Likewise.
44724         * lib/savedir.c: Use (C) in copyright notice.
44725         * lib/savedir.h: Likewise.
44726
44727         2006-08-15  Jim Meyering  <jim@meyering.net>
44728
44729         * lib/at-func.c: New file, with the logic of all emulated at-functions.
44730         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
44731         in support of the EXPECTED_ERRNO macro.
44732         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
44733         definitions.  Instead, define the appropriate symbols and include
44734         "at-func.c".
44735         * lib/mkdirat.c (mkdirat): Likewise.
44736         * lib/fchmodat.c (fchmodat): Likewise.
44737         (ENOSYS): Remove definition.
44738         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
44739         it.  Don't include "unistd--.h" -- it wasn't ever used.
44740
44741         2006-01-17  Jim Meyering  <jim@meyering.net>
44742
44743         Rewrite fts.c not to change the current working directory,
44744         by using openat, fstatat, fdopendir, etc..
44745
44746         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
44747         (HAVE_OPENAT_SUPPORT): Define.
44748         [_LIBC] (fchdir): Don't undef or define; no longer used.
44749         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
44750         Now, this `function' always succeeds, and consumes its file descriptor
44751         parameter -- so callers must not close such FDs.  Update callers.
44752         (diropen_fd, opendirat, cwd_advance_fd): New functions.
44753         (diropen): Add parameter, SP.  Adjust all callers.
44754         Implement using diropen_fd, rather than open.
44755         (fts_open): Initialize new member, fts_cwd_fd.
44756         Remove fts_rft-setting code.
44757         (fts_close): Close fts_cwd_fd, if necessary.
44758         (__opendir2): Define in terms of opendir or opendirat,
44759         depending on whether the FST_NOCHDIR flag is set.
44760         (fts_build): Since fts_safe_changedir consumes its FD, and since
44761         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
44762         and close the dup'd file descriptor upon failure.
44763         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
44764         (fts_safe_changedir): Tweak semantics to reflect that this function
44765         now calls cwd_advance_fd and hence consumes its FD argument.
44766         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
44767         [struct FTS] (fts_rft): Remove now-unused member.
44768         [struct FTS] (fts_cycle.state): Improve comment.
44769
44770         * lib/openat.c (openat_needs_fchdir): New function.
44771         * lib/openat.h (openat_needs_fchdir): Declare it.
44772
44773 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
44774
44775         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
44776         Problem and fix reported by Pádraig Brady in
44777         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
44778
44779 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44780
44781         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
44782
44783 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44784
44785         * lib/memcoll.c (memcoll): Optimize for the common case where the
44786         arguments are bytewise equal.
44787
44788 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44789
44790         * doc/regexprops-generic.texi: Add a copyright notice.
44791
44792 2006-08-15  Bruno Haible  <bruno@clisp.org>
44793
44794         * modules/tmpdir (License): Change to LGPL.
44795
44796 2006-08-15  Bruno Haible  <bruno@clisp.org>
44797
44798         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
44799         module.
44800
44801 2006-08-14  Simon Josefsson  <jas@extundo.com>
44802
44803         * config/srclist.txt: Add gnupload.
44804
44805 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44806
44807         Change copyright notice from LGPL 2 to GPL 2, since that's the
44808         standard form used in the gnulib repository.
44809         * tests/test-lock.c: Likewise.
44810         * tests/test-stdint.c: Likewise.
44811         * tests/test-tls.c: Likewise.
44812
44813         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
44814         prelude-manager.  User shorter URLs for GNU projects, without '?'.
44815         Add copyright notice.
44816
44817         * check-module: Add copyright notice.  Output a copyright
44818         notice if "--version" is specified.
44819         * modules/COPYING: New file.
44820         * tests/test-getaddrinfo.c: Add copyright notice.
44821         * tests/test-verify.c: Likewise.
44822
44823 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44824
44825         Change copyright notice from LGPL 2 to GPL 2, since that's the
44826         standard form used in the gnulib repository.
44827         * lib/lock.c: LGPL -> GPL.
44828         * lib/lock.h: Likewise.
44829         * lib/strnlen1.c: Likewise.
44830         * lib/strnlen1.h: Likewise.
44831         * lib/tls.c: Likewise.
44832         * lib/tls.h: Likewise.
44833         * lib/tmpdir.c: Likewise.
44834
44835         * lib/TODO: Remove; this belongs only in coreutils.
44836
44837 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44838
44839         Add copyright notices to long-enough files that lack them, since
44840         otherwise the files aren't clearly free.  Use the same notice that
44841         getdate.texi already uses.
44842         * doc/alloca-opt.texi: Add copyright notice.
44843         * doc/alloca.texi: Likewise.
44844         * doc/ctime.texi: Likewise.
44845         * doc/functions.texi: Likewise.
44846         * doc/gcd.texi: Likewise.
44847         * doc/gnulib-tool.texi: Likewise.
44848         * doc/inet_ntoa.texi: Likewise.
44849         * doc/visibility.texi: Likewise.
44850
44851         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
44852         * doc/quote.texi: Add copyright notice.
44853
44854         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
44855         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
44856         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
44857         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
44858         is now obsolete, and give a pointer to the Sun list.
44859         Add copyright notice.
44860
44861 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
44862
44863         * config/srclistvars.sh: Add copyright notice.
44864
44865 2006-08-14  Eric Blake  <ebb9@byu.net>
44866
44867         Import the following change from libc:
44868
44869         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
44870
44871         Upstream bug 2997.
44872         * lib/misc/error.c: Add space between program name and message if file
44873         name is missing.
44874
44875 2006-08-12  Karl Berry  <karl@gnu.org>
44876
44877         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
44878         remove, these originate in gnulib now.
44879
44880 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44881
44882         * doc/Makefile (standards.info standards.html standards.dvi):
44883         Also depend on make-stds.texi.
44884
44885 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
44886
44887         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
44888         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
44889
44890         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
44891         in wchar_t.  Problem reported by Eric Blake.
44892
44893         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
44894         LEN is smaller than SIZE.  Suggested by Bruno Haible.
44895         Also, help the compiler to keep LEN in a register.
44896
44897 2006-08-11  Eric Blake  <ebb9@byu.net>
44898
44899         * users.txt: Sort.  Add tar.
44900
44901 2006-08-11  Bruno Haible  <bruno@clisp.org>
44902
44903         * users.txt: New file.
44904
44905 2006-08-11  Bruno Haible  <bruno@clisp.org>
44906
44907         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
44908         before <wchar.h>. Needed for OSF/1 and BSD/OS.
44909
44910 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44911
44912         * modules/snprintf (Depends-on): Remove minmax.
44913         (Maintainer): Add self and Bruno.
44914
44915 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
44916
44917         * lib/.cppi-disable: Add snprintf.h, socket_.h.
44918         * lib/snprintf.c: Include <errno.h> and <limits.h>.
44919         (EOVERFLOW): Define if the system does not.
44920         Do not include "minmax.h"; it wasn't used.
44921         (snprintf): Don't assume size_t promotes to an unsigned type.
44922         Fix bug when generated string was too long for the buffer: the
44923         buffer's contents are supposed to be the initial prefix of the
44924         output.  Don't assume vasnprintf returns EOVERFLOW if the size
44925         exceeds INT_MAX; do the check ourselves.
44926
44927         Import the following changes from libc:
44928
44929         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
44930
44931         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
44932         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
44933         set wc to the byte which couldn't be converted.
44934         (re_string_reconstruct): Don't clear valid_raw_len before calling
44935         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
44936         tip_context using re_string_context_at.
44937
44938         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
44939
44940         * lib/posix/regex.h: g++ still cannot handled [restrict].
44941
44942         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
44943
44944         * lib/posix/regex.h: Remove special handling for VMS.
44945
44946 2006-08-10  Jim Meyering  <jim@meyering.net>
44947
44948         * modules/same-inode: New module.
44949         * modules/dev-ino: New module.
44950         * modules/cycle-check: Depend on these modules, rather than simply
44951         including their .h files.
44952         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
44953         required via m4/cycle-check.m4.
44954         * modules/same: Depend on new same-inode module, rather than
44955         including same-inode.h.
44956         * modules/chdir-safer: New file.
44957
44958         * modules/chown (Depends-on): Add stat-macros.
44959
44960 2006-08-10  Jim Meyering  <jim@meyering.net>
44961
44962         * m4/cycle-check.m4: New file.
44963         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
44964         * m4/dev-ino.m4, m4/same-inode.m4: New files.
44965
44966 2006-08-10  Eric Blake  <ebb9@byu.net>
44967
44968         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
44969         in from original proposal.
44970
44971 2006-08-10  Eric Blake  <ebb9@byu.net>
44972         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44973
44974         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
44975         namespace.
44976
44977 2006-08-10  Bruno Haible  <bruno@clisp.org>
44978
44979         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
44980         as well.
44981
44982 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44983
44984         Sync from coreutils.
44985
44986         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
44987
44988         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
44989         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
44990
44991 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
44992
44993         * modules/restrict: Remove; no longer needed now that we assume
44994         Autoconf 2.59 or later.
44995         * MODULES.html.sh: Remove 'restrict'.
44996         * modules/argp (Depends-on): Remove 'restrict'.
44997         * modules/base64 (Depends-on): Likewise.
44998         * modules/gc (Depends-on): Likewise.
44999         * modules/getaddrinfo (Depends-on): Likewise.
45000         * modules/glob (Depends-on): Likewise.
45001         * modules/inet_ntop (Depends-on): Likewise.
45002         * modules/inet_pton (Depends-on): Likewise.
45003         * modules/memxor (Depends-on): Likewise.
45004         * modules/regex (Depends-on): Likewise.
45005         * modules/strtok_r (Depends-on): Likewise.
45006         * modules/time_r (Depends-on): Likewise.
45007
45008 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
45009
45010         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
45011         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
45012         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45013         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
45014         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
45015         * m4/memxor.m4 (gl_MEMXOR): Likewise.
45016         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
45017         gl_C_RESTRICT replaced by AC_C_RESTRICT.
45018
45019         Merge from coreutils.
45020         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
45021         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
45022         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
45023         * m4/time_r.m4 (gl_TIME_R): Likewise.
45024
45025 2006-08-09  Karl Berry  <karl@gnu.org>
45026
45027         * config/srclist.txt: no more gettext-tools, per Bruno.
45028
45029 2006-08-08  Eric Blake  <ebb9@byu.net>
45030
45031         * modules/verror: New module.
45032         * MODULES.html.sh: Document it.
45033
45034 2006-08-08  Eric Blake  <ebb9@byu.net>
45035
45036         * lib/verror.h, lib/verror.c: New files.
45037
45038 2006-08-08  Eric Blake  <ebb9@byu.net>
45039
45040         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
45041         verror_at_line output complies with GNU Coding Standards even when
45042         file is NULL.
45043
45044 2006-08-07  Bruno Haible  <bruno@clisp.org>
45045
45046         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
45047         versions of AIX.
45048         Reported by Ralf Wildenhues.
45049
45050 2006-08-07  Bruno Haible  <bruno@clisp.org>
45051
45052         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
45053         in an AC_DEFUN. Needed so that the autoconf snippets can use
45054         AC_REQUIRE.
45055
45056 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45057
45058         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45059         Initialize pkgdata_DATA.
45060         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
45061         overriding it.
45062
45063 2006-08-06  Eric Blake  <ebb9@byu.net>
45064
45065         * lib/error.h: Fold in some upstream changes from glibc.
45066         * lib/error.c: Likewise.
45067
45068 2006-08-04  Bruno Haible  <bruno@clisp.org>
45069
45070         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45071         Make the mostlyclean-local rule depend on mostlyclean-generic.
45072         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
45073
45074 2006-07-31  Bruno Haible  <bruno@clisp.org>
45075
45076         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
45077         <stdlib.h>, <string.h>.
45078
45079 2006-07-30  Bruno Haible  <bruno@clisp.org>
45080
45081         * modules/readlink (License): Change to LGPL.
45082
45083 2006-07-30  Bruno Haible  <bruno@clisp.org>
45084
45085         * modules/javaversion (Makefile.am): Distribute javaversion.java and
45086         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
45087         set PKGDATADIR to point to it.
45088
45089 2006-07-30  Bruno Haible  <bruno@clisp.org>
45090
45091         * modules/csharpexec (configure.ac): Comment out macro invocation.
45092         * modules/javaexec (configure.ac): Likewise.
45093         * modules/javacomp-script (configure.ac): Likewise.
45094
45095         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
45096
45097 2006-07-30  Bruno Haible  <bruno@clisp.org>
45098
45099         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
45100         linked-list.
45101
45102 2006-07-30  Bruno Haible  <bruno@clisp.org>
45103
45104         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
45105
45106 2006-07-30  Bruno Haible  <bruno@clisp.org>
45107
45108         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45109         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
45110         get removed.
45111
45112 2006-07-29  Bruno Haible  <bruno@clisp.org>
45113
45114         Make it possible for gnulib-tool to work with locally modified or
45115         augmented gnulib repositories.
45116         * gnulib-tool (func_usage): Document --local-dir option.
45117         (local_gnulib_dir): New variable.
45118         Handle --local-dir option.
45119         (func_lookup_file): New function.
45120         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
45121         (func_get_description, func_get_filelist, func_get_description,
45122         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
45123         func_get_automake_snippet, func_get_include_directive,
45124         func_get_license, func_get_maintainer): Use func_lookup_file.
45125         (func_import, func_create_testdir): Use func_lookup_file.
45126
45127 2006-07-29  Bruno Haible  <bruno@clisp.org>
45128
45129         * modules/setenv (Depends-on): Add unistd.
45130
45131 2006-07-29  Bruno Haible  <bruno@clisp.org>
45132
45133         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
45134
45135 2006-07-29  Bruno Haible  <bruno@clisp.org>
45136
45137         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
45138
45139 2006-07-29  Bruno Haible  <bruno@clisp.org>
45140
45141         * gnulib-tool (import, update): If there is no Makefile.am, look at
45142         aclocal.m4, instead of bailing out.
45143
45144 2006-07-29  Bruno Haible  <bruno@clisp.org>
45145
45146         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
45147         Categorize the options by when they are useful.
45148
45149 2006-07-29  Bruno Haible  <bruno@clisp.org>
45150
45151         * gnulib-tool (func_usage): Document option --no-libtool.
45152         Handle option --no-libtool.
45153         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
45154         for changed semantics of $libtool variable.
45155         (func_import): Likewise. If libtool is not used, show this through
45156         an option --no-libtool.
45157         (func_create_testdir): Update.
45158
45159 2006-07-29  Bruno Haible  <bruno@clisp.org>
45160
45161         * gnulib-tool (func_import): Extend error message about missing
45162         --doc-base.
45163
45164 2006-07-29  Bruno Haible  <bruno@clisp.org>
45165
45166         * gnulib-tool (func_import): Don't create the $docbase directory if
45167         there is no file to store there.
45168
45169 2006-07-29  Bruno Haible  <bruno@clisp.org>
45170
45171         * gnulib-tool (autoconf_minversion): If a --dir option is given and
45172         relevant, look for configure.ac there, not in the current directory.
45173         Also use a simple search for AC_PREREQ, not "autoconf --trace".
45174
45175 2006-07-29  Bruno Haible  <bruno@clisp.org>
45176
45177         * gnulib-tool (SORT): New variable.
45178         (func_usage): Undocument --assume-autoconf option.
45179         Remove --assume-autoconf option handling.
45180         (autoconf_minversion): Determine from the contents of configure.ac.
45181         (func_import): Remove autoconf_minversion handling.
45182         Suggested by Eric Blake.
45183
45184 2006-07-29  Bruno Haible  <bruno@clisp.org>
45185
45186         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
45187
45188 2006-07-29  Bruno Haible  <bruno@clisp.org>
45189
45190         * config/srclist.txt (*setenv.[ch]): Remove rules.
45191
45192 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45193
45194         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
45195
45196 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45197
45198         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
45199         arpa/inet.h.
45200
45201 2006-07-28  Simon Josefsson  <jas@extundo.com>
45202
45203         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
45204         * modules/inet_pton (Depends-on): Likewise.
45205
45206 2006-07-28  Simon Josefsson  <jas@extundo.com>
45207
45208         * m4/netinet_in_h.m4: New file.
45209
45210 2006-07-28  Simon Josefsson  <jas@extundo.com>
45211
45212         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
45213         #include's.
45214
45215 2006-07-28  Simon Josefsson  <jas@extundo.com>
45216
45217         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
45218         #include's.
45219
45220 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
45221
45222         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
45223         setgid on directories only if they set these bits.
45224         * lib/modechange.h: Remove obsolete comment about masks.
45225
45226 2006-07-28  Eric Blake  <ebb9@byu.net>
45227
45228         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
45229         macro expansion.
45230
45231 2006-07-28  Bruno Haible  <bruno@clisp.org>
45232
45233         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
45234
45235 2006-07-28  Bruno Haible  <bruno@clisp.org>
45236
45237         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
45238
45239 2006-07-28  Bruno Haible  <bruno@clisp.org>
45240
45241         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
45242         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
45243         Define fallbacks.
45244         Avoids link error on FreeBSD 4.x.
45245         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
45246
45247         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
45248         encoding.
45249         * lib/mbswidth.c (iswcntrl): Likewise.
45250
45251 2006-07-27  Bruno Haible  <bruno@clisp.org>
45252
45253         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
45254         test.
45255
45256 2006-07-27  Bruno Haible  <bruno@clisp.org>
45257
45258         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
45259         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
45260         defined.
45261
45262 2006-07-26  Eric Blake  <ebb9@byu.net>
45263
45264         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
45265
45266 2006-07-26  Eric Blake  <ebb9@byu.net>
45267
45268         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
45269         like mingw that lack mkstemp.
45270         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
45271         avoid compilation warning on mingw.
45272
45273 2006-07-26  Bruno Haible  <bruno@clisp.org>
45274
45275         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
45276         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
45277         INT_FAST*_MIN, INTPTR_MIN.
45278
45279 2006-07-25  Bruno Haible  <bruno@clisp.org>
45280
45281         * modules/version-etc (Depends-on): Add stdarg.
45282
45283 2006-07-25  Bruno Haible  <bruno@clisp.org>
45284
45285         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
45286         complex commands.
45287
45288 2006-07-25  Bruno Haible  <bruno@clisp.org>
45289
45290         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
45291         defined in <stdarg.h> or config.h.
45292
45293 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45294
45295         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
45296         (gl_STDIO_SAFER): Remove.
45297
45298 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
45299
45300         * MODULES.html.sh (File stream based Input/Output):
45301         Add fopen-safer, tmpfile-safer; remove stdio-safer.
45302         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
45303         * modules/fopen-safer, modules/tmpfile-safer: New files.
45304         * modules/stdio-safer: Remove.
45305
45306 2006-07-24  Bruno Haible  <bruno@clisp.org>
45307
45308         * modules/tmpdir: New file.
45309         * MODULES.html.sh (File system functions): Add it.
45310
45311 2006-07-24  Bruno Haible  <bruno@clisp.org>
45312
45313         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
45314         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
45315
45316 2006-07-24  Bruno Haible  <bruno@clisp.org>
45317
45318         * modules/clean-temp: New file.
45319
45320 2006-07-24  Bruno Haible  <bruno@clisp.org>
45321
45322         * m4/tmpdir.m4: New file, from GNU gettext.
45323
45324 2006-07-24  Bruno Haible  <bruno@clisp.org>
45325
45326         * lib/tmpdir.h: New file, from GNU gettext.
45327         * lib/tmpdir.c: New file, from GNU gettext.
45328
45329 2006-07-24  Bruno Haible  <bruno@clisp.org>
45330
45331         * lib/clean-temp.h: New file, from GNU gettext.
45332         * lib/clean-temp.c: New file, from GNU gettext.
45333
45334 2006-07-23  Eric Blake  <ebb9@byu.net>
45335
45336         * modules/stdio-safer (Files): Add tmpfile-safer.c.
45337         (Depends-on): Add binary-io.
45338
45339 2006-07-23  Eric Blake  <ebb9@byu.net>
45340
45341         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
45342
45343 2006-07-23  Eric Blake  <ebb9@byu.net>
45344
45345         * lib/tmpfile-safer.c: New file.
45346         * lib/stdio-safer.h (fopen_safer): Add prototype.
45347         * lib/stdio--.h (tmpfile): Make safer.
45348
45349 2006-07-23  Bruno Haible  <bruno@clisp.org>
45350
45351         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
45352         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
45353         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
45354         gl_linked_remove_at): Use it.
45355
45356 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
45357         and Simon Josefsson <jas@extundo.com>
45358
45359         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
45360
45361         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
45362
45363 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45364
45365         * modules/close-stream: New file.
45366         * modules/closeout (Description): Make it clear that it exits
45367         with a diagnostic on error.
45368         (Depends-on): Add close-stream.  Remove fpending, stdbool.
45369         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
45370
45371 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45372
45373         * m4/close-stream.m4: New file.
45374
45375 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
45376
45377         * lib/close-stream.c, lib/close-stream.h: New files.
45378
45379 2006-07-22  Bruno Haible  <bruno@clisp.org>
45380
45381         Merge from GNU gettext 0.15.
45382
45383         2006-05-01  Bruno Haible  <bruno@clisp.org>
45384
45385                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
45386
45387         2006-07-22  Bruno Haible  <bruno@clisp.org>
45388
45389                 * modules/javaversion: New file.
45390                 * MODULES.html.sh (Java): Add javaversion.
45391
45392         2006-03-12  Bruno Haible  <bruno@clisp.org>
45393
45394                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
45395
45396         2005-12-04  Bruno Haible  <bruno@clisp.org>
45397
45398                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
45399                 (untested).
45400
45401         2006-06-21  Bruno Haible  <bruno@clisp.org>
45402
45403                 Avoid warnings from recent versions of mcs.
45404                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
45405                 -o, -L, -r any more. Use options documented since mcs-1.0
45406                 instead. Similarly for -g.
45407
45408         2005-12-04  Bruno Haible  <bruno@clisp.org>
45409
45410                 * build-aux/csharpcomp.sh.in: Suffix for resources is
45411                 .resources, not .resource.
45412
45413         2005-07-09  Bruno Haible  <bruno@clisp.org>
45414
45415                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
45416                 add a .dll suffix.
45417                 Reported by Mark Junker <mjscod@gmx.de>.
45418
45419         2006-07-22  Bruno Haible  <bruno@clisp.org>
45420
45421                 * modules/gettext: Upgrade to gettext-0.15.
45422                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
45423                 m4/visibility.m4.
45424                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
45425
45426 2006-07-22  Bruno Haible  <bruno@clisp.org>
45427
45428         Merge from GNU gettext 0.15.
45429
45430         2006-03-25  Bruno Haible  <bruno@clisp.org>
45431
45432                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
45433
45434         2006-07-21  Bruno Haible  <bruno@clisp.org>
45435
45436                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
45437                 "1.1".
45438
45439         2006-05-09  Bruno Haible  <bruno@clisp.org>
45440
45441                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
45442                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
45443                 for the conftestver execution.
45444
45445         2006-05-01  Bruno Haible  <bruno@clisp.org>
45446
45447                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
45448                 optional target-version argument. Verify that the compiler
45449                 groks source of the specified source-version, or add -source
45450                 option as necessary. Verify that the compiler produces
45451                 bytecode in the specified target-version, or add -target and
45452                 -source options as necessary. Make the result of the test
45453                 available as variable CONF_JAVAC. Also log error output in
45454                 config.log.
45455
45456         2006-03-11  Bruno Haible  <bruno@clisp.org>
45457
45458                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
45459
45460         2006-05-09  Bruno Haible  <bruno@clisp.org>
45461
45462                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
45463                 CLASSPATH_SEPARATOR to a semicolon.
45464
45465         2006-03-12  Bruno Haible  <bruno@clisp.org>
45466
45467                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
45468                 available as variable CONF_JAVA, for subsequent autoconf
45469                 tests. Also log error output in config.log.
45470
45471         2006-07-19  Bruno Haible  <bruno@clisp.org>
45472
45473                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
45474                 that getline works on glibc2 systems. Needed to avoid trouble
45475                 in relocatable.c.
45476                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
45477
45478         2005-12-04  Bruno Haible  <bruno@clisp.org>
45479
45480                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
45481                 launcher (untested).
45482
45483         2005-12-04  Bruno Haible  <bruno@clisp.org>
45484
45485                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
45486
45487         2006-07-22  Bruno Haible  <bruno@clisp.org>
45488
45489                 * gettext.m4: Update from GNU gettext-0.15.
45490                 * nls.m4: Likewise.
45491                 * po.m4: Likewise.
45492                 * inttypes-pri.m4: Likewise.
45493                 * inttypes-h.m4: Renamed from inttypes.m4.
45494                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
45495
45496 2006-07-22  Bruno Haible  <bruno@clisp.org>
45497
45498         Merge from GNU gettext 0.15.
45499
45500         2005-07-05  Bruno Haible  <bruno@clisp.org>
45501
45502                 * printf-args.c (printf_fetchargs): Work around broken
45503                 definition of wint_t on mingw.
45504
45505         2005-02-12  Bruno Haible  <bruno@clisp.org>
45506
45507                 * xallocsa.h: Add extern "C" for C++.
45508
45509         2006-05-17  Bruno Haible  <bruno@clisp.org>
45510
45511                 Cygwin portability.
45512                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
45513
45514         2006-04-30  Bruno Haible  <bruno@clisp.org>
45515
45516                 * progreloc.c: Include <mach-o/dyld.h> if available.
45517                 (find_executable): Use _NSGetExecutablePath when possible.
45518
45519         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
45520
45521                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
45522                 function.
45523
45524         2005-12-29  Bruno Haible  <bruno@clisp.org>
45525
45526                 * progreloc.c (set_program_name_and_installdir): Fix
45527                 compilation error.
45528
45529         2005-12-04  Bruno Haible  <bruno@clisp.org>
45530
45531                 Cygwin portability.
45532                 * progreloc.c: Include <windows.h> also on Cygwin.
45533                 (find_executable): Add support for Cygwin.
45534                 (set_program_name_and_installdir): Handle also platforms with
45535                 nonempty EXEEXT.
45536
45537         2006-07-11  Bruno Haible  <bruno@clisp.org>
45538
45539                 * javacomp.c: Fix a comment.
45540                 Reported by Jim Meyering.
45541
45542         2006-04-30  Bruno Haible  <bruno@clisp.org>
45543
45544                 * javacomp.h (compile_java_class): Add source_version,
45545                 target_version arguments.
45546                 * javacomp.c: Rewritten to choose only a compiler that
45547                 respects the specified source_version and target_version.
45548
45549         2006-06-27  Bruno Haible  <bruno@clisp.org>
45550
45551                 Assume correct S_ISDIR macro.
45552                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
45553
45554         2006-07-22  Bruno Haible  <bruno@clisp.org>
45555
45556                 * javaversion.h: New file, from GNU gettext.
45557                 * javaversion.c: New file, from GNU gettext.
45558                 * javaversion.java: New file, from GNU gettext.
45559                 * javaversion.class: New file, from GNU gettext.
45560
45561         2006-05-17  Bruno Haible  <bruno@clisp.org>
45562
45563                 Cygwin portability.
45564                 * javaexec.c (execute_java_class): Test for jview program
45565                 also on Cygwin.
45566
45567         2006-04-09  Bruno Haible  <bruno@clisp.org>
45568
45569                 * fatal-signal.c: Don't include string.h.
45570                 (at_fatal_signal): Use a copying loop instead of memcpy.
45571
45572         2005-12-04  Bruno Haible  <bruno@clisp.org>
45573
45574                 * csharpexec.c: Add support for 'clix' launcher (untested).
45575                 (execute_csharp_using_sscli): New function.
45576                 (execute_csharp_program): Call it.
45577
45578         2006-06-21  Bruno Haible  <bruno@clisp.org>
45579
45580                 Avoid warnings from recent versions of mcs.
45581                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
45582                 -o, -L, -r any more. Use options documented since mcs-1.0
45583                 instead. Similarly for -g.
45584
45585         2005-07-09  Bruno Haible  <bruno@clisp.org>
45586
45587                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
45588                 add a .dll suffix.
45589                 Reported by Mark Junker <mjscod@gmx.de>.
45590
45591         2006-06-17  Bruno Haible  <bruno@clisp.org>
45592
45593                 * config.charset: Update for NetBSD 3.0.
45594
45595         2006-05-17  Bruno Haible  <bruno@clisp.org>
45596
45597                 Cygwin portability.
45598                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
45599
45600         2006-05-16  Bruno Haible  <bruno@clisp.org>
45601
45602                 * localcharset.c [CYGWIN]: Include <windows.h>.
45603                 (get_charset_aliases): For Cygwin, return the same CPxxx
45604                 aliases list as under WIN32.
45605                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
45606                 the environment variables. Fall back to GetACP().
45607
45608         2006-04-05  Bruno Haible  <bruno@clisp.org>
45609
45610                 * config.charset: Update Juan Manuel Guerrero's address.
45611
45612         2005-02-12  Bruno Haible  <bruno@clisp.org>
45613
45614                 * allocsa.h: Add extern "C" for C++.
45615
45616         2005-02-10  Bruno Haible  <bruno@clisp.org>
45617
45618                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
45619                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
45620
45621         2006-07-22  Bruno Haible  <bruno@clisp.org>
45622
45623                 * gettext.h: Update to GNU gettext-0.15.
45624
45625 2006-07-22  Bruno Haible  <bruno@clisp.org>
45626
45627         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
45628         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
45629         lib-prefix.m4, longdouble.m4, ssize_t.m4.
45630
45631 2006-07-21  Eric Blake  <ebb9@byu.net>
45632
45633         * modules/stdlib-safer: New file.
45634         * MODULES.html.sh (File stream based Input/Output): Add
45635         stdlib-safer.
45636
45637 2006-07-21  Eric Blake  <ebb9@byu.net>
45638
45639         * lib/stdlib-safer.h: New file from coreutils, required by
45640         stdlib--.h.
45641
45642 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
45643
45644         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
45645
45646 2006-07-20  Bruno Haible  <bruno@clisp.org>
45647
45648         * gnulib-tool: Recognize new option --assume-autoconf.
45649         (autoconf_minversion): New variable.
45650         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
45651
45652 2006-07-20  Bruno Haible  <bruno@clisp.org>
45653
45654         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
45655
45656 2006-07-19  Derek R. Price  <derek@ximbiot.com>
45657
45658         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
45659         Reindent and repaginate.
45660
45661 2006-07-19  Derek Price  <derek@ximbiot.com>
45662
45663         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
45664         Correct grammar.
45665
45666 2006-07-17  Bruno Haible  <bruno@clisp.org>
45667
45668         * modules/list: New file.
45669         * modules/array-list: New file.
45670         * modules/carray-list, modules/carray-list-tests: New files.
45671         * modules/linked-list, modules/linked-list-tests: New files.
45672         * modules/avltree-list, modules/avltree-list-tests: New files.
45673         * modules/rbtree-list, modules/rbtree-list-tests: New files.
45674         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
45675         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
45676         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
45677         * modules/oset: New file.
45678         * modules/array-oset: New file.
45679         * modules/avltree-oset, modules/avltree-oset-tests: New files.
45680         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
45681         * tests/test-carray_list.c: New file.
45682         * tests/test-linked_list.c: New file.
45683         * tests/test-avltree_list.c: New file.
45684         * tests/test-rbtree_list.c: New file.
45685         * tests/test-linkedhash_list.c: New file.
45686         * tests/test-avltreehash_list.c: New file.
45687         * tests/test-rbtreehash_list.c: New file.
45688         * tests/test-avltree_oset.c: New file.
45689         * tests/test-rbtree_oset.c: New file.
45690         * MODULES.html.sh (Container data structures): New section.
45691
45692 2006-07-17  Bruno Haible  <bruno@clisp.org>
45693
45694         * m4/gl_list.m4: New file.
45695
45696 2006-07-17  Bruno Haible  <bruno@clisp.org>
45697
45698         * lib/gl_list.h: New file.
45699         * lib/gl_list.c: New file.
45700         * lib/gl_array_list.h: New file.
45701         * lib/gl_array_list.c: New file.
45702         * lib/gl_carray_list.h: New file.
45703         * lib/gl_carray_list.c: New file.
45704         * lib/gl_linked_list.h: New file.
45705         * lib/gl_linked_list.c: New file.
45706         * lib/gl_anylinked_list1.h: New file.
45707         * lib/gl_anylinked_list2.h: New file.
45708         * lib/gl_avltree_list.h: New file.
45709         * lib/gl_avltree_list.c: New file.
45710         * lib/gl_anyavltree_list1.h: New file.
45711         * lib/gl_anyavltree_list2.h: New file.
45712         * lib/gl_rbtree_list.h: New file.
45713         * lib/gl_rbtree_list.c: New file.
45714         * lib/gl_anyrbtree_list1.h: New file.
45715         * lib/gl_anyrbtree_list2.h: New file.
45716         * lib/gl_anytree_list1.h: New file.
45717         * lib/gl_anytree_list2.h: New file.
45718         * lib/gl_linkedhash_list.h: New file.
45719         * lib/gl_linkedhash_list.c: New file.
45720         * lib/gl_anyhash_list1.h: New file.
45721         * lib/gl_anyhash_list2.h: New file.
45722         * lib/gl_avltreehash_list.h: New file.
45723         * lib/gl_avltreehash_list.c: New file.
45724         * lib/gl_rbtreehash_list.h: New file.
45725         * lib/gl_rbtreehash_list.c: New file.
45726         * lib/gl_anytreehash_list1.h: New file.
45727         * lib/gl_anytreehash_list2.h: New file.
45728
45729         * lib/gl_oset.h: New file.
45730         * lib/gl_oset.c: New file.
45731         * lib/gl_array_oset.h: New file.
45732         * lib/gl_array_oset.c: New file.
45733         * lib/gl_avltree_oset.h: New file.
45734         * lib/gl_avltree_oset.c: New file.
45735         * lib/gl_rbtree_oset.h: New file.
45736         * lib/gl_rbtree_oset.c: New file.
45737         * lib/gl_anytree_oset.h: New file.
45738
45739 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45740
45741         * m4/mkancesdirs.m4: New file.
45742         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
45743         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
45744         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
45745         it.
45746
45747 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45748
45749         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
45750         * lib/mkancesdirs.h: New files.
45751         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
45752         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
45753         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
45754         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
45755         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
45756         callers changed.  Revamp internals significantly, by not
45757         attempting to create directories that are temporarily more
45758         permissive than the final results.  Do not attempt to use
45759         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
45760         This removes some race conditions, fixes some bugs, and simplifies
45761         things.  Use new dirchownmod function to do owner and mode changes.
45762         * lib/mkdir-p.h: Likewise.
45763         * lib/modechange.c (octal_to_mode): New function.
45764         (struct mode_change): New member mentioned.
45765         (make_node_op_equals): New arg mentioned.  All callers changed.
45766         (mode_compile): Keep track of which mode bits the user has explicitly
45767         mentioned.
45768         (mode_adjust): New arg DIR, so that we implement the X op correctly.
45769         New arg PMODE_BITS, to keep track of which mode bits the user
45770         mentioned; it treats S_ISUID and S_ISGID speciall.
45771         All callers changed.
45772         * lib/modechange.h: Likewise.
45773
45774 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
45775
45776         * MODULES.html.sh: Add mkancestors.
45777         * modules/mkancesdirs: New module.
45778         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
45779         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
45780         The chdir-safer and afs files are now orphans; I'll remove them
45781         unless someone speaks up.
45782         Add lib/dirchownmod.c, lib/dirchownmod.h.
45783         (Depends-on): Remove alloca, chown, save-cwd, dirname.
45784         Add lchown, mkancesdirs.
45785         (Maintainer): Add self.
45786
45787 2006-07-15  Karl Berry  <karl@gnu.org>
45788
45789         * gnulib-tool: help message wording/arrangement.
45790
45791 2006-07-14  Simon Josefsson  <jas@extundo.com>
45792
45793         * doc/gnulib.texi (Libtool and Windows): New section.
45794
45795 2006-07-12  Simon Josefsson  <jas@extundo.com>
45796
45797         * modules/gendocs (License): Fix license, approved by Karl.
45798
45799 2006-07-12  Eric Blake  <ebb9@byu.net>
45800
45801         * MODULES.html.sh: Add gendocs.
45802
45803 2006-07-11  Eric Blake  <ebb9@byu.net>
45804
45805         * modules/fdl: New module, to install doc/fdl.texi.
45806         * MODULES.html.sh: Add new section for documentation modules.
45807         * gnulib-tool: Avoid space-tab.
45808         (--doc-base): New option, to manage files from doc.
45809
45810 2006-07-11  Eric Blake  <ebb9@byu.net>
45811
45812         * m4/absolute-header.m4: Fix comments to match recent change.
45813
45814 2006-07-11  Eric Blake  <ebb9@byu.net>
45815
45816         * gnulib-tool: List --doc-base before --tests-base.
45817
45818 2006-07-11  Derek R. Price  <derek@ximbiot.com>
45819
45820         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
45821
45822 2006-07-11  Bruno Haible  <bruno@clisp.org>
45823
45824         * README: Mention where to put documentation.
45825
45826 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45827
45828         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
45829
45830 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45831
45832         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
45833         to stdint.m4.
45834
45835 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
45836
45837         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
45838         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
45839         "no/such/file/stdint.h" when there is no such file, so that
45840         the resulting C code can be parsed by dodgy compilers.
45841         Problems reported by Bob Proulx.
45842
45843 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45844
45845         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
45846         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45847         macros into the GNU _D_EXACT_NAMLEN.
45848         * lib/savedir.c:  Likewise.
45849         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
45850
45851 2006-07-10  Derek R. Price  <derek@ximbiot.com>
45852         and Paul Eggert  <eggert@cs.ucla.edu>
45853
45854         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
45855         * m4/savedir.m4:
45856         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
45857         macros into the GNU _D_EXACT_NAMLEN.
45858
45859 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45860
45861         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
45862         around the absolute name, to work around a problem with the HP-UX
45863         11.23 native C compiler, reported by Bob Proulx.
45864
45865 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45866
45867         * doc/maintain.texi, make-stds.texi: Sync from
45868         <http://savannah.gnu.org/projects/gnustandards>.
45869
45870 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
45871
45872         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
45873
45874 2006-07-09  Jim Meyering  <jim@meyering.net>
45875
45876         * m4/glob.m4: Remove a doubled word in a comment.
45877
45878 2006-07-09  Jim Meyering  <jim@meyering.net>
45879
45880         * lib/argp-pv.c: Remove a doubled word in a comment.
45881         * lib/check-version.c (check_version): Likewise.
45882         * lib/javacomp.c (compile_java_class): Likewise.
45883
45884 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
45885
45886         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
45887         for the benefit of people using Autoconf 2.60.  If you want to
45888         support older Autoconf versions you can copy m4/onceonly_2_57.m4
45889         (or m4/onceonly.m4, if pre-2.57) manually.
45890
45891 2006-07-08  Jim Meyering  <jim@meyering.net>
45892
45893         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
45894         comment.
45895         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
45896         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
45897         comment.
45898
45899 2006-07-08  Jim Meyering  <jim@meyering.net>
45900
45901         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
45902
45903 2006-07-07  Simon Josefsson  <jas@extundo.com>
45904
45905         * tests/test-crc.c: Change expected crc value, the test vector
45906         were probably computed using the old broken crc.c?
45907
45908 2006-07-06  Simon Josefsson  <jas@extundo.com>
45909
45910         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
45911         now the canonical place for the M4 file).
45912
45913         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
45914         from the sys_socket dependency now.
45915
45916         * modules/inet_pton (Files): Ditto.
45917
45918         * modules/inet_ntop (Files): Ditto.
45919
45920 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
45921
45922         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
45923         not gl_PREREQ_GETUSERSHELL.
45924
45925 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45926
45927         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
45928         with only one argument, for Autoconf 2.60.
45929         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
45930         expand to nothing, so add a shell command to avoid syntax error.
45931         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
45932
45933 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45934
45935         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
45936
45937 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45938
45939         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
45940         no longer needed.  Check for isblank decl.
45941         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
45942         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
45943         of existence.
45944
45945 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45946
45947         * lib/getloadavg.c: Use __VMS, not VMS.
45948         * lib/getopt.c: Likewise.
45949         * lib/getpagesize.h: Likewise.
45950         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
45951         and probably does not work.
45952
45953 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
45954
45955         * lib/.cppi-disable: Add wcwidth.
45956         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
45957         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
45958         (ISGRAPH): Remove.  All uses changed to isgraph.
45959         (FOLD) [!defined _LIBC]: Remove special case.
45960         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
45961         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
45962         HAVE_ISBLANK.
45963         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
45964         case.
45965
45966 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
45967
45968         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
45969         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
45970         brackets.  Other minor changes to suppress some compiler
45971         warnings.
45972
45973 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45974         and Paul Eggert  <eggert@cs.ucla.edu>
45975
45976         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
45977         of invoking obsolescent AC_HEADER_DIRENT macro.
45978         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
45979         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
45980         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
45981         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
45982         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
45983         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
45984         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
45985         * m4/readdir.m4: Remove; no longer needed.
45986
45987 2006-07-06  Derek R. Price  <derek@ximbiot.com>
45988         and Paul Eggert  <eggert@cs.ucla.edu>
45989
45990         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
45991         Don't worry about this obsolete case any more.
45992         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
45993         directories.
45994         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
45995         worry about this obsolete case any more.
45996         * lib/fts.c: Likewise.
45997         * lib/getcwd.c: Likewise.
45998         * lib/glob.h: Likewise.
45999         * lib/savedir.c: Likewise.
46000
46001 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46002
46003         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
46004         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
46005         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
46006         needed.
46007         All uses removed.
46008         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46009         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46010         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
46011         needed.
46012         * m4/getdate.m4 (gl_GETDATE): Likewise.
46013         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46014         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46015         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46016         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46017         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
46018         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46019         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
46020         needed.
46021
46022 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
46023
46024         * lib/memcasecmp.c: Include <limits.h>.
46025         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
46026         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
46027         Don't assume isdigit succeeds only on '0' through '9'.
46028
46029 2006-07-05  Eric Blake  <ebb9@byu.net>
46030
46031         * modules/getaddrinfo (Depends-on): Add snprintf.
46032
46033 2006-07-05  Eric Blake  <ebb9@byu.net>
46034
46035         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
46036         to avoid 'header present but could not be compiled' on cygwin.
46037
46038 2006-07-05  Eric Blake  <ebb9@byu.net>
46039
46040         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
46041         missing from netdb.h.
46042         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
46043
46044 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46045
46046         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
46047         no longer needed.
46048         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
46049         * m4/getdate.m4 (gl_GETDATE): Likewise.
46050         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
46051         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
46052         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
46053         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
46054         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
46055
46056 2006-07-05  Derek R. Price  <derek@ximbiot.com>
46057
46058         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
46059         All uses of is_space replaced by isspace.
46060         * lib/exit.h: Don't talk about STDC_HEADERS.
46061         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
46062         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
46063         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
46064         replaced by isprint etc.
46065         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
46066         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46067         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
46068         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
46069         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
46070         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
46071
46072 2006-07-05  Bruno Haible  <bruno@clisp.org>
46073
46074         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
46075         the function exists, before testing against AIX.
46076         Reported by Martin Lambers <marlam@marlam.de>.
46077
46078 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46079
46080         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
46081         From Mark D. Baushke.
46082
46083 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
46084
46085         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
46086         to the absolute name, not just one, to bypass Sun C 5.8's
46087         "warning: #include of /usr/include/... may be non-portable".
46088
46089 2006-07-04  Eric Blake  <ebb9@byu.net>
46090
46091         * modules/dirname-tests: New test module.
46092         * tests/test-dirname.c: New file, replacing dirname.c
46093         TEST_DIRNAME section that was recently deleted.
46094
46095 2006-07-04  Bruno Haible  <bruno@clisp.org>
46096
46097         Assume ANSI C header files and <ctype.h> functions.
46098         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
46099         (mbsnwidth): Use isprint, iscntrl instead.
46100
46101 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46102
46103         Merge from coreutils.
46104         * MODULES.html.sh: Add xstrtold.
46105         * modules/xstrtold: New file.
46106         * modules/cycle-check (Files): Add lib/same-inode.h.
46107         * modules/dirname (Files): Add m4/double-slash-root.m4.
46108         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
46109         * modules/mkdir-p (Files): Add lib/same-inode.h.
46110         * modules/same (Files): Add lib/same-inode.h.
46111
46112 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46113
46114         * m4/absolute-header.m4: Renamed from full-header-path.m4.
46115         This is to keep the terminology clean; POSIX talks about
46116         "absolute pathnames", not "full pathnames", but the GNU
46117         Coding Standards say to use "path" for something else;
46118         so use "absolute" to keep both sides happy.
46119         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
46120         Set gl_absolute_header, not gl_full_header_path.
46121         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
46122         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
46123         All uses changed.
46124
46125         Merge from coreutils.
46126
46127         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46128
46129         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
46130         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
46131         want to require the building of c-strtod.o.
46132         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
46133         needs -lm directly.
46134         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
46135
46136         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46137
46138         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
46139         --as-needed option if available.  Problem reported by Albert Chin in
46140         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
46141         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
46142         cc merely issues a bunch of annoying warnings for --as-needed
46143         (this problem was reported by Bob Proulx).  Also, try linking with
46144         -lm to detect a bug in binutils 2.16 (this problem was reported
46145         by Ralf Wildenhues).
46146
46147         2006-06-18  Jim Meyering  <jim@meyering.net>
46148
46149         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
46150         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
46151         macro.
46152         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
46153         also check for glibc-2.4's abort-inducing bug.
46154
46155         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
46156         Low-probability clean-up should be to use rmdir to get rid of
46157         the just-created directory, not unlink.
46158
46159         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
46160         configure fail, and request a bug report to inform us about it.
46161         Add a comment that, barring reports to the contrary, in 2007 we'll
46162         assume ftruncate is universally available.
46163
46164         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46165
46166         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
46167
46168         2006-03-12  Jim Meyering  <jim@meyering.net>
46169
46170         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
46171         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
46172         * m4/same.m4 (gl_SAME): Likewise.
46173         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
46174
46175         2006-03-11  Eric Blake  <ebb9@byu.net>
46176
46177         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
46178         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
46179         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
46180         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
46181
46182 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
46183
46184         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
46185         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
46186         reported by Mark D. Baushke, one in
46187         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
46188
46189         Merge from coreutils.
46190
46191         * lib/.cppi-disable: Add stdint_.h.
46192         * lib/.cvsignore: Add stdint.h.
46193
46194         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
46195
46196         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
46197         both double and long double versions.
46198         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
46199         * lib/xstrtold.c: New file.
46200         * lib/xstrtod.h (xstrtold): New decl.
46201
46202         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
46203
46204         * lib/filemode.c (setst): Remove.
46205         (strmode): Rewrite to avoid setst.  This makes the code shorter,
46206         (arguably) clearer, and the generated code is a bit smaller on my
46207         Debian GNU/Linux stable x86 host.
46208
46209         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
46210
46211         * lib/filemode.c: Include "filemode.h" first, to test the interface.
46212         Assume that filemode.h includes sys/types.h and sys/stat.h.
46213         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
46214         (ftypelet): Reorder to put common cases first, for efficiency.
46215         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
46216         to do 'M'.
46217         (strmode): Renamed from mode_string, and now stores 12 bytes instead
46218         of 10, for compatibility with FreeBSD.  All callers changed.
46219         (filemodestring): Now stores 12 bytes instead of 10, and sets file
46220         types that can't be deduced solely from st_mode.  First arg is now a
46221         const pointer.
46222         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
46223         (strmode): Renamed from mode_string.
46224         (filemodestring): New decl.
46225         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
46226         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
46227         needed.
46228         (S_ISPORT, S_ISWHT): New macros, if not already defined.
46229
46230         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
46231
46232         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
46233         fsusage.h now does that.  Include fsusage.h first, to test interface.
46234         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
46235         at most one method (the old code could have generated decls that
46236         didn't conform to C89, not that this was ever exercised).
46237         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
46238
46239         2006-03-19  Jim Meyering  <jim@meyering.net>
46240
46241         Work even in a chroot where d_ino values for entries in "/"
46242         don't match the stat.st_ino values for the same names.
46243         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
46244         number, iterate through all entries again, using lstat instead.
46245         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
46246         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
46247
46248         * lib/getcwd.c (__getcwd): Clarify a comment.
46249         Use memcpy in place of a call to strcpy.
46250
46251         2006-03-12  Jim Meyering  <jim@meyering.net>
46252
46253         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
46254         matches that of the current directory (which we're about to chdir ".."
46255         out of), then save the dev-ino of the parent, instead.
46256
46257         * lib/same-inode.h (SAME_INODE): New file/macro.
46258         * lib/chdir-safer.c (SAME_INODE): Remove definition.
46259         Include "same-inode.h", instead.
46260         * lib/same.c: Likewise.
46261         * lib/cycle-check.h: Include "same-inode.h".
46262         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
46263         * lib/cycle-check.c (SAME_INODE): Remove definition.
46264         * lib/root-dev-ino.h: Include "same-inode.h".
46265
46266         2006-03-11  Eric Blake  <ebb9@byu.net>
46267
46268         * lib/same.c (same_name): s/base_name/last_component/
46269         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
46270         * lib/filenamecat.c (file_name_concat): Likewise.
46271
46272         2006-03-11  Eric Blake  <ebb9@byu.net>,
46273                     Paul Eggert  <eggert@cs.ucla.edu>
46274
46275         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
46276         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
46277         drive prefix.
46278         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
46279         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
46280         (last_component): New method.
46281         * lib/dirname.c (dir_len): Determine when drive letters need a
46282         subsequent slash.  Preserve // when it is special.
46283         (dir_name): Don't append dot when drive letter is absolute.
46284         [TEST_DIRNAME]: Move into a full-blown gnulib test.
46285         * lib/basename.c (base_name): New semantics - malloc the result.
46286         Preserve // when it is special.  Preserve relative files that look
46287         like drive letters.
46288         (base_len): Preserve // when it is special.
46289         (last_component): New method, similar to old base_name semantics.
46290         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
46291         base_name.  Strip redundant slashes from ///.
46292
46293 2006-07-03  Jim Meyering  <jim@meyering.net>
46294
46295         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
46296         macro is used before the first cycle_check call.
46297
46298 2006-07-03  Eric Blake  <ebb9@byu.net>
46299
46300         * modules/dirname (Depends-on): Add xstrndup.
46301
46302 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46303
46304         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
46305         test cases, so that config.log is a bit easier to follow.
46306
46307 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
46308
46309         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
46310         both are 64 bits, since this seems to be the tradition, and this
46311         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
46312         we ever run into a host that prefers long long to long in this
46313         case, we'll need another configure-time test.  Problem reported by
46314         Jim Meyering.
46315
46316 2006-07-02  Eric Blake  <ebb9@byu.net>
46317
46318         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
46319
46320 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46321
46322         * modules/inttypes (Depends-on): No longer depends on stdint.
46323         * modules/stdint (Description): Say more about assumptions.
46324         Say that the fast types might differ.  Say macros are used.
46325         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
46326         (Makefile.am): Revise list of substituted symbols to match
46327         new stdint.m4.
46328         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
46329         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
46330         * tests/test-stdint.c (verify_same_types)
46331         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
46332         the code conforms to C99/C89.
46333         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
46334         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
46335
46336 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46337
46338         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
46339         but fix a bug, by requiring at least 64 bits.
46340         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
46341         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
46342         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
46343         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
46344
46345         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
46346         changes.  Make 2.59 a prerequisite.  Check and substitute for
46347         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
46348         inttypes.h.  Do not use special include files; just use the
46349         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
46350         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
46351         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
46352         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
46353         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
46354         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
46355         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
46356         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
46357         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
46358         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
46359         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
46360         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
46361         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
46362         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
46363         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
46364         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
46365         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
46366         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
46367         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
46368         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
46369         WINT_MAX.  Check for C99 conformance more strictly, by detecting
46370         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
46371         not check for things that C99 does not require, e.g., int8_t.  If
46372         a test isn't needed unless <stdint.h> isn't working, and is
46373         unlikely to be needed for any other reason, then don't do it
46374         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
46375         size_t, since we assume C89 freestanding at least.  Do not check
46376         for sig_atomic_t, wchar_t, or wint_t, since the code now does
46377         the right thing even if the types are not defined.  Instead use:
46378         (gl_STDINT_TYPE_PROPERTIES): New macro.
46379         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
46380         testing whether <sys/types.h> clashes, as Autoconf does this for
46381         us now.  All uses removed.
46382         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
46383         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
46384         (gl_CHECK_TYPE_SAME):
46385         Remove; no longer needed.
46386         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
46387         exists, since we'll return 0 anyway in that case.
46388         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
46389
46390 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
46391
46392         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
46393         possible collision with system files.
46394         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
46395         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
46396         WCHAR_MIN and WCHAR_MAX in this case.
46397         (<stddef.h>): Do not include; no longer needed.
46398         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
46399         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
46400         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
46401         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
46402         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
46403         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
46404         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
46405         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
46406         !defined(__c99))]: Include in this case too, since it's harmless
46407         now.
46408         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
46409         dangerous to do so.
46410         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
46411         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
46412         (_STDINT_MIN, _STDINT_MAX): New macros.
46413         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
46414         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
46415         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
46416         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
46417         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
46418         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
46419         macros, not typedefs; this simplifies things quite a bit.
46420         Use long int for all types narrower than int64_t.
46421         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
46422         Define in terms of long long int or int64_t or long int,
46423         not int64_t or int32_t.  This saves some compile-time testing.
46424         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
46425         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
46426         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
46427         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
46428         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
46429         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
46430         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
46431         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
46432         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
46433         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
46434         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46435         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46436         undef any previous version and define our own version, for
46437         simplicity and consistency with the new macros for types.
46438         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
46439         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
46440         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
46441         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
46442         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
46443         @WINT_T_SUFFIX@ to keep things simple here.
46444         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
46445         Simplify by assuming typical 8/16/32/64 host, since we're
46446         already doing that elsewhere anyway.
46447         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
46448         and assume long long int is 64 bits if available.  This
46449         speeds up 'configure'.
46450
46451 2006-07-01  Eric Blake  <ebb9@byu.net>
46452
46453         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
46454         Reported by Andreas Buening.
46455
46456 2006-07-01  Eric Blake  <ebb9@byu.net>
46457
46458         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
46459
46460 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
46461
46462         * lib/getaddrinfo.c: fixed typo
46463
46464 2006-06-29  Jim Meyering  <jim@meyering.net>
46465
46466         * modules/strftime (Maintainer): Add my name, since with the
46467         FPRINTFTIME changes strftime.c has forked from glibc.
46468
46469 2006-06-29  Eric Blake  <ebb9@byu.net>
46470
46471         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
46472
46473 2006-06-29  Eric Blake  <ebb9@byu.net>
46474
46475         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
46476
46477 2006-06-29  Eric Blake  <ebb9@byu.net>
46478
46479         * lib/stat_.h: New file.
46480
46481 2006-06-29  Eric Blake  <ebb9@byu.net>
46482
46483         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
46484         unused static function.
46485
46486 2006-06-29  Eric Blake  <ebb9@byu.net>
46487
46488         * doc/functions.texi (Function Portability): Document missing lstat
46489         on mingw.
46490
46491 2006-06-29  Eric Blake  <ebb9@byu.net>
46492
46493         * MODULES.html.sh: Add sys_stat.
46494         * modules/sys_stat: New module.
46495         * modules/mkstemp (Depends-on): Add sys_stat.
46496
46497 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46498
46499         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
46500
46501 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46502
46503         * m4/c-bs-a.m4: Removed.
46504
46505 2006-06-29  Derek R. Price  <derek@ximbiot.com>
46506
46507         * lib/strftime.c: Assume strftime() exists.
46508
46509 2006-06-29  Derek Price  <derek@ximbiot.com>
46510
46511         * modules/c-bs-a: Removed - \a is C89.
46512         * MODULES.html.sh: Remove c-bs-a.
46513
46514 2006-06-29  Bruno Haible  <bruno@clisp.org>
46515
46516         * modules/wcwidth (License): Change to LGPL.
46517
46518 2006-06-28  Simon Josefsson  <jas@extundo.com>
46519
46520         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
46521         on _WIN32.
46522
46523         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
46524         getnameinfo.
46525
46526 2006-06-28  Simon Josefsson  <jas@extundo.com>
46527
46528         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
46529
46530 2006-06-28  Simon Josefsson  <jas@extundo.com>
46531
46532         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
46533         functions there.  It will succeed on Windows XP, but on Windows
46534         2000 and (presumably) earlier, it will fail, and use the internal
46535         re-implementation.
46536         (use_win32_p): New function.
46537         (getaddrinfo): Use strtoul on servname, to support numeric ports.
46538         Support AI_NUMERICSERV to disable getservbyname.
46539         (getnameinfo): New function, only supports
46540         NI_NUMERICHOST|NI_NUMERICSERV for now.
46541
46542         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
46543         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
46544         getnameinfo.
46545
46546 2006-06-28  Eric Blake  <ebb9@byu.net>
46547
46548         * modules/wcwidth: New file.
46549         * modules/mbchar (Depends-on): Add wcwidth.
46550         * modules/mbswidth (Depends-on): Add wcwidth.
46551         * MODULES.html.sh: Add wcwidth.
46552
46553 2006-06-28  Eric Blake  <ebb9@byu.net>
46554
46555         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
46556         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
46557
46558 2006-06-28  Eric Blake  <ebb9@byu.net>
46559
46560         * lib/xvasprintf.h: Fix comments.
46561
46562 2006-06-28  Eric Blake  <ebb9@byu.net>
46563
46564         * lib/mbchar.h (wcwidth): Include wcwidth.h.
46565         * lib/mbswidth.c (wcwidth): Move from here...
46566         * lib/wcwidth.h: ...to this new file.
46567
46568 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46569
46570         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
46571
46572         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
46573         it's obsolete.
46574         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
46575
46576 2006-06-28  Derek R. Price  <derek@ximbiot.com>
46577
46578         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
46579         Autoconf 2.60 says this stuff was obsolete.
46580
46581 2006-06-28  Bruno Haible  <bruno@clisp.org>
46582
46583         * modules/wcwidth (Files): Add m4/wchar_t.m4.
46584
46585 2006-06-28  Bruno Haible  <bruno@clisp.org>
46586
46587         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
46588         gt_TYPE_WCHAR_T.
46589
46590 2006-06-28  Bruno Haible  <bruno@clisp.org>
46591
46592         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
46593         declaration for wcwidth.
46594         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
46595
46596 2006-06-28  Bruno Haible  <bruno@clisp.org>
46597
46598         * lib/mkdtemp.c [MINGW]: Include <io.h>.
46599         (mkdir): Define using _mkdir.
46600
46601 2006-06-28  Bruno Haible  <bruno@clisp.org>
46602
46603         * lib/getaddrinfo.h: Fix POSIX URL.
46604         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
46605         _WIN32.
46606         (use_win32_p): Make static.
46607         (getaddrinfo): Reject service name if it is empty or does not consist
46608         solely of decimal digits, or if its value is > 65535.
46609         (getnameinfo): Remove useless casts.
46610
46611 2006-06-27  Simon Josefsson  <jas@extundo.com>
46612
46613         * modules/sys_select: New file, suggested by Bruno Haible, Paul
46614         Eggert and Martin Lambers.
46615
46616 2006-06-27  Simon Josefsson  <jas@extundo.com>
46617
46618         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
46619         Eggert and Martin Lambers.
46620
46621 2006-06-27  Bruno Haible  <bruno@clisp.org>
46622
46623         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
46624         result to 0, not to empty.
46625         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
46626
46627 2006-06-27  Bruno Haible  <bruno@clisp.org>
46628
46629         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
46630
46631 2006-06-26  Simon Josefsson  <jas@extundo.com>
46632
46633         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
46634         present.
46635
46636 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
46637
46638         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
46639         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
46640         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
46641
46642 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
46643
46644         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
46645
46646 2006-06-26  Bruno Haible  <bruno@clisp.org>
46647
46648         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
46649
46650 2006-06-26  Bruno Haible  <bruno@clisp.org>
46651
46652         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
46653
46654 2006-06-26  Bruno Haible  <bruno@clisp.org>
46655
46656         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
46657         SGI C compiler in pre-C99 mode.
46658         Suggested by Mark D. Baushke and Larry Jones.
46659
46660 2006-06-26  Bruno Haible  <bruno@clisp.org>
46661
46662         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
46663         WCHAR_MAX.
46664         Reported by Mark D. Baushke and Larry Jones.
46665
46666 2006-06-26  Bruno Haible  <bruno@clisp.org>
46667
46668         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
46669         in pre-C99 mode.
46670         Suggested by Mark D. Baushke and Larry Jones.
46671
46672 2006-06-23  Simon Josefsson  <jas@extundo.com>
46673             Bruno Haible  <bruno@clisp.org>
46674
46675         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
46676         Emit mostlyclean-local rule.
46677         (func_emit_tests_Makefile_am): Likewise.
46678         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
46679
46680 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
46681
46682         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
46683
46684 2006-06-23  Bruno Haible  <bruno@clisp.org>
46685
46686         * tests/test-stdint.c: Update to match ISO C 99 Technical
46687         Corrigendum 1.
46688
46689 2006-06-23  Bruno Haible  <bruno@clisp.org>
46690
46691         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
46692
46693 2006-06-23  Bruno Haible  <bruno@clisp.org>
46694
46695         * lib/stdint_.h: Treat IRIX like OpenBSD.
46696
46697 2006-06-23  Bruno Haible  <bruno@clisp.org>
46698
46699         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
46700         ISO C 99 Technical Corrigendum 1.
46701
46702 2006-06-22  Simon Josefsson  <jas@extundo.com>
46703
46704         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
46705         MinGW.
46706
46707 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
46708
46709         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
46710         needed.  Some compiler complained about some of them.  Problem reported
46711         by Larry Jones in
46712         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
46713
46714 2006-06-21  Simon Josefsson  <jas@extundo.com>
46715
46716         * tests/test-getaddrinfo.c: New file.
46717
46718         * modules/getaddrinfo-tests: New file.
46719
46720         * MODULES.html.sh: Add inet_pton.
46721
46722         * modules/inet_pton: New file.
46723
46724 2006-06-21  Simon Josefsson  <jas@extundo.com>
46725
46726         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
46727         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
46728         of using the (limited) gnulib implementation on Windows XP.
46729
46730         * m4/inet_pton.m4: New file.
46731
46732 2006-06-21  Simon Josefsson  <jas@extundo.com>
46733
46734         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
46735         variable.
46736
46737         * lib/socket_.h: Don't define WINVER.
46738
46739         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
46740         slightly modified to work in gnulib.
46741
46742 2006-06-21  Simon Josefsson  <jas@extundo.com>
46743
46744         * doc/gnulib.texi (Windows sockets): Add.
46745
46746 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
46747
46748         * lib/read-file.c (fread_file): Start with buffer allocation of
46749         0 bytes rather than 1 byte; this simplifies the code.
46750         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
46751         code to free buffer and save/restore errno.
46752         (internal_read_file): Remove unused local.
46753
46754 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
46755
46756         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
46757         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
46758         Problem reported by Denis Excoffier in
46759         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
46760
46761 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46762
46763         * modules/sys_socket, modules/socklen: Include sys/types since
46764         FreeBSD 4.x's sys/socket.h needs it.
46765
46766 2006-06-19  Simon Josefsson  <jas@extundo.com>
46767
46768         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
46769
46770 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
46771
46772         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
46773
46774 2006-06-19  Bruno Haible  <bruno@clisp.org>
46775
46776         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
46777         and FULL_PATH_INTTYPES_H in angle brackets.
46778         Reported by Mark D. Baushke <mdb@gnu.org>.
46779
46780 2006-06-17  Eric Blake  <ebb9@byu.net>
46781
46782         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
46783         errno.
46784
46785 2006-06-17  Bruno Haible  <bruno@clisp.org>
46786
46787         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
46788         <sys/inttypes.h>.
46789
46790 2006-06-17  Bruno Haible  <bruno@clisp.org>
46791
46792         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
46793         whether errno is declared. Assume <errno.h> declares errno.
46794
46795 2006-06-17  Bruno Haible  <bruno@clisp.org>
46796
46797         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
46798
46799 2006-06-17  Bruno Haible  <bruno@clisp.org>
46800
46801         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
46802         problem on Solaris 2.5.1.
46803
46804 2006-06-16  Eric Blake  <ebb9@byu.net>
46805
46806         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
46807         * lib/unicodeio.c [!defined errno]: Likewise.
46808         * lib/strtol.c [!defined errno]: Likewise.
46809         * lib/strtod.c [!defined errno]: Likewise.
46810
46811 2006-06-15  Eric Blake  <ebb9@byu.net>
46812
46813         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
46814
46815 2006-06-15  Eric Blake  <ebb9@byu.net>
46816
46817         * config/srclist.txt (ssize_t.m4): Lose sync.
46818
46819 2006-06-15  Bruno Haible  <bruno@clisp.org>
46820
46821         * modules/stdint (Files): Include m4/full-header-path.m4,
46822         m4/size_max.m4, m4/wchar_t.m4.
46823         (Makefile.am): Many more substitutions.
46824         * modules/stdint-tests: New file.
46825         * tests/test-stdint.c: New file.
46826
46827 2006-06-15  Bruno Haible  <bruno@clisp.org>
46828
46829         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
46830         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
46831         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
46832         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
46833         gl_CHECK_TYPE_SAME): New macros.
46834
46835 2006-06-15  Bruno Haible  <bruno@clisp.org>
46836
46837         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
46838
46839 2006-06-15  Bruno Haible  <bruno@clisp.org>
46840
46841         * lib/stdint_.h: Rewritten to be fully auto-configured.
46842         Fixes bug on HP-UX/IA64.
46843
46844 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
46845
46846         * lib/getdate.y (__attribute__): Don't define if already defined.
46847         Problem reported by Larry Jones.
46848         * lib/utimens.c (__attribute__): Likewise.
46849
46850 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
46851
46852         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
46853         reported by Andreas Schwab.
46854
46855 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46856             Bruno Haible  <bruno@clisp.org>
46857
46858         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
46859         check for the declaration of strnlen and a run test that exposes the
46860         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
46861         rpl_strndup.
46862
46863 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46864             Bruno Haible  <bruno@clisp.org>
46865
46866         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
46867
46868 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46869
46870         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
46871         compile test, for Tru64 4.0D.
46872
46873 2006-05-28  Karl Berry  <karl@gnu.org>
46874
46875         * config/srclist.txt (printf-args.c): lose sync.
46876
46877 2006-05-26  Martin Lambers  <marlam@marlam.de>
46878
46879         * lib/getpass.c: Updates the test for the native W32 API, and adds
46880         missing includes, thus fixing compilation warnings.
46881
46882 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
46883
46884         * lib/exclude.c (exclude_fnmatch): New function.
46885         (excluded_file_name): Call exclude_fnmatch.
46886         * lib/exclude.h (excluded_file_name): New prototype
46887
46888 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
46889
46890         * lib/tempname.c (small_open, large_open): New macros.
46891         (__open, __open64) [!_LIBC]: Remove.
46892         (__gen_tempname): Use small_open and large_open instead of __open
46893         and __open64.  This fixes a portability bug on HP-UX 11.11i
46894         reported by Simon Wing-Tang in
46895         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
46896
46897 2006-05-24  Bruno Haible  <bruno@clisp.org>
46898
46899         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
46900         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
46901         Reported by Thorsten Maerz <torte@netztorte.de> via
46902         Aaron Stone <aaron@serendipity.cx>.
46903
46904 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46905
46906         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
46907         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
46908         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
46909         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
46910         not really conditional on the cache.
46911         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
46912
46913 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
46914
46915         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
46916         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
46917         (my_usleep): Don't mishandle maximum value.
46918
46919 2006-05-19  Jim Meyering  <jim@meyering.net>
46920
46921         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
46922
46923 2006-05-17  Bruno Haible  <bruno@clisp.org>
46924
46925         Cygwin portability.
46926         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
46927
46928 2006-05-17  Bruno Haible  <bruno@clisp.org>
46929
46930         * lib/stdint_.h: Fix recognition of Cygwin.
46931
46932 2006-05-15  Bruno Haible  <bruno@clisp.org>
46933
46934         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
46935         on libtool patch by Ralf Wildenhues.
46936
46937 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
46938
46939         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
46940         test for C99 conformance; (bool) 0.5 is an integer constant
46941         expression, but (bool) -0.5 is not.  Problem reported by Fedor
46942         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
46943
46944 2006-05-11  Simon Josefsson  <jas@extundo.com>
46945
46946         * m4/xvasprintf.m4: Fix obvious typo.
46947
46948 2006-05-11  Jim Meyering  <jim@meyering.net>
46949
46950         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
46951         James Lemley.
46952
46953 2006-05-10  Simon Josefsson  <jas@extundo.com>
46954
46955         * lib/md4.c: Typo fix, update copyright years.
46956         (K1, K2): Don't use L because it turn computations into 64-bit on
46957         64-bit platforms.
46958
46959 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
46960
46961         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
46962         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
46963         unwanted sign propagation, e.g., on hosts with 64-bit int.
46964         There still are some problems with reeelly weird theoretical hosts
46965         (e.g., 33-bit int) but it's not worth worrying about now.
46966         * lib/sha1.c (rol): Likewise.
46967         (K1, K2, K3, K4): Remove unnecessary L suffix.
46968
46969 2006-05-10  Bruno Haible  <bruno@clisp.org>
46970
46971         * lib/des.c: Cast to avoid warnings.
46972
46973 2006-05-09  Bruno Haible  <bruno@clisp.org>
46974
46975         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
46976         (Depends-on): Depend also on xsize, stdarg.
46977         (configure.ac): Add gl_XVASPRINTF.
46978
46979 2006-05-09  Bruno Haible  <bruno@clisp.org>
46980
46981         * m4/xvasprintf.m4: New file.
46982
46983 2006-05-09  Bruno Haible  <bruno@clisp.org>
46984
46985         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
46986         (EOVERFLOW): Define fallback value.
46987         (xstrcat): New function.
46988         (xvasprintf): Recognize the special case of a string concatenation.
46989
46990 2006-05-08  Eric Blake  <ebb9@byu.net>
46991
46992         * gnulib-tool (func_version): Base copyright year on CVS date.
46993         (func_emit_copyright_notice): New function.
46994         (func_emit_lib_Makefile_am): Use it.
46995         (func_emit_tests_Makefile_am): Likewise.
46996         (func_import): Likewise.
46997
46998 2006-05-08  Bruno Haible  <bruno@clisp.org>
46999
47000         * modules/stdarg: New file.
47001         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
47002
47003 2006-05-08  Bruno Haible  <bruno@clisp.org>
47004
47005         * m4/stdarg.m4: New file, from GNU gettext.
47006
47007 2006-05-08  Bruno Haible  <bruno@clisp.org>
47008
47009         * config/srclist.txt (build-aux/config.rpath): different from latest
47010         release.
47011
47012 2006-05-08  Bruno Haible  <bruno@clisp.org>
47013
47014         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
47015
47016 2006-05-05  Jim Meyering  <jim@meyering.net>
47017
47018         * m4/warning.m4: New file, derived from bison's file by the same name.
47019
47020 2006-05-03  Bruno Haible  <bruno@clisp.org>
47021
47022         * lib/stdint_.h: Shorter URL.
47023         * lib/inttypes.h: Likewise.
47024
47025 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47026
47027         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
47028
47029 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47030
47031         * lib/verify.h: Document the internals better.  Most of this change
47032         was written by Bruno Haible.
47033
47034 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
47035
47036         * doc/verify.texi: New file, partly based on a proposal by
47037         Bruno Haible.
47038
47039 2006-05-02  Bruno Haible  <bruno@clisp.org>
47040
47041         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
47042         test from here...
47043         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
47044
47045 2006-04-29  Bruno Haible  <bruno@clisp.org>
47046
47047         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
47048         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
47049
47050 2006-04-29  Bruno Haible  <bruno@clisp.org>
47051
47052         * gnulib-tool: Make --update option actually work.
47053
47054 2006-04-29  Bruno Haible  <bruno@clisp.org>
47055
47056         * doc/gcd.texi: New file.
47057         * doc/gnulib.texi: Include it.
47058
47059 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
47060
47061         * lib/getdate.y (get_date): When adding relative date, start with the
47062         initial time, not with the result of the first mktime call.
47063
47064 2006-04-25  Bruno Haible  <bruno@clisp.org>
47065
47066         * gnulib-tool (func_import): Output the include directives in three
47067         blocks, sorted separately.
47068         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47069
47070 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47071
47072         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
47073         to define main with arguments, for C++.  Reported by Eric Blake.
47074         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
47075         Prefer 'int main ()' to 'int main (void)', for C++.
47076         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
47077         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
47078         for 'main', for C99 and C++.
47079
47080 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
47081
47082         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
47083         Don't assume that exit status -1 is valid.
47084         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47085         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
47086         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
47087         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
47088         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
47089         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
47090         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
47091         functions can be used without declaring them, or that you can
47092         exit with status -1.
47093         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
47094
47095 2006-04-24  Karl Berry  <karl@gnu.org>
47096
47097         * config/srclist.txt (longdouble.m4): sync lost.
47098
47099 2006-04-24  Eric Blake  <ebb9@byu.net>
47100
47101         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
47102
47103 2006-04-24  Bruno Haible  <bruno@clisp.org>
47104
47105         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
47106         poll() implementation in AIX.
47107         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47108
47109 2006-04-24  Bruno Haible  <bruno@clisp.org>
47110
47111         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
47112         assigned exactly once.
47113
47114 2006-04-23  Claudio Fontana  <claudio@gnu.org>
47115             Bruno Haible  <bruno@clisp.org>
47116
47117         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
47118         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
47119         for AM_CPPFLAGS.
47120
47121 2006-04-23  Bruno Haible  <bruno@clisp.org>
47122
47123         * modules/copy-file: Depend on unistd.
47124         * modules/execute: Likewise.
47125         * modules/fatal-signal: Likewise.
47126         * modules/findprog: Likewise.
47127         * modules/mkdtemp : Likewise.
47128         * modules/pipe: Likewise.
47129         * modules/wait-process: Likewise.
47130
47131 2006-04-23  Bruno Haible  <bruno@clisp.org>
47132
47133         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
47134         condition was already detected.
47135         Reported by Ben Pfaff <blp@cs.stanford.edu>.
47136
47137 2006-04-23  Bruno Haible  <bruno@clisp.org>
47138
47139         * lib/copy-file.c: Include <unistd.h> unconditionally.
47140         * lib/execute.c: Likewise.
47141         * lib/fatal-signal.c: Likewise.
47142         * lib/findprog.c: Likewise.
47143         * lib/mkdtemp.c: Likewise.
47144         * lib/pipe.h: Likewise.
47145         * lib/pipe.c: Likewise.
47146         * lib/wait-process.h: Likewise.
47147
47148 2006-04-23  Bruno Haible  <bruno@clisp.org>
47149
47150         * gnulib-tool (func_usage): Fix --import description. Document
47151         --update.
47152         (func_import): Create temporary file in a temporary directory, if
47153         --dry-run is specified. Silence errors from 'grep' when there are no
47154         m4 files in $m4dir.
47155         (func_create_testdir): Silence errors from 'grep' when there are no
47156         m4 files in $m4dir.
47157         Reported by Karl Berry <karl@freefriends.org>.
47158
47159 2006-04-20  Bruno Haible  <bruno@clisp.org>
47160
47161         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
47162         one argument, so that the code will be portable to Autoconf 2.60.
47163         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
47164         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47165         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
47166
47167 2006-04-19  Derek Price  <derek@ximbiot.com>
47168             Eric Blake  <ebb9@byu.net>
47169
47170         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
47171         rather than "/full/path.h".  Update comment to match.  Shorten &
47172         generalize m4_translit call via AS_TR_CPP.
47173
47174 2006-04-19  Derek Price  <derek@ximbiot.com>
47175             Eric Blake  <ebb9@byu.net>
47176
47177         * lib/inttypes.h: Correct grammar in comment.
47178
47179 2006-04-18  Derek Price  <derek@ximbiot.com>
47180             Paul Eggert  <eggert@cs.ucla.edu>
47181
47182         * modules/inttypes: New file.
47183         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
47184
47185 2006-04-18  Derek Price  <derek@ximbiot.com>
47186             Paul Eggert  <eggert@cs.ucla.edu>
47187
47188         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
47189         New files.
47190
47191 2006-04-18  Derek Price  <derek@ximbiot.com>
47192             Paul Eggert  <eggert@cs.ucla.edu>
47193
47194         * lib/inttypes.h: New file.
47195         * lib/strtoimax.c: Assume <inttypes.h>.
47196
47197 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
47198
47199         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
47200         isn't mounted.  Problem reported by Kir Kolyshkin.
47201
47202 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
47203
47204         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
47205         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
47206         Derek R. Price.
47207         * lib/regex.h (RE_DUP_MAX): Update comment to match current
47208         implementation.
47209
47210 2006-04-12  Eric Blake  <ebb9@byu.net>
47211
47212         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
47213         is now done automatically by the corresponding Autoconf macro.
47214
47215 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
47216
47217         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
47218         time_r.h.
47219
47220 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47221
47222         Merge regex changes from libc, removing some of our
47223         POSIX-conformance changes that were rejected and redoing them in a
47224         less-intrusive way.
47225
47226         * lib/regcomp.c (re_compile_internal, init_dfa):
47227         Length arg is now size_t, not Idx.  All uses changed.
47228         (peek_token): Forward decl now says internal_function.
47229         (__re_error_msgid, __re_error_msgid_idx):
47230         Now static rather than extern with attribute_hidden.
47231         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
47232         For some reason libc prefers K&R style defns for external functions.
47233         (regerror) [!defined _LIBC]: Likewise.
47234         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
47235         (seek_collating_symbol_entry, lookup_collation_sequence_value):
47236         (build_range_exp, build_collating_symbol):
47237         Use K&R-style defn.
47238         (re_compile_fastmap): Use '\0' to memset, not 0.
47239         (utf8_sb_map): Make the calculations more obvious.
47240         (init_dfa, parse_bracket_exp, build_charclass_op):
47241         Call calloc and cast result, as glibc does.
47242         (init_word_char, fetch_token, peek_token, peek_token_bracket):
47243         (build_range_exp, build_collating_symbol):
47244         Now internal functions.
47245
47246         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
47247
47248         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
47249         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
47250         Don't depend on VMS; depend on __VMS instead, for POSIX
47251         namespace cleanness.
47252         (regoff_t): Define to ssize_t, not long int.
47253
47254         Remove the REG_ macros named below.  Instead, make the old names
47255         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
47256         __USE_GNU_REGEX.
47257         (REG_BACKSLASH_ESCAPE_IN_LISTS):
47258         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
47259         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
47260         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
47261         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
47262         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
47263         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
47264         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
47265         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
47266         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
47267         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
47268         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
47269         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
47270         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
47271         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
47272         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
47273         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
47274         (REG_NREGS):
47275         Remove.  All uses replaced by the old RE_* names.
47276         (RE_BACKSLASH_ESCAPE_IN_LISTS):
47277         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
47278         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
47279         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
47280         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
47281         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
47282         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
47283         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
47284         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
47285         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
47286         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
47287         Don't bother having these macros be independent of each others'
47288         values, since they no longer exist in the POSIX name space.
47289
47290         Rename the following member names back to their old names,
47291         unless !__USE_GNU_REGEX.  All uses changed back.
47292         (buffer): Renamed from re_buffer.
47293         (allocated): Renamed from re_allocated.
47294         (used): Renamed from re_used.
47295         (syntax): Renamed from re_syntax.
47296         (fastmap): Renamed from re_fastmap.
47297         (translate): Renamed from re_translate.
47298         (can_be_null): Renamed from re_can_be_null.
47299         (regs_allocated): Renamed from re_regs_allocated.
47300         (fastmap_accurate): Renamed from re_fastmap_accurate.
47301         (no_sub): Renamed from re_no_sub.
47302         (not_bol): Renamed from re_not_bol.
47303         (not_eol): Renamed from re_not_eol.
47304         (newline_anchor): Renamed from re_newline_anchor.
47305         (num_regs): Renamed from rm_num_regs.
47306         (start): Renamed from rm_start.
47307         (end): Renamed from rm_end.
47308
47309         (free_state): Move up a bit.
47310
47311         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
47312         #define to be empty.
47313         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
47314         when that is what is intended.
47315         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
47316         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
47317         (MAX): New macro.
47318         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
47319         All uses changed back to re_malloc, etc.  It's now the caller's
47320         responsibility to check for overflow; all callers changed.
47321         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
47322         (re_x2nrealloc): Remove.
47323         (free_state): Remove decl.
47324
47325         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
47326         (re_set_registers, re_exec):
47327         Use K&R-style defn.
47328
47329         2006-01-31  Roland McGrath  <roland@redhat.com>
47330
47331         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
47332         Reported by Mike Frysinger <vapier@gentoo.org>.
47333
47334         2006-01-15  Andreas Jaeger  <aj@suse.de>
47335
47336         [BZ #1950]
47337         * lib/regex_internal.c (re_string_reconstruct): Adjust for
47338         build_wcs_upper_buffer change.
47339         (build_wcs_upper_buffer): Change return type.
47340
47341         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
47342
47343         * lib/regex_internal.h: Include <stdint.h> if available.
47344
47345         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
47346
47347         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
47348
47349         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
47350
47351         * lib/regcomp.c: Adjust for changed secondary hash function.
47352
47353         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
47354
47355         * lib/regex.h: Pretty printing.
47356         Clean up namespace a bit.
47357
47358         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
47359
47360         * lib/regexec.c (update_cur_sifted_state, check_arrival,
47361         check_arrival_add_next_nodes): Avoid using uninitialized variable.
47362
47363         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
47364                     Ulrich Drepper  <drepper@redhat.com>
47365
47366         [BZ #1302]
47367         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
47368         changed.
47369         (bitset_word_t): Renamed from bitset_word.  All uses changed.
47370
47371         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
47372
47373         [BZ #281]
47374         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
47375         * lib/regcomp.c: Remove unnecessary uses of
47376         unsigned RE_TRANSLATE_TYPE.
47377         * lib/regex_internal.h: Likewise.
47378         * lib/regex_internal.c: Likewise.
47379         * lib/regexec.c: Likewise.
47380         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
47381
47382         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
47383
47384         * lib/regexec.c (find_recover_state): Remove unnecessary
47385         initialization.
47386         (transit_state_bkref): Make DFA a const pointer.
47387         (get_subexp): Likewise.
47388         (check_arrival): Likewise.
47389         (update_cur_sifted_state): Likewise.
47390         (re_search_internal): Likewise.
47391         (prune_impossible_nodes): Likewise.
47392         (acquire_init_state_context): Likewise.
47393         (proceed_next_node): Likewise.
47394         (set_regs): Likewise.
47395         (free_fail_stack_return): Likewise.
47396         (check_arrival_expand_ecl): Mark DFA parameter as const.
47397         (check_arrival_expand_ecl_sub): Likewise.
47398         (check_subexp_limits): Likewise.
47399         (sub_epsilon_src_nodes):  Likewise.
47400         (add_epsilon_src_nodes):  Likewise.
47401         (merge_state_array): Likewise.
47402         (update_regs): Likewise.
47403         (build_trtable): Likewise.
47404         (sift_states_backward): Mark MCTX parameter as const.
47405         (build_sifted_states): Likewise.
47406         (update_cur_sifted_state): Likewise.
47407         (sift_states_mkref): Likewise.
47408         (check_arrival_expand_ecl): Mark eclosure as const.
47409         (check_dst_limits_calc_pos_1): Likewise.
47410         * lib/regex_internal.h (re_match_context_t): Make dfa a const
47411         pointer.
47412
47413         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
47414
47415         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
47416         (transit_state_sb): Likewise.
47417         (transit_state_mb): Likewise.
47418         (sift_states_iter_mb): Likewise.
47419         (check_arrival_add_next_nodes): Likewise.
47420         (check_node_accept_bytes): Change first parameter to pointer-to-const.
47421         [_LIBC] (re_search_2_stub): Use mempcpy.
47422
47423         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
47424         mbrtowc for very simple UTF-8 case.
47425
47426         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
47427         a pointer-to-const.
47428         (re_acquire_state_context): Likewise.
47429         * lib/regex_internal.h: Adjust prototypes.
47430
47431         * lib/regex.c: Prevent using C++ compilers.
47432
47433         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
47434         (re_acquire_state_context): Likewise.
47435
47436 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47437
47438         * modules/regex (Depends-on): Add ssize_t.
47439
47440 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47441
47442         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
47443         translation table.
47444
47445 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
47446
47447         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
47448
47449 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
47450             Bruno Haible  <bruno@clisp.org>
47451
47452         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
47453         <sys/types.h> and <inttypes.h>.
47454
47455 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47456
47457         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
47458         `__error_t_defined', so argp.h will not typedef the former.
47459
47460 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
47461
47462         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
47463         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
47464         glibc names.  Even if glibc is changed to conform to POSIX, the
47465         traditional names will be available anyway, since regex depends on
47466         the extensions module.  Also, fix a longstanding typo in the
47467         implementation of Spencer ERE test #75 from grep 2.3.  Problems
47468         reported by Emanuele Giaquinta.  Also, change sense of cached
47469         variable, so that the message makes sense.
47470
47471 2006-03-24  Simon Josefsson  <jas@extundo.com>
47472
47473         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
47474         including some doc fixes.
47475         (base64_encode_alloc): Fix +1 bug on allocation failures.
47476
47477 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47478
47479         * lib/base64.c (base64_encode): Do not read past end of array with
47480         unsanitized input on systems with CHAR_BIT > 8.
47481
47482 2006-03-24  Eric Blake  <ebb9@byu.net>
47483
47484         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
47485
47486 2006-03-22  Karl Berry  <karl@gnu.org>
47487
47488         * config/srclist.txt (*setenv.[ch]): get from coreutils.
47489         * config/srclistvars.sh (COREUTILS): new var.
47490
47491 2006-03-17  Jim Meyering  <jim@meyering.net>
47492
47493         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
47494         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
47495
47496 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47497
47498         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
47499         no longer needs it.  Instead, check that regoff_t is as least
47500         as wide as ptrdiff_t.
47501
47502         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
47503         so that our regex.h stays compatible with the installed regex.
47504         This is helpful for installers who configure --without-included-regex.
47505         Problem reported by Emanuele Giaquinta.
47506
47507 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
47508
47509         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
47510         Typedef to long int, not to off_, as POSIX will likely change
47511         in that direction.
47512
47513 2006-03-15  Eric Blake  <ebb9@byu.net>
47514
47515         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
47516
47517 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47518
47519         * lib/argp-help.c (validate_uparams): Fix typo
47520         * lib/argp-parse.c (argp_default_options): Consistently begin help
47521         messages with a lowercase letter.
47522
47523 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
47524
47525         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
47526         overrun buffers and shouldn't be used (much as gets shouldn't be
47527         used).
47528         * lib/time_r.c (asctime_r, ctime_r): Likewise.
47529
47530 2006-03-08  Simon Josefsson  <jas@extundo.com>
47531
47532         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
47533         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47534
47535 2006-03-08  Simon Josefsson  <jas@extundo.com>
47536
47537         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
47538         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47539
47540 2006-03-08  Simon Josefsson  <jas@extundo.com>
47541
47542         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
47543         signal that configure disabled the device.
47544
47545 2006-03-08  Simon Josefsson  <jas@extundo.com>
47546
47547         * build-aux/maint.mk: Fix refresh-po, to handle no translated
47548         languages.
47549
47550 2006-03-07  Simon Josefsson  <jas@extundo.com>
47551
47552         * modules/getopt (Depends-on): Add unistd.
47553
47554         * modules/unistd: New file.
47555
47556 2006-03-07  Simon Josefsson  <jas@extundo.com>
47557
47558         * modules/gc-random: New file.
47559
47560 2006-03-07  Simon Josefsson  <jas@extundo.com>
47561
47562         * m4/unistd_h.m4: New file.
47563
47564 2006-03-07  Simon Josefsson  <jas@extundo.com>
47565
47566         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
47567         test to be side-effect free by storing the result in the cache
47568         variable gl_cv_lib_readline, and moving the assignment of
47569         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
47570         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
47571
47572 2006-03-07  Simon Josefsson  <jas@extundo.com>
47573
47574         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
47575         error on missing devices (the functions will return an error).
47576
47577         * m4/gc.m4: Move random stuff to gc-random.m4
47578
47579 2006-03-07  Simon Josefsson  <jas@extundo.com>
47580
47581         * lib/unistd_.h: New file.
47582
47583 2006-03-07  Simon Josefsson  <jas@extundo.com>
47584
47585         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
47586
47587 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47588
47589         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
47590         Problem reported by Juan Manuel Guerrero.
47591
47592 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47593
47594         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
47595         the unistd module.
47596         * lib/getlogin_r.c: Likewise.
47597         * lib/getlogin_r.h: Likewise.
47598         * lib/glob.c: Likewise.
47599         * lib/pagealign_alloc.c: Likewise.
47600         * lib/unistd_.h: Remove; no longer needed.
47601
47602 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
47603
47604         * MODULES.html.sh (Support for systems lacking POSIX:2001):
47605         Add unistd.
47606         * modules/c-stack (Depends-on): Add unistd.
47607         * modules/getlogin_r: Likewise.
47608         * modules/glob: Likewise.
47609         * modules/pagealign_alloc: Likewise.
47610         * modules/unistd (Files): Remove lib/unistd_.h.
47611         (EXTRA_DIST): Remove.
47612         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
47613         need unistd_.h.
47614         (MOSTLYCLEANFILES): Remove unistd.h-t.
47615
47616 2006-03-03  Simon Josefsson  <jas@extundo.com>
47617
47618         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
47619
47620 2006-03-03  Simon Josefsson  <jas@extundo.com>
47621
47622         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
47623         libidn and bison.
47624
47625 2006-03-03  Simon Josefsson  <jas@extundo.com>
47626
47627         * build-aux/maint.mk: Add indent target.
47628
47629 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
47630
47631         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
47632         our replacement poll.h in any case, to avoid a differing
47633         declaration from a system header.  Seen on AIX.
47634
47635 2006-03-01  Simon Josefsson  <jas@extundo.com>
47636
47637         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
47638         <kasal@ucw.cz>.
47639
47640 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47641
47642         * modules/gettime (Depends-on): Add extensions module.
47643         * modules/nanosleep (Depends-on): Likewise.
47644         * modules/settime (Depends-on): Likewise.
47645
47646 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
47647
47648         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
47649         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
47650         pedantically.
47651         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
47652         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
47653
47654         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
47655         not "==".  Reported by Ralf Wildenhues.
47656
47657 2006-03-01  Karl Berry  <karl@gnu.org>
47658
47659         * doc/Copyright/request-*: new files, synced from gnuorg.
47660
47661 2006-03-01  Karl Berry  <karl@gnu.org>
47662
47663         * config/srclist.txt (Copyright/*): new entries.
47664
47665 2006-02-28  Simon Josefsson  <jas@extundo.com>
47666
47667         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
47668
47669 2006-02-27  Simon Josefsson  <jas@extundo.com>
47670
47671         * lib/base64.h: Indent #define's.  From Jim Meyering
47672         <jim@meyering.net>.
47673
47674 2006-02-27  Jim Meyering  <jim@meyering.net>
47675
47676         Revert the change of 2006-02-24, so these files can continue
47677         to be sync'd from gettext.
47678         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
47679         of `config.h'.
47680
47681 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
47682
47683         * modules/intprops: New file.
47684         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
47685         Add intprops.
47686         * modules/getloadavg (Files): Remove lib/intprops.h.
47687         (Depends-on): Add intprops.
47688         * modules/human: Likewise.
47689         * modules/inttostr: Likewise.
47690         * modules/openat: Likewise.
47691         * modules/sig2str: Likewise.
47692         * modules/userspec: Likewise.
47693         * modules/utimecmp: Likewise.
47694         * modules/xnanosleep: Likewise.
47695         * modules/xstrtol: Likewise.
47696
47697 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
47698
47699         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
47700         * modules/lock-tests (TESTS): Use $(EXEEXT).
47701         * modules/tls-tests: Likewise.
47702         * modules/argp-tests: Likewise.
47703         (check_PROGRAMS): New var, replacing...
47704         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
47705
47706 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47707
47708         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
47709         `config.h'.
47710
47711 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
47712
47713         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
47714
47715 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47716
47717         Sync from coreutils.
47718         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
47719         gl_CHDIR_SAFER.
47720
47721 2006-02-22  Jim Meyering  <jim@meyering.net>
47722
47723         Sync from coreutils.
47724         * m4/chdir-safer.m4: New file.
47725
47726 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
47727
47728         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
47729         AT_FDCWD exceeds INT_MAX.
47730         * lib/openat.h (AT_FDCWD): Likewise.
47731
47732 2006-02-17  Eric Blake  <address@hidden>
47733
47734         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
47735
47736 2006-02-16  Simon Josefsson  <jas@extundo.com>
47737
47738         * modules/getaddrinfo (Depends-on): Add sys_socket.
47739
47740 2006-02-15  Simon Josefsson  <jas@extundo.com>
47741
47742         * build-aux/maint.mk: Add dsyntax-check rule.
47743
47744 2006-02-15  Eric Blake  <ebb9@byu.net>
47745
47746         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
47747         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
47748         'present but cannot compile' warnings on cygwin.
47749         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
47750         use ws2tcpip.h if sys/socket.h works.
47751         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
47752         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
47753
47754 2006-02-14  Simon Josefsson  <jas@extundo.com>
47755
47756         * modules/maintainer-makefile (Files): Rename.
47757
47758         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
47759         and (the local) Makefile.cfg to maint-cfg.mk.
47760
47761         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
47762         to the latter.
47763
47764         * modules/maintainer-makefile: New module.
47765
47766         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
47767         severaly stripped to make it possible to build it up from scratch
47768         with reliable tests.
47769
47770         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
47771         fixes to permit overriding the default actions when configure and
47772         makefile are not available.
47773
47774 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
47775
47776         Sync from coreutils.
47777         * modules/lstat (Depends-on): Don't depend on xalloc.
47778         (License): Change from GPL to LGPL, since this is now simply a
47779         replacement for a libc function.
47780
47781 2006-02-14  Jim Meyering  <jim@meyering.net>
47782
47783         Sync from coreutils.
47784
47785         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
47786         failure on deficient systems, and simplify gnulib lgpl dependencies.
47787         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
47788         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
47789
47790         * lib/xalloc-die.c: Remove unused definition of N_.
47791
47792 2006-02-14  Jim Meyering  <jim@meyering.net>
47793
47794         Sync from coreutils.
47795         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
47796         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
47797         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
47798         double-quote uses of that variable, to accommodate the rare case in
47799         which getmntent is available in none of the libraries checked.  This
47800         happens at least on FreeBSD 5.0.
47801
47802 2006-02-13  Simon Josefsson  <jas@extundo.com>
47803
47804         * gnulib-tool (Usage): Fix --import, from
47805         karl@freefriends.org (Karl Berry).
47806
47807 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
47808
47809         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
47810
47811 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
47812
47813         * lib/argp-namefrob.h: Restore changes accidentally lost during the
47814         "autoupdate" on 2005-12-12.
47815
47816 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47817
47818         * modules/closeout (Depends-on): Remove atexit.
47819
47820 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
47821
47822         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
47823         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
47824
47825 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
47826
47827         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
47828         __EXTENSIONS__ if this causes compilation to fail.  Problem
47829         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
47830         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
47831
47832 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
47833
47834         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
47835         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
47836         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
47837         All uses changed.
47838
47839 2006-01-26  Simon Josefsson  <jas@extundo.com>
47840
47841         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
47842         prototype is visible on mingw32.
47843
47844         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
47845         for mingw32.
47846
47847         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
47848         mingw32).
47849
47850 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
47851
47852         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
47853         attempt to open for write; this always fails, at least on POSIX
47854         hosts.  This reinstates the 2006-01-09 change, which was
47855         inadvertently removed.
47856
47857 2006-01-26  Bruno Haible  <bruno@clisp.org>
47858
47859         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
47860         Reported by Paul Eggert.
47861
47862 2006-01-26  Bruno Haible  <bruno@clisp.org>
47863             Paul Eggert  <eggert@cs.ucla.edu>
47864
47865         * lib/stdbool_.h (_Bool)
47866         [(! (defined __cplusplus || defined __BEOS__)
47867           && !defined __GNUC__
47868           && !(defined __HP_cc || defined __xlc__
47869                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
47870                || defined __sgi))]:
47871         #define to signed char in these cases too; this simplifies
47872         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
47873         etc., separately) and makes it more conservative.
47874
47875 2006-01-25  Simon Josefsson  <jas@extundo.com>
47876
47877         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
47878         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
47879         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
47880
47881 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
47882
47883         * lib/argp-namefrob.h: Bugfix. Remove stray #
47884
47885 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
47886
47887         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
47888         so that we test the test.
47889         Check for yet another HP-UX cc bug involving *bool |= bool.
47890
47891 2006-01-25  Karl Berry  <karl@gnu.org>
47892
47893         * config/srclist.txt (vasnprintf.c): sync lost.
47894
47895 2006-01-25  Jim Meyering  <jim@meyering.net>
47896
47897         Sync from the stable (b5) branch of coreutils:
47898
47899         * lib/fts.c (fts_children): Don't let close() clobber errno from
47900         failed fchdir().
47901
47902         * lib/fts.c (fts_stat): When following a symlink-to-directory,
47903         don't necessarily interpret stat-fails+lstat-succeeds as indicating
47904         a dangling symlink.  That can also happen at least for ELOOP.
47905         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
47906         FYI, this bug predates the inclusion of fts.c in coreutils.
47907
47908         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
47909         in their own block, so pre-c99 compilers don't object.
47910
47911         Avoid the double-free (first in fts_read, second in fts_close) that
47912         would occur when an `active' directory is made inaccessible (e.g.,
47913         via chmod a-x) during a traversal.
47914         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
47915         before returning.  Reproduce this failure by
47916         mkdir -p a/b; cd a; chmod a-x . b
47917         Reported by Stavros Passas.
47918
47919 2006-01-25  Jim Meyering  <jim@meyering.net>
47920
47921         * lib/fileblocks.c: Remove more useless parentheses.
47922         * lib/readutmp.h: Likewise.
47923
47924 2006-01-25  Bruno Haible  <bruno@clisp.org>
47925
47926         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
47927         warnings.
47928         Reported by Paul Eggert.
47929
47930 2006-01-25  Bruno Haible  <bruno@clisp.org>
47931
47932         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
47933         rid of a trap command. For Solaris sh.
47934         Reported by Mark D. Baushke <mdb@gnu.org>.
47935
47936 2006-01-24  Simon Josefsson  <jas@extundo.com>
47937
47938         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
47939         Bruno.
47940
47941 2006-01-24  Karl Berry  <karl@gnu.org>
47942
47943         * config/srclist.txt (argp-namefrob.h): sync lost.
47944
47945 2006-01-24  Jim Meyering  <jim@meyering.net>
47946
47947         * modules/openat (Files): Add lib/intprops.h.
47948         From Mark D. Baushke.
47949
47950 2006-01-24  Jim Meyering  <jim@meyering.net>
47951
47952         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
47953         Reported by Mark D. Baushke.
47954
47955 2006-01-24  Jim Meyering  <jim@meyering.net>
47956
47957         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
47958
47959 2006-01-24  Bruno Haible  <bruno@clisp.org>
47960
47961         * modules/strnlen (Maintainer): Change from glibc to all.
47962
47963 2006-01-24  Bruno Haible  <bruno@clisp.org>
47964
47965         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
47966         Patch by Paul Eggert.
47967
47968 2006-01-24  Bruno Haible  <bruno@clisp.org>
47969
47970         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
47971         already has it.
47972         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
47973         2005-11-26.
47974
47975         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
47976         'signed char' to avoid problems with the built-in _Bool type.
47977         Reported by Paul Eggert on 2005-11-26.
47978
47979 2006-01-24  Bruno Haible  <bruno@clisp.org>
47980
47981         * gnulib-tool (func_import): Avoid constructing complicated sed
47982         expressions inside backquote.
47983         Report and solution by Mark D. Baushke <mdb@gnu.org>.
47984
47985 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
47986
47987         These changes imported from libc.
47988         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
47989         test and two separate function calls.
47990         * lib/strndup.c (__strndup): Add libc_hidden_def.
47991
47992 2006-01-23  Simon Josefsson  <jas@extundo.com>
47993
47994         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
47995         Remove the test_*_SOURCES variable: automake infers it by default.
47996         * modules/tls-tests: Likewise.
47997
47998 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
47999
48000         Work around porting bugs reported by Dieter in
48001         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
48002         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
48003         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
48004         Include "getopt.h" first, to check interface.
48005         (getenv): Declare only if defined HAVE_DECL_GETENV &&
48006         !HAVE_DECL_GETENV.
48007         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
48008         (__strndup): Revert to K&R-style function dfns, the glibc style.
48009         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
48010         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
48011         Include strnlen.h first, to get prototype properly.
48012         (strnlen): Renamed from __strnlen.
48013         Remove weak alias.
48014
48015 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48016
48017         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
48018
48019 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
48020
48021         * config/srclist.txt: Adjust to reflect glibc reorganization.
48022         This affects only comments.
48023
48024 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
48025
48026          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
48027          Reported by Bruce Korb <bkorb@gnu.org>.
48028
48029 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
48030
48031         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
48032         to pacify gcc -Wswitch-default.
48033
48034 2006-01-22  Bruno Haible  <bruno@clisp.org>
48035
48036         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
48037         temporary buffer for sprintf, take into account the precision also
48038         for 'd', 'i', 'u', 'o', 'x', 'X'.
48039
48040 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48041
48042         * modules/argp-tests: New module
48043         * tests/test-argp.c: New file
48044         * tests/test-argp-2.sh: New file
48045
48046 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
48047
48048         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
48049         (__argp_base_name): Removed
48050         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
48051         typo.
48052         (__argp_base_name): Provide macro definition or extern declaration
48053         depending on the configuration
48054
48055 2006-01-20  Simon Josefsson  <jas@extundo.com>
48056
48057         * modules/inet_ntop (Depends-on): Depend on sys_socket.
48058
48059 2006-01-20  Simon Josefsson  <jas@extundo.com>
48060
48061         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
48062
48063 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
48064
48065         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
48066         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
48067         Suggested by Bruno Haible.
48068
48069 2006-01-20  Karl Berry  <karl@gnu.org>
48070
48071         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
48072         until changes propagate, I guess.
48073
48074 2006-01-19  Simon Josefsson  <jas@extundo.com>
48075
48076         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
48077
48078 2006-01-19  Simon Josefsson  <jas@extundo.com>
48079
48080         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
48081
48082 2006-01-19  Simon Josefsson  <jas@extundo.com>
48083
48084         * gnulib-tool: Set check_PROGRAMS.
48085
48086         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48087         modules/des-tests, modules/gc-arcfour-tests,
48088         modules/gc-arctwo-tests, modules/gc-des-tests,
48089         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48090         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48091         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48092         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48093         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48094         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
48095         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
48096         test_*_SOURCES.
48097
48098 2006-01-18  Simon Josefsson  <jas@extundo.com>
48099
48100         * modules/socklen (Depends-on): Depend on sys_socket.
48101
48102 2006-01-18  Simon Josefsson  <jas@extundo.com>
48103
48104         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
48105         modules/des-tests, modules/gc-arcfour-tests,
48106         modules/gc-arctwo-tests, modules/gc-des-tests,
48107         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
48108         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
48109         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
48110         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
48111         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
48112         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
48113         $(EXEEXT) to automake TESTS variable, for mingw32.
48114
48115 2006-01-17  Simon Josefsson  <jas@extundo.com>
48116
48117         * modules/socklen (Include): Need sys/socket.h.
48118
48119 2006-01-17  Bruno Haible  <bruno@clisp.org>
48120
48121         * modules/ssize_t (Include): Add <sys/types.h>.
48122
48123 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
48124
48125         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
48126         it's not portable and it doesn't work with cross-compiles.
48127         Problem reported by Bruno Haible.  Fix missing-$ typo in
48128         'test "gl_cv_ignore_unused_libraries" ...' that prevented
48129         -zignore from being used with Sun's C compiler.
48130
48131 2006-01-12  Simon Josefsson  <jas@extundo.com>
48132
48133         * lib/base64.c: Fix warning, reported by Bruno Haible
48134         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
48135
48136 2006-01-12  Bruno Haible  <bruno@clisp.org>
48137
48138         * modules/ldd: New file.
48139         * build-aux/ldd.sh.in: New file.
48140         * MODULES.html.sh (Support for building libraries and executables): Add
48141         ldd.
48142
48143 2006-01-12  Bruno Haible  <bruno@clisp.org>
48144
48145         * m4/ldd.m4: New file.
48146
48147 2006-01-12  Bruno Haible  <bruno@clisp.org>
48148
48149         * gnulib-tool (func_import, func_create_testdir): Don't go into an
48150         endless loop while replacing $auxdir with build-aux.
48151
48152 2006-01-11  Simon Josefsson  <jas@extundo.com>
48153
48154         * lib/stdint_.h (SIZE_MAX): Add missing (.
48155
48156 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
48157
48158         Sync from coreutils.
48159         * lib/md5.c: Fix commentary typos.
48160         (alignof, UNALIGNED_P): No need for a GCC-specific version.
48161         * lib/md5.h (__attribute__): Remove; unused.
48162         * lib/sha1.c: Fix commentary to match md5 better.
48163         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
48164         so that we don't need to worry about alignment.  All uses changed.
48165         This merges the 2005-10-28 md5 change into sha1.
48166
48167 2006-01-11  Jim Meyering  <jim@meyering.net>
48168
48169         Sync from coreutils.
48170         * lib/md5.c (OP): Fix spacing.
48171
48172 2006-01-11  Bruno Haible  <bruno@clisp.org>
48173
48174         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48175         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
48176         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
48177
48178 2006-01-11  Bruno Haible  <bruno@clisp.org>
48179
48180         Ensure automatic ordering between gl_LOCK and gl_ARGP.
48181         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
48182         the "early" section as well.
48183
48184 2006-01-11  Bruno Haible  <bruno@clisp.org>
48185
48186         Avoid "ar: no archive members specified" error on MacOS X.
48187         * gnulib-tool (func_modules_add_dummy): New function.
48188         (func_import, func_create_testdir): Invoke it.
48189
48190 2006-01-11  Bruno Haible  <bruno@clisp.org>
48191
48192         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
48193         with $auxdir in AC_CONFIG_FILES statements.
48194
48195 2006-01-11  Bruno Haible  <bruno@clisp.org>
48196
48197         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
48198         Initialize also noinst_HEADERS to empty.
48199
48200 2006-01-11  Bruno Haible  <bruno@clisp.org>
48201
48202         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
48203         variables.
48204         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
48205         autoreconf.
48206
48207 2006-01-11  Bruno Haible  <bruno@clisp.org>
48208
48209         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
48210         overridable by the user.
48211         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48212
48213 2006-01-10  Simon Josefsson  <jas@extundo.com>
48214
48215         * modules/sys_socket: New file.
48216
48217 2006-01-10  Simon Josefsson  <jas@extundo.com>
48218
48219         * m4/sys_socket_h.m4: New file.
48220
48221 2006-01-10  Simon Josefsson  <jas@extundo.com>
48222
48223         * lib/socket_.h: New file.
48224
48225 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48226
48227         * modules/readutmp (Maintainer): Add myself.
48228
48229 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48230
48231         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
48232         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
48233         People who are still concerned with buggy memcmp implementations
48234         can invoke gl_FUNC_MEMCMP themselves.
48235
48236 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
48237
48238         * lib/regex_internal.h (BITSET_WORD_BITS):
48239         Work around a bug in 64-bit PGC (before version 6.1-2), where the
48240         preprocessor mishandles large unsigned values as if they were signed.
48241         Problem reported by Claudio Fontana in
48242         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
48243
48244 2006-01-10  Jim Meyering  <jim@meyering.net>
48245
48246         Avoid the double-free (first in fts_read, second in fts_close) that
48247         would occur when an `active' directory is made inaccessible (e.g.,
48248         via chmod a-x) during a traversal.
48249         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
48250         before returning.  Reproduce this failure by
48251         mkdir -p a/b; cd a; chmod a-x . b
48252         Reported by Stavros Passas.
48253
48254         Sync from coreutils.
48255         * lib/sha1.c: Tweak grammar in a comment.
48256
48257 2006-01-10  Jim Meyering  <jim@meyering.net>
48258
48259         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
48260         Patch by Joerg Sonnenberger.
48261
48262 2006-01-10  Bruno Haible  <bruno@clisp.org>
48263
48264         * modules/readutmp: Depend on module free.
48265         * modules/strtok_r: Depend on module restrict.
48266
48267 2006-01-10  Bruno Haible  <bruno@clisp.org>
48268
48269         * modules/gettext (configure.ac): Add an invocation of
48270         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
48271
48272 2006-01-10  Bruno Haible  <bruno@clisp.org>
48273
48274         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
48275         Reported by Werner Lemberg <wl@gnu.org>.
48276
48277 2006-01-10  Bruno Haible  <bruno@clisp.org>
48278
48279         * lib/localcharset.c: Update from GNU gettext.
48280
48281 2006-01-10  Bruno Haible  <bruno@clisp.org>
48282
48283         * lib/argp.h (__const): Remove macro. Use const instead.
48284         * lib/argp-fmtstream.h (__const): Likewise.
48285         * lib/glob_.h (__const): Remove macro.
48286         * lib/glob-libc.h: Use const instead of __const.
48287
48288 2006-01-10  Bruno Haible  <bruno@clisp.org>
48289
48290         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
48291         variable.
48292         Needed to avoid an automake error regarding the 'gettext' module.
48293
48294 2006-01-09  Simon Josefsson  <jas@extundo.com>
48295
48296         * modules/inet_ntop (Depends-on): Add restrict.
48297
48298 2006-01-09  Simon Josefsson  <jas@extundo.com>
48299
48300         * modules/gc-rijndael-tests (License): Put under LGPL.
48301
48302         * modules/gc-des-tests (License): Likewise.
48303
48304         * modules/gc-arcfour-tests (License): Likewise.
48305
48306         * modules/gc-arctwo-tests (License): Likewise.
48307
48308         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
48309
48310         * modules/gc-hmac-sha1-tests (Files): Likewise.
48311
48312         * modules/gc-hmac-md5-tests (License): Likewise.
48313
48314         * modules/gc-sha1-tests (License): Likewise.
48315
48316         * modules/gc-md5-tests (License): Likewise.
48317
48318         * modules/gc-md4-tests (License): Likewise.
48319
48320         * modules/gc-md2-tests (License): Likewise.
48321
48322         * modules/gc-tests (License): Likewise.
48323
48324         * modules/des-tests (License): Likewise.
48325
48326         * modules/md4-tests (License): Likewise.
48327
48328         * modules/md2-tests (License): Likewise.
48329
48330 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48331
48332         Sync from coreutils:
48333
48334         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
48335         * modules/lib-ignore: New file.
48336         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
48337         chdir-safer.m4, lchmod.m4.
48338         * modules/openat: Add mkdirat.c, openat-priv.h.
48339
48340 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48341
48342         Sync from coreutils.
48343         * m4/lib-ignore.m4: New file.
48344         * m4/lchmod.m4: New file.
48345
48346 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48347
48348         Sync from coreutils.
48349         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
48350         for write access: POSIX says that must fail.
48351         * lib/fts.c (diropen): Likewise.
48352         * lib/save-cwd.c (save_cwd): Likewise.
48353         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
48354         well, for minor improvements on hosts that lack O_DIRECTORY.
48355         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
48356         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
48357         Fall back on chown if open failed with EACCES.
48358
48359         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
48360         Report an error at compile-time if only a 1-second nominal clock
48361         resolution is found.
48362
48363         * lib/lchmod.h: New file.
48364         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
48365         (make_dir_parents): Use lchown rather than chown, and
48366         lchmod rather than chmod.
48367
48368         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
48369         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
48370         "proc" reported by n0dalus.
48371
48372         * lib/mountlist.c: Include <limits.h>.
48373         (dev_from_mount_options)
48374         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
48375         New function.  It no longer assumes "dev=" has the System V meaning
48376         on Linux (since it doesn't).  It also parses "dev=" more carefully.
48377         (read_file_system_list)
48378         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
48379         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
48380         dev= in that case.
48381
48382         * lib/posixtm.h (PDS_PRE_2000): New macro.
48383         * lib/posixtm.c (year): Arg is now syntax_bits rather than
48384         allow_century.  All usages changed.  Reject dates outside the range
48385         1969-1999 if PDS_PRE_2000 is used.
48386
48387 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
48388
48389         Sync from coreutils.
48390         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
48391         (Time of day items): Mention the possibility of leap seconds.
48392         Problem reported by Dr. David Alan Gilbert.
48393
48394 2006-01-09  Jim Meyering  <jim@meyering.net>
48395
48396         Sync from coreutils.
48397
48398         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
48399
48400         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
48401
48402         * lib/modechange.c (mode_compile): Reject an invalid mode string
48403         that starts with an octal digit.  From Andreas Gruenbacher.
48404
48405         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
48406         and dup to open_safer and dup_safer, respectively.
48407         (openat_permissive): Fix typo in comment.
48408
48409         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
48410         "gettext.h"; either no longer needed or are guaranteed by openat.h.
48411         (_): Remove; no longer needed.
48412         (openat): Renamed from rpl_openat; no need for rpl_openat
48413         since openat.h renames openat for us.
48414         Replace most of the body with a call to openat_permissive,
48415         to avoid duplicate code.
48416         Port to (probably hypothetical) environments were mode_t is
48417         wider than int.
48418         (openat_permissive): Require mode arg, so that we can check
48419         types better.  Put it just after flags.  Change cwd failure
48420         indicator from pointer-to-bool to pointer-to-errno-value.
48421         All callers changed.
48422         Invoke openat_save_fail and/or openat_restore_fail if
48423         cwd_errno is null, so that openat can call us.
48424         (openat_permissive, fdopendir, fstatat, unlinkat):
48425         Simplify errno handling to avoid some duplicate code,
48426         as it's OK to set errno on success.
48427         * lib/openat.h: Revamp code so that function macros depend on
48428         __OPENAT_PREFIX only, not also on AT_FDCWD.
48429         (openat_ro): Remove.  Caller changed to use openat_permissive.
48430         (openat_permissive): Now a macro, if not a function.
48431         (openat_restore_fail, openat_save_fail): Now always functions,
48432         since mkdirat needs them even if __OPENAT_PREFIX is defined.
48433
48434         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
48435         and openat.c.
48436         * lib/mkdirat.c: Include openat-priv.h.
48437         Remove definitions of macros defined therein.
48438         * lib/openat.c: Likewise.
48439
48440         * lib/mkdirat.c (mkdirat): New file and function.
48441         * lib/openat.h (mkdirat): Declare.
48442
48443         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
48444
48445         * lib/openat.h (openat_permissive): Declare.
48446         (openat_ro): Define.
48447
48448         * lib/openat.c (EXPECTED_ERRNO): New macro.
48449         (openat_permissive): New function -- used in remove.c rewrite.
48450         (all functions): Set errno just before returning, only if there
48451         was an actual failure.
48452         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
48453
48454         Emulate openat-family functions using Linux's procfs, if possible.
48455         Idea and some code based on Ulrich Drepper's glibc changes.
48456
48457         * lib/openat.c: (BUILD_PROC_NAME): New macro.
48458         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
48459         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
48460         before falling back on save_cwd and restore_cwd.
48461         (fdopendir, fstatat, unlinkat): Likewise.
48462
48463         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
48464         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
48465
48466         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
48467         as second argument to va_arg.  Otherwise, some versions of gcc
48468         warn that `if this code is reached, the program will abort'.
48469
48470 2006-01-09  Jim Meyering  <jim@meyering.net>
48471
48472         Sync from coreutils.
48473         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
48474         Require openat-priv.h.
48475
48476 2006-01-09  Bruno Haible  <bruno@clisp.org>
48477
48478         * modules/strnlen (Include): Use strnlen.h.
48479
48480 2006-01-09  Bruno Haible  <bruno@clisp.org>
48481
48482         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
48483
48484 2006-01-09  Bruno Haible  <bruno@clisp.org>
48485
48486         * lib/sysexit_.h (EX_OK): New macro.
48487         Suggested by Martin Lambers <marlam@marlam.de>.
48488
48489 2006-01-09  Bruno Haible  <bruno@clisp.org>
48490
48491         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
48492         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
48493
48494 2006-01-09  Bruno Haible  <bruno@clisp.org>
48495
48496         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
48497         numbers.
48498
48499 2006-01-09  Bruno Haible  <bruno@clisp.org>
48500
48501         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
48502         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
48503         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
48504         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
48505
48506 2006-01-09  Bruno Haible  <bruno@clisp.org>
48507
48508         * build-aux/javacomp.sh.in: New file, moved from lib/.
48509         * modules/javacomp-script (Files): Update.
48510         (configure.ac): Add AC_CONFIG_FILES invocation.
48511         (EXTRA_DIST): Remove variable.
48512
48513         * build-aux/javaexec.sh.in: New file, moved from lib/.
48514         * modules/javaexec (Files): Update.
48515         (configure.ac): Add AC_CONFIG_FILES invocation.
48516         (EXTRA_DIST): Remove javaexec.sh.in.
48517
48518         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
48519         * modules/csharpcomp-script (Files): Update.
48520         (configure.ac): Add AC_CONFIG_FILES invocation.
48521         (EXTRA_DIST): Remove variable.
48522
48523         * build-aux/csharpexec.sh.in: New file, moved from lib/.
48524         * modules/csharpexec (Files): Update.
48525         (configure.ac): Add AC_CONFIG_FILES invocation.
48526         (EXTRA_DIST): Remove csharpexec.sh.in.
48527
48528 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48529
48530         Sync from coreutils.
48531
48532         Add POSIX ACL support
48533         * lib/acl.h (copy_acl, set_acl): Add declarations.
48534         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
48535         systems other than Linux.
48536         (chmod_or_fchmod): New function: use fchmod when possible,
48537         and chmod otherwise.
48538         (file_has_acl): Add a POSIX ACL implementation, with a
48539         Linux-specific subcase.
48540         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
48541         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
48542         acls are unsupported.
48543         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
48544         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
48545         are unsupported.
48546
48547 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
48548
48549         Sync from coreutils.
48550         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
48551
48552 2006-01-07  Bruno Haible  <bruno@clisp.org>
48553
48554         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
48555         gl_EARLY.
48556
48557 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48558
48559         * lib/strftime.c (tzname): Don't declare if it is already #defined.
48560         Problem reported for Mingw by Mark Junker.
48561
48562 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
48563
48564         * README: Gnulib normally doesn't generate a tarball.
48565
48566 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
48567
48568         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
48569         long int, not int, for nanosecond counts, so that people who are
48570         used to POSIX struct timespec won't be surprised.  Reported by Jim
48571         Meyering.
48572
48573 2005-12-28  Bruno Haible  <bruno@clisp.org>
48574
48575         * build-aux/config.rpath: Update from GNU gettext.
48576
48577 2005-12-16  Jim Meyering  <jim@meyering.net>
48578
48579         * modules/fprintftime: New module.
48580         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
48581
48582 2005-12-16  Jim Meyering  <jim@meyering.net>
48583
48584         * m4/fprintftime.m4: New file.
48585
48586 2005-12-16  Jim Meyering  <jim@meyering.net>
48587
48588         * lib/fprintftime.c, lib/fprintftime.h: New files.
48589
48590 2005-12-15  Simon Josefsson  <jas@extundo.com>
48591
48592         * modules/socklen (configure.ac): Fix M4 macro name, to align with
48593         new m4/socklen.m4.
48594
48595 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48596
48597         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
48598         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
48599
48600 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
48601
48602         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
48603         * lib/argp-help.c (fill_in_uparams): Check if the constructed
48604         struct uparams is valid. Fall back to the default values if it is
48605         not.
48606
48607 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48608
48609         * modules/argp (Files): Add argp-pin.c
48610         (Depends-on): dirname
48611         (lib_SOURCES): Add argp-pin.c
48612
48613 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48614
48615         * m4/argp.m4:  Check if program_invocation_name and
48616         program_invocation_short_name are declared and define appropriate
48617         macros if they are not.
48618
48619 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
48620
48621         * lib/argp-help.c (__argp_base_name): New function
48622         (__argp_short_program_name): Rewrite using __argp_base_name
48623         * lib/argp-namefrob.h: Define program_invocation_name and
48624         program_invocation_short_name if requested
48625         (__argp_base_name): Add prototype
48626         * lib/argp-parse.c (argp_def): Use gettext wrappers
48627         (argp_default_parser): Use __argp_base_name
48628         * lib/argp-pin.c: New file. Defines program_invocation_name and
48629         program_invocation_short_name on systems that lack them.
48630
48631 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48632
48633         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
48634         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48635         porting problem reported by Georg Schwarz in
48636         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48637
48638 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
48639
48640         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
48641         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
48642         porting problem reported by Georg Schwarz in
48643         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
48644
48645 2005-12-05  Bruno Haible  <bruno@clisp.org>
48646
48647         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
48648         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
48649         Reported by Mark Junker <mjscod@gmx.de>.
48650
48651 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
48652
48653         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
48654         Use implementation from Albert Chin, with some
48655         comments/corrections by Stepan Kasal and myself.
48656
48657 2005-12-02  Bruno Haible  <bruno@clisp.org>
48658
48659         * gnulib-tool (func_import): Accept GPLed build tool modules when
48660         --lgpl is given.
48661         * modules/csharpcomp-script: New file.
48662         * modules/csharpcomp: Depend on it.
48663         * modules/javacomp-script: New file.
48664         * modules/javacomp: Depend on it.
48665         Suggested by Simon Josefsson.
48666
48667 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
48668
48669         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
48670         statement, to work around an HP-UX 10.20 compiler bug reported by
48671         Peter O'Gorman.
48672
48673 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48674
48675         * modules/savedir (Depends-on): Add openat.
48676
48677 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
48678
48679         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
48680         (uintmax_t) [defined uintmax_t]: Do not declare.
48681         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
48682         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
48683         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
48684         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
48685         sake of portability to weird hosts that C allows (though we don't
48686         know of any practical examples).
48687
48688         * lib/savedir.h (fdsavedir): New decl.
48689         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
48690         contains most of the former guts of savedir.
48691         (savedir): Use savedirstream.
48692         Include "openat.h".
48693
48694 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
48695
48696         * modules/obstack (Files): Add m4/ulonglong.m4.
48697         Problem reported by Davide Angelocola.
48698
48699 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
48700
48701         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
48702         coreutils no longer futzes with rounding modes.
48703
48704 2005-11-14  Jim Meyering  <jim@meyering.net>
48705
48706         * lib/mkstemp-safer.c: Include <config.h>, required for possible
48707         replacement of mkstemp.
48708
48709 2005-11-10  Simon Josefsson  <jas@extundo.com>
48710
48711         * lib/readline.c: Remove EOL.
48712
48713 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48714
48715         * modules/gethrxtime (Depends-on): Add gettime.
48716
48717 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48718
48719         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
48720         or gettimeofday; no longer needed.
48721
48722 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
48723
48724         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
48725         time business.
48726         (gethrxtime) [! (HAVE_NANOUPTIME
48727         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
48728         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
48729         our own approximation.
48730
48731 2005-11-08  Eric Blake  <ebb9@byu.net>
48732
48733         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48734
48735 2005-11-08  Eric Blake  <ebb9@byu.net>
48736
48737         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
48738
48739 2005-11-04  Bruno Haible  <bruno@clisp.org>
48740
48741         * gnulib-tool: Implement --update mode.
48742
48743 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48744
48745         Fix porting problem reported by Theodoros V. Kalamatianos.
48746         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
48747         Don't assume that futimes failing means we must fail.
48748
48749 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
48750
48751         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
48752         variables to suggest the intended function of the PATH_MAX check.
48753
48754 2005-10-30  Kean Johnston  <jkj@sco.com>
48755
48756         Trivial changes to support SCO systems.
48757         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
48758         as PATH_MAX.
48759         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
48760         where __ptr is null when no I/O is pending.
48761
48762 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
48763
48764         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
48765         leave errno alone.  Problem reported by Dmitry V. Levin.
48766
48767 2005-10-28  Simon Josefsson  <jas@extundo.com>
48768
48769         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
48770         Test more.
48771
48772         * tests/test-gc-md2.c, tests/test-md2.c: New files.
48773
48774         * modules/md2, modules/md2-tests: New files.
48775
48776 2005-10-28  Simon Josefsson  <jas@extundo.com>
48777
48778         * m4/inet_ntop.m4: More tests.
48779
48780         * m4/gc-md2.m4, md2.m4: New file.
48781
48782 2005-10-28  Simon Josefsson  <jas@extundo.com>
48783
48784         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
48785         "restrict" keywords, as per POSIX.  Protect the function
48786         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
48787         Don't use K&R prototypes.  Check the sprintf return values.
48788         Re-define EAFNOSUPPORT if not present.  Indent.
48789
48790         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
48791         suggested by Bruno Haible <bruno@clisp.org>.
48792
48793         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
48794
48795         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
48796
48797         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
48798         libgcrypt).
48799
48800         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
48801
48802         * lib/md2.h, lib/md2.c: New files.
48803
48804 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
48805
48806         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
48807         errno alone.  Problem reported by Frederic Jolliton.
48808
48809 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
48810
48811         * modules/verify (License): Change from GPL to LGPL.  This is a
48812         tiny module and there are apparently near-equivalents that are
48813         under the BSD license.
48814
48815 2005-10-24  Simon Josefsson  <jas@extundo.com>
48816
48817         * modules/sha1: Relicense to LGPL.
48818
48819 2005-10-24  Simon Josefsson  <jas@extundo.com>
48820
48821         * lib/md4.h: Shrink buffer size, now that we changed the type.
48822
48823 2005-10-23  Simon Josefsson  <jas@extundo.com>
48824
48825         * gnulib-tool (func_import): Fix --tests-base.
48826
48827 2005-10-22  Simon Josefsson  <jas@extundo.com>
48828
48829         * modules/arcfour (Depends-on): Need stdint.
48830
48831 2005-10-22  Simon Josefsson  <jas@extundo.com>
48832
48833         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
48834         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
48835
48836 2005-10-22  Simon Josefsson  <jas@extundo.com>
48837
48838         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
48839         suggested by Bruno Haible <bruno@clisp.org>.
48840
48841 2005-10-22  Simon Josefsson  <jas@extundo.com>
48842
48843         * lib/crc.h: Include stddef.h, for size_t.
48844
48845 2005-10-22  Simon Josefsson  <jas@extundo.com>
48846
48847         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
48848         arcfour_context struct (simplify test vector testing in GNU
48849         Shishi).
48850
48851 2005-10-21  Simon Josefsson  <jas@extundo.com>
48852
48853         * modules/des, modules/des-tests: New files.
48854
48855         * modules/gc-des, modules/gc-des-tests: New files.
48856
48857         * tests/test-des.c, tests/test-gc-des.c: New file.
48858
48859 2005-10-21  Simon Josefsson  <jas@extundo.com>
48860
48861         * modules/arctwo, modules/arctwo-tests: New files.
48862
48863         * tests/test-arctwo.c: New file.
48864
48865         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
48866
48867         * tests/test-gc-arctwo.c: New file.
48868
48869 2005-10-21  Simon Josefsson  <jas@extundo.com>
48870
48871         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
48872         Bruno Haible <bruno@clisp.org>.
48873
48874         * m4/gc-des.m4: New file.
48875
48876 2005-10-21  Simon Josefsson  <jas@extundo.com>
48877
48878         * m4/arctwo.m4: New file.
48879
48880         * m4/gc-arctwo.m4: New file.
48881
48882 2005-10-21  Simon Josefsson  <jas@extundo.com>
48883
48884         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
48885         block.
48886
48887 2005-10-21  Simon Josefsson  <jas@extundo.com>
48888
48889         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
48890         <bruno@clisp.org>.
48891
48892         * lib/hmac-sha1.c (hmac_sha1): Likewise.
48893
48894         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
48895         Bruno Haible <bruno@clisp.org>.
48896
48897         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
48898         <bruno@clisp.org>.
48899
48900 2005-10-21  Simon Josefsson  <jas@extundo.com>
48901
48902         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
48903
48904 2005-10-21  Simon Josefsson  <jas@extundo.com>
48905
48906         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
48907
48908 2005-10-21  Simon Josefsson  <jas@extundo.com>
48909
48910         * lib/des.h, lib/des.c: New files.
48911
48912         * lib/gc-gnulib.c: Support DES.c
48913
48914 2005-10-21  Simon Josefsson  <jas@extundo.com>
48915
48916         * lib/arctwo.h, lib/arctwo.c: New files.
48917
48918         * lib/gc-gnulib.c: Support ARCTWO.
48919
48920 2005-10-21  Simon Josefsson  <jas@extundo.com>
48921
48922         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
48923         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48924
48925 2005-10-21  Simon Josefsson  <jas@extundo.com>
48926
48927         * gnulib-tool (func_import, func_create_testdir): Define automake
48928         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
48929         Makefile.am snippet),
48930         suggested by Bruno Haible <bruno@clisp.org>.
48931
48932         * modules/gc (Makefile.am): Use it.
48933
48934 2005-10-21  Bruno Haible  <bruno@clisp.org>
48935
48936         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
48937         patch.
48938
48939 2005-10-19  Simon Josefsson  <jas@extundo.com>
48940
48941         * tests/test-gc-rijndael.c: New file.
48942
48943         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
48944
48945 2005-10-19  Simon Josefsson  <jas@extundo.com>
48946
48947         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
48948         interface too.
48949
48950 2005-10-19  Simon Josefsson  <jas@extundo.com>
48951
48952         * tests/test-gc-arcfour.c: New file.
48953
48954         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
48955
48956 2005-10-19  Simon Josefsson  <jas@extundo.com>
48957
48958         * modules/gc-md4, modules/gc-md4-tests: New file.
48959
48960         * tests/test-gc-md4.c: New file.
48961
48962 2005-10-19  Simon Josefsson  <jas@extundo.com>
48963
48964         * m4/gc-md4.m4: New file.
48965
48966 2005-10-19  Simon Josefsson  <jas@extundo.com>
48967
48968         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
48969         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
48970         <kasal@ucw.cz>.
48971
48972 2005-10-19  Simon Josefsson  <jas@extundo.com>
48973
48974         * m4/gc-arcfour.m4: New file.
48975
48976         * m4/gc-rijndael.m4: New file.
48977
48978 2005-10-19  Simon Josefsson  <jas@extundo.com>
48979
48980         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
48981
48982 2005-10-19  Simon Josefsson  <jas@extundo.com>
48983
48984         * lib/gc-gnulib.c: Support ARCFOUR.
48985
48986 2005-10-19  Simon Josefsson  <jas@extundo.com>
48987
48988         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
48989         support.
48990
48991         * lib/gc.h: Add ECB enum type.
48992
48993         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
48994
48995 2005-10-18  Simon Josefsson  <jas@extundo.com>
48996
48997         * tests/test-md5.c: New file.
48998
48999         * modules/md5-tests: New file.
49000
49001 2005-10-18  Simon Josefsson  <jas@extundo.com>
49002
49003         * tests/test-md4.c: New file.
49004
49005         * modules/md4, modules/md4-tests: New files.
49006
49007 2005-10-18  Simon Josefsson  <jas@extundo.com>
49008
49009         * m4/md4.m4: New file.
49010
49011 2005-10-18  Simon Josefsson  <jas@extundo.com>
49012
49013         * lib/md4.h, lib/md4.c: New files, based on md5.?.
49014
49015 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
49016
49017         * gnulib-tool (func_create_testdir): Omit the second check whether
49018         BUILT_SOURCES in nonempty.
49019
49020 2005-10-17  Simon Josefsson  <jas@extundo.com>
49021
49022         * tests/test-rijndael.c: New file.
49023
49024 2005-10-17  Simon Josefsson  <jas@extundo.com>
49025
49026         * modules/sha1: Depend on stdint instead of md5.
49027
49028         * modules/md5: Depend on stdint, remove uint32_t.
49029
49030 2005-10-17  Simon Josefsson  <jas@extundo.com>
49031
49032         * modules/gc-sha1-tests: New file.
49033
49034         * tests/test-gc-sha1.c: New file.
49035
49036 2005-10-17  Simon Josefsson  <jas@extundo.com>
49037
49038         * m4/md5.m4: Remove call to uint32_t.m4.
49039
49040 2005-10-17  Simon Josefsson  <jas@extundo.com>
49041
49042         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
49043
49044         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
49045         md5.h.
49046
49047         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
49048
49049         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
49050
49051 2005-10-17  Simon Josefsson  <jas@extundo.com>
49052
49053         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
49054
49055 2005-10-17  Simon Josefsson  <jas@extundo.com>
49056
49057         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
49058
49059 2005-10-17  Simon Josefsson  <jas@extundo.com>
49060
49061         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
49062
49063         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
49064
49065 2005-10-17  Bruno Haible  <bruno@clisp.org>
49066
49067         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
49068         that it can also be used in a test.
49069
49070 2005-10-16  Bruno Haible  <bruno@clisp.org>
49071
49072         * gnulib-tool (func_emit_tests_Makefile_am): Also define
49073         TESTS_ENVIRONMENT, so that individual tests can augment it.
49074
49075         * gnulib-tool (func_create_testdir): Use an intermediate target for
49076         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
49077         macros, like $(ALLOCA_H), which cannot be passed through the command
49078         line.
49079
49080 2005-10-15  Simon Josefsson  <jas@extundo.com>
49081
49082         * modules/rijndael-tests: New file.
49083
49084         * modules/rijndael: New file.
49085
49086 2005-10-15  Simon Josefsson  <jas@extundo.com>
49087
49088         * m4/rijndael.m4: New file.
49089
49090 2005-10-15  Simon Josefsson  <jas@extundo.com>
49091
49092         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
49093
49094         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
49095
49096 2005-10-14  Simon Josefsson  <jas@extundo.com>
49097
49098         * tests/test-arcfour.c: New file.
49099
49100         * modules/arcfour, modules/arcfour-tests: New files.
49101
49102 2005-10-14  Simon Josefsson  <jas@extundo.com>
49103
49104         * m4/arcfour.m4: New file.
49105
49106 2005-10-14  Simon Josefsson  <jas@extundo.com>
49107
49108         * lib/arcfour.h, lib/arcfour.c: New files.
49109
49110 2005-10-14  Roland McGrath  <roland@redhat.com>
49111
49112         Import from libc.  [BZ #1331]
49113         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
49114         macro argument.
49115         Reported by Matej Vela <vela@debian.org>.
49116
49117 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49118
49119         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
49120         include <wchar.h>; no longer needed.
49121
49122 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
49123
49124         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
49125
49126 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
49127         and  Ulrich Drepper  <drepper@redhat.com>
49128
49129         Import from libc.
49130         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
49131         instead of inline stream orientation test and two separate
49132         function calls.  Pay no attention to USE_IN_LIBIO.
49133
49134 2005-10-13  Simon Josefsson  <jas@extundo.com>
49135
49136         * modules/gc-hmac-md5-tests: New file.
49137
49138         * tests/test-gc-hmac-sha1.c: New file.
49139
49140         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
49141
49142         * modules/gc-hmac-md5-tests: New file.
49143
49144         * tests/test-gc-md5.c: New file.
49145
49146         * modules/gc-md5-tests: New file.
49147
49148 2005-10-13  Simon Josefsson  <jas@extundo.com>
49149
49150         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
49151         Move memory allocation outside of loop.
49152
49153 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
49154
49155         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
49156         intermediate directory is in a read-only file system.  Problem
49157         reported by Eric Blake.
49158
49159 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
49160
49161         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
49162
49163 2005-10-12  Simon Josefsson  <jas@extundo.com>
49164
49165         * tests/test-hmac-sha1.c: New file.
49166
49167         * modules/hmac-sha1-tests: New file.
49168
49169         * modules/hmac-sha1: New file.
49170
49171 2005-10-12  Simon Josefsson  <jas@extundo.com>
49172
49173         * modules/gc-sha1: New file.
49174
49175 2005-10-12  Simon Josefsson  <jas@extundo.com>
49176
49177         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
49178
49179         * tests/test-gc-pbkdf2-sha1.c: New file.
49180
49181 2005-10-12  Simon Josefsson  <jas@extundo.com>
49182
49183         * modules/gc-md5, modules/gc-hmac-md5: New files.
49184
49185         * modules/gc (Files): Remove md5, memxor and hmac files.
49186
49187 2005-10-12  Simon Josefsson  <jas@extundo.com>
49188
49189         * m4/gc-pbkdf2-sha1.m4: New file.
49190
49191         * m4/gc-hmac-sha1.m4: New file.
49192
49193         * m4/gc-sha1: New file.
49194
49195         * m4/hmac-sha1.m4: New file.
49196
49197 2005-10-12  Simon Josefsson  <jas@extundo.com>
49198
49199         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
49200
49201         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
49202
49203 2005-10-12  Simon Josefsson  <jas@extundo.com>
49204
49205         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
49206         suggested by Bruno Haible <bruno@clisp.org>.
49207
49208 2005-10-12  Simon Josefsson  <jas@extundo.com>
49209
49210         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
49211
49212 2005-10-12  Simon Josefsson  <jas@extundo.com>
49213
49214         * lib/gc-pbkdf2-sha1.c: New file.
49215
49216         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
49217
49218 2005-10-12  Simon Josefsson  <jas@extundo.com>
49219
49220         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
49221
49222         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
49223
49224 2005-10-12  Simon Josefsson  <jas@extundo.com>
49225
49226         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
49227         GC_USE_HMAC_MD5, respectively.
49228
49229         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
49230         (gc_md5): Fix typo.
49231
49232         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
49233
49234         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
49235
49236         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
49237
49238 2005-10-12  Bruno Haible  <bruno@clisp.org>
49239
49240         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
49241         Reported by Stepan Kasal <kasal@ucw.cz>.
49242
49243 2005-10-11  Simon Josefsson  <jas@extundo.com>
49244
49245         * tests/test-crc.c: New file.
49246
49247         * modules/crc, modules/crc-tests: New files.
49248
49249 2005-10-11  Simon Josefsson  <jas@extundo.com>
49250
49251         * m4/crc.m4: New file.
49252
49253 2005-10-11  Simon Josefsson  <jas@extundo.com>
49254
49255         * lib/gc.h: Add gc_hash and gc_hash_buffer.
49256
49257         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
49258
49259         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
49260
49261 2005-10-11  Simon Josefsson  <jas@extundo.com>
49262
49263         * lib/crc.h, lib/crc.c: New files.
49264
49265         * lib/gc.h (gc_hash_buffer): Add doc.
49266
49267 2005-10-11  Bruno Haible  <bruno@clisp.org>
49268
49269         * modules/c-strcasestr: New file.
49270         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
49271
49272 2005-10-11  Bruno Haible  <bruno@clisp.org>
49273
49274         * modules/c-strcase: New file.
49275         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
49276
49277 2005-10-11  Bruno Haible  <bruno@clisp.org>
49278
49279         * lib/strcasecmp.c: Include limits.h.
49280         (strcasecmp): Avoid integer overflow on exotic platforms.
49281         * lib/strncasecmp.c: Include limits.h.
49282         (strncasecmp): Avoid integer overflow on exotic platforms.
49283         Reported by Paul Eggert.
49284
49285 2005-10-11  Bruno Haible  <bruno@clisp.org>
49286
49287         * lib/c-strcasestr.h: New file, from GNU gettext.
49288         * lib/c-strcasestr.c: New file, from GNU gettext.
49289
49290 2005-10-11  Bruno Haible  <bruno@clisp.org>
49291
49292         * lib/c-strcase.h: New file, from GNU gettext.
49293         * lib/c-strcasecmp.c: New file, from GNU gettext.
49294         * lib/c-strncasecmp.c: New file, from GNU gettext.
49295
49296 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
49297
49298         * modules/mempcpy (License): GPL -> LGPL.
49299         * modules/strchrnul (License): Likewise.
49300         * modules/sysexits (License): Likewise.
49301
49302 2005-10-08  Simon Josefsson  <jas@extundo.com>
49303
49304         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
49305
49306 2005-10-07  Simon Josefsson  <jas@extundo.com>
49307
49308         * m4/memxor.m4: Remove gl_C_RESTRICT call.
49309
49310 2005-10-06  Simon Josefsson  <jas@extundo.com>
49311
49312         * tests/test-hmac-md5.c: New file.
49313
49314         * modules/hmac-md5-tests: New file.
49315
49316         * modules/hmac-md5: New file.
49317
49318 2005-10-06  Simon Josefsson  <jas@extundo.com>
49319
49320         * m4/hmac-md5.m4: New file.
49321
49322         * m4/memxor.m4: Require gl_C_RESTRICT.
49323
49324 2005-10-06  Simon Josefsson  <jas@extundo.com>
49325
49326         * lib/memxor.c (memxor): Avoid casts and warnings.
49327
49328 2005-10-06  Simon Josefsson  <jas@extundo.com>
49329
49330         * lib/hmac-md5.c: New file.
49331
49332         * lib/hmac.h: New file.
49333
49334 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
49335
49336         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
49337         promotes to int, not unsigned int, to catch the AIX 5.3
49338         compiler bug.
49339
49340 2005-10-05  Simon Josefsson  <jas@extundo.com>
49341
49342         * modules/memxor: New file.
49343
49344         * modules/iconv (Files): Move config.rpath to havelib, it is used
49345         there.
49346
49347         * modules/havelib (Files): Add config.rpath.
49348
49349 2005-10-05  Simon Josefsson  <jas@extundo.com>
49350
49351         * m4/memxor.m4: New file.
49352
49353 2005-10-05  Simon Josefsson  <jas@extundo.com>
49354
49355         * lib/memxor.c (memxor): Fix compiler error.
49356
49357         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
49358         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
49359
49360         * lib/memxor.h, lib/memxor.c: New files.
49361
49362         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
49363         we assume all systems have it, suggested by Jim Meyering
49364         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
49365         any systems lack sys/socket.h; mingw32 is known to lack it, but we
49366         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
49367         same reasons.
49368
49369 2005-10-05  Simon Josefsson  <jas@extundo.com>
49370
49371         * config/srclist.txt: Add glibc bug 1423 for md5.h.
49372
49373 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
49374
49375         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
49376         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
49377         needed, since the source code now assumes these .h files.
49378
49379 2005-10-05  Derek Price  <derek@ximbiot.com>
49380
49381         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
49382
49383 2005-10-05  Bruno Haible  <bruno@clisp.org>
49384
49385         * modules/stdint (License): Change to LGPL.
49386
49387 2005-10-04  Simon Josefsson  <jas@extundo.com>
49388
49389         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
49390         D. Baushke" <mdb@gnu.org>.
49391
49392 2005-10-04  Bruno Haible  <bruno@clisp.org>
49393
49394         * lib/verify.h (verify_true): Provide alternative definition for C++.
49395
49396 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
49397
49398         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
49399         (SSIZE_MAX): New macro, if not already defined.
49400         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
49401         than 2 GiB.
49402
49403 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49404
49405         Sync from coreutils.
49406         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
49407         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
49408         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
49409         ULLONG_MAX doesn't work with 2.7.2.1.
49410
49411 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49412
49413         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
49414         From Ben Pfaff.
49415
49416         * modules/exclude (Depends-on): Depend on verify.
49417         * modules/strtoimax (Depends-on): Likewise.
49418         * modules/utimecmp (Depends-on): Likewise.
49419
49420 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
49421
49422         * lib/exclude.c: Include verify.h.
49423         (verify): Remove.  All callers changed to use verify.h's version.
49424         * lib/strtoimax.c: Likewise.
49425         * lib/utimecmp.c: Likewis.e
49426
49427         Sync from coreutils.
49428         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
49429         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
49430         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
49431         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
49432         bother returning ENOSYS if settimeofday or stime fails; just let
49433         them return whatever errno they want to return.
49434         * lib/utimens.c: Include unistd.h, for dup2.
49435         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
49436         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
49437
49438 2005-10-02  Jim Meyering  <jim@meyering.net>
49439
49440         Sync from coreutils.
49441         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
49442         from glibc-2.2.5 that fails for read-only files.
49443
49444 2005-10-02  Jim Meyering  <jim@meyering.net>
49445
49446         Sync from coreutils.
49447         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
49448         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
49449         `#if HAVE_CONFIG_H'.
49450         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
49451         Remove AT_FDCWD test.
49452         Do not consume the fd unless successful.
49453         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
49454         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
49455         block, so that we don't even try to compile it if settimeofday is
49456         available.  This works around a compilation failure on OSF1 V5.1,
49457         due to stime requiring a `long int*' while tv_sec is `int'.
49458
49459 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
49460
49461         Sync from coreutils.
49462         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
49463         against `yes', rather than just testing for nonempty.
49464
49465 2005-10-01  Simon Josefsson  <jas@extundo.com>
49466
49467         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
49468         and Darwin.
49469
49470         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
49471         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
49472         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
49473         freeaddrinfo and gai_strerror are declared by the POSIX headers.
49474         Check if struct addrinfo is declared.
49475
49476 2005-10-01  Simon Josefsson  <jas@extundo.com>
49477
49478         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
49479         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
49480         AI_* and EAI_* definitions.  Protect function declarations.
49481
49482 2005-10-01  Jim Meyering  <jim@meyering.net>
49483
49484         Sync from coreutils.
49485
49486         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
49487         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
49488         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
49489         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
49490         in the inet and nsl libraries.  Required on Solaris 5.7.
49491
49492 2005-10-01  Jim Meyering  <jim@meyering.net>
49493
49494         Sync from coreutils.
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  Eric Blake  <ebb9@byu.net>  (tiny change)
49499
49500         * lib/getdelim.c (getdelim): Remove unused variables.
49501
49502 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
49503
49504         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
49505         so that the code works even with ancient cpp.  Portability problem
49506         with GCC 2.7.2.1 reported by Thomas M.Ott.
49507
49508 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
49509
49510         * modules/regex (Depends-on): Add strcase.
49511
49512         * modules/gethostname (Licence): Change from GPL to LGPL, since
49513         gethostname.c is a trivial implementation of a standard library
49514         function.
49515         * modules/poll (License): Change from GPL to LGPL, since it's
49516         derived from LGPL code.
49517
49518 2005-09-27  Jim Meyering  <jim@meyering.net>
49519
49520         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
49521         HAVE_CONFIG_H.
49522
49523         * lib/intprops.h (signed_type_or_expr__): Define.
49524         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
49525         for unsigned types.
49526
49527 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
49528
49529         * lib/verify.h (verify_expr): Remove, replacing with:
49530         (verify_true): New macro that returns true instead of void.
49531         (verify_type__): Remove.
49532         (verify): Use verify_true rather than verify_type__.
49533
49534 2005-09-26  Bruno Haible  <bruno@clisp.org>
49535
49536         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
49537         is necessary.
49538         (lib_SOURCES): Remove mbchar.c.
49539         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
49540         (Files): Add m4/mbrtowc.m4.
49541         * modules/mbiter: Likewise.
49542         * modules/mbuiter: Likewise.
49543
49544 2005-09-26  Bruno Haible  <bruno@clisp.org>
49545
49546         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
49547         compile mbchar.c if they are not both present.
49548         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
49549         * m4/mbiter.m4 (gl_MBITER): Likewise.
49550         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
49551         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
49552         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
49553
49554 2005-09-25  Jim Meyering  <jim@meyering.net>
49555
49556         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
49557         also uses socklen_t.
49558
49559 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
49560
49561         * lib/utimens.c (ENOSYS): Define if not already defined.
49562         (futimens): Support having a null PATH if the file descriptor
49563         is nonnegative.
49564
49565         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
49566         Remove.
49567         (__attribute): Define to empty unless GCC 3.1 or later.
49568         This works around a core dump on OpenBSD 3.4, which has GCC
49569         2.95.3, which dumps core when given __attribute__(()).  It also
49570         simplifies other tests, since we really don't want to bother with
49571         worrying about which ancient version of GCC supported what.
49572         Original problem reported by Yoann Vandoorselaere, with part of
49573         the fix suggested by Derek Price.
49574
49575 2005-09-24  Jim Meyering  <jim@meyering.net>
49576
49577         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
49578         so we can once again use a positive bitfield width of 1 -- now we
49579         don't have to explain why we were using a bitfield width of 2.
49580
49581 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49582
49583         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
49584         and similarly for the other external symbols.  Problem reported
49585         by James Gallager.
49586
49587         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
49588         bug reported by Jim Meyering.
49589
49590         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
49591         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
49592         not needed, since socklen is a prerequisite module.
49593
49594 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
49595
49596         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
49597         Problem reported by Eric Blake.
49598         (getaddrinfo): Initialize se so that it's not garbage.
49599         Redo internal storage allocation so that it doesn't make unportable
49600         assumptions about alignment.
49601         Fix a memory leak.
49602
49603         * lib/utimens.c (futimens): Use futimesat if available.
49604         Prefer it to futimes since it doesn't have the futimes bug.
49605
49606         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
49607         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
49608         Instead, declare a function that returns a pointer to an array,
49609         and use verify_type__ to declare the size of the array.
49610         Problem and germ of a solution reported by Bruno Haible.
49611         (verify_type__): Use 2, not 1, for bitfield size, to avoid
49612         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
49613
49614 2005-09-23  Jim Meyering  <jim@meyering.net>
49615
49616         Sync from coreutils.
49617         Correct build failure (socklen_t not defined) on at least
49618         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
49619         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
49620
49621 2005-09-23  Jim Meyering  <jim@meyering.net>
49622
49623         * modules/getaddrinfo (Depends-on): Add socklen.
49624
49625 2005-09-23  Bruno Haible  <bruno@clisp.org>
49626
49627         * tests/test-verify.c: New file.
49628
49629 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49630
49631         Sync from coreutils.
49632
49633         * modules/argmatch (Depends-on): Add verify.
49634         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
49635         unistd-safer.
49636         * modules/save-cwd (Depends-on): Likewise.
49637
49638         * modules/openat (Files): Add lib/openat-die.c.
49639         (Depends-on): Remove error, exitfail.
49640         Add dirname.
49641
49642         * modules/verify: New file.
49643         * MODULES.html.sh (Diagnostics <assert.h>): New section,
49644         with "verify" module.
49645
49646 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49647
49648         Sync from coreutils.
49649
49650         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
49651         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
49652         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
49653         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
49654         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
49655         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
49656         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
49657         Don't bother checking for string.h, stdlib.h, unistd.h.
49658         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
49659         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
49660         module's job.
49661         * m4/jm-macros.m4 (gl_MACROS): Likewise.
49662         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
49663
49664         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
49665         (gl_GETDATE): Use it.
49666
49667         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
49668
49669 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49670
49671         Sync from coreutils.
49672
49673         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
49674         stat-time.h.
49675         * lib/argmatch.h: Include verify.h
49676         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
49677         (ARGMATCH_ASSERT): Remove; unused.
49678         * lib/canonicalize.c: Assume STDC_HEADERS.
49679         * lib/exclude.c: Include "strcase.h".
49680         * lib/regex_internal.h [!defined _LIBC]: Likewise.
49681         * lib/getusershell.c: Include stdio--.h rather than stdio.h
49682         and stdio-safer.h.
49683         (getusershell): Call fopen, not fopen_safer.
49684         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
49685         Do not include unistd-safer.h.
49686         (save_cwd): Don't call fd_safer; no longer needed
49687         now that we include fcntl--.h.
49688
49689         * lib/getdate.y (relative_time): New type.
49690         (RELATIVE_TIME_0): New constant.
49691         (parser_control): Use relative_time instead of doing it ourselves.
49692         (%union): Add new relative_time rel member.
49693         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
49694         Now typeless.
49695         (relunit, relunit_snumber): Now of type rel.
49696         (zone, rel, relunit, get_date): Adjust to above changes.
49697
49698         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
49699         Do not include unistd-safer.h.
49700         (getloadavg): Don't call fd_safer; no longer needed
49701         now that we include fcntl--.h.
49702
49703         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
49704         (make_dir_parents): Treat ENOSYS like EEXIST.
49705
49706         Improve quality of diagnostics on restore_cwd failure.
49707         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
49708         (make_dir_parents): Last arg is now int * (for errno), not bool *.
49709         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
49710         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
49711         each time through the loop.  Do not diagnose restore_cwd failure;
49712         that is the caller's job (and perhaps the caller does not care).
49713
49714         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
49715         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
49716         If the file already exists but is not a directory, don't bother
49717         to try to make its parents.
49718         Close potential file descriptor leak if we can't chdir("/") (!).
49719         Don't always return true if chdir($PWD) fails; return true only
49720         if the requested action was done successfully (except for the
49721         chdir($PWD)).
49722         Don't log final directory unless we actually made it.
49723         Refactor to avoid duplicate code to fix up permissions.
49724         Don't attempt to fix up parent permissions if chdir($PWD) fails.
49725
49726         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
49727         to make it a bit faster and (I hope) clearer.
49728         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
49729         Fix bug in formats like %2N.
49730
49731         * lib/verify.h: New file.
49732
49733 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
49734
49735         Sync from coreutils.
49736         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
49737
49738 2005-09-22  Jim Meyering  <jim@meyering.net>
49739
49740         Sync from coreutils.
49741
49742         * m4/lstat.m4 (gl_FUNC_LSTAT):
49743         Use AC_LIBSOURCES to require lstat.c and lstat.h.
49744         Remove obsolete comment.
49745         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
49746         * m4/xstrtod.m4: Likewise.
49747
49748         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
49749
49750 2005-09-22  Jim Meyering  <jim@meyering.net>
49751
49752         Sync from coreutils.
49753
49754         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
49755
49756         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
49757         the .tm_year member, since otherwise gcc-4.0 would now warn about
49758         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
49759
49760         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
49761         order to avoid an unsuppressible warning from gcc on 64-bit systems.
49762
49763         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
49764         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
49765         when run in a time zone for which daylight savings time is in effect
49766         for the starting date.
49767
49768         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
49769         stop us from restricting permissions of just-created absolute-named
49770         directories.
49771         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
49772         to restore initial working directory.
49773         * lib/mkdir-p.c (make_dir_parents): New parameter:
49774         different_working_dir, to tell caller if/when we change the working
49775         directory and are unable to return to the initial one.
49776         * lib/mkdir-p.h (make_dir_parents): Update prototype.
49777         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
49778         `return false'.  This fixes a bug introduced on 2004-07-30.
49779
49780         * lib/openat.c (fdopendir): Be sure to close the supplied
49781         file descriptor before returning.  This makes our replacement
49782         implementation a little closer to Solaris's, where fdopendir
49783         ties the file descriptor to the returned DIR* pointer.
49784         * lib/openat.c (unlinkat): New function.
49785         * lib/openat.h (unlinkat): Add prototype.
49786         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
49787         (openat_restore_fail): Rename from openat_restore_die.
49788         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
49789
49790         Provide an alternative to exiting immediately upon save_cwd or
49791         restore_cwd failure.  Now, an application can arrange e.g.,
49792         to perform a longjump in that case.
49793         * lib/openat.c: Include dirname.h.
49794         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
49795         (rpl_openat, fdopendir, fstatat): Call openat_save_die
49796         and openat_restore_die rather than calling error directly.
49797         Don't include "error.h" or "exitfail.h"; they're no longer needed.
49798
49799         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
49800         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
49801         define.
49802
49803         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
49804         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
49805                             int utc, int nanoseconds);
49806         Background:
49807         date should not have to allocate a megabyte of virtual memory to
49808         handle a format argument like +%1048575T.  When implemented with
49809         strftime, it must allocate such a buffer, use strftime to fill it
49810         in, print it, then free it.
49811         With fprintftime, it simply prints everything and exits.
49812         With no need for memory allocation, that's one fewer way to fail.
49813         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
49814         optional field width, not before, so we accept %9:z, not %:9z.
49815         (my_strftime): Be sure to use L_('x') for literals.
49816
49817         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
49818         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
49819         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
49820         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
49821         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
49822         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
49823         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
49824         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
49825         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
49826         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
49827         * lib/xgethostname.c, lib/xreadlink.c:
49828         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
49829
49830         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
49831         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
49832         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
49833         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
49834         and don't include <sys/file.h>).
49835
49836 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
49837
49838         Sync from coreutils.
49839
49840         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
49841         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
49842         [!LDAV_DONE]: Avoid unused variable warning.
49843
49844 2005-09-21  Bruno Haible  <bruno@clisp.org>
49845
49846         * lib/unicodeio.h (unicode_to_mb): New declaration.
49847
49848 2005-09-20  Derek Price  <derek@ximbiot.com>
49849
49850         * lib/getaddrinfo.c: Don't include <netdb.h> included from
49851         getaddrinfo.h.
49852
49853 2005-09-20  Bruno Haible  <bruno@clisp.org>
49854
49855         * gnulib-tool: Remove trailing slashes from the values specified for
49856         --source-base, --m4-base, --tests-base, --aux-dir.
49857         Suggested by Simon Josefsson <jas@extundo.com>.
49858
49859 2005-09-20  Bruno Haible  <bruno@clisp.org>
49860
49861         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
49862         func_modules_to_filelist, func_import, func_create_testdir): Make all
49863         sorting results locale-independent, so that gnulib-cache.m4 doesn't
49864         change when gnulib-tool is invoked in a different locale.
49865
49866 2005-09-19  Simon Josefsson  <jas@extundo.com>
49867
49868         * m4/socklen.m4: Fix typo.
49869
49870 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49871
49872         Use a consistent style for including <config.h>.
49873         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
49874         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
49875         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
49876         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
49877         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
49878         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
49879         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
49880         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
49881         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
49882         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
49883         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
49884         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
49885         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
49886         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
49887         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
49888         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
49889         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
49890         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
49891         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
49892         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
49893         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
49894         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
49895         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
49896         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
49897         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
49898         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
49899         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
49900         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
49901         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
49902         lib/xstrtoumax.c, lib/yesno.c:
49903         Standardize inclusion of config.h.
49904         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
49905         lib/inttostr.h:  Removed inclusion of config.h from header files.
49906         * lib/inttostr.c:  Adjusted in-tree users.
49907         * lib/timespec.h: Remove superfluous warning to include config.h.
49908         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
49909         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
49910         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
49911         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
49912         config.h with HAVE_CONFIG_H.
49913
49914 2005-09-19  Jim Meyering  <jim@meyering.net>
49915
49916         * modules/pathmax (License): Change to LGPL.
49917
49918 2005-09-19  Derek Price  <derek@ximbiot.com>
49919
49920         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
49921
49922 2005-09-19  Bruno Haible  <bruno@clisp.org>
49923
49924         * gnulib-tool (import): Provide default for --tests-base.
49925
49926 2005-09-19  Bruno Haible  <bruno@clisp.org>
49927
49928         * doc/quote.texi: New file, extracted from gnulib.texi.
49929         * doc/ctime.texi: New file, extracted from gnulib.texi.
49930         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
49931         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
49932         * doc/gnulib.texi: Include them.
49933
49934 2005-09-18  Bruno Haible  <bruno@clisp.org>
49935
49936         Portability fix.
49937         * gnulib-tool (func_readlink): New function.
49938         (func_ln_if_changed): Use it.
49939
49940 2005-09-18  Bruno Haible  <bruno@clisp.org>
49941
49942         * gnulib-tool: Support --with-tests also with --import.
49943         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
49944         (func_import): Use variables $testsbase and $inctests. Emit a
49945         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
49946         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
49947         SUBDIRS += $testsdir.
49948         (func_create_testdir): Update.
49949
49950 2005-09-18  Bruno Haible  <bruno@clisp.org>
49951
49952         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
49953         instead of $dry_run.
49954         (func_cp_if_changed, func_mv_if_changed): Remove functions.
49955         (func_ln_if_changed): Don't handle dry-run here.
49956         (func_import): In dry-run mode, detect more precisely which actions
49957         would be performed, and don't use "...ing" verbs.
49958
49959 2005-09-18  Bruno Haible  <bruno@clisp.org>
49960
49961         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
49962         (func_import): Use join on two temporary files instead of three nested
49963         loops, in order to determine which files are new or old.
49964
49965 2005-09-18  Bruno Haible  <bruno@clisp.org>
49966
49967         * gnulib-tool (func_import): Comment out code that spits out the
49968         new files with --dry-run.
49969
49970 2005-09-18  Bruno Haible  <bruno@clisp.org>
49971
49972         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
49973
49974 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49975
49976         * lib/stat-time.h: New file.
49977         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
49978         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
49979         in a different way.
49980         (timespec_cmp): New function.
49981         * lib/utimecmp.c: Include stat-time.h.
49982         (SYSCALL_RESOLUTION): Depend on whether various struct stat
49983         members exist, not on the obsolescent ST_MTIM_NSEC.
49984         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
49985
49986 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49987
49988         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
49989
49990 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
49991
49992         * MODULES.html.sh (File system functions): Add stat-time.
49993         * modules/stat-time: New file.
49994         * modules/timespec (Files): Remove m4/st_mtim.m4; this
49995         is now done in a different way, by the stat-time module.
49996         * modules/utimecmp (Depends-on): Add stat-time.
49997
49998 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
49999
50000         * m4/st_mtim.m4: Remove.  Superseded by...
50001         * m4/stat-time.m4: New file.
50002         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
50003         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
50004
50005 2005-09-15  Derek Price  <derek@ximbiot.com>
50006
50007         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
50008
50009 2005-09-15  Derek Price  <derek@ximbiot.com>
50010
50011         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
50012         * lib/regex_internal.c: Ditto, using this...
50013         (__GNUC_PREREQ): ...new macro.
50014         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
50015         using...
50016         (__GNUC_PREREQ): ...this new macro.
50017
50018         * lib/strstr.h: Include string.h. Define strstr as a macro here.
50019
50020 2005-09-15  Derek Price  <derek@ximbiot.com>
50021             Paul Eggert  <eggert@cs.ucla.edu>
50022
50023         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
50024         changes, consolidating in...
50025         * lib/regex_internal.h: ...this file.
50026
50027 2005-09-13  Jim Meyering  <jim@meyering.net>
50028
50029         * lib/canon-host.c: Filter through gnu indent and reword comments
50030         slightly.
50031         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
50032
50033 2005-09-13  Derek Price  <derek@ximbiot.com>
50034
50035         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
50036         failure.
50037         Reported by Jim Meyering  <jim@meyering.net>.
50038
50039 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
50040
50041         * lib/base64.c: Typo.
50042         (base64_encode): Put b64str in initialized data section.
50043
50044 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
50045
50046         Merge glibc and coreutils changes into gnulib, plus a few
50047         extra fixes.
50048         * lib/md5.c: Use #error rather than a string.
50049         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
50050         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
50051         (__attribute__): Define to empty for non recent-GCC.
50052         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
50053         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
50054         Renamed from their non-__ counterparts, with new macros replacing
50055         them if not _LIBC.  Add __THROW attribute.
50056         (rol): Remove.
50057         (struct md5_ctx): Align buffer if using GCC.
50058         * lib/sha1.h (struct sha1_ctx): Likewise.
50059         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
50060         The old name was backwards.
50061         (NOTSWAP): Remove; not used.
50062         (rol): New macro, moved here from md5.h.
50063         (sha1_process_block): Remove a FIXME that doesn't make sense.
50064
50065 2005-09-12  Derek Price  <derek@ximbiot.com>
50066
50067         Return usable errors from canon-host.
50068         * lib/canon-host.h: New file.
50069         * lib/canon-host.c (canon_host): Wrap...
50070         (canon_host_r): ...this new function, which now relies exclusively on
50071         getaddrinfo.
50072         (ch_strerror): New function.
50073         (last_cherror): New global.
50074         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
50075         interface.
50076         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
50077         void *.
50078         (freeaddrinfo): Free ai->ai_canonname when set.
50079
50080 2005-09-12  Derek Price  <derek@ximbiot.com>
50081
50082         Make canon-host require getaddrinfo.
50083         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
50084         AC_LIBSOURCE canon-host.h.  Call...
50085         (gl_PREREQ_CANON_HOST): ...this new function, which requires
50086         gl_GETADDRINFO.
50087         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
50088
50089 2005-09-12  Derek Price  <derek@ximbiot.com>
50090
50091         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
50092         LGPL.
50093         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
50094
50095 2005-09-12  Derek Price  <derek@ximbiot.com>
50096
50097         * lib/gai_strerror.c: Include config.h when available.  Include
50098         getaddrinfo.h before other headers to test interface.
50099         Reported by Larry Jones <lawrence.jones@ugs.com>.
50100
50101 2005-09-12  Derek Price  <derek@ximbiot.com>
50102             Paul Eggert  <eggert@cs.ucla.edu>
50103
50104         * modules/glob (Files): Add glob-libc.h.
50105
50106 2005-09-12  Derek Price  <derek@ximbiot.com>
50107             Paul Eggert  <eggert@cs.ucla.edu>
50108
50109         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
50110         glob_.h, glob-libc.h.
50111         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
50112
50113 2005-09-12  Derek Price  <derek@ximbiot.com>
50114             Paul Eggert  <eggert@cs.ucla.edu>
50115
50116         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
50117         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
50118         protecting things that should be done only in gnulib contexts.
50119         * lib/glob_.h: New file, containing only the glob things needed for
50120         gnulib.
50121         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
50122         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
50123         (glob, globfree, glob_pattern_p): Now defined simply in terms of
50124         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
50125         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
50126         and to respect the namespace rules better.
50127
50128 2005-09-08  Simon Josefsson  <jas@extundo.com>
50129
50130         * modules/socklen: New file.
50131
50132 2005-09-08  Simon Josefsson  <jas@extundo.com>
50133
50134         * m4/socklen.m4: New file.
50135
50136 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50137
50138         * modules/utimens (Files): Add m4/utimbuf.m4, since
50139         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
50140         Reported by Sergey Poznyakoff.
50141
50142 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50143
50144         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
50145         definitions, since that's the preferred style in glibc.
50146         Fix a minor spacing issue, and update copyright notice to match
50147         glibc's.
50148
50149 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
50150
50151         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
50152
50153 2005-09-06  Simon Josefsson  <jas@extundo.com>
50154
50155         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
50156         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
50157
50158 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50159
50160         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
50161         warning.
50162
50163 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
50164
50165         * config/srclist.txt: Add glibc bug 1302.
50166
50167 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
50168
50169         Change bitset word type from unsigned int to unsigned long int,
50170         as this has better performance on typical 64-bit hosts.
50171         Port bitset code to hosts with unusual word sizes.
50172         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
50173         (build_collating_symbol):
50174         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
50175         argument is a bitset.  This is merely a style issue, but it makes
50176         it clearer that an entire array is expected.
50177         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
50178         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
50179         Port to the case where bitset_word is not the same as unsigned int.
50180         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50181         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
50182         Likewise.
50183         * lib/regexec.c (check_dst_limits_calc_pos_1,
50184         check_subexp_matching_top):
50185         (build_trtable, group_nodes_into_DFAstates):
50186         Likewise.
50187         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
50188         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
50189         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
50190         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
50191         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
50192         * lib/regcomp.c (optimize_subexps, lower_subexp):
50193         Work even if bitset_word has holes in its bitwise representation.
50194         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
50195         * lib/regexec.c (check_dst_limits_calc_pos_1,
50196         check_subexp_matching_top):
50197         Likewise.
50198         * lib/regex_internal.c (re_string_reconstruct):
50199         Don't assume UCHAR_MAX == 255.
50200         * lib/regex_internal.h (bitset_set_all): Likewise.
50201         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
50202         All uses changed.
50203         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
50204         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
50205         All uses changed.
50206         (BITSET_WORD_MAX): New macro.
50207         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
50208         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
50209         (bitset_empty, bitset_copy):
50210         Prefer sizeof (bitset) to multiplying it out ourselves.
50211         (bitset_not_merge): Remove; unused.
50212         (bitset_contain): Return bool, not unsigned int with one bit on.
50213         All callers changed.
50214         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
50215         alignment than re_node_set; do this by defining a new internal
50216         type struct dests_alloc and using it to allocate memory.
50217
50218 2005-09-05  Bruno Haible  <bruno@clisp.org>
50219
50220         * gnulib-tool (func_import): Fix comparison in handling of symbolic
50221         links.
50222
50223 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
50224
50225         * modules/size_max (Makefile.am): Add size_max.h
50226
50227 2005-09-04  Derek Price  <derek@ximbiot.com>
50228
50229         * gnulib-tool (func_import): Fix reversed $symbolic logic.
50230
50231 2005-09-03  Simon Josefsson  <jas@extundo.com>
50232
50233         * gnulib-tool: Fix typo.
50234
50235 2005-09-03  Simon Josefsson  <jas@extundo.com>
50236
50237         * config/srclist.txt: Add glibc bug 1293.
50238
50239 2005-09-03  Derek Price  <derek@ximbiot.com>
50240
50241         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
50242         From Larry Jones <lawrence.jones@ugs.com>.
50243
50244 2005-09-02  Simon Josefsson  <jas@extundo.com>
50245
50246         * modules/socklen: New file.
50247
50248 2005-09-02  Simon Josefsson  <jas@extundo.com>
50249
50250         * modules/havelib: New module.
50251
50252         * modules/gettext, modules/iconv, modules/lock, modules/readline:
50253         Use havelib.
50254
50255 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50256
50257         Check for arithmetic overflow when calculating sizes, to prevent
50258         some buffer-overflow issues.  These patches are conservative, in the
50259         sense that when I couldn't determine whether an overflow was possible,
50260         I inserted a run-time check.
50261         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
50262         macros.
50263         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
50264         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
50265         (re_xnrealloc, re_x2nrealloc): New inline functions.
50266         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
50267         parse_bracket_exp):
50268         (build_equiv_class, build_charclass): Check for arithmetic overflow
50269         in size expression calculations.
50270         * lib/regex_internal.c (re_string_realloc_buffers):
50271         (build_wcs_upper_buffer, re_node_set_add_intersect):
50272         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
50273         (re_dfa_add_node, register_state): Likewise.
50274         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
50275         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
50276         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
50277         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
50278
50279 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
50280
50281         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
50282         m4/ulonglong.m4.  Problem reported by Martin Lambers.
50283
50284 2005-09-02  Bruno Haible  <bruno@clisp.org>
50285
50286         Support for lib vs. lib64 distinction on biarch platforms.
50287         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
50288         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
50289         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
50290
50291 2005-09-02  Bruno Haible  <bruno@clisp.org>
50292
50293         * gnulib-tool (import): In the other first-use case, provide defaults
50294         as well.
50295
50296 2005-09-02  Bruno Haible  <bruno@clisp.org>
50297
50298         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
50299         patches not yet found in the latest gettext release.
50300
50301 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50302
50303         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
50304         to avoid a collision with bits/local_lim.h in glibc.
50305         All uses changed.  Problem reported by Dmitry V. Levin in
50306         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
50307
50308         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
50309         bugs in int versus size_t comparisons.
50310         (re_string_context_at): Fix bug where the code assumed that
50311         Idx is signed.
50312
50313         Use bool where appropriate.
50314         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
50315         All callers changed.
50316         (calc_eclosure_iter): Likewise, for ROOT arg.
50317         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
50318         (build_charclass_op): Likewise, for NON_MATCH arg.
50319         * lib/regex_internal.c (re_string_allocate, re_string_construct):
50320         (re_string_construct_common): Likewise, for ICASE arg.
50321         * lib/regexec.c (re_search_2_stub, re_search_stub):
50322         Likewise, for RET_LEN arg.
50323         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
50324         (set_regs): Likewise, for FL_BACKTRACK arg.
50325         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
50326         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
50327         (calc_eclosure_iter, parse_bracket_exp):
50328         Use bool for internal variables that are booleans.
50329         * lib/regexec.c (re_search_internal, check_matching,
50330         proceed_next_node):
50331         (set_regs, build_sifted_states, sift_states_bkref):
50332         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
50333         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
50334         (find_collation_sequence_value):
50335         Likewise.
50336         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
50337         (re_node_set_compare):
50338         Return bool, not int. All callers changed.
50339         * lib/regexec.c (check_halt_node_context, check_dst_limits):
50340         (build_trtable, check_node_accept): Likewise.
50341         * lib/regex_internal.h: Include stdbool.h.
50342
50343         Fix bugs uncovered when converting to bool.
50344         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
50345         failure instead of charging ahead blindly.
50346         * lib/regex_internal.c (register_state): Likewise.
50347         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
50348         for freeing internal storage.
50349         (group_nodes_into_DFA_states): Use unsigned int, not int, for
50350         bitset pieces used as boolean, to avoid undefined behavior
50351         on hosts that do int overflow checking.
50352
50353 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
50354
50355         * config/srclist.txt: Add glibc bugs 1285-1287.
50356
50357 2005-09-01  Jim Meyering  <jim@meyering.net>
50358
50359         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
50360         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
50361         Require gl_STAT_MACROS, too.
50362
50363 2005-09-01  Bruno Haible  <bruno@clisp.org>
50364
50365         * gnulib-tool (import): In the first-use case, provide defaults.
50366
50367 2005-09-01  Bruno Haible  <bruno@clisp.org>
50368
50369         * gnulib-tool (func_import): Remove the .tmp files.
50370
50371 2005-09-01  Bruno Haible  <bruno@clisp.org>
50372
50373         * gnulib-tool (func_import): Fix handling of symbolic links.
50374
50375 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50376
50377         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
50378         old glibc regex code mishandles strings longer than 2**31 bytes.
50379         This patch fixes this when the regex code is used in gnulib
50380         (i.e., outside glibc).
50381
50382         This patch should not affect the use of the regex code inside
50383         glibc.  No doubt this problem also needs to be handled for glibc
50384         as well, but the result will be an incompatible change to the
50385         glibc ABI, and the old ABI will have to be supported too.  That
50386         can be the the subject for another patch.
50387
50388         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
50389         governing whether the rest of this patch is active.  By default,
50390         the macro is disabled and the patch has no effect.
50391         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
50392         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
50393         (struct re_pattern_buffer, re_search, re_search_2, re_match):
50394         (re_match_2, re_set_registers): Use the new types.
50395         * lib/regex_internal.h (Idx, re_hashval_t): New types.
50396         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
50397         New macros.
50398         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
50399         (re_string_context_at, bin_tree_t, re_dfastate_t):
50400         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
50401         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
50402         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
50403         (re_string_char_size_at, re_string_wchar_at):
50404         (re_string_elem_size_at):
50405         Use the new types and macros to port to 64-bit hosts.
50406         Use unsigned types for internal values, so that the code
50407         mostly works even for arrays larger than SSIZE_MAX.
50408         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
50409         (search_duplicated_node, calc_eclosure_iter, fetch_number):
50410         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
50411         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
50412         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
50413         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
50414         (calc_inveclosure, parse_dup_op, build_range_exp):
50415         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
50416         (fetch_number, create_token_tree, mark_opt_subexp):
50417         Likewise.
50418         * lib/regex_internal.c (re_string_construct_common,
50419         create_ci_newstate):
50420         (create_cd_newstate, re_string_allocate, re_string_construct):
50421         (re_string_realloc_buffers, build_wcs_upper_buffer):
50422         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
50423         (re_string_reconstruct, re_string_peek_byte_case):
50424         (re_string_fetch_byte_case, re_string_context_at):
50425         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
50426         (re_node_set_init_copy, re_node_set_add_intersect):
50427         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50428         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50429         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
50430         (re_acquire_state, re_acquire_state_context, register_state):
50431         Likewise.
50432         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
50433         search_cur_bkref_entry):
50434         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
50435         (re_search_internal, re_search_2_stub, re_search_stub)
50436         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
50437         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
50438         (update_cur_sifted_state, check_dst_limits):
50439         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50440         (check_subexp_limits, sift_states_bkref, merge_state_array):
50441         (check_subexp_matching_top, get_subexp, get_subexp_sub):
50442         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
50443         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
50444         (expand_bkref_cache, check_node_accept_bytes):
50445         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
50446         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
50447         (acquire_init_state_context, check_halt_node_context):
50448         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
50449         (sift_states_backward, clean_state_log_if_needed):
50450         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
50451         (find_recover_state, transit_state_sb, transit_state_mb):
50452         (transit_state_bkref, build_trtable, match_ctx_clean):
50453         Likewise.
50454         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
50455         to work around an assumption that REG_MISSING is negative.
50456
50457         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
50458         (seek_collating_symbol_entry) [defined _LIBC]:
50459         (lookup_collation_sequence_value) [defined _LIBC]:
50460         (build_range_exp, build_collating_symbol) [defined _LIBC]:
50461         Use prototypes rather than old-style function definitions.
50462         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
50463         (transit_state_sb) [0]:
50464         (find_collation_sequence_value) [defined _LIBC]: Likewise.
50465
50466         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
50467         rm_eo.
50468
50469         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
50470         (optimize_subexps, lower_subexp):
50471         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
50472         since the signed shift might overflow.  Use 1u<<31 instead.
50473         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
50474         Likewise.
50475         * lib/regexec.c (check_dst_limits_calc_pos_1,
50476         check_subexp_matching_top): Likewise.
50477
50478         * lib/regcomp.c (optimize_subexps, lower_subexp):
50479         Use CHAR_BIT rather than 8, for clarity.
50480         * lib/regexec.c (check_dst_limits_calc_pos_1):
50481         (check_subexp_matching_top): Likewise.
50482         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
50483         have to worry about portability issues when shifting it left.
50484         Remove no-longer-needed test for table_size > 0.
50485         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
50486         in a word, as the resulting behavior is undefined.
50487         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
50488         in one case, a <= should have been an <, and in another case the
50489         whole test was missing.
50490         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
50491         the standard name CHAR_BIT.
50492         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
50493         this is not true on one's complement and signed-magnitude hosts.
50494
50495         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
50496         next_last_offset.
50497         (struct re_dfa_t): Remove unused member states_alloc.
50498         * lib/regcomp.c (init_dfa): Don't initialize unused members.
50499
50500 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50501
50502         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
50503         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
50504         and large-file glibc and in 32-bit large-file Solaris.
50505
50506 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50507
50508         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
50509         lengths fit in regoff_t; this isn't true if regoff_t is the same
50510         width as size_t.
50511         * lib/regex.c (re_search_internal): 5th arg is LAST_START
50512         (= START + RANGE) instead of RANGE.  This avoids overflow
50513         problems when regoff_t is the same width as size_t.
50514         All callers changed.
50515         (re_search_2_stub): Check for overflow when adding the
50516         sizes of the two strings.
50517         (re_search_stub): Check for overflow when adding START
50518         to RANGE; if it occurs, substitute the extreme value.
50519
50520 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
50521
50522         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
50523
50524 2005-08-31  Jim Meyering  <jim@meyering.net>
50525
50526         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
50527         a pointer-to-const.
50528         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
50529         (register_state): Likewise.
50530         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
50531         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
50532         (group_nodes_into_DFAstates): Likewise.
50533
50534 2005-08-31  Jim Meyering  <jim@meyering.net>
50535
50536         * check-module: Add a FIXME comment.
50537
50538 2005-08-31  Eric Blake  <ebb9@byu.net>
50539
50540         * modules/unistd-safer (Files): Add unistd--.h.
50541         * modules/stdio-safer (Files): Add stdio--.h.
50542
50543 2005-08-31  Derek Price  <derek@ximbiot.com>
50544
50545         * lib/getdelim.c (getdelim): Return EOF on EOF.
50546         Reported by Larry Jones <lawrence.jones@ugs.com>.
50547
50548 2005-08-31  Bruno Haible  <bruno@clisp.org>
50549
50550         Avoid unnecessary diffs in the generated lib/Makefile.am.
50551         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
50552         the generated files.
50553         (func_import): Don't set cmd.
50554
50555 2005-08-31  Bruno Haible  <bruno@clisp.org>
50556
50557         * lib/strstr.c: Include <stddef.h>, for NULL.
50558         * lib/strcasestr.c: Likewise.
50559         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
50560
50561 2005-08-31  Bruno Haible  <bruno@clisp.org>
50562
50563         * gnulib-tool: New option --macro-prefix.
50564         (func_import): Use macro_prefix.
50565         (import): Handle option --macro-prefix.
50566
50567 2005-08-31  Bruno Haible  <bruno@clisp.org>
50568
50569         * gnulib-tool (import): Rename most ac_* variables to cached_*.
50570         Also use new variables cached_lgpl, cached_libtool.
50571
50572 2005-08-31  Bruno Haible  <bruno@clisp.org>
50573
50574         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
50575         always instantiating them.
50576
50577 2005-08-31  Bruno Haible  <bruno@clisp.org>
50578
50579         * gnulib-tool (func_import): Read the previous cached settings
50580         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
50581         earlier added by gnulib but are now dropped. Warn when a gnulib file
50582         overwrites a non-gnulib file.
50583
50584 2005-08-31  Bruno Haible  <bruno@clisp.org>
50585
50586         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
50587         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
50588         projects that don't keep autogenerated files in CVS. Put into
50589         actioncmd only the specified modules, not the transitive closure.
50590
50591 2005-08-31  Bruno Haible  <bruno@clisp.org>
50592
50593         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
50594         Create directories that shall be filled.
50595         (import): Don't look for gl_* macros in configure.ac. Recurse across
50596         all directories containing a gnulib-cache.m4 files, if meaningful.
50597
50598 2005-08-31  Bruno Haible  <bruno@clisp.org>
50599
50600         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
50601         (import): Set seen_libtool when we see gl_LIBTOOL.
50602
50603 2005-08-31  Bruno Haible  <bruno@clisp.org>
50604
50605         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
50606         declaration macro definitions from generated gnulib.m4.
50607
50608 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
50609
50610         * lib/iconvme.h: Add prototype for iconv_alloc.
50611
50612 2005-08-29  Simon Josefsson  <jas@extundo.com>
50613
50614         * lib/iconvme.c: Fix errno.
50615
50616 2005-08-29  Bruno Haible  <bruno@clisp.org>
50617
50618         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
50619         that it works when the directory contains spaces.
50620
50621 2005-08-29  Bruno Haible  <bruno@clisp.org>
50622
50623         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
50624
50625 2005-08-29  Bruno Haible  <bruno@clisp.org>
50626
50627         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
50628         Emit more advice.
50629
50630 2005-08-29  Bruno Haible  <bruno@clisp.org>
50631         and Stepan Kasal  <kasal@ucw.cz>
50632
50633         * check-module: If more parameters are given, check each of them
50634         separately; add more exceptions, as noted by Jim Meyering.
50635         (check_module): New procedure.
50636         (%exempt_header): Now contains all exceptions.
50637
50638 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
50639
50640         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
50641
50642 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
50643
50644         * lib/iconvme.c: Split iconv_string into iconv_alloc.
50645
50646 2005-08-28  Bruno Haible  <bruno@clisp.org>
50647
50648         * m4/gnulib-tool.m4: New file.
50649
50650 2005-08-27  Jim Meyering  <jim@meyering.net>
50651
50652         * modules/unistd-safer (Files): Add pipe-safer.c.
50653         * modules/fcntl-safer (Files): Add creat-safer.c.
50654
50655 2005-08-27  Jim Meyering  <jim@meyering.net>
50656
50657         * m4/stdlib-safer.m4: New file.  From coreutils.
50658         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
50659         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
50660         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
50661         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
50662         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
50663
50664 2005-08-27  Jim Meyering  <jim@meyering.net>
50665
50666         * lib/fopen-safer.c: Merge minor changes from coreutils.
50667         * lib/dup-safer.c: Likewise.
50668         * lib/fd-safer.c: Likewise.
50669
50670         Merge from coreutils.
50671         * lib/stdio--.h: New file.
50672         * lib/stdlib--.h: New file.
50673         * lib/mkstemp-safer.c: New file.
50674
50675         GNU tar needs these.
50676         * lib/pipe-safer.c: New file.
50677         * lib/creat-safer.c: New file.
50678         * lib/fcntl--.h (creat): Define to creat_safer.
50679         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
50680         * lib/unistd--.h (pipe): Define to pipe_safer.
50681         * lib/unistd-safer.h: Declare pipe_safer.
50682
50683 2005-08-26  Simon Josefsson  <jas@extundo.com>
50684
50685         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
50686         Haible <bruno@clisp.org>.
50687
50688 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
50689
50690         * lib/regex_internal.h: Remove all references to
50691         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
50692         or better.
50693         (bitset_not, bitset_merge, bitset_not_merge):
50694         (bitset_mask, re_string_allocate, re_string_construct):
50695         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
50696         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
50697         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
50698         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
50699         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
50700         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
50701         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
50702         (re_acquire_state_context):
50703         Remove unnecessary forward decls.
50704         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
50705         Put __attribute at function definition,
50706         now that the function decl has been removed.
50707         * lib/regex_internal.c (re_string_peek_byte_case):
50708         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
50709         Likewise.
50710
50711 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
50712
50713         * m4/regex.m4: Add AC_PREREQ(2.50).
50714         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
50715
50716 2005-08-25  Simon Josefsson  <jas@extundo.com>
50717
50718         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
50719         __fsetlocking.
50720
50721 2005-08-25  Simon Josefsson  <jas@extundo.com>
50722
50723         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
50724         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
50725         GLIBC specific code.
50726
50727 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50728
50729         Make regex safe for g++.  This fixes one real bug (an "err"
50730         that should have been "*err").  g++ problem reported by
50731         Sam Steingold.
50732         * lib/regex_internal.h (re_calloc): New macro, consistent with
50733         re_malloc etc.  All callers of calloc changed to use re_calloc.
50734         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
50735         not int.  All callers changed.
50736         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
50737         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
50738         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
50739         (find_recover_state): Change "err" to "*err"; this fixes what
50740         appears to be a real bug.
50741         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
50742         versus int.
50743
50744 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50745
50746         * modules/regex (Depends-on): Add malloc, since the code
50747         assumes that !malloc(0) means failure.
50748
50749 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50750
50751         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
50752
50753         alloca modernization/simplification for regex.
50754         * lib/regex.c: Remove portability cruft for alloca.  This no longer
50755         needs to be at the start of the file, and can be moved into
50756         regex_internal.h and simplified.
50757         * lib/regex_internal.h: Include <alloca.h>.
50758         (__libc_use_alloca) [!defined _LIBC]: New macro.
50759         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
50760         now works outside glibc.
50761
50762 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
50763
50764         * config/srclist.txt: Add glibc bugs 1241, 1245.
50765
50766 2005-08-25  Jim Meyering  <jim@meyering.net>
50767
50768         * lib/open-safer.c: Include <config.h>.
50769         Otherwise, we'd lose LARGEFILE support in any file using
50770         e.g. "fcntl--.h"
50771
50772 2005-08-25  Bruno Haible  <bruno@clisp.org>
50773
50774         * m4/minmax.m4: Require autoconf 2.52.
50775         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
50776         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
50777         alternatives of translit over the alphabet.
50778         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
50779
50780 2005-08-24  Simon Josefsson  <jas@extundo.com>
50781
50782         * tests/test-getpass.c: New file.
50783
50784 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50785
50786         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
50787         for GNU regex features.
50788
50789 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50790
50791         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
50792         * lib/regex.h (regerror): Likewise.
50793
50794         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
50795         requires this.  (The code never needed it.)
50796
50797         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
50798         All uses of recently-renamed identifiers changed to use the new,
50799         POSIX-compliant names.  The code will build and run just fine
50800         without these changes, but it's better to eat our own dog food
50801         and use the standard-conforming names.
50802
50803         * lib/regex.h: Fix a multitude of POSIX name space violations.
50804         These changes have an effect only for programs that define
50805         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
50806         do not change anything for programs compiled in the normal way.
50807         Also, there is no effect on the ABI.
50808
50809         (_REGEX_SOURCE): New macro.
50810         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
50811         defined and _GNU_SOURCE is not; this fixes a name space violation.
50812
50813         Rename the following macros to obey POSIX requirements.
50814         The old names are still visible as macros if _REGEX_SOURCE is defined.
50815         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
50816         RE_BACKSLASH_ESCAPE_IN_LISTS.
50817         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
50818         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
50819         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
50820         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
50821         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
50822         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
50823         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
50824         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
50825         (REG_INTERVALS): renamed from RE_INTERVALS.
50826         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
50827         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
50828         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
50829         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
50830         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
50831         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
50832         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
50833         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
50834         RE_UNMATCHED_RIGHT_PAREN_ORD.
50835         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
50836         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
50837         (REG_DEBUG): renamed from RE_DEBUG.
50838         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
50839         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
50840         unusual, since we can't clash with the POSIX REG_ICASE.
50841         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
50842         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
50843         (REG_NO_SUB): renamed from RE_NO_SUB.
50844         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
50845         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
50846         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
50847         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
50848         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
50849         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
50850         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
50851         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
50852         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
50853         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
50854         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
50855         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
50856         RE_SYNTAX_POSIX_MINIMAL_BASIC.
50857         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
50858         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
50859         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
50860         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
50861         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
50862         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
50863         (REG_FIXED): Renamed from REGS_FIXED.
50864         (REG_NREGS): Renamed from RE_NREGS.
50865
50866         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
50867         of other REG_* macros, since POSIX says the user is allowed to
50868         #undef these macros selectively.
50869
50870         (reg_errcode_t): Update comment stating what other tables need
50871         to be consistent.
50872
50873         Rename the following enum values to obey POSIX requirements.
50874         The old names are still visible as macros.
50875         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
50876         is not defined, since GNU is supposed to be a superset of POSIX as
50877         much as possible, and since we want reg_errcode_t to be a signed
50878         type for implementation consistency.
50879         (_REG_NOERROR): Renamed from REG_NOERROR.
50880         (_REG_NOMATCH): Renamed from REG_NOMATCH.
50881         (_REG_BADPAT): Renamed from REG_BADPAT.
50882         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
50883         (_REG_ECTYPE): Renamed from REG_ECTYPE.
50884         (_REG_EESCAPE): Renamed from REG_EESCAPE.
50885         (_REG_ESUBREG): Renamed from REG_ESUBREG.
50886         (_REG_EBRACK): Renamed from REG_EBRACK.
50887         (_REG_EPAREN): Renamed from REG_EPAREN.
50888         (_REG_EBRACE): Renamed from REG_EBRACE.
50889         (_REG_BADBR): Renamed from REG_BADBR.
50890         (_REG_ERANGE): Renamed from REG_ERANGE.
50891         (_REG_ESPACE): Renamed from REG_ESPACE.
50892         (_REG_BADRPT): Renamed from REG_BADRPT.
50893         (_REG_EEND): Renamed from REG_EEND.
50894         (_REG_ESIZE): Renamed from REG_ESIZE.
50895         (_REG_ERPAREN): Renamed from REG_ERPAREN.
50896         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
50897         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
50898         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
50899         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
50900
50901         (_REG_RE_NAME, _REG_RM_NAME): New macros.
50902         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
50903         changed.  But support the old name if the new one is not defined
50904         and if _REGEX_SOURCE.
50905
50906         Change the following member names in struct re_pattern_buffer.
50907         The old names are still supported if !_REGEX_SOURCE.
50908         The new names are always supported, regardless of _REGEX_SOURCE.
50909         (re_buffer): Renamed from buffer.
50910         (re_allocated): Renamed from allocated.
50911         (re_used): Renamed from used.
50912         (re_syntax): Renamed from syntax.
50913         (re_fastmap): Renamed from fastmap.
50914         (re_translate): Renamed from translate.
50915         (re_can_be_null): Renamed from can_be_null.
50916         (re_regs_allocated): Renamed from regs_allocated.
50917         (re_fastmap_accurate): Renamed from fastmap_accurate.
50918         (re_no_sub): Renamed from no_sub.
50919         (re_not_bol): Renamed from not_bol.
50920         (re_not_eol): Renamed from not_eol.
50921         (re_newline_anchor): Renamed from newline_anchor.
50922
50923         Change the following member names in struct re_registers.
50924         The old names are still supported if !_REGEX_SOURCE.
50925         The new names are always supported, regardless of _REGEX_SOURCE.
50926         (rm_num_regs): Renamed from num_regs.
50927         (rm_start): Renamed from start.
50928         (rm_end): Renamed from end.
50929
50930         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
50931         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
50932         Prepend __ to parameter names.
50933
50934         Undo yesterday's changes.
50935
50936 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
50937
50938         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
50939         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
50940         lib/regex.c.
50941
50942 2005-08-24  Jim Meyering  <jim@meyering.net>
50943
50944         Sync from coreutils.
50945         * m4/fcntl-safer.m4: New file.
50946
50947         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
50948         and object files for this module.
50949
50950 2005-08-24  Jim Meyering  <jim@meyering.net>
50951
50952         Sync from coreutils.
50953         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
50954
50955 2005-08-24  Jim Meyering  <jim@meyering.net>
50956
50957         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
50958         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
50959
50960 2005-08-24  Jim Meyering  <jim@meyering.net>
50961
50962         * modules/fcntl-safer: New module.
50963         * modules/fts (Depends-on): Add fcntl-safer.
50964         * MODULES.html.sh (File descriptor based Input/Output):
50965         Add fcntl-safer.
50966
50967 2005-08-24  Bruno Haible  <bruno@clisp.org>
50968
50969         Support for unit test modules.
50970         * modules/README: Mention tests modules.
50971         * modules/TEMPLATE-TESTS: New file.
50972         * gnulib-tool: New options --extract-tests-module, --with-tests and
50973         --tests-base (unused for the moment).
50974         (testsbase, inctests): New variables.
50975         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
50976         (func_verify_module): Exclude TEMPLATE-TESTS.
50977         (func_verify_nontests_module, func_verify_tests_module): New functions.
50978         (func_get_dependencies): Add implicit dependency for tests modules.
50979         (func_get_tests_module): New function.
50980         (func_modules_transitive_closure): When --with-tests was specified,
50981         include the unit tests as well, unless explicitly avoided.
50982         (func_emit_lib_Makefile_am): Ignore the tests modules here.
50983         (func_emit_tests_Makefile_am): New function.
50984         (func_create_testdir): When --with-tests was specified, emit a
50985         tests/ directory.
50986         * MODULES.html.sh (Future developments): Update.
50987
50988 2005-08-24  Bruno Haible  <bruno@clisp.org>
50989
50990         * modules/tls-tests: New file.
50991         * tests/test-tls.c: New file, from GNU gettext.
50992
50993 2005-08-24  Bruno Haible  <bruno@clisp.org>
50994
50995         * modules/lock-tests: New file.
50996         * tests/test-lock.c: New file, from GNU gettext.
50997
50998 2005-08-24  Bruno Haible  <bruno@clisp.org>
50999
51000         * lib/lock.h: Add multiple inclusion guard.
51001         * lib/tls.h: Add multiple inclusion guard.
51002
51003 2005-08-24  Bruno Haible  <bruno@clisp.org>
51004
51005         * gnulib-tool: Add support for the --aux-dir option to
51006         --create-testdir, --create-megatestdir, --test, --megatest.
51007         (func_create_testdir, func_create_megatestdir): Optionally emit a
51008         AC_CONFIG_AUX_DIR directive.
51009         (create-testdir, create-megatestdir, test, megatest): Provide a
51010         default value for $auxdir.
51011
51012 2005-08-24  Bruno Haible  <bruno@clisp.org>
51013
51014         * gnulib-tool (import): Use compound statement instead of subshell
51015         where possible.
51016
51017 2005-08-24  Bruno Haible  <bruno@clisp.org>
51018
51019         * gnulib-tool (import): Change --aux-dir default to "build-aux".
51020
51021 2005-08-24  Bruno Haible  <bruno@clisp.org>
51022
51023         * gnulib-tool (func_version): Update.
51024
51025 2005-08-24  Bruno Haible  <bruno@clisp.org>
51026
51027         * gnulib-tool (func_import, func_create_testdir,
51028         func_create_megatestdir): Quote all autoconf macro arguments.
51029
51030 2005-08-24  Bruno Haible  <bruno@clisp.org>
51031
51032         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
51033         option --force, because --force causes the aclocal.m4 of each
51034         subdirectory to be newer than the corresponding config.h.in.
51035
51036 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51037
51038         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
51039         All contents moved to gl_REGEX.
51040         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
51041         assume that it does.
51042
51043 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51044
51045         * lib/regex.h (REG_NOSYS)
51046         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
51047         Define, since POSIX requires it as of 2001.
51048         (_REG_ENOSYS)
51049         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
51050         New private symbol, used to keep the enum signed in all cases.
51051         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
51052         Youngman in
51053         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
51054
51055         * lib/regex_internal.c (re_string_skip_chars, register_state):
51056         (calc_state_hash):
51057         Remove forward decls; no longer needed now that we use prototypes.
51058         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
51059         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
51060         (clean_state_log_if_needed): Likewise.
51061
51062 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
51063
51064         * config/srclist.txt: Add glibc bugs 1231-1233.
51065
51066 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51067
51068         Fix problems reported by Sam Steingold in
51069         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
51070         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
51071         assumed that reg_errcode_t is a signed type, which is not
51072         necessarily true if _XOPEN_SOURCE is not defined.
51073         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
51074         since some compilers warn about it otherwise.
51075
51076 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51077
51078         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
51079         (init_word_char, create_initial_state, duplicate_node_closure):
51080         (fetch_token, peek_token_bracket, build_range_exp):
51081         (build_collating_symbol): Remove forward decls; no longer needed
51082         now that we use prototypes.
51083
51084         * lib/regcomp.c:
51085         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
51086         (re_compile_fastmap_iter, regcomp, regerror, regfree):
51087         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
51088         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
51089         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
51090         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
51091         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
51092         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
51093         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
51094         (build_range_exp, build_collating_symbol, parse_bracket_exp):
51095         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
51096         (build_charclass, build_charclass_op, fetch_number, create_tree):
51097         (create_token_tree, mark_opt_subexp, duplicate_tree):
51098         Use prototypes rather than old-style definitions.
51099
51100         * lib/regex_internal.c:
51101         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
51102         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
51103         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51104         (re_string_reconstruct, re_string_peek_byte_case):
51105         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
51106         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51107         (re_node_set_init_copy, re_node_set_add_intersect):
51108         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51109         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51110         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51111         (re_acquire_state, re_acquire_state_context, register_state):
51112         (create_ci_newstate, create_cd_newstate, free_state):
51113         Likewise.
51114         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
51115         re_search_2):
51116         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
51117         (re_search_internal, prune_impossible_nodes):
51118         (acquire_init_state_context, check_matching, static):
51119         (check_halt_node_context, check_halt_state_context, proceed_next_node):
51120         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
51121         (update_regs, sift_states_backward, build_sifted_states):
51122         (clean_state_log_if_needed, merge_state_array):
51123         (update_cur_sifted_state, add_epsilon_src_nodes):
51124         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
51125         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
51126         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
51127         (find_recover_state, check_subexp_matching_top, transit_state_mb):
51128         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
51129         (check_arrival, check_arrival_add_next_nodes):
51130         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51131         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51132         (check_node_accept_bytes, check_node_accept, extend_buffers):
51133         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
51134         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
51135         (sift_ctx_init):
51136         Likewise.
51137
51138         * lib/regex_internal.h:
51139         (re_string_allocate, re_string_construct, re_string_reconstruct):
51140         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
51141         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
51142         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
51143         (re_string_context_at, re_string_peek_byte_case):
51144         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
51145         is defined, since we now use prototypes always.
51146
51147         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
51148         C89 or better.  All uses removed.
51149
51150 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
51151
51152         * config/srclist.txt: Add glibc bugs 1220-1227.
51153
51154 2005-08-20  Jim Meyering  <jim@meyering.net>
51155
51156         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
51157         of unused local, dfa.
51158
51159 2005-08-20  Bruno Haible  <bruno@clisp.org>
51160
51161         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
51162
51163 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51164
51165         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
51166         (re_node_set_insert_last, re_dfa_add_node):
51167         Rename local variables to avoid GCC shadowing warnings.
51168
51169 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51170
51171         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
51172         [defined lint]: Suppress bogus uninitialized-variable warnings.
51173
51174         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
51175         and let the caller return REG_ESPACE if out of space.  This
51176         removes an uninitialied-variable warning with GCC 4.0.1, and also
51177         avoids taking the address of a local variable.  All callers
51178         changed.
51179
51180 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
51181
51182         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
51183         $LIBCSRC/posix/regexec.c.
51184         Add glibc bug 1217 for regcomp.c.
51185
51186 2005-08-19  Jim Meyering  <jim@meyering.net>
51187
51188         * lib/regexec.c (proceed_next_node): Redo local variables to
51189         avoid GCC shadowing warnings.
51190
51191 2005-08-18  Bruno Haible  <bruno@clisp.org>
51192
51193         * lib/strstr.c (strstr): Fix return value in multibyte case.
51194         * lib/strcasestr.c (strcasestr): Likewise.
51195
51196 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
51197
51198         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
51199
51200 2005-08-17  Jim Meyering  <jim@meyering.net>
51201
51202         Make the %s format (seconds since the epoch) work for a negative
51203         number and when used with a zero-padded field width, e.g. %015s.
51204
51205         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
51206         label so that it precedes the code to set `digits'.  Otherwise,
51207         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
51208         print `00-22'.  Now, it prints `-0022', as it should.
51209
51210 2005-08-17  Bruno Haible  <bruno@clisp.org>
51211
51212         * modules/strstr (Files): Add m4/mbrtowc.m4.
51213         (Depends-on): Add mbuiter.
51214
51215 2005-08-17  Bruno Haible  <bruno@clisp.org>
51216
51217         * modules/strcasestr: New file.
51218         * MODULES.html.sh (String handling, based on ANSI C 89): Add
51219         strcasestr.
51220
51221 2005-08-17  Bruno Haible  <bruno@clisp.org>
51222
51223         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
51224
51225 2005-08-17  Bruno Haible  <bruno@clisp.org>
51226
51227         * modules/mbuiter: New file.
51228         * MODULES.html.sh (Extended multibyte and wide character utilities):
51229         Add mbuiter.
51230
51231 2005-08-17  Bruno Haible  <bruno@clisp.org>
51232
51233         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
51234         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
51235
51236 2005-08-17  Bruno Haible  <bruno@clisp.org>
51237
51238         * m4/strcasestr.m4: New file.
51239
51240 2005-08-17  Bruno Haible  <bruno@clisp.org>
51241
51242         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
51243         * lib/strstr.c: Completely rewritten, with multibyte locale support.
51244
51245 2005-08-17  Bruno Haible  <bruno@clisp.org>
51246
51247         * lib/strcasestr.h: New file.
51248         * lib/strcasestr.c: New file.
51249
51250 2005-08-17  Bruno Haible  <bruno@clisp.org>
51251
51252         * lib/strcasecmp.c: Use mbuiter.h.
51253
51254 2005-08-17  Bruno Haible  <bruno@clisp.org>
51255
51256         * lib/mbuiter.h: New file.
51257
51258 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
51259
51260         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
51261         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
51262         and gl_GETOPT are both invoked via different paths (as happens
51263         with GNU tar CVS because it uses both argp and getopt), the former
51264         wins.
51265
51266 2005-08-16  Bruno Haible  <bruno@clisp.org>
51267
51268         * modules/tls: New file.
51269         * MODULES.html.sh (Multithreading): Add tls.
51270
51271 2005-08-16  Bruno Haible  <bruno@clisp.org>
51272
51273         * modules/strnlen1: New file.
51274         * MODULES.html.sh (String handling): Add strnlen1.
51275
51276 2005-08-16  Bruno Haible  <bruno@clisp.org>
51277
51278         * modules/strcase (Files): Add m4/mbrtowc.m4.
51279         (Depends-on): Add strnlen1, mbchar.
51280
51281 2005-08-16  Bruno Haible  <bruno@clisp.org>
51282
51283         * modules/mbiter: New file.
51284         * MODULES.html.sh (Extended multibyte and wide character utilities):
51285         Add mbiter.
51286
51287 2005-08-16  Bruno Haible  <bruno@clisp.org>
51288
51289         * modules/mbfile: New file.
51290         * MODULES.html.sh (Extended multibyte and wide character utilities):
51291         Add mbfile.
51292
51293 2005-08-16  Bruno Haible  <bruno@clisp.org>
51294
51295         * modules/mbchar: New file.
51296         * MODULES.html.sh (Extended multibyte and wide character utilities):
51297         New section.
51298
51299 2005-08-16  Bruno Haible  <bruno@clisp.org>
51300
51301         * m4/tls.m4: New file, from GNU gettext.
51302
51303 2005-08-16  Bruno Haible  <bruno@clisp.org>
51304
51305         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
51306         always.
51307         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
51308
51309 2005-08-16  Bruno Haible  <bruno@clisp.org>
51310
51311         * m4/mbiter.m4: New file.
51312
51313 2005-08-16  Bruno Haible  <bruno@clisp.org>
51314
51315         * m4/mbfile.m4: New file.
51316
51317 2005-08-16  Bruno Haible  <bruno@clisp.org>
51318
51319         * m4/mbchar.m4: New file.
51320
51321 2005-08-16  Bruno Haible  <bruno@clisp.org>
51322
51323         * lib/tls.h: New file, from GNU gettext.
51324         * lib/tls.c: New file, from GNU gettext.
51325
51326 2005-08-16  Bruno Haible  <bruno@clisp.org>
51327
51328         * lib/strnlen1.h: New file.
51329         * lib/strnlen1.c: New file.
51330
51331 2005-08-16  Bruno Haible  <bruno@clisp.org>
51332
51333         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
51334         (mbi_init): Update.
51335         (mbi_avail, mbi_advance): Let the iteration end before the terminating
51336         NUL byte, not after it.
51337
51338 2005-08-16  Bruno Haible  <bruno@clisp.org>
51339
51340         * lib/strcase.h (strcasecmp): Add note in comments.
51341         * lib/strncasecmp.c: Use code from strcasecmp.c.
51342         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
51343         (strcasecmp): Work correctly in multibyte locales.
51344
51345 2005-08-16  Bruno Haible  <bruno@clisp.org>
51346
51347         * lib/mbiter.h: New file.
51348
51349 2005-08-16  Bruno Haible  <bruno@clisp.org>
51350
51351         * lib/mbfile.h: New file.
51352
51353 2005-08-16  Bruno Haible  <bruno@clisp.org>
51354
51355         * lib/mbchar.h: New file.
51356         * lib/mbchar.c: New file.
51357
51358 2005-08-16  Bruno Haible  <bruno@clisp.org>
51359
51360         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
51361         the valid ones. Makes the comparison operations transitive:
51362         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
51363         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
51364
51365 2005-08-15  Simon Josefsson  <jas@extundo.com>
51366
51367         * modules/ssize_t (License): Change to 'unlimited'.
51368
51369         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
51370
51371 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
51372
51373         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
51374         Add comments for each pending glibc patch.
51375
51376 2005-08-15  Bruno Haible  <bruno@clisp.org>
51377
51378         * lib/regex.h (__restrict_arr): Don't define to __restrict if
51379         __cplusplus is defined.
51380
51381 2005-08-14  Jim Meyering  <jim@meyering.net>
51382
51383         Sync from coreutils.
51384
51385         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
51386         Use the hash-table-based cycle-detection code not just when
51387         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
51388         Reported by James Youngman in
51389         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
51390         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
51391         FTS_TIGHT_CYCLE_CHECK.
51392         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
51393         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
51394         once again.
51395         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
51396         * lib/fts.c (fd_safer): Remove decl.
51397         Include fcntl--.h rather than unistd-safer.h
51398         (fts_safe_changedir): Don't call fd_safer; no longer needed
51399         now that we include fcntl--.h.
51400
51401 2005-08-12  Simon Josefsson  <jas@extundo.com>
51402
51403         * modules/getndelim2: Use ssize_t module.
51404         * modules/getnline: Likewise.
51405         * modules/safe-read: Likewise.
51406         * modules/xreadlink: Likewise.
51407
51408         * modules/ssize_t: New file.
51409
51410 2005-08-12  Simon Josefsson  <jas@extundo.com>
51411
51412         * m4/readline.m4: Look for termcap, curses or ncurses if required.
51413
51414 2005-08-12  Simon Josefsson  <jas@extundo.com>
51415
51416         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
51417         ssize_t.
51418
51419 2005-08-12  Simon Josefsson  <jas@extundo.com>
51420
51421         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
51422         readline, getdelim and check_version.
51423         (Support for systems lacking ISO C 99: Sizes of integer types):
51424         Add size_max.
51425
51426 2005-08-12  Bruno Haible  <bruno@clisp.org>
51427
51428         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
51429
51430 2005-08-11  Simon Josefsson  <jas@extundo.com>
51431
51432         * modules/readline: New file.
51433
51434         * modules/strnlen (Files): Add strnlen.h.
51435
51436 2005-08-11  Simon Josefsson  <jas@extundo.com>
51437
51438         * m4/readline.m4: New file.
51439
51440 2005-08-11  Simon Josefsson  <jas@extundo.com>
51441
51442         * lib/readline.h, readline.c: New file.
51443
51444 2005-08-11  Simon Josefsson  <jas@extundo.com>
51445
51446         * doc/gnulib.texi (Initial import, Finishing touches): Mention
51447         gl_AVOID.
51448
51449 2005-08-11  Bruno Haible  <bruno@clisp.org>
51450
51451         * lib/strnlen.h (strnlen): Change parameter name to match comment.
51452
51453 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
51454
51455         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
51456
51457 2005-08-10  Simon Josefsson  <jas@extundo.com>
51458
51459         * tests/test-iconvme.c: New file.
51460
51461 2005-08-10  Simon Josefsson  <jas@extundo.com>
51462
51463         * m4/strnlen.m4: New file.
51464
51465         * m4/strndup.m4: Don't check for strnlen declaration, done in
51466         strnlen.m4.
51467
51468 2005-08-10  Simon Josefsson  <jas@extundo.com>
51469
51470         * lib/strndup.c: Use strnlen.h.
51471
51472         * lib/strnlen.h: New file.
51473
51474 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51475
51476         * README: Typos.
51477
51478 2005-08-02  Simon Josefsson  <jas@extundo.com>
51479
51480         * modules/readline: New file.
51481
51482 2005-08-02  Simon Josefsson  <jas@extundo.com>
51483
51484         * modules/getdelim: New file.
51485
51486         * modules/getline: Rewrite, don't use getndelim2.
51487
51488 2005-08-02  Simon Josefsson  <jas@extundo.com>
51489
51490         * m4/getline.m4: Separate out getdelim stuff into separate module.
51491
51492         * m4/getdelim.m4: New file.
51493
51494 2005-08-02  Simon Josefsson  <jas@extundo.com>
51495
51496         * lib/getline.h, getline.c: Rewrite.
51497
51498         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
51499
51500 2005-07-31  Bruno Haible  <bruno@clisp.org>
51501
51502         * lib/lock.h (gl_lock_initializer): New macro.
51503         (gl_lock_define_initialized): Use it.
51504         (gl_rwlock_initializer): New macro.
51505         (gl_rwlock_define_initialized): Use it.
51506         (gl_recursive_lock_initializer): New macro.
51507         (gl_recursive_lock_define_initialized): Use it.
51508
51509 2005-07-30  Karl Berry  <karl@gnu.org>
51510
51511         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
51512         Report from Ben Pfaff, regarding getopt.
51513
51514 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
51515
51516         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
51517         normal way.
51518         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
51519         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
51520         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
51521         (gl_GETOPT): Use the new macros.  Most of the implementation
51522         is moved to the new macros.  This is for programs like Emacs
51523         that don't want all the functionality of gl_GETOPT.
51524
51525 2005-07-26  Bruno Haible  <bruno@clisp.org>
51526
51527         * m4/lock.m4: Update from GNU gettext.
51528
51529 2005-07-26  Bruno Haible  <bruno@clisp.org>
51530
51531         * lib/lock.h: Update from GNU gettext.
51532         * lib/lock.c: Update from GNU gettext.
51533
51534 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
51535
51536         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
51537         obsolescent AC_TRY_RUN.  Include the default includes files, for
51538         'exit'.
51539
51540 2005-07-24  Bruno Haible  <bruno@clisp.org>
51541
51542         * modules/visibility: New file.
51543         * MODULES.html.sh (Misc): Add visibility.
51544
51545 2005-07-24  Bruno Haible  <bruno@clisp.org>
51546
51547         * m4/visibility.m4: New file.
51548
51549 2005-07-24  Bruno Haible  <bruno@clisp.org>
51550
51551         * doc/visibility.texi: New file.
51552
51553 2005-07-22  Bruno Haible  <bruno@clisp.org>
51554
51555         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
51556         $(ALLOCA_H), redundant through BUILT_SOURCES.
51557         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
51558         redundant through BUILT_SOURCES.
51559         * modules/byteswap (Makefile.am): Remove explicit dependency on
51560         $(BYTESWAP_H), redundant through BUILT_SOURCES.
51561         * modules/fnmatch (Makefile.am): Remove explicit dependency on
51562         $(FNMATCH_H), redundant through BUILT_SOURCES.
51563         * modules/getopt (Makefile.am): Remove explicit dependency on
51564         $(GETOPT_H), redundant through BUILT_SOURCES.
51565         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
51566         redundant through BUILT_SOURCES.
51567         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
51568         redundant through BUILT_SOURCES.
51569         * modules/stdbool (Makefile.am): Remove explicit dependency on
51570         $(STDBOOL_H), redundant through BUILT_SOURCES.
51571         * modules/stdint (Makefile.am): Remove explicit dependency on
51572         $(STDINT_H), redundant through BUILT_SOURCES.
51573         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
51574         Remove explicit dependency on $(SYSEXITS_H).
51575         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
51576
51577 2005-07-18  Simon Josefsson  <jas@extundo.com>
51578
51579         * lib/check-version.c (check_version): Accept identical versions too.
51580
51581 2005-07-18  Bruno Haible  <bruno@clisp.org>
51582
51583         * modules/lock: New file.
51584         * MODULES.html.sh (Multithreading): New section.
51585
51586 2005-07-18  Bruno Haible  <bruno@clisp.org>
51587
51588         * m4/lock.m4: New file, from GNU gettext.
51589
51590 2005-07-18  Bruno Haible  <bruno@clisp.org>
51591
51592         * lib/lock.h: New file, from GNU gettext.
51593         * lib/lock.c: New file, from GNU gettext.
51594
51595 2005-07-18  Bruno Haible  <bruno@clisp.org>
51596
51597         * lib/lock.h (gl_once_t): New type.
51598         (gl_once_define, gl_once): New macros.
51599         * lib/lock.c (fresh_once): New variable.
51600         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
51601         functions.
51602
51603 2005-07-16  Simon Josefsson  <jas@extundo.com>
51604
51605         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
51606         workaround, suggested by Bruno.
51607
51608 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51609
51610         * modules/xalloc (Depends-on): Add xalloc-die.
51611         * modules/xvasprintf (Depends-on): Add xalloc-die.
51612
51613 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
51614
51615         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
51616         with a minor change.
51617
51618 2005-07-15  Bruno Haible  <bruno@clisp.org>
51619
51620         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
51621         When using lib/poll.c, define poll as rpl_poll.
51622
51623 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
51624
51625         * modules/argp (Depends-on): Remove unlocked-io.
51626
51627 2005-07-14  Derek Price  <derek@ximbiot.com>
51628
51629         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
51630         for glob symlink bug.
51631
51632 2005-07-14  Bruno Haible  <bruno@clisp.org>
51633
51634         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
51635         Instead, test for *_unlocked function declarations directly.
51636
51637 2005-07-11  Simon Josefsson  <jas@extundo.com>
51638
51639         * modules/size_max: New file.
51640
51641         * modules/xsize: Depend on size_max module for size_max.m4.
51642
51643 2005-07-11  Simon Josefsson  <jas@extundo.com>
51644
51645         * lib/size_max.h: New file.
51646
51647 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
51648
51649         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
51650         copyright symbol and the year.
51651         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
51652         (version_etc_va): Use parameterized copyright notice.
51653         Reword to conform to the current GNU coding standards.
51654
51655 2005-07-11  Karl Berry  <karl@gnu.org>
51656
51657         * doc/gnulib.texi (Quoting): new node.
51658         (Initial import): more info, from Patrice.
51659
51660 2005-07-11  Bruno Haible  <bruno@clisp.org>
51661
51662         * gnulib-tool (func_usage): Document option --avoid.
51663         (Command line options): Handle --avoid.
51664         (func_acceptable): New function.
51665         (func_modules_transitive_closure): Use it.
51666
51667 2005-07-11  Bruno Haible  <bruno@clisp.org>
51668
51669         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
51670         Reported by Jim Meyering.
51671
51672 2005-07-10  Bruno Haible  <bruno@clisp.org>
51673
51674         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
51675         Needed when size_t is smaller than 'unsigned int'.
51676         Reported by Paul Eggert.
51677
51678 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51679
51680         * modules/argp (Depends-on): Add unlocked-io
51681
51682 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
51683
51684         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
51685         block of defines.
51686
51687 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
51688
51689         * config/srclist.txt: Comment out regcomp.c, since we have a porting
51690         fix now.
51691
51692 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
51693         and Paul Eggert  <eggert@cs.ucla.edu>
51694
51695         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
51696         in wint_t, not wchar_t.  Remove now-unnecessary cast.
51697
51698 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51699
51700         * modules/regex (Files): Add lib/regex_internal.c,
51701         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
51702         (Depends-on): Add extensions.
51703         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
51704
51705 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51706
51707         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
51708         pathconf.
51709         * m4/same.m4 (gl_SAME): Likewise.
51710         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
51711
51712         * m4/regex.m4: Adjust to new libc regex implementation.
51713         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
51714         all the .c and .h parts of (the new) regex.
51715         Quote the m4 stuff better.
51716         Check for RE_ICASE bug of old gnulib.
51717         Check for REG_STARTEND of recent libc.
51718         Rename local variables from jm_* to gl_*.
51719         Quote operand of "test -f".
51720         Say "recent enough" version of libc, not "version 2".
51721         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
51722         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
51723         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
51724         Remove check for btowc, isascii.
51725         Require AM_LANGINFO_CODESET.
51726
51727 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51728
51729         * lib/regex.c, regex.h: Sync from libc.
51730         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
51731         * lib/regexec.c:
51732         New files, synced from libc, except that regex_internal.h
51733         currently has a small porting fix.
51734
51735 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
51736
51737         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
51738         regex_internal.c, regexec.c.
51739         Add regex_internal.h too, but as a comment, since the libc version
51740         is currently broken in gnulib mode.
51741
51742 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
51743
51744         Support programs like Emacs that use gnulib but not gettext.
51745         * MODULES.html.sh (Internationalization functions): Add gettext-h.
51746         * modules/gettext-h: New file.
51747         * modules/gettext (Files): Remove lib/gettext.h.
51748         (Depends-on): Add gettext-h.
51749         (Makefile.am): Remove lib_SOURCES.
51750         * modules/argmatch, modules/c-stack, modules/closeout:
51751         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
51752         * modules/execute, modules/file-type, modules/getaddrinfo:
51753         * modules/getopt, modules/human, modules/javacomp:
51754         * modules/javaexec, modules/mkdir-p, modules/obstack:
51755         * modules/openat, modules/pagealign_alloc, modules/pipe:
51756         * modules/quotearg, modules/regex, modules/rpmatch:
51757         * modules/unicodeio, modules/userspec, modules/version-etc:
51758         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
51759         * modules/xsetenv:
51760         Depend on gettext-h, not gettext.
51761
51762 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
51763
51764         * gnulib-tool (func_import): Add support for 'public domain' license.
51765         * modules/alloca, modules/atexit, modules/memmove:
51766         Now public domain, not GPL.
51767         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
51768         * modules/realloc, modules/strerror, modules/strtod:
51769         Now LGPL, not GPL.
51770
51771 2005-07-05  Bruno Haible  <bruno@clisp.org>
51772
51773         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
51774         autoconf CVS. Needed for mingw.
51775
51776 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51777
51778         Remove the dependency of the strftime module on the tzset module.
51779         * modules/strftime (Depends-on): Remove dependency on tzset.
51780
51781 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
51782
51783         Remove the dependency of the strftime module on the tzset module.
51784         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
51785         gl_FUNC_TZSET_CLOBBER.
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         * lib/strftime.c (my_strftime)
51791         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
51792         Copy the input structure, to work around some of the bug with
51793         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
51794         Solaris releases, you should also use the tzset module, but we won't
51795         require it as a dependency any more since we don't want LGPLed code
51796         to depend on GPLed code.
51797
51798 2005-07-02  Jim Meyering  <jim@meyering.net>
51799
51800         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
51801         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
51802         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
51803         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
51804
51805 2005-07-02  Jim Meyering  <jim@meyering.net>
51806
51807         * lib/backupfile.c (backup_args): Change a `0' to NULL.
51808
51809 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
51810
51811         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
51812         declares only 'struct timespec;' (!).
51813
51814 2005-07-01  Jim Meyering  <jim@meyering.net>
51815
51816         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
51817         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
51818         * lib/save-cwd.c, tempname.c:
51819         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51820         and don't include <sys/file.h>).
51821
51822 2005-06-29  Jim Meyering  <jim@meyering.net>
51823
51824         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
51825         type name.  Use the variable name instead.
51826         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
51827         Likewise.
51828
51829 2005-06-28  Simon Josefsson  <jas@extundo.com>
51830
51831         * modules/check-version (Files): Add check-version.m4.
51832
51833 2005-06-28  Simon Josefsson  <jas@extundo.com>
51834
51835         * m4/check-version.m4: New file, suggested by Jim Meyering
51836         <jim@meyering.net>.
51837
51838 2005-06-28  Simon Josefsson  <jas@extundo.com>
51839
51840         * lib/check-version.h, lib/check-version.c: New files.
51841
51842 2005-06-28  Simon Josefsson  <jas@extundo.com>
51843
51844         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
51845         collision with global variable.  Better indentation.  Don't
51846         increment buffer pointer beyond buffer end.  Based on comments
51847         from Paul Eggert <eggert@cs.ucla.edu>.
51848
51849         * lib/base64.h: Indent.
51850
51851 2005-06-28  Simon Josefsson  <jas@extundo.com>
51852
51853         * doc/gnulib.texi (Library version handling): New section.
51854
51855 2005-06-28  Jim Meyering  <jim@meyering.net>
51856
51857         * check-module (find_included_lib_files): Hard-code another
51858         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
51859         but modules/fts-lgpl (correctly) does not list those files.
51860
51861         * modules/canonicalize (Files): Add lib/pathmax.h.
51862
51863 2005-06-25  Simon Josefsson  <jas@extundo.com>
51864
51865         * modules/check-version: New file.
51866
51867 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
51868
51869         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
51870         initializer of struct addrinfo, as an indication that we don't
51871         care how many members the structure has.
51872
51873 2005-06-24  Derek Price  <derek@ximbiot.com>
51874         and Bruno Haible  <bruno@clisp.org>
51875
51876         Remove stat module & update lstat.
51877         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
51878         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
51879         * m4/stat.m4: Remove this file.
51880
51881 2005-06-24  Derek Price  <derek@ximbiot.com>
51882         and Bruno Haible  <bruno@clisp.org>
51883
51884         Remove stat module & update lstat.
51885         * lib/stat.c: Remove this file...
51886         (slash_aware_lstat): ...moving this content and its support...
51887         * lib/lstat.c (rpl_lstat): ...into here.
51888         * lib/lstat.h: New file.
51889
51890 2005-06-24  Derek Price  <derek@ximbiot.com>
51891         and Bruno Haible  <bruno@clisp.org>
51892
51893         Remove stat module & update lstat.
51894         * config/srclist.txt (libc sources): Remove stat.
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         * MODULES.html.sh (stat): Remove.
51901         * MODULES.html: Regenerated.
51902         * modules/lstat (Description): Correct function name.
51903         (Files): Add "lstat.h".
51904         (Depends-on): Remove stat, add xalloc, stat-macros.
51905         * modules/stat: Remove this file.
51906         (Include): Add "lstat.h", remove <sys/stat.h>.
51907
51908 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
51909
51910         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
51911         (ranged_convert): Don't save conversion in a temporary struct.
51912         This causes a warning with GCC 4.0.0, and anyway in the typical
51913         case it's not worth the extra 100 bytes or so of code.
51914         (ranged_convert, __mktime_internal): When calling a function via a
51915         pointer P, use P () rather than (*P) (), as we now assume C89 or
51916         better.
51917
51918 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
51919
51920         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
51921         "who -r" failed to give output.  Problem reported by Tim Waugh.
51922
51923         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
51924         (xcalloc): Use it to avoid needless tests.
51925         Problem reported by Jim Meyering.
51926
51927 2005-06-20  Derek Price  <derek@ximbiot.com>
51928
51929         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
51930         unnecessary for Autoconfs > 2.59c.
51931
51932 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
51933
51934         * lib/argp.h (__option_is_short): Check upper limit of
51935         __key. Isprint() requires its argument to have the value
51936         of an unsigned char or EOF.
51937
51938 2005-06-16  Jim Meyering  <jim@meyering.net>
51939
51940         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
51941         when either N or S is zero.
51942
51943 2005-06-16  Derek Price  <derek@ximbiot.com>
51944
51945         * m4/bison.m4: Declare YACC & YFLAGS precious.
51946
51947 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
51948
51949         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
51950         multibyte string or pattern, fall back on unibyte matching.
51951         Problem reported by James Youngman.
51952
51953 2005-06-08  Bruno Haible  <bruno@clisp.org>
51954
51955         * modules/csharpcomp: New file.
51956         * MODULES.html.sh (C#): Add csharpcomp.
51957
51958 2005-06-08  Bruno Haible  <bruno@clisp.org>
51959
51960         * m4/csharpcomp.m4: New file, from GNU gettext.
51961
51962 2005-06-08  Bruno Haible  <bruno@clisp.org>
51963
51964         * lib/csharpcomp.h: New file, from GNU gettext.
51965         * lib/csharpcomp.c: New file, from GNU gettext.
51966         * lib/csharpcomp.sh.in: New file, from GNU gettext.
51967
51968 2005-06-08  Bruno Haible  <bruno@clisp.org>
51969
51970         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
51971         warning on mingw.
51972
51973 2005-06-07  Derek Price  <derek@ximbiot.com>
51974
51975         Sync from CVS.
51976         * lib/glob_.h: Indent nested #ifdef.
51977
51978 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
51979
51980         Sync from coreutils.
51981         Use "file name" when talking about file names, instead of "filename"
51982         or "path", as per the GNU coding standards.
51983         * lib/mkdir-p.c: Renamed from makepath.c.
51984         (make_dir_parents): Renamed from make_path.  All callers changed.
51985         * lib/mkdir-p.h: Likewise.  All includers changed.
51986         * lib/filenamecat.c: Renamed from path-concat.c.
51987         (file_name_concat): Renamed from path_concat.  All callers changed.
51988         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
51989         * lib/filenamecat.h: Likewise.  All includers changed.
51990         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
51991         in comments or local variable names.
51992         * lib/basename.c: Likewise.
51993         * lib/canonicalize.c, canonicalize.h: Likewise.
51994         * lib/dirname.c, dirname.h: Likewise.
51995         * lib/euidaccess.c: Likewise.
51996         * lib/exclude.c: Likewise
51997         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
51998         * lib/fsusage.c, fsuage.h: Likewise.
51999         * lib/fts.c, fts_.h: Likewise.
52000         * lib/getcwd.c: Likewise.
52001         * lib/getloadavg.c: Likewise.
52002         * lib/mkstemp.c: Likewise.
52003         * lib/mountlist.c, mountlist.h: Likewise.
52004         * lib/openat.c, openat.h: Likewise.
52005         * lib/readlink-stub.c: Likewise.
52006         * lib/readutmp.c, readutmp.h: Likewise.
52007         * lib/rename.c: Likewise.
52008         * lib/rmdir.c: Likewise.
52009         * lib/same.c: Likewise.
52010         * lib/savedir.c: Likewise.
52011         * lib/stripslash.c: Likewise.
52012         * lib/tempname.c: Likewise.
52013         * lib/xreadlink.c: Likewise.
52014         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
52015         All uses changed.
52016         * lib/exclude.h: Likewise.
52017
52018         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
52019         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52020         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
52021         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52022         * lib/pathmax.h: Include <limits.h> unconditionally, since other
52023         files have been getting away with it for years (MORE/BSD 4.3
52024         is extinct now).
52025         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
52026         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
52027
52028         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
52029         Define to 256, not 255, as per modern POSIX.
52030
52031 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52032
52033         Sync from coreutils.
52034         Use "file name" when talking about file names, instead of "filename"
52035         or "path", as per the GNU coding standards.
52036         * MODULES.html.sh: mkdir-p renamed from makepath.
52037         filenamecat renamed from path-concat.
52038         * modules/filenamecat: Renamed from modules/path-concat.
52039         (Files): filenamecat.h and filenamecat.c renamed from
52040         path-concat.h and path-concat.c.
52041         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
52042         (Include): filenamecat.h, not path-concat.h.
52043         * modules/mkdir-p: Renamed from modules/makepath.
52044         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
52045         makepath.c.
52046         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
52047         (Include): mkdir-p.h, not makepath.h.
52048
52049 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
52050
52051         Sync from coreutils.
52052         * m4/mkdir-p.m4: Renamed from makepath.m4.
52053         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
52054         Rename files from makepath.c to mkdir-p.c, and from
52055         makepath.h to mkdir-p.h.
52056         * m4/filenamecat.m4: Renamed from path-concat.m4.
52057         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
52058         Rename files from path-concat.c to filenamecat.c,
52059         and from path-concat.h to filenamecat.h.
52060         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
52061         "file name" in local variables or comments.
52062         * m4/rename.m4: Likewise.
52063
52064 2005-06-01  Bruno Haible  <bruno@clisp.org>
52065
52066         * modules/csharpexec: New file.
52067         * MODULES.html.sh (C#): New section.
52068
52069 2005-06-01  Bruno Haible  <bruno@clisp.org>
52070
52071         * m4/csharp.m4: New file, from GNU gettext.
52072         * m4/csharpexec.m4: New file, from GNU gettext.
52073
52074 2005-06-01  Bruno Haible  <bruno@clisp.org>
52075
52076         * lib/csharpexec.h: New file, from GNU gettext.
52077         * lib/csharpexec.c: New file, from GNU gettext.
52078         * lib/csharpexec.sh.in: New file, from GNU gettext.
52079
52080 2005-05-31  Derek Price  <derek@ximbiot.com>
52081             Paul Eggert  <eggert@cs.ucla.edu>
52082
52083         Sync from cvs.
52084         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52085
52086 2005-05-31  Derek Price  <derek@ximbiot.com>
52087             Paul Eggert  <eggert@cs.ucla.edu>
52088
52089         Sync from cvs.
52090         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
52091
52092 2005-05-29  Derek Price  <derek@ximbiot.com>
52093
52094         * config/srclist.txt (glob_.h, glob.c): Add these files.
52095
52096 2005-05-29  Derek Price  <derek@ximbiot.com>
52097
52098         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
52099         * modules/glob: New file.
52100         * modules/getlogin_r: Add link to POSIX spec in description.
52101
52102 2005-05-29  Derek Price  <derek@ximbiot.com>
52103             Paul Eggert  <eggert@cs.ucla.edu>
52104
52105         * m4/glob.m4: New file.
52106
52107 2005-05-29  Derek Price  <derek@ximbiot.com>
52108             Paul Eggert  <eggert@cs.ucla.edu>
52109
52110         * lib/glob_.h, lib/glob.c: New files.
52111
52112 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52113
52114         * modules/fts (Files): Remove m4/inttypes-pri.m4.
52115         * modules/fts-lgpl (Depends-on): Remove gettext.
52116
52117 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52118
52119         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
52120         and don't require gt_INTTYPES_PRI.
52121
52122 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
52123
52124         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
52125
52126         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
52127         the configuration hassle isn't worth it.
52128         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
52129         (LONGEST_MODIFIER, PRIuMAX): Remove.
52130
52131 2005-05-27  Bruno Haible  <bruno@clisp.org>
52132
52133         * lib/getlogin_r.h: Remove second include of <stddef.h>.
52134
52135 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
52136
52137         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
52138         _POSIX_PTHREAD_SEMANTICS for Solaris.
52139
52140 2005-05-25  Derek Price  <derek@ximbiot.com>
52141
52142         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
52143
52144 2005-05-25  Derek Price  <derek@ximbiot.com>
52145             Paul Eggert  <eggert@cs.ucla.edu>
52146
52147         * modules/getlogin_r, m4/getlogin_r.m4: New files.
52148         * lib/getlogin_r.c, getlogin_r.h: New files.
52149
52150 2005-05-25  Bruno Haible  <bruno@clisp.org>
52151             Derek Price  <derek@ximbiot.com>
52152
52153         * lib/getlogin_r.h: Simplify API documentation.
52154
52155 2005-05-23  Derek Price  <derek@ximbiot.com>
52156
52157         * modules/minmax (Files): Add m4/minmax.m4.
52158         (configure.ac): Add gl_MINMAX.
52159
52160 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
52161
52162         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
52163         so that unistd-safer.h (GPL'ed code) need not be included.
52164
52165 2005-05-22  Bruno Haible  <bruno@clisp.org>
52166
52167         * m4/minmax.m4: New file.
52168         Based on a patch by Derek Price <derek@ximbiot.com>.
52169
52170 2005-05-22  Bruno Haible  <bruno@clisp.org>
52171
52172         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
52173         (INT64_MIN): Fix definition.
52174         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
52175
52176         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
52177         NEED_SIGNED_INT_TYPES.
52178
52179         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
52180         HAVE_SYSTEM_INTTYPES.
52181
52182 2005-05-22  Bruno Haible  <bruno@clisp.org>
52183
52184         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
52185         Also include <sys/param.h> if it defines MIN, MAX.
52186         Based on a patch by Derek Price <derek@ximbiot.com>.
52187
52188 2005-05-21  Jim Meyering  <jim@meyering.net>
52189
52190         * modules/fts (Files): Add m4/inttypes-pri.m4.
52191         (Depends-on): Add lstat and remove gettext.  Alphabetize.
52192
52193 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52194
52195         New fts module.
52196         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
52197         (setup_dir, free_dir): New functions.
52198         (enter_dir, leave_dir): Define trivial
52199         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
52200         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
52201         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
52202         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
52203         Move to fts-cycle.c.
52204         (fts_open): Use setup_dir.
52205         (fts_close): Use free_dir.
52206         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
52207         This adds a label and some gotos, but the alternatives were messier.
52208         Check for memory allocation failure when entering a dir.
52209         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
52210         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
52211         (FTS): New member fts_cycle, that is a union that contains the
52212         old active_dir_ht and cycle_state.  All uses changed to mention
52213         fts_cycle.ht and fts_cycle.state.
52214         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
52215         fts.c, with the following changes:
52216         (setup_dir, free_dir): New functions.
52217         (enter_dir): Now returns bool.  Return true if successful, false
52218         if memory exhausted.  All callers changed.
52219         Do not bother partly cleaning up on
52220         memory allocation failure; that is free_dir's job.
52221         However, free ad if hash_insert fails, to avoid memory leak.
52222         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
52223         fts->fts_options to see which union member to use.
52224
52225 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52226
52227         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
52228         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
52229
52230 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
52231
52232         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
52233
52234 2005-05-20  Jim Meyering  <jim@meyering.net>
52235
52236         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
52237         Now a macro, to pacify GCC.
52238
52239 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52240
52241         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
52242         of -1.
52243
52244 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
52245
52246         * lib/chown.c (rpl_chown): Return -1 on failure.
52247
52248 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52249
52250         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
52251         Don't check for stddef.h.
52252         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
52253         don't use its results.
52254         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
52255         since we include them unconditionally.  Don't require
52256         AM_STDBOOL_H, since stdbool is a prerequisite.
52257         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
52258         since we assume C89 or better.
52259         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
52260         as we don't use their results.
52261         Don't check for fchdir, memmove, memset, strrchr, as we use
52262         them unconditionally.
52263         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
52264         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
52265
52266 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
52267
52268         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
52269         Include <stddef.h> unconditionally, since we assume C89 now.
52270         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
52271         * lib/fts.c: Include fts_.h first, to check interface.
52272         Do not include intprops.h; no longer needed.
52273         Include cycle-check.h and hash.h, since fts_.h no longer does.
52274         Remove unnecessary casts of closedir to void.
52275         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
52276         decide whether to decrement nlinks.
52277         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
52278         (FTS): Use struct hash_table * instead of Hash_table, so that
52279         we no longer need to include hash.h here.
52280
52281 2005-05-18  Jim Meyering  <jim@meyering.net>
52282
52283         * modules/dirfd (License): Change to LGPL.  Most of the code
52284         is already in the public domain.
52285
52286 2005-05-18  Jim Meyering  <jim@meyering.net>
52287
52288         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
52289         Reported by Yoann Vandoorselaere.
52290
52291 2005-05-17  Jim Meyering  <jim@meyering.net>
52292
52293         * m4/fts.m4: New file, from coreutils.
52294
52295 2005-05-17  Jim Meyering  <jim@meyering.net>
52296
52297         * lib/fts.c, lib/fts_.h: New files, from coreutils.
52298
52299 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52300
52301         Sync from coreutils.
52302         * m4/unlinkdir.m4: New file.
52303
52304 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52305
52306         Sync from coreutils.
52307         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
52308         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
52309         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
52310         White space changes only.
52311         * lib/makepath.c (make_path): Port to hosts where leading "//" is
52312         special.
52313         * lib/yesno.c: Include getline.h, not ctype.h.
52314         (yesno): Don't remove leading white space; POSIX doesn't allow it.
52315         Use getline to remove arbitrary restriction on response length.
52316
52317 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
52318
52319         * config/srclist-update: Spell out "Street" in FSF postal
52320         mail address; this is the style the FSF seems to prefer.
52321
52322         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
52323         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
52324         this updates FSF postal mail address.
52325
52326         Sync from coreutils.
52327         * modules/unlinkdir: New file.
52328         * modules/yesno (Depends-on): Add getline.
52329         * MODULES.html.sh (File system functions): Add unlinkdir.
52330
52331 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52332
52333         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
52334         lib/strsep.h:
52335         Change the initial comment to refer to GPL, not LGPL.
52336         gnulib-tool will change it to LGPL as needed.
52337
52338         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
52339         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
52340         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
52341         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
52342         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
52343         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
52344         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
52345         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
52346         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
52347         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
52348         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
52349         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
52350         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
52351         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
52352         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
52353         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
52354         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
52355         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
52356         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
52357         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
52358         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
52359         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
52360         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
52361         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
52362         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
52363         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
52364         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
52365         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
52366         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
52367         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
52368         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
52369         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
52370         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
52371         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
52372         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
52373         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
52374         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
52375         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
52376         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
52377         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
52378         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
52379         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
52380         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
52381         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
52382         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
52383         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
52384         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
52385         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
52386         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
52387         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
52388         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
52389         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
52390         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
52391         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
52392         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
52393         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
52394         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
52395         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
52396         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
52397         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
52398         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
52399         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
52400         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
52401         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
52402         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
52403         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
52404         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
52405         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
52406         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
52407         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
52408         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
52409         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
52410         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
52411         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
52412         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
52413         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
52414         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
52415         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
52416         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
52417         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
52418         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
52419         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
52420         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
52421         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
52422         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
52423         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
52424         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
52425         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
52426         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
52427         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
52428         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
52429         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
52430         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
52431         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
52432         lib/yesno.c, lib/yesno.h:
52433         Update FSF postal mail address.
52434
52435 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
52436
52437         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
52438         tests/test-memmem.c, tests/test-stpncpy.c:
52439         Update FSF postal mail address.
52440
52441 2005-05-13  Bruno Haible  <bruno@clisp.org>
52442
52443         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
52444         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
52445         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
52446         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
52447         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
52448         Add support for 64-bit integers in the MSVC compiler.
52449
52450 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
52451
52452         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
52453
52454 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
52455
52456         * gnulib-tool (func_import): Sort and uniquify recommended includes.
52457
52458 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
52459
52460         * doc/getdate.texi (General date syntax): Don't say that date
52461         date --iso-8601=ns generates acceptable dates; it doesn't yet.
52462         Problem reported by Nic Ferrier.
52463
52464 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52465
52466         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
52467         specified in ai_socktype. Fix invalid ai_protocol
52468         check. ai_protocol is usually set to 0 or depending on
52469         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
52470         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
52471         ai_socktype / ai_protocol in the returned addrinfo structure.
52472
52473 2005-05-10  Simon Josefsson  <jas@extundo.com>
52474
52475         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
52476         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52477
52478 2005-05-10  Karl Berry  <karl@gnu.org>
52479
52480         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
52481         (from http://www.gnu.org/licenses).
52482         * doc/COPYING.LIB: also rename to COPYING.LESSER.
52483         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
52484         fdl.texi suffices.
52485
52486 2005-05-10  Karl Berry  <karl@gnu.org>
52487
52488         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
52489         (COPYING.DOC): remove.
52490
52491         * config/srclist-update: new FSF address.
52492
52493 2005-05-10  Derek Price  <derek@ximbiot.com>
52494
52495         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
52496         possible.
52497
52498 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52499             Bruno Haible  <bruno@clisp.org>
52500
52501         * modules/inet_ntop: New file.
52502         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52503         inet_ntop.
52504
52505 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52506             Bruno Haible  <bruno@clisp.org>
52507
52508         * m4/inet_ntop.m4: New file.
52509
52510 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
52511             Bruno Haible  <bruno@clisp.org>
52512
52513         * lib/inet_ntop.h: New file.
52514         * lib/inet_ntop.c: New file, from glibc with modifications.
52515
52516 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
52517
52518         * modules/time_r (License): Change to LGPL.
52519         * modules/extensions (License): Change to LGPL.  Actually,
52520         the license is more permissive than that, but currently gnulib-tool
52521         doesn't know how to handle more-permissive licenses.
52522
52523         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
52524         Problem reported by Dave Love.
52525
52526 2005-05-08  Jim Meyering  <jim@meyering.net>
52527
52528         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
52529         blank.
52530
52531 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
52532
52533         * modules/argmatch (Depends-on): Add stdbool.
52534         * modules/backupfile (Depends-on): Likewise.
52535         * modules/chdir-long (Depends-on): Likewise.
52536         * modules/closeout (Depends-on): Likewise.
52537         * modules/cycle-check (Depends-on): Likewise.
52538         * modules/dirname (Depends-on): Likewise.
52539         * modules/fnmatch (Depends-on): Likewise.
52540         * modules/fsusage (Depends-on): Likewise.
52541         * modules/fwriteerror (Depends-on): Likewise.
52542         * modules/getcwd (Depends-on): Likewise.
52543         * modules/getloadavg (Depends-on): Likewise.
52544         * modules/hard-locale (Depends-on): Likewise.
52545         * modules/makepath (Depends-on): Likewise.
52546         * modules/mountlist (Depends-on): Likewise.
52547         * modules/nanosleep (Depends-on): Likewise.
52548         * modules/posixtm (Depends-on): Likewise.
52549         * modules/quotearg (Depends-on): Likewise.
52550         * modules/readtokens (Depends-on): Likewise.
52551         * modules/readtokens0 (Depends-on): Likewise.
52552         * modules/readutmp (Depends-on): Likewise.
52553         * modules/save-cwd (Depends-on): Likewise.
52554         * modules/strftime (Depends-on): Likewise.
52555         * modules/userspec (Depends-on): Likewise.
52556         * modules/utimecmp (Depends-on): Likewise.
52557         * modules/xgetcwd (Depends-on): Likewise.
52558         * modules/xnanosleep (Depends-on): Likewise.
52559         * modules/xstrtod (Depends-on): Likewise.
52560         * modules/yesno (Depends-on): Likewise.
52561
52562 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
52563
52564         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
52565         needless checks.
52566
52567 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52568
52569         Merge from coreutils.  Among other things,
52570         add bulletproofing for cases where stdin, stdout, or stderr are closed.
52571         * lib/fd-safer.c: New file.
52572         * lib/fcntl-safer.h, open-safer.c: Remove.
52573         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
52574         * lib/dup-safer.c: Include unistd-safer.h first.
52575         Don't include errno.h.
52576         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
52577         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
52578         * lib/file-type.c: Rely on file-type.h change.
52579         * lib/getloadavg.c: Include unistd-safer.h.
52580         (getloadavg): Use safer open.
52581         * lib/getusershell.c: Include "stdio-safer.h".
52582         (getusershell): Use safer fopen.
52583         * lib/long-options.c (long_options): Use NULL rather than 0.
52584         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
52585         'free'.
52586         * lib/modechange.c: Likewise.
52587         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
52588         (MODE_DONE): New constant.
52589         (struct mode_change): Remove 'next' member.
52590         (make_node_op_equals): New function; like the old one of the
52591         same name, except it allocates an array.
52592         (mode_compile, mode_create_from_ref): Use it.
52593         (mode_compile): Allocate result as an array, not a linked list.
52594         Parse octal string ourself, so that we catch mistakes like "+0".
52595         (mode_adjust): Arg is an array, not a linked list.
52596         * lib/modechange.c: Include stat-macros.h, xalloc.h.
52597         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
52598         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
52599         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
52600         Remove.  This is now stat-macros.h's job.
52601         (talloc): Remove.  All callers replaced by xalloc, so that
52602         our invokers don't have to worry about reporting memory failures.
52603         (make_node_op_equals): Remove.
52604         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52605         New constants.
52606         (struct mode_change): Moved here from modechange.h.
52607         (mode_append_entry): Remove.
52608         (mode_compile): Remove MASKED_OPS arg, since it encouraged
52609         apps to have incorrect behavior.  Use simpler algorithm for head
52610         and tail.  Don't futz with umask; that's now the job of mode_adjust.
52611         Detect more invalid usages rather than having somewhat-random behavior.
52612         Don't insert an "a=" action, as that leads to incorrect behavior.
52613         (mode_compile, mode_create_from_ref): Return NULL on error instead
52614         of an enum, since now there's only one way to have an error.  All
52615         callers changed.
52616         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
52617         at the correct time.  Simplify calculation of "+u" and its ilk.
52618         Don't mishandle "+X".
52619         (mode_free): Remove "register" and localize decls.
52620         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
52621         (struct mode_change): Move to modechange.c; callers don't
52622         need to see this stuff.
52623         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
52624         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
52625         (mode_change, mode_adjust): Reflect the new signatures noted above.
52626         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
52627         that might redefine system include files.
52628         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
52629         (my_usleep): Use NULL rather than (void *) 0.
52630         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
52631         Use siginterrupt to specify that system calls should be interrupted.
52632         (rpl_nanosleep): Move initialization of suspended closer to call of
52633         my_usleep.
52634         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
52635         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
52636         (desirable_utmp_entry): New function.
52637         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
52638         using x2nrealloc, to simplify logic.
52639         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
52640         size calculation.  Do not assume utmp file is a regular file.
52641         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
52642         (READ_UTMP_CHECK_PIDS): New constant.
52643         * lib/save-cwd.c: Include unistd-safer.h.
52644         (save_cwd): Use fd_safer.
52645         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
52646         [!_LIBC] Include "stat-macros.h" instead.
52647         * lib/unistd-safer.h (fd_safer): New decl.
52648
52649 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52650
52651         * modules/getloadavg (Depends-on): Add unistd-safer.
52652         * modules/getusershell (Depends-on): Add stdio-safer.
52653         * modules/lstat (Depends-on): Remove xalloc.
52654         * modules/mkstemp (Depends-on): Add stat-macros.
52655         * modules/modechange (Depends-on): Remove xstrtol.
52656         Add stat-macros, xalloc.
52657         * modules/save-cwd (Depends-on): Add unistd-safer.
52658         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
52659         * modules/unistd-safer (Files): Add lib/fd-safer.c
52660         (Makefile.am): Remove lib_SOURCES.
52661
52662         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
52663         Remove fcntl-safer; unistd-safer supersedes it.
52664
52665 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52666
52667         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
52668         AC_HEADER_STAT.
52669         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
52670         (gl_PREREQ_CHOWN): Remove.
52671         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
52672         it.  Don't require AC_HEADER_STAT.
52673         (gl_PREREQ_LSTAT): Remove.
52674         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
52675         Don't require AC_HEADER_STAT.
52676         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
52677         (gl_PREREQ_RMDIR): Remove.
52678         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
52679         mention stat-macros.h or AC_HEADER_STAT, since we'll make
52680         the stat-macros module a prerequisite.
52681         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
52682         * m4/filemode.m4 (gl_FILEMODE): Likewise.
52683         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
52684         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
52685         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
52686         variable names.
52687         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
52688         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
52689         variable prefixes.
52690         * m4/fcntl-safer.m4: Remove.
52691         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
52692         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
52693         Invoke gl_PREREQ_FD_SAFER.
52694         (gl_PREREQ_FD_SAFER): New macro.
52695         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
52696         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
52697         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
52698         Remove duplicate call to AC_LIBOBJ(readutmp).
52699         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
52700
52701         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
52702         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
52703
52704 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
52705
52706         * MODULES.html.sh (Misc): Add byteswap.
52707
52708 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52709
52710         * modules/getcwd (Depends-on): Add extensions.
52711         * modules/openat (Depends-on): Likewise.
52712
52713 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52714
52715         * modules/byteswap: New file.
52716
52717 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52718
52719         * m4/byteswap.m4: New file.
52720
52721 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
52722
52723         * lib/byteswap_.h: New file.
52724
52725 2005-04-25  Karl Berry  <karl@gnu.org>
52726
52727         * m4/gettext.m4: Update from GNU gettext 0.14.4.
52728
52729 2005-04-25  Albert Chin  <china@thewrittenword.com>
52730
52731         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
52732         Toolkit C bug.
52733
52734 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
52735
52736         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
52737         (func_ln_if_changed) Remove forcibly for no error message
52738         in case file does not exist.
52739
52740 2005-04-19  Simon Josefsson  <jas@extundo.com>
52741
52742         * gnulib-tool (Options): Make --symlink mean --symbolic.
52743
52744 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
52745
52746         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
52747
52748 2005-04-16  Simon Josefsson  <jas@extundo.com>
52749
52750         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
52751
52752 2005-04-15  Simon Josefsson  <jas@extundo.com>
52753
52754         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
52755
52756 2005-04-15  Simon Josefsson  <jas@extundo.com>
52757
52758         * gnulib-tool: Rename --symlink to --symbolic.
52759
52760 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
52761
52762         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
52763         symbolic links to files instead of copying/moving.  Add --aux-dir,
52764         specifying directory relative --dir where auxiliary build tools
52765         are placed.
52766
52767 2005-04-14  Bruno Haible  <bruno@clisp.org>
52768
52769         * modules/allocsa (License): Change to LGPL.
52770         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
52771
52772 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
52773
52774         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
52775         that "UTC +1 second" continues to work.  Problem reported
52776         by Dmitry V. Levin.
52777         (relunit_snumber): New rule.
52778         (relunit): Use it.
52779
52780 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
52781
52782         * lib/getdate.y (universal_time_zone_table): New constant.
52783         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
52784         universal_time_zone_table.
52785         (lookup_zone): Prefer universal_time_zone_table to
52786         local_time_zone_table, so that "GMT" time stamps are allowed in
52787         London during the summer.  Problem reported by Ian Abbott.
52788
52789 2005-04-12  Jim Meyering  <jim@meyering.net>
52790
52791         * lib/human.c (humblock): Set *options even when returning due to
52792         xstrtoumax conversion failure.  Thanks to a used-uninitialized
52793         warning from gcc-4.
52794
52795 2005-04-09  Jim Meyering  <jim@meyering.net>
52796
52797         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
52798         -Wuninitialized: initialize tm0.tm_year.
52799
52800 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
52801
52802         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
52803         count, since there's no maximum.  All uses changed.
52804         Add member dsts_seen.
52805         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
52806         not being INT_MAX.
52807         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
52808         Use pc_rels_seen to decide whther a date is absolute.
52809
52810         * lib/getdate.y (number): Don't overwrite year.
52811         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
52812         check.
52813
52814 2005-04-02  Simon Josefsson  <jas@extundo.com>
52815
52816         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
52817         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
52818
52819 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
52820
52821         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
52822         where no absolute path name can be longer than PATH_MAX.
52823
52824 2005-03-27  Jim Meyering  <jim@meyering.net>
52825
52826         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
52827
52828 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
52829
52830         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
52831         "one's complement" -> "ones' complement" in comment, as per Knuth.
52832         "value of type" -> "type or expression" in comment.
52833         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
52834
52835 2005-03-26  Jim Meyering  <jim@meyering.net>
52836
52837         Comment nits.
52838         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
52839         Correct typos: s/or/of/.
52840
52841 2005-03-26  Jim Meyering  <jim@meyering.net>
52842
52843         * modules/check-include-files: Move to ../ and rename to...
52844         * check-module: ...this.
52845
52846 2005-03-25  Jim Meyering  <jim@meyering.net>
52847
52848         * modules/xvasprintf (Files): Add xalloc.h.
52849
52850 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
52851
52852         * modules/gettext (Files): config/config.rpath ->
52853         build-aux/config.rpath
52854         * modules/iconv (Files): Likewise.
52855         Problem reported by Oskar Liljeblad.
52856
52857 2005-03-23  Jim Meyering  <jim@meyering.net>
52858
52859         * modules/check-include-files: New script to check for
52860         missing dependencies, multiple includes, etc.
52861
52862         * modules/c-strtold (Depends-on): Add xalloc.
52863         * modules/c-strtod (Depends-on): Add xalloc.
52864         * modules/hash (Depends-on): Add xalloc.
52865         (Files): Remove lib/xalloc.h.
52866
52867         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
52868         * modules/userspec (Files): Add lib/inttostr.h.
52869
52870 2005-03-23  Jim Meyering  <jim@meyering.net>
52871
52872         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
52873
52874 2005-03-22  Jim Meyering  <jim@meyering.net>
52875
52876         * modules/stat-macros: New module.
52877         * modules/canonicalize, modules/euidaccess, modules/file-type,
52878         * modules/filemode, modules/lchown, modules/makepath,
52879         * modules/rmdir, modules/stat: Depend on new stat-macros module
52880         rather than listing lib/stat-macros.h manually.
52881         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
52882
52883 2005-03-22  Jim Meyering  <jim@meyering.net>
52884
52885         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
52886
52887 2005-03-22  Bruno Haible  <bruno@clisp.org>
52888
52889         * config/srclist.txt: Replace target directory 'config' with
52890         'build-aux'.
52891         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
52892         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
52893         ../build-aux/.
52894
52895 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
52896
52897         * modules/chdir-long (Depends-on): Add mempcpy.
52898
52899         * modules/acl, modules/backupfile, modules/c-strtod,
52900         modules/c-strtold, modules/canon-host, modules/canonicalize,
52901         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
52902         modules/exclude, modules/exitfail, modules/file-type,
52903         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
52904         modules/getdate, modules/getline, modules/getpagesize,
52905         modules/getpass, modules/getugroups, modules/group-member,
52906         modules/hard-locale, modules/hash, modules/human, modules/idcache,
52907         modules/inttostr, modules/long-options, modules/makepath,
52908         modules/md5, modules/memcasecmp, modules/memcoll,
52909         modules/modechange, modules/mountlist, modules/path-concat,
52910         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
52911         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
52912         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
52913         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
52914         modules/strftime, modules/strndup, modules/strverscmp,
52915         modules/timespec, modules/unlocked-io, modules/userspec,
52916         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
52917         modules/yesno:
52918         Remove lib_SOURCES line from Makefile.am section, as this is now
52919         done automatically by the corresponding Autoconf macro.
52920
52921 2005-03-21  Jim Meyering  <jim@meyering.net>
52922
52923         Changes imported from coreutils.
52924
52925         * lib/cycle-check.c: Don't include xalloc.h.
52926
52927         * lib/path-concat.c: Don't include assert.h.
52928         (path_concat): Remove assertion that would have triggered
52929         for ABASE starting with more than one slash.
52930         Reported by Andreas Schwab.
52931
52932         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
52933         properly when ABASE is an absolute file name.
52934         Correct the description of this function.
52935         Include <assert.h>.
52936         Add an assertion and a test driver.
52937         This fixes a bug introduced on 2004-07-02.
52938         Andreas Schwab reported the resulting failure of cp --parents:
52939         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
52940
52941 2005-03-21  Jim Meyering  <jim@meyering.net>
52942
52943         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
52944         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
52945
52946 2005-03-21  Jim Meyering  <jim@meyering.net>
52947         and  Paul Eggert  <eggert@cs.ucla.edu>
52948
52949         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
52950         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
52951         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
52952         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
52953         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
52954         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
52955         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
52956         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
52957         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
52958         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
52959         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
52960         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
52961         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
52962         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
52963         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
52964         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
52965         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
52966         for these modules.
52967
52968 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
52969
52970         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
52971         (which shouldn't happen), generate nothing instead of returning 0
52972         immediately, so that nstrftime (NULL, ...) doesn't return 0.
52973
52974 2005-03-16  Bruno Haible  <bruno@clisp.org>
52975
52976         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
52977         HAVE_LONGLONG_64BIT.
52978
52979 2005-03-16  Bruno Haible  <bruno@clisp.org>
52980
52981         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
52982         HAVE_LONGLONG_64BIT.
52983
52984 2005-03-16  Bruno Haible  <bruno@clisp.org>
52985
52986         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
52987         HAVE_LONGLONG_64BIT.
52988
52989 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52990
52991         * lib/strftime.c (my_strftime): Prepend space to format so that we can
52992         reliably distinguish strftime failure from empty output on POSIX
52993         hosts.
52994
52995 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
52996
52997         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
52998         (iconv_string): Don't guess a size-zero buffer, as that might cause
52999         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
53000         result would be 'too large', where 'too large' is (heuristically)
53001         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
53002         overflow concerns.  This will prevent some unwanted malloc failures
53003         when the inputs are very large.
53004
53005 2005-03-15  Karl Berry  <karl@gnu.org>
53006
53007         * config/srclist.txt (config.rpath): from gettext.
53008         * config/config.rpath: update.
53009
53010 2005-03-15  Bruno Haible  <bruno@clisp.org>
53011
53012         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
53013         to 'negate'.
53014
53015         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
53016         variable.
53017
53018         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
53019         results.
53020
53021 2005-03-14  Simon Josefsson  <jas@extundo.com>
53022
53023         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
53024         <fx@gnu.org>.
53025
53026 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
53027
53028         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
53029         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
53030         intprops.h.
53031         * lib/strtol.c: Likewise.
53032
53033 2005-03-14  Jim Meyering  <jim@meyering.net>
53034
53035         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
53036         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
53037         to be nonzero so that we (and caller) can detect the difference
53038         between a valid zero-length expansion and an error return, even
53039         when the underlying strftime fails before writing anything into
53040         that location.
53041
53042 2005-03-14  Bruno Haible  <bruno@clisp.org>
53043
53044         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
53045         Update from GNU gettext 0.14.3.
53046
53047 2005-03-10  Jim Meyering  <jim@meyering.net>
53048
53049         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
53050
53051 2005-03-10  Jim Meyering  <jim@meyering.net>
53052
53053         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
53054         so that this module works on systems without fchdir.
53055
53056 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
53057
53058         Factor int-properties macros into a single file, except for
53059         glibc-related files.
53060         * lib/intprops.h: New file.
53061         * lib/getloadavg.c: Include it instead of limits.h.
53062         (INT_STRLEN_BOUND): Remove.
53063         * lib/human.c: Include intprops.h.
53064         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
53065         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
53066         302/1000.
53067         * lib/inttostr.h: Include intprops.h instead of limits.h.
53068         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
53069         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
53070         for consistency with intprops.h.
53071         (time_t_is_integer, twos_complement_arithmetic): Use them.
53072         * lib/sig2str.h: Include <signal.h>, intprops.h.
53073         (INT_STRLEN_BOUND): Remove.
53074         * lib/strftime.c (TYPE_SIGNED): Remove.
53075         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
53076         * lib/strtol.c: Adjust comments to match intprops.h.
53077         * lib/userspec.c: Include intprops.h.
53078         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
53079         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
53080         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
53081         instead of rolling our own expressions.
53082         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
53083
53084         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
53085         instead of int.
53086         (my_strftime): Do not mishandle years close to INT_MAX, by doing
53087         the right thing even if adding 1900 would overflow.  Similarly
53088         for tm_mon + 1 and tm_yday + 1.
53089         Make %Y always equivalent to %C%y, and similarly for %G and %g.
53090         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
53091         (DO_SIGNED_NUMBER): New macro.
53092         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
53093
53094 2005-03-07  Bruno Haible  <bruno@clisp.org>
53095
53096         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
53097
53098 2005-03-07  Bruno Haible  <bruno@clisp.org>
53099
53100         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
53101
53102 2005-03-04  Derek R. Price  <derek@ximbiot.com>
53103
53104         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
53105         (func_import): Only replace files via --import when they have actually
53106         changed.
53107
53108 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53109
53110         * m4/mmap-anon.m4: New file.
53111         * m4/pagealign_alloc.m4: New file.
53112
53113 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53114             Bruno Haible  <bruno@clisp.org>
53115
53116         * modules/pagealign_alloc: New file.
53117         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
53118
53119 2005-03-03  Derek R. Price  <derek@ximbiot.com>
53120             Bruno Haible  <bruno@clisp.org>
53121
53122         * lib/pagealign_alloc.h: New file.
53123         * lib/pagealign_alloc.c: New file.
53124
53125 2005-03-03  Bruno Haible  <bruno@clisp.org>
53126
53127         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
53128         Use an all-permissive copyright notice, recommended by RMS.
53129
53130 2005-03-02  Bruno Haible  <bruno@clisp.org>
53131
53132         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
53133         of AIX, the replacement has to be done only after <string.h> is
53134         included, therefore not in config.h. stpncpy.h does the replacement,
53135         and stpncpy.c uses it.
53136
53137 2005-03-02  Bruno Haible  <bruno@clisp.org>
53138
53139         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
53140         stpncpy.c uses it.
53141
53142 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53143
53144         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
53145         The workaround isn't strictly needed for POSIX conformance, and
53146         it's too much of a pain to configure and maintain.  We'll ask
53147         people to fix their kernels instead.
53148         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
53149         (NANOSLEEP_BUG_WORKAROUND): Remove.
53150         (xnanosleep): Remove the workaround.
53151
53152 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53153
53154         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
53155         Reported by Derek Price.
53156         (Include): Add "timespec.h".
53157
53158         * modules/xnanosleep (Depends-on): Remove gethrxtime.
53159
53160 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
53161
53162         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
53163         to detect nanosleep bug.
53164
53165 2005-03-01  Bruno Haible  <bruno@clisp.org>
53166
53167         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
53168
53169 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
53170
53171         * modules/gethrxtime: New file.
53172         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
53173         (Depends-on): Add gethrxtime.
53174         (configure.ac): Add gl_XNANOSLEEP.
53175         (Makefile.am): Remove lib_SOURCES line.
53176
53177 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53178
53179         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
53180         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
53181
53182 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
53183
53184         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
53185         * lib/timespec.h (gettime): Return void, since it always
53186         succeeds now.  All uses changed.
53187         * lib/gettime.c (gettime) Likewise.
53188         [HAVE_NANOTIME]: Prefer nanotime.
53189         Assume gettimeofday succeeds, as POSIX requires.
53190         Assime time () succeeds, since other code already does.
53191         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
53192         (timespec_subtract): Remove.
53193         (NANOSLEEP_BUG_WORKAROUND): New constant.
53194         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
53195         things considerably.  Use it only on GNU/Linux hosts, since the
53196         workaround shouldn't be needed elsewhere.
53197
53198 2005-02-24  Bruno Haible  <bruno@clisp.org>
53199
53200         * modules/gettext (Files): Add m4/glibc2.m4.
53201
53202 2005-02-24  Bruno Haible  <bruno@clisp.org>
53203
53204         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
53205         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
53206         * m4/progtest.m4:
53207         Update from GNU gettext 0.14.2.
53208         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
53209
53210 2005-02-24  Bruno Haible  <bruno@clisp.org>
53211
53212         * lib/localcharset.c: Update from GNU gettext 0.14.2.
53213         * lib/config.charset: Update from GNU gettext 0.14.2.
53214
53215 2005-02-24  Bruno Haible  <bruno@clisp.org>
53216
53217         * lib/gettext.h: Update from GNU gettext 0.14.2.
53218
53219 2005-02-23  Simon Josefsson  <jas@extundo.com>
53220
53221         * m4/iconvme.m4: New file.
53222
53223 2005-02-23  Jim Meyering  <jim@meyering.net>
53224
53225         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
53226         change.
53227         Thanks to Bruno Haible for catching it.
53228
53229 2005-02-22  Simon Josefsson  <jas@extundo.com>
53230
53231         * modules/iconvme: New file.
53232
53233         * MODULES.html.sh: Add iconvme.
53234
53235 2005-02-22  Simon Josefsson  <jas@extundo.com>
53236
53237         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
53238
53239 2005-02-22  Simon Josefsson  <jas@extundo.com>
53240
53241         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
53242
53243 2005-02-22  Jim Meyering  <jim@meyering.net>
53244
53245         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
53246         s/ifndef/ifdef/.
53247
53248 2005-02-20  Neil Conway  <neilc@samurai.com>
53249
53250         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
53251         returned by OSX/Darwin if the specified buffer is not large
53252         enough for the hostname.
53253
53254 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53255
53256         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
53257         pass it to _help, otherwise the latter coredumps trying to
53258         dereference state.root_argp.
53259
53260 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53261
53262         * modules/chdir-long (Depends-on): Add memrchr.
53263         * modules/memrchr (Files): Add lib/memrchr.h.
53264         (Include): "memrchr.h".
53265
53266 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53267
53268         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
53269
53270 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
53271
53272         * lib/memrchr.h: New file.
53273         * lib/chdir-long.c: Include it.
53274         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
53275         Don't bother including stddef.h.
53276
53277 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
53278
53279         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
53280         inclusion.
53281         Include <sys/types.h>, for dev_t.
53282         (ME_DUMMY, ME_REMOTE): Move from here....
53283         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
53284         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
53285         Dmitry V. Levin.
53286         Include mountlist.h first, to test the interface.
53287
53288 2005-01-29  Bruno Haible  <bruno@clisp.org>
53289
53290         * lib/progname.c (program_name): Initialize.
53291         Needed when linking statically on MacOS X.
53292
53293 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53294
53295         Sync from coreutils.
53296         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
53297         (Depends-on): Add c-strtod.
53298         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
53299
53300 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
53301
53302         Sync from coreutils.
53303         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
53304
53305         Remove files that are specific to coreutils.
53306         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
53307
53308 2005-01-28  Bruno Haible  <bruno@clisp.org>
53309
53310         * modules/javacomp: New file.
53311         * MODULES.html.sh (Java): Add javacomp.
53312
53313 2005-01-28  Bruno Haible  <bruno@clisp.org>
53314
53315         * m4/javacomp.m4: New file, from GNU gettext.
53316
53317 2005-01-28  Bruno Haible  <bruno@clisp.org>
53318
53319         * lib/javacomp.sh.in: New file, from GNU gettext.
53320         * lib/javacomp.h: New file, from GNU gettext.
53321         * lib/javacomp.c: New file, from GNU gettext.
53322
53323 2005-01-26  Simon Josefsson  <jas@extundo.com>
53324
53325         * lib/gai_strerror.c: Use GPL in header.
53326
53327 2005-01-26  Bruno Haible  <bruno@clisp.org>
53328
53329         * modules/javaexec: New file.
53330         * MODULES.html.sh (Java): Add javaexec.
53331
53332 2005-01-26  Bruno Haible  <bruno@clisp.org>
53333
53334         * m4/javaexec.m4: New file, from GNU gettext.
53335
53336 2005-01-26  Bruno Haible  <bruno@clisp.org>
53337
53338         * lib/javaexec.sh.in: New file, from GNU gettext.
53339         * lib/javaexec.h: New file, from GNU gettext.
53340         * lib/javaexec.c: New file, from GNU gettext.
53341
53342 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53343
53344         * modules/lchown (Depends-on): Remove lchown.h
53345
53346 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53347
53348         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
53349         must be defined if the header file was not found, in order
53350         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
53351
53352 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53353
53354         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
53355         initializers for struct pentry_state.
53356         (__argp_error): Check return value of __asprintf
53357         (__argp_failure): Translate error message
53358
53359         * lib/argp-parse.c: Removed braces around the expansion of N_()
53360
53361 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
53362
53363         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
53364         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
53365         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
53366         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
53367         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
53368         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
53369         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
53370         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
53371         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
53372         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
53373         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
53374         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
53375         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
53376         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
53377         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
53378         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
53379         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
53380         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
53381         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
53382         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
53383         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
53384         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
53385         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
53386         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
53387         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
53388         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
53389         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
53390         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
53391         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
53392         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
53393         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
53394         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
53395         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
53396         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
53397         xstrtol.m4, xstrtoumax.m4, yesno.m4:
53398         Use an all-permissive copyright notice, recommended by RMS.
53399
53400 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
53401
53402         * modules/chdir-long (Depends-on): Remove mempcpy.
53403
53404 2005-01-21  Jim Meyering  <jim@meyering.net>
53405
53406         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
53407         same value as for Solaris 9.
53408
53409         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
53410         component length.  This included changing the parameter to be
53411         of type `char *' rather than `char const *'.
53412         * lib/chdir-long.h (chdir_long): Update prototype.
53413
53414         * lib/openat.c (fdopendir, fstatat): New functions.
53415         * lib/openat.h: Include headers required for use of DIR and struct
53416         stat.
53417         [AT_SYMLINK_NOFOLLOW]: Define.
53418         (fdopendir, fstatat): Add prototypes.
53419
53420 2005-01-21  Bruno Haible  <bruno@clisp.org>
53421
53422         * modules/classpath: New file.
53423         * MODULES.html.sh (Java): Add classpath.
53424
53425 2005-01-21  Bruno Haible  <bruno@clisp.org>
53426
53427         * lib/classpath.h: New file, from GNU gettext.
53428         * lib/classpath.c: New file, from GNU gettext.
53429
53430 2005-01-20  Simon Josefsson  <jas@extundo.com>
53431
53432         * modules/version-etc-fsf: New file.
53433
53434 2005-01-20  Simon Josefsson  <jas@extundo.com>
53435
53436         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
53437         * lib/version-etc.c: Remove version_etc_copyright.
53438         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
53439         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
53440
53441 2005-01-20  Simon Josefsson  <jas@extundo.com>
53442
53443         * lib/base64.h (isbase64): Add.
53444
53445         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
53446         using a unsigned prototype, don't inline.
53447         (base64_decode): Use it.
53448
53449 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53450
53451         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
53452         it.
53453
53454 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53455
53456         * lib/save-cwd.c (save_cwd): Remove code to support the case
53457         where fchdir is missing or flaky.
53458
53459 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
53460
53461         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
53462
53463 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
53464
53465         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
53466         AC_LIBSOURCES now does this.
53467         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
53468         with new ullong_max module.
53469
53470 2005-01-19  Bruno Haible  <bruno@clisp.org>
53471
53472         * modules/sh-quote: New file.
53473         * MODULES.html.sh (Executing programs): Add sh-quote.
53474
53475 2005-01-19  Bruno Haible  <bruno@clisp.org>
53476
53477         * lib/sh-quote.h: New file, from GNU gettext.
53478         * lib/sh-quote.c: New file, from GNU gettext.
53479
53480 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53481
53482         Merge from coreutils.
53483         * m4/ullong_max.m4: New file.
53484         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
53485         (gl_MACROS): Assume localeconv exists.
53486
53487 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53488
53489         Merge changes from coreutils, as described below in several
53490         changelogs dated today.
53491
53492         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
53493         (O_DIRECTORY): Remove; not needed here, since "." must be
53494         a directory.  All uses removed.
53495         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
53496         universal on Suns, and we also need to test for IRIX.
53497         Revamp code to use 'if' rather than '#if'.
53498         Avoid unnecessary comparison of cwd->desc to 0.
53499
53500         * lib/utimens.c (futimens): Robustify the previous patch, by checking
53501         for known valid error numbers rather than observed invalid ones.
53502
53503 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
53504
53505         * modules/ullong_max: New file.
53506
53507         * modules/chdir-long, modules/openat: New files.
53508         * modules/save-cwd (Depends-on): Depend on chdir-long.
53509         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
53510
53511 2005-01-18  Jim Meyering  <jim@meyering.net>
53512
53513         Merge from coreutils.
53514         * m4/chdir-long.m4, m4/openat.m4: New files.
53515         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
53516         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
53517         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
53518         is sane and DOES follow symlinks.  Besides, testing 20 different
53519         systems found no broken chown implementations.
53520         Prompted by a change in rsync's copy of this macro.
53521         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
53522
53523         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
53524
53525         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
53526         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
53527         NULL-means-set-to-current-time semantics.
53528         Remove temporary file immediately, rather than waiting
53529         for configure's at-exit trap code to do it.
53530
53531 2005-01-18  Jim Meyering  <jim@meyering.net>
53532
53533         * lib/version-etc.c (version_etc_copyright): Update copyright date.
53534
53535         * lib/utimens.c (futimens): Account for the fact that futimes
53536         can also fail with errno == ENOSYS or errno == ENOENT.
53537         Patch from Dmitry V. Levin.
53538
53539         Change the name of the robust chdir function from chdir to chdir_long.
53540         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
53541         (restore_cwd): Use chdir_long, not chdir.
53542         * lib/chdir-long.c: Renamed from chdir.c.
53543         * lib/chdir-long.h: Renamed from chdir.h.
53544         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
53545         Hurd.
53546
53547 2005-01-18  Bruno Haible  <bruno@clisp.org>
53548
53549         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
53550         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
53551         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
53552         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
53553         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
53554         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
53555         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
53556         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
53557         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
53558         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
53559         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
53560         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
53561         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
53562         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
53563         Use an all-permissive copyright notice, recommended by RMS.
53564
53565 2005-01-18  Bob Proulx  <bob@proulx.com>
53566
53567         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
53568         simplify offsetof() macro construct to avoid compile failure with
53569         native HP-UX 11.0 ANSI C compiler.
53570
53571 2005-01-17  Bruno Haible  <bruno@clisp.org>
53572
53573         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
53574         redundant because stpncpy.m4 takes care of it.
53575
53576 2005-01-17  Bruno Haible  <bruno@clisp.org>
53577
53578         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
53579
53580 2005-01-17  Bruno Haible  <bruno@clisp.org>
53581
53582         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
53583         used.
53584
53585 2005-01-17  Bruno Haible  <bruno@clisp.org>
53586
53587         * lib/fwriteerror.h (fwriteerror): Change specification to include
53588         fclose.
53589         * lib/fwriteerror.c: Include <stdbool.h>.
53590         (fwriteerror): At the end, close the file stream. Record whether
53591         stdout was already closed.
53592
53593 2005-01-17  Bruno Haible  <bruno@clisp.org>
53594
53595         * lib/execute.c (environ): Declare if needed.
53596         * lib/pipe.c (environ): Likewise.
53597         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
53598
53599 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53600
53601         * modules/argp: Depend on vsnprintf
53602
53603 2005-01-10  Jim Meyering  <jim@meyering.net>
53604
53605         * modules/closeout (Depends-on): Add atexit.
53606
53607 2005-01-06  Bruno Haible  <bruno@clisp.org>
53608
53609         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
53610
53611 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
53612
53613         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
53614         definitions to be after all include files, to avoid collisions.
53615         Problem reported by Bob Proulx.
53616
53617 2005-01-04  Jim Meyering  <jim@meyering.net>
53618
53619         Changes imported from coreutils.
53620         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
53621         as the mkstemp template, use a temporary directory and an
53622         8.3-friendly template to avoid trouble on systems like DJGPP.
53623         Reported by Juan M. Guerrero via Stepan Kasal.
53624         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
53625         close. Remove the temporary directory right away, rather than waiting
53626         for configure's at-exit trap code to do it.
53627         Suggestion from Stepan Kasal.
53628
53629 2005-01-01  Simon Josefsson  <jas@extundo.com>
53630
53631         * gnulib-tool: Print #include directives when --import'ing.
53632
53633 2004-12-28  Simon Josefsson  <jas@extundo.com>
53634
53635         * tests/test-base64.c: Include required header files.  Remove
53636         unused variables.
53637
53638 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53639
53640         * modules/error (Depends-on): Remove gettext.
53641
53642 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
53643
53644         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
53645         not needed.  This removes a dependency on the gettext module.
53646         [defined _LIBC]: Do not include <libintl.h>; not needed.
53647
53648 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53649
53650         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
53651         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
53652
53653 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
53654
53655         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
53656         HAVE_DECL_STRTOLD.
53657
53658 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53659
53660         * modules/getdate (Depends-on): Remove alloca-opt.
53661
53662 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53663
53664         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
53665
53666 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
53667
53668         * lib/argp-parse.c: Include <stddef.h>.
53669         (alignof, alignto): New macros.
53670         (parser_init): Don't assume that void * is aligned sufficiently
53671         for struct option.
53672
53673         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
53674         need to extend the stack.
53675         (YYINITDEPTH): New macro, so that the initial stack isn't overly
53676         large.
53677
53678 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53679
53680         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
53681
53682 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53683
53684         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
53685         (2004-10-24) change.  Apparently this was a false alarm.
53686
53687         * modules/getdate: Depend on alloca-opt, not alloca.
53688
53689 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
53690
53691         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
53692         Remove now-obsolete comment about AIX.
53693         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
53694         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
53695         (YYMAXDEPTH): New macro.
53696
53697 2004-12-18  Simon Josefsson  <jas@extundo.com>
53698
53699         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
53700
53701 2004-12-18  Bruno Haible  <bruno@clisp.org>
53702
53703         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
53704
53705 2004-12-18  Bruno Haible  <bruno@clisp.org>
53706
53707         * lib/fatal-signal.c (fatal_signals): Make non-const.
53708         (init_fatal_signals): New function.
53709         (uninstall_handlers, install_handlers): Ignore signals that were set to
53710         SIG_IGN.
53711         (at_fatal_signal): Call init_fatal_signals.
53712         (init_fatal_signal_set): Likewise. Ignore signals that were set to
53713         SIG_IGN.
53714         Reported by Paul Eggert.
53715
53716 2004-12-18  Bruno Haible  <bruno@clisp.org>
53717
53718         * doc/alloca.texi: New file.
53719         * doc/alloca-opt.texi: New file.
53720
53721 2004-12-17  Jim Meyering  <jim@meyering.net>
53722
53723         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
53724         Otherwise, install-sh could exit with improper exit status when
53725         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
53726
53727 2004-12-16  Simon Josefsson  <jas@extundo.com>
53728
53729         * tests/test-base64.c: Add license.
53730
53731 2004-12-15  Stepan Kasal  <address@hidden>
53732
53733         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
53734
53735 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
53736
53737         * modules/getcwd (Files): Add m4/d-ino.m4.
53738         Suggested by Mark D. Baushke.
53739
53740 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53741
53742         * lib/getdate.y (textint): New member "negative".
53743         (time_zone_hhmm): New function.
53744         Expect 14 shift-reduce conflicts, not 13.
53745         (o_colon_minutes): New rule.
53746         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
53747         (yylex): Set the "negative" member of signed numbers.
53748
53749 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
53750
53751         * doc/getdate.texi (Time of day items, Time zone items):
53752         Describe new formats +00:00, UTC+00:00.
53753
53754 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
53755
53756         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
53757         spurious "-l"s.  Problem reported by Stepan Kasal.
53758
53759 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
53760
53761         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
53762         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
53763
53764 2004-12-04  Simon Josefsson  <jas@extundo.com>
53765
53766         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
53767         Vandoorselaere <yoann@prelude-ids.org>.
53768
53769 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53770
53771         Changes imported from coreutils.
53772         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
53773         exist.
53774         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
53775
53776 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53777
53778         Changes imported from coreutils.
53779         * lib/hard-locale.c: Assume <locale.h> exists.
53780         Include "strdup.h".
53781         (GLIBC_VERSION): New macro.
53782         (hard_locale): Assume setlocale exists.
53783         Rewrite to avoid #ifdef.
53784         Use strdup rather than malloc + strcpy.
53785         * lib/human.c: Assume <locale.h> exists.
53786         (human_readable): Assume localeconv exists.
53787
53788 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
53789
53790         * modules/hard-locale (Depends-on): Add strdup.
53791
53792 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
53793
53794         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
53795         convert T2, not T.  (Imported from libc.)
53796
53797 2004-11-30  Simon Josefsson  <jas@extundo.com>
53798
53799         * modules/restrict (License): Change to LGPL.
53800
53801 2004-11-30  Simon Josefsson  <jas@extundo.com>
53802
53803         * m4/restrict.m4: Add copyright and copying conditions.
53804
53805 2004-11-30  Simon Josefsson  <jas@extundo.com>
53806
53807         * m4/base64.m4: New file.
53808
53809 2004-11-30  Simon Josefsson  <jas@extundo.com>
53810
53811         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
53812         base64.
53813
53814         * tests/test-base64.c: New file.
53815
53816         * modules/base64: New file.
53817
53818 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53819
53820         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
53821         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
53822
53823         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
53824
53825 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
53826
53827         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
53828         (__getcwd.c): Don't restore errno; glibc doesn't.
53829         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
53830         first, falling back to our code only if its results look suspicious.
53831         Ensure that the resulting buffer is only as large as necessary.
53832
53833         * lib/readutmp.c: Include readutmp.h first.
53834         Include <errno.h>, since readutmp.h no longer does that.
53835         * lib/readutmp.h: Don't include <errno.h>,
53836         <sys/param.h>, <time.h>; not needed to establish interface.
53837         (errno): Remove decl.
53838         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
53839         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
53840         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
53841
53842 2004-11-28  Simon Josefsson  <jas@extundo.com>
53843
53844         * lib/base64.h, base64.c: New file.
53845
53846 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
53847
53848         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
53849
53850 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
53851
53852         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
53853         (Depends-on): Remove pathmax, same.  Add mempcpy.
53854         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
53855         (Makefile.am): Append getcwd.h to lib_SOURCES.
53856         (Include): Add getcwd.h.
53857         (Maintainer): Change from Jim Meyering to "all, glibc",
53858         since getdate now uses intended-for-glibc code.
53859         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
53860         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
53861
53862 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53863
53864         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
53865         HP's ANSI C compiler.
53866         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
53867         Declaring int functions causes warnings on some modern systems and
53868         shouldn't be needed to compile on ancient ones.
53869         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
53870         defined.
53871
53872         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
53873         with the following changes.
53874         (__set_errno): Parenthesize properly.
53875         Include <stdbool.h>.
53876         (MIN, MAX, MATCHING_INO): New macros.
53877         (__getcwd): Define with prototype, not K&R form.
53878         Use heuristics to allocate default buffer on stack if possible.
53879         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
53880         behavior, and to avoid the PATH_MAX limit when computing
53881         ../../../../...
53882         Use MATCHING_INO to compare inode number to file.
53883         Check for arithmetic overflow in size calculations.
53884         Fix bug in reallocation of dot array that caused getcwd to fail
53885         on directories nested deeper than 75.
53886         Be more careful about saving errno on error.
53887         Do not use realloc; use only free+malloc, as this is a bit
53888         more flexible and avoids a needless copy operation.
53889         Do not inspect st_dev and st_ino for symbolic links; POSIX
53890         doesn't specify the latter.
53891         Check for closedir errors.
53892         Avoid needless casts.
53893         Use "#ifdef weak_alias" around weak_alias, to be like other
53894         glibc code.
53895         The following changes to getcwd.c have effect only when used in
53896         gnulib; they have no effect inside glibc proper.
53897         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
53898         as alloca isn't used.
53899         (alloca, __alloca): Likewise.
53900         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
53901         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
53902         unconditionally, as gnulib assumes C89 or better.
53903         Do not include <sys/param.h>.
53904         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
53905         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
53906         better.
53907         (NULL) [!defined NULL]: Remove; we assume C89 or better.
53908         Include <dirent.h> in a way that is compatible with modern Autoconf.
53909         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
53910         New macros, if not already defined.
53911         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
53912         Use "_LIBC", not "defined _LIBC", for consistency.
53913         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
53914         a mempcpy module.
53915         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
53916         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
53917         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
53918         credit only to Jim Meyering and adjust the copyright dates.
53919         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
53920         <stdlib.h>, <unistd.h>, "pathmax.h".
53921         Instead, include "xgetcwd.h" (first) and "getcwd.h".
53922         (INITIAL_BUFFER_SIZE): Remove.
53923         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
53924
53925 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
53926
53927         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
53928         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
53929         Use the _ONCE methods, for efficiency.
53930         Check for fcntl.h.  In test program, include <errno.h>
53931         and <fcntl.h> if available.  Remove old K&R cruft from
53932         test program.  Check for common errors in GNU/Linux,
53933         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
53934         don't do AC_LIBOBJ, as that's getcwd.m4's job.
53935         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
53936         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
53937         name accordingly.
53938         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
53939         accommodate new getcwd.c.
53940         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
53941         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
53942         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
53943         that's all we need now.
53944
53945 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53946
53947         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
53948         argp-parse.c depends on getopt internals, that means we should
53949         always use our getopt, to be on the safe side.
53950         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
53951         order not to spoil the result of an eventual previous invocation
53952         of gl_GETOPT_SUBSTITUTE.
53953
53954 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53955
53956         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
53957         redefinition warnings. To avoid them, include the defines
53958         in `#if !defined __need_getopt ... #endif'. The only place
53959         where __getopt_argv_const is used is in definitions
53960         of getopt_long and getopt_long_only below, which are as well
53961         protected by `#ifndef __need_getopt'.
53962         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
53963         __need_getopt after including <stdio.h> and <unistd.h> These
53964         headers might have defined it.
53965
53966 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53967
53968         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
53969
53970 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
53971
53972         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
53973         (futimens): New function, which uses futimes if available.
53974         (futimens, utimens): Support timespec==NULL, with same semantics
53975         as utime and utimens.
53976         * lib/utimens.h (futimens): New decl.
53977
53978 2004-11-23  Jim Meyering  <jim@meyering.net>
53979
53980         * lib/getopt_.h: Remove trailing blanks.
53981
53982 2004-11-23  Jim Meyering  <jim@meyering.net>
53983
53984         * lib/__fpending.c: Add comment.
53985
53986 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
53987
53988         * modules/canonicalize (Depends-on): Add xreadlink.
53989         Problem reported by James Youngman.
53990
53991 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
53992
53993         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
53994         New macros.
53995         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
53996         optopt): Use them instead of invoking ## directly; otherwise, the
53997         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
53998
53999 2004-11-19  Bruno Haible  <bruno@clisp.org>
54000
54001         * lib/strtok_r.c: Move comments from here...
54002         * lib/strtok_r.h: ... to here.
54003
54004 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54005
54006         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
54007         implementations that mishandle size_t overflow.
54008
54009 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
54010
54011         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
54012         might fail.  Problem reported by Yoann Vandoorselaere.
54013         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
54014         implementations that mishandle size_t overflow.
54015
54016 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54017
54018         * modules/canon-host (Depends-on): Add strdup.
54019
54020 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54021
54022         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
54023
54024 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54025
54026         * lib/canon-host.c: Include "strdup.h".
54027         (canon_host): Use getaddrinfo if available, so that IPv6 works.
54028         Use strdup instead of malloc/strcpy to duplicate strings.
54029
54030         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
54031         (human_space_before_unit): New constant.
54032         * lib/human.c (human_readable): Support it.
54033
54034         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
54035         (xgetcwd): Set errno correctly when failing.
54036         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
54037         the failure is actually due to a PATH_MAX problem.
54038
54039         Further getopt changes to make it more likely that glibc will
54040         buy the changes back.
54041         * lib/getopt.c (POSIXLY_CORRECT): New constant.
54042         (getopt): Use it, so to preserve glibc semantic
54043         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
54044         when compiling for libc.
54045         * lib/getopt_.h (__getopt_argv_const): Bring it back.
54046         (getopt_long, getopt_long_only): Use it.
54047
54048         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54049         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
54050         (getopt): Argv is now char * const *, as per standard.
54051         (_getopt_internal_r, _getopt_internal): Argv is now char **,
54052         not char *__getopt_argv_const *.
54053         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54054         _getopt_long_only_r): Likewise.
54055         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
54056         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54057         _getopt_long_r, _getopt_long_only_r): Likewise.
54058         * lib/getopt_.h (__getopt_argv_const): Remove.
54059         (getopt): Argv is now char * const *, as per standard.
54060
54061         * lib/getdate.y (tORDINAL): New token.
54062         (day, relunit): Allow it for relative times.
54063         (relative_time_table): Use tORDINAL for ordinals.
54064
54065 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
54066
54067         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
54068         Document that "second" isn't allowed as an ordinal number.
54069
54070 2004-11-16  Jim Meyering  <jim@meyering.net>
54071
54072         * modules/closeout (Depends-on): Add fpending.
54073
54074 2004-11-15  Jim Meyering  <jim@meyering.net>
54075
54076         * lib/closeout.c: Include "__fpending.h" once again.
54077         Include <stdbool.h>.
54078         (close_stdout): Don't fail just because stdout was closed initially,
54079         since some programs don't write to stdout in the normal course of
54080         operation (other than --version and --help), and we don't want this
54081         function to make e.g. `touch file >&-' fail.
54082         But do fail if it was closed and someone has tried to write to it.
54083         E.g., `printf foo >&-' must fail.
54084
54085 2004-11-13  Jim Meyering  <jim@meyering.net>
54086
54087         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
54088
54089 2004-11-12  Simon Josefsson  <jas@extundo.com>
54090
54091         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
54092         small doc fix is still pending.
54093
54094 2004-11-11  Simon Josefsson  <jas@extundo.com>
54095
54096         * modules/strtok_r: New file.
54097
54098         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54099         strtok_r.
54100
54101 2004-11-11  Simon Josefsson  <jas@extundo.com>
54102
54103         * m4/strtok_r.m4: New file.
54104
54105         * m4/getopt.m4: Replace opterr.
54106
54107 2004-11-11  Simon Josefsson  <jas@extundo.com>
54108
54109         * lib/strtok_r.h, strtok_r.c: New file.
54110
54111 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54112
54113         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
54114         of replacing opterr, getopt, etc.  This should handle the
54115         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
54116
54117 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
54118
54119         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
54120         we can stop lying to compilers about the constness of argv when we
54121         are compiled outside glibc.
54122         (getopt, getopt_long, getopt_long_only): Use it.
54123         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
54124         _getopt_internal, getopt): Likewise.
54125         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
54126         _getopt_long_only_r): Likewise.
54127         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
54128         _getopt_long_r, _getopt_long_only_r): Likewise.
54129
54130         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
54131         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
54132         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
54133         the other external symbols.
54134         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
54135         declaration, since the above renaming now works around collisions.
54136
54137 2004-11-11  Jim Meyering  <jim@meyering.net>
54138
54139         * lib/linebreak.c: Remove trailing blanks.
54140         * lib/alloca_.h: Likewise.
54141         * lib/acosl.c: Likewise.
54142         * lib/euidaccess.c: Likewise.
54143         * lib/allocsa.h: Likewise.
54144
54145 2004-11-10  Simon Josefsson  <jas@extundo.com>
54146
54147         * m4/getaddrinfo.m4: New file.
54148
54149 2004-11-10  Simon Josefsson  <jas@extundo.com>
54150
54151         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
54152
54153 2004-11-10  Simon Josefsson  <jas@extundo.com>
54154
54155         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54156         getaddrinfo.
54157
54158         * modules/getaddrinfo: New file.
54159
54160 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54161
54162         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
54163
54164 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
54165
54166         * lib/mktime.c (SHR): New macro, which is a portable
54167         substitute for >> that should work even on Crays.
54168         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
54169         Problem reported by Mark D. Baushke in
54170         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
54171         * lib/getdate.y (SHR): Likewise.
54172         (tm_diff): Use it.
54173         * lib/strftime.c (SHR): Likewise.
54174         (tm_diff): Use it.
54175         * lib/quotearg.c (struct quoting_options): Use unsigned int for
54176         quote_these_too, so that right shifts are well defined.  All uses
54177         changed.
54178
54179 2004-11-10  Jim Meyering  <jim@meyering.net>
54180
54181         Ensure that no close failure goes unreported.
54182         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
54183         return early when it seems there's nothing to flush.
54184         Don't include __fpending.h.
54185
54186 2004-11-10  Jim Meyering  <jim@meyering.net>
54187
54188         * modules/closeout (Depends-on): Remove fpending.
54189
54190 2004-11-10  Jim Meyering  <jim@meyering.net>
54191
54192         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
54193
54194 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54195
54196         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
54197         gl_FUNC_STRFTIME.
54198         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
54199         and AC_REQUIRE when possible, to avoid duplicate checks.
54200         Check for <wchar.h>.
54201
54202 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
54203
54204         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
54205
54206 2004-11-09  Bruno Haible  <bruno@clisp.org>
54207
54208         * m4/sockpfaf.m4: New file.
54209
54210 2004-11-05  Bruno Haible  <bruno@clisp.org>
54211
54212         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
54213         Reported by Mark D. Baushke <mdb@cvshome.org>.
54214
54215 2004-11-04  Bruno Haible  <bruno@clisp.org>
54216
54217         2004-09-11  Bruno Haible  <bruno@clisp.org>
54218                 * allocsa.valgrind: New file.
54219         2004-02-06  Bruno Haible  <bruno@clisp.org>
54220                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
54221                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
54222                 Reported by Christopher Seip <chris.seip@hp.com>.
54223
54224 2004-11-04  Bruno Haible  <bruno@clisp.org>
54225
54226         * modules/allocsa (Files): Add lib/allocsa.valgrind.
54227         (Makefile.am): Distribute it.
54228
54229 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
54230
54231         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
54232         with errno == ERANGE if the buffer is too small.
54233         Problem reported by Mark D. Baushke.
54234
54235 2004-11-03  Albert Chin  <china@thewrittenword.com>
54236             Paul Eggert  <eggert@cs.ucla.edu>
54237
54238         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
54239         equivalent, substitute $ac_type for equivalent type rather than
54240         blindly using uint32_t *always* which won't work if uint32_t is not
54241         available.  Define _UINT32_T to work around typedef of uint32_t if
54242         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
54243         2.5.1.
54244
54245 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54246
54247         * m4/jm-macros.m4: Sync from coreutils.
54248         (gl_MACROS): Check for mbrlen, for pathchk.
54249         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
54250
54251 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54252
54253         * lib/xreadlink.c (MAXSIZE): New macro.
54254         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
54255         size does not exceed MAXSIZE.  Avoid cast.
54256         As suggested by Mark D. Baushke in
54257         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
54258         if readlink fails with buffer size just under MAXSIZE, try again
54259         with MAXSIZE.
54260
54261 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
54262
54263         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
54264
54265 2004-11-02  Derek R. Price  <derek@ximbiot.com>
54266         and  Paul Eggert  <eggert@cs.ucla.edu>
54267
54268         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
54269         (get_date): Overparenthesize to avoid GCC warning.
54270
54271 2004-11-02  Bruno Haible  <bruno@clisp.org>
54272
54273         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
54274         returns void.
54275
54276 2004-11-02  Bruno Haible  <bruno@clisp.org>
54277
54278         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
54279         function returns void.
54280
54281 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54282
54283         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
54284         fflush_unlocked, flockfile, funlockfile, funlockfile,
54285         fputs_unlocked, putc_unlocked.
54286
54287 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
54288
54289         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54290         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
54291         already declared.
54292
54293 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54294
54295         * modules/getdate (Files): Add doc/getdate.texi.
54296         (Depends-on): Add setenv, xalloc.
54297
54298 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54299
54300         * lib/getdate.y: Add support for TZ="foo" within a date string.
54301         Fix some bugs near time_t boundaries.  Reject dates with
54302         out-of-range components, e.g., "Sept 31".
54303         Include <stdlib.h>, "setenv.h", "xalloc.h".
54304         (ISDIGIT_LOCALE): Remove; unused.
54305         Note that the TZ and time functions used here are not reentrant.
54306         (mktime_ok, get_tz): New functions.
54307         (TZBUFSIZE): New constant.
54308         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
54309         This requires that we sometimes generate our own TZ="XXX..." setting.
54310
54311 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
54312
54313         * doc/getdate.texi: New file, from coreutils with modifications for
54314         the new TZ parsing.
54315
54316 2004-10-27  Derek R. Price  <derek@ximbiot.com>
54317
54318         * lib/mktime.c (not_equal_tm): Remove redundant check.
54319
54320 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54321
54322         * modules/regex (lib_SOURCES): Add regex.c.
54323         Reported by James Youngman in
54324         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
54325
54326 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
54327
54328         * lib/getdate.y: Use Bison 1.875 features, and some minor
54329         code cleanups.  This change does not affect semantics.
54330         Don't include <stdlib.h>; no longer needed.
54331         Don't include unlocked-io.h; only the "#if TEST" code uses
54332         stdio, and performance isn't crucial there.
54333         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
54334         Bison 1.875 features as described below.
54335         All uses of "PC." replaced by "pc->".
54336         (YYSTYPE): Add a forward declaration.
54337         (yylex, yyerror): Use full prototypes in forward decls.
54338         Use "%pure-parser" rather than obsolescent "%pure_parser".
54339         Use %parse-param and %lex-param instead of obsolescent
54340         YYPARSE_PARAM and YYLEX_PARAM.
54341         (meridian_table, month_and_day_table, time_units_table,
54342         relative_time_table, time_zone_table, military_table,
54343         lookup_zone, lookup_word, get_date):
54344         Use NULL instead of 0 where appropriate.
54345         (to_hour): Avoid abort (), to avoid a dependency on
54346         stdlib.h.
54347         (yyerror, yylex): Now accepts parser_control * arg.
54348         (main) [TEST]: Use '\0' rather than 0 for char.
54349
54350 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54351
54352         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
54353
54354 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
54355
54356         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
54357         It's now the caller's responsibility to handle the case where
54358         !HAVE_GETPAGESIZE && !defined getpagesize.
54359
54360         * lib/mktime.c (leapyear): Arg is long int, not int.
54361
54362 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
54363
54364         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
54365
54366 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
54367
54368         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
54369         missing.  Problem reported by James Youngman.
54370
54371 2004-10-16  Simon Josefsson  <jas@extundo.com>
54372
54373         * gnulib-tool: Fix comments.  Fix parse problem.
54374         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
54375
54376 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
54377
54378         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
54379         implementation of getopt_long.  Problem reported by Alexander Taler in:
54380         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
54381
54382 2004-10-15  Bruno Haible  <bruno@clisp.org>
54383
54384         * gnulib-tool: Untabify. Initialize supplied_libname.
54385         (func_usage): More homogenous output.
54386         (func_modules_transitive_closure, func_modules_to_filelist,
54387         func_emit_lib_Makefile_am): New functions.
54388         (func_import): New function, extracted from big case statement. Use
54389         func_get_license, func_modules_transitive_closure,
54390         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
54391         opt_lgpl. Don't use test -a, as it's not portable.
54392         (func_create_testdir): Use func_modules_transitive_closure,
54393         func_modules_to_filelist, func_emit_lib_Makefile_am.
54394
54395 2004-10-15  Bruno Haible  <bruno@clisp.org>
54396
54397         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
54398
54399 2004-10-15  Bruno Haible  <bruno@clisp.org>
54400
54401         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
54402         the portions belonging to each module.
54403         Suggested by Derek Robert Price <derek@ximbiot.com>.
54404
54405 2004-10-12  Simon Josefsson  <jas@extundo.com>
54406
54407         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
54408         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
54409         to real functions.
54410
54411 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54412
54413         * modules/vsnprintf: New file.
54414
54415 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54416
54417         * m4/vsnprintf.m4: New file.
54418
54419 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54420
54421         * lib/vsnprintf.h: New file.
54422         * lib/vsnprintf.c: New file.
54423
54424 2004-10-11  Bruno Haible  <bruno@clisp.org>
54425
54426         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
54427         vsnprintf.
54428
54429 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
54430
54431         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
54432
54433 2004-10-07  Bruno Haible  <bruno@clisp.org>
54434
54435         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
54436         fits into the provided buffer.
54437
54438 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
54439
54440         * lib/diacrit.c, diacrit.h: Add GPL notice.
54441
54442         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
54443         notice.
54444         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
54445         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
54446         This avoids a potential constant-folding bug.
54447
54448 2004-10-05  Bruno Haible  <bruno@clisp.org>
54449
54450         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
54451         for the declaration of strsep.
54452
54453 2004-10-05  Bruno Haible  <bruno@clisp.org>
54454
54455         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
54456
54457 2004-10-04  Simon Josefsson  <jas@extundo.com>
54458
54459         * modules/memmem: New file.
54460         * tests/test-memmem.c: New file.
54461         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
54462
54463 2004-10-04  Simon Josefsson  <jas@extundo.com>
54464
54465         * m4/memmem.m4: New file.
54466
54467 2004-10-04  Simon Josefsson  <jas@extundo.com>
54468
54469         * lib/memmem.h: New file.
54470         * lib/memmem.c: New file, taken from glibc.
54471
54472 2004-10-04  Simon Josefsson  <jas@extundo.com>
54473
54474         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
54475         '#ifdef USE_UNLOCKED_IO'.
54476
54477 2004-10-04  Simon Josefsson  <jas@extundo.com>
54478
54479         * config/srclist.txt: Add memmem from glibc.
54480
54481 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54482
54483         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
54484
54485         * modules/argmatch, modules/argp, modules/closeout, modules/error,
54486         modules/exclude, modules/getdate, modules/getline,
54487         modules/getndelim2, modules/getpass, modules/getpass-gnu,
54488         modules/getusershell, modules/linebuffer, modules/md5,
54489         modules/mountlist, modules/posixtm, modules/readtokens,
54490         modules/readutmp, modules/regex, modules/sha1,
54491         modules/version-etc, modules/yesno:
54492         Remove dependency on unlocked-io.
54493
54494 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54495
54496         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
54497
54498         * m4/unlocked-io.m4: Add copyright notice.
54499         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
54500
54501 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54502
54503         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
54504         * lib/xmalloc.c (xmemdup): Likewise.
54505         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
54506         XFREE): Remove these long-obsolescent macros.
54507         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
54508         * lib/xstrdup.c: Remove.
54509
54510         * lib/regex.c (re_comp): Cast gettext return value to char *,
54511         Problem reported by Martin Neitzel via Mark D. Baushke.
54512
54513 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
54514
54515         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
54516         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
54517         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
54518         regex.c, sha1.c, version-etc.c, yesno.c:
54519         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
54520         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
54521         the includer's responsibility.
54522
54523         Sync from coreutils.
54524
54525         * lib/modechange.c (mode_compile): Don't decrement a pointer that
54526         points to the start of a string, as the C Standard says the
54527         resulting behavior is undefined.
54528
54529         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
54530         simple -> simple_backups, numbered_existing ->
54531         numbered_existing_backups, numbered -> numbered_backups
54532         to avoid shadowing problems.  All uses changed.
54533         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
54534         * lib/backupfile.c (check_extension, numbered_backup):
54535         Rename locals to avoid shadowing 'basename'.
54536         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
54537         once.
54538
54539         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
54540         * lib/.cvsignore: Add getopt.h.
54541
54542 2004-10-04  Bruno Haible  <bruno@clisp.org>
54543
54544         * modules/README: New file.
54545         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
54546         not a module.
54547
54548 2004-10-02  Jim Meyering  <jim@meyering.net>
54549
54550         * lib/dirfd.h, getpagesize.h: Add copyright notice.
54551
54552 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54553
54554         * modules/strsep: New file.
54555
54556 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54557
54558         * m4/strsep.m4: New file.
54559
54560 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
54561
54562         * lib/strsep.h: New file.
54563         * lib/strsep.c: New file.
54564
54565 2004-10-01  Simon Josefsson  <jas@extundo.com>
54566
54567         * lib/snprintf.c (snprintf): Handle size==0.
54568
54569 2004-10-01  Simon Josefsson  <jas@extundo.com>
54570             Bruno Haible  <bruno@clisp.org>
54571
54572         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
54573         (snprintf): Declare 'args'.
54574
54575 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
54576
54577         * lib/snprintf.c: Remove comments as to why each header is needed.
54578
54579 2004-10-01  Bruno Haible  <bruno@clisp.org>
54580
54581         * MODULES.html.sh: Add strsep.
54582
54583 2004-09-30  Simon Josefsson  <jas@extundo.com>
54584
54585         * modules/snprintf: New file.
54586
54587 2004-09-30  Simon Josefsson  <jas@extundo.com>
54588
54589         * m4/snprintf.m4: New file.
54590
54591 2004-09-30  Simon Josefsson  <jas@extundo.com>
54592
54593         * lib/snprintf.h, lib/snprintf.c: New files.
54594
54595 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54596
54597         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
54598         (hol_entry_help): Never translate an empty string.
54599         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
54600         * lib/argp.h (OPTION_NO_TRANS): New option.
54601
54602 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54603
54604         * modules/argp (Maintainer): Replace Simon Josefsson
54605         by Sergey Poznyakoff.
54606
54607 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54608
54609         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
54610         changes merged back into glibc.
54611
54612 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
54613
54614         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
54615
54616 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
54617
54618         * lib/xvasprintf.c: Include xalloc.h.
54619         (xvasprintf): Use xalloc_die, not xmalloc_die.
54620
54621 2004-09-29  Bruno Haible  <bruno@clisp.org>
54622
54623         * modules/alloca-opt: New file, derived from modules/alloca.
54624         * modules/allocsa: Depend on alloca-opt instead of alloca.
54625         * modules/setenv: Likewise.
54626         * modules/vasnprintf: Likewise.
54627         * MODULES.html.sh: Add alloca-opt.
54628
54629 2004-09-28  Simon Josefsson  <jas@extundo.com>
54630
54631         * gnulib-tool: New parameter --lgpl, to asseert that modules are
54632         LGPL, and to replace license template from GPL to LGPL.
54633
54634 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54635
54636         * modules/dummy: Change license to LGPL.
54637
54638 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
54639
54640         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
54641
54642 2004-09-24  Simon Josefsson  <jas@extundo.com>
54643
54644         * modules/minmax (License): Change from GPL to LGPL.
54645
54646 2004-09-23  Simon Josefsson  <jas@extundo.com>
54647
54648         * gnulib-tool (--import): Typo.
54649
54650 2004-09-23  Simon Josefsson  <jas@extundo.com>
54651
54652         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
54653
54654 2004-09-22  Bruno Haible  <bruno@clisp.org>
54655
54656         * modules/*: Add 'License' field.
54657         * gnulib-tool: Accept --extract-license option.
54658         (func_get_license): New function.
54659
54660 2004-09-21  Bruno Haible  <bruno@clisp.org>
54661
54662         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
54663         Reported by Simon Josefsson.
54664
54665 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54666
54667         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
54668         gl_AC_TYPE_LONG_LONG.
54669
54670 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
54671
54672         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
54673
54674 2004-09-18  Simon Josefsson  <jas@extundo.com>
54675         and  Paul Eggert  <eggert@cs.ucla.edu>
54676
54677         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
54678         calls with autoreconf.  Define GL_LIB.
54679
54680 2004-09-14  Karl Berry  <karl@gnu.org>
54681
54682         * config/srclist.txt: unsync setenv.c, sigh.
54683
54684 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54685
54686         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
54687         Problem reported by Bruno Haible in:
54688         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
54689
54690 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
54691
54692         * config/srclist.txt: Comment out argp-pvh.c.
54693
54694 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
54695
54696         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
54697         in case some system header has #define'd it.  Problem reported by
54698         Soeren D. Schulze in
54699         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
54700
54701 2004-09-09  Karl Berry  <karl@gnu.org>
54702
54703         * regex.[ch]: delete from the root.  These were supposed to be
54704                 synced with emacs cvs, but this has not happened for about
54705                 a year, and anyway nothing else uses emacs regex.[ch].
54706                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
54707                 lib/regex[.ch] is untouched.
54708
54709 2004-09-09  Bruno Haible  <bruno@clisp.org>
54710
54711         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
54712
54713 2004-09-09  Bruno Haible  <bruno@clisp.org>
54714
54715         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
54716         modifications.
54717         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
54718
54719 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54720
54721         * modules/xvasprintf: New file.
54722         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
54723
54724 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
54725
54726         * lib/xvasprintf.h: New file.
54727         * lib/xvasprintf.c: New file.
54728         * lib/xasprintf.c: New file.
54729
54730 2004-09-08  Bruno Haible  <bruno@clisp.org>
54731
54732         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
54733
54734 2004-09-08  Bruno Haible  <bruno@clisp.org>
54735
54736         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
54737         length is > INT_MAX.
54738         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
54739         more.
54740
54741 2004-09-08  Bruno Haible  <bruno@clisp.org>
54742
54743         * lib/stdint_.h: New file, taken from GNU clisp.
54744
54745 2004-09-08  Bruno Haible  <bruno@clisp.org>
54746             Oskar Liljeblad  <oskar@osk.mine.nu>
54747
54748         * modules/stdint: New file.
54749         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
54750
54751 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54752
54753         Import from coreutils.
54754         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
54755         strings on unbounded length.  alloca's performance benefits aren't
54756         that important here.
54757         (V_STRDUP): Remove.
54758         (parse_with_separator): New function, with most of the internals
54759         of the old parse_user_spec.  Allow user to omit both user and group,
54760         for compatibility with FreeBSD.
54761         Clone only the user name, not the entire spec.
54762         Do not set *uid, *gid unless entirely successful.
54763         Avoid memory leak in some failing cases.
54764         Fix regression for USER.GROUP reported by Dmitry V. Levin in
54765         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
54766         (parse_user_spec): Rewrite to use parse_with_separator.
54767
54768 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54769
54770         * modules/userspec: Don't depend on alloca.
54771
54772 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
54773
54774         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
54775
54776 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
54777
54778         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
54779         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
54780         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
54781
54782 2004-08-16  Simon Josefsson  <jas@extundo.com>
54783
54784         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
54785         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
54786         Add --dry-run for --import.
54787         Let user provided command line parameters override configure.ac
54788         settings.
54789
54790 2004-08-12  Simon Josefsson  <jas@extundo.com>
54791
54792         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
54793         as discussed with Paul Eggert in threads rooted at
54794         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
54795         and
54796         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
54797         Before, the test was empty, and relied on ELIDE_CODE in source
54798         code.)
54799         (gl_PREREQ_GETOPT): New macro.
54800         (gl_GETOPT): Use them.
54801
54802 2004-08-12  Simon Josefsson  <jas@extundo.com>
54803
54804         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
54805         * lib/getopt_.h: Renamed from getopt.h.
54806
54807 2004-08-12  Simon Josefsson  <jas@extundo.com>
54808
54809         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
54810         Change default library name from libfoo to libgnu.
54811         Now, if you have a configure.ac that says:
54812                 gl_SOURCE_BASE(gl)
54813                 gl_M4_BASE(gl/m4)
54814                 gl_MODULES(error getopt etcetera)
54815                 gl_INIT
54816         you can import all you need by running:
54817                 ../gnulib/gnulib-tool --import
54818
54819         * modules/getopt (Files): Rename getopt.h to getopt_.h.
54820         (Makefile.am): Rewrite, use logic from argz.
54821         (Include): Use <getopt.h> instead of "getopt.h".
54822
54823 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54824
54825         * modules/argp (Files): Add m4/unlocked-io.m4.
54826         (Depends-on): Add extensions.
54827
54828 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54829
54830         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
54831         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
54832         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
54833         Check for program_invocation_name, program_invocation_short_name,
54834         flockfile, funlockfile, features.h, _getopt_long_only_r.
54835
54836 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54837
54838         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
54839         its complicated substitute.
54840         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
54841         and program_invocation_name.
54842         (__argp_basename) [!_LIBC]: Remove; the only use was
54843         replaced by its body.
54844         (__argp_short_program_name): Change condition from
54845         !defined __argp_short_program_name to
54846         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
54847         to match argp-namefrob.h.
54848         (__argp_failure): Don't assume strerror_r returns char *.
54849         * lib/argp-parse.c (N_): Define unconditionally.
54850         (argp_default_options): Fill out initializers with 0 to avoid
54851         gcc warnings.
54852
54853 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
54854
54855         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
54856         getopt1.c.
54857
54858 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54859
54860         Merge from coreutils.
54861
54862         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
54863
54864         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
54865         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
54866
54867 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54868
54869         Merge from coreutils.
54870
54871         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
54872         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
54873         for Reliant Unix 5.43.
54874
54875         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
54876         (union fooround): Use uintmax_t, not long int.
54877         The rest is a merge from libc:
54878         [defined _LIBC]: Include <shlib-compat.h>.
54879         (_obstack) [defined _LIBC]: Remove after 2.3.4.
54880
54881         * lib/settime.c (settime): Recode to avoid warning with
54882         Sun Forte C 6U2.
54883
54884         * lib/strverscmp.c: Convert to UTF-8.
54885
54886 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
54887
54888         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
54889         m4/uintmax_t.m4.
54890
54891 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54892
54893         * modules/xalloc-die: New file.
54894         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
54895
54896         * modules/md5 (Files): Add m4/uint32_t.m4.
54897         * modules/sha1: Renamed from modules/sha.
54898         (Files):
54899         Rename lib/sha.h to lib/sha1.h.
54900         Rename lib/sha.c to lib/sha1.c.
54901         Rename m4/sha.m4 to m4/sha1.m4.
54902         (lib_SOURCES): Likewise.
54903         (configure.ac): Rename gl_SHA to gl_SHA1.
54904         (Include): sha.h -> sha1.h.
54905
54906 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54907
54908         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
54909         * m4/sha1.m4: Renamed from sha.m4.
54910         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
54911
54912 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
54913
54914         * lib/obstack.h (obstack_empty_p):
54915         Don't assume that chunk->contents is suitably aligned.
54916         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
54917         Likewise. Problem reported by Benno in
54918         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
54919
54920         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
54921         readable.  This could be improved further but it'd take some work.
54922
54923 2004-08-08  Simon Josefsson  <jas@extundo.com>
54924
54925         * modules/xgethostname (Depends-on): Remove exit and error (not
54926         used).
54927
54928         * modules/getpass-gnu: Add getpass.h.
54929         (Depends-on): Add stdbool.
54930         * modules/getpass: Add getpass.h.
54931
54932 2004-08-08  Simon Josefsson  <jas@extundo.com>
54933
54934         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
54935         Check getpass declaration.
54936
54937 2004-08-08  Simon Josefsson  <jas@extundo.com>
54938
54939         * lib/xgethostname.c: Don't include error.h (not used).
54940
54941         * lib/getpass.h: Add.
54942         * lib/getpass.c: Include getpass.h first.
54943
54944 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
54945
54946         * lib/xalloc-die.c: New file.
54947         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
54948         All uses removed.
54949         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
54950         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
54951         xalloc-die.c.
54952         (_, N_, xalloc_die): Move to xalloc-die.c.
54953         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
54954         so that we needn't mess with xalloc_msg_memory_exhausted.
54955
54956         * lib/sha1.h: Renamed from sha.h.
54957         (SHA1_H): Renamed from _SHA_H.
54958         (sha1_ctx): Renamed from sha_ctx.
54959         (sha1_init_ctx): Renamed from sha_init_ctx.
54960         (sha1_process_block): Renamed from sha_process_block.
54961         (sha1_process_bytes): Renamed from sha_process_bytes.
54962         (sha1_finish_ctx): Renamed from sha_finish_ctx.
54963         (sha1_read_ctx): Renamed from sha_read_ctx.
54964         (sha1_stream): Renamed from sha_stream.
54965         (sha1_buffer): Renamed from sha_buffer.
54966         * lib/sha1.c: Likewise; renamed from sha.c.
54967         Do not include <sys/types.h>.
54968         Include <stddef.h> rather than <stdlib.h>.
54969
54970 2004-08-08  Bruno Haible  <bruno@clisp.org>
54971
54972         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
54973         FILESYSTEM_PREFIX_LEN.
54974         * lib/progreloc.c: Likewise.
54975         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
54976
54977 2004-08-06  Simon Josefsson  <jas@extundo.com>
54978
54979         * modules/progname (Depends-on): Don't depend on stdbool.
54980
54981 2004-08-06  Simon Josefsson  <jas@extundo.com>
54982
54983         * modules/getsubopt: New file.
54984         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
54985         getsubopt.
54986
54987 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54988
54989         More merge from coreutils.
54990
54991         * m4/utimens.m4, m4/utimecmp.m4: New files.
54992         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
54993         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
54994         prereq.m4, sha.m4: Import changes from coreutils.
54995
54996 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
54997
54998         More merge from coreutils.
54999         * modules/raise, modules/readtokens0, modules/utimens:
55000         * modules/utimecmp, module/xnanosleep: New files.
55001         * modules/strftime: Add lib/strftime.h.
55002         Change include from <time.h> to "strftime.h".
55003         * modules/yesno: Add lib/yesno.h.
55004         * modules/backupfile: Remove lib/addext.c.
55005         * modules/euidaccess: Add stat-macros.h.
55006         * modules/canonicalize, modules/euidaccess,
55007         modules/filemode, modules/lchown, modules/makepath,
55008         modules/rmdir, modules/stat: Likewise.
55009
55010 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
55011
55012         Merge from tar.
55013         * lib/argp-help.c (make_hol, hol_append): Don't assume that
55014         SIZE_MAX is a valid preprocessor constant.
55015         (__argp_basename): Change from "#ifndef _LIBC"
55016         to "#ifndef __argp_short_program_name", so that
55017         we don't compile these functions for tar.
55018
55019         More merges from coreutils.
55020         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
55021         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
55022         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
55023         * lib/addext.c: Remove; no longer needed.
55024         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
55025         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
55026         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
55027         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
55028         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
55029         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
55030         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
55031         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
55032         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
55033         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
55034         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
55035         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
55036         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
55037         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
55038         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
55039         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
55040         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
55041         Import changes from coreutils.
55042
55043 2004-08-05  Simon Josefsson  <jas@extundo.com>
55044
55045         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
55046
55047 2004-08-05  Simon Josefsson  <jas@extundo.com>
55048
55049         * m4/getsubopt.m4: New file.
55050
55051 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55052
55053         Merge from coreutils.
55054
55055         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
55056         * m4/getcwd-path-max.m4: New files.
55057
55058         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
55059         FILESYSTEM_PREFIX_LEN ->
55060         FILE_SYSTEM_PREFIX_LEN.
55061         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
55062         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
55063         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
55064         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
55065
55066         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
55067         prerequisite modules now handle the DOS stuff.
55068         Don't check for unistd.h.
55069
55070 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55071
55072         Merge from coreutils.
55073
55074         * lib/.gdb-history: Remove; this doesn't belong here.
55075
55076         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
55077         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
55078         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
55079         * lib/getcwd.c: New files.
55080
55081         * lib/dirname.h: Include <stdbool.h>.
55082         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
55083         for consistency with POSIX terminology.  All uses changed.
55084         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
55085         (strip_trailing_slashes): Use bool for booleans.
55086         * lib/stripslash.c (strip_trailing_slashes): Likewise.
55087
55088         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
55089         sometimes returns a positive errno value even when it succeeds.
55090         (print_errno_message) [!LIBC]: Fall back on strerror if
55091         __strerror_r fails.
55092
55093         * lib/path-concat.c (mempcpy): Don't define if a system header defines
55094         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
55095         (longest_relative_suffix): New function.
55096         (path_concat): Use it.  Assume first argument is not NULL.
55097         Port to DOS.  Omit redundant separators.
55098         Report an error instead of returning NULL.
55099         Use mempcpy instead of memcpy.
55100         (xpath_concat): Remove: not declared or used.
55101
55102         * lib/same.h: Include <stdbool.h>
55103         (same_name): Return bool, not int.
55104         * lib/same.c (same_name): Likewise.
55105         (errno): Don't declare; we assume C89 or better now.
55106
55107         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
55108         if not already defined.
55109
55110         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
55111         * lib/dup-safer.c (errno): Likewise.
55112
55113 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
55114
55115         Merge from coreutils.
55116         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
55117         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
55118         * modules/path-concat: Don't depend on strdup.
55119
55120 2004-08-03  Simon Josefsson  <jas@extundo.com>
55121
55122         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
55123         * lib/progname.h: Don't include stdbool.h.
55124
55125 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55126
55127         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
55128         * MODULES.html.sh (func_all_modules): Remove fatal.
55129
55130 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55131
55132         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
55133
55134 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
55135
55136         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
55137         working.
55138
55139 2004-08-02  Simon Josefsson  <jas@extundo.com>
55140
55141         * lib/getsubopt.h: New file, with comments from Bruno Haible.
55142         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
55143         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
55144
55145 2004-08-01  Simon Josefsson  <jas@extundo.com>
55146
55147         * lib/xgetdomainname.c: Include stdlib.h, for free().
55148
55149 2004-07-19  Bruno Haible  <bruno@clisp.org>
55150
55151         * MODULES.html.sh (func_all_modules): Add dummy.
55152
55153 2004-07-16  Simon Josefsson  <jas@extundo.com>
55154
55155         * modules/dummy: New file.
55156
55157 2004-07-16  Simon Josefsson  <jas@extundo.com>
55158
55159         * lib/dummy.c: New file.
55160
55161 2004-07-16  Bruno Haible  <bruno@clisp.org>
55162
55163         * lib/backupfile.h: Add extern "C" for C++.
55164         * lib/closeout.h: Likewise.
55165         * lib/copy-file.h: Likewise.
55166         * lib/findprog.h: Likewise.
55167         * lib/full-write.h: Likewise.
55168         * lib/pathname.h: Likewise.
55169         * lib/progname.h: Likewise.
55170         * lib/stpcpy.h: Likewise.
55171         * lib/stpncpy.h: Likewise.
55172         * lib/strcase.h: Likewise.
55173         * lib/strstr.h: Likewise.
55174         * lib/xalloc.h: Likewise.
55175
55176         * lib/mbswidth.h: Add extern "C" for C++.
55177         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
55178
55179 2004-07-13  Robert Millan  <robertmh@gnu.org>
55180
55181         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
55182
55183 2004-07-09  Simon Josefsson  <jas@extundo.com>
55184
55185         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
55186         failed without this.)
55187
55188 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55189
55190         * modules/chown (Files): Add lib/fchown-stub.c, since
55191         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
55192
55193 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
55194
55195         * lib/fchown-stub.c: New file.
55196
55197 2004-06-24  Jim Meyering  <jim@meyering.net>
55198
55199         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
55200
55201 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55202
55203         * modules/argz: Omit "#include".
55204
55205         * MODULES.html.sh (func_all_modules): Add calloc, to match
55206         2004-06-01 addition of calloc module.
55207
55208 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55209
55210         * m4/argz.m4: New file, which is autoupdated from libtool.
55211
55212 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55213
55214         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
55215         libtool.
55216
55217 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
55218
55219         * config/srclist-update: Don't insist on "USA." before the
55220         close-comment, as libtool omits the period and puts the */ on a
55221         separate line.
55222         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
55223         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
55224
55225 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
55226
55227         * modules/argz: New file.
55228         * MODULES.html.sh (func_all_modules): Add argz.
55229
55230 2004-06-12  Jim Meyering  <jim@meyering.net>
55231         and  Paul Eggert  <eggert@cs.ucla.edu>
55232
55233         * modules/hash (Files): Add lib/xalloc.h.
55234         * modules/pipe (Depends-on): Add wait-process.
55235         * modules/stat (Depends-on): Add xalloc.
55236         * modules/userspec (Files): Add lib/userspec.h.
55237         * modules/xstrto
55238
55239         Upgrade from gettext-0.13.
55240         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
55241         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
55242         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
55243
55244 2004-06-10  Jim Meyering  <jim@meyering.net>
55245
55246         * lib/calloc.c: New file.
55247
55248 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
55249
55250         * lib/getdate.y (yylex): Allow space between sign and number.
55251         Problem reported by Dan Jacobson.
55252
55253 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55254
55255         Merge from coreutils CVS.
55256
55257         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
55258         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
55259         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
55260         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
55261         xstrtol.m4: Fix copyright date and/or serial number.
55262
55263         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
55264         See if we need an fchown replacement.
55265         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
55266         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
55267         and use the replacement function if we detect either defect.
55268
55269         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
55270         gl_UTIMECMP.
55271
55272 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
55273         and  Jim Meyering  <jim@meyering.net>
55274
55275         Merge from coreutils CVS.
55276
55277         * lib/stat-macros.h: New file, with contents from file-type.h
55278         and coreutils' system.h.
55279         * lib/file-type.c: Include "stat-macros.h".
55280         * lib/file-type.h (file_type): Move all macro definitions to new file,
55281         stat-macros.h.
55282
55283         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
55284         Wrap old code with this conditional.
55285         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
55286         function that does not dereference symlinks.
55287         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
55288
55289         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
55290         dependency problems.
55291         (xreadlink): Accept new arg SIZE, for efficiency.
55292         All decls and uses changed.
55293         * lib/xreadlink.h: Include <stddef.h>, for size_t.
55294
55295         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
55296         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
55297
55298         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
55299         sysexits.h.
55300
55301 2004-06-01  Jim Meyering  <jim@meyering.net>
55302
55303         * m4/calloc.m4: New file.
55304
55305 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
55306
55307         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
55308         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
55309         Also, fix a typo in a diagnostic.
55310
55311 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55312
55313         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
55314         or AC_FUNC_REALLOC.
55315
55316 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
55317
55318         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
55319         macros to be defined.
55320         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
55321         the allocator returns NULL because the requested size is zero.
55322
55323 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
55324
55325         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
55326         var.  Add comment explaining why libc still defines it.  This
55327         merges the following patch from glibc:
55328         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
55329
55330 2004-05-20  Andreas Schwab  <schwab@suse.de>
55331
55332         * m4/free.m4: Replace free if it not known to work, not the other
55333         way round.
55334
55335 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
55336
55337         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
55338         present in glibc since revision 1.1 of this file.
55339         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
55340         obstack_alignment_mask, obstack_alloc, obstack_base,
55341         obstack_blank, obstack_blank_fast, obstack_chunk_size,
55342         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
55343         obstack_grow0, obstack_init, obstack_int_grow,
55344         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
55345         obstack_next_free, obstack_object_size, obstack_ptr_grow,
55346         obstack_ptr_grow_fast, obstack_room): Remove declarations of
55347         nonexistent functions.
55348
55349 2004-05-18  Karl Berry  <karl@gnu.org>
55350
55351         * config/srclist.txt: break link for vasnprintf.c.
55352
55353 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55354
55355         Port obstack to the AS/400, where pointers are 16 bytes wide and
55356         you cannot cast an integer to a valid pointer.  This patch is
55357         currently waiting to be integrated into glibc; see
55358         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
55359
55360         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
55361         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
55362         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
55363         (struct obstack): temp member is now a union of a pointer and
55364         an integer, instead of an integer.  All integer uses changed.
55365         This does not affect the physical layout of struct obstack,
55366         except on hosts (like the AS/400) where the size or alignment of
55367         void * is greater than that of ptrdiff_t.
55368         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
55369         __STDC__)]: Store temporary in pointer member of union, not
55370         integer member.
55371         * lib/obstack.c: Include <stddef.h>, for offsetof.
55372         (struct fooalign): Remove; it doesn't need a name.
55373         (union fooround): Change double to long double, and add void *.
55374         (DEFAULT_ALIGNMENT): Use offsetof to compute.
55375         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
55376         not a macro.  Hence the values are always int; so remove all
55377         casts-to-int in uses.
55378
55379 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
55380
55381         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
55382         we can get this patch merged into glibc.
55383
55384 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55385             Paul Eggert  <eggert@cs.ucla.edu>
55386
55387         * m4/argp: Depend on alloca.
55388
55389 2004-05-17  Derek R. Price  <derek@ximbiot.com>
55390             Paul Eggert  <eggert@cs.ucla.edu>
55391
55392         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
55393         freecoding.
55394
55395 2004-05-17  Bruno Haible  <bruno@clisp.org>
55396
55397         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
55398         precision that consists of a '.' followed by an empty digit string.
55399         Patch by Tor Lillqvist <tml@iki.fi>.
55400
55401 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55402
55403         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
55404         for backward compatibility with older code.  We need our own
55405         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
55406         it under some other name, and our alloca.h will define it.
55407
55408 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
55409             Derek Price  <derek@ximbiot.com>
55410
55411         * lib/alloca.c: Include <alloca.h>, to get our interface.
55412         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
55413         include <alloca.h> first.  Use C89 prototype for alloca; this
55414         requires including <stddef.h> for size_t.  Use extern "C" if C++.
55415         Use #elif for simplicity, since we can assume C89 now.
55416         Don't try to source the system alloca.h since it will not be found
55417         and to prevent recursively including its replacement.
55418         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
55419         * lib/regex.c: Likewise.
55420
55421 2004-05-16  Derek Price  <derek@ximbiot.com>
55422             Paul Eggert  <eggert@cs.ucla.edu>
55423
55424         getline cleanup.  This changes the getndelim2 API: both order of
55425         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
55426         no delimiter).
55427
55428         * lib/getline.c: Don't include stddef.h or stdio.h, since our
55429         interface does that.
55430         (getline): Always use getdelim, so that we don't have two
55431         copies of this code.
55432         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
55433         if available.
55434         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
55435         (GETNDELIM2_MAXIMUM): New macro.
55436         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
55437         instead of the old practice of delim2==0.  All callers changed.
55438         Return -1 on overflow, instead of returning junk.
55439         Do not set *linesize unless allocation succeeds.
55440         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
55441         that we include sys/types.h.
55442         * lib/getnline.h: Likewise.
55443         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
55444         (getndelim2): Reorder arguments.
55445         * lib/getnline.c (getnline, getndelim):
55446         Don't discard the NMAX argument.
55447         (getnline): Invoke getndelim, to avoid code duplication.
55448         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
55449         of (size_t) -1 by callers of the getnline family.
55450
55451 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55452
55453         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
55454         Check for gettimeofday.
55455         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
55456         Check for settimeofday, stime.
55457
55458 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
55459
55460         * lib/nanosleep.c (suspended): Change its type from int to
55461         sig_atomic_t volatile.
55462         (first_call): Make it private to rpl_nanosleep, and have it
55463         be zero initially as that's a bit faster.
55464         (my_usleep): Round up fractional times instead of truncating them,
55465         as this is the usual meaning for 'sleep'.
55466
55467         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
55468         doesn't work.
55469         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
55470         (ENOSYS): Define if not defined.
55471         (settime): Fall back on stime if it exists and settimeofday fails.
55472         But don't bother with fallbacks if a method fails with errno == EPERM.
55473
55474 2004-05-11  Jim Meyering  <jim@meyering.net>
55475
55476         Prior to this change, the save_cwd caller required read access to the
55477         current directory on most systems (ones with the fchdir function).
55478
55479         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
55480         fails, try write-only, and finally, resort to using xgetcwd.
55481
55482 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
55483
55484         * lib/obstack.c, obstack.h: Import changes from libc.
55485
55486 2004-04-28  Bruno Haible  <bruno@clisp.org>
55487
55488         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
55489         also implicitly appends .exe to executables.
55490         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
55491         accepts Windows pathnames.
55492         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55493         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55494         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
55495         Treat Cygwin like Windows, since it now accepts Windows pathnames.
55496         Reported by Derek Robert Price <derek@ximbiot.com>.
55497
55498 2004-04-21  Karl Berry  <karl@gnu.org>
55499
55500         * config/srclist.txt (localcharset.c): break sync.
55501
55502 2004-04-20  Paul Eggert  <eggert@twinsun.com>
55503
55504         * m4/host-os.m4: Add a copyright notice.
55505
55506 2004-04-20  Jim Meyering  <jim@meyering.net>
55507
55508         Change UTILS_ to gl_ in AC_DEFINE'd names.
55509         Change utils_- and jm_-prefixed variables, too.
55510         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
55511         UTILS_FUNC_MKDIR_TRAILING_SLASH.
55512         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
55513
55514         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
55515         Don't emit trailing blanks.
55516         Also rename jm_-prefixed variables to have gl_ prefix.
55517
55518         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
55519         Also rename jm_-prefixed variables to have gl_ prefix.
55520
55521         * m4/jm-macros.m4: Reflect the renamings.
55522         * m4/prereq.m4: Likewise.
55523
55524 2004-04-20  Jim Meyering  <jim@meyering.net>
55525
55526         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
55527         memory.
55528
55529 2004-04-20  Jim Meyering  <jim@meyering.net>
55530             Bruno Haible  <bruno@clisp.org>
55531
55532         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
55533         memory when realloc fails.
55534
55535 2004-04-19  Jim Meyering  <jim@meyering.net>
55536
55537         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
55538         now that readutmp.c may call `free (0)'.
55539
55540 2004-04-19  Bruno Haible  <bruno@clisp.org>
55541
55542         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
55543         * m4/inttypes_h.m4: Likewise.
55544         * m4/stdint_h.m4: Likewise.
55545         * m4/intmax_t.m4: Likewise.
55546         * m4/uintmax_t.m4: Likewise.
55547
55548 2004-04-18  Jim Meyering  <jim@meyering.net>
55549
55550         * m4/prereq.m4: Don't forbid jm_ prefix.
55551
55552         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
55553         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
55554         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
55555         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
55556         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
55557         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
55558         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
55559         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
55560         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
55561         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
55562         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
55563         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
55564         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
55565         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
55566         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
55567         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
55568         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
55569         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
55570         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
55571
55572 2004-04-18  Jim Meyering  <jim@meyering.net>
55573
55574         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
55575         failure, don't leak memory and do call END_UTMP_ENT.
55576
55577 2004-04-16  Jim Meyering  <jim@meyering.net>
55578
55579         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
55580         coreutils' stat program.
55581         (gl_PREREQ): Don't require jm_PREREQ_STAT.
55582
55583 2004-04-11  Paul Eggert  <eggert@twinsun.com>
55584
55585         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
55586         C89.
55587         (CHAR_BIT): Remove, since we assume C89.
55588         Include <stdint.h> if available, as per current Autoconf CVS advice.
55589
55590 2004-03-31  Jim Meyering  <jim@meyering.net>
55591
55592         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
55593         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
55594         * m4/xalloc.m4: Likewise.
55595
55596 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55597
55598         Merge from coreutils.
55599
55600         * m4/inttostr.m4: New file.
55601         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
55602         Require AM_STDBOOL_H and gl_TIMESPEC instead.
55603         Require gl_CLOCK_TIME.
55604         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
55605
55606 2004-03-30  Paul Eggert  <eggert@twinsun.com>
55607
55608         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
55609         not bool, to be more consistent with Unix conventions.
55610         Suggested by Bruno Haible.
55611
55612         Merge from coreutils.
55613
55614         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
55615         * lib/umaxtostr.c: New files.
55616
55617         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
55618         the usual <time.h> dance.
55619         (get_date): Change signature to support fractional time stamps.
55620         All callers changed.
55621         * lib/getdate.y: Include "getdate.h" first, as we can now
55622         assume C89 and don't need to worry about 'const'.
55623         Similarly, include "unlocked-io.h" near start, not in middle.
55624         Include <limits.h>.
55625         (textint.value): Use long int rather than int.
55626         (textint.digits): Use size_t rather than int.
55627         (BILLION, LOG10_BILLION): New constants.
55628         (parser_control): New member rel_ns.  Members day_ordinal,
55629         time_zone, month, day, hour, minutes, rel_year, rel_month,
55630         rel_day, rel_hour, rel_minutes, rel_seconds
55631         are now long int, not int.  Member seconds is now struct timespec,
55632         not int.  New member timespec_seen.  Members dates_seen, days_seen,
55633         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
55634         not int.
55635         (%union.intval): Now long int, not int.
55636         New member timespec.
55637         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
55638         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
55639         (spec): Now is a timespec or an item list.
55640         (timespec, items): New nonterminals.
55641         (time, rel, relunit, number, get_date):
55642         Add support for fractional seconds.
55643         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
55644         (gmtime, localtime, mktime): Remove decls; not needed with C89.
55645         (to_hour): First arg is now long int, not int.
55646         (to_year): Returns long int, not int.
55647         Don't treat year -70 like 70.
55648         (tm_diff): Returns long int, not int.
55649         (lookup_word): Use bool instead of int when appropriate.
55650         (yylex): Use size_t for count, not int.
55651         Detect overflow when parsing large integer constants.
55652         Add support for fractions.
55653         (get_date): Make pointers 'const' if possible.
55654         Use more-portable code to detect integer overflow.
55655         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
55656         Don't use ctime; it's not reliable if the year has >4 digits.
55657
55658         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
55659         This is for compatibility with BSD.
55660
55661         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
55662         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
55663         From coreutils' system.h.
55664
55665         * lib/userspec.c: Don't include "posixver.h".
55666         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
55667         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
55668         compatible extension.  Simplify code by removing a boolean int
55669         that was always nonzero if a string was nonnull.
55670
55671 2004-03-30  Jim Meyering  <jim@meyering.net>
55672
55673         Merge from coreutils.
55674
55675         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
55676         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
55677         on some systems one must include <grp.h> before it.
55678         Reported by Christian Krackowizer.
55679
55680 2004-03-30  Jim Meyering  <jim@meyering.net>
55681
55682         Merge from coreutils.
55683
55684         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
55685
55686         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
55687         an empty input stream.
55688
55689         * lib/readtokens.c: Include <stdbool.h>.
55690         (readtoken): Use `size_t' rather than int/long.
55691         All callers adjusted.
55692         Use `bool' rather than `int' where appropriate.
55693         Use memset rather than an explicit loop.
55694         Use x2nrealloc rather than xrealloc.
55695         Allow the use of `\0' as a delimiter.
55696         (readtokens): Likewise.
55697         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
55698
55699 2004-03-30  Jim Meyering  <jim@meyering.net>
55700
55701         * m4/realloc.m4: Remove file, since now it does no more than
55702         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
55703         the `configure.ac' section of module/realloc.
55704         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
55705
55706 2004-03-30  Bruno Haible  <bruno@clisp.org>
55707
55708         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
55709         nonnull.
55710
55711 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55712
55713         Merge changes to getloadavg.c from coreutils and Emacs.
55714
55715         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
55716         Define to an expression, not to the empty string.
55717         Include cloexec.h and xalloc.h.
55718         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
55719         Use set_cloexec_flag rather than rolling our own.
55720         * lib/cloexec.c, lib/cloexec.h: New files.
55721
55722 2004-03-29  Paul Eggert  <eggert@twinsun.com>
55723
55724         * m4/cloexec.m4: New file.
55725
55726 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55727
55728         * lib/getopt.h: Sync with libc CVS.
55729
55730 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55731             Bruno Haible  <bruno@clisp.org>
55732
55733         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
55734         mbswidth.
55735
55736 2004-03-18  Paul Eggert  <eggert@twinsun.com>
55737             Bruno Haible  <bruno@clisp.org>
55738
55739         * lib/mbswidth.h: Include <wchar.h> only if
55740         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
55741         <wchar.h>.
55742         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
55743
55744 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55745
55746         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
55747         Sync with libc CVS.
55748         * lib/getopt_int.h: New file, also synced from libc.
55749
55750 2004-03-09  Paul Eggert  <eggert@twinsun.com>
55751
55752         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
55753         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
55754         Bring back getopt.c, getopt.h, getopt1.c.
55755
55756 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55757
55758         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
55759         All uses changed.  Check for sa_sigaction member; this fixes
55760         a bug first reported by Jason Andrade in
55761         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55762
55763 2004-03-07  Paul Eggert  <eggert@twinsun.com>
55764
55765         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
55766         '#if' expressions.  Unlike the code it replaces, it does not
55767         depend on (defined _SC_PAGESIZE).  However, it does depend on
55768         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
55769         first reported by Jason Andrade in
55770         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
55771
55772 2004-02-25  Simon Josefsson  <jas@extundo.com>
55773
55774         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
55775
55776 2004-02-25  Simon Josefsson  <jas@extundo.com>
55777
55778         * lib/strdup.h: New file.
55779         * lib/strdup.c: Include it.
55780         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
55781         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
55782
55783 2004-02-23  Karl Berry  <karl@gnu.org>
55784
55785         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
55786         (from fencepost.gnu.org:/gd/gnuorg).
55787
55788 2004-02-23  Karl Berry  <karl@gnu.org>
55789
55790         * config/srclistvars.sh (GNUORG) [karl]: redefine.
55791         * config/srclist.txt: add maintain/standards documents.
55792
55793 2004-02-18  Bruno Haible  <bruno@clisp.org>
55794
55795         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
55796         Reported by Derek Robert Price <derek@ximbiot.com>.
55797
55798 2004-02-16  Karl Berry  <karl@gnu.org>
55799
55800         * config/mkinstalldirs, install-sh: update from automake.
55801
55802 2004-02-06  Karl Berry  <karl@gnu.org>
55803
55804         * m4/po.m4: update from gettext 0.14.1.
55805
55806 2004-02-06  Karl Berry  <karl@gnu.org>
55807
55808         * lib/config.charset: update from gettext 0.14.1.
55809
55810 2004-02-05  Paul Eggert  <eggert@twinsun.com>
55811
55812         Add comments and code, prompted by suggestions from Bruno Haible
55813         for sh-quote.
55814         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
55815         describing the enum quoting_style values.
55816         * lib/quotearg.c (quotearg_alloc): New function.
55817         (quotearg_buffer_restyled): Treat lone { and } as special.
55818         Treat = as special.  Work around bug with older shells
55819         that "see" a '\' that is really the 2nd byte of a multibyte char.
55820         Quote empty string with shell_quoting_style.
55821
55822 2004-02-03  Bruno Haible  <bruno@clisp.org>
55823
55824         * m4/pipe.m4: New file, from GNU gettext.
55825
55826 2004-02-03  Bruno Haible  <bruno@clisp.org>
55827
55828         * lib/pipe.h: New file, from GNU gettext.
55829         * lib/pipe.c: New file, from GNU gettext.
55830
55831 2004-01-27  Bruno Haible  <bruno@clisp.org>
55832
55833         * m4/execute.m4: New file, from GNU gettext.
55834
55835 2004-01-27  Bruno Haible  <bruno@clisp.org>
55836
55837         * lib/execute.h: New file, from GNU gettext.
55838         * lib/execute.c: New file, from GNU gettext.
55839         * lib/w32spawn.h: New file, from GNU gettext.
55840
55841 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55842
55843         Merge from diffutils.
55844
55845         * lib/file-type.c (file_type): Add typed memory objects.
55846         * lib/file-type.h (S_TYPEISTMO): New macro.
55847
55848         * lib/c-stack.h (c_stack_action): Remove argv argument.
55849         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
55850         (die): Don't calculate message unless segv_action returns.
55851         (get_stack_location, min_address_from_argv, max_address_from_argv,
55852         volatile stack_base, volatile_stack_size): Remove.
55853         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
55854         that every segmentation violation is a stack overflow.  (Ouch!)
55855         See Debian bug 136249 (still outstanding) for more info about why
55856         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
55857
55858 2004-01-24  Paul Eggert  <eggert@twinsun.com>
55859
55860         Exit-status fix from coreutils.
55861
55862         Use exit_failure consistently in place of EXIT_FAILURE,
55863         so that program exit statuses are consistent on failure.
55864
55865         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
55866         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
55867         * lib/argmatch.h: Comment fix to match the above.
55868         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
55869         Now a macro referring to exit_failure, instead of a separate
55870         variable.  Include "exitfail.h" to get it.
55871         * lib/xstrtol.h: Include "exitfail.h".
55872         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
55873
55874         * lib/long-options.c (parse_long_options): Use prototype
55875         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
55876         for clarity.
55877
55878 2004-01-21  Jim Meyering  <jim@meyering.net>
55879
55880         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
55881         so as not to conflict with a different-sized __mktime_internal
55882         function in GNU libc.
55883         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
55884         Problem building statically-linked `ls' reported by Michael Brunnbauer.
55885
55886 2004-01-20  Karl Berry  <karl@gnu.org>
55887
55888         * config/config.guess: update from config.
55889
55890         * config/srclistvars.sh: GNUWWWLICENSES for karl.
55891
55892 2004-01-20  Bruno Haible  <bruno@clisp.org>
55893
55894         Safer stack allocation.
55895         * lib/setenv.c: Include allocsa.h.
55896         (alloca): Remove fallback definition.
55897         (freea): Remove macro.
55898         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
55899         instead of freea.
55900
55901 2004-01-20  Bruno Haible  <bruno@clisp.org>
55902
55903         * m4/eealloc.m4: New file, from GNU gettext.
55904
55905 2004-01-20  Bruno Haible  <bruno@clisp.org>
55906
55907         * m4/allocsa.m4: New file, from GNU gettext.
55908
55909 2004-01-20  Bruno Haible  <bruno@clisp.org>
55910
55911         * lib/xallocsa.h: New file, from GNU gettext.
55912         * lib/xallocsa.c: New file, from GNU gettext.
55913
55914 2004-01-20  Bruno Haible  <bruno@clisp.org>
55915
55916         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
55917
55918 2004-01-20  Bruno Haible  <bruno@clisp.org>
55919
55920         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
55921         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
55922         specially.
55923
55924 2004-01-20  Bruno Haible  <bruno@clisp.org>
55925
55926         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
55927         patch.
55928
55929 2004-01-20  Bruno Haible  <bruno@clisp.org>
55930
55931         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
55932
55933 2004-01-20  Bruno Haible  <bruno@clisp.org>
55934
55935         * lib/eealloc.h: New file.
55936
55937 2004-01-20  Bruno Haible  <bruno@clisp.org>
55938
55939         * lib/binary-io.h: Avoid warnings on Cygwin.
55940
55941 2004-01-20  Bruno Haible  <bruno@clisp.org>
55942
55943         * lib/allocsa.h: New file, from GNU gettext.
55944         * lib/allocsa.c: New file, from GNU gettext.
55945
55946 2004-01-18  Karl Berry  <karl@gnu.org>
55947
55948         * doc/gpl.texi, doc/lgpl.texi: new files.
55949
55950 2004-01-18  Karl Berry  <karl@gnu.org>
55951
55952         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
55953         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
55954
55955 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55956
55957         Merge from coreutils.
55958
55959         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
55960         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
55961         (gl_DEFAULT_POSIX2_VERSION): Move
55962         the documentation from 'configure' into 'config.hin',
55963         so that 'configure --help' isn't burdened by it and
55964         we don't have to worry about its formatting there.
55965         Reword the documentation so that it's more succinct
55966         and can be run together into a single paragraph.
55967         * m4/same.m4 (gl_SAME): Check for pathconf.
55968
55969 2004-01-15  Paul Eggert  <eggert@twinsun.com>
55970
55971         Merge from coreutils.
55972
55973         * lib/posixver.c: Include posixver.h.
55974
55975         * lib/same.c: Include <stdbool.h>, <limits.h>.
55976         (_POSIX_NAME_MAX): Define if not defined.
55977         (MIN): New macro.
55978         (same_name): If file names are silently truncated, report
55979         that the file names are the same if they are the same after
55980         the silent truncation.
55981
55982         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
55983         conversion function.
55984         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
55985         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
55986         longer needed.
55987
55988 2004-01-15  Jim Meyering  <jim@meyering.net>
55989
55990         Merge from coreutils.
55991
55992         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
55993         if no library is required.
55994         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
55995         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
55996         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
55997         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
55998         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
55999         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
56000         value, $ac_cv_search_crypt, if it's "none required".
56001         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
56002         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
56003         not gl_FUNC_GETLOADAVG.
56004         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
56005         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
56006
56007 2004-01-15  Jim Meyering  <jim@meyering.net>
56008
56009         Merge from coreutils.
56010
56011         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
56012         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
56013         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
56014
56015         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
56016         optional configure-time default.
56017
56018         * lib/version-etc.c (version_etc_copyright): Update copyright date.
56019
56020         * lib/xreadlink.c (xreadlink): Correct outdated comment.
56021
56022 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
56023
56024         Merge from coreutils.
56025
56026         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
56027         value, $ac_cv_search_nanosleep, if it's "none required".
56028
56029 2004-01-14  Paul Eggert  <eggert@twinsun.com>
56030
56031         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
56032         with like-named macro in fnmatch.c.
56033         (EXT): Use an internal constant instead.
56034
56035         Merge fnmatch patches from glibc.
56036         * lib/fnmatch.c (mbsinit): Remove define.
56037         Add libc_hidden_ver (__fnmatch, fnmatch).
56038         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
56039         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
56040
56041 2004-01-14  Karl Berry  <karl@gnu.org>
56042
56043         * config/install-sh: update from automake.
56044
56045 2004-01-13  Karl Berry  <karl@gnu.org>
56046
56047         * config/install-sh: update from automake.
56048
56049 2004-01-09  Karl Berry  <karl@gnu.org>
56050
56051         * config/install-sh: update from automake.
56052
56053 2004-01-05  Karl Berry  <karl@gnu.org>
56054
56055         * config/config.{sub,guess}: update from config.
56056
56057 2003-12-31  Karl Berry  <karl@gnu.org>
56058
56059         * config/depcomp: update from automake.
56060
56061 2003-12-14  Karl Berry  <karl@gnu.org>
56062
56063         * lib/config.charset: update from gettext-runtime.
56064
56065 2003-12-03  Paul Eggert  <eggert@twinsun.com>
56066
56067         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
56068         Bug reported by Alfred M. Szmidt.
56069
56070 2003-12-03  Bruno Haible  <bruno@clisp.org>
56071
56072         * m4/gettext.m4: Upgrade from gettext-0.13.
56073         * m4/po.m4: Upgrade from gettext-0.13.
56074         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
56075         * m4/intmax.m4: New file, from gettext-0.13.
56076         * m4/printf-posix.m4: New file, from gettext-0.13.
56077
56078 2003-11-29  Karl Berry  <karl@gnu.org>
56079
56080         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
56081
56082 2003-11-25  Paul Eggert  <eggert@twinsun.com>
56083             Bruno Haible  <bruno@clisp.org>
56084
56085         * lib/printf-parse.h: Don't include sys/types.h.
56086         (ARG_NONE): New macro.
56087         (char_directive): Change type of *arg_index fields to size_t.
56088         * lib/printf-parse.c: Don't include sys/types.h.
56089         (SSIZE_MAX): Remove macro.
56090         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
56091         Remove unnecessary overflow check.
56092         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
56093         fields.
56094
56095 2003-11-25  Bruno Haible  <bruno@clisp.org>
56096
56097         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
56098
56099 2003-11-25  Bruno Haible  <bruno@clisp.org>
56100
56101         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
56102         gt_TYPE_SSIZE_T.
56103
56104 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56105
56106         * modules/alloca: Remove dependency on xalloc.
56107
56108 2003-11-24  Paul Eggert  <eggert@twinsun.com>
56109
56110         * lib/alloca.c: Remove dependency on xalloc module.
56111         (xalloc_die): Remove.
56112         (memory_full) [!defined emacs]: New macro.
56113         [!defined emacs]: Don't include xalloc.h.
56114         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
56115         address arithmetic overflows.  Change datatypes a bit to avoid
56116         unnecessary casts.
56117
56118 2003-11-22  Jim Meyering  <jim@meyering.net>
56119
56120         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
56121         s/size/size_t/.
56122
56123 2003-11-21  Karl Berry  <karl@gnu.org>
56124
56125         * config/config.{sub,guess}: update from config.
56126
56127 2003-11-18  Karl Berry  <karl@gnu.org>
56128
56129         * config/config.{sub,guess}: update from config.
56130
56131         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
56132
56133 2003-11-17  Paul Eggert  <eggert@twinsun.com>
56134
56135         * README: Mention that S+T cannot overflow if S is the size of
56136         an existing object and T is sufficiently small.
56137
56138 2003-11-17  Jim Meyering  <jim@meyering.net>
56139
56140         On systems without utime and without a utimes function capable of
56141         dealing with a NULL struct utimbuf* argument, this utime replacement
56142         could -- in unusual circumstances -- leak a file descriptor.
56143         * lib/utime.c: Include <unistd.h> and <errno.h>.
56144         (utime_null): Be sure to close `fd' and to preserve errno.
56145         Reported by Geoff Collyer via Arnold Robbins.
56146
56147 2003-11-17  Bruno Haible  <bruno@clisp.org>
56148
56149         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
56150         (Depends-on): Add xsize.
56151
56152 2003-11-17  Bruno Haible  <bruno@clisp.org>
56153
56154         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
56155
56156 2003-11-17  Bruno Haible  <bruno@clisp.org>
56157
56158         * lib/vasnprintf.c (alloca): Remove fallback definition.
56159         (freea): Remove definition.
56160         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
56161         Reported by Paul Eggert.
56162
56163 2003-11-16  Paul Eggert  <eggert@twinsun.com>
56164             Bruno Haible  <bruno@clisp.org>
56165
56166         Protect against address arithmetic overflow.
56167         * lib/printf-args.h: Include stddef.h.
56168         (arguments): Change type of field 'count' to size_t.
56169         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
56170         'unsigned int' where appropriate.
56171         * lib/printf-parse.h: Include sys/types.h.
56172         (char_directive): Change type of *arg_index fields to ssize_t.
56173         (char_directives): Change type of fields 'count', max_*_length to
56174         size_t.
56175         * lib/printf-parse.c: Include sys/types.h and xsize.h.
56176         (SSIZE_MAX): Define fallback value.
56177         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
56178         instead of 'int' where appropriate. Check a_allocated, d_allocated
56179         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
56180         * lib/vasnprintf.c: Include xsize.h.
56181         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
56182         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
56183         overflow. Avoid wraparound when converting a width or precision from
56184         decimal to binary.
56185
56186 2003-11-16  Bruno Haible  <bruno@clisp.org>
56187
56188         Update from GNU gettext.
56189         * lib/printf-parse.c: Generalize to it can be compiled for wide
56190         strings.
56191         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
56192         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
56193         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
56194         SNPRINTF): New macros.
56195         Don't include <alloca.h> if the file is used inside libintl.
56196         (local_wcslen): New function, for Solaris 2.5.1.
56197         (VASNPRINTF): Use it instead of wcslen.
56198
56199 2003-11-16  Bruno Haible  <bruno@clisp.org>
56200
56201         * lib/xsize.h (xmax): New function.
56202         (xsum, xsum3, xsum4): Declare as "pure" functions.
56203
56204 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56205
56206         * modules/xalloc (Files): Undo latest change, since xalloc.h
56207         no longer needs SIZE_MAX or PTRDIFF_MAX.
56208
56209 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56210
56211         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
56212         gl_PTRDIFF_MAX.
56213
56214 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56215
56216         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
56217         "return", to pacify some unknown compiler.  Problem reported
56218         by Joerg Schilling.
56219
56220 2003-11-12  Paul Eggert  <eggert@twinsun.com>
56221
56222         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
56223         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
56224         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
56225         heuristic is just as accurate as far as we know, and it removes a
56226         dependency on size_max.m4 and ptrdiff_max.m4.
56227
56228 2003-11-11  Bruno Haible  <bruno@clisp.org>
56229
56230         * modules/xsize (Files): Add m4/size_max.m4.
56231         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
56232
56233 2003-11-11  Bruno Haible  <bruno@clisp.org>
56234
56235         * m4/size_max.m4: New file.
56236         * m4/ptrdiff_max.m4: New file.
56237         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
56238         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
56239         (gl_XALLOC): Invoke it.
56240
56241 2003-11-11  Bruno Haible  <bruno@clisp.org>
56242
56243         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
56244         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
56245         defined.
56246
56247 2003-11-10  Paul Eggert  <eggert@twinsun.com>
56248
56249         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
56250         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
56251         rejected some allocations of exactly SIZE_MAX - 2 bytes.
56252         From Bruno Haible.
56253         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
56254         not (size_t) -1, since it's defined here.
56255
56256 2003-11-09  Karl Berry  <karl@gnu.org>
56257
56258         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
56259
56260 2003-11-06  Paul Eggert  <eggert@twinsun.com>
56261
56262         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
56263         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
56264         Reject sizes of exactly SIZE_MAX bytes.
56265         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
56266         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
56267
56268 2003-11-05  Bruno Haible  <bruno@clisp.org>
56269
56270         * lib/xsize.h: Include limits.h, to avoid a possible collision with
56271         SIZE_MAX defined in <limits.h> on Solaris.
56272
56273 2003-11-04  Jim Meyering  <jim@meyering.net>
56274
56275         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
56276         variable names, rather than @VAR@.
56277         * modules/poll: Likewise.
56278
56279 2003-11-04  Bruno Haible  <bruno@clisp.org>
56280
56281         * modules/xsize: New file.
56282         * modules/linebreak: Depend on xsize.
56283         * MODULES.html.sh (func_all_modules): Add xsize.
56284
56285 2003-11-04  Bruno Haible  <bruno@clisp.org>
56286
56287         * m4/xsize.m4: New file.
56288
56289 2003-11-04  Bruno Haible  <bruno@clisp.org>
56290
56291         * lib/xsize.h: New file.
56292         * lib/linebreak.c: Include xsize.h.
56293         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
56294         argument for overflow.
56295         Suggested by Paul Eggert.
56296
56297 2003-11-03  Karl Berry  <karl@gnu.org>
56298
56299         * config/config.{guess,sub}: update from config.
56300
56301 2003-11-03  Jim Meyering  <jim@meyering.net>
56302
56303         * modules/userspec (lib_SOURCES): Add userspec.h.
56304         (Include): Add "userspec.h".
56305         Improve description.
56306
56307 2003-11-03  Jim Meyering  <jim@meyering.net>
56308
56309         * lib/userspec.c: Include "userspec.h".
56310         * lib/userspec.h: New file.
56311
56312 2003-11-03  Bruno Haible  <bruno@clisp.org>
56313
56314         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
56315
56316 2003-11-03  Bruno Haible  <bruno@clisp.org>
56317
56318         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
56319         available, to avoid (extremely rare) race condition.
56320         Suggested by Paul Eggert.
56321
56322 2003-11-02  Karl Berry  <karl@gnu.org>
56323
56324         * config/srclist.txt (vasprintf.c): sync broken, sigh.
56325
56326 2003-10-31  Paul Eggert  <eggert@twinsun.com>
56327
56328         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
56329         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
56330         (read_filesystem_list): Set and use me_type_malloced.
56331         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
56332         whatever the type happens to be), for brevity and consistency.
56333         Check for size calculation overflow on Alphas running OSF/1.
56334
56335 2003-10-31  Jim Meyering  <jim@meyering.net>
56336
56337         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
56338
56339         * lib/linebuffer.c: Include <string.h> for declaration of memset.
56340
56341 2003-10-30  Paul Eggert  <eggert@twinsun.com>
56342             Bruno Haible  <bruno@clisp.org>
56343
56344         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
56345         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
56346
56347 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
56348
56349         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
56350         netbsd*-gnu*.  Suggested by Robert Millan.
56351
56352 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56353
56354         * modules/group-member: Depend on stdbool.
56355
56356 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56357
56358         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
56359
56360 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56361
56362         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
56363         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
56364         after the 'gnu' in these cases.  This fixes some bugs in the
56365         previous change, and is based on suggestions by Robert Millan.
56366
56367 2003-10-29  Paul Eggert  <eggert@twinsun.com>
56368
56369         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
56370         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
56371         no longer needed.
56372         * lib/quotearg.c (quotearg_n_options): Use it.
56373         * lib/group-member.c: Include <stdbool.h>.
56374         (free_group_info): Arg is now const *; don't free arg.
56375         (get_group_info): Now returns bool and accepts struct group_info *,
56376         rather than returning a malloc'ed struct group_info *.
56377         All uses changed.  Check for overflow in internal size calculation.
56378
56379         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
56380         rather than xmalloc/xrealloc.
56381         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
56382         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
56383         conformance bug: the old code used a pointer after freeing the
56384         storage that it addressed.
56385         * lib/hash.c (hash_initialize): Simplify the code by using
56386         xalloc_oversized rather than doing it by hand.
56387         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
56388         the buffer preserved.  Use free and xmalloc instead.
56389         * lib/quotearg.c (quotearg_n_options): Likewise.
56390         Use a simpler test for size overflow.  Don't use xalloc_oversized
56391         because unsigned int might be wider than size_t (!); this suggests
56392         that we should switch from unsigned int to size_t for slot numbers.
56393
56394 2003-10-28  Paul Eggert  <eggert@twinsun.com>
56395
56396         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
56397         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
56398         NetBSD kernels.  Requested by Richard Stallman.
56399
56400 2003-10-27  Paul Eggert  <eggert@twinsun.com>
56401
56402         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
56403         to allocate the returned structure.  Do not allocate a subarray,
56404         as x2nrealloc will do that.
56405         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
56406         instead of xnrealloc.
56407         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
56408
56409 2003-10-27  Bruno Haible  <bruno@clisp.org>
56410
56411         * lib/stdbool_.h: Better support for BeOS.
56412
56413 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56414
56415         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
56416         now uses inline.
56417
56418 2003-10-26  Paul Eggert  <eggert@twinsun.com>
56419
56420         * lib/xalloc.h (xalloc_oversized): New static inline function, for
56421         callers that want to do their own size-overflow checking.  Include
56422         <stdbool.h>, since xalloc_oversized returns bool.
56423         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
56424         to use xalloc_oversized.
56425
56426         Add two functions x2realloc, x2nrealloc, for programs that grow
56427         arrays dynamically by doubling their sizes.
56428         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
56429         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
56430         New functions.
56431
56432         Port to C99 semantics for 'inline' of external functions.
56433         Bug reported by Bruno Haible.
56434         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
56435         with the old contents of xnmalloc.
56436         (xnmalloc, xmalloc): Use it.
56437         (xnrealloc_inline): New static inline function,
56438         with the old contents of xnrealloc.
56439         (xnrealloc, xrealloc): Use it.
56440
56441         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
56442         that.
56443
56444 2003-10-26  Karl Berry  <karl@gnu.org>
56445
56446         * config/srclist.txt (COPYING.DOC): no longer available from
56447         /gd/gnuorg; don't know where the ultimate source is.
56448
56449 2003-10-25  Paul Eggert  <eggert@twinsun.com>
56450
56451         Fix several address-calculation bugs in the hash modules,
56452         plus some minor code cleanup.
56453
56454         * lib/hash.h: Include <stdbool.h>, for bool.
56455         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
56456         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
56457         hash_get_n_entries, hash_get_max_bucket_length,
56458         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
56459         hash_rehash): Use size_t rather than unsigned.
56460         * lib/hash.c (struct hash_table, hash_get_n_buckets,
56461         hash_get_n_buckets_used, hash_get_n_entries,
56462         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
56463         hash_get_entries, hash_do_for_each, hash_string, is_prime,
56464         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
56465         Likewise.
56466         (SIZE_MAX): Define if not defined.
56467         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
56468         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
56469         hash_print):
56470         Use const * when possible.
56471         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
56472         (check_tuning): Fix bug: if tuning parameters were very close to
56473         0 or 1, rounding errors could have caused subscript violations.
56474         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
56475         (hash_initialize): Add 'fail:' label
56476         to free table and return NULL, and use it to simplify code.
56477         Use calloc rather than clearing the storage ourself.
56478         (hash_initialize, hash_rehash): Check for arithmetic overflow in
56479         buffer size calculations.
56480         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
56481         Include <stddef.h>, for size_t.
56482         * lib/hash-pjw.c (hash_pjw): Likewise.
56483         Switch to method described by Bruno Haible.
56484         Include <limits.h>, for CHAR_BIT.
56485         (SIZE_BITS): New macro.
56486
56487 2003-10-23  Paul Eggert  <eggert@twinsun.com>
56488
56489         * m4/getline.m4 (AM_FUNC_GETLINE):
56490         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
56491         hosts.  Problem reported by Derek Robert Price in
56492         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
56493         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
56494         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
56495
56496 2003-10-21  Paul Eggert  <eggert@twinsun.com>
56497
56498         * lib/getndelim2.c (getndelim2): When size calculation overflows,
56499         ceiling the allocation at NMAX bytes rather than silently
56500         discarding input bytes before NMAX is reached.  This makes
56501         a difference only if NMAX exceeds SIZE_MAX / 2.
56502
56503         * lib/obstack.c: Merge from glibc.
56504         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
56505         Add libc_hidden_def (_obstack_newchunk).
56506         (_obstack_free) [! defined _LIBC]: Remove.
56507         [defined _LIBC]: Make a strong alias from obstack_free, rather than
56508         a clone of the function body.
56509         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
56510         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
56511
56512         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
56513         glibc.
56514         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
56515         arg to memcpy.
56516
56517         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
56518         (obstack_ptr_grow_fast, obstack_int_grow_fast):
56519         Don't use lvalue casts, as GCC plans to remove support for them
56520         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
56521         was also present in the non-GCC version, indicating that this
56522         code had always been buggy and had never been widely used.
56523         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
56524         Use the fast variant of each macro, rather than copying the
56525         definiens of the fast variant; that way, we'll be more likely to
56526         catch future bugs in the fast variants.
56527
56528 2003-10-20  Bruno Haible  <bruno@clisp.org>
56529
56530         * modules/wait-process: New file.
56531         * MODULES.html.sh (func_all_modules): Add wait-process.
56532
56533 2003-10-20  Bruno Haible  <bruno@clisp.org>
56534
56535         * m4/wait-process.m4: New file.
56536
56537 2003-10-20  Bruno Haible  <bruno@clisp.org>
56538
56539         * lib/wait-process.h: New file, from GNU gettext.
56540         * lib/wait-process.c: New file, from GNU gettext.
56541
56542 2003-10-19  Jim Meyering  <jim@meyering.net>
56543
56544         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
56545         HPUX 10.20.
56546
56547 2003-10-18  Karl Berry  <karl@gnu.org>
56548
56549         * config/config.guess: update from config.
56550
56551 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56552
56553         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
56554         (getgroups): First arg is int, not size_t.
56555         Don't let 'free' mangle errno.
56556
56557 2003-10-16  Paul Eggert  <eggert@twinsun.com>
56558
56559         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
56560
56561 2003-10-16  Karl Berry  <karl@gnu.org>
56562
56563         * config/config.{guess,sub}: update from config.
56564
56565 2003-10-16  Jim Meyering  <jim@meyering.net>
56566
56567         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
56568         memcpy.
56569
56570 2003-10-15  Paul Eggert  <eggert@twinsun.com>
56571
56572         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
56573         (SIZE_MAX): Remove.
56574         (new_exclude, add_exclude_file): Initial size no longer needs to
56575         be a power of 2.
56576         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
56577         our own address arithmetic overflow checking.
56578
56579         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
56580         (fnmatch): Do not alloca more than 2000 wide characters;
56581         instead, use malloc for large buffers.
56582         Check for address arithmetic overflow, and return -1
56583         with errno set to ENOMEM in that case.
56584         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
56585         (NEW_PATTERN): Do not alloca more than 8000 bytes;
56586         instead, return -1.  Check for address arithmetic overflow.
56587
56588 2003-10-14  Paul Eggert  <eggert@twinsun.com>
56589
56590         Handle invalid suffixes and overflow independently, so that
56591         callers can treat them independently as needed.  Fix some bugs in
56592         suffix handling, e.g., "100k@" was not diagnosed as an invalid
56593         suffix for a human-readable blocksize.  The major caller-visible
56594         change is the addition of a new
56595         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
56596         that both overflow and suffix chars were found.
56597
56598         * lib/human.c (humblock): Don't check separately for invalid suffix
56599         char; that is xstrtoumax's job (now that its bug is fixed).
56600         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
56601         INTMAX_MAX]: New macros.
56602         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
56603         TYPE_MAXIMUM): New macros.
56604         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
56605         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
56606         if overflow occurs, as it's what __strtol does and it's more useful
56607         in practice.
56608         (__xstrtol): If __strtol reports some error other than ERANGE,
56609         reflect it to the caller as LONGINT_INVALID.  If it reports
56610         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
56611         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
56612         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
56613         value.
56614         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
56615         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
56616         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
56617         [defined UINTMAX_MAX]: New macros.
56618
56619 2003-10-14  Bruno Haible  <bruno@clisp.org>
56620
56621         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
56622
56623 2003-10-14  Bruno Haible  <bruno@clisp.org>
56624
56625         * m4/sig_atomic_t: New file, from GNU gettext.
56626         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
56627
56628 2003-10-14  Bruno Haible  <bruno@clisp.org>
56629
56630         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
56631         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
56632         Also use volatile where needed.
56633
56634 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56635
56636         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
56637         Change maintainer from Bruno Haible to 'all'.
56638
56639 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56640
56641         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
56642
56643 2003-10-12  Paul Eggert  <eggert@twinsun.com>
56644
56645         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
56646         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
56647         and define in terms of the other primitives.
56648         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
56649         (SIZE_MAX): Define if not already defined.
56650         (array_size_overflow): New function.
56651         (xalloc_die): Abort instead of exiting if 'error' returns.
56652         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
56653         (xmalloc, xrealloc): Use them.
56654         (xcalloc): Check for address arithmetic overflow.
56655         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
56656         a bit faster than strcpy.
56657
56658 2003-10-10  Simon Josefsson  <jas@extundo.com>
56659
56660         * modules/argp (Depends-on): Add restrict and strcase.
56661
56662 2003-10-10  Simon Josefsson  <jas@extundo.com>
56663
56664         * m4/argp.m4: Add AC_C_INLINE.
56665
56666 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56667
56668         Merge getpass from libc, plus a few fixes.
56669
56670         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
56671         Include <stdbool.h>.
56672         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
56673         __fsetlocking to empty.
56674         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
56675         do include <bits/libc-lock.h>.
56676         Do not include <fcntl.h>; not needed.
56677         [_LIBC]: Include <wchar.h>.
56678         (NOTCANCEL_MODE): New macro.
56679         (flockfile, funlockfile) [_LIBC]: New macros.
56680         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
56681         [!_LIBC]: New macros.
56682         (call_fclose): New function.
56683         (getpass): Use it.  Save tty stream separately; this simplifies the
56684         code and makes it more reliable if stdin happens to equal stdout.
56685         Invoke __fsetlocking on tty.
56686         Handle thread cancellation if needed.
56687         Namespace cleanup (use __tcgetattr, __getline).
56688         Use bool for Booleans.
56689         [USE_IN_LIBIO]: Handle wide streams.
56690         [!_LIBC]: Unconditionally do the fseek, since we don't know what
56691         stream might go where.
56692
56693         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
56694         doesn't have to include <stdio.h> before us.
56695         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
56696         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
56697         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
56698         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
56699         if not declared, so that we can use getpass.c code from libc without
56700         rewriting it.
56701         (flockfile, ftrylockfile, funlockfile): New macros.
56702
56703 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56704
56705         * modules/getpass: Depend on stdbool.
56706
56707 2003-10-08  Paul Eggert  <eggert@twinsun.com>
56708
56709         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
56710
56711 2003-10-07  Karl Berry  <karl@gnu.org>
56712
56713         * config/config.{guess,sub}: update from config.
56714
56715 2003-10-06  Jim Meyering  <jim@meyering.net>
56716             Bruno Haible  <bruno@clisp.org>
56717
56718         This lets translators provide better translations for the
56719         "Written by ..." part of --version output.
56720         * lib/version-etc.h: Include stdarg.h.
56721         (version_etc_copyright): Declare as readonly.
56722         (version_etc): Make this function variadic with a NULL-terminated list
56723         of author name strings.
56724         (version_etc_va): New declaration.
56725         * lib/version-etc.c: Include stdarg.h, stdlib.h.
56726         (version_etc_copyright): Declare as readonly.
56727         (version_etc_va): New function. Provide a different translatable string
56728         for each possible number of authors < 10. Abbreviate when there are 10
56729         authors or more.
56730         (version_etc): Make this function variadic. Call version_etc_va.
56731         Suggestion from Gary V. Vaughan.
56732
56733         * lib/long-options.h (parse_long_options): Change prototype: the
56734         authors string is moved to the end and becomes variadic.
56735         * lib/long-options.c: Include stdarg.h.
56736         (parse_long_options): Make this function variadic, too.
56737         Call version_etc_va, not version_etc.
56738
56739 2003-10-06  Bruno Haible  <bruno@clisp.org>
56740
56741         * modules/version-etc-2: Remove file.
56742         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
56743
56744 2003-10-06  Bruno Haible  <bruno@clisp.org>
56745
56746         * modules/fatal-signal: New file.
56747         * MODULES.html.sh (func_all_modules): Add fatal-signal.
56748
56749 2003-10-06  Bruno Haible  <bruno@clisp.org>
56750
56751         * m4/fatal-signal.m4: New file.
56752         * m4/signalblocking.m4: New file, from GNU gettext.
56753
56754 2003-10-06  Bruno Haible  <bruno@clisp.org>
56755
56756         * lib/version-etc-2.h: Remove file.
56757         * lib/version-etc-2.c: Remove file.
56758
56759 2003-10-06  Bruno Haible  <bruno@clisp.org>
56760
56761         * lib/fatal-signal.h: New file, from GNU gettext.
56762         * lib/fatal-signal.c: New file, from GNU gettext.
56763
56764 2003-10-05  Paul Eggert  <eggert@twinsun.com>
56765
56766         * README: Rework advice for preventing empty .o files.
56767         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
56768         not <sys/types.h>.
56769
56770 2003-10-04  Karl Berry  <karl@gnu.org>
56771
56772         * lib/argp*: update from libc.
56773
56774 2003-10-04  Karl Berry  <karl@gnu.org>
56775
56776         * config/config.{guess,sub}: update from config.
56777
56778 2003-10-02  Bruno Haible  <bruno@clisp.org>
56779
56780         * modules/lchown (Include): Add lchown.h.
56781         * modules/time_r (Include): Use "..." syntax.
56782         * modules/xgetdomainname (Include): Add xgetdomainname.h.
56783
56784 2003-10-01  Simon Josefsson  <jas@extundo.com>
56785
56786         * MODULES.html.sh (func_all_modules): Move gethostname from section
56787         'based on' to section 'lacking' POSIX:2001.
56788
56789 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
56790
56791         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
56792         to output mode on the same stream.
56793
56794 2003-09-29  Paul Eggert  <eggert@twinsun.com>
56795
56796         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
56797         Fix arg typo in previous patch.
56798
56799 2003-09-28  Jim Meyering  <jim@meyering.net>
56800
56801         * lib/error.c: Correct cpp indentation.
56802
56803 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56804
56805         * modules/free: New file.
56806
56807 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56808
56809         * m4/free.m4: New file.
56810
56811 2003-09-27  Paul Eggert  <eggert@twinsun.com>
56812
56813         * lib/minmax.h (MIN, MAX)
56814         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
56815         Omit the special code that used __typeof__, since we worry that
56816         it could be more trouble than it's worth.  See:
56817         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
56818         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
56819
56820         * lib/free.c: New file.
56821
56822 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
56823
56824         Trivial fixes to Makefile.am parts of module listings.
56825         * modules/strstr: Append strstr.h to lib_SOURCES.
56826         * modules/strcase: Likewise, for strcase.h.
56827
56828 2003-09-27  Karl Berry  <karl@gnu.org>
56829
56830         * config/mkinstalldirs: update from automake.
56831
56832 2003-09-26  Paul Eggert  <eggert@twinsun.com>
56833
56834         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
56835         (error_tail): Do not loop, reallocating temporary buffer, since
56836         the output cannot contain more wide characters than the input
56837         contains bytes, the size must be big enough already.  This avoids
56838         one potential size overflow calculation.  Check for size overflow
56839         when calculating temporary buffer size.  Free temporary buffer
56840         when done, if it was allocated with malloc; this plugs a memory
56841         leak.  Remove casts from void * to pointers, that are no longer
56842         needed now that we're assuming C89 or better.
56843
56844         Merge error changes from glibc.
56845
56846         * lib/error.c, error.h: Update copyright notice header to match glibc.
56847         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
56848         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
56849         Disable cancellation while printing error.
56850         * lib/error.h: Prepend __ to parameter names.
56851
56852 2003-09-26  Jim Meyering  <jim@meyering.net>
56853
56854         * lib/error.c (error_tail): Move some declarations
56855         into inner scope where the local variables are used.
56856
56857 2003-09-26  Bruno Haible  <bruno@clisp.org>
56858
56859         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
56860         stpncpy().
56861         Don't define stpncpy through config.h; it's now done through stpncpy.h.
56862
56863 2003-09-26  Bruno Haible  <bruno@clisp.org>
56864
56865         * lib/stpncpy.h (gnu_stpncpy): New declaration.
56866         (stpncpy): Define as alias for gnu_stpncpy.
56867         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
56868
56869 2003-09-25  Simon Josefsson  <jas@extundo.com>
56870
56871         * lib/xgetdomainname.h: New file.
56872         * lib/xgetdomainname.c: New file.
56873
56874 2003-09-25  Simon Josefsson  <jas@extundo.com>
56875             Bruno Haible  <bruno@clisp.org>
56876
56877         * modules/getdomainname: New file.
56878         * modules/xgetdomainname: New file.
56879         * MODULES.html.sh (func_all_modules): Add getdomainname,
56880         xgetdomainname.
56881
56882 2003-09-25  Simon Josefsson  <jas@extundo.com>
56883             Bruno Haible  <bruno@clisp.org>
56884
56885         * m4/getdomainname.m4: New file.
56886
56887 2003-09-25  Simon Josefsson  <jas@extundo.com>
56888             Bruno Haible  <bruno@clisp.org>
56889
56890         * lib/getdomainname.h: New file.
56891         * lib/getdomainname.c: New file.
56892
56893 2003-09-25  Karl Berry  <karl@gnu.org>
56894
56895         * lib/argp-fmtstream.c, argp-help.c: update from libc.
56896
56897 2003-09-25  Karl Berry  <karl@gnu.org>
56898
56899         * config/install-sh: update from automake.
56900
56901 2003-09-25  Bruno Haible  <bruno@clisp.org>
56902
56903         * modules/version-etc-2: New file, from modules/version-etc with
56904         modifications.
56905         * MODULES.html.sh (func_all_modules): Add version-etc-2.
56906
56907 2003-09-25  Bruno Haible  <bruno@clisp.org>
56908
56909         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
56910         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
56911
56912 2003-09-24  Simon Josefsson  <jas@extundo.com>
56913
56914         * modules/xgethostname: Add xgethostname.h.
56915
56916 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56917
56918         * lib/linebuffer.c (freebuffer): Don't free the argument, just
56919         the buffer associated with the argument.  Bug reported by
56920         Simon Josefsson.
56921
56922 2003-09-24  Paul Eggert  <eggert@twinsun.com>
56923
56924         * README: Document assumptions that 'int' is at least 32 bits
56925         wide, that integer arithmetic is 2's complement without overflow,
56926         that there are no holes in integer values, that adding sizes of
56927         two nonoverlapping objects can't overflow, and that all-bits-zero
56928         yields scalar zero.  Fix spelling and capitalization typos.
56929
56930 2003-09-19  Karl Berry  <karl@gnu.org>
56931
56932         * lib/argp.h: update from libc.
56933
56934 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56935
56936         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
56937         to avoid spurious warnings like "AC_RUN_IFELSE was called before
56938         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
56939
56940 2003-09-17  Paul Eggert  <eggert@twinsun.com>
56941
56942         * gnulib-tool: Use "test -h", not "test -L", for portability
56943         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
56944         (tags_regexp): Remove, since \| doesn't conform to POSIX.
56945         (sed_extract_prog): Issue s commands one-by-one, rather than
56946         using \| in one s command.
56947
56948 2003-09-16  Paul Eggert  <eggert@twinsun.com>
56949
56950         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
56951         input error, instead of returning NULL the next time we are called
56952         (and therefore losing track of errno).
56953
56954 2003-09-16  Bruno Haible  <bruno@clisp.org>
56955
56956         * gnulib-tool (func_create_testdir): Warn about duplicated
56957         dependencies.
56958
56959 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56960
56961         * modules/argmatch, modules/fatal, modules/obstack,
56962         modules/xalloc, modules/xgethostname: Sort dependencies by
56963         importance, not alphabetically.
56964
56965 2003-09-15  Paul Eggert  <eggert@twinsun.com>
56966
56967         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
56968         fails, so that the caller gets the proper errno.
56969
56970         * lib/readutmp.c (read_utmp): Likewise.
56971         Check for fstat error.  Close stream and free storage
56972         when failing.
56973
56974 2003-09-14  Karl Berry  <karl@gnu.org>
56975
56976         * config/srclist.txt (strdup.c): disable for c89 changes.
56977
56978 2003-09-14  Jim Meyering  <jim@meyering.net>
56979
56980         * lib/getloadavg.c: Correct cpp indentation.
56981         * lib/strdup.c: Likewise.
56982         * lib/vasnprintf.c: Likewise.
56983
56984 2003-09-14  Bruno Haible  <bruno@clisp.org>
56985
56986         * modules/fwriteerror: New file.
56987         * MODULES.html.sh (func_all_modules): Add fwriteerror.
56988
56989 2003-09-14  Bruno Haible  <bruno@clisp.org>
56990
56991         * lib/fwriteerror.h: New file.
56992         * lib/fwriteerror.c: New file.
56993
56994 2003-09-12  Paul Eggert  <eggert@twinsun.com>
56995
56996         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
56997         modules/xgethostname, modules/xalloc: Depend on exit.
56998
56999 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57000
57001         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
57002
57003         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
57004         and AC_MINIX, too, so that their extensions are available.
57005
57006         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
57007         This macro has been superseded by gl_BACKUPFILE.
57008
57009         More patches to assume C89 or better.
57010
57011         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
57012
57013         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
57014         unconditionally.
57015         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
57016         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
57017         Include <string.h>, <stdlib.h> unconditionally.
57018         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
57019         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
57020         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
57021         headers or for string.h.
57022         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
57023         or strtoul.
57024
57025         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
57026         headers.
57027         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
57028         * m4/userspec.m4 (gl_USERSPEC): Likewise.
57029         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
57030         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
57031         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
57032         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
57033         memcpy, memset.
57034         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
57035         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
57036         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
57037         strtol.
57038         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
57039         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
57040         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
57041         strtoul.
57042
57043 2003-09-12  Paul Eggert  <eggert@twinsun.com>
57044
57045         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
57046         * lib/obstack.c [!defined _LIBC]: Likewise.
57047         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
57048         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
57049         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
57050
57051         More changes to assume C89 or better.
57052
57053         * lib/error.c (error_tail): Assume vprintf.
57054
57055         * lib/argmatch.c (getenv): Remove decl.
57056         * lib/progreloc.c (get_full_program_name): Define via prototype.
57057         * lib/setenv.c (clearenv): Likewise.
57058         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
57059         needed.
57060         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
57061         (malloc, memcpy): Remove decls.
57062         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
57063         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
57064         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57065         (memcpy): Remove macro.
57066         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
57067         (__P): Remove.  All uses removed.
57068         (PTR): Remove.  All uses changed to void *.
57069         (CHAR_BIT, NULL): Remove.
57070         (spaces, zeros, memset_space, memset_zero)
57071         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
57072         Remove.
57073         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
57074         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
57075         Define with prototype.
57076         Remove now-unnecessary prototype decl.
57077         (extra_args_spec): Assume ANSI C.  All uses changed.
57078         (extra_args_spec_iso): Remove.
57079         (my_strftime, emacs_strftimeu): Define via prototype.
57080         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
57081         unconditionally.
57082         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
57083         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
57084         (strtoul, strtol): Remove decls.
57085         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
57086         LONG_MAX): Remove.
57087         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
57088         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
57089         (LOCALE_PARAM_PROTO): New macro.
57090         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
57091         (INTERNAL (strtol), strtol): Define with a prototype.
57092         (PARAMS): Remove.  All uses removed.
57093         * lib/tempname.c: Include <string.h> unconditionally.
57094         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
57095         * lib/xgethostname.c (main): Define with a prototype.
57096         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
57097         Include <stdlib.h> unconditionally.
57098         (calloc, malloc, realloc, free): Remove decls.
57099         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
57100         Include <stdlib.h> unconditionally.  Sort include file names.
57101         (strtod): Remove.
57102         (xstrtod): Define with a prototype.
57103         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
57104         (strtol, strtoul): Remove decls.
57105
57106 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57107
57108         More patches to assume C89 or better.
57109         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
57110         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
57111         string.h, memchr, STDC_HEADERS.
57112
57113 2003-09-11  Paul Eggert  <eggert@twinsun.com>
57114
57115         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
57116         Include <stdlib.h>, <string.h> unconditionally.
57117         Remove now-unnecessary cast to char *.
57118         * lib/strnlen.c: Include <string.h> unconditionally.
57119         * lib/yesno.c (yesno): Define with a prototype.
57120
57121 2003-09-11  Bruno Haible  <bruno@clisp.org>
57122
57123         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
57124
57125 2003-09-10  Jim Meyering  <jim@meyering.net>
57126
57127         * lib/error.c: Correct indentation of cpp directives.
57128
57129 2003-09-10  Bruno Haible  <bruno@clisp.org>
57130
57131         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
57132         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
57133         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
57134         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
57135         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
57136         <stdlib.h> and <string.h> checks.
57137         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
57138         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
57139
57140 2003-09-10  Bruno Haible  <bruno@clisp.org>
57141
57142         * lib/strcspn.c: Include <string.h> unconditionally.
57143         * lib/strpbrk.c: Include <string.h> unconditionally.
57144         * lib/strstr.c: Include <string.h> unconditionally.
57145         * lib/unicodeio.c: Include <string.h> unconditionally.
57146         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
57147         * lib/unsetenv.c: Likewise.
57148         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
57149         * lib/yesno.c: Include <stdlib.h> unconditionally.
57150         (rpmatch): Add prototype.
57151
57152 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57153
57154         More patches to assume C89 or better.
57155         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
57156         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
57157         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
57158         or for string.h.
57159         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
57160         stdlib.h.
57161         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
57162         C headers.
57163         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
57164         string.h.
57165         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
57166         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
57167         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
57168         or for string.h.
57169         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
57170         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
57171         C headers.
57172         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
57173         memcpy.
57174         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
57175         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
57176         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
57177         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
57178         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
57179         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
57180         string.h, free.
57181         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
57182         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
57183         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
57184         C headers, or for string.h.
57185         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
57186         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
57187         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
57188         headers, memory.h, stdlib.h, string.h, strings.h.
57189         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
57190         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
57191         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
57192         strchr.
57193         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
57194         headers, memory.h, string.h.
57195         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
57196         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
57197         free.
57198         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
57199         headers.
57200         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
57201         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
57202         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
57203         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
57204         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
57205
57206 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57207
57208         More K&R removal.
57209
57210         * lib/acosl.c (main): Use a prototype.
57211         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
57212         tanl.c: Likewise.
57213
57214         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
57215
57216         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
57217         (getopt, etopt_long, getopt_long_only, _getopt_internal)
57218         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
57219         with a prototype.
57220         * lib/getopt.c (const): Remove macro.
57221         Include <string.h> unconditionally.
57222         (my_index): Remove; all uses changed to strchr.
57223         (strlen): Remove decl.
57224         (exchange): Remove forward decl; no longer needed.
57225         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
57226         Define with prototype.
57227         * lib/getopt1.c (const): Remove macro.
57228         (getopt_long, getopt_long_only, main): Define with prototype.
57229
57230         * lib/getugroups.c: Include <string.h> unconditionally.
57231
57232         * lib/getusershell.c: Include <stdlib.h> unconditionally.
57233         (getusershell, setusershell, endusershell, readname, main):
57234         Define with prototypes.
57235
57236         * lib/group-member.c: Include group-member.h first.
57237         Include <stdlib.h> unconditionally.
57238
57239         * lib/hard-locale.c: Include hard-locale.h first.
57240         Include <stdlib.h>, <string.h> unconditionally.
57241
57242         * lib/hash.c (free, malloc): Remove decls.
57243         Include <stdlib.h> unconditionally.
57244
57245         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
57246         (getenv): Do not declare.
57247
57248         * lib/idcache.c: Include <string.h> unconditionally.
57249
57250         * lib/long-options.c: Include long-options.h first, to test interface.
57251         Include <stdlib.h> unconditionally.
57252
57253         * lib/makepath.c: Include makepath.h first, to test interface.
57254         Include <stdlib.h> and <string.h> unconditionally.
57255
57256         * lib/linebuffer.c: Include <stdlib.h>.
57257         (free): Remove decl.
57258
57259         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
57260         stddef.h. rpl_malloc returns void *, not char *.
57261         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
57262         prototype.
57263
57264         * lib/md5.h: Include <limits.h> unconditionally.
57265         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
57266         (__P): Remove; all uses removed.
57267         * lib/md5.c: Include "md5.h" first.
57268         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
57269         md5_buffer, md5_process_bytes, md5_process_block):
57270         Define with prototypes.
57271         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
57272         * lib/sha.c: Include "sha.h" first.
57273         Include <stdlib.h>, <string.h> unconditionally.
57274
57275         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
57276         * lib/memcmp.c (__ptr_t): Likewise.
57277         * lib/memrchr.c (__ptr_t): Likewise.
57278         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
57279         Include <string.h> unconditionally.
57280         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
57281         * lib/memchr.c: Include <stdlib.h> unconditionally.
57282         * lib/memchr.c (LONG_MAX): Remove.
57283         * lib/memrchr.c (LONG_MAX): Likewise.
57284         * lib/memchr.c (__memchr): Define via a prototype.
57285         * lib/memrchr.c (__memrchr): Likewise.
57286         * lib/memcmp.c (__P): Remove, and remove all uses.
57287         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
57288         Remove forward decls; no longer needed.
57289         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
57290         Use types required by C89 in prototype.
57291
57292         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
57293         * lib/savedir.c: Likewise.
57294         * lib/mkdir.c (free): Remove decl.
57295         * lib/rmdir.c (rmdir): Define with a prototype.
57296         * lib/savedir.c: Include savedir.h first, to test interface.
57297
57298         * lib/mktime.c (STDC_HEADERS): Remove.
57299         Include <stdlib.h>, <string.h> unconditionally.
57300
57301         * lib/modechange.c: Include <stdlib.h> unconditionally.
57302         (malloc): Remove decl.
57303
57304         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
57305         (free): Remove decl.
57306
57307         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
57308         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
57309         (This type really should be intptr_t, but that's a C99ism.)
57310         (_obstack_memcpy): Remove: all uses changed to memcpy.
57311         Include <string.h> unconditionally.
57312         (struct obstack): Assume __STDC__ for types of members
57313         chunkfun, freefun, extra_arg.
57314         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
57315         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
57316         obstack_begin, obstack_specify_allocation,
57317         obstack_specify_allocation_with_arg, obstack_chunkfun,
57318         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
57319         Remove unprototyped decls and the macros that use them.
57320         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
57321         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
57322         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
57323         (defined __STDC__ && __STDC__)]:
57324         Remove nonprototyped code.
57325         Include <stdlib.h> unconditionally.
57326         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
57327         _obstack_allocated_p, _obstack_free, obstack_free,
57328         _obstack_memory_used, print_and_abort):
57329         Define using prototypes.
57330         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
57331         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
57332         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
57333         obstack_next_free, obstack_object_size, obstack_room) [0]:
57334         Remove unused, unprototyped code.
57335
57336         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
57337
57338         * lib/physmem.c (physmem_total, physmem_available, main): Define
57339         with prototypes.
57340
57341         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
57342         (main): Define with a prototype.
57343
57344         * lib/posixver.c (getenv): Remove decl.
57345
57346         * lib/putenv.c (malloc): Returns void *, not char *.
57347         Include <string.h> unconditionally.
57348         (strchr, memcpy, NULL): Do not define.
57349
57350         * lib/readtokens.c: Include readtokens.h first, to test interface.
57351         Include <stdlib.h>, <string.h> unconditionally.
57352         (init_tokenbuffer): Define with a prototype.
57353
57354         * lib/regex.c (PARAMS): Remove.  All uses removed.
57355         All uses of _RE_ARGS removed, too.
57356         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
57357         unconditionally.
57358         (bzero): Assume memset exists.
57359         (memcmp, memcpy, NULL): Remove.
57360         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
57361         char, or assignments to local vars of type signed char.
57362         (init_syntax_once, PREFIX(extract_number_and_incr),
57363         PREFIX(print_partial_compiled_pattern),
57364         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
57365         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
57366         PREFIX(regex_grow_registers), PREFIX(regex_compile),
57367         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
57368         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
57369         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
57370         wcs_compile_range, byte_compile_range, truncate_wchar,
57371         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
57372         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
57373         count_mbs_length, wcs_re_match_2_internal,
57374         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
57375         PREFIX(alt_match_null_string_p),
57376         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
57377         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
57378         regfree, PREFIX(extract_number)): Define with prototype.  Remove
57379         now-unnecessary declaration, if any.
57380         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
57381         regcomp, regexec):
57382         Remove now-unnecessary casts among pointer types.
57383         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
57384
57385         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
57386         (free): Remove decl.
57387
57388         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
57389
57390         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
57391         (free): Remove decl.
57392
57393         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
57394         * lib/xgetcwd.c: Likewise.
57395
57396         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
57397         (free): Remove decl.
57398
57399         * lib/strchrnul.c (strchrnul): Define with a prototype.
57400         Fix bug: c_in was not converted to char before searching.
57401
57402         The following changes are not K&R related:
57403
57404         * lib/group-member.h: Include <sys/types.h>, so that this file is
57405         self-contained.
57406         * lib/makepath.h: Likewise.
57407
57408         * lib/getusershell.c (readname, default_index, line_size, readname):
57409         Use size_t, not int, for sizes.
57410         (readname): If the size overflows, report an error instead of
57411         looping forever.
57412
57413 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57414
57415         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
57416         libc.
57417
57418 2003-09-09  Paul Eggert  <eggert@twinsun.com>
57419
57420         * README: New section: portability guidelines.
57421
57422 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57423
57424         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
57425         C89 spec.
57426
57427 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
57428
57429         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
57430
57431 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57432
57433         Assume C89 or better; remove K&R cruft.
57434         A few of these changes were first proposed by Derek Robert Price
57435         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
57436
57437         * lib/addext.c: Include <string.h> unconditionally.
57438         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
57439         Don't declare getenv or malloc.
57440
57441         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
57442         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
57443         (NULL): Remove.
57444         (find_stack_direction, alloca): Use prototypes.
57445
57446         * lib/atexit.c (atexit): Define using a prototype.
57447
57448         * lib/basename.c, dirname.c, stripslash.c:
57449         Include <string.h> unconditionally.
57450
57451         * lib/bcopy.c: Include <stddef.h>.
57452         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
57453
57454         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
57455
57456         * lib/error.h (error, error_at_line, error_print_progname)
57457         [! (defined (__STDC__) && __STDC__)]: Remove decls.
57458         * lib/error.c: Include error.h first, to check interface.
57459         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57460         (VA_START): Remove; all uses changeed to va_start.
57461         (exit, strerror): Remove decls.
57462         (error_print_progname): Prototype uncondionally.
57463         Don't include <errno.h>; no longer needed.
57464         (private_strerror): Remove.
57465         (error_tail): Always define.
57466         (error, error_at_line): Assume C89 or better; always use prototypes.
57467         * lib/fatal.c: Include "fatal.h" first, to test interface.
57468         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
57469         (VA_START): Remove; all uses changed to va_start.
57470         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
57471         this case.
57472         (exit): Remove decl.
57473         (fatal): Prototype unconditionally.  Assume va_start works.
57474         Abort at end, to pacify gcc.
57475
57476         * lib/euidaccess.c (main): Define with a prototype.
57477
57478         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
57479
57480         * lib/exitfail.c: Include <stdlib.h> unconditionally.
57481
57482         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
57483         prototypes.
57484         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
57485         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
57486         (getenv): Remove decl.
57487         (fnmatch): Define using a prototype.
57488         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
57489         (FCT): Define using a prototype.
57490
57491         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
57492
57493         * lib/gethostname.c: Include <stddef.h>.
57494         (gethostname): Define with prototype.  Length is size_t, not int.
57495
57496 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57497
57498         Assume C89 or better; remove K&R cruft.
57499         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
57500         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
57501         string.h, getenv, malloc.
57502         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
57503         headers.
57504         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
57505         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
57506         do not check for strerror.
57507         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
57508         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
57509         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
57510         do not check for doprnt or vprintf.
57511         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
57512         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
57513
57514 2003-09-08  Paul Eggert  <eggert@twinsun.com>
57515
57516         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
57517         getversion.c should have been removed then, but was accidentally
57518         preserved.
57519
57520         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
57521         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
57522
57523 2003-09-08  Karl Berry  <karl@gnu.org>
57524
57525         * config/config.sub, config.guess, srclistvars.sh: update from savannah
57526                 config, forget about prep.
57527
57528         * config/depcomp, missing: update from automake.
57529
57530 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57531
57532         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
57533         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57534
57535 2003-09-07  Paul Eggert  <eggert@twinsun.com>
57536
57537         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
57538         copy_tm_result.  Bug reported by Simon Josefsson in
57539         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
57540
57541 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57542
57543         * m4/time_r.m4: New file.
57544         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
57545         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
57546         is. Check for timegm declaration.
57547         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
57548         Do not check for gmtime_r.
57549         Replace mktime if __mktime_internal does not exist and if mktime
57550         hasn't been replaced already.
57551
57552 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57553
57554         * lib/time_r.c, lib/time_r.h: New files.
57555
57556         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
57557         __localtime_r.
57558         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
57559         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
57560
57561         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
57562         __gmtime_r.
57563         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
57564         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
57565         Include <time_r.h>.
57566
57567         * lib/timegm.c: Switch to glibc implementation, with the following
57568         changes:
57569         [defined HAVE_CONFIG_H]: Include <config.h>.
57570         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
57571         (__mktime_internal) [!defined _LIBC]: New decl.
57572         (__gmtime_r) [!defined _LIBC]: New macro and function.
57573         (timegm): Use a prototype, since gnulib assumes C89.
57574         Do not bother declaring tmp to be const, as it's not really usefu.
57575         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
57576         (timegm): Declare only if HAVE_DECL_TIMEGM.
57577
57578 2003-09-06  Paul Eggert  <eggert@twinsun.com>
57579
57580         * MODULES.html.sh (func_all_modules): Add time_r.
57581         * modules/time_r: New file.
57582         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
57583         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
57584
57585 2003-09-03  Paul Eggert  <eggert@twinsun.com>
57586
57587         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
57588         Bug reported by Lute Kamstra in
57589         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
57590
57591         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
57592         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
57593         course with correspondingly smaller numbers for tomorrow and
57594         yesterday.  From Tadayoshi Funaba.  Originally installed into
57595         sh-utils on 1999-08-07, but the patch got lost (I guess during the
57596         coreutils merge?).
57597
57598 2003-08-31  Simon Josefsson  <jas@extundo.com>
57599
57600         * modules/timegm: New file.
57601         * MODULES.html.sh (func_all_modules): Add timegm.
57602
57603 2003-08-31  Simon Josefsson  <jas@extundo.com>
57604
57605         * m4/timegm.m4: New file.
57606
57607 2003-08-31  Simon Josefsson  <jas@extundo.com>
57608
57609         * lib/timegm.h: New file.
57610         * lib/timegm.c: New file.  Based on
57611         wget-1.8.2/src/http.c:mktime_from_utc.
57612
57613 2003-08-31  Karl Berry  <karl@gnu.org>
57614
57615         * lib/argp.h: update from libc.
57616
57617 2003-08-28  Bruno Haible  <bruno@clisp.org>
57618
57619         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
57620         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
57621         followed by '#define fnmatch fnmatch_posix' gives an error.
57622
57623 2003-08-28  Bruno Haible  <bruno@clisp.org>
57624
57625         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
57626         warning on QNX, which defines O_BINARY to 000000.
57627
57628 2003-08-27  Jim Meyering  <jim@meyering.net>
57629
57630         * m4/mkstemp.m4: Require that the system mkstemp be able to create
57631         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
57632         would fail after 32.  Reported by Danny Levinson.  Details here:
57633         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
57634
57635 2003-08-24  Bruno Haible  <bruno@clisp.org>
57636
57637         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
57638         MSVC7 <stdio.h> is included later.
57639
57640 2003-08-22  Simon Josefsson  <jas@extundo.com>
57641
57642         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
57643
57644 2003-08-20  Karl Berry  <karl@gnu.org>
57645
57646         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
57647
57648 2003-08-20  Bruno Haible  <bruno@clisp.org>
57649
57650         * modules/progname: New file.
57651         * MODULES.html.sh (func_all_modules): Add progname.
57652
57653 2003-08-20  Bruno Haible  <bruno@clisp.org>
57654
57655         * lib/progname.h: New file, from GNU gettext.
57656         * lib/progname.c: New file, from GNU gettext.
57657         * lib/progreloc.c: New file, from GNU gettext.
57658
57659 2003-08-19  Jim Meyering  <jim@meyering.net>
57660
57661         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
57662         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
57663
57664 2003-08-19  Bruno Haible  <bruno@clisp.org>
57665
57666         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
57667         more.
57668
57669 2003-08-19  Bruno Haible  <bruno@clisp.org>
57670
57671         * lib/xstrdup.c: Assume <string.h> exists.
57672
57673 2003-08-18  Paul Eggert  <eggert@twinsun.com>
57674
57675         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
57676         in makefile rules.
57677
57678 2003-08-18  Jim Meyering  <jim@meyering.net>
57679
57680         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
57681         * m4/lib-ld.m4: Likewise.
57682
57683 2003-08-18  Jim Meyering  <jim@meyering.net>
57684
57685         * lib/setenv.h: Indent nested cpp directive.
57686         * lib/vasnprintf.c: Remove trailing blanks.
57687
57688 2003-08-17  Simon Josefsson  <jas@extundo.com>
57689
57690         * modules/xstrndup: New file.
57691         * MODULES.html.sh (func_all_modules): Add xstrndup.
57692
57693 2003-08-17  Simon Josefsson  <jas@extundo.com>
57694
57695         * modules/argp: Fix autoconf macro name. Add more dependencies.
57696
57697 2003-08-17  Simon Josefsson  <jas@extundo.com>
57698
57699         * m4/xstrndup.m4: New file.
57700
57701 2003-08-17  Simon Josefsson  <jas@extundo.com>
57702
57703         * m4/argp.m4: New file.
57704
57705 2003-08-17  Simon Josefsson  <jas@extundo.com>
57706             Bruno Haible  <bruno@clisp.org>
57707
57708         * lib/xstrndup.h: New file.
57709         * lib/xstrndup.c: New file.
57710
57711 2003-08-17  Bruno Haible  <bruno@clisp.org>
57712
57713         * modules/strndup (Files, Include): Add lib/strndup.h.
57714
57715 2003-08-17  Bruno Haible  <bruno@clisp.org>
57716
57717         * modules/euidaccess (Files): Add lib/euidaccess.h.
57718
57719 2003-08-17  Bruno Haible  <bruno@clisp.org>
57720
57721         * lib/strndup.h: New file.
57722
57723 2003-08-17  Bruno Haible  <bruno@clisp.org>
57724
57725         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
57726         like AC_GNU_SOURCE.
57727         * modules/extensions (configure.ac): Comment out the invocation of
57728         gl_USE_SYSTEM_EXTENSIONS.
57729
57730 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57731
57732         Merges from coreutils, etc.
57733         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
57734         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
57735         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
57736         fixing a typo.
57737         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
57738         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
57739
57740 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57741
57742         Document merge from coreutils.
57743         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
57744         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
57745         * modules/utime: Add m4/utimes-null.m4.
57746
57747 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57748
57749         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
57750         space, undoing this 2003-08-12 change:
57751         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57752
57753 2003-08-16  Paul Eggert  <eggert@twinsun.com>
57754
57755         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
57756         strtoul.c from libc, undoing this 2003-08-12 change:
57757         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
57758
57759 2003-08-16  Jim Meyering  <jim@meyering.net>
57760
57761         Merges from coreutils.
57762         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
57763         prefix.  Adjust cache variables similarly.  Create 500 rather than
57764         just 300 files, to exercise bug on Darwin6.5, too.
57765         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
57766         $missing_dir.
57767         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
57768         AM_SYS_POSIX_TERMIOS.
57769         Reported by mkc@mathdogs.com.
57770         Also change use of $am_cv_sys_posix_termios
57771         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
57772         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
57773         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
57774         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
57775         in /proc/mounts until it finds one with matching device number.  This
57776         is unnecessary when the FILE argument *is* a mount point.  No stat call
57777         is necessary in that case.  So, disable the statvfs-testing code on
57778         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
57779         as RedHat bug# 84846.
57780         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57781         to 1MB, so as not to render systems with no stack size limit (e.g.,
57782         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57783         Include <unistd.h>.  On some systems,
57784         it is required for the definition of _SC_PAGESIZE.
57785
57786 2003-08-16  Jim Meyering  <jim@meyering.net>
57787
57788         Merge from coreutils.
57789         * lib/xstrtoimax.c: #else #if -> #elif.
57790         * lib/xstrtoumax.c: Likewise.
57791
57792 2003-08-16  Jim Meyering  <jim@meyering.net>
57793
57794         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
57795         * m4/utimes.m4: Removed.
57796         * m4/utimes-null.m4: Renamed from utimes.m4.
57797
57798         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
57799         to 1MB, so as not to render systems with no stack size limit (e.g.,
57800         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
57801         Include <unistd.h>.  On some systems,
57802         it is required for the definition of _SC_PAGESIZE.
57803
57804 2003-08-16  Jim Meyering  <jim@meyering.net>
57805         and Paul Eggert  <eggert@cs.ucla.edu>
57806
57807         Merges from coreutils, etc.
57808
57809         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
57810         using the latest version from cvs.  This avoids problems with #line
57811         directives using a vendor (Sun) compiler.
57812         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
57813         Don't set GETGROUPS_LIB here; now it's
57814         done via getgroups.m4's wrapper function.
57815         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
57816         rather than just in sh-util/configure.in, so that the
57817         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
57818         same.
57819         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
57820         AC_FUNC_GETLOADAVG where to find getloadavg.c.
57821         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
57822         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
57823         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
57824         Remove code that is now done by the newly-required macros.
57825         Append $(EXEEXT) to DF_PROG.
57826         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
57827         Do not invoke or require the following here,
57828         since prereq.m4 or some gnulib .m4 now does this for us:
57829         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
57830         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
57831         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
57832         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
57833         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
57834         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
57835         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
57836         AC_FUNC_OBSTACK.
57837         Do not replace the following functions, as this is now the job
57838         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
57839         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
57840         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
57841         atexit getpass, strdup, getpagesize.
57842         Replace 'raise'.
57843         Do not check for the following functions, as this is now the job
57844         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
57845         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
57846         setregid.
57847         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
57848         Check for sys/sysctl.h.
57849         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
57850         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
57851         of checking for ssize_t ourselves.
57852
57853         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
57854         Require every macro that gnulib/modules/* suggests for us.
57855         (jm_PREREQ_ADDEXT): New macro.
57856         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
57857         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
57858
57859         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
57860         (gl_PHYSMEM): Use it.
57861         Also check for `table' function.
57862         Check for new headers and functions.
57863         Add check for sys/sysmp.h.
57864         With suggestions from Kaveh Ghazi.
57865         Ignore headers that are present but cannot be compiled.  This
57866         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
57867         C 5.4.
57868
57869 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57870
57871         Document merge from coreutils.
57872         * modules/userspec: Depend on posixver.
57873         * modules/strftime: Depend on tzset.
57874
57875 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57876
57877         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
57878         rather than tab, after '#' in shell-script copyright notices.
57879         Suggested by Bruno Haible.
57880
57881 2003-08-15  Paul Eggert  <eggert@twinsun.com>
57882
57883         * config/srclist-update: Use three spaces, rather than tab, after '#'
57884         in shell-script copyright notices.  Suggested by Bruno Haible.
57885         Remove unnecessary parenthesization in regular expression.
57886
57887 2003-08-15  Jim Meyering  <jim@meyering.net>
57888
57889         Merge from coreutils.
57890         * lib/xgethostname.c: Include <stdlib.h>.
57891         (xghostname): Don't exit for anything other than memory-related
57892         failure; just return NULL.
57893         * lib/userspec.c: Include "posixver.h".
57894         (parse_user_spec): Accept `.' as a separator only
57895         in pre-POSIX-200112 mode.
57896         * lib/strtoimax.c: Use #elif rather than #else #if.
57897         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
57898         Remove function, now that we can rely on a working tzset function.
57899         [!_LIBC]: Ensure that the required autoconf test has been run.
57900         [!defined _NL_CURRENT && HAVE_STRFTIME]:
57901         Use underlying_strftime for %r.
57902         * lib/sha.c: Merge in some clean-up and optimization changes from
57903         glibc.
57904         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
57905         Ensure that it is a multiple of 64.
57906         Rearrange loop exit tests so as to avoid performing an
57907         additional fread after encountering an error or EOF.
57908         * lib/realloc.c: Update copyright date.
57909
57910 2003-08-15  Jim Meyering  <jim@meyering.net>
57911         and Paul Eggert  <eggert@twinsun.com>
57912
57913         Merge from coreutils.
57914         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
57915         member but strut utmpx does not.  Needed for AIX 4.3.3.
57916         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
57917
57918 2003-08-15  Jim Meyering  <jim@meyering.net>
57919         and Paul Eggert  <eggert@cs.ucla.edu>
57920
57921         Merges from coreutils, etc.
57922         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
57923         Require gl_FUNC_TZSET_CLOBBER.
57924         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
57925         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
57926         members.
57927
57928 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57929
57930         Help the merge from coreutils.
57931         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
57932         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
57933         * m4/tzset.m4: Use it too.
57934
57935 2003-08-14  Paul Eggert  <eggert@twinsun.com>
57936
57937         * modules/tzset: New file.
57938
57939 2003-08-14  Jim Meyering  <jim@meyering.net>
57940
57941         Merges from coreutils.
57942         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
57943         variable names, rather than @FNMATCH_H@.
57944         * modules/alloca: Likewise for $(ALLOCA_H).
57945
57946         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
57947         the three copies of the literal target, `fnmatch.h'.
57948         * modules/alloca (alloca.h): Likewise.
57949
57950 2003-08-14  Jim Meyering  <jim@meyering.net>
57951
57952         Merge from coreutils.
57953         * m4/tzset.m4: New file.
57954         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
57955         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
57956         otherwise, AIX 5.1 systems would end up using the latter.
57957         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
57958         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
57959         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
57960         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
57961
57962 2003-08-14  Jim Meyering  <jim@meyering.net>
57963
57964         Merge from coreutils.
57965         * lib/obstack.h: Whitespace changes.
57966         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
57967         and xcalloc return values.
57968         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
57969         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
57970         hang on OSF/1 5.1 for DIR on both local and remote file systems.
57971         Reported by (and fix confirmed by) Nelson H. F. Beebe.
57972         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
57973         error from mntctl.
57974         Use mntctl's return value to drive the entry-processing loop, since
57975         we can't rely on the value of the vmt_length member in the last
57976         entry.  On some systems doing so could result in exhausting
57977         virtual memory.  Based in part on a patch from Mike Jetzer.
57978
57979 2003-08-14  Jim Meyering  <jim@meyering.net>
57980         and Paul Eggert  <eggert@twinsun.com>
57981
57982         Merges from coreutils, plus other fixes.
57983         * lib/physmem.c: Merge in portability changes from gcc/libiberty
57984         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
57985         for credits and details.  Thanks to Kaveh Ghazi for helping
57986         to keep these files in sync.
57987         (ARRAY_SIZE): Define it.
57988         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
57989         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
57990         (memcasecmp): Don't assume size_t fits in unsigned int.
57991         Remove casts and duplicate code.
57992         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
57993         (memcpy): Remove definition.
57994         Merge in some clean-up and optimization changes from glibc.
57995         [BLOCKSIZE]: Move definition to top of file.
57996         Ensure that it is a multiple of 64.
57997         Rearrange loop exit tests so as to avoid performing an
57998         additional fread after encountering an error or EOF.
57999         * lib/md5.h (md5_uintptr): Define.
58000         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
58001         return to the initial working directory.  Preserve errno
58002         for caller.
58003         * lib/idcache.c: Include "xalloc.h".
58004         (xmalloc, xrealloc): Remove decls.
58005         (getuser): Remove casts no longer required in C89.
58006         * lib/human.c: Include stdio.h, for sprintf.
58007         * lib/group-member.c: Include "xalloc.h".
58008         (xmalloc, xrealloc): Remove decls.
58009         (get_group_info): Remove casts no longer required in C89.
58010         * lib/getusershell.c (readname): Remove casts no longer required in
58011         C89.
58012         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
58013         * lib/getline.c: Whitespace fix, from coreutils.
58014
58015 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58016
58017         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
58018         Check for isascii.
58019
58020         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58021         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58022         Undo previous (whitespace-only) change.
58023
58024 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58025
58026         * lib/exclude.c: Include <ctype.h>
58027         (IN_CTYPE_DOMAIN): New macro.
58028         (is_space): New fn.
58029         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
58030         and empty lines.
58031
58032         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58033         Undo previous (whitespace-only) change.
58034
58035 2003-08-13  Paul Eggert  <eggert@twinsun.com>
58036
58037         * config/srclist-update: Change update back to the old behavior,
58038         leaving whitespace alone.  Use one 'sed' command rather than a
58039         pipeline.
58040         (fixlicense): Now a variable, not a function.
58041         (remove_trailing_blanks): Remove.
58042         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
58043         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58044         Undo previous (whitespace-only) change.
58045
58046 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58047
58048         Merge from coreutils.
58049         * modules/euidaccess: Add lib_SOURCES, include for new
58050         file euidaccess.h
58051
58052 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58053
58054         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
58055         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
58056         Normalize leading white space and remove trailing white space.
58057
58058         Merge from coreutils
58059         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
58060
58061         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
58062         0.12.1.  These files are now being upgraded automatically by
58063         ../config/srclist-update.
58064
58065 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58066
58067         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
58068         Normalize leading white space and remove trailing white space.
58069         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
58070         notice, as per ../config/srclist-update.
58071
58072         Merge from coreutils.
58073         * lib/euidaccess.h: New file.
58074         * lib/euidaccess.c: Include it.
58075         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
58076         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
58077         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
58078
58079 2003-08-12  Paul Eggert  <eggert@twinsun.com>
58080
58081         * config/srclist-update: Add copyright notice.
58082         (remove_id_lines, remove_trailing_blanks): New constants.
58083         (fixfile): Use them to normalize spacing a bit in copied files.
58084         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
58085         Normalize leading white space and remove trailing white space.
58086
58087         * config/texinfo.tex: Sync with texinfo.
58088
58089         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
58090         strtoul.c from libc, to merge coreutils whitespace changes.
58091
58092         * config/srclist.txt: Get the following m4 files from gettext:
58093         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
58094         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
58095         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
58096         wint_t.m4.
58097
58098 2003-08-12  Karl Berry  <karl@gnu.org>
58099
58100         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
58101         been made.
58102
58103 2003-08-11  Paul Eggert  <eggert@twinsun.com>
58104
58105         * modules/gnu-source, m4/gnu-source.m4:
58106         Remove; we're assuming Autoconf 2.54 or later now.
58107         Suggested by Bruno Haible.
58108         * MODULES.html.sh (func_all_modules): Remove gnu-source.
58109
58110 2003-08-11  Bruno Haible  <bruno@clisp.org>
58111
58112         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
58113
58114 2003-08-11  Bruno Haible  <bruno@clisp.org>
58115
58116         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
58117         (vasnprintf): Use it instead of wcslen.
58118
58119 2003-08-11  Bruno Haible  <bruno@clisp.org>
58120
58121         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
58122         value to ensure that _Bool promotes to int. Use #define for _Bool when
58123         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
58124
58125 2003-08-10  Karl Berry  <karl@gnu.org>
58126
58127         * lib/regex.h: update from libc (whitespace fix).
58128
58129 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58130
58131         Merge some files from coreutils.  These changes were
58132         originally made by Jim Meyering.
58133         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
58134         many older Unixes require this.
58135         * lib/alloca.c (alloca): Remove cast to argument of free;
58136         no longer needed in C89.
58137         * lib/alloca_.h, regex.h: Fix white space to match
58138         what GNU indent does.
58139
58140 2003-08-09  Paul Eggert  <eggert@twinsun.com>
58141
58142         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
58143         apparently Emacs's Unicode mode got confused before my 2003-08-05
58144         checkin.
58145
58146 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58147
58148         * m4/extensions.m4: New file.
58149         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
58150         Require gl_USE_SYSTEM_EXTENSIONS.
58151         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
58152         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
58153
58154 2003-08-08  Paul Eggert  <eggert@twinsun.com>
58155
58156         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
58157         * modules/extensions, modules/gnu-source: New files.
58158         * modules/timespec, modules/unlocked-io: Depend on extensions.
58159
58160 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58161
58162         * modules/restrict: New file.
58163         * MODULES.html.sh (func_all_modules): Add restrict.
58164         * modules/regex: Depend on restrict.
58165
58166 2003-08-07  Paul Eggert  <eggert@twinsun.com>
58167
58168         * m4/restrict.m4: New file.
58169         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
58170
58171 2003-08-07  Bruno Haible  <bruno@clisp.org>
58172
58173         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
58174         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
58175
58176 2003-08-07  Bruno Haible  <bruno@clisp.org>
58177
58178         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
58179         makes the module 'getndelim2' compatible with the module 'getline'.
58180
58181 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58182
58183         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
58184         byte with "\201" to avoid glitches when editing that source file
58185         with multi-gnome-terminal.
58186
58187 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58188
58189         * lib/bumpalloc.h: Remove.
58190
58191 2003-08-05  Paul Eggert  <eggert@twinsun.com>
58192
58193         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
58194         * modules/bumpalloc: Remove.
58195
58196 2003-08-04  Paul Eggert  <eggert@twinsun.com>
58197
58198         * lib/getloadavg.c: Change copyright notice and spacing to conform to
58199         GNU coding style.
58200
58201         Merge from coreutils.
58202         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
58203         1. From glibc.
58204         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
58205         from Karl Berry, implemented by Jim Meyering.
58206         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
58207         from Dmitry V. Levin.
58208         Remove anachronistic cast of xrealloc.
58209         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
58210         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
58211         type. Otherwise, it wouldn't compile with at least /bin/cc on
58212         ymp-cray-unicos9.0.2.X.
58213         Combine two mostly-identical uses of alloca into one.
58214         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
58215
58216 2003-08-04  Dave Love  <d.love@dl.ac.uk>
58217
58218         [From Emacs.]
58219
58220         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
58221         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
58222         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
58223         obsolete NLIST_NAME_UNION.
58224         [__GNU__]: Undef BSD and FSCALE.
58225         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
58226
58227 2003-08-03  Paul Eggert  <eggert@twinsun.com>
58228
58229         * lib/stdbool_.h (_Bool): Make it signed char, instead of
58230         an enum type, so that it's guaranteed to promote to int.  See:
58231         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
58232
58233 2003-08-03  Karl Berry  <karl@gnu.org>
58234
58235         * config/depcomp: update from automake.
58236
58237 2003-07-31  Paul Eggert  <eggert@twinsun.com>
58238
58239         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
58240         (strerror): Don't assume that a printable int fits in 14 bytes.
58241
58242 2003-07-31  Bruno Haible  <bruno@clisp.org>
58243
58244         * modules/getpass-gnu: New file.
58245         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
58246
58247 2003-07-31  Bruno Haible  <bruno@clisp.org>
58248
58249         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
58250
58251 2003-07-24  Karl Berry  <karl@gnu.org>
58252
58253         * config/missing: update from automake.
58254
58255 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
58256             Bruno Haible  <bruno@clisp.org>
58257
58258         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
58259         * lib/getline.c (getline, getdelim): Likewise.
58260         Remove _GNU_SOURCE define; now it's defined in config.h through
58261         m4/getline.m4.
58262
58263 2003-07-23  Karl Berry  <karl@gnu.org>
58264
58265         * config/config.sub: update from prep.
58266
58267 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58268
58269         * modules/xalloc (Depends-on): Add exitfail.
58270         * modules/xmemcoll: Likewise.
58271
58272 2003-07-22  Paul Eggert  <eggert@twinsun.com>
58273
58274         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
58275         over-parenthesization in macros.
58276
58277         Sync with coreutils.
58278
58279         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
58280         required by C99.
58281
58282         Use `exit_failure' for xalloc and xmemcoll instead of their own
58283         private exit-failure variables.
58284         * lib/xalloc.h (xalloc_exit_failure): Remove.
58285         * lib/xmalloc.c: Likewise.  Include exitfail.h.
58286         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
58287         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
58288         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
58289         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
58290
58291 2003-07-20  Jim Meyering  <jim@meyering.net>
58292
58293         * modules/closeout (Depends-on): Add exitfail.
58294         Suggestion from Bruno Haible.
58295
58296 2003-07-19  Karl Berry  <karl@gnu.org>
58297
58298         * config/config.sub: update from prep.
58299
58300 2003-07-18  Paul Eggert  <eggert@twinsun.com>
58301
58302         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
58303         Remove.
58304         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
58305         to test that it can stand by itself.  Include "exitfail.h".
58306         Clients should set exit_failure instead.
58307         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
58308
58309 2003-07-18  Bruno Haible  <bruno@clisp.org>
58310
58311         * modules/getndelim2: New file.
58312         * modules/getline: Share files with module getndelim2.
58313         * modules/getnline: Depend on getndelim2 instead of sharing files with
58314         it. Add getnline.c to lib_SOURCES.
58315         * MODULES.html.sh (func_all_modules): Add getndelim2.
58316
58317 2003-07-18  Bruno Haible  <bruno@clisp.org>
58318
58319         * m4/getndelim2.m4: New file.
58320         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
58321         invoke gl_PREREQ_GETNDELIM2.
58322         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
58323         gl_PREREQ_GETNDELIM2.
58324         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
58325         gl_GETNDELIM2.
58326
58327 2003-07-18  Bruno Haible  <bruno@clisp.org>
58328
58329         * lib/getndelim2.h: New file.
58330         * lib/getndelim2.c: Make into a module of its own. Include config.h,
58331         getndelim2.h.
58332         (getndelim2): Make non-static. Change return type to ssize_t.
58333         * lib/getline.h: Change argument names.
58334         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
58335         * lib/getnline.c: Include getndelim2.h.
58336
58337 2003-07-18  Andreas Schwab  <schwab@suse.de>
58338
58339         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
58340
58341 2003-07-17  Karl Berry  <karl@gnu.org>
58342
58343         * config/config.sub: update from prep.
58344
58345 2003-07-17  Bruno Haible  <bruno@clisp.org>
58346
58347         * modules/getnline: New file.
58348         * modules/getline: Add lib/getndelim2.c to source file list.
58349         * MODULES.html.sh (func_all_modules): Add getnline.
58350
58351 2003-07-17  Bruno Haible  <bruno@clisp.org>
58352
58353         * m4/getnline.m4: New file.
58354
58355 2003-07-17  Bruno Haible  <bruno@clisp.org>
58356
58357         * m4/Makefile.am.in: Remove file.
58358         * m4/Makefile.am: Remove file.
58359         * m4/Makefile.in: Remove file.
58360
58361 2003-07-17  Bruno Haible  <bruno@clisp.org>
58362
58363         * lib/getnline.h: New file.
58364         * lib/getnline.c: New file.
58365         * lib/getndelim2.c: New file, extracted from getline.c.
58366         (getndelim2): Renamed from getdelim2, with added nmax argument.
58367         * lib/getline.c: Include getndelim2.c.
58368         (getdelim2): Moved out to getndelim2.c.
58369         (getline, getdelim): Update.
58370
58371 2003-07-17  Bruno Haible  <bruno@clisp.org>
58372
58373         * lib/Makefile.am: Remove file.
58374         * lib/Makefile.in: Remove file.
58375
58376 2003-07-17  Bruno Haible  <bruno@clisp.org>
58377
58378         * configure.in: Remove file.
58379         * Makefile.in: Remove file.
58380
58381 2003-07-17  Bruno Haible  <bruno@clisp.org>
58382
58383         * MODULES.html.sh: Put the </BODY> right before </HTML>.
58384
58385 2003-07-16  Karl Berry  <karl@gnu.org>
58386
58387         * config/srclist-update: was running fixlicense twice, which caused
58388                 texinfo.tex to be nullified for some reason.  Simplify,
58389                 $gplsrc is no longer needed as far as I can see?
58390
58391 2003-07-16  Jim Meyering  <jim@meyering.net>
58392
58393         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
58394
58395 2003-07-15  Paul Eggert  <eggert@twinsun.com>
58396
58397         * config/srclist.txt: Get the following files from gettext-runtime/intl
58398         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
58399         ref-del.sin.  From Bruno Haible.
58400         * config/srclist-update (fixfile): Change grep pattern again, since the
58401         previous fix didn't work (there was another trailing $).  Use
58402         '[$]' to escape the $s.
58403
58404 2003-07-15  Karl Berry  <karl@gnu.org>
58405
58406         * lib/vasnprintf.c: update from gettext.
58407
58408 2003-07-15  Karl Berry  <karl@gnu.org>
58409
58410         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
58411         gets expanded when surrounded by '$'.
58412
58413 2003-07-15  Jim Meyering  <jim@meyering.net>
58414
58415         * modules/save-cwd: Don't depend on error.  From Derek Price.
58416
58417 2003-07-15  Jim Meyering  <jim@meyering.net>
58418
58419         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
58420
58421 2003-07-14  Simon Josefsson  <jas@extundo.com>
58422
58423         * modules/mempcpy: New file.
58424         * MODULES.html.sh (func_all_modules): Add mempcpy.
58425
58426 2003-07-14  Simon Josefsson  <jas@extundo.com>
58427
58428         * m4/mempcpy.m4: New file.
58429
58430 2003-07-14  Simon Josefsson  <jas@extundo.com>
58431
58432         * lib/mempcpy.h: New file.
58433         * lib/mempcpy.c: New file.
58434
58435 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58436
58437         * modules/getdate, modules/posixtm: Depend on mktime.
58438
58439 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58440
58441         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
58442         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
58443         unicodeio.c, unicodeio.h, unlocked-io.h:
58444         Switch from LGPL to GPL.
58445
58446 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58447
58448         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
58449         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
58450         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
58451         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
58452         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
58453         updated automatically by ../config/srclist-update.  This changes
58454         their license from LPGL to GPL.
58455
58456 2003-07-14  Paul Eggert  <eggert@twinsun.com>
58457
58458         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
58459         assumed to refer to the root of the most recent stable gettext version.
58460         * config/srclistvars.sh: Add defaults for eggert.
58461         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
58462         Match "This program" as well as "The program".  This is needed
58463         for gettext.
58464
58465 2003-07-14  Jim Meyering  <jim@meyering.net>
58466
58467         Don't emit diagnostics.  Let callers do that.
58468         * lib/save-cwd.c: Don't include "error.h".
58469         (save_cwd): Don't call error.  Ensure that errno is valid
58470         when returning nonzero.
58471
58472         * lib/save-cwd.h (restore_cwd): Update prototype.
58473         * lib/save-cwd.c (restore_cwd): Remove two parameters.
58474         Simplify.  Don't call error upon failure.  Let callers do that.
58475         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
58476         when auditing is enabled.  But don't bother updating the #if.
58477
58478 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
58479
58480         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
58481         it breaks C++ compilation.
58482         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
58483
58484 2003-07-10  Simon Josefsson  <jas@extundo.com>
58485
58486         * modules/strchrnul (Makefile.am): Add strchrnul.h.
58487
58488 2003-07-10  Jim Meyering  <jim@meyering.net>
58489
58490         * m4/clock_time.m4: Remove trailing blank.
58491         * m4/intmax_t.m4: Likewise.
58492
58493 2003-07-10  Jim Meyering  <jim@meyering.net>
58494
58495         * lib/vasnprintf.c: Remove trailing blanks.
58496         Make cpp indentation consistent.
58497
58498 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58499
58500         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
58501         posixver.c, strftime.c, strnlen.c, strverscmp.c:
58502         Switch from LGPL to GPL.
58503
58504 2003-07-09  Paul Eggert  <eggert@twinsun.com>
58505
58506         * config/srclist.txt: Sort sublists.  Add
58507         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
58508         that differ from gnulib for one reason or another; we'd like this list
58509         to be smaller but for now let's document what we have.
58510
58511 2003-07-08  Paul Eggert  <eggert@twinsun.com>
58512
58513         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
58514         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
58515         and sweeter "eval x=$x".
58516         * config/srclist.txt: Get lib/argp* from glibc.
58517
58518 2003-07-07  Paul Eggert  <eggert@twinsun.com>
58519
58520         * lib/mktime.c: Fix some boundary cases and remove need for floating
58521         point.
58522
58523         Issue a compile-time diagnostic if time_t is floating point, or if
58524         two's complement arithmetic is not in effect, or if arithmetic
58525         right shift does not propagate the sign.  These assumptions were
58526         all in the original code but they weren't checked.
58527
58528         (TIME_T_MIDPOINT, verify): New macros.
58529         (__isleap): Remove; it has integer overflow problems.
58530         (leapyear): New function, without those problems.
58531         (ydhms_tm_diff): Remove; splitting into two parts.
58532         (ydhms_diff): New function, containing the arithmetic part of
58533         the old ydhms_tm_diff function.  Issue a compile-time
58534         diagnostic if we are not using C99 integer division.
58535         Avoid casts when possible.
58536         (guess_time_tm): New function, containing the checking part of
58537         the old ydhms_tm_diff function.  Return the new value, rather than
58538         the difference between it and the old.  Accept a new argument T
58539         so that *T specifies the old value.  Check for overflow in the result.
58540
58541         (__mktime_internal): Use a time_t offset, not a long int offset.
58542         This undoes the 2003-06-04 change, which is no longer needed now
58543         that we have better overflow checking.
58544         (localtime_offset): Likewise.
58545
58546         (__mktime_internal): Avoid harmful overflow on hosts where time_t
58547         and long are 64-bit but int is only 32-bit.
58548         (ydhms_diff): Use long int to store year1 and yday1.
58549         Issue a compile-time diagnostic if long int is not wide enough.
58550
58551         (__mktime_internal): Use long int to store adjusted year and yday.
58552         Use plain C rather than preprocessor commands, if that doesn't
58553         affect efficiency.
58554         Check for overflow (and try to repair) after each probe
58555         rather than checking only at the very end.  This avoids some bugs
58556         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
58557         does not equal GMT offset at maximum time).
58558         Use integer to check for overflow rather than floating point; this
58559         is more portable to non-IEEE hosts, and is a tad faster.
58560         When we detect that we are oscillating between two values,
58561         don't check whether tm_isdst has the requested value, since
58562         we already know the answer.  When tm_isdst has the wrong value,
58563         use a different heuristic to find the right one, based on the
58564         extreme values actually observed in practice in tz2003a,
58565         rather than the (overly optimistic) "previous 3 calendar quarters".
58566
58567         (not_equal_tm, print_tm, check_result): Use "const T" rather than
58568         "T const" to accommodate glibc style.
58569         (check_result): Use less-confusing report format.  "long" -> "long int.
58570         (main): Likewise.
58571         Don't loop if the iteration overflows time_t.
58572         Allow a negative step in the iteration.
58573
58574 2003-07-06  Karl Berry  <karl@gnu.org>
58575
58576         * config/depcomp: update from automake.
58577         * config/config.sub: update from prep.
58578
58579 2003-07-03  Karl Berry  <karl@gnu.org>
58580
58581         * config/config.guess: update from prep.
58582
58583 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58584
58585         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
58586         xreadlink.c now includes it unconditionally.
58587
58588 2003-07-01  Paul Eggert  <eggert@twinsun.com>
58589
58590         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
58591         having it depend on HAVE_SYS_TYPES_H.
58592
58593 2003-07-01  Bruno Haible  <bruno@clisp.org>
58594
58595         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
58596         <sys/types.h> should be sufficient.
58597         Reported by Paul Eggert.
58598
58599 2003-06-26  Karl Berry  <karl@gnu.org>
58600
58601         * config/depcomp: update from automake.
58602
58603 2003-06-26  Bruno Haible  <bruno@clisp.org>
58604
58605         * modules/human: Depend on module stdbool.
58606
58607 2003-06-25  Bruno Haible  <bruno@clisp.org>
58608
58609         * modules/readlink: New file.
58610         * modules/xreadlink: Depend on it.
58611         * MODULES.html.sh (func_all_modules): Add readlink.
58612
58613 2003-06-25  Bruno Haible  <bruno@clisp.org>
58614
58615         * m4/readlink.m4: New file.
58616
58617 2003-06-25  Bruno Haible  <bruno@clisp.org>
58618
58619         * lib/readlink.c: New file.
58620
58621 2003-06-22  Karl Berry  <karl@gnu.org>
58622
58623         * config/srclist.txt: update mkinstalldirs from automake.
58624         * config/mkinstalldirs: update.
58625
58626 2003-06-22  Bruno Haible  <bruno@clisp.org>
58627
58628         Portability to mingw32.
58629         * m4/ssize_t.m4: New file, from GNU gettext.
58630         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
58631         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
58632
58633 2003-06-22  Bruno Haible  <bruno@clisp.org>
58634
58635         * modules/safe-read: Add m4/ssize_t.m4.
58636         * modules/xreadlink: Add m4/ssize_t.m4.
58637
58638 2003-06-20  Bruno Haible  <bruno@clisp.org>
58639
58640         Assume C89, so PARAMS isn't needed.
58641         * lib/unicodeio.h (PARAMS): Remove.
58642         * lib/unicodeio.c: Don't use PARAMS.
58643
58644 2003-06-18  Karl Berry  <karl@gnu.org>
58645
58646         * config/config.{guess,sub}: update from prep.
58647
58648 2003-06-18  Jim Meyering  <jim@meyering.net>
58649
58650         Merge changes from coreutils.
58651         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
58652         Remove explicit declarations of xmalloc and realloc.
58653         Include xalloc.h.
58654         (read_utmp): Remove anachronistic cast of xmalloc.
58655
58656 2003-06-17  Paul Eggert  <eggert@twinsun.com>
58657
58658         Assume C89, so PARAMS isn't needed.
58659         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
58660         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
58661         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
58662         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
58663         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
58664         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
58665         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
58666         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
58667         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
58668         lib/xstrtod.h, lib/xstrtol.h: Likewise.
58669         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
58670         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
58671         no longer needed. Anyway, config.h should always be included before any
58672         other file.
58673
58674 2003-06-11  Simon Josefsson  <jas@extundo.com>
58675
58676         * modules/sysexits: New file.
58677         * MODULES.html.sh (func_all_modules): Add sysexits.
58678
58679 2003-06-11  Simon Josefsson  <jas@extundo.com>
58680
58681         * lib/sysexit_.h: New file.
58682
58683 2003-06-11  Derek Price  <derek@ximbiot.com>
58684
58685         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
58686         necessary.
58687
58688 2003-06-11  Bruno Haible  <bruno@clisp.org>
58689
58690         * m4/sysexits.m4: New file.
58691
58692 2003-06-10  Simon Josefsson  <jas@extundo.com>
58693
58694         * lib/argp.h: New file, from glibc.
58695         * lib/argp-ba.c: New file, from glibc.
58696         * lib/argp-eexst.c: New file, from glibc.
58697         * lib/argp-fmtstream.c: New file, from glibc.
58698         * lib/argp-fmtstream.h: New file, from glibc.
58699         * lib/argp-fs-xinl.c: New file, from glibc.
58700         * lib/argp-help.c: New file, from glibc.
58701         * lib/argp-namefrob.h: New file, from glibc.
58702         * lib/argp-parse.c: New file, from glibc.
58703         * lib/argp-pv.c: New file, from glibc.
58704         * lib/argp-pvh.c: New file, from glibc.
58705         * lib/argp-xinl.c: New file, from glibc.
58706
58707 2003-06-10  Simon Josefsson  <jas@extundo.com>
58708
58709         * modules/strchrnul: New file.
58710
58711 2003-06-10  Simon Josefsson  <jas@extundo.com>
58712
58713         * modules/argp: New file.
58714
58715 2003-06-10  Simon Josefsson  <jas@extundo.com>
58716
58717         * m4/strchrnul.m4: New file.
58718
58719 2003-06-10  Simon Josefsson  <jas@extundo.com>
58720
58721         * lib/strchrnul.h: New file.
58722         * lib/strchrnul.c: New file.
58723
58724 2003-06-10  Bruno Haible  <bruno@clisp.org>
58725
58726         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
58727
58728 2003-06-07  Karl Berry  <karl@gnu.org>
58729
58730         * config/config.{guess,sub}: update from prep.
58731
58732 2003-06-07  Jim Meyering  <jim@meyering.net>
58733
58734         * modules/strtod: Use $(...) notation, not @...@ for
58735         AC_REPLACE'd variables.
58736         * modules/localcharset: Likewise.
58737
58738 2003-06-07  Jim Meyering  <jim@meyering.net>
58739
58740         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
58741         in place of my name in the copyright comment.
58742         Remove definition and uses of __P.
58743
58744         From coreutils.
58745         * lib/stat.c: Don't declare xmalloc explicitly.
58746         Instead, include "xalloc.h".
58747         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
58748         xrealloc, and xcalloc return values.
58749         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
58750         Improve comment.
58751         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
58752
58753 2003-06-07  Bruno Haible  <bruno@clisp.org>
58754
58755         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
58756         avoid AC_CONFIG_LINKS.
58757         * modules/fnmatch (Makefile.am): Use explicit creation rule for
58758         fnmatch.h, to avoid AC_CONFIG_LINKS.
58759         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
58760
58761 2003-06-07  Bruno Haible  <bruno@clisp.org>
58762
58763         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
58764         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
58765         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58766         directory.
58767         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
58768         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
58769         directory.
58770
58771 2003-06-06  Jim Meyering  <jim@meyering.net>
58772
58773         Merge from coreutils.
58774         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
58775         Consolidate declarations and initializations of *_base* locals.
58776
58777         Merge from coreutils.
58778         This avoids a core dump on systems without GNU putenv,
58779         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
58780         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
58781         (unsetenv): New static function, from GNU libc.
58782         (rpl_putenv): Use it.
58783
58784         * lib/modechange.c: Remove trailing blanks.
58785
58786         Merge from coreutils.
58787         * lib/fsusage.c: Remove declaration of statfs.
58788         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
58789
58790         * lib/posixtm.c: Include <stdbool.h> unconditionally.
58791
58792 2003-06-06  Jim Meyering  <jim@meyering.net>
58793
58794         * lib/stdbool_.h: Renamed from stdbool.h.in.
58795
58796 2003-06-06  Jim Meyering  <jim@meyering.net>
58797             Bruno Haible  <bruno@clisp.org>
58798
58799         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
58800         Adjust Makefile.am snippet not to redirect directly to target.
58801         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
58802
58803 2003-06-05  Paul Eggert  <eggert@twinsun.com>
58804
58805         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
58806         mismatch, look in future quarters as well as past.  This fixes a
58807         bug when processing fall-backwards gaps immediately after a long
58808         period of daylight-saving time.
58809
58810         * lib/mktime.c: Assume freestanding C89 or better.
58811         (HAVE_LIMITS_H): Remove.  Assume it's 1.
58812         (__P): Remove; not used.
58813         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
58814         (mktime, not_equal_tm, print_tm, check_result,
58815         main): Use prototypes.  Use const * where appropriate.
58816         (main): Fix typo in testing code that uncovered by above changes.
58817         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
58818
58819 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58820
58821         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
58822         locale.h, localeconv.  This merges changes from coreutils.
58823
58824         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
58825         It can be removed after the next Autoconf is released.
58826         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
58827         needed.
58828
58829 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58830
58831         * lib/mktime.c: Fix Debian bug 177940
58832         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
58833         (localtime_offset): Now long int, not time_t, because we want it
58834         to be guaranteed to be signed.  All uses changed.
58835         (__mktime_internal): If overflow would occur when adding offset,
58836         don't add it.
58837
58838         Merge 'human' changes from coreutils.  Rewrite to support
58839         locale-specific notations like thousands separators.
58840         * lib/human.c: Simplify authorship notice.
58841         Include human.h immediately after config.h.
58842         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
58843         <limits.h>: Do not include, since human.h does.
58844         (SIZE_MAX, UINTMAX_MAX): New macros.
58845         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
58846         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
58847         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
58848         (power_letter): Renamed from suffixes.
58849         (generate_suffix_backwards): Remove.
58850         (adjust_value): Now takes int style (because of human.h changes)
58851         and long double value (for greater precision on some platforms).
58852         (group_number): New function.
58853         (human_readable): Use it.  Use integer options, not enum.
58854         Put the options before the sizes in the arg list.
58855         Support all the new options.
58856         The old human_readable function has been removed;
58857         use inttostr.h instead.
58858         (human_readable, default_block_size, humblock):
58859         Use uintmax_t, not int, for block sizes.
58860         (human_readable_inexact, block_size_types): Remove.
58861         (block_size_opts): New constant.
58862         (human_options): Renamed from human_block_size, with new signature
58863         that allows block sizes up to UINTMAX_MAX.  All callers changed.
58864         * lib/human.h: Add copyright and authorship notice.
58865         Include <limits.h> and <stdbool.h> unconditionally.
58866         (PARAMS): Remove.  All uses removed.
58867         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
58868         (enum human_inexact_style): Remove tag; now a nameless enum.
58869         (human_floor, human_ceiling, human_round_to_even): Now have
58870         values 2, 0, 1 rather than -1, 1, 0.
58871         (human_group_digits, human_suppress_point_zero, human_autoscale,
58872         human_base_1024, human_SI, human_B): New constants.
58873         (human_readable_inexact, human_block_size): Remove.
58874         (human_readable): Size args are now uintmax_t, not int.
58875         (human_options): New decl.
58876
58877         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
58878         unnecessary now that we assume C89 or better.  This change
58879         imported from coreutils.
58880
58881         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
58882         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
58883         in the 2003-05-30 sync from glibc.
58884
58885         .h files should stand alone, but we shouldn't include <sys/types.h>
58886         if we can get away with just <stddef.h>.
58887
58888         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
58889         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
58890         rather than <sys/types.h>, as we merely need size_t.
58891         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
58892         to get size_t.
58893         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
58894         Include <stdio.h>, to get FILE.
58895         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
58896         memcasecmp.h has included <stddef.h> and all we need is size_t.
58897         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
58898         our interface, instead of including <sys/types.h>
58899
58900 2003-06-04  Paul Eggert  <eggert@twinsun.com>
58901
58902         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
58903         now, as glibc mktime is buggy on non-glibc systems.
58904
58905 2003-06-03  Karl Berry  <karl@gnu.org>
58906
58907         * config/config.sub: update from prep.
58908
58909 2003-06-02  Paul Eggert  <eggert@twinsun.com>
58910
58911         [from coreutils]
58912         Fix some minor time-related bugs with POSIX time arguments.
58913         Some valid time stamps were being rejected (notably -1, and
58914         time stamps before 1900 on 64-bit hosts).  And some invalid
58915         time stamps were being accepted, e.g. September 31.
58916
58917         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
58918         that we can return (time_t) -1 successfully.
58919         * lib/posixtm.c: Likewise.
58920         [HAVE_STDBOOL_H]: Include <stdbool.h>.
58921         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
58922         (t): Remove static var.
58923         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
58924         of static var.  All uses changed.
58925         (year): Do not reject years before 1900; they can occur with
58926         64-bit time_t.
58927         (posix_time_parse): Do not check for out-of-range components;
58928         that is now the caller's responsibility, since our checks were
58929         only approximations.
58930         (posixtime): Use mktime to check for out-of-range components,
58931         since it knows them exactly.
58932         If mktime returns (time_t) -1, check whether an error actually occurred
58933         by invoking localtime on -1.
58934         (main) [TEST_POSIXTIME]: Check for input data errors, and report
58935         posixtime failures better.
58936         Improve the test data (in comments only).
58937
58938 2003-06-02  Karl Berry  <karl@gnu.org>
58939
58940         * config/mkinstalldirs (version): new variable.
58941         (--version): new option.
58942         (usage): improve message.
58943
58944 2003-05-30  Karl Berry  <karl@gnu.org>
58945
58946         * lib/mktime.c: update from libc.
58947
58948 2003-05-30  Bruno Haible  <bruno@clisp.org>
58949
58950         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
58951         * config/config.rpath: Upgrade to gettext-0.12.1.
58952
58953 2003-05-30  Bruno Haible  <bruno@clisp.org>
58954
58955         * m4/gettext.m4: Upgrade to gettext-0.12.1.
58956         * m4/nls.m4: New file, from gettext-0.12.1.
58957         * m4/po.m4: New file, from gettext-0.12.1.
58958         * m4/progtest.m4: Upgrade to gettext-0.12.1.
58959
58960 2003-05-30  Bruno Haible  <bruno@clisp.org>
58961
58962         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
58963         * lib/localcharset.h: Likewise.
58964         * lib/localcharset.c: Likewise.
58965
58966 2003-05-29  Karl Berry  <karl@gnu.org>
58967
58968         * config/config.rpath: update from gettext.
58969
58970 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58971
58972         Assume the headers required for C89 freestanding compilers.
58973         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
58974         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
58975         * m4/human.m4 (gl_HUMAN): Likewise.
58976         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
58977         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
58978         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58979         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
58980         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58981         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
58982
58983 2003-05-28  Paul Eggert  <eggert@twinsun.com>
58984
58985         Assume the headers required for C89 freestanding compilers.
58986         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
58987         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
58988         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
58989         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
58990         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
58991         define, since <limits.h> is guaranteed to do that.
58992         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
58993         * lib/exclude.c: Include <stdbool.h> unconditionally.
58994         * lib/tempname.c: Include <stddef.h> unconditionally.
58995         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
58996         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
58997         <stddef.h> does that.
58998         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
58999         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
59000         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
59001         needed.
59002         * lib/xstrtol.c: Likewise.
59003         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
59004         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
59005
59006         * lib/addext.c (addext): Use assignment rather than cast, to avoid
59007         warnings on some platforms.
59008
59009         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
59010         arbitrarily.
59011
59012 2003-05-26  Jim Meyering  <jim@meyering.net>
59013
59014         Merge in a change from coreutils:
59015         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
59016         that is guaranteed to be `no'.  Use `no_such_member' to indicate
59017         that condition, rather than `-1' which is slightly misleading.
59018         Change the name of the cache variable to have the gl_ prefix.
59019         Prompted by a patch from Richard Dawe for DJGPP.
59020
59021 2003-05-24  Karl Berry  <karl@gnu.org>
59022
59023         * config/config.guess: update from prep.
59024
59025 2003-05-22  Karl Berry  <karl@gnu.org>
59026
59027         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
59028
59029 2003-05-20  Karl Berry  <karl@gnu.org>
59030
59031         * config/config.guess: update from prep.
59032
59033 2003-05-18  Karl Berry  <karl@gnu.org>
59034
59035         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
59036         might actually be set by the user.
59037
59038         * config/depcomp, install-sh, mdate-sh: update from automake.
59039
59040 2003-05-17  Bruno Haible  <bruno@clisp.org>
59041
59042         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
59043         invalid expansion for AC_EGREP_CPP.
59044         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
59045         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
59046         Suggested by Akim Demaille <akim@epita.fr> in
59047         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
59048
59049 2003-05-12  Jim Meyering  <jim@meyering.net>
59050
59051         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
59052         the space-padded-by-default conversion specifiers, %e, %k, %l.
59053
59054 2003-05-12  Bruno Haible  <bruno@clisp.org>
59055
59056         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
59057         the string is longer than 4 KB.
59058
59059 2003-05-11  Karl Berry  <karl@gnu.org>
59060
59061         * config/config.{guess,sub}: update from prep.
59062
59063 2003-05-09  Bruno Haible  <bruno@clisp.org>
59064
59065         * modules/error: Add m4/strerror_r.m4 to file list.
59066
59067 2003-05-03  Bruno Haible  <bruno@clisp.org>
59068
59069         Upgrade to Unicode-4.0.
59070         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
59071         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
59072         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
59073         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
59074         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
59075         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
59076         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
59077         Change width of U+E0100..U+E01EF from 1 to 0.
59078
59079 2003-04-25  Jim Meyering  <jim@meyering.net>
59080
59081         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
59082         of type size_t, not int.
59083
59084 2003-04-25  Bruno Haible  <bruno@clisp.org>
59085
59086         * lib/copy-file.c: Include <stddef.h>, for size_t.
59087
59088 2003-04-21  Paul Eggert  <eggert@twinsun.com>
59089
59090         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
59091         code which expansion is under static control.  Patch imported from
59092         Akim Demaille's patch to Bison; see
59093         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
59094
59095 2003-04-14  Bruno Haible  <bruno@clisp.org>
59096
59097         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
59098
59099 2003-04-11  Jim Meyering  <jim@meyering.net>
59100
59101         Merge changes from Coreutils.
59102
59103         2003-03-22  Jim Meyering  <jim@meyering.net>
59104
59105         * lib/strftime.c (widen): Cast alloca return value to proper type.
59106
59107         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
59108
59109         From GNU libc.
59110         * lib/strftime.c (my_strftime): Handle very large width
59111         specifications for numeric values correctly.  Improve checks for
59112         overflow.
59113
59114         2003-01-19  Jim Meyering  <jim@meyering.net>
59115
59116         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
59117         definitions.
59118         (nl_get_alt_digit) [! defined my_strftime]: Define.
59119         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
59120         _nl_get_alt_digit and _nl_get_walt_digit.
59121
59122         * lib/strftime.c (my_strftime): Merge in locale-related changes from
59123         libc. These changes have no effect outside of _LIBC.
59124
59125 2003-04-10  Bruno Haible  <bruno@clisp.org>
59126
59127         * modules/findprog: New file.
59128         * MODULES.html.sh (func_all_modules): Add it.
59129
59130 2003-04-10  Bruno Haible  <bruno@clisp.org>
59131
59132         * m4/findprog.m4: New file.
59133         * m4/eaccess.m4: New file.
59134
59135 2003-04-10  Bruno Haible  <bruno@clisp.org>
59136
59137         * lib/findprog.h: New file, from GNU gettext.
59138         * lib/findprog.c: New file, from GNU gettext.
59139
59140 2003-04-05  Jim Meyering  <jim@meyering.net>
59141
59142         Merge changes from Coreutils.
59143
59144         * lib/exclude.h (PARAMS): Remove definition and uses.
59145         * lib/exclude.c: Remove uses of `PARAMS'.
59146
59147         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
59148         Add test-cases for DOS filenames. Declare program_name.
59149         (main): Set up program_name.  Patch by Rich Dawe.
59150
59151         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59152         error from mntctl.
59153         Use mntctl's return value to drive the entry-processing loop, since
59154         we can't rely on the value of the vmt_length member in the last
59155         entry.  On some systems doing so could result in exhausting
59156         virtual memory.  Based in part on a patch from Mike Jetzer.
59157
59158 2003-04-04  Bruno Haible  <bruno@clisp.org>
59159
59160         * modules/linebreak: New file.
59161         * MODULES.html.sh (func_all_modules): Add it.
59162
59163 2003-04-04  Bruno Haible  <bruno@clisp.org>
59164
59165         * m4/linebreak.m4: New file.
59166
59167 2003-04-04  Bruno Haible  <bruno@clisp.org>
59168
59169         * lib/linebreak.h: New file, from GNU gettext.
59170         * lib/linebreak.c: New file, from GNU gettext with slight
59171         modifications.
59172         * lib/lbrkprop.h: New file, from GNU gettext.
59173
59174 2003-04-03  Bruno Haible  <bruno@clisp.org>
59175
59176         * modules/utf8-ucs4: New file.
59177         * modules/utf16-ucs4: New file.
59178         * modules/ucs4-utf8: New file.
59179         * modules/ucs4-utf16: New file.
59180         * MODULES.html.sh (func_all_modules): Add them.
59181
59182 2003-04-03  Bruno Haible  <bruno@clisp.org>
59183
59184         * m4/utf-ucs4.m4: New file.
59185         * m4/ucs4-utf.m4: New file.
59186
59187 2003-04-03  Bruno Haible  <bruno@clisp.org>
59188
59189         * lib/utf8-ucs4.h: New file, from GNU gettext.
59190         * lib/utf16-ucs4.h: New file, from GNU gettext.
59191         * lib/ucs4-utf8.h: New file, from GNU gettext.
59192         * lib/ucs4-utf16.h: New file, from GNU gettext.
59193
59194 2003-04-02  Bruno Haible  <bruno@clisp.org>
59195
59196         * modules/binary-io: New file.
59197         * MODULES.html.sh (func_all_modules): Add it.
59198
59199 2003-04-02  Bruno Haible  <bruno@clisp.org>
59200
59201         * lib/binary-io.h: New file, from GNU gettext.
59202
59203 2003-04-01  Bruno Haible  <bruno@clisp.org>
59204
59205         * modules/pathname: New file.
59206         * MODULES.html.sh (func_all_modules): Add it.
59207
59208 2003-04-01  Bruno Haible  <bruno@clisp.org>
59209
59210         * lib/pathname.h: New file, from GNU gettext.
59211         * lib/concatpath.c: New file, from GNU gettext.
59212
59213 2003-03-30  Bruno Haible  <bruno@clisp.org>
59214
59215         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
59216
59217 2003-03-30  Bruno Haible  <bruno@clisp.org>
59218
59219         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
59220         function chown() doesn't exist.
59221
59222 2003-03-28  Bruno Haible  <bruno@clisp.org>
59223
59224         * modules/copy-file: New file.
59225         * MODULES.html.sh (func_all_modules): Add it.
59226
59227 2003-03-28  Bruno Haible  <bruno@clisp.org>
59228
59229         * m4/copy-file.m4: New file.
59230
59231 2003-03-28  Bruno Haible  <bruno@clisp.org>
59232
59233         * lib/copy-file.h: New file, from GNU gettext.
59234         * lib/copy-file.c: New file, from GNU gettext.
59235
59236 2003-03-18  Jim Meyering  <jim@meyering.net>
59237
59238         * lib/quote.c (quote_n): Fix typo in comment.
59239
59240 2003-03-18  Bruno Haible  <bruno@clisp.org>
59241
59242         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
59243         checking.
59244         * m4/onceonly_2_57.m4: Likewise.
59245
59246 2003-03-17  Bruno Haible  <bruno@clisp.org>
59247
59248         * m4/onceonly.m4: Require autoconf 2.54 or newer.
59249         (m4_quote): Remove macro.
59250         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
59251
59252 2003-03-14  Jim Meyering  <jim@meyering.net>
59253
59254         Merge changes from Coreutils.
59255         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
59256         to be const, in order to avoid warnings.
59257         (obstack_room): Likewise.
59258         (obstack_empty_p): Likewise.
59259
59260 2003-03-14  Bruno Haible  <bruno@clisp.org>
59261
59262         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
59263         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
59264
59265 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59266
59267         Merge changes from Bison.
59268         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
59269         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
59270         when compiling Bison 1.875's `bitset bset = obstack_alloc
59271         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
59272         * lib/hash.c: Include <stdbool.h> unconditionally.
59273
59274 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59275
59276         * m4/onceonly.m4 (m4_quote): New macro.
59277         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
59278         Quote AC_FOREACH variable-expansions properly.
59279
59280 2003-03-13  Paul Eggert  <eggert@twinsun.com>
59281
59282         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
59283
59284 2003-03-09  Paul Eggert  <eggert@twinsun.com>
59285
59286         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
59287         Reported by Bruce Becker; see:
59288         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
59289
59290 2003-03-03  Paul Eggert  <eggert@twinsun.com>
59291             Bruno Haible  <bruno@clisp.org>
59292
59293         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
59294         Reported by John Hughes, see
59295         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
59296
59297 2003-02-20  Bruno Haible  <bruno@clisp.org>
59298
59299         * MODULES.html.sh (func_all_modules): Add poll.
59300
59301 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59302
59303         * modules/poll: New file.
59304
59305 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59306
59307         * lib/poll_.h: New file.
59308         * lib/poll.c: New file.
59309
59310 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
59311
59312         * m4/poll.m4: New file.
59313
59314 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59315
59316         * modules/mathl: New file.
59317
59318 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59319
59320         * lib/mathl.h: New file.
59321         * lib/acosl.c: New file.
59322         * lib/asinl.c: New file.
59323         * lib/atanl.c: New file.
59324         * lib/ceill.c: New file.
59325         * lib/cosl.c: New file.
59326         * lib/expl.c: New file.
59327         * lib/floorl.c: New file.
59328         * lib/frexpl.c: New file.
59329         * lib/ldexpl.c: New file.
59330         * lib/logl.c: New file.
59331         * lib/sincosl.c: New file.
59332         * lib/sinl.c: New file.
59333         * lib/sqrtl.c: New file.
59334         * lib/tanl.c: New file.
59335         * lib/trigl.c: New file.
59336         * lib/trigl.h: New file.
59337
59338 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
59339
59340         * m4/mathl.m4: New file.
59341
59342 2003-02-18  Bruno Haible  <bruno@clisp.org>
59343
59344         * MODULES.html.sh (func_all_modules): Add mathl.
59345
59346 2003-02-17  Bruno Haible  <bruno@clisp.org>
59347
59348         * modules/mkdtemp: New module.
59349         * MODULES.html.sh (func_all_modules): Add it.
59350
59351 2003-02-17  Bruno Haible  <bruno@clisp.org>
59352
59353         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
59354
59355 2003-02-17  Bruno Haible  <bruno@clisp.org>
59356
59357         * lib/mkdtemp.h: New file, from GNU gettext.
59358         * lib/mkdtemp.c: New file, from GNU gettext.
59359
59360 2003-02-02  Jim Meyering  <jim@meyering.net>
59361
59362         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
59363         e.g. glibc-2.2.93.
59364
59365 2003-01-31  Bruno Haible  <bruno@clisp.org>
59366
59367         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
59368         'rpl_rename'.
59369         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
59370         'rpl_strnlen'.
59371         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
59372         'rpl_strtod'.
59373         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
59374         'rpl_utime'.
59375
59376 2003-01-31  Bruno Haible  <bruno@clisp.org>
59377
59378         * lib/rename.c: #undef rename before defining rpl_rename.
59379         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
59380
59381 2003-01-30  Bruno Haible  <bruno@clisp.org>
59382
59383         * modules/vasnprintf, modules/vasprintf: New modules.
59384         * MODULES.html.sh (func_all_modules): Add them.
59385
59386 2003-01-30  Bruno Haible  <bruno@clisp.org>
59387
59388         * m4/signed.m4: New file, from GNU gettext.
59389         * m4/longdouble.m4: New file, from GNU gettext.
59390         * m4/wchar_t.m4: New file, from GNU gettext.
59391         * m4/wint_t.m4: New file, from GNU gettext.
59392         * m4/vasnprintf.m4: New file.
59393         * m4/vasprintf.m4: New file.
59394
59395 2003-01-30  Bruno Haible  <bruno@clisp.org>
59396
59397         * lib/printf-args.h: New file, from GNU gettext.
59398         * lib/printf-args.c: New file, from GNU gettext.
59399         * lib/printf-parse.h: New file, from GNU gettext.
59400         * lib/printf-parse.c: New file, from GNU gettext.
59401         * lib/vasnprintf.h: New file, from GNU gettext.
59402         * lib/vasnprintf.c: New file, from GNU gettext.
59403         * lib/asnprintf.c: New file, from GNU gettext.
59404         * lib/vasprintf.h: New file, from GNU gettext with modifications.
59405         * lib/vasprintf.c: New file, from GNU gettext.
59406         * lib/asprintf.c: New file, from GNU gettext.
59407
59408 2003-01-29  Bruno Haible  <bruno@clisp.org>
59409
59410         * modules/stpncpy: New module.
59411         * MODULES.html.sh (func_all_modules): Add it.
59412
59413 2003-01-29  Bruno Haible  <bruno@clisp.org>
59414
59415         * m4/stpncpy.m4: New file.
59416
59417 2003-01-29  Bruno Haible  <bruno@clisp.org>
59418
59419         * lib/stpncpy.h: New file, from GNU gettext with modifications.
59420         * lib/stpncpy.c: New file, from GNU gettext with modifications.
59421
59422 2003-01-28  Bruno Haible  <bruno@clisp.org>
59423
59424         * modules/c-ctype: New module.
59425         * MODULES.html.sh (func_all_modules): Add it.
59426
59427 2003-01-28  Bruno Haible  <bruno@clisp.org>
59428
59429         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
59430         Paul Eggert.
59431         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
59432         Paul Eggert.
59433
59434 2003-01-27  Bruno Haible  <bruno@clisp.org>
59435
59436         * modules/xsetenv: New module.
59437         * MODULES.html.sh (func_all_modules): Add it.
59438
59439 2003-01-27  Bruno Haible  <bruno@clisp.org>
59440
59441         * lib/xsetenv.h: New file, from GNU gettext.
59442         * lib/xsetenv.c: New file, from GNU gettext.
59443
59444 2003-01-23  Jim Meyering  <jim@meyering.net>
59445
59446         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
59447         from working on systems without dirfd (at least Irix and OSF1/Tru64).
59448
59449 2003-01-23  Bruno Haible  <bruno@clisp.org>
59450
59451         * modules/minmax: New module.
59452         * MODULES.html.sh (func_all_modules): Add it.
59453
59454 2003-01-23  Bruno Haible  <bruno@clisp.org>
59455
59456         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
59457         Eggert.
59458
59459 2003-01-22  Bruno Haible  <bruno@clisp.org>
59460
59461         * modules/exit: New module.
59462         * MODULES.html.sh (func_all_modules): Add it.
59463
59464 2003-01-22  Bruno Haible  <bruno@clisp.org>
59465
59466         * lib/exit.h: New file, from GNU gettext.
59467
59468 2003-01-19  Bruno Haible  <bruno@clisp.org>
59469
59470         * gnulib-tool: Recognize option --extract-maintainer.
59471         (func_get_maintainer): New function.
59472         * modules/*: Add Maintainer entry.
59473
59474 2003-01-16  Jim Meyering  <jim@meyering.net>
59475
59476         * m4/regex.m4: The `regex' struct is both input and output.
59477         Initialize it before each use.  Patch by Tim Waugh.
59478
59479 2003-01-16  Bruno Haible  <bruno@clisp.org>
59480
59481         * MODULES.html.sh: Add a table of contents. Add the module name as
59482         leftmost column. Add hyperlinks.
59483
59484 2003-01-15  Bruno Haible  <bruno@clisp.org>
59485
59486         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
59487
59488 2003-01-15  Bruno Haible  <bruno@clisp.org>
59489
59490         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
59491         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
59492         suffix.
59493
59494 2003-01-15  Bruno Haible  <bruno@clisp.org>
59495
59496         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
59497
59498 2003-01-15  Bruno Haible  <bruno@clisp.org>
59499
59500         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
59501         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
59502
59503 2003-01-14  Jim Meyering  <jim@meyering.net>
59504
59505         * lib/same.c (same_name): Tweak a comment.
59506
59507 2003-01-14  Bruno Haible  <bruno@clisp.org>
59508
59509         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
59510         when a string comparison is sufficient.
59511
59512 2003-01-14  Bruno Haible  <bruno@clisp.org>
59513
59514         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
59515         'unsigned int'.
59516
59517 2003-01-14  Bruno Haible  <bruno@clisp.org>
59518
59519         * lib/hash-pjw.c: Add comment about low quality of this function.
59520
59521 2003-01-13  Bruno Haible  <bruno@clisp.org>
59522
59523         * modules/stpcpy: Distribute lib/stpcpy.h.
59524         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
59525
59526 2003-01-13  Bruno Haible  <bruno@clisp.org>
59527
59528         * modules/*: Add a description.
59529         * modules/strpbrk: Fix Makefile.am snippet.
59530         * modules/strtoimax: Fix dependencies.
59531         * modules/strtoumax: Likewise.
59532
59533 2003-01-13  Bruno Haible  <bruno@clisp.org>
59534
59535         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
59536         * modules/alloca (Makefile.am): All object files depend on alloca.h.
59537         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
59538
59539 2003-01-13  Bruno Haible  <bruno@clisp.org>
59540
59541         * gnulib-tool (func_create_testdir): Store config/* files in the main
59542         directory.
59543         * config.rpath: Move to ...
59544         * config/config.rpath: ... here.
59545         * modules/gettext: Contains config/config.rpath, not config.rpath.
59546         * modules/iconv: Likewise.
59547
59548 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59549
59550         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59551         to avoid collisions with libcurses and libreadline.
59552
59553         * m4/getstr.m4: Remove.
59554         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
59555
59556 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59557
59558         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59559         to avoid collisions with libcurses and libreadline.
59560
59561         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
59562         * lib/getstr.h, getstr.c: Remove.
59563         * lib/getline.c: Include "getline.h", to check interface.
59564         Move body of old getstr.c here: this defines MIN_CHUNK and
59565         declares getdelim2, which is renamed from getstr.
59566         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
59567
59568         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
59569         All uses changed.
59570         * lib/linebuffer.h: Likewise.
59571         (readline): Remove backward-compatibility macro.
59572
59573 2003-01-12  Paul Eggert  <eggert@twinsun.com>
59574
59575         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
59576         to avoid collisions with libcurses and libreadline.
59577         * getstr: Remove.
59578         * MODULES.html.sh: Remove getstr.
59579         * modules/getline: Depend on unlocked-io, not getstr.
59580
59581 2003-01-12  Jim Meyering  <jim@meyering.net>
59582
59583         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
59584
59585 2003-01-10  Bruno Haible  <bruno@clisp.org>
59586
59587         * modules/alloca: Change Makefile.am requirements. Simplify Include
59588         requirements. Add lib/alloca_.h to file list.
59589
59590 2003-01-10  Bruno Haible  <bruno@clisp.org>
59591
59592         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
59593
59594 2003-01-10  Bruno Haible  <bruno@clisp.org>
59595
59596         * lib/alloca_.h: New file.
59597         * lib/getdate.y: Unconditionally include alloca.h.
59598         * lib/makepath.c: Likewise.
59599         * lib/setenv.c: Likewise.
59600         * lib/userspec.c: Likewise.
59601
59602 2003-01-09  Karl Berry  <karl@gnu.org>
59603
59604         * MODULES.html.sh: include `dirname $0` in PATH, to find
59605         gnulib-tool.
59606
59607 2003-01-09  Bruno Haible  <bruno@clisp.org>
59608
59609         * modules/stdbool: Change configure.ac, Makefile.am requirements.
59610         Simplify Include requirements. Add lib/stdbool.h.in to file list.
59611
59612 2003-01-09  Bruno Haible  <bruno@clisp.org>
59613
59614         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
59615
59616 2003-01-09  Bruno Haible  <bruno@clisp.org>
59617
59618         * lib/stdbool.h.in: New file.
59619
59620 2003-01-09  Bruno Haible  <bruno@clisp.org>
59621
59622         * gnulib-tool (func_all_modules): Ignore files ending in ~.
59623         * MODULES.html.sh: Likewise.
59624
59625 2003-01-08  Jim Meyering  <jim@meyering.net>
59626
59627         * lib/full-write.c: Undefine and define-away `const' after inclusion
59628         of errno.h, not before.  Suggestion from Bruno Haible.
59629
59630 2003-01-08  Bruno Haible  <bruno@clisp.org>
59631
59632         * modules/full-read: Depend on full-write.
59633
59634 2003-01-08  Bruno Haible  <bruno@clisp.org>
59635
59636         * lib/safe-read.c: Include specification header first, to ensure its
59637         selfcontainedness.
59638         * lib/full-write.c: Likewise.
59639
59640 2003-01-07  Jim Meyering  <jim@meyering.net>
59641
59642         * lib/full-write.c: Rework so that it may serve to define full_read,
59643         too.
59644         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
59645
59646 2003-01-07  Bruno Haible  <bruno@clisp.org>
59647
59648         * lib/strtoimax.c: Include <stdint.h> as an alternative to
59649         <inttypes.h>.
59650         * lib/xstrtol.h: Likewise.
59651         * lib/xstrtoimax.c: Likewise.
59652         * lib/xstrtoumax.c: Likewise.
59653         * lib/human.h: Likewise.
59654
59655         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
59656         on systems that have <inttypes.h> but not <stdint.h>.
59657
59658 2003-01-07  Bruno Haible  <bruno@clisp.org>
59659
59660         * MODULES.html.sh: Add copyright notice.
59661         (missed_files): Omit CVS directory entries.
59662         (func_module): Make it work with sed-3.02.
59663         * MODULES.txt: Remove file.
59664
59665 2003-01-06  Jim Meyering  <jim@meyering.net>
59666
59667         * lib/version-etc.c: Update year in translatable copyright string.
59668
59669 2003-01-03  Karl Berry  <karl@gnu.org>
59670
59671         * config/config.{guess,sub}: update from prep.
59672
59673 2003-01-02  Karl Berry  <karl@gnu.org>
59674
59675         * doc/COPYING.DOC: belatedly updated to 1.2.
59676
59677 2003-01-01  Karl Berry  <karl@gnu.org>
59678
59679         * gnulib-tool (func_verify_module): report module name $module in
59680         error message, not $1.
59681         * gnulib-tool (create-testdir): don't complain if destdir couldn't
59682         be created, only if it doesn't exist.
59683         * gnulib-tool (last_checkin_date): don't expand the $Date here.
59684
59685 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59686
59687         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
59688
59689 2002-12-31  Paul Eggert  <eggert@twinsun.com>
59690
59691         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
59692         memcmp if strcoll doesn't work.
59693
59694 2002-12-31  Bruno Haible  <bruno@clisp.org>
59695
59696         * lib/utime.c (utime_null): No need to call ftruncate if the file was
59697         nonempty.
59698
59699 2002-12-31  Bruno Haible  <bruno@clisp.org>
59700
59701         * lib/memcoll.c (STRCOLL): New macro.
59702         (memcoll): Use it.
59703
59704 2002-12-31  Bruno Haible  <bruno@clisp.org>
59705
59706         * lib/localcharset.h: New file.
59707         * lib/localcharset.c: Include it.
59708         * lib/unicodeio.c: Likewise.
59709
59710 2002-12-31  Bruno Haible  <bruno@clisp.org>
59711
59712         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
59713         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
59714
59715 2002-12-31  Bruno Haible  <bruno@clisp.org>
59716
59717         * lib/getline.h: Include <stddef.h>, for size_t.
59718
59719         * lib/unicodeio.h: Include <stddef.h>, for size_t.
59720         * lib/unicodeio.c: Don't include <stddef.h>.
59721
59722 2002-12-31  Bruno Haible  <bruno@clisp.org>
59723
59724         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
59725         HAVE_TM_ZONE.
59726
59727 2002-12-24  Karl Berry  <karl@gnu.org>
59728
59729         * config/config.guess: update from prep.
59730
59731 2002-12-24  Bruno Haible  <bruno@clisp.org>
59732
59733         General infrasructure.
59734         * m4/README: Rewritten.
59735         * m4/onceonly.m4: New file.
59736         * m4/onceonly_2_57.m4: New file.
59737
59738         Module atexit.
59739         * m4/atexit.m4: New file.
59740
59741         Module strtod.
59742         * m4/strtod.m4: New file.
59743
59744         Module strtol.
59745         * m4/strtol.m4: New file.
59746
59747         Module strtoul.
59748         * m4/strtoul.m4: New file.
59749
59750         Module memchr.
59751         * m4/memchr.m4: New file.
59752
59753         Module memcmp.
59754         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
59755         (jm_FUNC_MEMCMP): Invoke it.
59756
59757         Module memcpy.
59758         * m4/memcpy.m4: New file.
59759
59760         Module memmove.
59761         * m4/memmove.m4: New file.
59762
59763         Module memset.
59764         * m4/memset.m4: New file.
59765
59766         Module strcspn.
59767         * m4/strcspn.m4: New file.
59768
59769         Module strpbrk.
59770         * m4/strpbrk.m4: New file.
59771
59772         Module strstr.
59773         * m4/strstr.m4: New file.
59774
59775         Module strerror.
59776         * m4/strerror.m4: New file.
59777
59778         Module mktime.
59779         * m4/mktime.m4: Renamed from jm-mktime.m4.
59780         (gl_PREREQ_MKTIME): New macro.
59781         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
59782
59783         Module malloc.
59784         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
59785         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
59786         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
59787
59788         Module realloc.
59789         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
59790         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
59791         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
59792
59793         Module strftime.
59794         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
59795         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
59796         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
59797         gl_TM_GMTOFF.
59798         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
59799
59800         Module xalloc.
59801         * m4/xalloc.m4: New file.
59802
59803         Module alloca.
59804         * m4/alloca.m4: New file.
59805
59806         Module putenv.
59807         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
59808         (jm_FUNC_PUTENV): Invoke it.
59809
59810         Module setenv.
59811         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
59812         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
59813         when invoked twice.
59814         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
59815         gt_FUNC_SETENV.
59816
59817         Module memrchr.
59818         * m4/memrchr.m4: New file.
59819
59820         Module stpcpy.
59821         * m4/stpcpy.m4: New file.
59822
59823         Module strcase.
59824         * m4/strcase.m4: New file.
59825
59826         Module strdup.
59827         * m4/strdup.m4: New file.
59828
59829         Module strnlen.
59830         * m4/strnlen.m4: New file.
59831
59832         Module strndup.
59833         * m4/strndup.m4: New file.
59834
59835         Module xstrtod.
59836         * m4/xstrtod.m4: New file.
59837
59838         Module xstrtol.
59839         * m4/xstrtol.m4: New file.
59840
59841         Module getdate.
59842         * m4/getdate.m4: New file.
59843
59844         Module unlocked-io.
59845         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
59846         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
59847         * m4/jm-glibc-io.m4n: Remove file.
59848
59849         Module long-options.
59850         * m4/long-options.m4: New file.
59851
59852         Module md5.
59853         * m4/md5.m4: New file.
59854
59855         Module sha.
59856         * m4/sha.m4: New file.
59857
59858         Module getstr.
59859         * m4/getstr.m4: New file.
59860
59861         Module getline.
59862         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
59863         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
59864         <sys/types.h>, for size_t. Use the function name gnu_getline, not
59865         simply getline. Infoke gl_PREREQ_GETLINE.
59866
59867         Module obstack.
59868         * m4/obstack.m4: New file.
59869
59870         Module hash.
59871         * m4/hash.m4: New file.
59872
59873         Module readtokens.
59874         * m4/readtokens.m4: New file.
59875
59876         Module strverscmp.
59877         * m4/strverscmp.m4: New file.
59878
59879         Module stdbool.
59880         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
59881         OSF/1.
59882
59883         Module strtoll.
59884         * m4/strtoll.m4: New file.
59885
59886         Module strtoull.
59887         * m4/strtoull.m4: New file.
59888
59889         Module strtoimax.
59890         * m4/strtoimax.m4: New file.
59891
59892         Module strtoumax.
59893         * m4/strtoumax.m4: New file.
59894
59895         Module xstrtoimax.
59896         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
59897         jm_AC_PREREQ_XSTRTOIMAX.
59898         Moved the strtol prerequisites to strtol.m4.
59899         Moved the strtoll prerequisites to strtoll.m4.
59900         Moved the strtoimax prerequisites to strtoimax.m4.
59901
59902         Module xstrtoumax.
59903         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
59904         jm_AC_PREREQ_XSTRTOUMAX.
59905         Moved the strtoul prerequisites to strtoul.m4.
59906         Moved the strtoull prerequisites to strtoull.m4.
59907         Moved the strtoumax prerequisites to strtoumax.m4.
59908
59909         Module chown.
59910         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
59911         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
59912
59913         Module dup2.
59914         * m4/dup2.m4: New file.
59915
59916         Module ftruncate.
59917         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
59918         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
59919
59920         Module getgroups.
59921         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
59922         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
59923
59924         Module gettimeofday.
59925         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
59926         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
59927         gl_PREREQ_GETTIMEOFDAY.
59928
59929         Module mkdir.
59930         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
59931         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
59932
59933         Module mkstemp.
59934         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
59935         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
59936         jm_AC_TYPE_UINTMAX_T.
59937         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
59938
59939         Module stat.
59940         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
59941         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
59942
59943         Module lstat.
59944         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
59945         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
59946
59947         Module timespec.
59948         * m4/timespec.m4 (gl_TIMESPEC): New macro.
59949         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
59950         * m4/st_mtim.m4: Indentation.
59951
59952         Module nanosleep.
59953         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
59954         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
59955         gl_PREREQ_NANOSLEEP.
59956
59957         Module regex.
59958         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
59959         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
59960         (gl_REGEX): New macro.
59961
59962         Module rename.
59963         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
59964         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
59965
59966         Module rmdir.
59967         * m4/rmdir.m4: New file.
59968
59969         Module utime.
59970         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
59971         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
59972         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
59973
59974         Module dirname.
59975         * m4/dirname.m4: New file.
59976
59977         Module getopt.
59978         * m4/getopt.m4: New file.
59979
59980         Module unistd-safer.
59981         * m4/unistd-safer.m4: New file.
59982
59983         Module fnmatch.
59984         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
59985         declaration.
59986         (gl_PREREQ_FNMATCH_EXTRA): New macro.
59987         (gl_FUNC_FNMATCH_POSIX): New macro.
59988         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
59989         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
59990         simply fnmatch.
59991
59992         Module exclude.
59993         * m4/exclude.m4: New file.
59994
59995         Module human.
59996         * m4/human.m4: New file.
59997
59998         Module acl.
59999         * m4/acl.m4: Nop.
60000
60001         Module backupfile.
60002         * m4/backupfile.m4: New file.
60003         * m4/d-ino.m4: Indentation.
60004
60005         Module fsusage.
60006         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
60007         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
60008         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
60009
60010         Module dirfd.
60011         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
60012         requirements.
60013
60014         Module euidaccess.
60015         * m4/euidaccess.m4: New file.
60016
60017         Module file-type.
60018         * m4/file-type.m4: New file.
60019
60020         Module fileblocks.
60021         * m4/fileblocks.m4: New file.
60022
60023         Module filemode.
60024         * m4/filemode.m4: New file.
60025
60026         Module isdir.
60027         * m4/isdir.m4: New file.
60028
60029         Module lchown.
60030         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
60031         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
60032
60033         Module makepath.
60034         * m4/makepath.m4: New file.
60035
60036         Module modechange.
60037         * m4/modechange.m4: New file.
60038
60039         Module mountlist.
60040         * m4/mountlist.m4: New file.
60041         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
60042         Indentation.
60043
60044         Module path-concat.
60045         * m4/path-concat.m4: New file.
60046
60047         Module pathmax.
60048         * m4/pathmax.m4: New file.
60049
60050         Module same.
60051         * m4/same.m4: New file.
60052
60053         Module save-cwd.
60054         * m4/save-cwd.m4: New file.
60055
60056         Module savedir.
60057         * m4/savedir.m4: New file.
60058
60059         Module xgetcwd.
60060         * m4/xgetcwd.m4: New file.
60061         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
60062
60063         Module xreadlink.
60064         * m4/xreadlink.m4: New file.
60065
60066         Module safe-read.
60067         * m4/safe-read.m4: New file.
60068
60069         Module safe-write.
60070         * m4/safe-write.m4: New file.
60071
60072         Module closeout.
60073         * m4/closeout.m4: New file.
60074
60075         Module stdio-safer.
60076         * m4/stdio-safer.m4: New file.
60077
60078         Module getpass.
60079         * m4/getpass.m4: New file.
60080
60081         Module getugroups.
60082         * m4/getugroups.m4: New file.
60083
60084         Module group-member.
60085         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
60086         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
60087
60088         Module idcache.
60089         * m4/idcache.m4: New file.
60090
60091         Module userspec.
60092         * m4/userspec.m4: New file.
60093
60094         Module gettime.
60095         * m4/clock_time.m4: New file.
60096         * m4/gettime.m4: New file.
60097
60098         Module settime.
60099         * m4/settime.m4: New file.
60100
60101         Module posixtm.
60102         * m4/posixtm.m4: New file.
60103
60104         Module gethostname.
60105         * m4/gethostname.m4: New file.
60106
60107         Module canon-host.
60108         * m4/canon-host.m4: New file.
60109
60110         Module gettext.
60111         * m4/codeset.m4: New file, from gettext-0.11.5.
60112         * m4/gettext.m4: New file, from gettext-0.11.5.
60113         * m4/glibc21.m4: New file, from gettext-0.11.5.
60114         * m4/iconv.m4: New file, from gettext-0.11.5.
60115         * m4/intdiv0.m4: New file, from gettext-0.11.5.
60116         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
60117         * m4/inttypes.m4: New file, from gettext-0.11.5.
60118         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
60119         * m4/isc-posix.m4: New file, from gettext-0.11.5.
60120         * m4/lcmessage.m4: New file, from gettext-0.11.5.
60121         * m4/lib-ld.m4: New file, from gettext-0.11.5.
60122         * m4/lib-link.m4: New file, from gettext-0.11.5.
60123         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
60124         * m4/progtest.m4: New file, from gettext-0.11.5.
60125         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
60126         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
60127         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
60128
60129         Module localcharset.
60130         * m4/localcharset.m4: New file.
60131
60132         Module hard-locale.
60133         * m4/hard-locale.m4: New file.
60134
60135         Module mbswidth.
60136         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
60137         onceonly macros.
60138         * m4/mbrtowc.m4: Add comment.
60139
60140         Module memcasecmp.
60141         * m4/memcasecmp.m4: New file.
60142
60143         Module memcoll.
60144         * m4/memcoll.m4: New file.
60145
60146         Module unicodeio.
60147         * m4/unicodeio.m4: New file.
60148
60149         Module rpmatch.
60150         * m4/rpmatch.m4: New file.
60151
60152         Module yesno.
60153         * m4/yesno.m4: New file.
60154
60155         Module exitfail.
60156         * m4/exitfail.m4: New file.
60157
60158         Module c-stack.
60159         * m4/c-stack.m4 (gl_C_STACK): New macro.
60160         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
60161
60162         Module error.
60163         * m4/error.m4 (gl_ERROR): New macro.
60164         (jm_PREREQ_ERROR): Use onceonly macros.
60165
60166         Module fatal.
60167         * m4/fatal.m4: New file.
60168
60169         Module getloadavg.
60170         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
60171         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
60172
60173         Module getpagesize.
60174         * m4/getpagesize.m4: New file.
60175
60176         Module getusershell.
60177         * m4/getusershell.m4: New file.
60178
60179         Module physmem.
60180         * m4/physmem.m4: New file.
60181
60182         Module posixver.
60183         * m4/posixver.m4: New file.
60184
60185         Module quotearg.
60186         * m4/quotearg.m4: New file.
60187
60188         Module quote.
60189         * m4/quote.m4: New file.
60190
60191         Module readutmp.
60192         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
60193
60194         Module sig2str.
60195         * m4/sig2str.m4: New file.
60196
60197         Other.
60198         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
60199         ulonglong.m4.
60200         * m4/intmax_t.m4: New file.
60201         * m4/d-type.m4: Indentation.
60202         * m4/jm-macros.m4: Update.
60203         * m4/prereq.m4 (jm_PREREQ): Update.
60204         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
60205         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
60206         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
60207         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
60208         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
60209         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
60210         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
60211         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
60212         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
60213         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
60214         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
60215         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
60216         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
60217         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
60218         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
60219         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
60220         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
60221         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
60222         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
60223
60224 2002-12-24  Bruno Haible  <bruno@clisp.org>
60225
60226         * MODULES.txt: Update according to m4/ changes.
60227
60228         Module gettext.
60229         * config.rpath: New file, from gettext-0.11.5.
60230
60231         * modules/*: New module descriptions.
60232         * gnulib-tool: New file.
60233         * MODULES.html.sh: New file.
60234
60235 2002-12-21  Karl Berry  <karl@gnu.org>
60236
60237         * doc/fdl.texi: update to version 1.2.
60238
60239 2002-12-19  Karl Berry  <karl@gnu.org>
60240
60241         * config/config.guess: update from prep.
60242
60243 2002-12-18  Bruno Haible  <bruno@clisp.org>
60244
60245         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
60246         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
60247
60248 2002-12-17  Bruno Haible  <bruno@clisp.org>
60249
60250         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
60251         stdlib.h, string.h.
60252
60253 2002-12-17  Bruno Haible  <bruno@clisp.org>
60254
60255         * lib/canon-host.c (strdup): Remove unused declaration.
60256
60257         * lib/fsusage.c: Include full_read.h.
60258         (get_fs_usage): Use full_read instead of safe_read.
60259
60260         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
60261
60262 2002-12-12  Karl Berry  <karl@gnu.org>
60263
60264         * config/config.guess: update from prep.
60265
60266 2002-12-11  Bruno Haible  <bruno@clisp.org>
60267
60268         * m4/setenv.m4: New file, from gettext-0.11.5.
60269
60270 2002-12-11  Bruno Haible  <bruno@clisp.org>
60271
60272         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
60273         not unsetenv().
60274         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
60275         modifications:
60276
60277         2002-12-11  Bruno Haible  <bruno@clisp.org>
60278
60279                 * setenv.c (alloca): Fall back to malloc.
60280                 (freea): New macro.
60281                 (setenv): Use freea() to free memory allocated with alloca().
60282
60283         2002-11-13  Bruno Haible  <bruno@clisp.org>
60284
60285                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
60286                 function declarations.
60287                 * unsetenv.c (unsetenv): Likewise.
60288
60289         2002-03-04  Bruno Haible  <bruno@clisp.org>
60290
60291                 Portability to AIX 4.3.3.
60292                 * unsetenv.c: New file, extracted from setenv.c.
60293                 * setenv.c: Move the unsetenv() function to unsetenv.c.
60294
60295         2001-12-20  Bruno Haible  <bruno@clisp.org>
60296
60297                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
60298                 use malloc instead. For SunOS 4.
60299
60300         2001-12-11  Bruno Haible  <bruno@clisp.org>
60301
60302                 * setenv.c: Declare alloca.
60303                 (compar_fn_t): New typedef.
60304                 (KNOWN_VALUE, STORE_VALUE): Use it.
60305
60306         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
60307         setenv.h.
60308
60309 2002-12-10  Paul Eggert  <eggert@twinsun.com>
60310
60311         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
60312         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
60313         Choose values that are less likely to collide with system fnmatch
60314         options.
60315         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
60316         defined (e.g., a pure POSIX system).
60317         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
60318         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
60319
60320 2002-12-06  Paul Eggert  <eggert@twinsun.com>
60321
60322         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
60323         a pain in practice to deal with generated m4 files.  This change
60324         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
60325
60326         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
60327         and jm-glibc-io.m4, as they are no longer a special case.
60328         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
60329         kludge and the auto-generation stuff.  Check only whether the
60330         functions are declared, not whether they exist, since older hosts
60331         that don't declare the functions can't use the optimization anyway.
60332
60333 2002-12-06  Jim Meyering  <jim@meyering.net>
60334
60335         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
60336
60337         Merge in changes from libc's misc/error.c, in preparation
60338         for the merge of gnulib's changes back into libc.
60339
60340         * lib/error.c (_): Define only if not already defined.
60341         Move definition to follow all #include directives.
60342         Include unlocked-io.h only if !_LIBC.
60343         [_LIBC]: Include <libio/libioP.h>.
60344         [USE_IN_LIBIO]: Include <libio/iolibio.h>
60345         (fflush): Tweak definition to use INTUSE.
60346         (putc): Define.
60347
60348 2002-12-05  Paul Eggert  <eggert@twinsun.com>
60349
60350         * lib/alloca.c [defined emacs]: Include "lisp.h".
60351         (xalloc_die) [defined emacs]: New macro.
60352         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
60353         [! defined emacs]: Include <xalloc.h>.
60354         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
60355         (pointer): Typedef to POINTER_TYPE *.
60356         (malloc): Remove decl; we now always use xmalloc.
60357         (alloca): Use old-style definition, since Emacs needs this.
60358         Check for arithmetic overflow when computing combined size.
60359
60360 2002-12-04  Paul Eggert  <eggert@twinsun.com>
60361
60362         Do not generate unlocked-io.h automatically, since it's easier to
60363         maintain it by hand.
60364
60365         * lib/unlocked-io.h: New file, from GNU diffutils,
60366         but with proper copyright notice and attribution.
60367         * lib/gen-uio: Remove.
60368         * lib/Makefile.am: Add copyright notice.
60369         (libfetish_a_SOURCES): Add unlocked-io.h.
60370         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
60371         (DISTCLEANFILES, io_functions): Remove macros.
60372         (EXTRA_DIST): Remove gen_uio.
60373         (unlocked-io.h): Remove rule.
60374
60375 2002-12-04  Jim Meyering  <jim@meyering.net>
60376
60377         Reflect the fact that stat.c and lstat.c are no longer generated.
60378         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
60379         (DISTCLEANFILES): Likewise.
60380         (EXTRA_DIST): Likewise.
60381         (all_local): Don't depend on stat.c or lstat.c.
60382         (stat.c, lstat.c): Remove rules.
60383         (EXTRA_DIST): Remove xstat.in.
60384
60385         * lib/xstat.in: Remove file.  Contents moved into stat.c.
60386         * lib/stat.c: New file.  Contents mostly from xstat.in.
60387         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
60388         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
60389
60390         * lib/safe-read.c: Rework so that it may serve to define safe_write,
60391         too.
60392         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
60393
60394 2002-12-03  Jim Meyering  <jim@meyering.net>
60395
60396         * lib/safe-read.c, safe-write.c: Change variable names and comments,
60397         but not semantics, to minimize the differences between these two files.
60398         (safe_read): Change comment to mention SAFE_READ_ERROR.
60399
60400         * lib/safe-read.c (IS_EINTR): Define.
60401         (safe_read): Use IS_EINTR in place of in-function cpp directives.
60402
60403 2002-12-02  Jim Meyering  <jim@meyering.net>
60404
60405         * lib/safe-read.c (EINTR): Define.
60406         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
60407         (INT_MAX): Provide fallback.
60408         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
60409
60410         * lib/safe-read.h (SAFE_READ_ERROR): Define.
60411
60412 2002-12-02  Bruno Haible  <bruno@clisp.org>
60413
60414         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
60415         Define, taken from safe-read.c.
60416         (INT_MAX): Provide fallback.
60417         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
60418         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
60419
60420         * lib/safe-read.c (EINTR): Remove definition.
60421         (safe_read): Don't use EINTR if it is absent.
60422
60423 2002-12-01  Jim Meyering  <jim@meyering.net>
60424
60425         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
60426         zero.
60427         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
60428
60429 2002-11-27  Paul Eggert  <eggert@twinsun.com>
60430
60431         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
60432         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
60433         with `if (! (value < limit)) abort ();', for readability.
60434
60435 2002-11-26  Karl Berry  <karl@gnu.org>
60436
60437         * lib/strdup.c: copy from libc again, with jim's ok.
60438         * lib/.cppi-disable: re-add strdup.c
60439
60440 2002-11-25  Karl Berry  <karl@gnu.org>
60441
60442         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
60443         instead of "strtol.c".
60444
60445 2002-11-25  Karl Berry  <karl@gnu.org>
60446
60447         * config/install-sh: update from automake for variable quoting, $0 in
60448         error msgs, etc.
60449
60450         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
60451         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
60452         entry.
60453
60454 2002-11-25  Jim Meyering  <jim@meyering.net>
60455
60456         * lib/mktime.c: Sync from libc, now that it has the latest fix.
60457
60458 2002-11-24  Karl Berry  <karl@gnu.org>
60459
60460         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
60461         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
60462
60463 2002-11-24  Jim Meyering  <jim@meyering.net>
60464
60465         Update from coreutils:
60466
60467         * lib/mktime.c: Merge in changes from libc.
60468
60469         Avoid a link-time failure on some Linux systems.
60470         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
60471         (otherwise).
60472         (__mon_yday): Declare with the STATIC attribute.
60473         (__mktime_internal): Likewise.
60474         Based on a report from Greg Schafer.
60475
60476 2002-11-23  Jim Meyering  <jim@meyering.net>
60477
60478         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
60479         Use `unsigned', not `int', as type of index.
60480
60481         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
60482
60483         * lib/fsusage.c: Remove unneeded parentheses around operands of
60484         `defined'.
60485
60486 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60487
60488         * lib/quotearg.h: Allow multiple inclusion by surrounding with
60489         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
60490         so that we can be included first.
60491         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
60492         * lib/quotearg.c: Include quotearg.h immediately after config.h.
60493         No need to include stddef.h or sys/types.h any more.
60494         Surround local include files with "", not "<>".
60495         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
60496         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
60497         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
60498         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
60499         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
60500         (ISPRINT): Remove; no longer needed now that we assume C89.
60501
60502         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
60503         Preserve errno.
60504
60505         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
60506         quotearg_char): Use SIZE_MAX rather than
60507         (size_t) -1 when we are talking about "infinity".
60508
60509         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
60510
60511 2002-11-22  Paul Eggert  <eggert@twinsun.com>
60512
60513         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
60514         hint that one should use `if (! x) abort ();' rather than `assert
60515         (x);', and anyway it's one less thing to worry about configuring.
60516         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
60517         hash_rehash, hash_insert): Use abort rather than assert.
60518
60519 2002-11-22  Bruno Haible  <bruno@clisp.org>
60520
60521         * lib/safe-read.h: Assume C89. Add comments.
60522         (safe_read): Change return type to size_t.
60523         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
60524         byte counts > SSIZE_MAX correctly.
60525         * lib/safe-write.h: New file.
60526         * lib/safe-write.c: New file.
60527         * lib/full-read.h: New file.
60528         * lib/full-read.c: New file.
60529         * lib/full-write.h: Assume C89. Add comments.
60530         * lib/full-write.c: Include safe-write.h.
60531         (full_write): Rewritten to use safe_write.
60532         Suggested by Jim Meyering and Paul Eggert.
60533
60534 2002-11-21  Jim Meyering  <jim@meyering.net>
60535
60536         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
60537
60538         Merge in changes from the coreutils.
60539
60540         2002-09-25  Paul Eggert  <eggert@twinsun.com>
60541         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
60542         <stdint.h>.
60543         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
60544         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
60545         int.  Work more efficiently if X is the same width as uintmax_t.
60546         Do not compare X to -1, to avoid bogus compiler warning.
60547         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
60548         Don't assume that f_frsize and f_bsize are the same type.
60549
60550         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
60551         warning on FreeBSD.
60552
60553         * lib/makepath.c (make_path): Restore umask *before* creating the final
60554         component.
60555         (make_path): Minor reformatting.
60556
60557         * lib/xmalloc.c: Adjust to work with new autoconf macros,
60558         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
60559         HAVE_MALLOC/HAVE_REALLOC.
60560
60561         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
60562         dummy ones.  At least on GNU/Linux systems, `auto' means something
60563         else.
60564         From Michael Stone.
60565
60566 2002-11-21  Bruno Haible  <bruno@clisp.org>
60567
60568         Remove case insensitive option matching.
60569         * lib/argmatch.h (argcasematch): Remove declaration.
60570         (ARGCASEMATCH): Remove macro.
60571         (__xargmatch_internal): Remove case_sensitive argument.
60572         (XARGMATCH): Update.
60573         (XARGCASEMATCH): Remove macro.
60574         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
60575         case_sensitive argument.
60576         (argcasematch): Remove function.
60577         (__xargmatch_internal): Remove case_sensitive argument.
60578         (main): Use XARGMATCH instead of XARGCASEMATCH.
60579
60580         * lib/xmalloc.c: Change compile-time error message. Add comment about
60581         required autoconf version.
60582
60583 2002-11-20  Paul Eggert  <eggert@twinsun.com>
60584
60585         Merge argmatch cleanups from Bison.  Assume C89.
60586
60587         * lib/argmatch.c: Include config.h here, not in argmatch.h.
60588         Include stdlib.h, for EXIT_FAILURE.
60589         Always include <string.h>, since we assume C89.
60590         (EXIT_FAILURE): Remove pre-C89 bug workaround.
60591         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
60592         Include <stddef.h> instead, since it's all we need for size_t.
60593         (PARAMS): Remove.  All uses removed.
60594         (ARRAY_CARDINALITY): Do not bother to #undef.
60595         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
60596         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60597         Remove unnecessary parentheses.
60598         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
60599         Insert necessary parentheses.
60600         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
60601         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
60602
60603 2002-11-19  Bruno Haible  <bruno@clisp.org>
60604
60605         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
60606         * lib/mbswidth.h: Include <stddef.h>, for size_t.
60607
60608         * lib/mbswidth.h (PARAMS): Remove macro.
60609         (mbswidth, mbsnwidth): Use ANSI C function declarations.
60610         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
60611
60612         * lib/gcd.h (PARAMS): Remove macro.
60613         (gcd): Use ANSI C function declarations.
60614         * lib/gcd.c (gcd): Likewise.
60615
60616 2002-11-15  Bruno Haible  <bruno@clisp.org>
60617
60618         * lib/strcspn.c: Include <stddef.h>.
60619         (strcspn): Use ANSI C function declaration. Change return type to
60620         size_t. Use NULL.
60621         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
60622         (strpbrk): Use NULL.
60623         * lib/strpbrk.h (PARAMS): Remove macro.
60624         (strpbrk): Use ANSI C function declaration.
60625         * lib/strstr.c: Don't include <sys/types.h>.
60626         * lib/strstr.h (PARAMS): Remove macro.
60627         (strstr): Use ANSI C function declarations.
60628
60629 2002-11-14  Karl Berry  <karl@gnu.org>
60630
60631         * config/mkinstalldirs: `do' on separate line, instead of
60632         `for var; do'.
60633
60634 2002-11-06  Bruno Haible  <bruno@clisp.org>
60635
60636         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
60637         * lib/gcd.c (gcd): Likewise.
60638
60639 2002-11-05  Bruno Haible  <bruno@clisp.org>
60640
60641         * lib/gcd.h: New file, from gettext-0.11.5.
60642         * lib/gcd.c: New file, from gettext-0.11.5.
60643
60644 2002-11-05  Bruno Haible  <bruno@clisp.org>
60645
60646         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60647         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60648         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60649         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
60650
60651         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
60652         <libintl.h>.
60653         * lib/makepath.c: Include gettext.h instead of <locale.h> and
60654         <libintl.h>.
60655
60656         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
60657         * lib/human.c: Include gettext.h instead of <libintl.h>.
60658         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
60659         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
60660         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
60661         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
60662         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
60663         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
60664         (textdomain): Remove definition.
60665         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
60666
60667         * lib/long-options.c: Remove include of <libintl.h> and definition of
60668         _.
60669         * lib/same.c: Remove include of <libintl.h> and definition of _.
60670
60671 2002-11-04  Owen Taylor  <otaylor@redhat.com>
60672
60673         * lib/config.charset: A few additions for Solaris.
60674
60675 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60676
60677         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
60678         * lib/localcharset.c (locale_charset): Declare as extern "C".
60679
60680 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
60681
60682         * lib/config.charset: msdos in uk_UA uses CP1125.
60683
60684 2002-11-04  Bruno Haible  <bruno@clisp.org>
60685
60686         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
60687         * lib/strcase.h: New file, from GNU gettext-0.11.5.
60688         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
60689         * lib/strstr.h: New file, from GNU gettext-0.11.5.
60690         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
60691
60692 2002-11-04  Bruno Haible  <bruno@clisp.org>
60693
60694         * lib/localcharset.c (locale_charset): Don't return an empty string.
60695
60696 2002-11-04  Bruno Haible  <bruno@clisp.org>
60697
60698         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
60699         aliases.
60700
60701 2002-11-04  Bruno Haible  <bruno@clisp.org>
60702
60703         * lib/config.charset: Update for newest glibc. Add canonical names
60704         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
60705
60706 2002-11-04  Bruno Haible  <bruno@clisp.org>
60707
60708         * lib/config.charset: Add support for NetBSD.
60709
60710 2002-11-04  Bruno Haible  <bruno@clisp.org>
60711
60712         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
60713
60714 2002-11-01  Bruno Haible  <bruno@clisp.org>
60715
60716         * configure.in: Add AC_CONFIG_AUX_DIR call.
60717         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
60718         test/Makefile.
60719         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
60720
60721 2002-09-28  Karl Berry  <karl@gnu.org>
60722
60723         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
60724         installed automake until the next release, since changes have been
60725         made.
60726
60727 2002-09-25  Karl Berry  <karl@gnu.org>
60728
60729         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
60730         * lib/getopt*: copy from libc/posix.
60731         * lib/gettext.h: copy from gettext.
60732         * lib/.cppi-disable: add strdup.c, gettext.h.
60733
60734 2002-09-25  Karl Berry  <karl@gnu.org>
60735
60736         * config/srclist.txt: enable gettext.h check.
60737         * config/config.{guess,sub}: update from prep.
60738         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
60739                 from automake 1.6.3.
60740         See srclist*.
60741
60742 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
60743
60744         * regex.c (PATFETCH): Remove the translating fetch.
60745         (PATFETCH_RAW): Rename to PATFETCH.
60746         (set_image_of_range): New fun.
60747         (SET_RANGE_TABLE_WORK_AREA): Use it.
60748         (regex_compile): Don't translate the pattern chars so eagerly.
60749         Only do it when inserting an `exactn' bytecode or when handling
60750         a char-range.
60751         (mutually_exclusive_p): Avoid empty statement.
60752
60753 2002-07-06  Jim Meyering  <meyering@lucent.com>
60754
60755         * m4/README: Don't mention Makefile.am.in.
60756         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
60757
60758 2002-07-01  Jim Meyering  <meyering@lucent.com>
60759
60760         * lib/c-stack.c: Include sys/time.h.
60761         From Volker Borchert.
60762
60763 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60764
60765         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
60766
60767 2002-06-26  Paul Eggert  <eggert@twinsun.com>
60768
60769         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
60770         New macro.  Use it uniformly instead of
60771         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
60772         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
60773         reported by Vin Shelton.
60774
60775 2002-06-22  Paul Eggert  <eggert@twinsun.com>
60776
60777         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
60778         Do not assume SA_SIGINFO behavior.
60779         Bug reported by Jim Meyering on NetBSD 1.5.2.
60780
60781 2002-06-22  Jim Meyering  <meyering@lucent.com>
60782
60783         * m4/c-stack.m4: New file, from diffutils-2.8.2.
60784         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
60785
60786         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
60787         now that configure.ac uses AC_GNU_SOURCE.
60788         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
60789         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
60790
60791         Update to latest tools.  Suggestions from Paul Eggert.
60792         * m4/stdbool.m4: New file, from diffutils-2.8.2.
60793         * m4/gnu-source.m4: Update from diffutils-2.8.2.
60794         * m4/fnmatch.m4: Likewise.
60795         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
60796         to AC_HEADER_STDBOOL
60797
60798 2002-06-22  Jim Meyering  <meyering@lucent.com>
60799
60800         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
60801         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
60802
60803 2002-06-22  Jim Meyering  <meyering@lucent.com>
60804
60805         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
60806
60807         * lib/exitfail.c, exitfail.h: Likewise.
60808         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
60809
60810         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
60811         of fnmatch.h.
60812         (EXTRA_DIST): Add fnmatch_loop.c.
60813         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
60814
60815         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
60816         * lib/fnmatch.c: Update from diffutils-2.8.2.
60817         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
60818         * lib/fnmatch.h: Remove file.
60819
60820 2002-06-21  Jim Meyering  <meyering@lucent.com>
60821
60822         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
60823         * m4/mbrtowc.m4: Likewise.
60824
60825         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
60826         * m4/mbswidth.m4: Reflect name change:
60827         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
60828         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
60829
60830         * m4/lib-link.m4: Update from gettext-0.11.2.
60831         * m4/gettext.m4: Likewise.
60832
60833         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
60834         From Alfred M. Szmidt.
60835
60836 2002-06-18  Paul Eggert  <eggert@twinsun.com>
60837
60838         * lib/file-type.h: Report an error if neither S_ISREG nor
60839         S_IFREG is defined, instead of using a test specific to glibc
60840         2.2.  This should be safe, since POSIX requires S_ISREG and
60841         Unix Version 7 had S_IFREG.  We don't need to check for
60842         <sys/types.h> since we don't use any symbols that it defines.
60843
60844 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
60845
60846         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
60847         $@-t, so that each temporary file name is unique and valid in the first
60848         8 characters, for operation under DOS.
60849
60850 2002-06-15  Paul Eggert  <eggert@twinsun.com>
60851
60852         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
60853
60854 2002-06-15  Jim Meyering  <meyering@lucent.com>
60855
60856         Work even with DJGPP 2.03, which lacks support for symlinks.
60857         From Richard Dawe.
60858         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
60859         is defined.
60860         * lib/lchown.c (S_ISLNK): Likewise.
60861
60862 2002-06-15  Jim Meyering  <meyering@lucent.com>
60863
60864         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
60865         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
60866         have been included before this file.
60867
60868 2002-06-14  Jim Meyering  <meyering@lucent.com>
60869
60870         * lib/file-type.h: Use the version from diffutils-2.8.2.
60871         * lib/file-type.c: Likewise.
60872
60873 2002-06-07  Jim Meyering  <meyering@lucent.com>
60874
60875         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
60876         They're needed at least for NetBSD 1.5.2.
60877         ($statxfs_includes): Include those same headers.
60878         ($statxfs_includes): Include sys/vfs.h if available.
60879         ($statxfs_includes): Likewise for sys/statvfs.h.
60880         Check for the following members in both structs statfs and statvfs:
60881         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
60882
60883 2002-06-01  Jim Meyering  <meyering@lucent.com>
60884
60885         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
60886         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
60887
60888 2002-05-28  Jim Meyering  <meyering@lucent.com>
60889
60890         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
60891         Reported by Volker Borchert.
60892
60893 2002-05-27  Jim Meyering  <meyering@lucent.com>
60894
60895         Fix a problem seen only on nonconforming systems whereby ls.c's
60896         use of localtime, and then of gettimeofday would cause trouble:
60897         the localtime call used to initialize rpl_gettimeofday's save
60898         mechanism would clobber ls's current local time information so
60899         that in any long listing the first file would always be listed
60900         with date 1970-01-01.  Analysis by Volker Borchert.
60901
60902         * lib/gettimeofday.c (localtime): Undefine.
60903         (rpl_localtime): New function.
60904
60905 2002-05-27  Jim Meyering  <meyering@lucent.com>
60906
60907         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
60908         localtime.
60909
60910         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
60911         use the replacement function; it wouldn't resolve at link time.
60912         Reported by Volker Borchert.
60913
60914 2002-05-22  Jim Meyering  <meyering@lucent.com>
60915
60916         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
60917         file-type.h.
60918         * lib/file-type.h: New file.
60919         * lib/file-type.c (file_type): New file/function.  Extracted from
60920         diffutils.
60921
60922 2002-04-30  Jim Meyering  <meyering@lucent.com>
60923
60924         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
60925
60926 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60927
60928         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
60929
60930 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60931
60932         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
60933         Do not check for alloca.h (no longer used) or stdbool.h (was never
60934         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
60935
60936 2002-04-29  Paul Eggert  <eggert@twinsun.com>
60937
60938         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
60939
60940 2002-04-29  Jim Meyering  <meyering@lucent.com>
60941
60942         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
60943         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
60944         Use AC_FUNC_STRNLEN here instead.
60945
60946         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
60947         With autoconf-2.53a, it's part of AC_PROG_CC.
60948
60949 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60950
60951         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
60952         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
60953
60954 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60955
60956         * lib/sig2str.h, lib/sig2str.c: New files.
60957         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
60958
60959 2002-04-28  Paul Eggert  <eggert@twinsun.com>
60960
60961         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
60962         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
60963         of 127, since 64 is the largest conceivable number for ancient
60964         nonstandard hosts.
60965         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
60966
60967 2002-04-28  Jim Meyering  <meyering@lucent.com>
60968
60969         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
60970
60971 2002-04-24  Jim Meyering  <meyering@lucent.com>
60972
60973         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
60974         (jm_PREREQ): Use it.
60975
60976         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
60977         mach/mach.h fcntl.h.
60978         Check for this function: setlocale.
60979
60980 2002-04-24  Jim Meyering  <meyering@lucent.com>
60981
60982         * lib/gettext.h: New file, from Gettext.
60983         * lib/Makefile.am (INCLUDES): Remove -I../intl.
60984         (libfetish_a_SOURCES): Add gettext.h.
60985
60986 2002-04-16  Jim Meyering  <meyering@lucent.com>
60987
60988         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
60989         ut_pid, ut_id, ut_exit.
60990
60991 2002-04-16  Jim Meyering  <meyering@lucent.com>
60992
60993         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
60994         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
60995         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
60996
60997 2002-04-12  Jim Meyering  <meyering@lucent.com>
60998
60999         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
61000         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
61001         existence of the getmntinfo function.  Needed for Darwin 5.3.
61002
61003         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
61004         This is necessary at least on Darwin 5.3.
61005
61006         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
61007         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
61008         strnlen.o in the library, and that makes some versions of ranlib
61009         object.
61010
61011 2002-04-12  Jim Meyering  <meyering@lucent.com>
61012
61013         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
61014
61015 2002-04-09  Jim Meyering  <meyering@lucent.com>
61016
61017         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
61018         to be more precise.  Rather than saying we're checking whether the
61019         function `works', say what we're testing.
61020         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
61021         Reported by Bruno Haible.
61022
61023 2002-03-10  Jim Meyering  <meyering@lucent.com>
61024
61025         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
61026         Suggestion from Santiago Vila.
61027
61028 2002-03-08  Jim Meyering  <meyering@lucent.com>
61029
61030         * lib/rename.c: Mention that this wrapper is needed also on
61031         mips-dec-ultrix4.4 systems.
61032
61033 2002-03-02  Jim Meyering  <meyering@lucent.com>
61034
61035         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
61036         not HAVE_CLOCK_SETTIME.
61037
61038 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61039
61040         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
61041         Check for clock_settime.
61042
61043 2002-02-27  Paul Eggert  <eggert@twinsun.com>
61044
61045         * lib/nanosleep.h: Rename to....
61046         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
61047
61048         * lib/gettime.c: New file.
61049         * lib/settime.c: New file.
61050         * lib/stime.c: Remove.
61051
61052         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
61053         timespec.h.  Remove nanosleep.h.
61054
61055 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61056
61057         * m4/acl.m4: New file.
61058         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
61059         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
61060
61061 2002-02-25  Paul Eggert  <eggert@twinsun.com>
61062
61063         * lib/acl.c, lib/acl.h: New files.
61064         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
61065
61066 2002-02-24  Jim Meyering  <meyering@lucent.com>
61067
61068         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
61069         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
61070         cause trouble.  Reported by Nelson Beebe.
61071
61072 2002-02-23  Paul Eggert  <eggert@twinsun.com>
61073
61074         * lib/path-concat.c (xpath_concat): Reorder code to pacify
61075         compilers that don't know that xalloc_die never returns.
61076
61077 2002-02-20  Jim Meyering  <meyering@lucent.com>
61078
61079         * lib/getdate.c: Regenerate using bison-1.33.
61080
61081 2002-02-17  Jim Meyering  <meyering@lucent.com>
61082
61083         * config/config.guess (main): Don't use `head -1'; it's no longer
61084         portable. Use `sed 1q' instead.
61085
61086 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
61087
61088         * m4/codeset.m4: Upgrade to gettext-0.11.
61089         * m4/gettext.m4: Upgrade to gettext-0.11.
61090         * m4/glibc21.m4: Upgrade to gettext-0.11.
61091         * m4/iconv.m4: Upgrade to gettext-0.11.
61092         * m4/isc-posix.m4: Upgrade to gettext-0.11.
61093         * m4/lcmessage.m4: Upgrade to gettext-0.11.
61094         * m4/lib-ld.m4: New file, from gettext-0.11.
61095         * m4/lib-link.m4: New file, from gettext-0.11.
61096         * m4/lib-prefix.m4: New file, from gettext-0.11.
61097         * m4/progtest.m4: Upgrade to gettext-0.11.
61098
61099 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61100
61101         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
61102         (jm_PREREQ): Use it.
61103
61104 2002-02-15  Paul Eggert  <eggert@twinsun.com>
61105
61106         * lib/posixver.c, lib/posixver.h: New files.
61107         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61108
61109 2002-02-02  Paul Eggert  <eggert@twinsun.com>
61110             Bruno Haible  <bruno@clisp.org>
61111
61112         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
61113         (fwrite_success_callback): New declaration.
61114         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
61115         print_unicode_char. Call failure callback instead of error.
61116         (fwrite_success_callback): New function.
61117         (exit_failure_callback): New function.
61118         (fallback_failure_callback): New function.
61119         (print_unicode_char): Call unicode_to_mb.
61120
61121 2002-01-26  Jim Meyering  <meyering@lucent.com>
61122
61123         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
61124         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
61125
61126 2002-01-26  Jim Meyering  <meyering@lucent.com>
61127
61128         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
61129
61130 2002-01-22  Paul Eggert  <eggert@twinsun.com>
61131
61132         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
61133
61134 2002-01-22  Jim Meyering  <meyering@lucent.com>
61135
61136         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
61137         Otherwise, some versions of automake would omit the rule that makes
61138         Makefile from Makefile.in.
61139
61140 2002-01-21  Paul Eggert  <eggert@twinsun.com>
61141
61142         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
61143         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
61144         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
61145         (memcoll): Set errno to zero if there is no error.
61146
61147         * lib/quotearg.c (quotearg_buffer_restyled):
61148         Fix bug with quoting buffers containing NUL when backslashing escapes.
61149         This bug was exposed by the other changes in this patch.
61150         (quotearg_n_options): New arg ARGSIZE.
61151         All callers changed.
61152         (quoting_options_from_style): New function.
61153         (quotearg_n_style): Use it.
61154         (quotearg_n_style_mem): New function.
61155
61156         * lib/quotearg.h (quotearg_n_style_mem): New function.
61157
61158 2002-01-19  Jim Meyering  <meyering@lucent.com>
61159
61160         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
61161         Remove useless quotes: DF_PROG="df".
61162         * m4/strnlen.m4: New file.
61163
61164 2002-01-16  Paul Eggert  <eggert@twinsun.com>
61165
61166         * lib/backupfile.c (ISDIGIT): Comment fix.
61167         * lib/getdate.y (ISDIGIT): Likewise.
61168         * lib/posixtm.c (ISDIGIT, year): Likewise.
61169         * lib/strverscmp.c (ISDIGIT): Likewise.
61170         * lib/userspec.c (ISDIGIT): Likewise.
61171
61172 2002-01-16  Jim Meyering  <meyering@lucent.com>
61173
61174         * lib/getdate.y: Add three semicolons, each just before a closing
61175         brace. Bison (as of version 1.31) no longer papers over that mistake.
61176
61177 2002-01-05  Jim Meyering  <meyering@lucent.com>
61178
61179         * lib/version-etc.c (version_etc_copyright): Update copyright year.
61180
61181 2001-12-19  Paul Eggert  <eggert@twinsun.com>
61182
61183         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
61184         not silently exit merely because the output buffer happens to
61185         have nothing pending.
61186
61187 2001-12-18  Paul Eggert  <eggert@twinsun.com>
61188
61189         See the big note in ../ChangeLog.
61190         * lib/human.c (suffixes): Prefer K to k for 1024.
61191         (generate_suffix_backwards): New function.
61192         (human_readable_inexact): Use it.
61193         * lib/xstrtol.c (__xstrtol): If there is no number but there
61194         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
61195         Accept 'K' as well as 'k'.
61196
61197 2001-12-15  Jim Meyering  <meyering@lucent.com>
61198
61199         * lib/regex.h (__restrict_arr): Update from libc.
61200
61201         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
61202         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
61203         (STREQ): Define.
61204
61205 2001-12-14  Jim Meyering  <meyering@lucent.com>
61206
61207         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
61208         Suggestion from Bruno Haible.
61209
61210 2001-12-10  Jim Meyering  <meyering@lucent.com>
61211
61212         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
61213         xrealloc, Instead, include "xalloc.h".
61214         (initbuffer): Don't cast xmalloc return value to char*.
61215         (readline): Reword comment.
61216         Don't cast xrealloc return value to char*
61217         Return NULL, not 0.
61218
61219 2001-12-09  Jim Meyering  <meyering@lucent.com>
61220
61221         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
61222         about `signed and unsigned type in conditional expression'.
61223         * lib/posixtm.c (posix_time_parse): Likewise.
61224
61225         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
61226
61227         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
61228         to avoid a pedantic warning.
61229
61230         * lib/getstr.c: Don't include assert.h.
61231         (getstr): Remove warning-evoking assertions.
61232         Return -1 if offset parameter is out of bounds.
61233         Change the type of a local from int to size_t.
61234
61235         * lib/strftime.c (my_strftime_localtime_r): Include this function
61236         definition in the `#if ! HAVE_TM_GMTOFF' block.
61237
61238         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
61239         Include xalloc.h instead.
61240
61241 2001-12-02  Jim Meyering  <meyering@lucent.com>
61242
61243         * lib/tempname.c: Don't declare getenv, thus reverting the change of
61244         2001-11-18.  It's no longer necessary, now that stdlib.h is always
61245         included.
61246
61247         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
61248         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
61249
61250 2001-11-30  Akim Demaille  <akim@epita.fr>
61251
61252         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
61253         before being defined.
61254
61255 2001-11-27  Paul Eggert  <eggert@twinsun.com>
61256
61257         * lib/quotearg.h (quotearg_n, quotearg_n_style):
61258         First arg is int, not unsigned.
61259         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
61260         (SIZE_MAX, UINT_MAX): New macros.
61261         (quotearg_n_options): Abort if N is negative.
61262         Avoid overflow check on hosts where size_t is 64 bits and int
61263         is 32 bits, as overflow is impossible there.
61264         Fix off-by-one typo that caused unnecessary reallocation.
61265
61266 2001-11-27  Jim Meyering  <meyering@lucent.com>
61267
61268         * lib/tempname.c: Merge with version from libc.
61269         * lib/regex.c: Likewise.
61270
61271         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
61272         systems for which STDC_HEADERS is 0, it was not included, resulting in
61273         a warning about an integer-to-pointer conversion problem with getenv.
61274         Reported by Volker Borchert.
61275
61276 2001-11-26  Jim Meyering  <meyering@lucent.com>
61277
61278         * lib/gtod.h: Remove file.
61279         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
61280         * lib/gettimeofday.c: Don't include gtod.h.
61281         (GTOD_init): Remove function.
61282         (rpl_gettimeofday): Do its job here instead, rather than aborting.
61283         Suggestion from Volker Borchert.
61284
61285 2001-11-23  Jim Meyering  <meyering@lucent.com>
61286
61287         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
61288         it.
61289         * lib/hash.c (struct hash_table): Define it here instead.
61290
61291 2001-11-22  Jim Meyering  <meyering@lucent.com>
61292
61293         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
61294
61295 2001-11-20  Jim Meyering  <meyering@lucent.com>
61296
61297         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
61298         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
61299
61300 2001-11-19  Jim Meyering  <meyering@lucent.com>
61301
61302         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
61303         directory.  Use "conftestXXXXXX" as the template.
61304         Suggestion from Paul Eggert.
61305
61306         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
61307         immediately, so the test doesn't mistakenly hit the max-open-files
61308         limit.
61309
61310 2001-11-18  Paul Eggert  <eggert@twinsun.com>
61311
61312         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
61313         (TEMPORARIES): New macro.
61314         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
61315         removes an artificial limitation (e.g. HP-UX 10.20, where
61316         TMP_MAX is 17576).
61317
61318 2001-11-18  Jim Meyering  <meyering@lucent.com>
61319
61320         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
61321
61322 2001-11-18  Jim Meyering  <meyering@lucent.com>
61323
61324         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
61325         on SunOS 4.
61326
61327         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
61328         files will be created before anything else.
61329
61330 2001-11-17  Paul Eggert  <eggert@twinsun.com>
61331
61332         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
61333         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
61334
61335 2001-11-17  Jim Meyering  <meyering@lucent.com>
61336
61337         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
61338         Prompted by a report from Bob Proulx.
61339
61340         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
61341         Instead, require UTILS_FUNC_MKSTEMP.
61342
61343 2001-11-17  Jim Meyering  <meyering@lucent.com>
61344
61345         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
61346         Now, that's done as part of AC_FUNC_STRTOD.
61347
61348 2001-11-17  Jim Meyering  <meyering@lucent.com>
61349
61350         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
61351         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
61352         rather than group writable.  Patch by Juan F. Codagnone.
61353
61354         * lib/readtokens.c: Remove explicit declarations of xmalloc and
61355         xrealloc, Instead, include "xalloc.h".
61356
61357         * lib/mountlist.c: Include unlocked-io.h after all system headers.
61358         Remove explicit declarations of xmalloc, xrealloc,
61359         and xstrdup.  Instead, include "xalloc.h".
61360
61361         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
61362         unlocked-io.h.
61363         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
61364         Likewise.
61365         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
61366
61367         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
61368         Reported by Padraig Brady.
61369
61370         * lib/mkstemp.c: #undef mkstemp.
61371         Include config.h.
61372         (rpl_mkstemp): Rename from mkstemp.
61373         Protoize.
61374
61375 2001-11-16  Jim Meyering  <meyering@lucent.com>
61376
61377         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
61378         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
61379         determine the amount of total physical memory, use pstat_getstatic.
61380         HPUX-11 doesn't define _SC_PHYS_PAGES.
61381         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
61382         If sysconf couldn't be used to determine the amount of available
61383         physical memory, use both pstat_getstatic and pstat_getdynamic.
61384         Based on a patch from Bob Proulx.
61385
61386 2001-11-10  Jim Meyering  <meyering@lucent.com>
61387
61388         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
61389         (jm_PREREQ): Use it.
61390
61391 2001-11-09  Jim Meyering  <meyering@lucent.com>
61392
61393         * m4/jm-macros.m4: Require autoconf-2.52f.
61394         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
61395         Use these AC_-prefixed names, not the AM_-prefixed ones.
61396
61397         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
61398
61399 2001-11-05  Jim Meyering  <meyering@lucent.com>
61400
61401         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
61402
61403 2001-11-04  Jim Meyering  <meyering@lucent.com>
61404
61405         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
61406         $DEFS.
61407
61408 2001-11-03  Jim Meyering  <meyering@lucent.com>
61409
61410         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
61411         of AC_DEFUN.
61412
61413         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
61414         know the name of the variable in the macro definition.
61415
61416 2001-11-03  Jim Meyering  <meyering@lucent.com>
61417
61418         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
61419         in argmatch_to_argument call.
61420
61421         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
61422         argument.
61423
61424         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
61425         e.g., a fault due to an attempt to free a NULL pointer.
61426
61427 2001-11-01  Jim Meyering  <meyering@lucent.com>
61428
61429         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
61430         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
61431
61432 2001-11-01  Jim Meyering  <meyering@lucent.com>
61433
61434         * lib/dirfd.c, lib/dirfd.h: New files.
61435         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
61436
61437         * lib/hash.c (hash_print) [TESTING]: Clean up.
61438
61439 2001-10-22  Paul Eggert  <eggert@twinsun.com>
61440
61441         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
61442         to avoid a warning if -Wall.
61443
61444 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
61445
61446         * README: New file
61447         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
61448         (per RMS's instructions, this is now the canonical source)
61449         * lgpl/, gpl/: New directories.
61450
61451 2001-10-21  Paul Eggert  <eggert@twinsun.com>
61452
61453         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
61454
61455 2001-10-21  Jim Meyering  <meyering@lucent.com>
61456
61457         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
61458         this code would end up calling gettext even in packages built
61459         with --disable-nls.
61460         * lib/getopt.c (_): Likewise.
61461         * lib/regex.c (_): Likewise.
61462
61463 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61464
61465         * m4/error.m4 (jm_PREREQ_ERROR):
61466         Do not invoke AC_CHECK_FUNCS with strerror_r, as
61467         AC_FUNC_STRERROR_R does that.
61468         Check for strerror declaration.
61469
61470         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
61471         are supposed to have them these days.
61472         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
61473         Merge changes from latest Autoconf CVS.
61474         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
61475         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
61476         POSIX decided to standardize on the int flavor of strerror_r.
61477
61478 2001-10-20  Paul Eggert  <eggert@twinsun.com>
61479
61480         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
61481         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
61482         Use strerror_r that is only a macro, even if it is not a function.
61483         (strerror): Check for HAVE_DECL_STRERROR before declaring.
61484         (private_strerror): Use prototypes, not old-style function definition.
61485         (print_errno_message): New function.
61486         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
61487         char*-flavored one.
61488         (error_tail, error, error_at_line): Use it.
61489
61490 2001-10-11  Jim Meyering  <meyering@lucent.com>
61491
61492         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
61493         and quote_n (1, ... to avoid clobbering a buffer.
61494
61495 2001-10-05  Jim Meyering  <meyering@lucent.com>
61496
61497         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
61498         hash-pjw.h.
61499         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
61500         * lib/hash-pjw.h: New file.
61501
61502 2001-09-30  Jim Meyering  <meyering@lucent.com>
61503
61504         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
61505         `struct fsstat' has the `f_fstypename' member.
61506         Use that to define FS_TYPE, which is now used to make
61507         the getfsstat link test tighter.
61508
61509 2001-09-30  Jim Meyering  <meyering@lucent.com>
61510
61511         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
61512         Include <sys/ucred.h>, for Apple Darwin.
61513         Include sys/mount.h and sys/fs_types.h only if available.
61514         (FS_TYPE): Define.
61515         (read_filesystem_list): Use FS_TYPE.
61516
61517 2001-09-29  Paul Eggert  <eggert@twinsun.com>
61518
61519         * lib/exclude.c (excluded_filename): 0 -> false, since it's
61520         a boolean context.
61521
61522 2001-09-29  Jim Meyering  <meyering@lucent.com>
61523
61524         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61525         [one-argument getmntent function]): Include stdio.h before mntent.h.
61526         SunOS 4.1.x needs it for the declaration of `FILE'.
61527         Patch by Volker Borchert.
61528
61529         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
61530         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
61531         sys/fs_types.h, and make the link-test for getfsstat guard #include
61532         directives with appropriate #if HAVE_*_H tests so that we can
61533         detect getfsstat on Apple Darwin1.3.7 systems.
61534         Reported by Nelson Beebe.
61535         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
61536
61537 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61538
61539         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61540         #defines strtoimax.  Also treat the other strto* functions
61541         like strtoimax.
61542
61543         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61544         Check for strtoul and strtoumax,
61545         as those declarations are made even in the signed case.
61546         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
61547         Likewise, for strtol and strtoimax.
61548
61549 2001-09-28  Paul Eggert  <eggert@twinsun.com>
61550
61551         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
61552         #defines strtoimax.  Also treat the other strto* functions
61553         like strtoimax.
61554
61555         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
61556         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
61557         (strtoimax, strtoumax): Do not declare if already defined as a macro.
61558
61559 2001-09-26  Jim Meyering  <meyering@lucent.com>
61560
61561         Most macros in unlocked-io.h had the wrong number of arguments.
61562         * lib/gen-uio: New script.
61563         (USE_UNLOCKED_IO): Define to 1 if not already defined.
61564         * lib/unlocked-io.hin: Remove file.
61565         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
61566         rather than trying to embed it here.
61567         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
61568         Reported by Padraig Brady.
61569
61570 2001-09-25  Volker Borchert  <bt@teknon.de>
61571
61572         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
61573         `result'.
61574
61575 2001-09-24  Jim Meyering  <meyering@lucent.com>
61576
61577         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
61578
61579 2001-09-23  Jim Meyering  <meyering@lucent.com>
61580
61581         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
61582         instead of the mere test for existence of mntent.h.  The latter
61583         would get a false-positive on AIX 3.4 systems.
61584         In the outer getmntent if-block, don't die if neither of the getmntent
61585         tests succeeds.  Instead, just fall through and continue with the
61586         remaining tests.
61587
61588 2001-09-23  Jim Meyering  <meyering@lucent.com>
61589
61590         * lib/mountlist.c: Remove useless parentheses in #if directives.
61591         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
61592         the deprecated MOUNTED symbol is no longer defined in mntent.h.
61593
61594 2001-09-22  Jim Meyering  <meyering@lucent.com>
61595
61596         * m4/gettext.m4: New file.  From gettext.
61597         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
61598         * m4/progtest.m4: Likewise
61599         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
61600         * m4/glibc21.m4: Likewise.
61601
61602         * m4/libintl.m4: Remove.  No longer used.
61603
61604 2001-09-22  Jim Meyering  <meyering@lucent.com>
61605
61606         * lib/localcharset.c: Update from latest gettext.
61607         * lib/config.charset: Likewise.
61608
61609 2001-09-20  Jim Meyering  <meyering@lucent.com>
61610
61611         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
61612         strtoimax.
61613         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
61614         strtoumax.
61615
61616 2001-09-20  Jim Meyering  <meyering@lucent.com>
61617
61618         * lib/xstrtol.c (strtoimax): Guard declaration with
61619         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
61620         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
61621         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
61622         (strtoumax): Likewise, for completeness (it wasn't necessary).
61623
61624 2001-09-17  Paul Eggert  <eggert@twinsun.com>
61625
61626         * lib/strtoimax.c (HAVE_LONG_LONG):
61627         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
61628         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
61629         to work around bug in IBM C compiler.
61630
61631 2001-09-17  Jim Meyering  <meyering@lucent.com>
61632
61633         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
61634         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
61635         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
61636         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
61637         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
61638         whenever the right hand side need not be expanded by the shell.
61639
61640 2001-09-16  Paul Eggert  <eggert@twinsun.com>
61641
61642         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
61643         library.  It's not correct, as some older glibcs are buggy.
61644         fnmatch wasn't fixed until glibc 2.2.
61645
61646         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
61647         special shell magic here.
61648
61649 2001-09-16  Jim Meyering  <meyering@lucent.com>
61650
61651         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
61652         * m4/jm-macros.m4: Require it.
61653
61654 2001-09-16  Jim Meyering  <meyering@lucent.com>
61655
61656         * lib/mkdir.c: New file.
61657
61658 2001-09-15  Jim Meyering  <meyering@lucent.com>
61659
61660         * m4/jm-macros.m4: Check for help2man.
61661
61662 2001-09-11  Jim Meyering  <meyering@lucent.com>
61663
61664         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
61665         The body, by Paul Eggert, was moved here from configure.in.
61666         * m4/jm-macros.m4: Require UTILS_HOST_OS.
61667
61668 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61669
61670         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
61671         (jm_PREREQ): Use it.
61672
61673 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61674
61675         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
61676         Use ssize_t, not int, to store result of readlink.
61677         Check for ssize_t overflow as well as size_t overflow,
61678         as POSIX says the result of readlink is implementation-defined
61679         when ssize_t overflows.
61680         Remove unnecessary cast to char*.
61681         Use free+malloc instead of realloc, as the storage doesn't need
61682         to be preserved and it's clearer and can be more efficient that way.
61683         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
61684         * lib/xreadlink.h (xreadlink): Update prototype.
61685
61686 2001-09-04  Paul Eggert  <eggert@twinsun.com>
61687
61688         * lib/xgetcwd.c: Revert some of the previous change; intead,
61689         fix the HAVE_GETCWD_NULL code to behave more like the
61690         !HAVE_GETCWD_NULL code used to.
61691
61692         Include "xalloc.h".
61693         (xgetcwd): Do not return NULL when memory is exhausted; instead,
61694         invoke xalloc_die.
61695
61696 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61697
61698         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
61699         sys/param.h, as pathmax.h includes them.
61700
61701 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61702
61703         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
61704         (jm_PREREQ_XGETCWD): New macro.
61705
61706         * m4/getcwd.m4: New file.
61707
61708 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61709
61710         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
61711         like the HAVE_GETCWD_NULL code.
61712         Include pathmax.h if not HAVE_GETCWD.
61713         Do not include xalloc.h.
61714         (INITIAL_BUFFER_SIZE): New symbol.
61715         Do not use xmalloc / xrealloc, since the caller is responsible for
61716         handling errors.  Preserve errno around `free' during failure.
61717         Do not overrun buffer when using getwd.
61718
61719 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61720
61721         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
61722         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
61723         getcwd (NULL, 0).
61724
61725 2001-09-03  Paul Eggert  <eggert@twinsun.com>
61726
61727         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
61728         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
61729         spotted by Jim Meyering.
61730
61731 2001-09-03  Jim Meyering  <meyering@lucent.com>
61732
61733         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
61734         failure.
61735
61736 2001-09-02  Jim Meyering  <meyering@lucent.com>
61737
61738         * lib/error.c: Update from GNU libc.
61739
61740 2001-09-01  Jim Meyering  <meyering@lucent.com>
61741
61742         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
61743         Used by df.
61744
61745 2001-09-01  Jim Meyering  <meyering@lucent.com>
61746
61747         * lib/xreadlink.c: New file.
61748         * lib/xreadlink.h: New file.
61749         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
61750         xreadlink.h.
61751
61752         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
61753         doesn't conflict with sparc Solaris 7's definition in
61754         /usr/include/sys/int_types.h.
61755
61756         * lib/exclude.c: Use `""', not `<>' to #include non-system header
61757         files.
61758         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
61759         and strncasecmp as r-values.  Unixware didn't have declarations.
61760
61761 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61762
61763         * lib/xstrtol.h: Add copyright notice.
61764         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
61765         LONGINT_INVALID_SUFFIX_CHAR.
61766
61767 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61768
61769         * lib/xstrtol.c (strtoimax): New decl.
61770
61771 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61772
61773         * lib/xgetcwd.c: Don't include pathmax.h.
61774         Include stdlib.h and unistd.h if available.
61775         Include xalloc.h.
61776         (xmalloc, xstrdup, free): Remove decls.
61777         (xgetcwd): Don't assume sizes fit in unsigned.
61778         Check for overflow when computing sizes.
61779         Simplify reallocation code.
61780
61781 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61782
61783         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
61784         a directory's st_size can have an arbitrary value, so the old
61785         usage could waste an arbitrary amount of memory.  All uses
61786         changed.
61787         * lib/savedir.h: Update prototype.
61788
61789 2001-08-31  Paul Eggert  <eggert@twinsun.com>
61790
61791         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
61792
61793         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
61794         old strtoimax.c.
61795
61796         Also, make the following further changes to make this file's
61797         configuration more similar to that of strtol.c:
61798         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
61799         (strtoumax, uintmax_t, strtoull, strtol): Remove.
61800         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
61801         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
61802         changed to signed values.
61803
61804         And make the following changes as well:
61805         Fix copyright notice, as 1999 was missing.
61806         (verify): New macro.
61807         (strtoimax): Check sizes at compile-time, not run-time.
61808         Prefer strtol to strtoll if both work.
61809         (main): Remove; it was not that useful and was a pain to maintain.
61810
61811         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
61812
61813 2001-08-31  Jim Meyering  <meyering@lucent.com>
61814
61815         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
61816         Use an initial, malloc'd, buffer of length 128 rather than
61817         a statically allocated one of length 1024.
61818
61819 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61820
61821         Simplify code, partly by assuming autoconf 2.52 semantics.
61822
61823         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
61824
61825         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
61826         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
61827         All uses removed.
61828         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
61829         Move AC_REQUIRE to next-to-top level, to avoid confusion.
61830         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
61831         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
61832         jm_AC_HEADER_INTTYPES_H.
61833         * m4/jm-macros.m4 (jm_MACROS): Likewise.
61834
61835         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
61836
61837         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
61838         Quote first arg of AC_DEFUN.
61839         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
61840         since they are needed to parse the include file even if we need
61841         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
61842         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
61843         but with opposite signedness.
61844
61845 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61846
61847         Merge 'exclude' changes from tar 1.13.22.
61848         This fixes one or two unlikely storage allocation overflow bugs,
61849         but doesn't change user-visible behavior otherwise.
61850
61851 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61852
61853         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
61854         (jm_PREREQ_EXCLUDE): New macro.
61855
61856 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61857
61858         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
61859         tm to be declared.
61860
61861 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61862
61863         * lib/hash.c: Remove '2001' from copyright notice.
61864
61865 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61866
61867         * lib/full-write.h: New file.
61868         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
61869         * lib/full-write.c: Correct credits, as cccp.c no longer
61870         exists and anyway it was so heavily changed from the old cccp
61871         code as to be unrecognizable.  Include full-write.h.
61872         (full_write) Return size_t, with short writes meaning failure.
61873         All callers changed.  This fixes a bug with large buffers
61874         on 64-bit hosts.
61875         * lib/utime.c: Include full-write.h.
61876
61877 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61878
61879         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
61880         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
61881         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
61882         Include if available.
61883         (<xalloc.h>): Include
61884         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
61885         (verify): New macro.  Use it to verify that EXCLUDE macros do not
61886         collide with FNM macros.
61887         (struct patopts): New struct.
61888         (struct exclude): Use it, as exclude patterns now come with options.
61889         (new_exclude): Support above changes.
61890         (new_exclude, add_exclude_file):
61891         Initial size must now be a power of two to simplify overflow checking.
61892         (free_exclude, fnmatch_no_wildcards): New function.
61893         (excluded_filename): No longer requires options arg, as the options
61894         are determined by add_exclude.  Now returns bool, not int.
61895         (excluded_filename, add_exclude):
61896         Add support for the fancy new exclusion options.
61897         (add_exclude, add_exclude_file): Now takes int options arg.
61898         Check for arithmetic overflow when computing sizes.
61899         (add_exclude_file): xrealloc might modify errno, so don't
61900         realloc until after errno might be used.
61901
61902         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
61903         New macros.
61904         (free_exclude): New decl.
61905         (add_exclude, add_exclude_file): Now takes int options arg.
61906         (excluded_filename): No longer requires options arg, as the options
61907         are determined by add_exclude.  Now returns bool, not int.
61908
61909 2001-08-30  Paul Eggert  <eggert@twinsun.com>
61910
61911         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
61912
61913 2001-08-27  Jim Meyering  <meyering@lucent.com>
61914
61915         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
61916
61917         * lib/version-etc.c (N_): Remove definition.
61918         Revert most of last change.
61919         Instead, simply don't mark the `Copyright...' string for translation.
61920         Based on advice from Paul Eggert.
61921
61922         * lib/strtoxmax.c: Tweak comment.
61923
61924 2001-08-26  Jim Meyering  <meyering@lucent.com>
61925
61926         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
61927
61928         * m4/xstrtoimax.m4: New file.
61929         * m4/xstrtoumax.m4: Add comments explaining why we
61930         AC_REPLACE_FUNCS(strtol).
61931
61932 2001-08-26  Jim Meyering  <meyering@lucent.com>
61933
61934         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
61935         of copyright with `%s' so translators don't get an untranslated
61936         message in 2002.
61937         (COPYRIGHT_YEAR): Define.
61938         (version_etc): Use fprintf rather than fputs.
61939         Suggestion from Ulrich Drepper.
61940
61941         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
61942
61943         * lib/strtoll.c: New file, from GNU libc.
61944         * lib/xstrtoimax.c: New file.
61945
61946         * lib/xstrtol.h: Add xstrtoimax.
61947         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
61948         * lib/strtoimax.c: New file.  Likewise, but first define
61949         STRTOUXMAX_SIGNED.
61950
61951         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
61952         ...
61953         * lib/strtoxmax.c: ... then renamed to this.
61954
61955 2001-08-18  Paul Eggert  <eggert@twinsun.com>
61956
61957         * m4/inttypes.m4: Add AC_PREREQ(2.13).
61958         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
61959         (jm_AC_TYPE_INTMAX_T): New macro.
61960         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
61961
61962         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
61963
61964         * m4/longlong.m4: Renamed from ulonglong.m4.
61965         * m4/inttypes.m4: Renamed from inttypes_h.m4.
61966         * m4/uintmax_t.m4: Removed.
61967
61968 2001-08-13  Paul Eggert  <eggert@twinsun.com>
61969
61970         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
61971         Port to Solaris 8, where 'sed' requires a space after the 'r'
61972         command, and where sh dislikes "$/".  Clean up the spacing a bit.
61973         Redirect output to $tmp just once.
61974
61975 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
61976
61977         * lib/addext.c (<errno.h>): Include.
61978         (errno): Declare if not defined.
61979         (addext): Work correctly when pathconf returns -1 and leaves
61980         errno alone because there is no limit.  Also, work even if
61981         pathconf returns a value greater than SIZE_MAX.
61982
61983 2001-08-12  Jim Meyering  <meyering@lucent.com>
61984
61985         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
61986         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
61987         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
61988         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
61989         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
61990         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
61991         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
61992         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
61993         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
61994         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
61995         utime.m4, utimes.m4, xstrtoumax.m4:
61996         Quote the first argument in each use of AC_DEFUN.
61997
61998 2001-08-12  Jim Meyering  <meyering@lucent.com>
61999
62000         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
62001         Simply `return getcwd (NULL, 0);'.
62002         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
62003         Use 1300 as initial value for length, not PATH_MAX.
62004
62005         * lib/pathmax.h: Clean up cpp syntax.
62006
62007 2001-08-12  Jim Meyering  <meyering@lucent.com>
62008
62009         * lib/gettimeofday.c: New file.
62010         * lib/gtod.h: New file.
62011         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
62012
62013 2001-08-05  Jim Meyering  <meyering@lucent.com>
62014
62015         * m4/jm-macros.m4: Require autoconf-2.52.
62016
62017 2001-08-04  Jim Meyering  <meyering@lucent.com>
62018
62019         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
62020         stmt, to get in sync with glibc.
62021
62022 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62023
62024         The following changes are from gettext 0.10.39 as maintained by
62025         Bruno Haible.
62026
62027         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
62028         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
62029         with inverted sense.  All uses changed.
62030
62031         * lib/mbswidth.c: Don't include <limits.h>.
62032         Include <stdlib.h> and <string.h> unconditionally.
62033         (iswcntrl, mbsinit, ISCNTRL): New macros.
62034         (mbsnwidth): Use K&R style function declarations.
62035         Don't bother checking for MB_LEN_MAX == 1, since the compiler
62036         can optimize it when MB_CUR_MAX == 1.
62037         The width of control characters is zero, not 1.
62038
62039 2001-08-03  Paul Eggert  <eggert@twinsun.com>
62040
62041         The following changes are from gettext 0.10.39 as maintained by
62042         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
62043
62044         * m4/codeset.m4: Upgrade to serial AM1.
62045         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
62046         all uses changed.  Quote first arg of AC_DEFUN.
62047         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
62048
62049         * m4/iconv.m4: Upgrade to serial AM2.
62050         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
62051         Add --with-libconv-prefix.
62052         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
62053         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
62054         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
62055         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
62056         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
62057
62058         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
62059         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
62060         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
62061         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
62062         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
62063         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
62064         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
62065         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
62066         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
62067
62068         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
62069         string.h any more.
62070
62071         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
62072         not the default value.
62073
62074         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
62075         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
62076         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
62077         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
62078         Also check for iswcntrl, used for wcwidth fallback.
62079         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
62080         to Autoconf 2.13.
62081
62082 2001-08-03  Jim Meyering  <meyering@lucent.com>
62083
62084         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
62085         as it was in the original.  Reported by Paul Eggert.
62086
62087 2001-07-16  Jim Meyering  <meyering@lucent.com>
62088
62089         * m4/gettimeofday.m4: New file.
62090         Prompted by a report from Bernhard Baehr.
62091
62092 2001-07-15  Jim Meyering  <meyering@lucent.com>
62093
62094         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
62095         stuff. Now it's in ../Makefile.cfg.
62096
62097 2001-07-15  Jim Meyering  <meyering@lucent.com>
62098
62099         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
62100         (BUILT_SOURCES): Add unlocked-io.h.
62101         (io_functions): Define.
62102         (unlocked-io.h): New rule.
62103         (DISTCLEANFILES): Add unlocked-io.h.
62104         (all-local): Depend on unlocked-io.h, to ensure it is created.
62105
62106         * lib/unlocked-io.hin: New file
62107
62108         * lib/regex.c: Update from glibc.
62109
62110 2001-07-05  Jim Meyering  <meyering@lucent.com>
62111
62112         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
62113         recommendation.
62114         (libfetish_a_SOURCES): Put all .h files here instead.
62115         Remove a thus-exposed (better checks in automake) duplicate and
62116         two unnecessary .h files.
62117
62118 2001-07-04  Jim Meyering  <meyering@lucent.com>
62119
62120         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
62121         that generates jm-glibc-io.m4 so that it doesn't trigger any make
62122         distcheck failure.
62123
62124 2001-07-02  Jim Meyering  <meyering@lucent.com>
62125
62126         The following changes were prompted by suggestions from Bruno Haible.
62127
62128         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
62129         is now generated.
62130         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
62131         definition of EXTRA_DIST.
62132         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
62133         ensure that the generated file is created/updated whenever the list
62134         of $(unlocked_functions) is changed.
62135         (jm-glibc-io.m4): New rule.
62136         (unlocked-io.h): New rule -- currently unused.
62137
62138 2001-06-24  Jim Meyering  <meyering@lucent.com>
62139
62140         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
62141         unmatched right bracket, rather than kludging it with an extra,
62142         falsely-matching quote in a comment.  Patch by Akim Demaille.
62143
62144 2001-06-11  Jim Meyering  <meyering@lucent.com>
62145
62146         * lib/regex.c: Update from GNU libc.
62147
62148 2001-05-27  Jim Meyering  <meyering@lucent.com>
62149
62150         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
62151         Check for ut_type in struct utmp.
62152
62153 2001-05-27  Jim Meyering  <meyering@lucent.com>
62154
62155         * lib/readutmp.h (UT_TYPE): Define.
62156
62157 2001-05-24  Jim Meyering  <meyering@lucent.com>
62158
62159         * lib/argmatch.c: Include "quote.h".
62160         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
62161         quote function.  Reported by Göran Uddeborg.
62162
62163 2001-05-22  Jim Meyering  <meyering@lucent.com>
62164
62165         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
62166         now that we use the package-supplied version unconditionally.
62167         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
62168
62169 2001-05-21  Jim Meyering  <meyering@lucent.com>
62170
62171         * m4/regex.m4: Change a couple backticks to single quotes to avoid
62172         shell syntax errors.
62173
62174 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62175
62176         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
62177
62178 2001-05-20  Paul Eggert  <eggert@twinsun.com>
62179
62180         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
62181         Don't bother to check library strftime, since
62182         we'll be using our own my_strftime function anyway.
62183         Define my_strftime instead of strftime.
62184
62185 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
62186
62187         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
62188         which is not yet declared.
62189
62190 2001-05-15  Jim Meyering  <meyering@lucent.com>
62191
62192         * m4/regex.m4: Use proper quoting so brackets appear in the test
62193         program.
62194         Reported by, and with help from, Bruno Haible.
62195
62196 2001-05-13  Jim Meyering  <meyering@lucent.com>
62197
62198         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
62199         undefined.
62200
62201 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62202
62203         dirname code cleanup.  base_name now behaves more compatibly
62204         with POSIX basename when given file names that have trailing
62205         slashes, and similarly for dir_name.  Add new primitives
62206         base_len and dir_len.  Put the directory-name-related decls
62207         into dirname.h.
62208
62209         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
62210         * lib/backupfile.c (base_name): Likewise.
62211         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
62212         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
62213         * lib/makepath.c (strip_trailing_slashes): Likewise.
62214         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
62215         ISSLASH): Likewise.
62216         * lib/rename.c (strip_trailing_slashes): Likewise.
62217         * lib/same.c (base_name): Likewise.
62218         * lib/stripslash.c (ISSLASH): Likewise.
62219
62220         * lib/addext.c: Include <dirname.h> after size_t is defined.
62221         * lib/backupfile.c: Likewise.
62222
62223         * lib/addext.c (addext): Use base_len to trim redundant
62224         trailing slashes instead of doing it ourselves.
62225         But do not trim the last slash if it is not redundant.
62226
62227         * lib/backupfile.c (find_backup_file_name,
62228         max_backup_version): Use base_len instead of rolling it ourselves.
62229         Handle the case of "" and (on DOS) "C:" correctly.
62230
62231         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
62232         needed. Include <string.h>, <dirname.h>.
62233         (base_name): Allow file names ending in slashes, other than names
62234         that are all slashes.  In this case, return the basename followed
62235         by the slashes.  This is more general, and can be used in places
62236         where the original base_name purposely had an assertion failure.
62237         (base_len): New function.
62238
62239         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
62240         Do not include <assert.h>; no longer needed.
62241         Include xalloc.h.
62242         (memrchr): Remove decl.
62243         (dir_name_r): Remove.
62244         (dir_len): Renamed from dirlen.  All callers changed.
62245         Rewrite in terms of base_name, for simplicity and consistency.
62246         (dir_name): Never return NULL.  All callers changed.
62247         Do not include <stdlib.h> in test program; no longer needed.
62248         return 0; is fine for test program.
62249
62250         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
62251         New macros.
62252         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
62253
62254         * lib/path-concat.c (path_concat): Use base_len to compute
62255         base length, not strlen; this means we cannot rely on memcpy
62256         to null-terminate.
62257
62258         * lib/same.c (STREQ): Remove.
62259         (same_name): Handle the case where the basename ends in trailing '/'.
62260
62261         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
62262         a slash was stripped.  Do not strip the last slash after a
62263         file system prefix.
62264
62265 2001-05-11  Paul Eggert  <eggert@twinsun.com>
62266
62267         * lib/Makefile.am (libfetish_a_SOURCES):
62268         Add strftime.c, since we now compile it on all hosts.
62269
62270         * lib/strftime.c (my_strftime):
62271         Define to nstrftime if emacs, but only if my_strftime is not defined.
62272         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
62273         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
62274         Add one more extra argument: a nanoseconds value.
62275         All uses changed.
62276         (ns): New macro.
62277         (my_strftime function): Add %N format.
62278         (emacs_strftimeu): Renamed from emacs_strftime,
62279         with extra ut argument.
62280
62281 2001-05-09  Paul Eggert  <eggert@twinsun.com>
62282
62283         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
62284
62285 2001-04-21  Jim Meyering  <meyering@lucent.com>
62286
62287         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
62288         doesn't interfere.
62289
62290 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
62291
62292         * m4/ftruncate.m4: Check for chsize.
62293         Link with ftruncate.o unconditionally if ftruncate is missing.
62294         This was required when cross-compiling to i586-mingw32msvc.
62295
62296 2001-04-08  Jim Meyering  <meyering@lucent.com>
62297
62298         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
62299         recomputed; that's necessary when the offset spans a DST transition.
62300         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
62301
62302 2001-04-02  Jim Meyering  <meyering@lucent.com>
62303
62304         * lib/regex.h, regex.c: Update from GNU libc.
62305
62306 2001-03-24  Jim Meyering  <meyering@lucent.com>
62307
62308         * m4/jm-macros.m4: Require autoconf-2.49d.
62309
62310 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
62311
62312         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
62313
62314 2001-03-19  Paul Eggert  <eggert@twinsun.com>
62315
62316         * lib/version-etc.c (version_etc_copyright): Update to 2001.
62317
62318 2001-03-17  Jim Meyering  <meyering@lucent.com>
62319
62320         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
62321         now that the version in autoconf is equivalent.
62322         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
62323
62324         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
62325         Suggestion from Akim Demaille.
62326
62327         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
62328         (jm_PREREQ_TEMPNAME): New function.
62329
62330 2001-03-16  Paul Eggert  <eggert@twinsun.com>
62331
62332         * lib/tempname.c (uint64_t): Define to uintmax_t if
62333         not defined, and if UINT64_MAX is not defined.
62334         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
62335         Reported by John David Anglin.
62336
62337 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
62338
62339         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
62340         resolve alias if codeset is empty.
62341         * lib/config.charset (BeOS): Use wildcard syntax.
62342
62343 2001-03-13  Jim Meyering  <meyering@lucent.com>
62344
62345         * lib/path-concat.c (path_concat)
62346         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
62347         concatenating e.g., `C:' and `foo'.
62348         From Bruno Haible.
62349
62350 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62351
62352         * lib/localcharset.c (locale_charset): Don't use
62353         setlocale(LC_CTYPE,NULL). Don't return NULL.
62354         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
62355
62356 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
62357
62358         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
62359         support for DOS/DJGPP.
62360
62361 2001-03-01  Paul Eggert  <eggert@twinsun.com>
62362
62363         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
62364         lacks mkstemp.  Compile our own tempname.c if we compile our own
62365         mkstemp.c, as mkstemp relies on tempname.
62366
62367 2001-03-01  Jim Meyering  <meyering@lucent.com>
62368
62369         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
62370         AH_VERBATIM really does output its argument verbatim.
62371
62372 2001-02-28  Paul Eggert  <eggert@twinsun.com>
62373
62374         * lib/Makefile.am (libfetish_a_SOURCES):
62375         Add dup-safer.c, fopen-safer.c.
62376         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
62377
62378         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
62379         * lib/unistd-safer.h: New files.
62380
62381 2001-02-25  Paul Eggert  <eggert@twinsun.com>
62382
62383         The mkstemp replacement is taken from glibc 2.2.2, with some
62384         portability fixes for use outside glibc, as follows:
62385
62386         * lib/tempname.c (struct_stat64): New macro.
62387         (direxists, __gen_tempname): Use it.
62388         This avoids a portability problem with Solaris 8.
62389
62390         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
62391         (<stddef.h>, <stdint.h>, <string.h>):
62392         Include only if STDC_HEADERS || _LIBC.
62393         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
62394         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
62395         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
62396         (__set_errno): Define this macro if <errno.h> doesn't.
62397         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
62398         Define these macros if <stdio.h> doesn't.
62399         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
62400         Define these macros if <sys/stat.h>
62401         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
62402         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
62403         __xstat64): Define if not _LIBC.
62404         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
62405         (__gen_tempname): Invoke gettimeofday only if
62406         HAVE_GETTIMEOFDAY || _LIBC;
62407         otherwise, fall back on plain "time".
62408         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
62409
62410         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
62411
62412         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
62413
62414 2001-02-18  Paul Eggert  <eggert@twinsun.com>
62415
62416         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
62417
62418 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62419
62420         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
62421         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
62422         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
62423         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62424
62425 2001-02-17  Paul Eggert  <eggert@twinsun.com>
62426
62427         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
62428         Remove workaround macros for hosts that have mbrtowc but not
62429         mbstate_t, as we now insist on proper declarations for both
62430         before using mbrtowc.
62431
62432 2001-02-17  Jim Meyering  <meyering@lucent.com>
62433
62434         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
62435         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
62436         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
62437         UnixWare 7.1.1.
62438
62439         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
62440         rather than AC_CACHE_VAL.
62441
62442 2001-02-17  Jim Meyering  <meyering@lucent.com>
62443
62444         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
62445         around included file name.
62446
62447         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
62448
62449         * lib/strftime.c: Update from GNU libc (the only changes were to
62450         comments).
62451
62452 2001-02-17  Jim Meyering  <meyering@lucent.com>
62453
62454         * lib/regex.c: Update from libc.
62455
62456 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
62457
62458         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
62459         clash.
62460
62461 2001-02-16  Paul Eggert  <eggert@twinsun.com>
62462
62463         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
62464         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
62465         Reported by Mark Hounschell via Paul Eggert.
62466
62467 2001-02-07  Jim Meyering  <meyering@lucent.com>
62468
62469         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
62470
62471 2001-02-05  Jim Meyering  <meyering@lucent.com>
62472
62473         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
62474         it includes the patch required for `large file' support with at least
62475         HP-UX's 10.20 /bin/cc.
62476
62477 2001-02-03  Jim Meyering  <meyering@lucent.com>
62478
62479         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
62480         AS_IF, now that it works once again (mysteriously).
62481         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62482
62483 2001-01-30  Jim Meyering  <meyering@lucent.com>
62484
62485         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
62486         * m4/chown.m4: Rename conftestchown to conftest.chown.
62487         * m4/rename.m4: s/conftestdir/conftest.d1/ and
62488         s/conftestdir2/conftest.d2/.
62489         * m4/utimes.m4: s/conftestdata/conftest.data/
62490         Inspired by Pavel Roskin's change in autoconf.
62491
62492 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
62493
62494         * lib/config.charset: Update for FreeBSD 4.2.
62495
62496 2001-01-27  Jim Meyering  <meyering@lucent.com>
62497
62498         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
62499         a use of AS_IF.
62500         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
62501
62502 2001-01-26  Jim Meyering  <meyering@lucent.com>
62503
62504         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
62505         quotearg.c includes it.
62506
62507 2001-01-26  Jim Meyering  <meyering@lucent.com>
62508
62509         * lib/quotearg.c: Include stddef.h.
62510         * lib/quote.c: Include stddef.h.
62511         Reported by Axel Kittenberger.
62512
62513         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
62514         line in double quotes so that it evokes a better diagnostic.
62515         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
62516         Reported by Axel Kittenberger.
62517
62518 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
62519
62520         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
62521         as if it was a `charset'.
62522
62523 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62524
62525         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
62526         has const.
62527
62528 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
62529
62530         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
62531         to avoid a warning.  Add back 'const' to inptr.
62532
62533 2001-01-20  Jim Meyering  <meyering@lucent.com>
62534
62535         Be sure that headers are checked before used in code compiled
62536         for the type checks.
62537         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
62538         In place of that, invoke jm_CHECK_ALL_TYPES.
62539         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
62540         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
62541         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
62542         The check for ssize_t was mistakenly run before the test for unistd.h.
62543
62544         The configure-time check for stdbool.h was missing.
62545         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
62546         (jm_PREREQ_HASH): New function.
62547
62548 2001-01-17  Jim Meyering  <meyering@lucent.com>
62549
62550         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
62551         for autoconf-2.49c.
62552         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
62553
62554 2001-01-16  Jim Meyering  <meyering@lucent.com>
62555
62556         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
62557         From Bruno Haible.
62558
62559 2001-01-14  Jim Meyering  <meyering@lucent.com>
62560
62561         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
62562         foo and bar.  Create conftestdir/ in the script, not in the C code.
62563         Remove directories in the script, not in the C code.
62564         Remove conftestdir{,2} before trying to create the directory.
62565         Make the entire configure script fail if the mkdir fails.
62566
62567 2001-01-14  Jim Meyering  <meyering@lucent.com>
62568
62569         * lib/rename.c: New file.  From Volker Borchert.
62570         Include stdlib.h, string.h or strings.h, and xalloc.h.
62571         Use strip_trailing_slashes rather than open-coding it.
62572
62573 2001-01-03  Paul Eggert  <eggert@twinsun.com>
62574
62575         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
62576
62577 2001-01-03  Jim Meyering  <meyering@lucent.com>
62578
62579         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
62580         of local `inptr' to avoid warning with some system declarations of
62581         iconv.
62582
62583 2001-01-02  Volker Borchert  <bt@teknon.de>
62584
62585         * m4/rename.m4: New file.
62586         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
62587
62588 2001-01-01  Jim Meyering  <meyering@lucent.com>
62589
62590         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
62591         even on systems with utmpx.h.  It's necessary for the declaration of
62592         utmp's ut_user member.  Reported by Andreas Jaeger.
62593
62594         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
62595         available. They are required for the declarations of getgrgid and
62596         getpwuid resp.
62597         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
62598         Reported by Andreas Jaeger.
62599
62600 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
62601
62602         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
62603         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
62604         so `make install' also works in VPATH builds.
62605
62606 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
62607
62608         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
62609         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
62610         can be used in subdirectories.
62611
62612 2000-12-29  Paul Eggert  <eggert@twinsun.com>
62613
62614         * lib/modechange.c: Do not assume that mode_t uses the
62615         traditional octal encoding.  E.g. "chmod 1 FOO" should set
62616         the other-execute bit of FOO even if S_IXOTH != 1.
62617
62618         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
62619         WOTH, XOTH, ALLM): New macros.
62620         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
62621          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
62622         Use them.
62623         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
62624         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
62625         (mode_compile):
62626         No need to use uintmax_t; unsigned long is long enough.
62627         Don't bother to get suffix since we don't use it.
62628
62629 2000-12-26  Jim Meyering  <meyering@lucent.com>
62630
62631         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
62632         better with autoheader.
62633
62634 2000-12-24  Jim Meyering  <meyering@lucent.com>
62635
62636         * lib/hash.c (is_prime): Return explicit boolean values.
62637         (hash_get_first): Return NULL to appease Irix5.6's 89.
62638         Reported by Nelson Beebe.
62639
62640 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
62641
62642         * lib/localcharset.c (locale_charset): Add support for Win32.
62643
62644 2000-12-18  Paul Eggert  <eggert@twinsun.com>
62645
62646         * lib/physmem.h, lib/physmem.c: New files.
62647
62648         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
62649         (noinst_HEADERS): Add physmem.h.
62650
62651         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
62652         't' for compatibility with Solaris 8 sort.
62653
62654 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
62655
62656         * lib/config.charset: Add support for BeOS.
62657
62658 2000-12-17  Jim Meyering  <meyering@lucent.com>
62659
62660         * m4/dos.m4 (jm_AC_DOS): New file and macro.
62661         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
62662
62663 2000-12-16  Jim Meyering  <meyering@lucent.com>
62664
62665         This bug had a serious impact on chown: `chown N:M FILE' (for integer
62666         N and M) would have treated it like `chown N:N FILE'.
62667
62668         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
62669
62670 2000-12-16  Jim Meyering  <meyering@lucent.com>
62671
62672         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
62673         SHELLS_FILE to a file name that's useful on djgpp systems.
62674         Include stdlib.h.
62675         (ADDITIONAL_DEFAULT_SHELLS): Define.
62676         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
62677         Based mostly on a patch from Prashant TR.
62678
62679 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
62680
62681         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
62682         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
62683         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
62684
62685 2000-12-08  Andreas Schwab  <schwab@suse.de>
62686
62687         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
62688         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
62689
62690 2000-12-07  Jim Meyering  <meyering@lucent.com>
62691
62692         * lib/stripslash.c (ISSLASH): Define.
62693         (strip_trailing_slashes): Use ISSLASH rather than comparing against
62694         `/'.
62695         From Prashant TR.
62696
62697         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
62698         (dir_name_r): Declare this function as static.
62699         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
62700         manifest itself on a name containing a mix of slashes and
62701         backslashes.
62702         Make this function work with names starting with a DOS-style
62703         drive letter and colon prefix.
62704         (dir_name): Append `.' if necessary.
62705         Based mostly on patches from Prashant TR and Eli Zaretskii.
62706
62707         * lib/dirname.h (dir_name_r): Remove prototype.
62708
62709 2000-12-06  Paul Eggert  <eggert@twinsun.com>
62710
62711         * m4/off_t-format.m4: Remove this file.
62712         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
62713
62714 2000-12-06  Jim Meyering  <meyering@lucent.com>
62715
62716         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
62717         replacement strtoull, we may well need the replacement strtoul, too.
62718         Check for declarations of strtoul and strtoull.
62719         Check for strtol.  Mainly as a cue to cause automake to include
62720         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
62721         Check for limits.h -- strtol.c needs it.
62722
62723 2000-12-05  Jim Meyering  <meyering@lucent.com>
62724
62725         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
62726
62727 2000-12-04  Jim Meyering  <meyering@lucent.com>
62728
62729         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
62730         Also include memory.h, stdlib.h, unistd.h if appropriate.
62731         Reported by Andreas Jaeger (conflicting declaration of malloc).
62732
62733 2000-12-02  Jim Meyering  <meyering@lucent.com>
62734
62735         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
62736         * m4/jm-macros.m4 (jm_MACROS): require it.
62737
62738 2000-12-02  Jim Meyering  <meyering@lucent.com>
62739
62740         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
62741
62742 2000-12-01  Paul Eggert  <eggert@twinsun.com>
62743
62744         * lib/memrchr.c: Include <config.h> before any system include file.
62745
62746 2000-11-30  Jim Meyering  <meyering@lucent.com>
62747
62748         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
62749
62750 2000-11-30  Jim Meyering  <meyering@lucent.com>
62751
62752         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
62753
62754 2000-11-29  Paul Eggert  <eggert@twinsun.com>
62755
62756         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
62757
62758 2000-11-26  Jim Meyering  <meyering@lucent.com>
62759
62760         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
62761
62762 2000-11-22  Paul Eggert  <eggert@twinsun.com>
62763
62764         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
62765         size of (size_t) -1; it's not portable.
62766
62767 2000-11-17  Jim Meyering  <meyering@lucent.com>
62768
62769         * lib/strstr.c: Update from GNU libc.
62770
62771 2000-11-17  Akim Demaille  <akim@epita.fr>
62772
62773         * lib/obstack.h: Formatting changes.
62774         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
62775         prevent type checking.
62776         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
62777         cast the value to (void *): assigning a `foo *' to a `void *'
62778         variable is valid.
62779         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
62780
62781 2000-11-16  Jim Meyering  <meyering@lucent.com>
62782
62783         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
62784
62785 2000-11-11  Jim Meyering  <meyering@lucent.com>
62786
62787         * lib/error.c: Add a couple #includes, merging from GNU libc version.
62788
62789 2000-11-10  Jim Meyering  <meyering@lucent.com>
62790
62791         * lib/obstack.h: Update from GNU libc.
62792         * lib/obstack.c: Likewise.
62793
62794 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
62795
62796         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
62797
62798 2000-11-06  Paul Eggert  <eggert@twinsun.com>
62799
62800         * lib/getusershell.c (setusershell): Use rewind rather than
62801         fseek/fseeko, to avoid configuration hassles with fseeko.
62802         Don't bother opening SHELLS_FILE if shellstream is NULL;
62803         it's not necessary.
62804
62805 2000-11-05  Jim Meyering  <meyering@lucent.com>
62806
62807         * lib/makepath.h (make_dir): Declare.
62808         * lib/makepath.c (make_dir): Remove `static' attribute.
62809         Tweak a comment.
62810
62811 2000-11-04  Jim Meyering  <meyering@lucent.com>
62812
62813         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
62814
62815 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
62816
62817         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
62818         last one in a bucket, advance to the next bucket.
62819
62820 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
62821
62822         * lib/fnmatch.c: Do not comment out all the code if we are using
62823         the GNU C library, because in some cases we are replacing buggy
62824         code in the GNU C library itself.
62825
62826 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
62827
62828         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
62829         (regex_compile): Catch bogus \(\1\).
62830
62831 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62832
62833         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
62834         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
62835         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
62836
62837 2000-10-30  Paul Eggert  <eggert@twinsun.com>
62838
62839         * lib/error.h, getline.h, modechange.h:
62840         Remove "2000" from Copyright line, as the file hasn't been
62841         changed this year other than in the copyright notice.
62842
62843         * lib/xalloc.h: Add "2000" to Copyright line, as this file
62844         was changed this year.
62845
62846 2000-10-29  Jim Meyering  <meyering@lucent.com>
62847
62848         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
62849         renaming.
62850         * m4/ls-mntd-fs.m4: Likewise
62851
62852 2000-10-29  Jim Meyering  <meyering@lucent.com>
62853
62854         * lib/xstat.in: Fix grammar in comment.
62855
62856 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
62857
62858         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
62859         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
62860         doesn't define __restrict_arr.
62861
62862 2000-10-28  Jim Meyering  <meyering@lucent.com>
62863
62864         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
62865         (jm_PREREQ_MEMCHR): New function.
62866
62867 2000-10-28  Jim Meyering  <meyering@lucent.com>
62868
62869         * lib/memchr.c: Update from libc.
62870         Adjust for portability:
62871         [HAVE_STDLIB_H]: Include stdlib.h.
62872         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
62873         Undef __memchr, too.
62874         [!weak_alias]: Define __memchr to memchr.
62875
62876         * lib/regex.c: Update from libc.
62877         * lib/regex.h: Likewise.
62878         * lib/getopt1.c: Likewise.
62879         * lib/memcmp.c: Likewise.
62880
62881         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
62882         Avoid using fseek, when possible -- it's broken by design.
62883         Patch by Ulrich Drepper.
62884
62885 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
62886
62887         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
62888         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
62889         Giving in to popular pressure to shut up the compiler with casts.
62890
62891 2000-10-26  Jim Meyering  <meyering@lucent.com>
62892
62893         * lib/strftime.c: Update from libc.
62894
62895 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
62896
62897         * regex.c: More `unsigned char' -> `re_char' changes.
62898         Also change several `int' into `re_wchar_t'.
62899         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
62900         (PUSH_FAILURE_POINTER): Don't cast any more.
62901         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
62902         We want GCC to complain, since this piece of code makes
62903         re_match non-reentrant, which *should* be fixed.
62904         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
62905         (EXTEND_BUFFER): Use RETALLOC.
62906         (SET_LIST_BIT): Don't cast.
62907         (re_wchar_t): New type.
62908         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
62909         that those two functions will always properly return.
62910         (IMMEDIATE_QUIT_CHECK): Cast to void.
62911         (analyse_first): Use recursion rather than an explicit stack.
62912         (re_compile_fastmap): Can't fail anymore.
62913         (re_search_2): Don't check re_compile_fastmap for failure.
62914         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
62915         Now also sets the new value (passed in a new argument).
62916         (re_match_2_internal): Use it.
62917         Also, use a new var `reg' of type size_t when looping through regs
62918         rather than reuse the inappropriate `mcnt'.
62919
62920 2000-10-25  Jim Meyering  <meyering@lucent.com>
62921
62922         * lib/obstack.c: Update from libc.
62923
62924 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
62925
62926         * regex.c (regex_compile): Change the way of handling a range from
62927         a char less than 256 to a char not less than 256.
62928
62929 2000-10-24  Andrew Innes  <andrewi@gnu.org>
62930
62931         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
62932         NT-Emacs only.
62933         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
62934         so that re_search functions only quit when callers expect them to.
62935
62936 2000-10-23  Jim Meyering  <meyering@lucent.com>
62937
62938         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
62939         wrong.  That set_locale call must not have any side effects.
62940         From Paul Eggert.
62941
62942 2000-10-22  Jim Meyering  <meyering@lucent.com>
62943
62944         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
62945         [CYCLIC]: Remove now-unused definition.
62946
62947         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
62948         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
62949         Suggestion from Ulrich Drepper.
62950
62951 2000-10-21  Jim Meyering  <meyering@lucent.com>
62952
62953         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
62954         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
62955         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
62956
62957 2000-10-21  Jim Meyering  <meyering@lucent.com>
62958
62959         * lib/dirname.c (memrchr): Declare if necessary.
62960         (dir_name): Remove the restriction that there be no
62961         trailing slashes.  Now, this code skips past them, effectively
62962         ignoring them.
62963         [TEST_DIRNAME] (main): New unit tests.
62964
62965         * lib/memrchr.c: New file from GNU libc.
62966         Undef __memrchr, too.
62967         [!weak_alias]: Define __memrchr to memrchr.
62968         Guard weak_alias use with `#ifdef weak_alias'.
62969
62970 2000-10-21  Jim Meyering  <meyering@lucent.com>
62971
62972         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
62973         (dir_name): Use dir_name_r.
62974         * lib/dirname.h (dir_name_r): Declare it.
62975
62976 2000-10-17  Jim Meyering  <meyering@lucent.com>
62977
62978         * lib/quote.h (PARAMS): Define and use.
62979         Reported by Akim Demaille.
62980
62981         * lib/getopt.c: Update from libc.
62982
62983 2000-10-16  Jim Meyering  <meyering@lucent.com>
62984
62985         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
62986         setlocale.
62987         From Jan Fedak.
62988
62989 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
62990
62991         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
62992
62993 2000-09-25  Jim Meyering  <meyering@lucent.com>
62994
62995         * lib/md5.h (rol): Define (from GnuPG).
62996
62997         * lib/sha.c: Give credit (GnuPG) where due.
62998         (M): Use rol rather than open-coding it.
62999         Add a FIXME comment.
63000
63001 2000-09-21  Jim Meyering  <meyering@lucent.com>
63002
63003         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
63004         Reported by Michael Stone.
63005
63006 2000-09-20  Jim Meyering  <meyering@lucent.com>
63007
63008         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
63009         (noinst_HEADERS): Add sha.h.
63010         Based on code from Scott G. Miller and from GnuPG.
63011
63012 2000-09-18  Jim Meyering  <meyering@lucent.com>
63013
63014         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
63015         LIBS. Otherwise, everyone ends up linking with -lelf for some
63016         configurations.
63017         Reported by Mike Stone.
63018
63019 2000-09-15  Jim Meyering  <meyering@lucent.com>
63020
63021         * lib/regex.c: Update from libc.
63022
63023 2000-09-10  Jim Meyering  <meyering@lucent.com>
63024
63025         * lib/getopt.c (_getopt_internal): Update from glibc.
63026
63027 2000-09-09  Jim Meyering  <meyering@lucent.com>
63028
63029         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
63030         think it should be used as a general replacement for isascii.
63031         * lib/fnmatch.c: Likewise.
63032         * lib/mbswidth.c: Likewise
63033         * lib/regex.c: Likewise.
63034
63035         Don't use atoi.
63036         * lib/userspec.c: Include sys/param.h and limits.h.
63037         Include xstrtol.h.
63038         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
63039         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
63040         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
63041         UID, GID.  Check range.
63042
63043 2000-09-06  Jim Meyering  <meyering@lucent.com>
63044
63045         * lib/getopt.c (_getopt_internal): Update from glibc.
63046
63047 2000-08-30  Jim Meyering  <meyering@lucent.com>
63048
63049         * lib/strftime.c: Merge in changes from GNU libc.
63050
63051 2000-08-26  Jim Meyering  <meyering@lucent.com>
63052
63053         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
63054         * m4/fpending.m4: New file.
63055
63056 2000-08-26  Jim Meyering  <meyering@lucent.com>
63057
63058         * lib/closeout.c: Include "__fpending.h".
63059         (close_stdout_status): Return right away if there's nothing to flush.
63060
63061         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
63062         * lib/__fpending.c: New file.
63063         * lib/__fpending.h: New file.
63064
63065 2000-08-20  Jim Meyering  <meyering@lucent.com>
63066
63067         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
63068         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
63069         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
63070
63071 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
63072
63073         Improve fileutils installation on systems where running
63074         programs (like install) can't be unlinked.
63075         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
63076         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
63077
63078 2000-08-07  Paul Eggert  <eggert@twinsun.com>
63079
63080         Standardize on "memory exhausted" instead of "Memory exhausted"
63081         or "virtual memory exhausted".
63082         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
63083         "virtual memory exhausted".
63084         * lib/same.c (same_name): Invoke xalloc_die instead of printing
63085         our own message.
63086         * lib/userspec.c (parse_user_spec): Likewise.
63087         * lib/bumpalloc.h: comment fix
63088         * lib/same.c, userspec.c: Include xalloc.h.
63089
63090         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
63091         not char *const and pointing to a constant array.
63092         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
63093         (xrealloc): Comment fix.
63094
63095         * lib/userspec.c (parse_user_spec):
63096         Don't translate a message until just before returning,
63097         to avoid unnecessary translation.
63098
63099 2000-08-07  Jim Meyering  <meyering@lucent.com>
63100
63101         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
63102         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
63103         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
63104         getgroups.c, gethostname.c, getopt.h, group-member.c,
63105         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
63106         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
63107         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
63108         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
63109         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
63110         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
63111         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
63112         yesno.c: Back out Copyright date changes for each file with no change
63113         this year.  This eases coordination with other programs using the same
63114         source code modules.  From Paul Eggert.
63115
63116 2000-08-06  Paul Eggert  <eggert@twinsun.com>
63117
63118         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
63119         not char, for compatibility with glibc 2.1.3 strftime.c.
63120
63121 2000-08-03  Greg McGary  <greg@mcgary.org>
63122
63123         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
63124         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
63125         (EXTEND_BUFFER): Use them.
63126
63127 2000-08-01  Jim Meyering  <meyering@lucent.com>
63128
63129         * lib/dirname.c (ISSLASH): Define.
63130         (BACKSLASH_IS_PATH_SEPARATOR): Define.
63131         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
63132         both `\' and `/' may be use as path separators.
63133         Based on a patch from Prashant TR.
63134
63135 2000-07-31  Paul Eggert  <eggert@twinsun.com>
63136
63137         * lib/quotearg.c (quotearg_n_options): Don't make the initial
63138         slot vector a constant, since it might get modified.
63139
63140 2000-07-31  Jim Meyering  <meyering@lucent.com>
63141
63142         * lib/xmalloc.c: Use `virtual memory exhausted', not
63143         `Memory exhausted'.
63144         * lib/obstack.c (print_and_abort): Likewise.
63145
63146 2000-07-30  Paul Eggert  <eggert@twinsun.com>
63147
63148         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
63149         buffer, so that the caller can always quote one small
63150         component of a "memory exhausted" message in slot 0.
63151         From a suggestion by Jim Meyering.
63152
63153 2000-07-30  Jim Meyering  <meyering@lucent.com>
63154
63155         * lib/makepath.c (make_path): Quote the other instance, too.
63156
63157         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
63158         (STATIC_BUF_SIZE): Define.
63159         (quotearg_n_options): Use only statically allocated storage when
63160         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
63161         than STATIC_BUF_SIZE.
63162
63163 2000-07-29  Jim Meyering  <meyering@lucent.com>
63164
63165         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
63166         * lib/dirname.c (dir_name): Likewise.
63167
63168         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
63169         `/'.
63170
63171         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
63172         (dir_name): Assert that there are no trailing slashes.
63173
63174 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
63175
63176         * lib/mbswidth.h (mbswidth): Add a flags argument.
63177         (mbswidth): New declaration.
63178         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
63179         * lib/mbswidth.c (mbswidth): Add a flags argument.
63180         (mbsnwidth): New function.
63181
63182 2000-07-24  Jim Meyering  <meyering@lucent.com>
63183
63184         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
63185
63186 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63187
63188         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
63189
63190 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63191
63192         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
63193         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
63194         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
63195         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
63196         invoke multibyte primitives.
63197
63198 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63199
63200         * lib/quotearg.c:
63201         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
63202         so that mbstate_t is always defined.
63203
63204         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
63205         be 1 in at least one GCC installation, and this configuration
63206         error is likely to be common.  Ignoring MB_LEN_MAX hurts
63207         performance on hosts that have mbrtowc but have only unibyte
63208         locales, but I assume these hosts are rare.
63209
63210 2000-07-23  Paul Eggert  <eggert@twinsun.com>
63211
63212         * lib/mbswidth.c (_XOPEN_SOURCE):
63213         Don't define; this causes problems on Solaris 7.
63214         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
63215
63216 2000-07-23  Jim Meyering  <meyering@lucent.com>
63217
63218         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
63219         too: getgrgid, getpwuid, getuid.
63220
63221 2000-07-23  Jim Meyering  <meyering@lucent.com>
63222
63223         * lib/basename.c (base_name): Add an assertion.
63224
63225 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
63226
63227         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
63228         shadow its mbsinit function.
63229
63230 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63231
63232         * lib/mbswidth.h: New file.
63233         * lib/mbswidth.c: New file.
63234         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
63235         (noinst_HEADERS): Add mbswidth.h.
63236
63237 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
63238
63239         * lib/config.charset: Add support for FreeBSD. Improve support for
63240         HP-UX and IRIX 6.
63241
63242 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
63243
63244         * m4/mbswidth.m4: New file.
63245         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
63246
63247 2000-07-15  Jim Meyering  <meyering@lucent.com>
63248
63249         * lib/makepath.c: Include quote.h.
63250         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
63251         corresponding argument in a `quote (...)' call.
63252         Give better diagnostics.
63253
63254         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
63255         (noinst_HEADERS): Add quote.h.
63256
63257         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
63258         from tar's src/misc.c.
63259         * lib/quote.h: New file.  Prototypes for same.
63260
63261 2000-07-14  Paul Eggert  <eggert@twinsun.com>
63262
63263         From a suggestion by Bruno Haible.
63264         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
63265         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
63266         to decide whether to define the BeOS workaround macro;
63267         this adjusts to the change to AC_MBSTATE_T.
63268
63269 2000-07-14  Jim Meyering  <meyering@lucent.com>
63270
63271         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
63272         jm_AC_TYPE_UINTMAX_T.
63273
63274 2000-07-13  Paul Eggert  <eggert@twinsun.com>
63275
63276         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
63277
63278         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
63279         quotearg_buffer_restyled): Add support for
63280         clocale_quoting_style.  Undo previous change to
63281         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
63282         and "{RIGHT QUOTATION MARK}" msgids.
63283
63284 2000-07-10  Paul Eggert  <eggert@twinsun.com>
63285
63286         From a suggestion by Bruno Haible.
63287         * m4/mbstate_t.m4 (AC_MBSTATE_T):
63288         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
63289         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
63290         and mbstate_t, to a single-part test that simply defines mbstate_t.
63291         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
63292         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
63293
63294 2000-07-10  Jim Meyering  <meyering@lucent.com>
63295
63296         * m4/strerror_r.m4: Mirror the correction made in autoconf.
63297
63298         * m4/gnu-source.m4: Output to confdefs.h directly.
63299         Suggestion from Akim Demaille.
63300
63301 2000-07-09  Paul Eggert  <eggert@twinsun.com>
63302
63303         The old behavior of quoting `like this' doesn't look good with
63304         newer, ISO-style fonts.  See:
63305         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
63306
63307         Instead, quote "like this" by default.  Let the translator
63308         tailor the locale-specific quoting behavior by providing
63309         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
63310
63311         * lib/quotearg.c (N_): New macro.
63312         (gettext_default): New function.
63313         (quotearg_buffer_restyled): Use
63314         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
63315         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
63316
63317 2000-07-09  Jim Meyering  <meyering@lucent.com>
63318
63319         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
63320         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
63321
63322         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
63323         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
63324
63325 2000-07-09  Jim Meyering  <meyering@lucent.com>
63326
63327         * lib/Most files: Update copyright dates to include 2000.
63328
63329 2000-07-08  Jim Meyering  <meyering@lucent.com>
63330
63331         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
63332         if not defined.
63333         (xgethostname): Remove now-unnecessary #ifdef.
63334         Move declaration of `err' into loop where it's used.
63335
63336 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63337         and Bruno Haible  <haible@clisp.cons.org>
63338
63339         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
63340         only if the test for an object-type mbstate_t fails.  This
63341         prevents us from mistakenly reporting that mbstate_t is a
63342         system object type after we "#define mbstate_t int" to work
63343         around its lack.
63344
63345 2000-07-05  Paul Eggert  <eggert@twinsun.com>
63346         and Bruno Haible  <haible@clisp.cons.org>
63347
63348         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
63349
63350 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63351
63352         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
63353         to strerror_r.
63354         Include <ctype.h> for use of isalpha.
63355
63356 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63357
63358         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
63359         by allocating a larger buffer. Test the gethostname return value for
63360         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
63361         returns an error and ENAMETOOLONG isn't defined.
63362
63363 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
63364
63365         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
63366         dimension.
63367
63368 2000-07-04  Jim Meyering  <meyering@lucent.com>
63369
63370         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
63371         of the deprecated AC_CHECKING.
63372
63373 2000-07-04  Jim Meyering  <meyering@lucent.com>
63374
63375         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
63376         Reported by Bruno Haible.
63377
63378 2000-07-04  Jim Meyering  <meyering@lucent.com>
63379
63380         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
63381         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
63382         lacks mbrtowc.
63383
63384 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63385
63386         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
63387         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
63388
63389 2000-07-03  Paul Eggert  <eggert@twinsun.com>
63390         and Bruno Haible  <haible@clisp.cons.org>
63391
63392         * lib/quotearg.c (mbrtowc):
63393         Assign to *pwc, and return 1 only if result is nonzero.
63394         (iswprint): Use ISPRINT when substituting our own mbrtowc.
63395
63396 2000-07-03  Jim Meyering  <meyering@lucent.com>
63397
63398         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
63399
63400 2000-07-03  Jim Meyering  <meyering@lucent.com>
63401
63402         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
63403         This is necessary to get a definition of e.g., UTMP_FILE on
63404         HP-UX 10.20.
63405         From Bob Proulx.
63406
63407 2000-07-02  Jim Meyering  <meyering@lucent.com>
63408
63409         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
63410
63411         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
63412         AC_LIBOBJ(function_name).
63413         * m4/chown.m4: Likewise.
63414         * m4/fnmatch.m4: Likewise.
63415         * m4/ftruncate.m4: Likewise.
63416         * m4/getgroups.m4: Likewise.
63417         * m4/getline.m4: Likewise.
63418         * m4/group-member.m4: Likewise.
63419         * m4/jm-macros.m4: Likewise.
63420         * m4/lstat.m4: Likewise.
63421         * m4/malloc.m4: Likewise.
63422         * m4/memcmp.m4: Likewise.
63423         * m4/nanosleep.m4: Likewise.
63424         * m4/putenv.m4: Likewise.
63425         * m4/realloc.m4: Likewise.
63426         * m4/regex.m4: Likewise.
63427         * m4/stat.m4: Likewise.
63428         * m4/strftime.m4: Likewise.
63429
63430 2000-07-02  Jim Meyering  <meyering@lucent.com>
63431
63432         * lib/quotearg.c (mbstate_t): Don't define here.
63433
63434 2000-07-02  Jim Meyering  <meyering@lucent.com>
63435
63436         * lib/nanosleep.c (SIGCONT): Define if not already defined.
63437
63438 2000-07-01  Jim Meyering  <meyering@lucent.com>
63439
63440         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
63441
63442 2000-07-01  Jim Meyering  <meyering@lucent.com>
63443
63444         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
63445         problem.
63446
63447 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63448
63449         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
63450         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
63451
63452 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
63453
63454         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
63455         per change in ../m4/ls-mntd-fs.m4.
63456         (read_filesystem_list): Ignore symbolic links.
63457
63458 2000-06-29  Jim Meyering  <meyering@lucent.com>
63459
63460         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
63461         for declaration of strcmp.
63462
63463         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
63464
63465         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
63466         Avoid warning by casting result to `char *' to remove `const'.
63467
63468 2000-06-28  Jim Meyering  <meyering@lucent.com>
63469
63470         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
63471         included by quotearg.c, for which we perform this test.  From
63472         Bruno Haible.
63473
63474 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63475
63476         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
63477         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
63478         <utmpx.h> exists, put readutmp.o into LIBOBJS.
63479
63480 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
63481
63482         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
63483
63484 2000-06-26  Paul Eggert  <eggert@twinsun.com>
63485
63486         savedir now sets errno on failure and invokes xmalloc to get memory.
63487         Fix a couple of other minor bugs while we're at it.
63488
63489         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
63490         (NAMLEN): Remove macro.
63491         (malloc, realloc): Remove decls.
63492         (stpcpy): Likewise.
63493         ("xalloc.h"): Include.
63494         (NAME_SIZE_DEFAULT): New macro.
63495         (savedir): Use xmalloc / xrealloc to allocate memory.
63496         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
63497         Skip "" directory entries.
63498         Use strlen to calculate directory entry length, since the old method
63499         is rarely used these days and isn't worth supporting.
63500         Don't use a pointer after freeing it.
63501         Check for integer overflow when calculating allocation size.
63502         Use memcpy to copy entries, instead of stpcpy.
63503         Set errno properly when returning NULL.
63504         Check for readdir error.
63505
63506 2000-06-26  Jim Meyering  <meyering@lucent.com>
63507
63508         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
63509
63510 2000-06-25  Jim Meyering  <meyering@lucent.com>
63511
63512         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
63513         Linux header bug when _XOPEN_SOURCE is defined to 500.
63514
63515 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63516
63517         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
63518         deficiency.
63519
63520 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
63521
63522         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
63523         Include xalloc.h.
63524         Don't include <stdlib.h>.  Don't declare malloc, realloc.
63525
63526 2000-06-24  Jim Meyering  <meyering@lucent.com>
63527
63528         * m4/strerror_r.m4: Revive this file -- to try out an experimental
63529         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
63530         for which strerror does return char*, but which lacks a conveniently
63531         accessible declaration of the function.  If the compile-test says
63532         strerror_r doesn't work, then resort to a `run'-test that works on
63533         BeOS and segfaults on DEC Unix.
63534
63535 2000-06-24  Jim Meyering  <meyering@lucent.com>
63536
63537         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
63538
63539 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63540
63541         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
63542         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
63543
63544 2000-06-23  Paul Eggert  <eggert@twinsun.com>
63545
63546         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
63547         (mbrtowc, mbstate_t): Define substitutes if
63548         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
63549         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
63550         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
63551
63552 2000-06-23  Jim Meyering  <meyering@lucent.com>
63553
63554         * m4/afs.m4: Add missing AC_MSG_RESULT.
63555         Reported by Bruno Haible.
63556
63557         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
63558         Suggestion from Bruno Haible.
63559
63560 2000-06-23  Jim Meyering  <meyering@lucent.com>
63561
63562         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
63563
63564 2000-06-21  Jim Meyering  <meyering@lucent.com>
63565
63566         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
63567
63568 2000-06-21  Jim Meyering  <meyering@lucent.com>
63569
63570         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
63571         (noinst_HEADERS): Add getstr.h.
63572
63573         * lib/getline.c (getstr): Move into a separate file.
63574         * lib/getstr.c (getstr): New file, extracted from getline.c, with
63575         the following changes: new parameter, delim2; both delim[12]
63576         parameters have type `int', not `char'.  The latter would lose
63577         with 8-bit delimiters.
63578         * lib/getstr.h: New file.
63579
63580 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63581
63582         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
63583         than 1024, return a memory chunk of least possible size, instead
63584         of size PATH_MAX + 2. In the loop, increment the size proportionally.
63585         Use free/xmalloc instead of xrealloc to avoid copying for very long
63586         paths.
63587
63588 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63589
63590         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
63591         the empty string.
63592
63593 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
63594
63595         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
63596         address, not strdup.  Include <stdlib.h> and don't declare free().
63597
63598 2000-06-19  Jim Meyering  <meyering@lucent.com>
63599
63600         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
63601
63602 2000-06-18  Jim Meyering  <meyering@lucent.com>
63603
63604         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
63605
63606         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
63607         `checking whether...' message to be consistent with that of the
63608         lstat test.
63609
63610 2000-06-18  Jim Meyering  <meyering@lucent.com>
63611
63612         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
63613         Besides, these days every porting target provides a mkdir function.
63614
63615         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
63616         needed. (this snippet comes from src/system.h).
63617
63618 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
63619
63620         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
63621
63622 2000-06-15  Paul Eggert  <eggert@twinsun.com>
63623
63624         * lib/human.c (adjust_value): New function.
63625         (human_readable_inexact): Apply rounding style even when
63626         printing approximate values.
63627
63628 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63629
63630         * lib/human.c (human_readable_inexact): Allow an input block
63631         size that is not a multiple of the output block size, and vice versa.
63632         Reported by Piergiorgio Sartor.
63633
63634 2000-06-14  Paul Eggert  <eggert@twinsun.com>
63635
63636         * lib/getdate.y (get_date): Apply relative times after time
63637         zone indicator, not before.  Reported by Todd A. Jacobs.
63638
63639 2000-06-13  Jim Meyering  <meyering@lucent.com>
63640
63641         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
63642
63643         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
63644
63645 2000-06-12  Paul Eggert  <eggert@twinsun.com>
63646
63647         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
63648
63649 2000-06-12  Jim Meyering  <meyering@lucent.com>
63650
63651         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
63652         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
63653         optional argument.
63654         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
63655         the optional argument, `lib'.
63656
63657 2000-06-08  Jim Meyering  <meyering@lucent.com>
63658
63659         * m4/largefile.m4: Remove file (now that it's part of autoconf).
63660
63661 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63662
63663         Rewrite largefile configuration so that we don't need to run
63664         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
63665         AC_CANONICAL_HOST in configure.in -- jmm]
63666
63667         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
63668         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
63669         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
63670         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
63671         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
63672         All uses changed.
63673         Instead of inspecting the output of getconf, try to compile the
63674         test program without and with the macro definition.
63675         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
63676         for getconf.  Instead, check for the needed flags by compiling
63677         test programs.
63678
63679 2000-06-04  Paul Eggert  <eggert@twinsun.com>
63680
63681         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
63682
63683 2000-06-04  Jim Meyering  <meyering@lucent.com>
63684
63685         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
63686         SunOS 4.1.4 for which gid_t is an unsigned type.
63687
63688 2000-06-03  Jim Meyering  <meyering@lucent.com>
63689
63690         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
63691         now that autoconf requires that.
63692
63693         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
63694         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
63695         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
63696
63697 2000-06-03  Jim Meyering  <meyering@lucent.com>
63698
63699         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
63700
63701 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63702
63703         * m4/glibc21.m4: New file.
63704         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
63705
63706 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
63707
63708         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
63709         newer, don't install charset.alias.
63710         * lib/config.charset: Change the Linux/glibc rules so they become empty
63711         on glibc-2.1 or newer.
63712
63713 2000-06-02  Jim Meyering  <meyering@lucent.com>
63714
63715         * lib/mountlist.c: Back out last change.  Instead, do this...
63716         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
63717         me_dummy member using the same `ignore'-testing code.
63718         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
63719         fs_type strings.
63720         From Mark D. Roth.
63721
63722 2000-05-29  Jim Meyering  <meyering@lucent.com>
63723
63724         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
63725         mounts with the `ignore' attribute.  Based on a patch from
63726         Mark D. Roth.
63727
63728 2000-05-28  Jim Meyering  <meyering@lucent.com>
63729
63730         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
63731         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63732         * m4/stat.m4: Likewise.
63733         * m4/lstat.m4: Likewise.
63734         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
63735
63736         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
63737         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
63738
63739 2000-05-26  Jim Meyering  <meyering@lucent.com>
63740
63741         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
63742
63743 2000-05-24  Jim Meyering  <meyering@lucent.com>
63744
63745         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
63746         autoconf requires that.
63747         * m4/lib-check.m4: Likewise.
63748         * m4/jm-macros.m4: Likewise.
63749         * m4/strftime.m4: Likewise.
63750
63751         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
63752         AC_CHECK_DECLS, now that autoconf requires that.
63753
63754 2000-05-22  Jim Meyering  <meyering@lucent.com>
63755
63756         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
63757         * m4/lstat.m4: Likewise.
63758
63759 2000-05-22  Jim Meyering  <meyering@lucent.com>
63760
63761         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
63762
63763 2000-05-20  Jim Meyering  <meyering@lucent.com>
63764
63765         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
63766         (jm_PREREQ): Use it.
63767
63768 2000-05-18  Jim Meyering  <meyering@lucent.com>
63769
63770         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
63771         back, too, since it may have been modified by allocate_entry.
63772         (hash_delete): Rewrite to use neither the assignment operator
63773         nor the comma operator in an if-expression.
63774
63775 2000-05-15  Paul Eggert  <eggert@twinsun.com>
63776
63777         * lib/closeout.c:
63778         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
63779         Remove; no longer needed.
63780         "quotearg.h": Add include.
63781         (file_name): Do not bother to explicitly initialize to NULL; it's less
63782         efficient on some hosts.
63783         (close_stdout_status): Remove test as to whether stdout was already
63784         closed; it breaks for the case "echo x | sort >&-".
63785         Quote file name colons.
63786         Do not assume that _("write error") lacks format strings.
63787
63788 2000-05-15  Jim Meyering  <meyering@lucent.com>
63789
63790         * lib/version-etc.c (version_etc_copyright): Update the copyright
63791         string used in all --version output.
63792
63793 2000-05-14  Jim Meyering  <meyering@lucent.com>
63794
63795         * lib/closeout.c (close_stdout_set_file_name): New function.
63796         (close_stdout_status): Use new file-scoped global.
63797         Return right away if fstat says the stdout file descriptor is invalid.
63798         * lib/closeout.h (close_stdout_set_file_name): Declare.
63799
63800 2000-05-10  Jim Meyering  <meyering@lucent.com>
63801
63802         * lib/closeout.c [default_exit_status]: New file-scoped variable.
63803         (close_stdout_set_status): New function.
63804         * lib/closeout.h (close_stdout_set_status): Declare.
63805
63806 2000-05-09  Jim Meyering  <meyering@lucent.com>
63807
63808         * m4/gettext.m4: Rename this...
63809         * m4/libintl.m4: ...to this.
63810
63811 2000-05-08  Jim Meyering  <meyering@lucent.com>
63812
63813         * lib/long-options.c: Don't include closeout.h.
63814         (parse_long_options): Don't call close_stdout for --version.
63815
63816 2000-05-06  Paul Eggert  <eggert@twinsun.com>
63817
63818         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
63819         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
63820         2.1.3 bug.  This avoids a clash when files like regex.c define
63821         _GNU_SOURCE.
63822
63823 2000-05-06  Jim Meyering  <meyering@lucent.com>
63824
63825         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
63826         (AC_REPLACE_FUNCS): Add strnlen.
63827
63828         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
63829         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
63830
63831         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
63832         AC_SEARCH_LIBS call for nanosleep.
63833         (LIB_NANOSLEEP): Set and AC_SUBST.
63834
63835 2000-05-06  Jim Meyering  <meyering@lucent.com>
63836
63837         * lib/strnlen.c: Undefine __strnlen and strnlen.
63838         [!weak_alias]: Define __strnlen to strnlen.
63839
63840         * lib/atexit.c: New file, from libiberty.
63841
63842 2000-05-06  Jim Meyering  <meyering@lucent.com>
63843
63844         * lib/closeout.c (close_stdout_status): Also check for errors on the
63845         stderr stream.
63846
63847 2000-05-05  Jim Meyering  <meyering@lucent.com>
63848
63849         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
63850         AC_SEARCH_LIBS call for clock_gettime.
63851         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
63852
63853         * m4/search-libs.m4: Update from autoconf.
63854
63855         su doesn't work on Solaris 2.6.
63856         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
63857         <shadow.h>.  Reported by Dragos Harabor.
63858
63859 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
63860
63861         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
63862         memcpy instead of xmalloc, xrealloc, path_concat.
63863         (locale_charset): Treat empty environment variables as absent.
63864         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
63865
63866 2000-05-04  Jim Meyering  <meyering@lucent.com>
63867
63868         * lib/getopt.c: Update from glibc.
63869         * lib/obstack.c: Likewise.
63870         * lib/obstack.h: Likewise.
63871         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
63872         file
63873
63874         * lib/regex.h: Likewise.
63875         * lib/strndup.c: Likewise.
63876         * lib/strnlen.c: New file, from glibc.
63877
63878 2000-05-03  Jim Meyering  <meyering@lucent.com>
63879
63880         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
63881
63882 2000-05-02  Paul Eggert  <eggert@twinsun.com>
63883
63884         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
63885         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
63886         compile-time test, rather than inspecting host and OS, to
63887         decide whether to define _LARGEFILE_SOURCE.
63888
63889 2000-05-01  Jim Meyering  <meyering@lucent.com>
63890
63891         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
63892
63893         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
63894         Based on a patch from Bruno Haible.
63895
63896 2000-05-01  Jim Meyering  <meyering@lucent.com>
63897
63898         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
63899
63900 2000-04-29  Jim Meyering  <meyering@lucent.com>
63901
63902         * lib/path-concat.c: Declare strdup only if it's not defined.
63903         * lib/canon-host.c: Likewise.
63904
63905 2000-04-28  Jim Meyering  <meyering@lucent.com>
63906
63907         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
63908         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
63909         is included first, then limits.h is included by locale.h by libintl.h.
63910         From John David Anglin.
63911
63912 2000-04-25  Jim Meyering  <meyering@lucent.com>
63913
63914         * lib/makepath.c (S_IRWXUGO): Define.
63915         (make_path): Always perform explicit chmod if MODE specifies any
63916         of the `special' permission bits.  Prompted by a bug report against
63917         install from Mate Wierdl and Joost van Baal.
63918
63919 2000-04-18  Jim Meyering  <meyering@lucent.com>
63920
63921         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
63922         (jm_PREREQ): Use it.
63923
63924 2000-04-18  Jim Meyering  <meyering@lucent.com>
63925
63926         * lib/README: New file.
63927
63928         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
63929         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
63930
63931 2000-04-17  Jim Meyering  <meyering@lucent.com>
63932
63933         Get it right :-)
63934         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
63935         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
63936         Suggestion from Akim Demaille.
63937
63938 2000-04-17  Jim Meyering  <meyering@lucent.com>
63939
63940         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
63941         the definition of it to rpl_strftime also defined-away the system's
63942         declaration.
63943
63944 2000-04-15  Jim Meyering  <meyering@lucent.com>
63945
63946         Use `C' to denote so-called `contiguous' files, the same way
63947         that tar does.
63948         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
63949         (ftypelet): Use S_ISCTG.
63950         From Michael Deutschmann.
63951
63952 2000-04-14  Jim Meyering  <meyering@lucent.com>
63953
63954         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
63955         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
63956         clobbered.
63957
63958 2000-04-14  Jim Meyering  <meyering@lucent.com>
63959
63960         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
63961
63962 2000-04-13  Jim Meyering  <meyering@lucent.com>
63963
63964         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
63965         AH_VERBATIM to insert required #ifndef into config.h.in.
63966         Suggestion from Akim Demaille.
63967
63968 2000-04-12  Jim Meyering  <meyering@lucent.com>
63969
63970         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
63971         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
63972         Christian Krackowizer.
63973
63974         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
63975         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
63976         (AC_SYS_LARGEFILE): Require.
63977         (AM_C_PROTOTYPES): Require.
63978
63979 2000-04-08  Jim Meyering  <meyering@lucent.com>
63980
63981         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
63982         names don't conflict.  Reported by Eli Zaretskii.
63983
63984 2000-04-07  Jim Meyering  <meyering@lucent.com>
63985
63986         * lib/putenv.c: Move inclusion of errno.h so it follows that of
63987         sys/types.h, to work around system header problems on AIX 3.2.5.
63988         From Bruno Haible.
63989
63990 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
63991
63992         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
63993         bug.  Deal with the different error behavior of Irix iconv.
63994
63995 2000-04-05  Paul Eggert  <eggert@twinsun.com>
63996
63997         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
63998         IRIX if the installer said otherwise.
63999
64000 2000-04-05  Jim Meyering  <meyering@lucent.com>
64001
64002         Portability tweaks required for ultrix4.3.
64003         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
64004         (jm_CHECK_DECLS): Add getutent to the list of functions.
64005         (_jm_DECL_HEADERS): Add utmpx.h.
64006         From John David Anglin.
64007
64008         * m4/strftime.m4: Back out the 2000-04-02 change.
64009         Instead of that change, simply undefine putenv in the test program.
64010
64011 2000-04-05  Jim Meyering  <meyering@lucent.com>
64012
64013         Portability tweaks required for ultrix4.3.
64014         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
64015         getutent.
64016         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
64017         * lib/canon-host.c: Declare strdup.
64018         * lib/path-concat.c: Likewise.
64019         From John David Anglin.
64020
64021 2000-04-04  Jim Meyering  <meyering@lucent.com>
64022
64023         Be more DOS 8.3-friendly.
64024         * lib/ref-add.sin: Renamed from ref-add.sed.in.
64025         * lib/ref-del.sin: Renamed from ref-del.sed.in.
64026         * lib/Makefile.am: Reflect renaming.
64027         Reported by Eli Zaretskii.
64028
64029         Use a temporary file name that won't clash with `charset.alias'
64030         in the DOS 8.3 name space.
64031         * lib/Makefile.am (charset_tmp): Define.
64032         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
64033         (uninstall-local): Likewise.
64034         Reported by Eli Zaretskii.
64035
64036 2000-04-03  Jim Meyering  <meyering@lucent.com>
64037
64038         * m4/gettext.m4: Fix typo in comment.
64039
64040         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
64041         textutils/configure.in).  Suggestion from Paul Eggert.
64042         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
64043
64044 2000-04-02  Paul Eggert  <eggert@twinsun.com>
64045
64046         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
64047         variable in the shell rather than using putenv, which isn't
64048         portable.  This avoids the configure-time inter-test dependency
64049         on the potentially-renamed putenv function.
64050
64051 2000-03-30  Paul Eggert  <eggert@twinsun.com>
64052
64053         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
64054         before checking struct stat.st_blksize, so that
64055         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
64056
64057 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64058
64059         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
64060         since strftime.c uses HAVE_STRFTIME to decide whether to use
64061         the underlying strftime.
64062
64063 2000-03-29  Paul Eggert  <eggert@twinsun.com>
64064
64065         * lib/time/strftime.c (my_strftime): Make sure we call the system
64066         strftime, not ourselves, when invoking the underlying strftime.
64067
64068 2000-03-24  Jim Meyering  <meyering@lucent.com>
64069
64070         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
64071         (charset_alias): Define.
64072         (install-exec-local): Factor out common code.
64073         (uninstall-local): Split lines longer than 80.
64074         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
64075         (SUFFIXES): Define.
64076         (.sed.in.sed): New rule.  Don't redirect directly to $@.
64077         (CLEANFILES): Add ref-add.sed and ref-del.sed.
64078
64079 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
64080
64081         * lib/config.charset: Output a line containing "Packages using this
64082         file".
64083         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
64084         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
64085         ref-del.sed): New rules.
64086
64087 2000-03-17  Jim Meyering  <meyering@lucent.com>
64088
64089         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
64090         Otherwise, include <strings.h>
64091
64092 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
64093
64094         * lib/unicodeio.c (utf8_wctomb): New function.
64095         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
64096         format instead of in UCS-4 with platform dependent endianness.
64097
64098 2000-03-10  Jim Meyering  <meyering@lucent.com>
64099
64100         * m4/lib-check.m4: Look for getspnam in -lgen, too.
64101         From Marco Franzen.
64102
64103 2000-03-07  Paul Eggert  <eggert@twinsun.com>
64104
64105         * lib/savedir.c (savedir): Work even if directory size is
64106         negative; this can happen with some screwy NFS configurations.
64107
64108 2000-03-06  Jim Meyering  <meyering@lucent.com>
64109
64110         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
64111         if it's NULL (because we ran out of memory).  From Bruno Haible.
64112
64113 2000-03-05  Jim Meyering  <meyering@lucent.com>
64114
64115         * lib/localcharset.c ("path-concat.h"): Include.
64116         (get_charset_aliases): Use path_concat instead of ANSI string
64117         concatenation.
64118
64119         * lib/unicodeio.h (PARAMS): Define.
64120         Use it to guard prototype.
64121
64122 2000-03-04  Jim Meyering  <meyering@lucent.com>
64123
64124         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
64125         for lib/localcharset.c.
64126
64127 2000-03-04  Jim Meyering  <meyering@lucent.com>
64128
64129         * lib/Makefile.am (install-exec-local): Create $(libdir) before
64130         installing into it.
64131         (uninstall-local): Uncomment this rule so `make distcheck' works
64132         once again.
64133
64134         * lib/unicodeio.c (<errno.h>): Include it.
64135         (errno): Declare if not defined.
64136
64137         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
64138
64139         * lib/config.charset: New version, incorporating remarks from a linux
64140         i18n mailing list.  From Bruno Haible.
64141
64142 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
64143
64144         * m4/codeset.m4: New file.
64145         * m4/iconv.m4: New file.
64146         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
64147
64148 2000-03-03  Jim Meyering  <meyering@lucent.com>
64149
64150         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
64151
64152 2000-03-02  Jim Meyering  <meyering@lucent.com>
64153
64154         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
64155         the messages come out on separate lines.
64156
64157         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
64158         rather than jm_CHECK_DECLARATIONS.
64159         * m4/decl.m4: Remove now-unused file.
64160
64161         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
64162         geteuid.
64163
64164 2000-03-02  Jim Meyering  <meyering@lucent.com>
64165
64166         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
64167
64168 2000-03-01  Jim Meyering  <meyering@lucent.com>
64169
64170         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
64171         * lib/unicodeio.c: Likewise.
64172
64173 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
64174
64175         * lib/config.charset: New file.
64176         * lib/localcharset.c: New file.
64177         * lib/unicodeio.h, lib/unicodeio.c: New files.
64178         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
64179         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
64180         (noinst_HEADERS): Add unicodeio.h.
64181         (all-local, install-exec-local, charset.alias): New targets.
64182
64183 2000-02-28  Paul Eggert  <eggert@twinsun.com>
64184
64185         * lib/quotearg.c (ALERT_CHAR): New macro.
64186         (quotearg_buffer_restyled): Use it.
64187
64188 2000-02-27  Jim Meyering  <meyering@lucent.com>
64189
64190         * m4/check-decl.m4: Add getenv to the list.
64191
64192 2000-02-27  Jim Meyering  <meyering@lucent.com>
64193
64194         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
64195         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
64196
64197         * lib/backupfile.c: Guard inclusion of stdlib.h with
64198         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
64199         Declare malloc if needed.
64200
64201         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
64202         `#ifndef HAVE_DECL..'
64203         now that autoconf always defines the HAVE_DECL_ symbols.
64204         * lib/human.c: Likewise.
64205         * lib/same.c: Likewise.
64206         * lib/strtoumax.c: Likewise.
64207
64208         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
64209         declaration check was not run.
64210         * lib/hash.c: Likewise.
64211         * lib/human.c: Likewise.
64212         * lib/same.c: Likewise.
64213         * lib/strtoumax.c: Likewise.
64214
64215         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
64216         `.', then first look up the entire `.'-containing string as a login
64217         name.
64218
64219 2000-02-23  Jim Meyering  <meyering@lucent.com>
64220
64221         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
64222         in place of my hack.
64223
64224 2000-02-18  Paul Eggert  <eggert@twinsun.com>
64225
64226         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
64227         (textint): New typedef.
64228         (parser_control): Member year changed from int to textint.
64229         All uses changed.
64230         (YYSTYPE): Removed; replaced by %union with int and textint members.
64231         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
64232         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
64233         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
64234         (tSNUMBER, tUNUMBER): Now of type <textintval>.
64235         (date, number, to_year): Use width of number in digits, not its value,
64236         to determine whether it's a 2-digit year, or a 2-digit time.
64237         (yylex): Store number of digits of numeric tokens.
64238         Reported by John Kendall.
64239
64240         (parser_control): Changed from struct parser_control to typedef (for
64241         consistency).  All uses changed.
64242
64243         (tID): Removed; not used.
64244         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
64245
64246 2000-02-14  Paul Eggert  <eggert@twinsun.com>
64247
64248         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
64249         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
64250
64251 2000-02-12  Jim Meyering  <meyering@lucent.com>
64252
64253         * lib/userspec.c (ISDIGIT): Define it.
64254         (isdigit): Remove definition.
64255         (is_number): Use ISDIGIT, not isdigit.
64256         <libintl.h>: Include.
64257         (_ and N_): Define.
64258         (parse_user_spec): Mark translatable strings.
64259
64260 2000-02-10  Jim Meyering  <meyering@lucent.com>
64261
64262         With these changes, nanosleep.[ch] are finally enough like the other
64263         lib/* replacement files to compile on a few more losing systems.
64264
64265         * lib/nanosleep.h: Don't include config.h.
64266         Remove prototype from declaration of nanosleep.
64267         (PARAMS): Remove now-unneeded definition.
64268         * lib/nanosleep.c: #undef nanosleep.
64269         (rpl_nanosleep): Rename from nanosleep.
64270
64271 2000-02-10  Jim Meyering  <meyering@lucent.com>
64272
64273         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
64274         gnu_nanosleep to rpl_nanosleep.
64275
64276 2000-02-09  Jim Meyering  <meyering@lucent.com>
64277
64278         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
64279         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
64280
64281 2000-02-08  Akim Demaille  <akim@epita.fr>
64282
64283         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
64284         `[' and `]' and remove uses of `changequote'.
64285         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
64286         (AC_SYS_LARGEFILE): Likewise.
64287         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
64288         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
64289         of changequote.
64290         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
64291         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
64292         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
64293         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
64294
64295 2000-02-05  Jim Meyering  <meyering@lucent.com>
64296
64297         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
64298         Remove explicit use of AC_HEADER_TIME.  It is required by
64299         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
64300         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
64301         in autoconf whereby the expansion of the latter ended up preceding
64302         the expansion of its prerequisite, AC_HEADER_TIME.
64303         Reported by Volker Borchert.
64304
64305 2000-02-03  Jim Meyering  <meyering@lucent.com>
64306
64307         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
64308
64309 2000-02-03  Jim Meyering  <meyering@lucent.com>
64310
64311         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
64312         rather than with `#if HAVE_UTMPNAME'.
64313
64314 2000-02-02  Jim Meyering  <meyering@lucent.com>
64315
64316         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
64317         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
64318         Reported by Eli Zaretskii.
64319
64320 2000-02-01  Jim Meyering  <meyering@lucent.com>
64321
64322         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
64323
64324 2000-01-31  Jim Meyering  <meyering@lucent.com>
64325
64326         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
64327         functions.  Add the time.h and sys/time.h headers along with the
64328         AC_REQUIRE'ment of AC_HEADER_TIME.
64329
64330 2000-01-31  Jim Meyering  <meyering@lucent.com>
64331
64332         * lib/nanosleep.h (nanosleep): Guard declaration with
64333         `#if ! HAVE_DECL_NANOSLEEP'.
64334         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
64335         the declaration in that vendor's sys/timers.h.
64336         Reported by Christian Krackowizer.
64337
64338         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
64339         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
64340         (ISPRINT): Likewise.
64341         Reported by Tom Tromey.
64342
64343 2000-01-30  Jim Meyering  <meyering@lucent.com>
64344
64345         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
64346
64347         * m4/prereq.m4 (utmp_includes): Define.
64348         Check for ut_user and ut_name members in both struct utmpx
64349         and struct utmp.
64350
64351 2000-01-30  Jim Meyering  <meyering@lucent.com>
64352
64353         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
64354         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
64355         header files where only utmpx.ut_user is declared.
64356
64357         * lib/readutmp.h (UT_USER): Define.
64358
64359 2000-01-29  Jim Meyering  <meyering@lucent.com>
64360
64361         * m4/lib-check.m4: New file containing library-related checks from
64362         fileutils and sh-utils (textutils had none).
64363
64364 2000-01-28  Jim Meyering  <meyering@lucent.com>
64365
64366         * m4/perl.m4: Change format of warning message to look more like that
64367         from the missing script.  Suggestion from François Pinard.
64368
64369 2000-01-25  Jim Meyering  <meyering@lucent.com>
64370
64371         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
64372         well as time.h in the compile check.
64373         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
64374         Fix typo in cross-compiling case: s/yes/no/.
64375
64376 2000-01-23  Jim Meyering  <meyering@lucent.com>
64377
64378         * m4/jm-macros.m4: Move df-related tests here from
64379         fileutils/configure.in
64380
64381         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
64382         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
64383
64384         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
64385         s/space/ac_fsusage_space/.
64386         (jm_FILE_SYSTEM_USAGE): Take two parameters.
64387
64388         * m4/ftruncate.m4: New file (derived from part of
64389         fileutils/configure.in).
64390         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
64391         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
64392
64393         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
64394         AC_SUBST these here, rather than just in sh-util/configure.in, so
64395         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
64396         all the same.
64397         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
64398         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
64399         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
64400         (AC_SUBST(POW_LIBM)): Likewise.
64401         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
64402
64403 2000-01-23  Jim Meyering  <meyering@lucent.com>
64404
64405         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
64406         obstack.c.
64407
64408 2000-01-22  Jim Meyering  <meyering@lucent.com>
64409
64410         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
64411
64412         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
64413
64414         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
64415         configure.in
64416         (AC_CHECK_HEADERS): Likewise for sh-utils.
64417         (AC_CHECK_HEADERS): Likewise for textutils.
64418         Merge the three lists of headers.
64419
64420         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
64421         from fileutils' configure.in.
64422
64423         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
64424         code. Moved tests into their own function (_jm_DECL_HEADERS) in
64425         check-decl.m4.
64426
64427         * m4/check-decl.m4: Use #if rather than #ifdef.
64428         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
64429         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
64430         (_jm_DECL_HEADERS): Define new function.
64431         (jm_CHECK_DECLARATIONS): Require it.
64432
64433 2000-01-22  Jim Meyering  <meyering@lucent.com>
64434
64435         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
64436         [! HAVE_DECL_STRTOULL]: Declare strtoull.
64437         Required for some AIX systems.  Reported by Christian Krackowizer.
64438         [TESTING] (main): New function.
64439
64440         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
64441         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
64442         letters.
64443
64444         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
64445         iswprint.
64446
64447         * lib/strverscmp.c (ISDIGIT): Define.
64448         (strverscmp): Use ISDIGIT, not isdigit.
64449
64450 2000-01-19  Jim Meyering  <meyering@lucent.com>
64451
64452         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
64453         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
64454         defines `struct timespec' in <sys/time.h>
64455
64456         * m4/c-bs-a.m4: Remove uses of changequote altogether.
64457         Thanks to Akim for explaining.
64458
64459 2000-01-17  Paul Eggert  <eggert@twinsun.com>
64460
64461         * lib/nanosleep.c (nanosleep):
64462         Don't use SA_INTERRUPT to decide whether to call sigaction, as
64463         POSIX.1 doesn't require SA_INTERRUPT and some systems
64464         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
64465         it's been part of POSIX.1 since day 1 (in 1988).
64466
64467 2000-01-17  Jim Meyering  <meyering@lucent.com>
64468
64469         * lib/interlock: Remove unused file.  Reported by François Pinard.
64470
64471 2000-01-16  Paul Eggert  <eggert@twinsun.com>
64472
64473         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
64474         alert, backslash, formfeed, and vertical tab unnecessarily in
64475         shell quoting style.
64476
64477 2000-01-16  Jim Meyering  <meyering@lucent.com>
64478
64479         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
64480         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
64481         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
64482         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
64483
64484 2000-01-16  Jim Meyering  <meyering@lucent.com>
64485
64486         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
64487         because the latter didn't work.
64488
64489 2000-01-15  Jim Meyering  <meyering@lucent.com>
64490
64491         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
64492         (AC_REPLACE_FUNCS): Add memcpy and memset.
64493         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
64494         Add strpbrk.
64495         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
64496
64497 2000-01-12  Jim Meyering  <meyering@lucent.com>
64498
64499         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
64500         (jm_PREREQ): Use it.
64501         (jm_PREREQ_READUTMP): New macro.
64502         (jm_PREREQ): Use it.
64503
64504 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64505
64506         Quote multibyte characters correctly.
64507         * m4/c-bs-a.m4: New file.
64508         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
64509         (jm_PREREQ): Use it.
64510
64511 2000-01-11  Paul Eggert  <eggert@twinsun.com>
64512
64513         * m4/uintmax_t.m4: Port to autoconf 2.13.
64514
64515 2000-01-08  Jim Meyering  <meyering@ascend.com>
64516
64517         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
64518         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
64519
64520 2000-01-04  Jim Meyering  <meyering@ascend.com>
64521
64522         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
64523         jm_STRUCT_DIRENT_D_TYPE.
64524         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
64525         jm_STRUCT_DIRENT_D_INO.
64526         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
64527         jm_STRUCT_UTIMBUF.
64528         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
64529         renamings.
64530         * m4/utime.m4: Likewise.
64531
64532         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
64533         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
64534
64535 2000-01-03  Paul Eggert  <eggert@twinsun.com>
64536
64537         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
64538         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
64539
64540 2000-01-02  Jim Meyering  <meyering@ascend.com>
64541
64542         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
64543         remember if this is necessary.
64544
64545 1999-12-26  Jim Meyering  <meyering@ascend.com>
64546
64547         * m4/jm-macros.m4: Use it here.
64548         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
64549
64550 1999-12-23  Jim Meyering  <meyering@ascend.com>
64551
64552         * m4/jm-macros.m4: Check for clock_gettime (moved from
64553         fileutils/configure.in)
64554         Check for gettimeofday.
64555
64556 1999-12-20  Jim Meyering  <meyering@ascend.com>
64557
64558         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
64559         autoconf-2.14a-1999-12-20.
64560
64561 1999-12-19  Jim Meyering  <meyering@ascend.com>
64562
64563         * m4/lstat-slash.m4: New file.
64564         * m4/jm-macros.m4: Use the new macro:
64565         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64566
64567 1999-12-07  Jim Meyering  <meyering@ascend.com>
64568
64569         * m4/perl.m4: Require that File::Compare be available, too.
64570         Too many systems seem to lack it.
64571
64572         * m4/strftime.m4: Add checks for most of the cpp macros tested in
64573         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
64574
64575 1999-11-18  Paul Eggert  <eggert@twinsun.com>
64576
64577         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
64578         problem with the QNX 4.25 shell, which doesn't propagate exit
64579         status of failed commands inside shell assignments.
64580
64581 1999-11-17  Jim Meyering  <meyering@ascend.com>
64582
64583         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
64584
64585 1999-11-07  Jim Meyering  <meyering@ascend.com>
64586
64587         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
64588
64589 1999-11-06  Jim Meyering  <meyering@ascend.com>
64590
64591         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
64592         * m4/jm-macros.m4 (jm_MACROS): Use it here.
64593
64594 1999-11-05  Jim Meyering  <meyering@ascend.com>
64595
64596         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
64597         configure.in of textutils, fileutils, and sh-utils into this one
64598         (shared between those packages) file.
64599         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
64600         AC_STRUCT_ST_BLKSIZE.
64601
64602 1999-11-03  Jim Meyering  <meyering@ascend.com>
64603
64604         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
64605         of AC_CHECK_TYPE checks includes unistd.h.
64606         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
64607         Suggestion from Akim Demaille.
64608
64609 1999-10-30  Jim Meyering  <meyering@ascend.com>
64610
64611         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
64612         m4-quoted string.
64613         * m4/ls-mntd-fs.m4: Likewise.
64614         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
64615         * m4/jm-winsz1.m4: Likewise.
64616
64617         * m4/const.m4: Remove file, since the fix made it into the experimental
64618         version of autoconf.
64619         * m4/mktime.m4: Likewise.
64620
64621         * m4/check-type.m4: Remove file, now that the latest version of
64622         AC_CHECK_TYPE takes a third arg to specify additional #includes.
64623
64624         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
64625         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
64626         AC_CHECK_TYPE.
64627
64628 1999-10-04  Jim Meyering  <meyering@ascend.com>
64629
64630         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
64631
64632 1999-09-22  Paul Eggert  <eggert@twinsun.com>
64633
64634         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
64635         2.95.1 bug with HP-UX 10.20.
64636
64637 1999-09-17  Jim Meyering  <meyering@ascend.com>
64638
64639         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
64640         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
64641         due to missing strdup (against sh-utils-2.0).
64642
64643 1999-08-29  Jim Meyering  <meyering@ascend.com>
64644
64645         * m4/jm-macros.m4: Require jm_BISON.
64646         * m4/bison.m4: New file.
64647
64648 1999-08-17  Paul Eggert  <eggert@twinsun.com>
64649
64650         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
64651         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
64652
64653 1999-08-05  Jim Meyering  <meyering@ascend.com>
64654
64655         * m4/getline.m4: Rename test file from conftestdata to conftest.data
64656         to avoid conflicts with `conftest' on 8+3 filesystems.
64657         Suggestion from Eli Zaretskii.
64658
64659 1999-08-04  Jim Meyering  <meyering@ascend.com>
64660
64661         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
64662         fileutils and sh-utils (textutils's getline test was inadequate).
64663         (AM_FUNC_GETLINE): Run this test.
64664         (AC_CHECK_FUNCS): Check for getdelim.
64665         Reported by Bob Proulx.
64666
64667 1999-08-02  Jim Meyering  <meyering@ascend.com>
64668
64669         * m4/jm-macros.m4: Add a comment.
64670
64671 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64672
64673         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
64674         <inttypes.h> defines strtoumax as a macro (and not as a
64675         function).
64676
64677 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64678
64679         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
64680         that we can shift, multiply and divide unsigned long long
64681         values; Ultrix cc can't do it.
64682
64683 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64684
64685         * m4/mktime.m4: New file, which is a preview of what should appear
64686         in the next public autoconf release.
64687
64688 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64689
64690         * m4/lfs.m4: Remove this file.
64691         * m4/largefile.m4: New file.  It contains the old contents of
64692         lfs.m4, except that all names with prefix AC_LFS have been
64693         changed to use the prefix AC_SYS_LARGEFILE instead, to be
64694         compatible with future autoconf versions.  Also, some minor m4
64695         quoting problems have been fixed.
64696
64697 1999-08-01  Paul Eggert  <eggert@twinsun.com>
64698
64699         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
64700         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
64701         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
64702         and simplify the shell code.
64703
64704 1999-08-01  Jim Meyering  <meyering@ascend.com>
64705
64706         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
64707         m4.
64708
64709 1999-07-20  Jim Meyering  <meyering@ascend.com>
64710
64711         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
64712
64713 1999-07-15  Jim Meyering  <meyering@ascend.com>
64714
64715         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
64716
64717 1999-05-22  Jim Meyering  <meyering@ascend.com>
64718
64719         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
64720
64721 1999-05-20  Jim Meyering  <meyering@ascend.com>
64722
64723         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
64724         Add a colon after each `then' in case $4 is empty.
64725
64726 1999-05-16  Jim Meyering  <meyering@ascend.com>
64727
64728         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
64729
64730 1999-05-10  Jim Meyering  <meyering@ascend.com>
64731
64732         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
64733
64734         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
64735         AC_FUNC_MKTIME.
64736
64737 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
64738
64739         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
64740
64741 1999-05-04  Paul Eggert  <eggert@twinsun.com>
64742
64743         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
64744         not CPPFLAGS, so that linking works correctly in IRIX.
64745
64746 1999-04-30  Paul Eggert  <eggert@twinsun.com>
64747
64748         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
64749
64750 1999-04-20  Paul Eggert  <eggert@twinsun.com>
64751
64752         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
64753         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
64754         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
64755         jm_AC_TYPE_UNSIGNED_LONG_LONG.
64756         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
64757
64758         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
64759
64760 1999-04-20  Jim Meyering  <meyering@ascend.com>
64761
64762         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
64763         AC_REPLACE xstroull if necessary.  From Paul Eggert.
64764         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
64765
64766 1999-04-18  Jim Meyering  <meyering@ascend.com>
64767
64768         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
64769         * m4/jm-macros.m4: Use it.
64770
64771 1999-04-06  Jim Meyering  <meyering@ascend.com>
64772
64773         * m4/strftime.m4: Remove test for %f.
64774
64775 1999-03-29  Jim Meyering  <meyering@ascend.com>
64776
64777         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
64778         superset of the AC_TYPE_* checks in the textutils, fileutils,
64779         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
64780         AC_TYPE_PID_T.
64781
64782 1999-03-28  Jim Meyering  <meyering@ascend.com>
64783
64784         * m4/jm-macros.m4: Define GNU_PACKAGE here.
64785         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
64786         replaced e.g., in the *.sh files of the sh-utils.
64787
64788 1999-03-20  Jim Meyering  <meyering@ascend.com>
64789
64790         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
64791         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
64792         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
64793
64794 1999-03-19  Jim Meyering  <meyering@ascend.com>
64795
64796         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
64797
64798 1999-03-12  Jim Meyering  <meyering@ascend.com>
64799
64800         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
64801
64802 1999-03-07  Jim Meyering  <meyering@ascend.com>
64803
64804         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
64805         declared.
64806
64807 1999-02-17  Jim Meyering  <meyering@ascend.com>
64808
64809         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
64810         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
64811
64812 1999-02-07  Jim Meyering  <meyering@ascend.com>
64813
64814         * m4/group-member.m4: New file -- extracted from sh-utils'
64815         configure.in.
64816
64817         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
64818         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
64819
64820 1999-02-06  Jim Meyering  <meyering@ascend.com>
64821
64822         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
64823         * m4/fnmatch.m4: Likewise.
64824         * m4/getgroups.m4: Likewise.
64825         * m4/lstat.m4: Likewise.
64826         * m4/malloc.m4: Likewise.
64827         * m4/putenv.m4: Likewise.
64828         * m4/realloc.m4: Likewise.
64829         * m4/regex.m4: Likewise.
64830         * m4/stat.m4: Likewise.
64831         * m4/strftime.m4: Likewise.
64832         Suggestion from Alain Magloire.
64833
64834         * m4/chown.m4: Use `.$ac_objext', not `.o'.
64835         * m4/fnmatch.m4: Likewise.
64836         * m4/getgroups.m4: Likewise.
64837         * m4/getline.m4: Likewise.
64838         * m4/lstat.m4: Likewise.
64839         * m4/malloc.m4: Likewise.
64840         * m4/memcmp.m4: Likewise.
64841         * m4/putenv.m4: Likewise.
64842         * m4/realloc.m4: Likewise.
64843         * m4/regex.m4: Likewise.
64844         * m4/stat.m4: Likewise.
64845         * m4/strftime.m4: Likewise.
64846         Suggestion from Alain Magloire.
64847
64848         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
64849         an argument.
64850
64851         * m4/regex.m4: Add a run-time Test for proper operation of
64852         re_compile_pattern.
64853
64854 1999-01-31  Jim Meyering  <meyering@ascend.com>
64855
64856         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
64857
64858 1999-01-30  Jim Meyering  <meyering@ascend.com>
64859
64860         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
64861
64862         * m4/jm-mktime.m4: Make this a wrapper around the official
64863         AM_FUNC_MKTIME rather than my private copy, now that the official one
64864         is up to date.
64865         * m4/mktime.m4: Remove file.
64866
64867         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
64868         * m4/uptime.m4: Likewise.
64869         * m4/uintmax_t.m4: Likewise.
64870
64871 1999-01-28  Jim Meyering  <meyering@ascend.com>
64872
64873         * m4/jm-macros.m4: Use jm_AFS.
64874         * m4/afs.m4: New file (from fileutils' configure.in).
64875
64876         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
64877         * m4/chown.m4: Likewise.
64878         * m4/d-ino.m4: Likewise.
64879         * m4/d-type.m4: Likewise.
64880         * m4/fnmatch.m4: Likewise.
64881         * m4/getgroups.m4: Likewise.
64882         * m4/gettext.m4: Likewise.
64883         * m4/jm-mktime.m4: Likewise.
64884         * m4/jm-winsz2.m4: Likewise.
64885         * m4/lcmessage.m4: Likewise.
64886         * m4/ls-mntd-fs.m4: Likewise.
64887         * m4/malloc.m4: Likewise.
64888         * m4/memcmp.m4: Likewise.
64889         * m4/putenv.m4: Likewise.
64890         * m4/realloc.m4: Likewise.
64891         * m4/st_mtim.m4: Likewise.
64892         * m4/strftime.m4: Likewise.
64893
64894 1999-01-16  Jim Meyering  <meyering@ascend.com>
64895
64896         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
64897         (ARGMATCH_DIE_DECL): Define.
64898
64899 1999-01-12  Jim Meyering  <meyering@ascend.com>
64900
64901         * m4/Makefile.am.in: Rewrite to avoid using fmt.
64902         Reported by Lars Hecking.
64903
64904 1999-01-10  Jim Meyering  <meyering@ascend.com>
64905
64906         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
64907         gross kludge.
64908         * m4/inttypes_h.m4: Likewise.
64909         * m4/lstat.m4: Likewise.
64910         * m4/malloc.m4: Likewise.
64911         * m4/readdir.m4: Likewise.
64912         * m4/realloc.m4: Likewise.
64913         * m4/st_dm_mode.m4: Likewise.
64914         * m4/stat.m4: Likewise.
64915         * m4/utimbuf.m4: Likewise.
64916         * m4/utimes.m4: Likewise.
64917
64918         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
64919         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
64920         comments in config.h.in are meaningful.
64921
64922         * m4/jm-macros.m4: Require autoconf-2.13 here.
64923
64924         * m4/regex.m4: By default, don't use the included regex.c on systems
64925         with glibc 2.  Suggestion from Uli Drepper.
64926
64927 1999-01-02  Jim Meyering  <meyering@ascend.com>
64928
64929         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
64930
64931 1998-12-18  Jim Meyering  <meyering@ascend.com>
64932
64933         * m4/Makefile.am.in (Makefile.am): Simplify rule.
64934         Based on a suggestion from Lars Hecking.
64935
64936 1998-11-16  Paul Eggert  <eggert@twinsun.com>
64937
64938         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
64939
64940 1998-11-16  Jim Meyering  <meyering@ascend.com>
64941
64942         * m4/lfs.m4: Double-quote the `uname...` expression.
64943
64944 1998-11-14  Jim Meyering  <meyering@ascend.com>
64945
64946         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
64947         * m4/stat.m4: Likewise.
64948
64949 1998-11-03  Jim Meyering  <meyering@ascend.com>
64950
64951         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
64952         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
64953
64954 1998-10-18  Jim Meyering  <meyering@ascend.com>
64955
64956         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
64957
64958 1998-10-17  Jim Meyering  <meyering@ascend.com>
64959
64960         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
64961         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
64962         calls for those previously hard-coded headers.  Instead, take a new
64963         parameter.
64964         (jm_CHECK_DECLARATIONS): Reflect interface change.
64965         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
64966         (jm_CHECK_DECL_LOCALTIME_R): New macro.
64967
64968         * m4/mktime.m4: Test for spring-forward gap before long-running test.
64969
64970 1998-10-14  Jim Meyering  <meyering@ascend.com>
64971
64972         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
64973         instead of "TZ=America/Vancouver".  From Paul Eggert.
64974
64975 1998-10-11  Jim Meyering  <meyering@ascend.com>
64976
64977         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
64978         This adds a test for a recently added compatibility fix for mktime.c.
64979         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
64980
64981 1998-09-27  Jim Meyering  <meyering@ascend.com>
64982
64983         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
64984
64985         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
64986         ../configure.in, including a change from Gordon Matzigkeit to allow
64987         cross-compiling for the Hurd.
64988
64989         * m4/glibc.m4: New file/macro to test for the GNU C Library
64990         versions 1 and 2.  From Gordon Matzigkeit.
64991         Indent.
64992
64993 1998-09-21  Jim Meyering  <meyering@ascend.com>
64994
64995         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
64996
64997 1998-08-18  Paul Eggert  <eggert@twinsun.com>
64998
64999         Port nanosecond-resolution times to UnixWare 2.1.2 and
65000         pedantic Solaris 2.6.
65001
65002         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
65003         AC_STRUCT_ST_MTIM.
65004         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
65005         Generate name of ns member, instead of just 1 or undef.
65006         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
65007
65008 1998-08-15  Jim Meyering  <meyering@ascend.com>
65009
65010         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
65011         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
65012         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
65013         instead of jm_TYPE_SSIZE_T.
65014
65015 1998-08-12  Jim Meyering  <meyering@ascend.com>
65016
65017         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
65018
65019 1998-08-02  Jim Meyering  <meyering@ascend.com>
65020
65021         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
65022         in acconfig.h manually.
65023
65024 1998-07-31  Paul Eggert  <eggert@twinsun.com>
65025
65026         * m4/st_mtim.m4: New file.
65027
65028 1998-07-28  Jim Meyering  <meyering@ascend.com>
65029
65030         * m4/utimes.m4: Undef stat.
65031
65032 1998-07-25  Jim Meyering  <meyering@ascend.com>
65033
65034         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
65035         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
65036
65037 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
65038
65039         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
65040         uid and gid actually remain unchanged.
65041
65042 1998-07-07  Jim Meyering  <meyering@ascend.com>
65043
65044         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
65045
65046 1998-07-04  Jim Meyering  <meyering@ascend.com>
65047
65048         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
65049         to prove that this macro can be used in packages without regex.c.
65050
65051 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
65052
65053         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
65054         is to be used.
65055
65056 1998-07-03  Jim Meyering  <meyering@ascend.com>
65057
65058         * m4/gettext.m4: Add -lintl if it's found to be necessary.
65059
65060         * m4/gettext.m4: New file -- from gettext-0.10.35.
65061         * m4/lcmessage.m4: Likewise.
65062         * m4/progtest.m4: Likewise.
65063
65064         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
65065         * m4/jm-macros.m4: Require the new macro.
65066
65067 1998-06-29  Jim Meyering  <meyering@ascend.com>
65068
65069         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
65070         for the definition of NGROUPS (used in a system header included
65071         by sys/mount.h).
65072
65073 1998-06-28  Jim Meyering  <meyering@ascend.com>
65074
65075         * m4/ls-mntd-fs.m4: New file.
65076         * m4/fstypename.m4: New file.
65077
65078         * m4/jm-macros.m4: Require the new macro.
65079         * m4/jm-glibc-io.m4: New file.
65080
65081 1998-05-19  Jim Meyering  <meyering@ascend.com>
65082
65083         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
65084         * m4/lchown.m4: New file.
65085
65086         * m4/Makefile.am.in: New file.
65087         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
65088
65089 1998-05-14  Jim Meyering  <meyering@ascend.com>
65090
65091         * m4/Makefile.am (EXTRA_DIST): Add them.
65092         * m4/jm-macros.m4: New file.
65093         * m4/utimbuf.m4: New file.
65094
65095 1998-05-12  Jim Meyering  <meyering@ascend.com>
65096
65097         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
65098
65099 1998-05-11  Jim Meyering  <meyering@ascend.com>
65100
65101         * m4/isc-posix.m4: New file.
65102
65103 1998-05-10  Jim Meyering  <meyering@ascend.com>
65104
65105         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
65106
65107 1998-05-09  Jim Meyering  <meyering@ascend.com>
65108
65109         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
65110         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
65111         with automake.
65112
65113         * m4/ssize_t.m4: New file.
65114         * m4/mktime.m4: Remove file -- the new automake has this now.
65115
65116 1998-04-26  Jim Meyering  <meyering@ascend.com>
65117
65118         * m4/assert.m4: New file.
65119         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
65120
65121 1998-04-05  Jim Meyering  <meyering@ascend.com>
65122
65123         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
65124         (jm_PREREQ): Use it here.
65125
65126 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
65127
65128         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
65129         in acconfig.h.
65130
65131 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
65132
65133         * m4/prereq.m4: New file.
65134         * m4/error.m4: New file.
65135         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
65136
65137 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
65138
65139         * m4/getline.m4: Don't set am_cv_func_working_getline before the
65140         cache-check for the same variable -- that defeated the purpose of
65141         the test; the test program was never run.  This was a problem only
65142         on systems with losing getline functions -- HP-UX 10.20 is one.
65143         Reported by Bjorn Helgaas.
65144
65145 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
65146
65147         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
65148
65149 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
65150
65151         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
65152
65153         * m4/const.m4: New file.  Use an initializer in this declaration
65154         typedef int charset[2]; const charset x;
65155         Reported by Bob Glickstein.
65156
65157 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
65158
65159         * m4/chown.m4: Fix reversed types on -1 args to chown.
65160         From Kaveh Ghazi.
65161
65162 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
65163
65164         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
65165         Add lseek and memchr.
65166
65167         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
65168         T.E.Dickey <dickey@clark.net> said that some older preprocessors
65169         have a 20-character limit on names.
65170
65171 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
65172
65173         * m4/inttypes_h.m4: New file.
65174         * m4/uintmax_t.m4: New file.
65175         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
65176
65177
65178         -----
65179
65180         Local Variables:
65181         coding: utf-8
65182         End:
65183
65184         Copyright (C) 1997-2010 Free Software Foundation, Inc.
65185
65186         Copying and distribution of this file, with or without
65187         modification, are permitted provided the copyright notice
65188         and this notice are preserved.